@charset "UTF-8";

/* 
Theme Name: totonoi
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

ul {
    list-style: none
}

li {
    list-style-type: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333;
}

body {
    background-color: #EFECDF;
    font-family: "Noto Sans JP", sans-serif;
}

img {
    height: auto;
}

p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 200%;
    margin-top: 20px;
}

.btn {
    margin-top: 20px;
    font-size: 12px;
    background: #d5db00;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    padding: 11px 20px 12px;
    transition: transform .3s ease;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
}
.seo-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


#header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

main {
    min-height: 100vh;
    --ease-in: cubic-bezier(.755, .05, .855, .06);
    --ease-out: cubic-bezier(.23, 1, .32, 1);
    --ease-in-out: cubic-bezier(.86, 0, .07, 1);
    --ease-out-back: cubic-bezier(.175, .885, .32, 1.275);
    --header-height: 0;
}

#logo {
    width: 150px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 998;
    cursor: pointer;
}
.mv-top-lead-container {
	margin-top:40px !important;
}
.mv-top-lead {
	margin:0 auto;
}
.top-lead {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .4s ease;
    writing-mode: vertical-rl;
    z-index: 2
}

.open-text {
    position: absolute;
    color: #fff;
    left: 50%;
    position: absolute;
    top: 67%;
    transform: translate(-50%, -50%);
    z-index: 998;
    width: 100%;
    text-align: center;
}

.pc-menu-box img {
    width: 50%;
    margin: 0 auto;
}

.pc-anchor li {
    text-align: center;
}

.section-title-img {
    height: 7vh;
    margin-top: 80px;
}

#g-nav.panelactive ul li a{
    text-align: center;
}

.hum-menu-img img{
    height: 5vh;
    margin-top: 20px;
}

.hum-menu-logo-img {
    margin-bottom: 40px;
    height: 25vh;
}

@media (min-width: 751px) {
    #header .header #gnav ul li a {
        font-size: .9722222222vw;
        font-weight: 500;
        letter-spacing: .1em;
        line-height: 200%;
    }
}

.header-instaicon {
    position: absolute;
    top: 30px;
    right: 100px;
    width: 30px;
    height: auto;
}

.reservebtn {
    position: fixed;
    bottom: 20px;
    z-index: 999;
    right: 20px;
    width: 124px;
    height: auto;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position: relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}

.slider-top,
.slider-bottom {
    height: 50vh;
    /*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/
}

/*　背景画像設定. 夏！！　*/

.slider-item01 {
    background: url(./img/slide1_left-sp.webp);
}

.slider-item02 {
    background: url(./img/slide2_left-sp.webp);
}

.slider-item03 {
    background: url(./img/slide3_left-sp.webp);
}

.slider-item04 {
    background: url(./img/slide5_left-sp.webp);
}

.slider-item05 {
    background: url(./img/slide4_left-sp.webp);
}

.slider-item06 {
    background: url(./img/slide6_left-sp.webp);
}

/*　背景画像設定. 冬！！　*/

/* .slider-item01 {
    background: url(./img/slide9_left-sp.webp);
}

.slider-item02 {
    background: url(./img/slide7_left-sp.webp);
}

.slider-item03 {
    background: url(./img/slide3_left-sp.webp);
}

.slider-item04 {
    background: url(./img/slide8_left-sp.webp);
}

.slider-item05 {
    background: url(./img/slide10_left-sp.webp);
}

.slider-item06 {
    background: url(./img/slide6_left-sp.webp);
} */

.slider-item {
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 50vh;
    /*各スライダーの縦幅を画面の高さの半分（50vh）にする*/
    background-repeat: no-repeat;
    /*背景画像をリピートしない*/
    background-position: center;
    /*背景画像の位置を中央に*/
    background-size: cover;
    /*背景画像が.slider-item全体を覆い表示*/
}

main .content {
    width: 400px;
    margin: 0 auto;
    box-sizing: content-box;
    box-shadow: 0 3px 10px 1px #999;
    flex-shrink: 0;
    box-shadow: 0 5px 60px #9e9c8999;
    position: relative;
    z-index: 1;
}

.top-lead {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .11em;
    margin: 0 auto;
    writing-mode: vertical-rl;
    letter-spacing: .11em
}

.top-lead span {
    padding: 0 .3472222222vw
}

.content .sp-slider :after {
    background: #26353038;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.top-lead span {
    display: block;
    padding: 0 .3472222222vw
}

.wave {
    position: relative;
    height: 100px;
    /*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
    background: #EEECDF;
    /*背景を塗りつぶして重ねた波を表現したい場合は、波を描画する親要素に波と同じ背景色を設定しましょう。*/
}

canvas {
    position: absolute;
    top: -72px;
    left: 0;
    width: 100%;
    height: 72px;
}

/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #EFECDF;
    color: #333;
}

/*丸の拡大*/
.circle-bg {
    position: fixed;
    z-index: 3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #999;
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    top: calc(50% - 50px);
    /*50%から円の半径を引いた値*/
    left: calc(50% - 50px);
    /*50%から円の半径を引いた値*/
    transition: all .6s;
    /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

#g-nav.panelactive #g-nav-list {
    display: block;
    /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56%;
    text-align: center;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    /*0.2 秒遅らせて出現*/
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*リストのレイアウト設定*/
#g-nav li {
    text-align: center;
    list-style: none;
}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000;
}


/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    height: 50px;
}

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 120px;
    left: 50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: 10px;
    bottom: 10px;
    /*テキストの形状*/
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -4px;
    /*丸の形状*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        bottom: 45px;
    }

    100% {
        bottom: -5px;
    }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 2px;
    height: 50px;
    background: #eee;
}

#sec-iconmenu {
    position: relative;
}

.iconmenu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
}

.iconmenu-item {
    width: 30%;
    text-align: center;
    border-right: 1px solid #b1b1b1;
}

.iconmenu-item img {
    height: 50px;
}

.iconmenu-item:nth-child(3) img {
    height: 40px;
    margin-top: 10px;
}

.iconmenu-item:nth-child(3) {
    border-right: none;
}

.iconmenu-item:nth-child(5) {
    border-right: none;
}

.iconmenu-item:nth-of-type(4) {
    margin-left: 17.5%;
    /* 4番目の子要素の左に計算した余白を指定 */
}

.iconmenu-item:nth-of-type(5) {
    margin-right: 17.5%;
    /* 5番目の子要素の左に計算した余白を指定 */
}

.iconmenu-item:nth-of-type(n+4) {
    margin-top: 40px;
    /* 4番目以降の子要素の上に余白指定 */
}

.iconmenu-item p {
    text-align: center;
}

.top-box {
    position: relative;
}

#sec-about {
    padding: 40px 0;
    position: relative;
}

.inner {
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.lead {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
}

.lead span {
    display: block;
}

.txt.sp p {
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 200%;
    margin-top: 20px;
}

#sec-about .commit-text-box {
    padding: 20px 0 0;
}

/*==================================================
スライダーのためのcss
===================================*/

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
    margin-top: 40px;
    border-radius: 20px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
    /*スライド左右の余白調整*/
}


.fluid {
    width: 160px;
    /*横幅*/
    height: 160px;
    /*縦幅*/
    background: #fffbf2;
    /*背景色*/
    animation: fluidrotate 10s ease 0s infinite;
    /*アニメーションの設定*/
    z-index: -1;
    position: absolute;
}

.fluid01 {
    top: 0px;
}

.fluid02 {
    right: 0px;
    bottom: 160px;
}

.fluid03 {
    bottom: -80px;
}

.fluid04 {
    right: 0px;
    top: 160px;
}

.fluid05 {
    bottom: 240px;
}

.fluid06 {
    right: 0px;
    bottom: 0px;
}

@keyframes fluidrotate {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }

}

.price-card {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 0px 36px 0px 36px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    height: auto;
    justify-content: flex-start;
    margin: 0px 0px 0px 0px;
    width: 100%;
    z-index: 0;
    --gap-h-d26ca07b-8fd9-4231-996d-34172fe36f20: 0px;
    --gap-v-d26ca07b-8fd9-4231-996d-34172fe36f20: 32px;
    --gap-uuid: d26ca07b-8fd9-4231-996d-34172fe36f20;
    max-width: 100%;
    position: relative;
    padding-left: 20px;
    margin-top: 40px;
    z-index: 99;
    position: relative;
}

.price-card::before {
    background: url(./img/body_bg.webp) repeat left top;
    ;
    color: #fff;
    background-position: 50%;
    /* background-size: cover; */
    background-repeat: repeat;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    transition: inherit;
    width: 100%;
    z-index: -2;
}

.price-card-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.price-card-inner p {
    line-height: 1.6;
}

span.marker {
    background: linear-gradient(transparent 70%, #D5DB08 70%);
    width: fit-content;
}

.price-number {
    font-size: 40px;
}

.price-small {
    font-size: 12.5px;
}

.other-button {
    text-decoration: underline;
}

#sec-commit {
    padding: 0 0 40px 0;
}

#sec-price {
    padding: 0 0 40px 0;
}

#sec-review {
    padding: 0 0 40px 0;
}

#sec-qanda {
    padding: 0 0 40px 0;
}

#sec-commit .plan>div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    transform: translateX(0);
    margin-top: 40px;
}

#sec-commit .plan>div figure {
    width: 40%;
}

#sec-commit .plan>div figure img {
    border-radius: 20px;
}

.commit-text-box {
    width: 54%;
}

#sec-commit .plan>.commit-container:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}

.commit-text-box h3 {
    line-height: 1.6;
}

#sec-commit .plan>div .commit-text-box h3 :lang(en) {
    display: block;
    font-size: 16px;
    line-height: 160%;
}

.map iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.map {
    margin-top: 20px;
    margin-bottom: 80px;
}

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

.accordion-area li {
    margin: 10px 0;
}

.accordion-area section {
    background-color: #fff;
    border-radius: 20px;
}

/*アコーディオンタイトル*/
.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 12.5px;
    padding: 20px 20px 20px 20px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;

}

.title::before {
    top: 48%;
    right: 30px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    right: 30px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    /*はじめは非表示*/
    margin: 0 10px 40px 10px;
    padding: 0 10px 20px 10px;
    font-size: 12px;
}

.box p {
    margin-top: 0;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider2 {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.slider2 img {
    width: 200px;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
    border-radius: 20px;
}

.slider2 .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
}

.slider2 .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    z-index: 2;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: -6px;
    height: 0px;
    display: block;
    background: #ccc;
    border: none;
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}

#footer {
    text-align: center;
}

#footer img{
    width: 50%;
    margin: 0 auto;
}

.copyright {
    font-size: 9px;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 40px;
}

@media (min-width: 1000px) {
    header {
        display: none;
    }

    main {
        display: flex;
    }

    main .leftColumn,
    main .rightColumn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        flex: 1;
        flex-shrink: 0;
        overflow: hidden;
        position: sticky;
        top: var(--header-height);
    }

    main .pc-anchor {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
}

@media (max-width: 999px) {
    header {
        display: block;
    }

    .leftColumn,
    .rightColumn {
        display: none;
    }

    main .content {
        width: 100%;
    }

    #logo {
        width: 100px;
    }

    main {
        --ease-in: cubic-bezier(.755, .05, .855, .06);
        --ease-out: cubic-bezier(.23, 1, .32, 1);
        --ease-in-out: cubic-bezier(.86, 0, .07, 1);
        --ease-out-back: cubic-bezier(.175, .885, .32, 1.275);
        --header-height: 0;
    }
}

.totonoi-movie {
    width: 350px;
    height: auto;
    margin: 0 auto;
    border-radius: 30px;
}

.totonoi-movie video {
    width: 100%;
    border-radius: 20px;
}

.totonoi-bbq {
    width: 332px;
    height: auto;
    margin: 20px auto 0 auto;
    border-radius: 30px;
}

/* LINE回答フォームページのスタイル */
.line-form-section {
    min-height: 100vh;
    background: #EFECDF;
    padding: 20px 20px 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-form-container {
    max-width: 800px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.line-form-content {
    padding: 60px 50px;
    text-align: left;
}

.welcome-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 50px;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.02em;
}

.description-section {
    margin-bottom: 60px;
    position: relative;
}

.orange-dot {
    width: 8px;
    height: 8px;
    background: #ff6b35;
    border-radius: 50%;
    margin-bottom: 30px;
}

.description-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #666;
    margin: 0;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif;
}

.form-section {
    position: relative;
}

.form-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #333;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif;
}

.button-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.line-button {
    background: #ff6b35;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif;
}

.line-button:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
    color: #fff;
}

.line-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.no-line-button {
    background: transparent;
    color: #666;
    padding: 16px 32px;
    border: 2px solid #ddd;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif;
}

.no-line-button:hover {
    border-color: #999;
    color: #333;
    background: #f9f9f9;
}

/* オリジナルデザイン要素 */
.sauna-wave-divider {
    width: 100%;
    height: 60px;
    margin: 30px 0;
}

.sauna-wave-divider svg {
    width: 100%;
    height: 100%;
}

.totonoi-description {
    position: relative;
    margin: 40px 0;
}

.description-card {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(255, 107, 53, 0.15) 100%);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    border: 2px solid rgba(255, 107, 53, 0.1);
    overflow: hidden;
}

.card-icon {
    font-size: 32px;
    margin-bottom: 15px;
    animation: gentle-glow 3s ease-in-out infinite;
}

@keyframes gentle-glow {
    0%, 100% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.05); filter: brightness(1.2); }
}

.description-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #666;
    margin: 0;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif;
}

.highlight-text {
    color: #ff6b35;
    font-weight: 600;
    position: relative;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ff6b35 0%, rgba(255, 107, 53, 0.3) 100%);
    border-radius: 1px;
}

.zen-elements {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 80px;
    height: 80px;
}

.zen-circle {
    position: absolute;
    border: 2px solid rgba(255, 107, 53, 0.3);
    border-radius: 50%;
    animation: zen-rotate 8s linear infinite;
}

.zen-circle {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
}

.zen-circle-2 {
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
    animation-direction: reverse;
    animation-duration: 12s;
}

.zen-line {
    position: absolute;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #ff6b35 0%, rgba(255, 107, 53, 0.2) 100%);
    top: 39px;
    right: 25px;
    border-radius: 1px;
    animation: zen-pulse 2s ease-in-out infinite;
}

@keyframes zen-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes zen-pulse {
    0%, 100% { opacity: 0.3; transform: scaleX(1); }
    50% { opacity: 1; transform: scaleX(1.2); }
}

.sauna-steam-effect {
    position: relative;
    height: 40px;
    margin: 20px 0;
}

.steam {
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(255, 107, 53, 0.4);
    border-radius: 50%;
    animation: steam-rise 3s ease-in-out infinite;
}

.steam-1 {
    left: 20%;
    animation-delay: 0s;
}

.steam-2 {
    left: 50%;
    animation-delay: 1s;
    animation-duration: 4s;
}

.steam-3 {
    left: 80%;
    animation-delay: 2s;
    animation-duration: 3.5s;
}

@keyframes steam-rise {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    30% {
        opacity: 0.8;
    }
    70% {
        opacity: 0.6;
    }
    100% {
        transform: translateY(-10px);
        opacity: 0;
    }
}

/* スマートフォン対応 */
@media (max-width: 768px) {
    .line-form-section {
        padding: 10px 15px;
    }
    
    .line-form-content {
        padding: 40px 25px;
    }
    
    .welcome-title {
        font-size: 28px;
        margin-bottom: 30px;
        font-weight: 600;
    }
    
    .description-section {
        margin-bottom: 40px;
    }
    
    .description-text {
        font-size: 12px;
    }
    
    .form-title {
        font-size: 16px;
        margin-bottom: 25px;
        font-weight: 600;
    }
    
    .line-button, .no-line-button {
        padding: 14px 24px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .line-form-section {
        padding: 10px 15px;
    }
    
    .line-form-content {
        padding: 30px 20px;
    }
    
    .welcome-title {
        font-size: 24px;
        font-weight: 600;
    }
    
    .description-text {
        font-size: 16px;
    }
    
    .form-title {
        font-size: 14px;
        font-weight: 600;
    }
    
    .line-button, .no-line-button {
        font-size: 11px;
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .sauna-wave-divider {
        height: 40px;
        margin: 20px 0;
    }
    
    .description-card {
        padding: 20px;
    }
    
    .card-icon {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .zen-elements {
        width: 60px;
        height: 60px;
        top: -10px;
        right: -10px;
    }
    
    .zen-circle {
        width: 30px;
        height: 30px;
    }
    
    .zen-circle-2 {
        width: 45px;
        height: 45px;
    }
    
    .zen-line {
        width: 20px;
        top: 29px;
        right: 20px;
    }
}

@media (max-width: 480px) {
    .totonoi-description {
        margin: 30px 0;
    }
    
    .description-card {
        padding: 15px;
    }
    
    .card-icon {
        font-size: 20px;
    }
    
    .sauna-steam-effect {
        height: 30px;
        margin: 15px 0;
    }
}

.bigtext {
	font-size:18px;
}


.voice_title {
    position: relative;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    margin-top: 200px;
    margin-bottom: 25px;
}

.voice_title::before {
    position: absolute;
    top: -120px;
    left: 20%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 160px;
    text-transform: uppercase;
    content: 'VOICE';
    z-index: -1;
}


/*==================================================
スライダーのためのcss
===================================*/
.slider3 {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
}

.card_container {
    height: auto;
    width: 275px;
}

.slider3 .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
    width: 380px !important;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
}

.slider3 .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}

.card_head {
    display: flex;
    align-items: center;
    justify-content: left;
}

.card_head img {
    width: 70px;
}

.card_student_category {
    border: 1px solid #000;
    width: fit-content;
    padding: 2px 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.voice_student_voice {
    text-align: left;
    margin-left: 20px;
}

.voice_student_text {
    line-height: 2;
}

.slider_voice li {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 20px;
}

.card_body {
    width: 100%;
}

.voice_student_text {
    margin-top: 0;
}