@charset "utf-8";
/* ======================================
comonn
=======================================*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 103px;
}

body {
    font-family:
        'Zen Old Mincho',
        'Cormorant Garamond';
    font-style: normal;
    color: #435968;
    background-color:#FFFFFF;
    line-height: 3.0;
    font-size: 1.6rem;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

.topic {
    width: fit-content;
}

.topic__en {
    color:#F2C0C0;
    font-family: Allison;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 3px;
    flex-shrink: 0;
    line-height: 1;
    width: fit-content;
    transform: rotate(358deg);
    transform-origin: left bottom;

}

.topic__ja {
    color: #58B795;
    font-family:'Zen Old Mincho';
    font-size: 3.2rem;
    line-height: 1.5;
    width: fit-content;
    letter-spacing: 4.8px;
    text-align: center;
}

.brSp {
    display: none;
}

.container {
    overflow: hidden;
}

@media screen and (max-width: 769px){
    
    .brSp {
        display: block;
    }

    .topic__en{
        font-size: 2.4rem;
    }

    .topic__ja {
        font-size: 1.6rem;
    }

    .brPc {
        display: none;
    }
}

/* ======================================
header
=======================================*/
.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: #FFF;
}

.header__container {
    display: flex;
    /* width: 1440px; */
    padding: 20px 50px;
    justify-content: space-between;
    align-items: center;
}

.nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav__header {
    display: none;
}

.hamburgerBtn {
    display: none;
}

.nav__list{
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav__item {
    color:#58B795;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.5;
}

.nav__item:last-of-type {
    display: flex;
    align-items: center;
    gap: 2px;
    border: 2px solid rgba(88, 183, 149, 0.32);
    padding: 10px;
    transition: all .5s;
}

.nav__item:last-of-type::before {
    content: "";
    background-image:url(../images/line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    transition: all.5s;
}

.nav__item:last-of-type:hover {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #F2C0C0;
    border: 2px solid rgba(242, 192, 192, 0.32);
    padding: 10px;
}

/* spの設定 */
 @media screen and (max-width: 769px) { 
.header__container,
.nav__header {
    padding: 10px 8%;
    margin: 0 auto;
}

.nav__header {
    display: flex;
    justify-content: space-between;
}

.hamburgerBtn {
    display: block;
}

.nav {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    /* padding: 20px 8%; */
    margin: 0 auto;
    height:100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__topic img {
    display: block;
}

.nav__list {
    margin-top: 42px;
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav__item {
    color: #435968;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.nav__item img {
    display: inline-block;
    margin-right: 30px;
    vertical-align: -3px;
}
/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}
}
/*======================================
main
========================================*/
.article__header {
    width: 100%;
    height: calc(100vh - 103px);
    background-image: url(../images/mainVisual.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 103px;
}
.firstView{
    position: relative;
    padding-right: calc(214* 100vw / 1440);
}
.firstView::before{
    content: "";
    position: absolute;
    width: calc(720 * 100vw / 1440);
    height: calc(358 * 100vw / 1440);
    background-color: #FFFFFF;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.mainVisual {
    /* width: 100%; */
    aspect-ratio: 596 / 264;
    width: calc(596* 100vw / 1440);
    position: absolute;
    /* left: 50%;
    bottom: 50%; */
    bottom: 0;
    right: 0;
    transform: translate(calc(-85* 100vw / 1440), calc(-20* 100vw / 1440));
    z-index: 2;
}
.mainVisual ::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(88, 183, 149, 0.32);
    transform: translate(calc(17 * 100vw / 1440),calc(-17 * 100vw / 1440));
}

.mainVisual img{
    width: 100%;
    height: 100%;
}

.mainVisual::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(88, 183, 149, 0.32);
    position: absolute;
    left: 18px;
    bottom: 17px;
    z-index: 1;
}




.mainVisual__sp {
    display: none;
}

.concept__container {
    margin: 100px auto;
    position: relative;
}

.concept__container::before {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.concept__container::after {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
}

.mainCopy {
    margin: 0 auto;
    color: #58B795;
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 4.8px;
    line-height: 1.8;
    position: relative;
}

.mainCopy__box {
    position: relative;
}

.mainCopy__box::after {
    content: '';
    display: block;
    width: 100%;
    height:100%;
    background-image: url(../images/writh.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    }

.mainCopy__txt {
    margin: 40px auto;
    text-align: center;
}

.mainCopy__txt:nth-of-type(2){
    margin-top: 40px;
}

/* sp */
@media screen and (max-width: 769px){
    .main {
        width: 100vw;
        overflow: hidden;
    }

    .article__header {
        width: 100%;
        height: calc(40vh - 103px);
        background-image: url(../images/mainVisualSp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    
    .firstView::before{
    width: calc(176 * 100vw / 375);
    height: calc(105 * 100vw / 375);
    }

    .mainVisual {
        aspect-ratio: 596 / 264;
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(160* 100vw / 375);
        transform: translate(calc(-10 * 100vw / 375), calc(-8* 100vw / 375))
    }

    .mainVisual::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(88, 183, 149, 0.32);
        position: absolute;
        left: 6px;
        bottom: 4px;
        z-index: 1;
    }


    .concept__container {
        margin: 20px auto;
    }

    .concept__container::before {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
    }

    .concept__container::after {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(50%, 50%);
    }

    .mainCopy {
        font-size: 1.6rem;
    }
    
    .mainCopy__txt {
        margin: 16px auto;
        font-size: 1.2rem;
        line-height: 200%; /* 24px */
        letter-spacing: 0.6px;
        position: relative;
    }

    .mainCopy__txt:nth-of-type(2) {
        margin-top: 0px;
    }
}

/*======================================
interiorView
========================================*/
.interiorView__container {
    width: 76%;
    margin: 140px auto 0;
    position: relative;
}

.interiorView__container::before {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-100%, 100%);
}

.interiorView__top {
    margin: 124px auto;
    display: flex;
    justify-content: space-between;
    gap: 72px;
}

.interiorView__txt {
    display:flex;
    flex-flow: column;
    margin-top: 100px;
}

.interiorView {
    margin-top: 23px;
}

.interiotView__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 107px;
    margin-left: 122px;
}

.visual1,
.visual2,
.visual3{
    position: relative;
    
}

.visual1::before,
.visual3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(88, 183, 149, 0.32);
    transform: translate(-4px, -2px) rotate(7deg);
    z-index: -1;
}

.visual2 {
    margin-bottom: 120px;
}

.visual2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(88, 183, 149, 0.32);
    transform: translate(-2px, -17px) rotate(7deg);
    z-index: -1;
}

.visual3 {
    margin-top: 120px;
}

/* sp */
@media screen and (max-width: 769px) {

    .interiorView__container {
        width: 85%;
        margin: 40px auto;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .interiorView__top {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
   

    .interiotView__bottom {
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
        margin-left: 0px;
    }

    .visual1,
    .visual2,
    .visual3 {
        position: relative;
        max-width: 112px;
    }

    .visual1::before,
    .visual3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(88, 183, 149, 0.32);
    transform: translate(-7px, -2px) rotate(7deg);
    z-index: -1;
}

    .visual2 {
        margin-bottom: 0px;
    }

    .visual3 {
        margin-top: 30px;
    }

    .visual2::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(88, 183, 149, 0.32);
        transform: translate(-7px, -2px) rotate(7deg);
        z-index: -1;
    }

    .interiorView__txt {
        display: flex;
        flex-flow: column;
        margin-top: 24px;
        margin-left: 0px;
    }

    .interiorView {
        line-height: 2;
        font-size: 1.2rem;
        margin-top: 12px;
    }
    
    .interiorView__container::before {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(-50%, 150%);
    }
    
}
/*======================================
strengths
========================================*/
.strengthsBox {
    width: 60%;
    margin: 140px auto 0;
    position: relative
}

.strengthsBox::before {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(200%, 300%);
}

.strengthsBox::after {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-200%, -300%);
}
.strengths__top {
    margin: 120px auto;
    width: fit-content;
}

.strengths__txt {
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 0.8px;
    margin-top: 28px;
}

.strengths {
    margin: 100px auto;
    display: flex;
}

.strengths:nth-child(2n){
    flex-direction: row-reverse;
}

.strengths:nth-child(2n) .card{
    margin-left: 0;
    margin-right: -27px;
    position: relative;
    z-index: 1;
}

.card__number {
    color: #F2C0C0;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
}

.photo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.card__photo img {
    object-fit: contain;
    border: 1px solid;
    border-color: rgba(88, 183, 149, 0.32);
}

.card {
    margin-top: 158px;
    margin-left: -27px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid;
    border-color: rgba(88, 183, 149, 0.32);
    padding: 40px;
    position: relative;
}

.card::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: rgba(88, 183, 149, 0.32);
    position: absolute;
    top: 9px;
    left: 8px;
}    

.card__tytle {
    /* width: 77px;
    height: 35px; */
    color: #58B795;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; 
    letter-spacing: 1.2px;
}

.subtytle {
    color: #58B795;
    font-family: "Zen Old Mincho";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 10px;
}

.card__txt {
    font-family: "Zen Old Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; 
    letter-spacing: 0.8px;
    margin-top: 10px;
}

.summary {
    margin: 0 auto;
    width: fit-content;
}

.summary__txt {
    line-height: 2;
    font-size: 2.4rem;
    color: #58B795;
}

/* .brSp {
    display: none;
} */

.detailsBtn {
    width: fit-content;
    margin: 0 auto;
    background-color: #FFF;

}

.btnLink {
    display: block;
    width: fit-content;
    margin: 0 auto;
}


.detailsBtn__txt {
    padding: 24px;
    border: 2px solid rgba(88, 183, 149, 0.32);
    text-align: center;
    line-height: 2;
    margin-top: 40px;
    color: #58B795;
    transition: all.5s;
}

.detailsBtn__txt:hover {
    padding: 24px;
    border: 2px solid rgba(242, 192, 192, 0.32);
    text-align: center;
    line-height: 2;
    margin-top: 40px;
    color: rgb(242, 192, 192);
}


/* sp */
@media screen and (max-width: 769px) {
    .strengthsBox {
        width: 80%;
        margin: 80px auto 0;
        position: relative
    }

    .strengths__top {
        margin: 40px auto;
    }

    .strengths__txt {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.7px;
    }

    .strengths {
        margin: 40px auto;
        display: flex;
        flex-direction: column;
    }

    .card__number {
        font-size: 2.4rem;
        line-height: 1;
        letter-spacing: 0.5px;
    }

    .card__photo {
        max-width: 127px;
    }

    .card {
       margin-top: -6px;
       margin-left: 28px;
       padding: 16px 24px;
       gap: 8px;
    }

    .card__tytle {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }

    .subtytle {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.5px;
        margin-top: 0px;
    }

    .card__txt {
        font-size: 1.2rem;
        line-height: 1,5;
        letter-spacing: 0.5px;
    }

    .card::after {
        top: 6px;
        left: 8px;
    }

    .strengths:nth-child(2n){
        flex-direction: row-reverse;
    }
    
    .strengths:nth-child(2n) .card{
        margin-left: 0;
        margin-right: -100px;
        position: relative;
        z-index: 1;
        margin-top: 109px;
    }

    .summary {
        width: fit-content;
    }

    .summary__txt {
        width: fit-content;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.5px;
    }

    .detailsBtn {
        margin: 0 auto;
    }

    .detailsBtn__txt {
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 12px;
        margin-top: 20px;
        transition: all.5s;
    }
    .detailsBtn__txt:hover {
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 12px;
        margin-top: 20px;
        border: 20px solid rgba(88, 183, 149, 0.32);
    }

    .strengthsBox::before {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(160%, 900%);
    }
    
    .strengthsBox::after {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translate(-160%, -150%);
    }
}

/*======================================
manu
========================================*/
.menuBox {
    width: 58%;
    margin: 140px auto 0;
    position: relative;
}

.menuBox::before {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(200%, 0);
}

.menuPrice__top {
    margin: 0 auto;
    width: fit-content;
}

.menu {
    border-top: 1px solid rgba(88, 183, 149, 0.32);
    margin-top: 80px;
}

.menu__card {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid rgba(88, 183, 149, 0.32);
}

.cardtxtBox {
    width: 86%;
    margin: 40px auto;
}

.menu__tytle {
    width: fit-content;
    margin-bottom: 24px;
}


.menu__detail {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 61%;
}

.menu__tytle {
    color:#435968;
    font-family: "Cormorant Garamond";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* sp */
@media screen and (max-width: 769px){

    .menuBox{
     width: 80%;
     margin: 80px auto 0;
    }

    .menu {
        margin-top: 40px;
    }

    .cardtxtBox {
        width: 85%;
        margin: 20px auto;
    }

    .menu__tytle {
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 12px;
    }
    
    .menu__detail {
        width: 85%;
    }

    .menu__txt ,
    .price {
        font-size: 1.4rem;
        line-height: 2;
    }

    .menuBox::before {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(160%, 800%);
    }
    
}
/*======================================
reserve
========================================*/
.reserveBox {
    width: 57%;
    margin: 140px auto 0;
    position: relative;
}

.reserveBox::before {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-200%, -50%);
}

.reserve__top {
    margin: 0 auto;
    width: fit-content;
}

.explain {
    margin: 35px auto;
    width: fit-content;
}

.tool__container {
    display: flex;
    width: 100%;
    margin: 40px auto 0;
    justify-content: space-around;
}

.tool__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 10px solid  rgba(242, 192, 192, 0);   
    transition: all.5s;
}

.tool__box:hover {
    display: flex;
    flex-direction: column;
    align-items: center;   
    /* padding: 20px; */
    border: 10px solid  rgba(242, 192, 192, 0.32);
}

.tool__name {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    margin: 24px 0 20px 0;
    padding: 10px 0;
}

.tool__name:last-of-type {
    padding: 0;
    line-height: 20px;
    margin: 24px 0 0 0;
}

.note {
    margin: 67px auto 0;   
}

.note__list {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
}
/* sp */
@media screen and (max-width: 769px) {

    .reserveBox {
        width: 81%;
        margin: 40px auto 0;
        position: relative;
    }

    .explain {
        margin: 24px auto;
        font-size: 1.4rem;
        line-height: 2;
    }

    .tool__name {
        font-size: 1.2rem;
        line-height: 1;
    }

    .note {
        margin: 24px auto 0;
    }

    .list__txt {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-top: 12px;
    }

    .reserveBox::before {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-160%, -130%);
    }

    .tool__container {
        width: 95%;
        margin: 24px auto;
    }

    .tool__box {
        width: 30%;
        padding: 10px;
    }

}
/*======================================
information
========================================*/
.informationBox {
    width: 63%;
    margin: 140px auto;
    position: relative;
}

.informationBox::after {
    content: '';
    display: block;
    background-color: #58B795;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    filter: blur(120px);
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(150%, 50%);
}

.information__top {
    margin: 0 auto;
    width: fit-content;
}

.informationContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 80px auto 0;
}

.information__left {
    width: 55%;
}
.information__right {
    width: 38%;
}


.name {
    padding: 24px 0;
    color: #577385;
    font-family: "Playfair Display";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    border-bottom: 1px solid rgba(88, 183, 149, 0.32);
}

.information__detail {
    padding: 24px 0;
    display: flex;
    align-items: center;
    border-bottom:1px solid rgba(88, 183, 149, 0.32);
}

.infoTopic {
   align-items: center;
   width: 88px;
   white-space: nowrap;
}

.map {
    margin-top: 80px;
    width: 100%;
    height: 30%;
}

.reserveBtn__detail {
    width: fit-content;
    margin-top: 30px;
    margin-left: 25px;
    padding: 16px;
    border: 2px solid  rgba(88, 183, 149, 0.32);
    align-items: center;
    background-color: white;
    display: flex;
    gap: 6px;
    line-height: 1;
    transition: all.5s;
    }

.reserveBtn__detail:hover {
    width: fit-content;
    margin-top: 30px;
    margin-left: 25px;
    padding: 16px;
    border: 2px solid  rgba(242, 192, 192, 0.32);
    align-items: center;
    background-color: #FFF;
    display: flex;
    gap: 6px;
    line-height: 1;

    }

.reserveBtn__detail::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/line.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.reserveBtn__detail::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* sp */
@media screen and (max-width: 769px) {

    .informationBox {
        width: 73%;
        margin: 80px auto ;
    }

    .informationContainer {
        display: flex;
        flex-direction: column;
    }

    .information__left ,
    .information__right {
        width: 100%;
        margin-top: 24px;
    }

    .name {
        padding: 12px 0;
        font-size: 1.4rem;
        line-height: 1;
    }

    .information__detail {
        padding: 12px 0;
    }

    .infoTopic {
        font-size: 1.4rem;
        width: 28%;
    }

    .infoTxt {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    
    .map {
        margin-top: 0px;
    }

    .reserveBtn__detail {
        width: fit-content;
        margin: 24px auto;
    }

    .reserveBtn {
        margin: 0 auto;
    }

    .btnSns {
        display: flex;
    }

    
    .informationBox::after {
        content: '';
        display: block;
        background-color: #58B795;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        filter: blur(50px);
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(150%, 50%);
    }
}

/*======================================
footer
========================================*/
.footer {
    background-color:  #395656;
    padding: 40px 0;
}

.footerBox {
    max-width: 632px;
    margin: 0 auto;
}

.footer__list {
    display: flex;
    justify-content: space-around;
}

.footer__item {
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; 
}

.footerLogo {
    width: 13%;
    margin: 24px auto 0;
}

.footerLogo img {
    width: 100%;
}

.snsBox {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 24px auto 0;
}

.snsBox img {
    display: flex;
}

.copy {
    max-width: 100px;
    margin: 40px auto 0;
    color: #888;
    font-family: "Playfair Display";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* sp */
@media screen and (max-width: 769px) {

    .footerBox {
        max-width: 165px;
        margin: 0;
    }

    .footer__list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-left: 40px;
    }

    .footer__item {
        color: #FFF;
    }

    .footerLogo {
        width: 44%;
        margin: 24px 0px 20px 40px;
    }

    .snsBox{
        gap: 12px;
    }

    .copy {
        width: 60%;
        margin: 12px 0 24px 40px;
    }
}