@charset "UTF-8";
/*CSS Document*/

.section-top{
    background-color: #ffffff;
    width: 100%;
    height: 880px;
    padding-left:0.05%;
    margin-bottom: 200px;
    display: flex;
    justify-content: right;
}
.section-top-content-wrapper{
    width: 40%;
    padding: 100px 0 0 0;
}
.section-top__content-wrapper__menu{
    display: flex;
    justify-content: space-around;
    align-items:start;
    gap: 10%;
    width: 80%;
}
.section-top__content-wrapper__menu-logo{
    width: 180px;
    height: 240px;
}
.section-top__content-wrapper__menu-logo-img{
    width: 100%;
    height: 100%;
    min-width:120px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 60px;
}
.section-top__content-wrapper__menu-logo-dots{
    width: 180px;
    object-fit: contain;
}
.section-top__content-wrapper__menu-item-squere{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    height: 500px;
    gap: 28%;
}
.section-top__content-wrapper__menu-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-height: 230px;
    gap: 10%;
}
.section-top__content-wrapper__menu-item li{
    transform: none;
    transition: 300ms;
}
.section-top__content-wrapper__menu-item li:hover{
    transform: scale(1.1); 
    cursor: pointer;
}
.section-top__content-wrapper__menu-item li a{
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    font-family: "poppins";
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.section-top__content-wrapper__menu-item li a img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.section-top__content-wrapper__menu-item__link-icon{
    position: absolute;
    right: 0px;
}
.section-top__leed{
    width: 80%;
    margin-top: -60px;
    margin-bottom: 60px;
}
.section-top__content-sp{
    display: none;
}
.top-section__sns-links{
    display: flex;
    width: 90%;
    max-width: 200px;
    height: 46px;
    justify-content: space-between;
    gap: 26px;
    align-items: center;
    margin-top: 25px;
}
.top-section__sns-links li{
    transform: none;
    transition: 300ms;
}
.top-section__sns-links li:hover{
    transform: scale(1.2); 
    cursor: pointer;
}
.top-section__sns-links li.call-button{
    transform: none;
    transition: 300ms;
}
.top-section__sns-links li.call-button:hover{
    cursor: pointer;
    -webkit-transform: translate(0, -2px);
    transform: translate(0px, -2px);
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.top-section__sns-links__img{
    width: 40px;
    height: 40px;
}
.call-button{
    width: 184px;
    height: 46px;
    border-radius: 20px;
}
.call-button a{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 14px;
    border-radius: 20px;
    background-color: #edeff2;
    box-shadow: 3px 4px 16px rgba(0, 0, 0, 0.04);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1.4rem;
}
.call-button a img{
    width: 30px;
    height: 30px;
}
.section-top-circle-sp{
    display: none;
}
.section-top-squere-sp{
    display: none;
}
.section-top-image{
    display: block;
    height: 880px;
    width: 50%;
    border-bottom-left-radius: 200px;
    overflow: hidden;
    filter: url(#feOffset);
}
.section-top-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-about{
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 300px;
}
.section-about-description{
    display: flex;
    justify-content:space-around;
    align-items: center;
    gap: 4%;
    max-width: 1440px;
    padding: 0 80px;
    margin: 0 auto 200px auto;
}
.section-about-description__content{
    text-align: left; 
    width: 50%;
}
.section-about-description__content h2{
    display: inline-block;
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 40px;
}
.section-about-description__content img{
    margin-bottom: 40px;
}
.section-about-description__content p{
    display: inline-block;
    width: 90%;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2;
}
.section-about-description__img{
    position: relative;
    width: 50%;
    height: 365px;
}
.section-about-description__img-bottle{
    position: relative;
    z-index: 10;
    width: 100%;
    object-fit: cover;
    border-radius: 200px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
}
.section-about-description__img-bg{
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -20px;
    width: 70%;
    object-fit: contain;
}
.section-about-map{
    width: 100%;
    max-width: 1680px;
    height: 774px;
    padding: 0 100px;
    margin: 0 auto 70px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2%;
}
.section-about-map-img{
    position: relative;
    width: 50%;
}
.section-about-map-img__map{
    position: relative;
    width: 80%;
    border-radius: 30px;
    z-index: 10;
    box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.04);
    object-fit: contain;
    object-position: center;
}
.section-about-map-img__map-bg{
    position: absolute;
    z-index: 1;
    top: -25px;
    left: -30px;
    width: 90%
}
.section-about-map-img__circle{
    position: absolute;
    top: -120px;
    left: -60px;
}
.section-about-map dl{
    text-align: left;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-about__info{
    display: flex;
    justify-content: left;
    align-items:flex-start;
    padding: 4% 0;
    border-bottom: dashed 1px #c6c6c6;
}
.section-about__info div{
    padding-bottom: 14px; 
    line-height: 2.4rem;
}
.section-about__info dt{
    width: 25%;
    min-width: 100px;
    height: 40px;
}
.section-about__info dd{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    font-weight: 400;
    padding: 4px 0;
}
.section-about__info dt span{
    display: inline-block;
    min-width: 80px;
    background-color:#F0F2F5;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
}
.section-about__map-link a{
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 166px;
    padding: 10px 20px;
    border: solid 1px #C7C7C7;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    transition: 300ms;
    transform: none;
}
.section-about__map-link a:hover{
    cursor: pointer;
    -webkit-transform: translate(0, -2px);
    transform: translate(0px, -2px);
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.map-link-sp{
    display:none;
}
.section-about-staff{
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}
.section-about-staff__title{
    display: flex;
    justify-content: center;
    gap: 2%;
    margin-bottom: 80px;
}
.section-about-staff__title h2{
    width: 67px;
    height: 40px;
    border-bottom: solid 2px #333333;
    font-family: "poppins";
    font-size: 3rem;
    font-weight: 300;
}
.section-about-staff__description{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1680px;
    padding: 0 200px 0 100px;
    margin: 0 auto 100px auto;
}
.section-about-staff__description-image{
    position: relative;
    width: 40%;
}
.section-about-staff__description-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.section-about-staff__description-image__profile{
    position: relative;
    z-index: 10;
    object-fit: contain;
}
.section-about-staff__description-image__bg{
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
}
.section-about-staff__description-tittle{
    display: contents;
}
.section-about-staff__content{
    display: contents;
}
.section-about-staff__outline{
    margin-bottom: 10px;
}
.section-about-staff__description-content{
    text-align: left;
    width: 50%;
}
.section-about-staff__description-content h3{
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.4rem;
    color: #5B5B5B;
}
.section-about-staff__description-content h4{
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 500;
}
.section-about-staff__description-content span{
    display: inline-block;
    padding: 10px 8px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #f0f2f5;
    font-size: 1.4rem;
}
.section-about-staff__description-content p{
    width: 90%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
}
.section-about-staff__description-circle{
    position: absolute;
    width: 14%;
    object-fit: contain;
    top: 80px;
    right: 0px;
}
.reservation-button{
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 245px;
    height: 64px;
    padding: 12px 12px;
    margin: 0 auto;
    border: 4px solid #fcdfe2; 
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(200, 185, 186, 0.28);
    text-decoration: none;
    color: #333333;
    background-image: none;
    font-size: 1.6rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}
.reservation-button:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fcdfe2),
        to(#ffffff)
      );
    background-image: gradient(
        linear,
        left top,
        right top,
        from(#fcdfe2),
        to(#ffffff)
      );
  }
.reservation-button:hover:after {
    opacity: 1;
  }
.reservation-button:hover{
    cursor: pointer;
    -webkit-transform: translate(0, -3px);
    transform: translate(0px, -3px);
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.reservation-button__img{
    width: 24px;
}
.section-concept{
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 300px;
}
.section-concept-top__leed {
    font-size: 6rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 40px;
}
.section-concept-top__dots{
    margin:0 auto 140px auto;
}
.concept-description-wrapper{
    display: flex;
    justify-content: center;
    gap: 6%;
    align-items: center;
    width: min(1280px, 100%);
    margin: 0 auto 140px auto;
    padding: 0 4VW;
}
.concept-description-images{
    position: relative;
    width: min(600px, 100%);
}
.concept-description-images__mainphoto{
    position: relative;
    border-radius: 80px;
    box-shadow: 14px 14px 64px rgba(55, 12, 12, 0.1);
    z-index: 10;
    object-fit: contain;
    object-position: center;
}
.concept-description-images__circle{
    position: absolute;
    z-index: 1;
    width: 40%;
    top: -30%;
    left: 0%;
}
.concept-description-contents{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: min(546px, 100%);
    text-align: left;
}
.concept-description-contents h3{
    display: contents;
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 400;
}
.concept-description-contents img{
    width: min(187px, 100%);
    object-fit: contain;
}
.concept-description-contents p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
}
.reverce{
    flex-direction: row-reverse;
}
.reverce-img{
    left: 60%;
}
.section-menu{
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 300px;
}
.section-menu__content-wrapper{
    padding: 0 4VW;
}
.section-menu-wrapper{
    width: 100%;
}
 .section-menu__menu-title{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f0f2f5;
    border-radius: 20px 0 20px 0 ;
    width: min(1020px,100%);
    height: 75px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
 }
 .section-menu__menu-title h3{
    font-size: 2.4rem;
    font-weight: 300;
    z-index: 10;
    padding-left: 20px;
 }
 .section-menu__img{
    position: absolute;
    left: 20px;
    bottom: 0px;
    height: 50px;
    object-fit: contain;
    z-index: 1;
 }
 .section-menu__img.straight{
    left: 20px;
    bottom: -28px;
    height: 80px;
}
.section-menu__menu-content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10%;
    width: min(1020px,100%);
    margin: 0 auto 60px auto;
}
.section-menu__menu-contents{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    border-bottom: dashed 1px #c6c6c6 ;
}
.section-menu__menu-contents dt{
    display: flex;
    flex-direction: column;
    text-align: left;
}
 .section-menu__menu-contents dt span{
    display: inline-block;
    font-size: 1.4rem;
 }
 .section-menu__menu-contents dt small{
    font-size: 1.2rem;
    color: #797979;
 }
 .section-menu__menu-contents dd{
    font-size: 1.8rem;
 }
 .section-gallery{
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 100px;
}
.section-gallery__content-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: start;
    overflow: hidden;
}
.section-gallery__slide{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    --gap: 40px;
    gap: var(--gap);
    animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.section-gallery__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    gap: 20px;
}
.section-gallery__content img{
    width: 90%;
    height: 90%;
    border-radius: 30px;
    object-fit: contain;
}
.section-gallery__content__description{
    width: 60%;
    text-align: left;
}
.section-gallery__content__description p{
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 20px;
}
/***************************************  以下、レスポンシブ対応 ***************************************/
@media(max-width:1120px){
    .section-top__content-wrapper__menu-item__link-icon{
        display: none;
    }
}
@media(max-width:768px){
    .section-top{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        height: 100%;
        margin:96px auto 100px auto;    
    }
    .section-top-content-wrapper{
        padding: 0;
    }
    .section-top__content-wrapper__menu{
        display: none;
    }
    .top-section__sns-links{
        display: none;
    }
    .section-top-image{
        height: 80%;
        width: 86%;
        border-radius:30% 0 0 30%;
    }
    .section-top__leed{
        display: none;
    }
    .section-top__content-sp{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        padding-top: 64px;
        margin: 0 auto;
    }
    .section-top__content-wrapper__menu-logo-dots-sp{
        width: 40%;
        margin: 0 auto;
    }
    .section-top__leed-sp{
        width: 70%;
        margin: 0 auto;
    }
    .section-top-squer{
        display: block;
        position: absolute;
    }
    .section-top-circle-sp{
        display: block;
        position: absolute;
        width: 50%;
        left: -20px;
        top: -22px;
    }
    .section-top-squere-sp{
        display: block;
        position: absolute;
        width: 30%;
        left:0px;
        bottom: 20%;
    }
    .section-about{
        margin-bottom: 100px;
    }
    .section-about-description{
        flex-direction: column;
        align-items: center;
        gap: 60px;
        width: 100%;
        padding: 0 24px;
        margin-bottom: 34px;
    }
    .section-about-description__content {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .section-about-description__content h2{
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .section-about-description__content img{
        width: 25%;
        margin: 0 auto 20px auto;
    }
    .section-about-description__content p{
        font-size: 1.6rem;
        text-align: left;
    }
    .section-about-description__img{
        width: 90%;
        height: 100%;
    }
    .section-about-description__img-bottle{
        object-position: right;
    }
    .section-about-description__img-bg{
        top: -12px;
        left: -15px;
    }
    .section-about-map{
        flex-direction: column-reverse;
        align-items: center;
        gap: 100px;
        height: 100%;
        padding: 0 24px;
        margin-bottom: 84px;
    }
    .section-about-map dl{
        width: 100%;
    }
    .section-about__info dt span{
        min-width: 52px; 
        font-size: 1.4rem;
    }
    .section-about-map-img{
        width: 100%;
    }
    .section-about-map-img__circle{
        top: -60px;
        left: -4px;
        width: 15%;
    }
    .section-about-map-img__map{
        width: 90%;
        margin: 0 auto;
    }
    .section-about-map-img__map-bg{
        width: 100%;
        top: -19px;
        left: 4px;    
    }
    .map-link-sp{
        display: block;
    }
    .map-link-sp a{
        width: 220px;
        height: 50px;
        padding: 6px 30px;
        margin: 40px auto 0 auto;
        font-size: 1.2rem;
    }
    .map-link-sp img{
        width: 30px;
        margin-bottom: 4px;    
    }
    .section-about-staff__title{
        margin-bottom: 40px;
    }
    .section-about-staff__title h2{
        font-size: 2.4rem;
        height: 28px;
        width: 60px;
    }
    .section-about-staff__title img{
        width: 20px;
    }
    .section-about-staff__description-content{
        display: contents;
    }
    .section-about-staff__description{
        position: relative;
        display: grid;
        grid-template-columns: auto auto;
        justify-content: start;
        padding: 0 24px;
        margin: 0 auto 54px auto;
    }
    .section-about-staff__description-tittle{
        display: block;
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
        margin-left: -30px;
    }
    .section-about-staff__description-tittle h3{
        font-size: 1rem;
    }
    .section-about-staff__description-tittle h4{
        font-size: 2.2rem;
    }
    .section-about-staff__description-image{
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        max-width: 220px;
        justify-self: start;
    }
    .section-about-staff__description-image__bg{
        top: -11px;
        left: -12px;
    }
    .section-about-staff__content{
        display: block;
        grid-column: span 2;
        justify-self: center;
    }
    .section-about-staff__content span{
        width: 120px;
        font-size: 1.6rem;
    }
    .section-about-staff__content p{
        width: 100%;
        font-size: 1.6rem;
        line-height: 3,2rem;
    }
    .section-about-staff__description-circle{
        transform:rotate(180deg);
        width: 20%;
        top: 144px;
        right:8px;
    }
    .section-concept{
        margin-bottom: 100px;
        overflow-x: hidden;
    }
    .section-concept-top__leed{
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .section-concept-top__dots{
        width: 94px;
        margin-bottom: 60px;
    }
    .concept-description-wrapper{
        flex-direction: column;
        margin-bottom: 90px;
    }
    .last{
        margin-bottom: 54px;
    }
    .concept-description-images__mainphoto{
        border-radius: 40px;
        margin-bottom: 30px;
    }
    .concept-description-images__circle{
        left: -6%;
    }
    .reverce-img{
        left: 66%;;
    }
    .concept-description-contents{
        gap: 18px;
    }
    .concept-description-contents h3{
        font-size: 2rem;
    }
    .concept-description-contents img{
        width: 94px;
    }
    .section-menu{
        margin-bottom: 100px;
    }
    .section-menu__menu-title{
        height: 60px;
    }
    .section-menu__menu-title h3{
        font-size: 2rem;
        font-weight: 400;
    }
    .section-menu__img{
        max-width: 200px;
    }
    .section-menu__menu-contents dd{
        width: 114px;
    }
    .section-gallery__content-wrapper{
        gap: 12px;
    }
    .section-gallery__slide{
        --gap: 12px;
    }
    .section-gallery__content{
        width: 260px;
        gap: 16px;
    }
    .section-gallery__content img{
        width:100%;
        border-radius: 20px;
    }
    .section-gallery__content__description{
        width: 100%;
    }
    .section-gallery__content__description p{
        margin-bottom: 10px;
        font-size: 1.2rem;
    }
    .section-gallery__content__description small{
        font-size: 1rem;
    }
}