@charset "UTF-8";


/*----------------------------------------
	base
----------------------------------------*/
/* html{
    height: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
} */

body {
    background-color: #272121;
    color: #EAE6E3;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    scroll-behavior: smooth;
}

a {

    color: #EAE6E3;
    text-decoration: none;
}

/* .mainVisual {
    margin-top: 20px;
} */



/* =============================================
ヘッダーのCSSはここから
============================================= */

/* ヘッダー03 */
header.header03 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem;
    position: fixed;
    /* position: sticky; */
    z-index: 9999;
    background: #272121;
    top: 0;

}

div.logo {
    width: 100px;
    height: 30px;
    position: relative;
}

div.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

.nav {
    margin: 0 auto;
}

.item {
    display: flex;
    align-items: center;
}

.list {
    padding-left: 2rem;
}

.list a {
    font-weight: bold;
}

.list a:hover {
    color: #FF0000;
}

div.contact-btn a {
    display: inline-block;
    background: #FF0000;
    color: #EAE6E3;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 30px;
    padding: 0.5rem 1.2rem;
}

div.contact-btn a:hover{
    background: #EAE6E3;
    color: #FF0000;
}

/* キービジュアル */


#menu-btn,
.nav-hidden {
    display: none;
}

/* SPここから */
@media (max-width: 768px) {
    #menu-btn {
        display: block;
        width: 30px;
        height: 20px;
        position: fixed;
        /* position: sticky; */
        top: 1rem;
        right: 1rem;
        z-index: 3;
    }

    #menu-btn span,
    #menu-btn span::before,
    #menu-btn span::after {
        content: "";
        height: 2px;
        width: 100%;
        border-radius: 3px;
        background: #EAE6E3;
        position: absolute;
        transition: 0.2s;
    }

    #menu-btn span {
        top: 0;
    }

    #menu-btn span:before {
        top: 8px;
    }

    #menu-btn span:after {
        top: 16px;
    }

    #nav-input:checked~#menu-btn span {
        top: 8px;
        transform: rotate(45deg);
    }

    #nav-input:checked~#menu-btn span::before {
        opacity: 0;
    }

    #nav-input:checked~#menu-btn span::after {
        top: 0;
        transform: rotate(-90deg);
    }

    div.logo {
        width: 50px;
        height: 20px;
        margin: 0;
    }

    nav.nav {
        width: 230px;
        height: 100vh;
        position: fixed;
        /* position: sticky; */
        top: 0;
        right: 0;
        z-index: 2;
        opacity: 0;
        background: #272121;
        transition: 0.5s;
    }

    nav.nav ul.item {
        display: block;
        padding: 4rem 2rem;
    }

    nav.nav ul.item li.list {
        padding-left: 0;
        padding-bottom: 1.5rem;

    }

    div.contact-btn a {
        position: absolute;
        top: 0.6rem;
        right: 3.4rem;


    }

    #nav-input:checked~nav.nav {
        opacity: 1;
    }
}


.mainContents {
    margin-top: 50px;
}

/* .mainVisual {
    background-size: cover;
    height: 80vh;
} */

.mainVisual img {
    object-fit: cover;
    /* max-width: none;  */
}




/*----------------------------------------
	section
----------------------------------------*/
.section {
    padding-top: 10px;
    /* padding-bottom: 0px; */
}

.section:last-child {
    padding-bottom: 5rem;
}


/* .section >:first-child {
margin-top: 0;
} */

/* section:first-child {
    margin-top: 0;
    } */


.section+.section {
    padding-top: 0;
}

@media screen and (min-width: 768px), print {
    .section {
        padding-top: 20px;
        /* padding-bottom: 10rem; */
    }
}

/*----------------------------------------
heading
----------------------------------------*/
.headingL {
    margin-bottom: 0px;
    font-size: 90px;
    text-align: center;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    position: relative;
    letter-spacing: -5px
}

.headingL::before {
    content: "";
    width: 200px;
    height: 100px;
    background: url(../img/sumitobi2.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 150px;
}



@media screen and (min-width: 978px), print {
    .headingL {
        margin-bottom: 0px;
        font-size: 250px;
        font-weight: 800;
        letter-spacing: -15px;


    }

    .headingL::before {
        content: "";
        width: 500px;
        height: 400px;
        background: url(../img/sumitobi2.png)no-repeat;
        background-size: contain;
        position: absolute;
        top: 80px;
        left: 150px;
    }
}

/* be the beastもじ */


/* .pageIntro__catch_L {
    margin-bottom: 0px;
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    position: relative;
    letter-spacing: -10px;
    line-height: 0.8;

}

.pageIntro__catch_L::before {
    content: "";
    width: 200px;
    height: 100px;
    background: url(../img/sumitobi2.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 150px;
}



@media screen and (min-width: 768px), print {
    .pageIntro__catch_L {
        margin-bottom: 0px;
        font-size: 150px;
        font-weight: 800;
        letter-spacing: -10px;


    }

    .pageIntro__catch_L::before {
        content: "";
        width: 500px;
        height: 150px;
        background: url(../img/sumitobi2.png)no-repeat;
        background-size: contain;
        position: absolute;
        top: -10px;
        left: 600px;
    }
} */

/*----------------------------------------
	pageIntro
----------------------------------------*/
.pageIntro {

    padding: 50px 0;
    line-height: 0.8;
}

.pageIntro__catch {
    margin: 100px -50px;
    /*(行の高さ-文字サイズ)÷2 分だけデザインより余白が大きくなってしまうのをある程度補正しています。*/
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;

}



.pageIntro__txt {
    margin-top: 0px;
    margin-bottom: 64px;
    text-align: left;
    display: inline-block;
    text-align: center;
}

@media screen and (min-width:768px), print {
    .pageIntro {
        padding: 80px 0;
    }

    .pageIntro__catch {
        margin: 100px -50px;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
    }
}


/* 追加した。pageIntro__txtを中央左寄せにする方法。以下の文章と、.pageIntro__txtに text-align:left;
    display: inline-block;を追加する*/
.textCenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}



/*==================================================
じわっ
===================================*/

.blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.blurTrigger {
    opacity: 0;
}



/* 湯気温泉サイト */

/* .steam-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

@keyframes steam-move-01 {
    0% {
        filter: blur(12px);
        transform: scale(0.8, 0.8) rotateY(0deg);
        opacity: 0;
        bottom: -1300px;
    }

    6% {
        opacity: 0.15;
    }

    33% {
        transform: scale(0.9, 1.1) rotateY(30deg);
        opacity: 0.3;
    }

    66% {
        transform: scaleY(1, 0.8) rotateY(4deg);
    }

    100% {
        filter: blur(18px);
        transform: scaleY(1.5, 1.3) rotateY(50deg);
        opacity: 0;
        bottom: 0;
    }
}

.steam-01 {
    left: calc(50% - 350px);
    -webkit-animation: steam-move-01 20s infinite linear;
    animation: steam-move-01 20s infinite linear;
}  */




/*----------------------------------------
	湯気
----------------------------------------*/

@keyframes steam01 {
    0% {
        bottom: -400px;
        filter: blur(50px);
        transform: rotateY(0deg);
        transform: scale(0.6, 1);
        opacity: 0
    }

    11% {
        opacity: 0.1
    }

    33% {
        transform: rotateY(40deg);
        transform: scale(1, 1.4);
        opacity: 0.5
    }

    66% {
        transform: rotateY(10deg);
        transform: scaleY(1.8, 1);
        opacity: 0.4
    }

    100% {
        bottom: 0;
        filter: blur(50px);
        transform: rotateY(60deg);
        transform: scaleY(2, 1.8);
        opacity: 0
    }
}

@keyframes steam02 {
    0% {
        bottom: -400px;
        filter: blur(50px);
        transform: rotateY(0deg);
        transform: scale(0.6, 0.6);
        opacity: 0
    }

    11% {
        opacity: 0.1
    }

    33% {
        transform: rotateY(40deg);
        transform: scale(0.8, 1);
        opacity: 0.4
    }

    66% {
        transform: rotateY(2deg);
        transform: scaleY(1, 1.2)
    }

    100% {
        bottom: 0;
        filter: blur(50px);
        transform: rotateY(50deg);
        transform: scaleY(1.2, 1.4);
        opacity: 0
    }
}

.steamWrap {
    /* width: 740px; */
    width: 100%;
    margin: 0 auto
}

.steamBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.steamBox>img {
    width: 100%;
    display: block
}





.steam01 {
    position: absolute;
    right: 0;
    animation: steam01 10s infinite linear;
    opacity: 0
}

.steam02 {
    position: absolute;
    left: 0;
    animation: steam02 14s infinite linear;
    opacity: 0
}

.steam03 {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    animation: steam02 12s infinite linear;
    animation-delay: 6s;
    opacity: 0
}

.steam01 img, .steam03 img {
    width: 532px;
    height: 800px
}

.steam02 img {
    width: 399px;
    height: 600px
}





/* 追加 */
.border__img {

    width: 100%;
    height: 100%;
    /* display: block; */
    margin-top: -50px;
}

.border__img2 {
    width: 100%;
    height: 100%;
    /* display: block; */
    margin-top: 10px;
}

.border__img3 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media screen and (min-width:768px), print {
    .border__img2 {
        margin-top: 100px;
    }

    .border__img3 {
        margin-bottom: 5rem;
    }
}



/* ボーダー重ね */
/* .border__body {
    position: relative;
}

.border__img {
    position: absolute;
    top: 700px;
}

@media screen and (min-width:768px), print {
    .border__img {
        position: absolute;
        top: 1000px;
    }
} */


/*----------------------------------------
	container
----------------------------------------*/
.container {
    max-width: 1120px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

@media screen and (min-width:768px), print {
    .container {
        margin-top: 0px;
    }
}



/*----------------------------------------
事業内容専用
----------------------------------------*/

/* serviceWrap 
-------------------------------*/
.serviceWrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 0px;
    /* 3つ目のserviceの下余白 */
    background: #EAE6E3;
}


@media screen and (min-width: 768px), print {
    .serviceWrap {
        /* p.114コンテナ枠の中から背景を広げる。まず親要素の半分だけ余白をつけてコンテンツの開始位置を中央にずらした後、
         margin-left：- 50vwで画面幅の半分だけ戻す*/
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        /* p.117全幅背景+コンテンツ幅固定。上だけだとコンテンツの中身も幅いっぱいまで広がっちゃうからこれやる。
        このデメリットはvwを使うため左右にスクロールバーがでちゃう。これを防ぐためにresetcssに overflow-x: hidden; */
        /*親コンテナを超えてブラウザ端まで背景を伸ばすテクニックを使う場合、
        body要素の横スクロールが発生しないようにoverflow-x:hiddenの指定を併用する必要があります。*/
        padding-left: calc(50vw - 50%);
        padding-right: calc(50vw - 50%);
        padding-bottom: 0px;
        /*背景色の開始位置をずらしてブロークングリッドを表現*/
        /* background: linear-gradient(#272121 140px, #EAE6E3 140px); */
        background: #272121;

    }
}

/* service
-------------------------------*/
/* まずはモバイルファースト */
.service:not(:first-child) {
    margin-top: 40px;
}

/* 2つ目と3つ目のserviceの上に余白 */

.service__body {
    position: relative;
    z-index: 1;
    margin: -50px 20px 0 20px;
    padding: 40px 20px;
    background: #EAE6E3;
    color: #272121;
    /* border: 1px solid #FF0000; */
    /* backdrop-filter: blur(30px); */
}

/* .service__title .sub {
    font-size: 12px;
    font-family: "Permanent Marker", cursive;
    transform: rotate(-4deg);
    font-weight: 400;
    font-style: normal;
    display: block;
    color: #FF0000;
}




.service__title .main {
    font-size: 20px;
    position: relative;
} */

.service__title {
    position: relative;
    z-index: 1;
    font-size: 3rem;
}

.service__title::before {
    content: "Mission01";
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    color: #FF0000;
    font-family: "WindSong", cursive;
    font-weight: 500;
    position: absolute;
    top: -3.5rem;
    left: -3rem;
    transform: rotate(-15deg);
    z-index: -1;
}

.mission02::before {
    content: "Mission02";
}

.mission03::before {
    content: "Mission03";
}



.service__txt {
    margin-top: 25px;
    font-size: 14px;
    line-height: 2;
}

.service__txt p+p {
    margin-top: 1em;
}

.service__photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*flexはmargin相殺が効かないので.service__photos liの20pxと足して30pxになるように調整*/
    margin-top: 10px;
}

.service__photos li {
    width: calc((100% - 20px)/2);
    margin-top: 20px;
}

.service__photos img {
    /*素材写真が小さいので100%拡大化*/
    max-width: none;
    width: 100%;
    height: 100%;
    /* 高さを指定したら画像のサイズそろった！！ */
    object-fit: cover;
}

@media screen and (min-width: 568px) {

    /*各サービス紹介内の写真は2カラムのままではすぐに大きくなりすぎるので早めにPC用レイアウトに変更*/
    .service__photos {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .service__photos li {
        width: calc((100% - 60px)/4);
    }

    .service__photos li:not(:last-child) {
        margin-right: 20px;
    }
}

@media screen and (min-width: 768px), print {

    /*サービス紹介ブロック*/
    .service {
        position: relative;
        padding-top: 70px;
        /*ブロック上端からservice__bodyを70px下げる*/
    }

    .service:not(:first-child) {
        margin-top: 200px;
        /* serviceとreverseの余白 */
    }

    /*イメージ写真*/
    /*画像の高さが500px固定・幅は常に50vwということは、隣り合うテキストブロックの高さと連動させる必要がないため、absoluteで配置しています。*/
    .service__image {
        position: absolute;
        top: 0;
        left: 50%;
        /*右半分を画像とするため、left起点で配置*/
        width: 50vw;
    }

    .service._reverse .service__image {
        left: auto;
        right: 50%;
        /*左半分を画像とするため、right起点で配置*/
    }

    .service__image img {
        max-width: none;
        /*素材写真が小さいので100%拡大化*/
        width: 100%;
        height: 500px;
        /*デザイン仕様に合わせて高さ固定*/
        object-fit: cover;
        /*p.91,136歪み防止*/
    }

    /*テキストブロック*/
    .service__body {
        margin: 0;
        padding: 40px;
        /* テキストの余白 */

        width: calc((716/1084)*100%);
        /* p.16親の.serviceの幅は1080px */
    }

    /* .serviceと._reverseの間に半角あるときかない */
    .service._reverse .service__body {
        margin-left: auto;
        /* リバースのテキストブロックを右によせる。autoで空いたスペースを埋めるようマージンが設定 */
    }

    /* .service__title .sub {
        font-size: 30px;
    } */

    .service__title .main {
        font-size: 28px;
    }

    .service__txt {
        font-size: 16px;
    }

}


/* serviceList
----------------------------------------*/
.serviceList {
    display: flex;
    flex-direction: column;
    margin-top: -20px;
}

.serviceList__item {
    max-width: 400px;
    margin: 20px auto 0;
    background: #EAE6E3;
    /* background: #272121; */
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.serviceList__thumb img {
    max-width: none;
    width: 100%;

    /* border: solid #EAE6E3; */
}



.serviceList__data {
    margin: 20px;

}

.serviceList__thumb3 {
    position: relative;
}

.serviceList__thumb3::after {
    content: "";
    background: url(../img/maru.png) no-repeat;
    width: 200px;
    height: 200px;
    display: flex;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-size: contain;
    transition: all 0.2s;
    transform: rotate(-15deg);
    z-index: 2;
    opacity: 0.6;
}

.serviceList__data dt {
    color: #272121;
    /* color: #EAE6E3; */
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.serviceList__data dd {
    color: #272121;
    /* color: #EAE6E3; */
    margin-top: 10px;
    line-height: 1.875;

}

.serviceList__btn {
    margin: 20px;
}

@media screen and (min-width: 768px), print {
    .serviceList {
        flex-direction: row;
        justify-content: space-between;
    }

    .serviceList__item {
        display: flex;
        flex-direction: column;
        /*ボタン位置を下端に揃えるために縦軸に変更*/
        width: calc((100% - 70px) / 3);
    }

    .serviceList__btn {
        margin-top: auto;
        /*カード內でボタン位置を下端に揃える*/
    }
}


/*----------------------------------------
	button
----------------------------------------*/
.buttonM {
    display: block;
    padding: 12px 15px;
    border: 2px solid #FF0000;
    background: #ff0000;
    color: #EAE6E3;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.buttonM:hover {
    background: #EAE6E3;
    color: #ff0000;
}

.buttonL {
    display: block;
    padding: 20px;
    border: 2px solid #ff0000;
    background: #EAE6E3;
    color: #272121;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.buttonL:hover {
    background: #ff0000;
    color: #EAE6E3;
}

.centerButton {
    max-width: 400px;
    margin: 20px auto;
}

@media screen and (min-width:768px), print {
    .centerButton {
        margin: 40px auto;
    }
}

/*----------------------------------------
	マップ85
----------------------------------------*/
.map {
    position: relative;
    /* max-width: 1500px; */
    /* max-width: 100vw; */
    margin: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.map::before {
    content: "";
    display: block;
    padding-top: 40.25%;

}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: invert(80%);
    -webkit-filter: invert(80%);
}

/* カレンダー */
.cal {
    margin: auto;
    position: relative;
    max-width: 1500px;
}

.cal::before {
    content: "";
    display: block;
    padding-top: 40.25%;

}

.cal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: invert(80%);
    -webkit-filter: invert(80%);
}

/* =============================================
フッターのCSSはここから
============================================= */

/* フッター04 */
footer.footer04 {
    padding: 2rem 1rem 1rem;
    background: #272121;
}

.footer-container {
    display: flex;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto 3rem;
}

div.footer_logo {
    width: 200px;
    height: 30px;
    margin-right: auto;
    /* margin-bottom: 2rem; */
}

/* div.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.footer_nav {
    margin-right: 8rem;
}

.footer_list {
    padding-bottom: 1rem;
}

.footer_list a {
    font-weight: bold;
    color: #EAE6E3;
    font-size: 0.8rem;
}

.footer_list a:hover {
    color: #FF0000;
}


ul.sns-container {
    display: flex;
}

ul.sns-container li.list {
    padding-left: 1rem;
}

ul.sns-container li.list img.icon-twitter {
    width: 30px;
    height: auto;
}

ul.sns-container li.list img.icon-facebook {
    width: 25px;
    height: auto;
}

ul.sns-container li.list img.icon-instagram {
    width: 25px;
    height: auto;
}

.btn-container {
    margin-left: 8rem;
}

.btn-container a {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 2rem 0.5rem 1rem;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.btn-container a::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
}

.footer_contact-btn {
    color: #272121;
    background: #EAE6E3;
    margin-bottom: 1rem;
}

.footer_contact-btn::before {
    border-top: 2px solid #272121;
    border-right: 2px solid #272121;
    transform: rotate(45deg);
}

.footer_contact-btn:hover {
    background: #FF0000;
}

.line-btn {
    color: #272121;
    background: #EAE6E3;
}

.line-btn::before {
    border-top: 2px solid #272121;
    border-right: 2px solid #272121;
    transform: rotate(45deg);
}

.line-btn:hover {
    background: #FF0000;
}

p.copyright {
    text-align: center;
    color: #EAE6E3;
}

/* ここはMAX */
@media screen and (max-width: 768px) {


    div.footer_logo {
        margin: 1rem auto 2rem;
    }

    footer.footer04 {
        padding: 2rem 1rem 1rem;
    }

    .footer-container {
        flex-wrap: wrap;
        max-width: 320px;
        margin: 0 auto 2rem;
    }

    div.logo {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .footer_nav {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .footer_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_list {
        padding: 0.5rem;
    }

    .footer_list a {
        font-weight: bold;
        color: #EAE6E3;
        font-size: 0.8rem;
    }

    ul.sns-container {
        width: 100%;
        justify-content: center;
        margin-bottom: 1rem;
    }

    ul.sns-container li.list {
        padding: 0.5rem;
    }

    ul.sns-container li.list img.icon-twitter {
        width: 20px;
    }

    ul.sns-container li.list img.icon-facebook {
        width: 20px;
    }

    ul.sns-container li.list img.icon-instagram {
        width: 20px;
    }

    .btn-container {
        margin-left: 0;
    }
}




/* FAQ */
/*----------------------------------------
	pageHeaderL
----------------------------------------*/
.pageHeaderL {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(200/375*100vw);
    padding: 0 20px;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.pageHeaderL._service {
    background-image: url(../img/event_top.png);
}

.pageHeaderL__title .sub {
    display: block;
    color: #272121;
    /* font-family: 'Oswald',sans-serif; */
    font-size: 20px;
    /* letter-spacing: 0.2em; */
    text-transform: uppercase;
}

.pageHeaderL__title .main {
    color: #272121;
    display: block;
    font-size: 30px;
    /* letter-spacing: 0.2em; */
}

@media screen and (min-width:768px), print {
    .pageHeaderL {
        justify-content: flex-start;
        height: 400px;
        padding: 0 50px;
        text-align: left;
    }

    .pageHeaderL__title .sub {
        font-size: 24px;
    }

    .pageHeaderL__title .main {
        font-size: 150px;
    }
}

/* title09 56 */
.title09 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-top: 100px;
    /* display: inline-block; */
}

.title09:first-child {
    margin-top: 0;
}

.title09 h3 {
    padding-top: 100px;
    margin-top: -100px;
}

.title09 h3::after {
    content: "";
    width: 50px;
    height: 1px;
    background: #FF0000;
    /* background: url(../img/faq_sunadokei.png); */
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

/* .title09 h3::before {
    content: url(../img/faq_sunadokei.png);
    width: 50%;
    position: absolute;
    top: 0;
    right: 5rem;
    margin: auto;
    display: block;
} */

/* .title09 h3::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(../img/faq_sunadokei.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
} */



/* .title09>img {
    position: absolute;
    top: -5rem;
    right: 20%;
     right: 20px;
    z-index: 2;
    width:10rem;
}  */

/* .title09+.title09 {
    padding-top: 200px;
} */

/* =============================================
ボタンのCSSはここから
============================================= */

.container__button7 {
    max-width: 1440px;
    /* height: 100vh; */
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.button {
    margin: 50px;
}

.button07 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background: #EAE6E3;
    color: #272121;
    padding: 18px 60px;
    position: relative;
}


.button07::after {
    content: "";
    background: url(../img/faq_sunadokei.png) no-repeat;
    width: 100px;
    height: 100px;
    display: flex;
    position: absolute;
    top: -40px;
    left: -5px;
    background-size: contain;
    transition: all 0.2s;
    transform: rotate(-15deg);
}

.button07:hover::after {
    transform: scale(1.2);
}

.button_sauna::after {
    content: "";
    background: url(../img/faq_hat.svg) no-repeat;
    width: 100px;
    height: 100px;
    display: flex;
    position: absolute;
    top: -30px;
    left: -5px;
    background-size: contain;
    transition: all 0.2s;
    transform: rotate(15deg);
}

.button_oke::after {
    content: "";
    background: url(../img/faq_oke.svg) no-repeat;
    width: 100px;
    height: 100px;
    display: flex;
    position: absolute;
    top: -40px;
    left: -5px;
    background-size: contain;
    transition: all 0.2s;
}

a.jump_point {
    height: 1px;
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

/* FAQ 67 */
.faq {
    padding: 104px 16px;

}

.faq-container {
    max-width: 1500px;
    margin: 64px auto 0;

}

details:not(:last-child) {
    margin-bottom: 16px;
}

summary {
    display: block;
}

summary::-webkit-details-marker {
    display: none;
}

/* width間違えてpxにしてたからなやんでた */
.summary-inner {
    /* display: block; */
    cursor: pointer;
    padding: 16px 24px;
    font-weight: bold;
    color: #272121;
    /* color: #EAE6E3; */
    background: #EAE6E3;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.content {
    border: solid 16px #EAE6E3;
    padding: 16px;
    line-height: 1.5;
}

span.title-alphabet {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-right: 8px;
}

.content span.title-alphabet {
    color: #FF0000;
}

/* FAQ SP */
@media screen and(max-width: 768px) {
    .faq {
        padding: 80px 16px;
    }

    .summary-inner {
        font-size: 14px;
    }

    .content {
        font-size: 14px;
    }

    span.title-alphabet {
        font-size: 20px;
    }
}

/* アイコンここから */
/* --------アイコンを作ります-------- */
.icon {
    display: block;
    position: relative;
    width: 24px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.4s;
}

/* アコーディオンが開いた時のスタイル */
details[open] .icon {
    transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.icon::before,
.icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #FF0000;
}

.icon::before {
    left: 0;
    transform: rotate(45deg);
}

.icon::after {
    right: 0;
    transform: rotate(-45deg);
}

/* アイコンここまで   */

/* アコーディオンが開いた時のスタイル */
details[open] .icon {
    transform: rotate(180deg);
}


/* FAQボタン */
/* .faq__btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  
  max-width: 720px;
    margin: 20px auto 0;
}


.faq__btn a {
   
    background: #FF0000;
    color: #EAE6E3;
    font-size: 1rem;
    font-weight: bold;
    
    padding: 0.5rem 3.2rem;
} */


/* Event */
.alternate {
    display: flex;
    flex-direction: column-reverse;
    /* margin-top: 30px;上のテキストとマージンのそうさい */
    padding-top: 70px;
    /* テキストとブロークンレイアウトの空白はこれつかう */
}

.alternate__body {
    padding: 30px;
}

.alternate__ttl {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2em;
}


/* .alternate__sttl {
	display: block;
	font-size: 10px;
} */

.alternate__txt {
    margin-top: 20px;
    line-height: 1.7;
}

.alternate__thumb img {
    max-width: none;
    width: 100%;
}

.alternate__thumb {
    position: relative;
}

.alternate__thumb::after {
    position: absolute;
    top: -30px;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FF0000;
}


.alternate._normal .alternate__thumb::after {
    right: 30px;
}

.alternate._reverse .alternate__thumb::after {
    left: 30px;
    /*基準点が左端となるようにleftでずらす*/
}


/* for PC */

@media screen and (min-width: 768px), print {

    .alternate {
        flex-direction: row-reverse;
    }

    .alternate._reverse {
        flex-direction: row;
    }

    .alternate__body {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .alternate__thumb {
        width: 50%;
    }

    .alternate__thumb img {
        height: 100%;
        object-fit: cover;
    }


    /* .alternate._normalの中の.alternate__thumb::afterってこと。
    これ＆だと勘違いしやすい */
    .alternate._normal .alternate__thumb::after {
        right: 50px;
        width: 34vw;
        /* widthでボックス幅までがっしゃんと広げる */
    }

    .alternate._reverse .alternate__thumb::after {
        left: 50px;
        width: 34vw;
    }

}