


.restaurant{
width: 92%;
max-width: 1200px;
margin: 0 auto;
}
.restaurant-once{
border-radius: 30px;
overflow: hidden;
margin: 0 0 40px;
}
.restaurant-once.t1{
border: 2px solid #21BA4B;
}
.restaurant-once.t2{
border: 2px solid #00432E;
}
.restaurant-once.t3{
border: 2px solid #000000;
}
.restaurant-once.t4{
border: 2px solid #B72032;
}
.restaurant-once.t5{
border: 2px solid #FF7927;
}
.restaurant-head{
display: flex;
}
.restaurant-head:hover {
cursor: pointer;
}
.restaurant-head:hover .restaurant-arrow{
transform: translateY(-50%) scale(1.4);
}
.restaurant-head.active .restaurant-arrow{
transform: translateY(-50%) rotate(180deg) scale(1.4);
}
.restaurant-once.t1 .restaurant-head,
.restaurant-once.t1 .restaurant-cont-wrap{
background: #21BA4B;
}
.restaurant-once.t2 .restaurant-head,
.restaurant-once.t2 .restaurant-cont-wrap{
background: #00432E;
}
.restaurant-once.t3 .restaurant-head,
.restaurant-once.t3 .restaurant-cont-wrap{
background: #000000;
}
.restaurant-once.t4 .restaurant-head,
.restaurant-once.t4 .restaurant-cont-wrap{
background: #B72032;
}
.restaurant-once.t5 .restaurant-head,
.restaurant-once.t5 .restaurant-cont-wrap{
background: #FF7927;
}
.restaurant-cont-wrap{
display: none;
}



.restaurant-head-pr{
width: 46%;
border-radius: 0 0 0 28px;
overflow:hidden;
}
.restaurant-head .restaurant-head-pr img{
transform: scale(1);
transition: transform 0.4s;
}
.restaurant-head:hover .restaurant-head-pr img{
transform: scale(1.05);
transition: transform 0.4s;
}
.restaurant-head-sd{
width: 46%;
color: #fff;
text-align: center;
padding: 0 3.4% 0 0;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.restaurant-head-sd h2{
font-size: 25px;
line-height: 1.5;
}
.restaurant-head-sd h2 p{
font-size: 18px;
}
.restaurant-arrow{
position: absolute;
width: 40px;
height: 40px;
top: 50%;
right: calc(4% - 40px);
transform: translateY(-50%) scale(1);
z-index: 1;
transition: transform 0.4s;
}

.restaurant-cont-wrap{
color: #fff;
}
.restaurant-cont-1st{
max-width: 980px;
margin: 0 auto;
padding: 50px 0 64px;
display: flex;
justify-content: space-between;
}
.restaurant-cont-1st-pr{
width: 47.2%;
}
.restaurant-cont-1st-sd{
width: 47.2%;
}
.restaurant-cont-1st-sd p{
margin: 0 0 32px;
}
.restaurant-cont-btn{
width: 242px;
}
.restaurant-cont-btn a{
display: block;
background: #fff;
line-height: 45px;
text-align: center;
padding: 0 10px 0 0;
position: relative;
color: #003894;
border-radius: 100px;
}
.restaurant-cont-btn a::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    content: '';
    background: url(../images/arrow-b.svg) no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
}
.restaurant-cont-2nd{
max-width: 980px;
margin: 0 auto;
padding: 0 0 24px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.restaurant-cont-2nd-pr{
width: 69.3%;
margin: 0 0 42px;
}
.restaurant-cont-2nd-sd{
width: 24.5%;
margin: 0 0 42px;
}
.restaurant-cont-2nd-pr-ttl{
font-size: 18px;
color: #42210B;
background: #FEDC42;
line-height: 40px;
position: relative;
margin: 0 0 20px;
padding: 0 0 0 24px;
}
.restaurant-cont-2nd-pr-ttl a{
position: absolute;
width: 130px;
top: 0;
right: 0;
line-height: 40px;
background: #fff;
text-align: center;
padding: 0 10px 0 0;
font-size: 15px;
color: #003894;
}
.restaurant-cont-2nd-pr-ttl a::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 7px;
    content: '';
    background: url(../images/arrow-b.svg) no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
}






.commitment{
width: 100%;
max-width: 1400px;
margin: 0 auto 80px;
padding: 100px 0 60px;
background: #FEDC42;
border-radius: 30px;
}

.commitment-block-once{
padding: 0 0 80px;
max-width: 1060px;
margin: 0 auto;
}


.c-slider-head-box{
width: 92%;
max-width: 1060px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

.c-slider-head-pr{
width: 34%;
color: #FFAB00;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.c-slider-head-pr p{
font-family: "Montserrat", sans-serif;
font-size: 52px;
font-weight: 700;
line-height: 1.6;
}
.c-slider-head-pr p.num{
font-family: "Montserrat", sans-serif;
font-size: 232px;
font-weight: 700;
line-height: 0.7;
}
.c-slider-head-sd{
width: 65.3%;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 0 24px 34px 0;
}
.c-slider-head-sd p{
font-size: 15px;
}
.c-slider-head-sd-ttl{
font-size: 39px;
line-height: 1.1;
vertical-align: middle;
margin: 0 0 18px;
}
.c-slider-head-sd-ttl span{
display: inline-block;
background: #fff;
padding: 0 6px 2px;
border: 3px solid #42210B;
font-size: 39px;
line-height: 1.2;
}


.commitment-slider{
width: 1110px;
margin: 0 auto;
}
.commitment-slider .slick-slide{
padding: 0 ;
margin: 0 25px;
}
.commitment-slide{
height: 100%;
display: flex;
border-radius: 30px;
overflow: hidden;
}
.commitment-slide .pr{
width: 50%;
}
.commitment-slide .sd{
width: 50%;
padding: 40px 44px 10px 32px;
background: #fff;
letter-spacing: 0;
}
.commitment-slide .sd p{
font-size: 14px;
}
.commitment-slide .sd .ttl{
font-size: 26px;
color: #008132;
line-height: 1.5;
margin: 0 0 14px;
}
.commitment-slide-tag{
width: 100px;
margin: 0 0 12px;
}
.commitment-slider .slick-dots li.slick-active button:before{
background: #42210B;
}








.commitment-slider-wrap{
position: relative;
padding: 0 0 50px;
}
.commitment01-slider,
.commitment02-slider,
.commitment03-slider,
.commitment04-slider{
border-radius: 30px;
}

.sl-prev,
.sl-next{
    position: absolute;
    top: calc( calc(100% - 50px) / 2 );
    width: 50px;
    height: 50px;
    margin-top: 0;
    display: block;
    transform: translateY(-50%);
    z-index: 10;
}
.sl-prev{
    left: -25px;
    background: url(../images/slide-prev.svg) no-repeat;
    background-size: 100%;
}
.sl-next{
    right: -25px;
    background: url(../images/slide-next.svg) no-repeat;
    background-size: 100%;
}
.sl-prev:hover,
.sl-next:hover{
cursor: pointer;
opacity:0.7;
transition: .4s opacity;
}

.sl-pagination {
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.sl-pagination .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    margin: 0 6px!important;
}
.sl-pagination .swiper-pagination-bullet-active{
   background:#42210B;
}







@media (max-width: 767px) { 
.restaurant {
width: 88%;
    margin: 0 auto 40px;
}
.restaurant-once {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 30px;
}
.restaurant-once:last-child {
    margin: 0 0;
}
.restaurant-head-pr {
    width: 46%;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}
.restaurant-head-pr img {
display: block;
width: 90%;
margin: 0 auto;
}
.restaurant-head-sd {
    padding: 14px 0 70px;
}
.restaurant-head-sd h2 {
    font-size: 20px;
}
.restaurant-head-sd h2 p {
    font-size: 14px;
    padding: 10px 0 0;
}
.restaurant-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 14px;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(0) scale(1);
}
.restaurant-head:hover .restaurant-arrow {
    transform: translateY(0) scale(1);
}
.restaurant-head.active .restaurant-arrow {
    transform: translateY(0) rotate(180deg) scale(1);
}

.restaurant-cont-1st {
    padding: 20px 5% 64px;
}
.restaurant-cont-1st-pr {
margin: 0 0 20px;
}
.restaurant-cont-btn {
    margin: 0 auto;
}
.restaurant-cont-2nd {
    padding: 0 5% 30px;
}
.restaurant-cont-2nd-pr {
    margin: 0 0 20px;
}
.restaurant-cont-2nd-pr-ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 10px 0;
    text-align: center;
}
.restaurant-cont-2nd-pr-ttl a {
    position: relative;
    width: 130px;
    top: 0;
    right: 0;
    line-height: 32px;
    background: #fff;
    text-align: center;
    padding: 0 10px 0 0;
    font-size: 12px;
    color: #003894;
    display: block;
    margin: 8px auto 0;
    border-radius: 100px;
}
.restaurant-cont-2nd-sd {
    margin: 0 0 32px;
}



.commitment {
    margin: 0 auto 40px;
    padding: 30px 0 0;
    border-radius: 20px;
}

.commitment-block-once {
width: 88%;
    padding: 0 0 40px;
    margin: 0 auto;
}
.c-slider-head-pr {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 0px;
}
.c-slider-head-pr p.num {
    font-size: 100px;
    line-height: 100px;
    vertical-align: middle;
}
.c-slider-head-pr p {
    font-size: 32px;
    display: inline-block;
    line-height: 100px;
    vertical-align: middle;
}
.c-slider-head-sd {
    width:100%;
    display: block;
    padding: 0 0 20px;
}
.c-slider-head-sd-ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    vertical-align: middle;
    margin: 0 0 18px;
}
.c-slider-head-sd-ttl span {
    display: inline-block;
    background: #fff;
    padding: 0 6px 2px;
    border: 2px solid #42210B;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.commitment01-slider, .commitment02-slider, .commitment03-slider, .commitment04-slider {
    border-radius: 20px;
}
.commitment-slide .sd {
    padding: 24px 24px;
}
.commitment-slide .sd .ttl {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 14px;
}
.sl-prev, .sl-next {
    top: calc(calc(100% - 40px) / 2);
    width: 36px;
    height: 36px;
    margin-top: 0;
    display: block;
    transform: translateY(-50%);
    z-index: 10;
}
.sl-prev {
    left: -18px;
}
.sl-next {
    right: -18px;
}
.commitment-slider-wrap {
    padding: 0 0 40px;
}



}


