/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// index共通
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.mv {
    height: 49.3vw;
    background-image: url(../images/index/index-mv.jpg);
    background-repeat: no-repeat;
    background-position-x: 55%;
    background-position-y: 45%;
    background-size: 123%;
}
.mv__content {
    padding: 0 30px;
}
.mv__content h1 {
    padding-top: 6.28vw;
}
.mv__content h1 img {
    width: 34vw;
}
@media print, screen and (max-width: 768px) {
    .mv {
        height: 129vw;
        background-image: url(../images/index/index-mv-sp.jpg);
        background-repeat: no-repeat;
        background-position-y: 100%;
        background-size: 100%;
    }
    .mv__content {
        padding: initial;
    }
    .mv__content h1 {
        padding-left: 13vw;
        padding-top: 20.5vw;
    }
    .mv__content h1 img {
        width: 66.1vw;
    }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// hiking
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.hiking__detail {
    width: 597px;
    margin-top: 68px;
}
.hiking__detail h2 {
    gap: 12px;
}
.hiking__detail h2::before,
.hiking__detail h2::after {
    content: "";
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40px;
}
.hiking__detail h2::before {
    background-image: url(../images/index/index-common-deco01.png);
    width: 90px;
    height: 103px;
    left: 56px;
}
.hiking__detail h2::after {
    background-image: url(../images/index/index-common-deco02.png);
    width: 88px;
    height: 116px;
    right: 34px;
}
.hiking__detail h2 .title {
    font-size: 34px;
    letter-spacing: 0.17em;
}
.hiking__detail h2 .title .strong {
    font-size: 60px;
}
.hiking__detail h2 .sub {
    font-size: 20px;
    letter-spacing: 0.15em;
}
.hiking__detail h2 .sub::after {
    content: "";
    display: block;
    background-image: url(../images/index/hiking-title-deco.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 247px;
    height: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
}
.hiking__detail h2 .en {
    width: 307px;
    bottom: -15px;
    right: 30px;
}
.hiking__detail .txt {
    letter-spacing: 0;
    padding-top: 28px;
}
.hiking__detail .txt p:last-child {
    padding-top: 10px;
}
.hiking__map {
    flex: 1;
    height: 620px;
}
.hiking__map .map-pc {
    width: 100%;
    position: relative;
    top: -82px;
    right: -30px;
}
.hiking__map .map-sp {
    display: none;
}
@media print, screen and (max-width: 1215px) {
    .hiking__map {
        height: initial;
    }
    .hiking__map .map-pc {
        top: initial;
        right: 0;
        bottom: 0;
    }
}
@media print, screen and (max-width: 1080px) {
    .hiking__content {
        flex-direction: column;
    }
    .hiking__detail {
        width: 100%;
    }
    .hiking__detail h2 {
        width: 597px;
        margin: 0 auto;
    }
    .hiking__map .map-pc {
        display: none;
    }
    .hiking__map .map-sp {
        display: block;
        width: 100%;
        position: relative;
        top: -160px;
        z-index: -1;
    }
}
@media print, screen and (max-width: 768px) {
    .hiking__content {
        height: 233.5vw;
    }
    .hiking__detail {
        margin-top: initial;
    }
    .hiking__detail h2 {
        width: 100%;
        gap: 1.6vw;
    }
    .hiking__detail h2::before,
    .hiking__detail h2::after {
        bottom: 6vw;
    }
    .hiking__detail h2::before {
        width: 12.9vw;
        height: 14.8vw;
        left: 7.6vw;
    }
    .hiking__detail h2::after {
        width: 12.5vw;
        height: 16.5vw;
        right: 6.5vw;
    }
    .hiking__detail h2 .title {
        font-size: 5.3vw;
        letter-spacing: 0.05em;    
    }
    .hiking__detail h2 .title .strong {
        font-size: 9vw;
    }
    .hiking__detail h2 .sub {
        font-size: 3.2vw;
    }
    .hiking__detail h2 .sub::after {
        width: 35.2vw;
        height: 1.8vw;
        bottom: -4.4vw;
    }
    .hiking__detail h2 .en {
        width: 46.6vw;
        bottom: -2.4vw;
        right: 2.3vw;
    }
    .hiking__detail .txt {
        font-size: 4vw;
        padding-top: 7vw;
        letter-spacing: -0.05em;
    }
    .hiking__detail .txt p:last-child {
        padding-top: initial;
    }
    .hiking__map .map-sp {
        top: -26vw;
        right: initial;
    }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// enjoy
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.enjoy {
    background-image: url(../images/index/enjoy-back.png);
    background-position-x: 55%;
    background-position-y: top;
    background-size: 118%;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.enjoy .inner {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, #f7f5ed 10%, #f7f5ed 100%);
}

.enjoy__content {
    padding-top: 210px;
    padding-bottom: 130px;
    max-width: 1140px;
    margin: 0 auto;
}
.enjoy__content h2 {
    gap: 12px;
}
.enjoy__content h2 .title {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 1;
}
.enjoy__content h2 .title .strong {
    font-size: 57px;
}
.enjoy__content h2 .sub {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
}
.enjoy__content h2 .sub::after {
    content: "";
    display: block;
    background-image: url(../images/common/enjoy-title-deco.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    height: 75px;
    position: absolute;
    right: -78px;
    top: 50%;
    transform: translateY(-50%);
}
.enjoy__content h2 .en {
    width: 344px;
    bottom: -58px;
    right: 170px;
}

.enjoy__detail {
    margin-top: 100px;
}
.enjoy__detail h3 {
    font-weight : bold;
    font-size : 24px;
    letter-spacing : 0.075em;
    color : #231815;
    text-align: center;
    position: relative;
}
.enjoy__detail h3::before,
.enjoy__detail h3::after {
    content: "";
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.enjoy__detail:first-of-type h3::before,
.enjoy__detail:first-of-type h3::after {
    background-image: url(../images/index/enjoy-h3-deco01.png);
    width: 290px;
    height: 17px;
}
.enjoy__detail:first-of-type h3::before {
    left: calc(50% - 415px);
}
.enjoy__detail:first-of-type h3::after {
    left: calc(50% + 415px);
}
.enjoy__detail:last-of-type h3::before,
.enjoy__detail:last-of-type h3::after {
    background-image: url(../images/index/enjoy-h3-deco02.png);
    width: 270px;
    height: 55px;
}
.enjoy__detail:last-of-type h3::before {
    left: calc(50% - 430px);
}
.enjoy__detail:last-of-type h3::after {
    left: calc(50% + 430px);
}
.enjoy__detail h3 span {
    position: relative;
}
.enjoy__detail h3 span::before {
    content: "";
    display: block;
    background-image: url(../images/index/enjoy-h3-deco03.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 124px;
    height: 51px;
    position: absolute;
    top: -40px;
    left: -58px;
}
.enjoy__items {
    margin-top: 60px;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 50px;
}

.enjoy__item {
    width: 340px;
}

.eitem__wrap {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 12px;
}
.eitem__wrap .above {
    margin-bottom: 14px;
}

.eitem__wrap .above dt {
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 0;
    font-weight : bold;
    display: flex;
    align-items: center;
    gap: 23px;
    padding-bottom: 10px;
}
.eitem__wrap .above dt .eitem__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 0.075em;
    width: 107px;
    height: 107px;
    color: var(--white-color);
    background-color: var(--green-color);
    border-radius: 50%;
    border: solid 6px var(--white-color);
    padding-top: 4px;
    box-shadow: 0px 0px 15px -10px #777777;
    position: relative;
}
.eitem__wrap .above dt .eitem__title--03 {
    background-color: var(--green-color-3);
}
.eitem__wrap .above dt .eitem__title--04,
.eitem__wrap .above dt .eitem__title--05 {
    background-color: #d6724a;
}
.eitem__wrap .above dt .eitem__title--05 {
    padding-top: 10px;
}

.eitem__wrap .above dt .eitem__title--06 {
    background-color: #d34a80;
}
.eitem__wrap .above dt .eitem__title::after {
    content: "";
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
.eitem__wrap .above dt .eitem__title--01::after {
    background-image: url(../images/index/enjoy-item-deco01.png);
    width: 36px;
    height: 56px;
    left: 30px;
    top: -24px;
}
.eitem__wrap .above dt .eitem__title--02::after {
    background-image: url(../images/index/enjoy-item-deco02.png);
    width: 42px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: -23px;
}
.eitem__wrap .above dt .eitem__title--03::after {
    background-image: url(../images/index/enjoy-item-deco03.png);
    width: 36px;
    height: 52px;
    left: 35px;
    top: -21px;
}
.eitem__wrap .above dt .eitem__title--04::after {
    background-image: url(../images/index/enjoy-item-deco04.png);
    width: 45px;
    height: 56px;
    left: 0;
    top: -12px;
}
.eitem__wrap .above dt .eitem__title--05::after {
    background-image: url(../images/index/enjoy-item-deco05.png);
    width: 34px;
    height: 45px;
    left: 0;
    top: -7px;
}
.eitem__wrap .above dt .eitem__title--06::after {
    background-image: url(../images/index/enjoy-item-deco06.png);
    width: 47px;
    height: 50px;
    left: -16px;
    top: -5px;
}

.eitem__wrap .above dd {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.025em;
}
.eitem__wrap .below {
    width: 340px;
    height: 240px;
}
.eitem__wrap .below .eitem__img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-repeat: no-repeat;
    position: relative;
}
.eitem__wrap .below .eitem__img--01 {
    background-image: url(../images/index/enjoy-img01.jpg);
    background-size: 134%;
    background-position: left;
}
.eitem__wrap .below .eitem__img--02 {
    background-image: url(../images/index/enjoy-img02.png);
    background-size: 114%;
    background-position-x: center;
    background-position-y: 80%;
}
.eitem__wrap .below .eitem__img--03 {
    background-image: url(../images/index/enjoy-img03.png);
    background-size: 128%;
    background-position-x: 90%;
    background-position-y: 73%;
}
.eitem__wrap .below .eitem__img--04 {
    background-image: url(../images/index/enjoy-img04.png);
    background-size: 111%;
    background-position: center;
}
.eitem__wrap .below .eitem__img--05 {
    background-image: url(../images/index/enjoy-img05.png);
    background-size: 109%;
    background-position: center;
}
.eitem__wrap .below .eitem__img--06 {
    background-image: url(../images/index/enjoy-img06.png);
    background-size: 117%;
    background-position-x: 80%;
    background-position-y: center;
}
.eitem__wrap .below .eitem__img .notice {
    display: block;
    box-sizing:content-box ;
    width: 209px;
    padding: 10px;
    font-weight : bold;
    font-size : 17px;
    line-height : 1.5;
    letter-spacing: 0;
    color : #F72145;
}
.eitem__wrap .below .eitem__img .badge {
    width: 86px;
    position: absolute;
    right: 22px;
    top: -7px;
}

.eitem__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
    background-color: var(--white-color);
    font-family: "Zen Maru Gothic", serif;
    font-weight : bold;
    letter-spacing: 0.05em;
    width: 170px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 15px -10px #777777;
}
.eitem__btn::after {
    content: "";
    display: inline-block;
    background-image: url(../images/index/arrow-right.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    position: relative;
}
@media print, screen and (max-width: 1260px) {
    .enjoy__items {
        max-width: 800px;
        margin: 0 auto;
        margin-top: 60px;
    }
}
@media print, screen and (max-width: 1239px) {
    .enjoy__content {
        max-width: 800px;
    }
}
@media print, screen and (max-width: 899px) {
    .enjoy__items {
        justify-content: center;
    }
    .enjoy__item {
        width: 100%;
    }
    .eitem__wrap {
        flex-direction: row;
    }
    .eitem__wrap .above {
        width: 300px;
    }
    .eitem__wrap .above dt p {
        flex: 1;
        line-height: 1.7;
    }
    .eitem__wrap .below .eitem__img .notice {
        width: 164px;
    }
}
@media print, screen and (max-width: 768px) {
    .enjoy__content {
        padding-top: 18vw;
        padding-bottom: 10.4vw;
    }
    .enjoy__content h2 {
        gap: initial;
    }
    .enjoy__content h2 .title {
        font-size: 5.3vw;
        letter-spacing: 0.05em;
    }
    .enjoy__content h2 .title .strong {
        font-size: 9vw;
    }
    .enjoy__content h2 .sub {
        font-size: 3.2vw;
        letter-spacing: 0.075em;
    }
    .enjoy__content h2 .sub::after {
        width: 7.2vw;
        height: 10vw;
        right: -3.5vw;
        top: -4.8vw;
        transform: initial;
    }
    .enjoy__content h2 .en {
        width: 51.5vw;
        bottom: -10vw;
        right: 0;
    }
    
    .enjoy__detail {
        margin-top: 9.8vw;
    }
    .enjoy__detail h3 {
        font-size : 4vw;
    }
    .enjoy__detail:first-of-type h3::before,
    .enjoy__detail:first-of-type h3::after {
        width: 38.6vw;
        height: 2.1vw;
    }
    .enjoy__detail:first-of-type h3::before {
        left: calc(50% - 59.5vw);
    }
    .enjoy__detail:first-of-type h3::after {
        left: calc(50% + 59.5vw);
    }
    .enjoy__detail:last-of-type h3::before,
    .enjoy__detail:last-of-type h3::after {
        width: 26.9vw;
        height: 5.4vw;
    }
    .enjoy__detail:last-of-type h3::before {
        left: calc(50% - 52.7vw);
    }
    .enjoy__detail:last-of-type h3::after {
        left: calc(50% + 52.7vw);
    }
    .enjoy__detail h3 span::before {
        width: 16.6vw;
        height: 6.8vw;
        top: -7.5vw;
        left: -3.5vw;
    }
    .enjoy__items {
        margin-top: 6.6vw;
        gap: initial;
        row-gap: 8vw;
    }
    .eitem__wrap {
        margin-bottom: 2vw;
        gap: 2.7vw;
    }
    .eitem__wrap .above {
        margin-bottom: initial;
        width: initial;
        flex: 1;
    }
    
    .eitem__wrap .above dt {
        letter-spacing: 0;
        gap: 3.4vw;
        padding-bottom: 1.8vw;
    }
    .eitem__wrap .above dt .eitem__title {
        font-size: 3.46vw;
        line-height: 1.2;
        width: 17vw;
        height: 17vw;
        border: solid 0.8vw var(--white-color);
        padding-top: initial;
        box-shadow: 0px 0px 2vw -1.3vw #777777;
    }
    .eitem__wrap .above dt .eitem__title--05 {
        padding-top: 3.3vw;
    }
    .eitem__wrap .above dt .eitem__title--01::after {
        width: 5.3vw;
        height: 8.5vw;
        left: 5.7vw;
        top: -4.7vw;
    }
    .eitem__wrap .above dt .eitem__title--02::after {
        width: 6.6vw;
        height: 7.8vw;
        top: -3.9vw;
    }
    .eitem__wrap .above dt .eitem__title--03::after {
        width: 6vw;
        height: 8.9vw;
        left: 6.2vw;
        top: -4.5vw;
    }
    .eitem__wrap .above dt .eitem__title--04::after {
        width: 6.6vw;
        height: 8.6vw;
        left: 1vw;
        top: -4.5vw;
    }
    .eitem__wrap .above dt .eitem__title--05::after {
        width: 4.3vw;
        height: 6vw;
        left: 4.3vw;
        top: -1.6vw;
    }
    .eitem__wrap .above dt .eitem__title--06::after {
        width: 6.2vw;
        height: 6.9vw;
        left: -0.7vw;
        top: -2vw;
    }
    
    .eitem__wrap .above dd {
        font-size: 3.46vw;
        line-height: 1.5;
    }
    .eitem__wrap .below {
        width: 42.6vw;
        height: 29.3vw;
    }
    .eitem__wrap .below .eitem__img {
        border-radius: 2vw;
    }
    .eitem__wrap .below .eitem__img .notice {
        width: 25vw;
        padding: 1.3vw;
        font-size: 3.4vw;
        letter-spacing: -0.1em;
        line-height: 1.2;
    }
    .eitem__wrap .below .eitem__img .badge {
        width: 11vw;
        right: 3.4vw;
        top: -0.9vw;
    }
    .eitem__btn {
        font-size: 2.9vw;
        gap: 1.9vw;
        width: 32vw;
        height: 8vw;
        border-radius: 4vw;
        box-shadow: 0px 0px 2vw -1.3vw #777777;
    }
    .eitem__btn::after {
        width: 3.2vw;
        height: 2.8vw;
    }
}

/* -------- ホバーアニメ ----------- */
.enjoy__item .eitem__btn::after {
    transform: translateX(0);
    transition-duration: .5s;
}
.enjoy__item:hover .eitem__btn::after {
    transform: translateX(3px);

}
.enjoy__item .eitem__wrap .below .eitem__img {
    transition-duration: .5s;
}
.enjoy__item:hover .eitem__wrap .below .eitem__img--01 {
    background-size: 144%;
}
.enjoy__item:hover .eitem__wrap .below .eitem__img--02 {
    background-size: 124%;
}
.enjoy__item:hover .eitem__wrap .below .eitem__img--03 {
    background-size: 138%;
}
.enjoy__item:hover .eitem__wrap .below .eitem__img--04 {
    background-size: 121%;
}
.enjoy__item:hover .eitem__wrap .below .eitem__img--05 {
    background-size: 119%;
}
.enjoy__item:hover .eitem__wrap .below .eitem__img--06 {
    background-size: 127%;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// sec-warp
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.sec-warp {
    background-image: linear-gradient(90deg, #c9c9c980 0.6px, transparent 0.6px), linear-gradient(#c9c9c980 0.6px, transparent 0.6px);
    background-position: 10px 10px;
    background-size: 35.6px 35.6px;
    position: relative;
}
.sec-warp:before,
.sec-warp::after {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
.sec-warp:before {
    background-image: url(../images/index/gosanin-deco04.png);
    width: 116px;
    height: 151px;
    left: 65px;
    top: -117px;
    z-index: 2;
}
.sec-warp:after {
    background-image: url(../images/index/gosanin-deco05.png);
    width: 152px;
    height: 160px;
    right: 52px;
    top: -123px;
    z-index: 2;
}
@media print, screen and (max-width: 768px) {
    .sec-warp {
        background-position: 1.3vw 1.3vw;
        background-size: 4.7vw 4.7vw;
    }
    .sec-warp:before {
        width: 14.2vw;
        height: 18.5vw;
        left: 3.6vw;
        top: -16.4vw;
    }
    .sec-warp:after {
        width: 17.5vw;
        height: 18.7vw;
        right: 4.1vw;
        top: -15.3vw;
    }
}
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// gosanin
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ----------- 共通 ----------- */
.gosanin__content:before,
.gosanin__content::after,
.gosanin__detail::before,
.gosanin__detail::after,
.gosanin__detail h2::before,
.gosanin__detail h2::after,
.gosanin__ul::after  {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

/* ----------- 内容 ----------- */
.gosanin {
    background-image: url(../images/index/gosanin-back.png);
    background-position-x: center;
    background-position-y: top;
    background-size: 1554px;
    background-repeat: no-repeat;
    width: 100%;
    height: 948px;
    position: relative;
    overflow: hidden;
    top: -5px;
}
.gosanin__content {
    position: relative;
    margin-top: 232px;
}
.gosanin__content:before {
    background-image: url(../images/index/gosanin-title.png);
    width: 574px;
    height: 30px;
    right: -25px;
    top: -98px;
}
.gosanin__content::after {
    background-image: url(../images/index/gosanin-deco02.png);
    width: 119px;
    height: 124px;
    right: -85px;
    bottom: 330px;
    z-index: -1;
}
.gosanin__detail {
    background-color: var(--white-color);
    margin-left: 78px;
    margin-top: 72px;
}
.gosanin__detail::before {
    background-image: url(../images/index/gosanin-deco01.png);
    width: 78px;
    height: 72px;
    left: 0;
    top: -72px;
    z-index: 3;
}
.gosanin__detail::after {
    background-image: url(../images/index/index-common-deco01.png);
    width: 120px;
    height: 137px;
    left: -31px;
    bottom: -71px;
}
.gosanin__detail .adjust {
    position: relative;
    padding: 10px 49px 64px 5px;
}
.gosanin__detail .adjust::before,
.gosanin__detail .adjust::after {
    content: "";
    display: block;
    background-color: var(--white-color);
    position: absolute;
}
.gosanin__detail .adjust::before {
    width: 100%;
    height: 76px;
    top: -72px;
    left: 0;
}
.gosanin__detail .adjust::after {
    width: 82px;
    height: 100%;
    top: 0;
    left: -78px;
}
.gosanin__detail h2 {
    display: block!important;
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.025em;
    line-height: 1;
    text-align: center;
}
.gosanin__detail h2::before {
    background-image: url(../images/index/gosanin-title-deco01.png);
    width: 76px;
    height: 90px;
    left: calc(50% - 380px);
    top: 50%;
    transform: translate(-50%, -50%);
}
.gosanin__detail h2::after {
    background-image: url(../images/common/gosanin-title-deco02.png);
    width: 83px;
    height: 72px;
    top: -54px;
    left: calc(50% + 327px);
    transform: translateX(-50%);
}

.gosanin__detail .desc {
    margin-top: 55px;
    gap: 10px;
}
.gosanin__detail .desc p {
    width: 519px;
    padding-top: 24px;
    padding-bottom: 20px;
}
.gosanin__detail .desc .img {
    width: 351px;
}
.gosanin__detail .desc .img img {
    width: 100%;
}

.gosanin__detail h3 {
    background-image: url(../images/index/gosanin-h3-back.png);
    width: 198px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--white-color);
    font-family: "Zen Maru Gothic", serif;
    font-weight : bold;
    font-size : 18px;
    margin-bottom: 10px;
}
.gosanin__ul {
    position: relative;
}
.gosanin__ul::after {
    background-image: url(../images/index/gosanin-deco03.png);
    width: 168px;
    height: 168px;
    bottom: -140px;
    right: -30px;
}
.gosanin__ul li {
    letter-spacing: 0.075em;
    display: flex;
    gap: 17px;
}
.gosanin__ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../images/index/gosanin-li-icon.png);
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-top: 8px;
}
.gosanin__ul li .li-wrap {
    flex: 1;
}
.gosanin__ul li .green {
    color: #2c9968;
    font-weight: bold;
}

@media print, screen and (min-width: 1401px) {
    .gosanin {
        background-size: 111%;
        background-position-y: bottom;
    }
}
@media print, screen and (max-width: 1200px) {
    .gosanin__ul::after {
        bottom: -140px;
    }
}
@media print, screen and (max-width: 1180px) {
    .gosanin__detail h2 {
        line-height: 1.5;
    }
    .gosanin__detail h2 span {
        display: block;
    }
    .gosanin__detail h2::before {
        left: calc(50% - 208px);
    }
    .gosanin__detail h2::after {
        top: -38px;
        left: calc(50% + 173px);
    }
}
@media print, screen and (max-width: 1135px) {
    .gosanin__detail {
        margin-left: 30px;
        margin-top: 50px;
    }
    .gosanin__detail .adjust {
        padding: 0 30px 30px 4px;
    }
    .gosanin__detail .adjust::before {
        width: calc(100% - 48px);
        height: 76px;
        top: -72px;
        left: initial;
        right: 0;
    }
    .gosanin__detail .adjust::after {
        width: 30px;
        height: 100%;
        top: 0;
        left: -28px;
    }
    .gosanin__detail h2 {
        font-size: 24px;
    }
    .gosanin__detail .desc {
        margin-top: 35px;
    }
    .gosanin__detail .desc p {
        font-size: 14px;
    }
    .gosanin__ul li {
        font-size: 14px;
    }
}
@media print, screen and (max-width: 768px) {
    .gosanin {
        background-image: url(../images/index/gosanin-back-sp.png);
        background-position-x: 34%;
        background-size: 287vw;
        height: 218.6vw;
        top: -0.6vw;
    }
    .gosanin__content {
        margin-top: 26.6vw;
    }
    .gosanin__content:before {
        width: 91vw;
        height: 6.7vw;
        right: -4vw;
        top: -11.8vw;
    }
    .gosanin__content::after {
        background-image: url(../images/index/enjoy-item-deco03.png);
        width: 12.6vw;
        height: 18vw;
        right: 6.2vw;
        bottom: -20.4vw;
        z-index: initial;
    }
    .gosanin__detail {
        margin-left: 5vw;
        margin-top: 7.2vw;
    }
    .gosanin__detail::before {
        width: 7.1vw;
        height: 7vw;
        top: -6.9vw;
    }
    .gosanin__detail::after {
        background-image: url(../images/index/index-common-deco-sp01.png);
        width: 12.3vw;
        height: 19.9vw;
        left: 2vw;
        bottom: -24.6vw;
    }

    .gosanin__detail .adjust {
        padding: 0 4.5vw 3.2vw 0.5vw;
    }

    .gosanin__detail .adjust::before {
        width: calc(100% - 2vw);
        height: 7.7vw;
        top: -6.7vw;
        left: initial;
        right: 0;
    }
    .gosanin__detail .adjust::after {
        width: 5vw;
        left: -5vw;
    }
    .gosanin__detail h2 {
        font-size: 4.5vw;
    }
    .gosanin__detail h2::before {
        width: 11.6vw;
        height: 13.7vw;
        left: calc(50% - 33vw);
    }
    .gosanin__detail h2::after {
        width: 13.5vw;
        height: 11.7vw;
        top: -3.4vw;
        left: calc(50% + 31.5vw);
        transform: translateX(-50%) rotate(15deg);
    }
    
    .gosanin__detail .desc {
        flex-direction: column;
        margin-top: 4.6vw;
        margin-bottom: 3.8vw;
        gap: 4vw;
    }
    .gosanin__detail .desc p {
        width: 100%;
        padding-top: initial;
        padding-bottom: initial;
        font-size: 4vw;
        line-height: 1.7;
        letter-spacing: 0;
    }
    .gosanin__detail .desc .img {
        width: 56.6vw;
    }
    
    .gosanin__detail h3 {
        width: 40.4vw;
        height: 7.2vw;
        line-height: 7.2vw;
        font-size : 4vw;
        margin-bottom: 2.6vw;
    }
    .gosanin__ul::after {
        width: 26.9vw;
        height: 26.9vw;
        bottom: 44.7vw;
        right: -11.7vw;
    }
    .gosanin__ul li {
        line-height: 1.7;
        letter-spacing: 0.075em;
        font-size: 3.3vw;
        gap: 2vw;
    }
    .gosanin__ul li::before {
        width: 4vw;
        height: 4vw;
        margin-top: 1.1vw;
    }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// gear-wear
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ----------- 共通 ----------- */
.gear-wear__content h2::before,
.gear-wear__content h2::after,
.preparation__cont h4::before,
.preparation__cont h4::after,
.style__item--b .style__list::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* ----------- 内容 ----------- */
.gear-wear__content {
    padding-top: 100px;
    padding-bottom: 190px;
}
.gear-wear__content h2 {
    font-size: 29px;
    letter-spacing: 0.075em;
    line-height: 1.75;
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
}
.gear-wear__content h2::before {
    background-image: url(../images/index/gear-wear-title-deco01.png);
    width: 81px;
    height: 48px;
    left: calc(50% - 250px);
}
.gear-wear__content h2::after {
    background-image: url(../images/index/gear-wear-title-deco02.png);
    width: 76px;
    height: 52px;
    left: calc(50% + 244px);
}
.gear-wear__content h2 .en {
    width: 228px;
    bottom: -60px;
    right: 32px;
}
.gear-wear__content .h3-title {
    font-size: 26px;
    letter-spacing: 0.075em;
    line-height: 1.75;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
    border-bottom: 1px solid var(--green-color);;
}
.gear-wear__detail {
    margin-bottom: 40px;
}
.gear-wear__detail .desc {
    flex: 1;
}
.gear-wear__detail .desc > p {
    width: 98%;
    letter-spacing: 0;
    padding-top: 72px;
}
.desc__box--pc {
    display: flex;
}
.desc__box--sp {
    display: none;
}
.desc__box {
    background-color: #e6efea;
    width: 98%;
    min-height: 180px;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
    padding: 24px 20px 17px 45px;
}
.desc__box .txt {
    flex: 1;
}
.desc__box .txt h3 {
    font-family: "Zen Maru Gothic", serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.075em;
    color: var(--green-color-4);
}
.desc__box .txt p {
    line-height: 1.77;
    letter-spacing: 0;
}
.desc__box .img {
    width: 140px;
}
.gear-wear__detail > .img {
    width: 300px;
    position: relative;
    top: -20px;
    right: -30px;
}
.gear-wear__detail .img img {
    width: 100%;
}
/* -------- gear-wear__style ----------- */
.gear-wear__styles .h3-title {
    position: relative;
}
.gear-wear__style {
    position: relative;
    gap: 35px;
    margin-bottom: 40px;
    margin-top: 37px;
}
.style__item {
    display: flex;
    box-shadow: 0px 0px 10px -5px #777777;
    border-radius: 20px;
    min-height: 188px;
    background-color: var(--white-color);
}
.style__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22%;
    border-radius: 20px 0px 0px 20px;
    padding: 30px 10px;
}
.style__title h4 {
    color: var(--white-color);
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.style__title h4 .title {
    display: block;
    font-family: "Zen Maru Gothic", serif;
    font-size: 22px;
    letter-spacing: 0;
    padding-bottom: 10px;
}
.style__title h4 .title .large {
    font-size: 40px;
}
.style__title h4 .sub {
    letter-spacing: 0.075em;
    line-height: 1.75;
}
.style__title .tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
    row-gap: 10px;
    margin: 0 auto;
    margin-top: 17px;
}
.style__title .tags p {
    letter-spacing: 0;
    font-weight : bold;
    color : #191919;
    background-color: var(--white-color);
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius : 16px;
}

.style__item--a .style__title {
    background-color: var(--green-color);
}
.style__item--b .style__title {
    background-color: var(--green-color-3);
}
.style__item--c .style__title {
    background-color: #e08168;
}
.style__list {
    display: flex;
    width: 78%;
    border-radius: 0px 20px 20px 0px;
    margin: auto 0;
    padding: 30px 0;
    padding-right: 15px;
}
.style__list ul {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.style__list ul:first-child {
    padding-left: 35px;
}
.style__list ul:last-child {
    padding-left: 10px;
}
.style__list ul li {
    line-height: 1;
}
.style__list ul li dt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.style__list ul li dt:before {
    content: "";
    display: inline-block;
    background-position: center;
    background-size: cover;
    width: 17px;
    height: 17px;
}
.style__item--a .style__list ul li dt:before {
    background-image: url(../images/index/gear-wear-dot-01.png);
}
.style__item--b .style__list ul li dt::before {
    background-image: url(../images/index/gear-wear-dot-02.png);
}
.style__item--c .style__list ul li dt::before {
    background-image: url(../images/index/gear-wear-dot-03.png);
}

.style__list ul li dd {
    letter-spacing: 0.05em;
    padding-left: 27px;
    line-height: 1.5;
    padding-top: 10px;
}
/* -------- preparation ----------- */
.gear-wear__preparation {
    background-image: url(../images/index/preparation-back.png);
    background-position: center;
    background-size: cover;
    padding: 20px;
    border-radius: 18px;
}
.preparation__cont {
    background-color: var(--white-color);
    border-radius: 18px;
    padding: 35px 40px;
}
.preparation__cont h4 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.075em;
    line-height: 1.75;
    color: #1b486e;
    text-align: center;
    position: relative;
}
.preparation__cont h4::before,
.preparation__cont h4::after {
    background-image: url(../images/index/preparation-title-deco.png);
    width: 53px;
    height: 88px;
}
.preparation__cont h4::before {
    left: calc(50% - 260px);
}
.preparation__cont h4::after {
    left: calc(50% + 240px);
}
.preparation__items {
    gap: 80px;
    padding-top: 30px;
}
.preparation__item {
    width: 50%;
}
.preparation__item dt {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 12px;
    border-bottom: solid 1px #AFAFAF;
    max-width: 400px;
}
.preparation__item dd {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    align-items: center;
    padding-top: 15px;
}
.preparation__item dd p {
    flex: 1;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.preparation__item:first-child dd .img {
    width: 78px;
}
.preparation__item:last-child dd .img {
    width: 66px;
}
.preparation__item dd .img img {
    width: 100%;
}
/* -------- countermeasure ----------- */
.countermeasure {
    display: flex;
    gap: 80px;
    margin-top: 90px;
}
.countermeasure__item {
    width: calc(50% - 40px);
    position: relative;
}
.countermeasure__item::before,
.countermeasure__item::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
}
.countermeasure__item:first-child:before {
    background-image: url(../images/index/countermeasure01.png);
    width: 44px;
    height: 44px;
    right: 34px;
    bottom: 150px;
}
.countermeasure__item:first-child::after {
    background-image: url(../images/index/countermeasure02.png);
    width: 48px;
    height: 97px;
    right: 0;
    bottom: 30px;
}
.countermeasure__item:last-child:before {
    background-image: url(../images/index/countermeasure03.png);
    width: 67px;
    height: 127px;
    right: 0;
    bottom: 30px;
}
.countermeasure__item p {
    padding-top: 15px;
    line-height: 1.77;
    letter-spacing: 0;
}
.countermeasure__item ul {
    margin-left: 8px;
    margin-top: 14px;
}
.countermeasure__item ul li {
    display: flex;
    gap: 10px;
    line-height: 1.6;
    letter-spacing: 0;
}
.countermeasure__item ul li .responsive-indent {
    display: block;
}
.countermeasure__item ul li:not(:last-child) {
    padding-bottom: 16px;
}
.countermeasure__item ul li::before {
    content: "";
    display: block;
    background-image: url(../images/index/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-width: 24px;
    height: 20px;
    margin: 2.75px 0;
}

@media print, screen and (max-width: 1180px) {
    .gear-wear {
        overflow: hidden;
    }
    .gear-wear__content h2.pc {
        display: none!important;
    }
    .gear-wear__content h2.sp {
        display: block!important;
    }
    .gear-wear__detail {
        padding-top: 89px;
        margin-bottom: 140px;
    }
    .gear-wear__detail .desc > p {
        padding-top: initial;
    }
    .gear-wear__detail > .img {
        top: initial;
        width: 170px;
        right: initial;
    }
    .gear-wear__detail > .img img {
        width: 300px;
        position: absolute;
        right: -150px;
    }
    .gear-wear__style {
        margin-top: 40px;
    }
    .preparation__cont h4 span {
        display: block;
    }
    .preparation__cont h4::before {
        left: calc(50% - 180px);
    }
    .preparation__cont h4::after {
        left: calc(50% + 160px);
    }
    .preparation__items {
        flex-direction: column;
        gap: 40px;
    }
    .preparation__item {
        width: 85%;
        position: relative;
    }
    .preparation__item:last-child {
        margin-left: auto;
    }
    .preparation__item dd .img {
        position: absolute;
        bottom: 2px;
        
    }
    .preparation__item:first-child dd .img {
        right: -20%;
    }
    .preparation__item:last-child dd .img {
        left: -20%;
    }
}
@media print, screen and (max-width: 1070px) {
    .countermeasure {
        gap: 40px;
    }
    .countermeasure__item ul li .responsive-indent {
        display: inline;
    }
}
@media print, screen and (max-width: 948px) {
    .desc__box--pc {
        flex-direction: column;
        padding: 15px;
    }
    .desc__box .img img {
        width: 100%;
    }
    .gear-wear__detail {
        margin-bottom: 40px;
    }
    .gear-wear__styles {
        margin-top: 40px;
    }
    .countermeasure {
        display: flex;
        flex-direction: column;
    }
    .countermeasure__item {
        width: 100%;
    }
    .countermeasure__item:first-child:before {
        bottom: 100px;
    }
    .countermeasure__item:first-child::after {
        bottom: 0;
    }
    .countermeasure__item:last-child:before {
        bottom: 0;
    }
}
@media print, screen and (max-width: 768px) {
/* ----------- 内容 ----------- */
    .gear-wear__content {
        padding-top: 4vw;
        padding-bottom: 13.6vw;
    }
    .gear-wear__content h2 {
        font-size: 5.3vw;
        line-height: 1.6;
    }
    .gear-wear__content h2::before {
        width: 11vw;
        height: 6.3vw;
        left: calc(50% - 35vw);
    }
    .gear-wear__content h2::after {
        width: 11.5vw;
        height: 7.7vw;
        left: calc(50% + 33.5vw);
    }
    .gear-wear__content h2 .en {
        width: 42.9vw;
        bottom: -8vw;
        right: 4.6vw;
    }
    .gear-wear__content .h3-title {
        font-size: 4.5vw;
        padding-bottom: 0.7vw;
    }
    .gear-wear__detail {
        padding-top: 12.4vw;
        margin-bottom: 10vw;
    }
    .gear-wear__detail .desc p {
        font-size: 4vw;
        letter-spacing: 0;
        line-height: 1.7;
    }
    .gear-wear__detail .img {
        width: 35.8vw;
        top: 1.5vw;
    }
    .gear-wear__detail .img img {
        width: 54.1vw;
        height: 87.8vw;
        right: -21vw;
        object-fit: cover;
        object-position: -8vw;
        border-radius: 2vw 0 0 2vw;
    }
    .desc__box--pc {
        display: none;
    }
    .desc__box--sp {
        display: flex;
        position: relative;
    }
    .desc__box {
        width: 100%;
        min-height: initial;
        gap: 3.3vw;
        margin-top: 5vw;
        padding: 2vw
    }
    .desc__box .txt h3 {
        font-size: 3.5vw;
    }
    .desc__box .txt p {
        letter-spacing: -0.03em;
    }
    .desc__box .img {
        width: 18vw;
    }
    /* -------- gear-wear__style ----------- */
    .gear-wear__styles {
        margin-top: 5.5vw;
    }
    .gear-wear__style {
        position: static;
        gap: 4.2vw;
        margin-bottom: 4.4vw;
    }
    .style__item {
        box-shadow: 0px 0px 1.4vw -0.7vw #777777;
        border-radius: 2.9vw;
        min-height: initial;
        flex-direction: column;
    }
    .style__title {
        width: 100%;
        border-radius: 2.9vw 2.9vw 0px 0px;
        height: 13.3vw;
        padding: 1.2vw 1.9vw;
        padding-left: 5.3vw;
        flex-direction: row;
        justify-content: space-between;
    }
    .style__item--a .style__title,
    .style__item--b .style__title {
        padding-right: 3.6vw;
    }
    .style__item--c .style__title {
        height: 14.6vw;
    }
    .style__title h4 {
        display: flex;
        align-items: center;
    }
    .style__title h4 .title {
        font-size: 3.5vw;
        padding-bottom: initial;
        padding-right: 4vw;
        padding-bottom: 2.4vw;
    }
    .style__title h4 .title .large {
        font-size: 6.4vw;
    }
    .style__title h4 .sub {
        font-size: 3.2vw;
        letter-spacing: 0.05em;
        text-align: left;
    }
    .style__title .tags {
        gap: 0.7vw;
        row-gap: 0.5vw;
        margin: initial;
        text-align: right;
    }
    .style__item--c .style__title .tags {
        width: 30.4vw;
    }
    .style__title .tags p {
        font-size: 2.9vw;
        width: 14.7vw;
        height: 5.9vw;
        line-height: 5.9vw;
        border-radius: 2.9vw;
    }
    .style__list {
        width: 100%;
        border-radius: 2.9vw 2.9vw 0px 0px;
        padding: 4vw 3.5vw;
        padding-right: 1.6vw;
        position: relative;
    }
    .style__item--b .style__list::before {
        background-image: url(../images/index/style__list-deco01.png);
        width: 15.8vw;
        height: 15.2vw;
        top: initial;
        transform: initial;
        right: 7.5vw;
        bottom: 1.8vw;
    }
    .style__list ul {
        width: 50%;
        row-gap: 4vw;
    }
    .style__list ul:first-child {
        padding-left: initial;
    }
    .style__list ul:last-child {
        padding-left: 4vw;
    }
    .style__list ul li dt {
        font-size: 4vw;
        gap: 1.3vw;
    }
    .style__list ul li dt:before {
        width: 3.5vw;
        height: 3.5vw;
    }
    .style__list ul li dd {
        font-size: 3.7vw;
        padding-left: initial;
        padding-top: 2.1vw;
        letter-spacing: 0;
    }
    /* -------- preparation ----------- */
    .gear-wear__preparation {
        padding: 2.7vw;
        border-radius: 4vw;
    }
    .preparation__cont {
        border-radius: 4vw;
        padding: 4.6vw 3.6vw 3.6vw 4vw;
    }
    .preparation__cont h4 {
        font-size: 4.26vw;
        line-height: 1.5;
    }
    .preparation__cont h4::before,
    .preparation__cont h4::after {
        width: 6.4vw;
        height: 10.6vw;
    }
    .preparation__cont h4::before {
        left: calc(50% - 31.4vw);
    }
    .preparation__cont h4::after {
        left: calc(50% + 28vw);
    }
    .preparation__items {
        gap: 2.7vw;
        padding-top: 3.3vw;
    }
    .preparation__item {
        width: 63vw;
    }
    .preparation__item dt {
        font-size: 3.7vw;
        padding-bottom: 1.6vw;
        max-width: initial;
    }
    .preparation__item dd {
        gap: initial;
        padding-top: 1.3vw;
    }
    .preparation__item dd p {
        font-size: 3.7vw;
        letter-spacing: 0;
    }
    .preparation__item dd .img {
        bottom: initial; 
    }
    .preparation__item:first-child dd .img {
        width: 12.6vw;
        right: -14.5vw;
        bottom: 8.4vw;
    }
    .preparation__item:last-child dd .img {
        width: 10.6vw;
        left: -13.2vw;
        bottom: 2vw;
    }
    /* -------- countermeasure ----------- */
    .countermeasure {
        gap: 5.3vw;
        margin-top: 12vw;
    }
    .countermeasure__item:first-child:before {
        width: 5.9vw;
        height: 5.9vw;
        right: 4.5vw;
        bottom: 16.3vw;
    }
    .countermeasure__item:first-child::after {
        width: 6.4vw;
        height: 12.9vw;
    }
    .countermeasure__item:last-child:before {
        width: 8.9vw;
        height: 16.9vw;
    }
    .countermeasure__item p {
        padding-top: 2vw;
        font-size: 3.7vw;
    }
    .countermeasure__item ul {
        margin-left: 1.1vw;
        margin-top: 3vw;
    }
    .countermeasure__item ul li {
        gap: 1.3vw;
        font-size: 3.7vw;
    }
    .countermeasure__item ul li:not(:last-child) {
        padding-bottom: 2.1vw;
    }
    .countermeasure__item ul li::before {
        min-width: 4.16vw;
        height: 3.51vw;
        margin: 1.3vw 0;
    }
}
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// access
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.access {
    background-color: var(--skin-color);
    position: relative;
}
.access::before,
.access::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.access::before {
    background-color: var(--skin-color);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: -75px;
}
.access::after {
    background-image: url(../images/index/access-icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 62px;
    height: 76px;
    top: -30px;
}

.access__content {
    padding-top: 92px;
    padding-bottom: 132px;
}
.access__content h2 {
    background-color: var(--skin-color);
    font-family: "Zen Maru Gothic", serif;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.085em;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.access__content h2 .en {
    width: 320px;
    position: absolute;
    top: 20px;
    right: 167px;

}
.access__wrap {
    padding-top: 90px;
}
.access__wrap .map,
.access__wrap .txt {
    width: 50%;
}
.access__wrap .map img {
    width: 93%;
}
.access__wrap .txt p {
    letter-spacing: 0.05em;
}

.transportation {
    background-color: var(--white-color);
    width: 473px;
    height: 173px;
    box-shadow: 0px 0px 15px -5px #9a9a9a;
    position: relative;
    margin-top: 30px;
}
.transportation::before,
.transportation::after {
    content: "";
    display: inline-block;
    background-image: url(../images/index/transportation-deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 38px;
    height: 38px;
    position: absolute;

}
.transportation::before {
    top: -4px;
    left: -4px;
}
.transportation::after {
    transform: rotate(180deg);
    bottom: -4px;
    right: -4px;
}
.transportation ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 16px;
    gap: 13px;
}
.transportation ul li {
    font-weight: bold;
    letter-spacing: 0.16em;
    display: flex;
    align-items: center;
    gap: 20px;
}
.transportation ul li::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.transportation ul li:first-child:before {
    background-image: url(../images/index/transportation-icon01.png);
    width: 61px;
    height: 19px;
}
.transportation ul li:nth-child(2)::before {
    background-image: url(../images/index/transportation-icon02.png);
    width: 61px;
    height: 13px;
}
.transportation ul li:last-child:before {
    background-image: url(../images/index/transportation-icon03.png);
    width: 61px;
    height: 21px;
}
@media print, screen and (max-width: 1165px) {
    .access__wrap .map,
    .access__wrap .txt {
        width: 100%;
    }
    .access__wrap .map img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .access__wrap {
        flex-direction: column-reverse;
    }
    .transportation {
        width: 600px;
        margin: 30px auto;
    }
    .transportation ul {
        padding-left: 80px;
    }
}
@media print, screen and (max-width: 768px) {
    .access::before {
        width: 18.6vw;
        height: 18.6vw;
        top: -10vw;
    }
    .access::after {
        width: 8.3vw;
        height: 10.1vw;
        top: -4vw;
    }
    
    .access__content {
        padding-top: 10.9vw;
        padding-bottom: 8.6vw;
    }
    .access__content h2 {
        font-size: 5.3vw;
        letter-spacing: 0.1em;
    }
    .access__content h2 .en {
        width: 48vw;
        top: 6vw;
        right: 0;
    
    }
    .access__wrap {
        padding-top: 13.6vw;
    }
    .access__wrap .map img {
        width: 100%;
    }
    .access__wrap .txt p {
        font-size: 4vw;
        letter-spacing: 0.04em;
        line-height: 1.7;
    }
    
    .transportation {
        width: 97%;
        height: 32.5vw;
        box-shadow: 0px 0px 2vw -0.7vw #9a9a9a;
        margin-top: 4vw;
    }
    .transportation::before,
    .transportation::after {
        width: 6.6vw;
        height: 6.6vw;
    }
    .transportation::before {
        top: -1.5vw;
        left: -1.5vw;
    }
    .transportation::after {
        bottom: -1.5vw;
        right: -1.5vw;
    }
    .transportation ul {
        padding-left: 5.7vw;
        gap: 1.6vw;
    }
    .transportation ul li {
        font-size: 3.3vw;
        letter-spacing: 0;
        gap: 4.4vw;
    }
    .transportation ul li:first-child:before {
        width: 10.8vw;
        height: 3vw;
    }
    .transportation ul li:nth-child(2)::before {
        width: 10.8vw;
        height: 2vw;
    }
    .transportation ul li:last-child:before {
        width: 10.8vw;
        height: 3.6vw;
    }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// comment
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.comment {
    background-image: url(../images/index/comment-back.jpg);
    background-position-y: 78%;
    background-position-x: 72%;
    background-size: 125%;
    background-repeat: no-repeat;
    height: 41vw;
}
.comment__content {
    text-align: right;
}
.comment__content p {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0;
    color: var(--white-color);
    line-height: 2.5;
    padding-top: 13.2vw;
    padding-right: 7.5vw;
    text-align: left;
}
@media print, screen and (max-width: 1230px) {
    .comment__content p {
        padding-top: 8vw;
        padding-right: initial;
    }
}
@media print, screen and (max-width: 1000px) {
    .comment {
        background-position-x: 100%;
    }
    .comment__content p {
        line-height: 2;
        font-size: 14px;
    }
}
@media print, screen and (max-width: 768px) {
    .comment {
        background-position-y: 67%;
        background-position-x: 42%;
        background-size: 232%;
        height: 82.9vw;
    }
    .comment__content p {
        width: 64vw;
        font-size:  3.2vw;
        padding-top: 11.6vw;
    }
}

/* ---------------------------------------------------------------
///// スライダー
------------------------------------------------------------------
------------------------------------------------------------------ */
.slide {
    position: relative;
} 
.slide::after {
    content: "";
    display: inline-block;
    background-image: url(../images/index/slide-back.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 120%;
    z-index: -1;

} 
.slide__content {
    padding-top: 137px;
    padding-bottom: 116px;
} 
.slide__content .slider__item {
    margin: 0 25px;    
}
.slide__content .slider__item:nth-child(odd) {
    padding-top: 33px; 
    display: flex;
    flex-direction: column-reverse;
}
.slide__content .slider__item:nth-child(even) {
   padding-bottom: 33px;
}

.slide__content .slider__item > img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
}
.slide__content .slider__item--07 > img {
    object-position: 100%;
}
.slide__content .slider__item--08 > img {
    object-position: 0;
}
.slide__content .slider__item span{
    padding-left: 10px;
    display: block;
}
.slide__content .slider__item span img {
    zoom:0.5;
}
.slide__content .slider__item:nth-child(odd) span{
    padding-bottom: 15px;
}
.slide__content .slider__item:nth-child(even) span{
    padding-top: 15px;
}

@media print, screen and (max-width: 768px) {
    .slide__content {
        padding-top: 5.8vw;
        padding-bottom: 4.6vw;
    } 
    .slide__content .slider__item {
        margin: 0 4.3vw;    
    }
    .slide__content .slider__item:nth-child(odd) {
        padding-top: 5.5vw; 
    }
    .slide__content .slider__item:nth-child(even) {
       padding-bottom: 5.5vw;
    }
    
    .slide__content .slider__item > img{
        width: 38vw;
        height: 38vw;
        border-radius: 4vw;
    }
    .slide__content .slider__item span{
        padding-left: 0.4vw;
    }
    .slide__content .slider__item span img {
        height: 3vw;
        zoom: initial;
    }
    .slide__content .slider__item:nth-child(odd) span{
        padding-top: 1.4vw;
    }
    .slide__content .slider__item:nth-child(even) span{
        padding-bottom: 1.4vw;
    }
}
