@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 769px) and (max-width: 960px) {
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*================*/
.enjoy .enjoy-contents{
    padding-bottom: 80px;
}

/*================*/
.enjoy .contents{
    display: grid;
    row-gap: 40px;
}
.enjoy .content{
    display: flex;
    column-gap: 35px;
}
.enjoy .content__img{
    flex-shrink: 0;
    width: 38.58%;
}
.enjoy .content__img img{
    width: 100%;
}
.enjoy .content__ttl{
    display: flex;
    align-items: center;
    column-gap: 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.04em;
}
.enjoy .content__ttl .num{
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.enjoy .content__ttl .num::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: -17px;
    width: 1px;
    height: 28px;
    background-color: #000;
}
.enjoy .content__text{
    margin-top: 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.03em;
}
.enjoy .content__btns{
    display: flex;
    column-gap: 10px;
    margin-top: 22px;
}
.enjoy .content__btn{
    font-size: 16px;
}

/*================*/
.enjoy .lead{
    background-color: #F9F9F9;
}
.enjoy .lead__box{
    display: flex;
}
.enjoy .lead__img{
    width: 97.5%;
    margin-left: calc(50% - 50vw);
}
.enjoy .lead__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.enjoy .lead__textbox{
    flex-shrink: 0;
    display: grid;
    place-content: center;
    row-gap: 40px;
    padding: 36px 0 36px 56px;
    width: 336px;
}
.enjoy .lead__ttl{
    font-weight: 700;
    font-size: 34px;
    line-height: 1.53;
    letter-spacing: 0.04em;
}
.enjoy .lead__ttl .num{
    display: block;
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.enjoy .lead__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
}

/*================*/
.enjoy .anchor{
    margin-top: 40px;
}
.enjoy .anchor__link br.sp{
    display: none;
}

/*================*/
.enjoy .lower-contents{
    display: grid;
    row-gap: 80px;
    padding-block: 80px;
}
.enjoy .lower-content__ttl{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-align: center;
}
.enjoy .lower-content__ttl .sp{
    display: none;
}
/*================*/
.enjoy-service__boxes{
    display: flex;
    column-gap: 40px;
}
.enjoy-service__box{
    width: 50%;
}
.enjoy-service__img{
    width: 100%;
}
.enjoy-service__img img{
    width: 100%;
}
.enjoy-service__ttl{
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.08em;
}
.enjoy-service__text{
    margin-top: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
/*================*/
.space__boxes{
    display: grid;
    row-gap: 30px;
}
.space__box{
    padding: 30px 40px 40px;
    box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.06);
}
.space__row{
    display: flex;
    column-gap: 40px;
    margin-top: 26px;
}
.space__main-img{
    flex-shrink: 0;
    width: 56.25%;
}
.space__main-img img{
    width: 100%;
}
.space__sub-img img{
    width: 100%;
}
.space__ttl{
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.08em;
}
.space__text{
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
.space__btn-box{
    margin-top: 50px;
    font-size: 17px;
    text-align: center;
}
.space__btn-box .compo-button-arrow .rim{
    border-radius: 60px;
}
.space__btn-box .compo-button-arrow.color-01 .phrase{
    background-color: #000;
}
.space__btn-box .compo-button-arrow.shape-01 .phrase{
    padding: 17px 74px 17px 31px;
}
.space__btn-box .compo-button-arrow .txt{
    color: #fff;
}
.space__btn-box .compo-button-arrow.shape-01 .cap{
    right: 4px;
}
.space__btn-box .compo-arrow-round.color-01 .mark{
    background-color: #fff;
}
.space__btn-box .compo-arrow-round.color-01 .mark .arrow .inlinesvg{
    fill: #000;
}
.space__btn-large{
    font-size: 28px;
}
.space__btn-small{
    position: relative;
    top: -3px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
    font-size: 24px;
}
/*================*/
.enjoy .howto{
    padding-block: 60px;
    background-color: #F9F9F9;
}
.enjoy .howto__ttl{
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.08em;
    text-align: center;
}
.enjoy .howto__ttl .sp{
    display: none;
}
.enjoy .howto__list{
    display: flex;
    justify-content: center;
    column-gap: 34px;
    margin-top: 30px;
}
.enjoy .howto__item{
    position: relative;
    width: 27%;
}
.enjoy .howto__item:not(:first-of-type)::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -17px;
    width: 2px;
    height: 100%;
    background-color: #CBCBCB;
}
.enjoy .howto__img{
    width: 100%;
}
.enjoy .howto__img img{
    width: 100%;
}
.enjoy .howto__text{
    margin-top: 6px;
    padding-right: 36px;
    font-weight: 700;
    font-size: 13px;
}
.enjoy .howto__text .sp{
    display: none;
}
.enjoy .howto__btn{
    display: grid;
    place-content: center;
    position: absolute;
    bottom: 3px;
    right: 0;
    font-size: 13px;
}

/*================*/
.lower.enjoy .enjoy-recommend .item__img img{
    aspect-ratio: 270 / 152;
}
.enjoy .item__link--not-linked{
    cursor: default;
}
.enjoy .item__link--not-linked:hover{
    opacity: 1;
}
.enjoy .item__ttl.small{
    font-size: 13px;
}
.enjoy .item__text{
    margin-top: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.04em;
}
.enjoy-recommend__note{
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: right;
}

/*================*/
.enjoy .map__inner:not(:first-of-type){
    margin-top: 90px;
}
.enjoy .map__floor{
    display: inline-block;
    padding: 10px 23px;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}
.enjoy .map__img{
    margin-top: 20px;
    background-color: #F9F9F9;
}
.enjoy .map__img img{
    width: 100%;
}

/*================*/
.enjoy .spend__boxes{
    display: grid;
    row-gap: 30px;
}
.enjoy .spend__box{
    padding: 30px 40px 14px;
    background: #FFF;
    box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.06);
}
.enjoy .spend__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
.enjoy .spend__row{
    display: flex;
    justify-content: space-between;
    column-gap: 39px;
}
.enjoy .spend__text ~ .spend__row{
    margin-top: 30px;
}
.enjoy .spend__img-box{
    width: 50%;
}
.enjoy .spend__img-box img{
    width: 100%;
}
.enjoy .spend__img-text{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
.enjoy .spend__row > .spend__text{
    width: 50%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} /* end of media query */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

