@charset "utf-8";

/* common */
main#stripeBg {
    color: #4a3623;
    font-size: 16px;
    font-family: 'Kiwi Maru', serif;
    letter-spacing: 0.2em;
    background: none;
}

@media only screen and (max-width: 898px) {
    main#stripeBg {
        padding-top: 72px !important;
    }
}

#content,
#price {
    background: #f6f6f6;
}

.lg_jyankaland_dis {
    content: url(../img/lg_jankaland.png);
    width: 110px;
    vertical-align: text-bottom;
}
.lg_jyankaland {
    content: url(../img/lg_jankaland.png);
    width: 464px;
    vertical-align: text-bottom;
}

.btn_jkland {
    display: block;
    padding: 0.8em 0;
    background-size: 10px 10px;
    margin: 0.8em auto;
    width: 80%;background-color: #ff877b;
    background-image: radial-gradient(#ff5948 15%, transparent 20%),
        radial-gradient(#ff5948 15%, transparent 20%);
    background-position: 0 0, 15px 15px;
    border-radius: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 171.4%;text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.btn_jkland:hover,
.btn_jkland:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff5948;
    background-image: radial-gradient(#ff8a7b 15%, transparent 20%),
        radial-gradient(#ff8a7b 15%, transparent 20%);
}

.acMenu dt {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 1.5em auto 0;
}

.acMenu dd {
    display: none;
    border-radius: 10px;
    background: rgba(230, 0, 18, 0.15);
    padding: 1.5em;
font-size: 90%;/* line-height: 1.2; */}

.acMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.acMenu li {
    text-indent: -1em;
    margin-bottom: 0.5em;
    padding-left: 1em;
    font-size: 93%;
}

.page_top {
    position: fixed;
    right: 5px;
    z-index: 9999;
    width: 220px;
    -webkit-animation: fu-sen 2s ease 0s infinite;
    -moz-animation-name: fu-sen 2s ease 0s infinite;
}

/* mv */
#mv .container {
    position: relative;
}
#mv .infinite-slider .swiper-wrapper {
    position: relative;
    transition-timing-function: linear;
}

#mv .intro {
    position: absolute;
    background: #fff;
    width: 610px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 1.5em 3em 0;
    border-radius: 60px;
}

#mv .intro h1 {
    margin: 0 auto;
    text-align: center;
}

#mv .intro p {
    margin: 1.5em 0 0;
    font-weight: bold;
    line-height: 1.85;
}
#mv figure {
    padding: 15em 0 5em;
margin-top: -2.0em;}

/* cpn */
#cpn {
    padding: 3em 0;
    background: url(../img/cpn_bg.png ) bottom/cover no-repeat;
}

#cpn .cpnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#cpn .images {
    /* background: url(../img/cpn_blanket_01.png ) bottom/cover no-repeat; */
text-align: right;}

figure.images {}
#cpn .lg_insta {
    margin: 0 0 1em;
}

#cpn h2 {
    margin: 0 0 .5em;
    font-size: clamp(20px, 8vw, 36px);
}

#cpn figure {
    width: 50%;
    padding: 1.5em;
    margin: 1.5em 0 0;
}

#cpn h3 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
}

#cpn p {
    border-radius: 15px;
    padding: 0;
    margin: 1.5em 0;
line-height: 1.6;}

#cpn .descri {
    width: 50%;
    padding: 1.5em;
    margin: 1.5em 0;
}

#cpn .note {
    display: flex;
    flex-wrap: wrap;
border-top: 1px solid;border-bottom: 1px solid;padding: 1em 0;/* text-align: center; */font-size: 96%;}

#cpn .note dt {
    margin: 0 0.8em 0 0;
}

/* content */
#content {
    padding: 3em 0;
    background: url( ../img/content_bg.png );
background-size: contain;}

#content h2 {
    margin: 0 0 1.5em;
    text-align: center;
}
#content .note {
    margin: 30px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#content .photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#content .photo figure {
    width: calc(95% / 3);
    border-radius: 20px;
}
#content .photo figure:nth-child(1) {
    background-color: #c389c1;
}

#content .photo figure:nth-child(2) {
    background-color: #f8af5b;
}

#content .photo figure:nth-child(3) {
    background-color: #74c7ea;
}

#content .photo figure img {
    border-radius: 20px;
}

#content .photo figure figcaption {
    padding: 1.6em;
    color: #fff;
}

#content .photo figure figcaption h3 {
    margin: 0 0 0.4em;
    font-size: 18px;
}

#content .photo figure figcaption p {
    margin: 0 0 0;
}

/* reserve */
#reserve {
    padding: 3em 0 0;
    background: url( ../img/reserve_bg.png );
}

#reserve .reserve_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#reserve .reserve_head {
    text-align: center;
    margin-bottom: 3em;
}
#reserve .reserve_head p:first-child {
    font-weight: bold;
}

#reserve .flexchild_01 {
    order: 2;
    width: 45%;
}

#reserve .flexchild_02 {
    order: 1;
    width: 25%;
}

#reserve .flexchild_03 {
    order: 3;
    width: 25%;
}

#reserve .swiper-slide {
    border-radius: 20px;
    background: #fff;
}

#reserve .swiper-slide .thumbnail-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 45px;
    align-items: center;
}

#reserve .swiper-slide dl {
    margin: 1em auto 2em;
width: 80%;}

#reserve .swiper-slide .thumbnail-wrap dt {
    background: #ff877b;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 0.24em 1em;
    margin: 0em 0.8em 0em 0;
    font-size: 90%;
    font-weight: normal;
    letter-spacing: 0;
width: 32%;}

#reserve .swiper-slide .thumbnail-wrap dd {
    font-size: 14px;
    font-weight: bold;
text-align: left;width: 60%;}

#reserve .swiper-slide .lg_machine {
    width: 100%;
}

#reserve .swiper-slide figure img {
    border-radius: 20px;
}

#reserve .swiper-slide ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#reserve .swiper-slide ul .ic_facility {
    max-width: 55px;
}

#reserve .btn_jkland,
#other .btn_jkland {
    background-color: #94d8c1;
    background-image: radial-gradient(#69c8a8 15%, transparent 20%),
        radial-gradient(#69c8a8 15%, transparent 20%);
    background-position: 0 0, 15px 15px;
    margin: 1em auto 1.5em;
font-size: 108%;padding: 0.48em;}
#reserve .btn_jkland:hover,
#reserve .btn_jkland:focus,
#other .btn_jkland:hover,
#other .btn_jkland:focus {
    color: #fff;
    text-decoration: none;
    background-color: #69c8a8;
    background-image: radial-gradient(#94d8c1 15%, transparent 20%),
        radial-gradient(#94d8c1 15%, transparent 20%);
    background-position: 0 0, 15px 15px;
}

/* price */
#price {
    padding: 6.4em 0;
    margin: 3em 0 0;
    background: #ff877b;
    color: #fff;
    text-align: center;
}

#price .lg_jyankaland {
    width: 464px;
}

#price p {
    font-size: 24px;
}

#price b {
    display: block;
    margin: 0.5em 0 1em;
    font-weight: normal;
    font-size: clamp(24px, 5vw, 30px);
    line-height: 1.8;
    text-decoration: underline wavy #fff;
    text-underline-offset: 0.25em;
letter-spacing: 0.4em;}

#price .btn_jkland {
    max-width: 480px;
    margin: 0 auto;
    /* background-color: #ffbe3e; */
    /* background-image: radial-gradient(#ffa426 15%, transparent 20%),
        radial-gradient(#ffa426 15%, transparent 20%); */
    background-position: 0 0, 15px 15px;
    /* box-shadow: 0 7px 0px rgb(0 0 0 / 20%); */
    padding: 0.8em;font-weight: 500;
    font-size: 171.4%;
}
#price .btn_jkland:hover,
#price .btn_jkland:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ffa426;
    background-image: radial-gradient(#ffbe3e 15%, transparent 20%),
        radial-gradient(#ffbe3e 15%, transparent 20%);
    background-position: 0 0, 15px 15px;
}
.price_table .price {
    color: initial;
}
#price p {
    font-size: 100%;
}

h4.pricetable__header + div {
	display: none;
}

.s_table .price_time,
.n_table .price_time {
    width: 20%;
}
.price_note {
    text-align: left;
    font-size: 80% !important;
    text-indent: -1em;
    padding-left: 1em;
    line-height: initial;
}

/* faq */
#faq {
    padding: 3em 0;
    text-align: center;
    background: url( ../img/faq_bg.png );
}

#faq h2 {
    margin: 0 0 1.5em;
}

#faq .acMenu_faq {
    text-align: left;
}

#faq .acMenu_faq dt,
#faq .acMenu_faq dd {
    position: relative;
    text-align: left;
    padding: 2em 3em 2em 5em;
    margin: 1em 0 0.2em;
    border-radius: 10px;
}

#faq .acMenu_faq dt {
    background: #bfecec url(../img/Q.svg) no-repeat 1em/40px;
}

#faq .acMenu_faq dd {
    margin: 0;
    line-height: 1.6em;
    background: #ffe9ef url(../img/A.svg) no-repeat 1em/40px;
}

#faq .acMenu_faq .Q,
#faq .acMenu_faq .A {
    color: #4bb7c9;
    font-size: clamp( 20px, 5vw, 40px );
    vertical-align: middle;
    font-weight: bold;
display: inline-block;}

#faq .acMenu_faq .A {
    color: #ff877b;
}

#faq .acMenu_faq .icon-wrap {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translatey(-50%);
    width: 38px;
    height: 38px;
}

#faq .acMenu_faq .icon {
    position: relative;
    /* display: inline-block;  アイコン非表示*/
    display: none;
    width: 100%;
    height: 100%;
}

#faq .acMenu_faq .icon:before,
#faq .acMenu_faq .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #4bb7c9;
    left: 50%;
    top: 50%;
    width: 30%;
    height: 1px;
    transform: translate(-50%, -50%);
}

#faq .acMenu_faq .icon.nt:before,
#faq .acMenu_faq .icon.nt:after {
    background: #0054A7;
}

#faq .acMenu_faq .icon:before,
#faq .acMenu_faq .icon.nt:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

#faq .acMenu_faq .icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
}

/* shop */
#shop {
    padding: 3em 0;
}
#shop dl {
    margin: 0 0 0.8em;
}

/* other */
#other {
    padding: 3em 0;
    background: #ffcc71;
    text-align: center;
}

#other p {
    margin: 0;
}
#other p:first-child {
    font-weight: bold;
}
#other .swiper-wrapper {
    margin-top: 3em;
}

#other h2 {
    margin: .5em 0;
}

#other h2 {
    margin: .5em 0;
}

#other .swiper-slide {
    border-radius: 20px;
    background: #fff;
}

#other .swiper-slide img {
    border-radius: 20px;
}

#other .swiper-slide .thumbnail-wrap {
    display: flex;
    flex-wrap: wrap;
    /* height: 55px; */
    align-items: center;
margin: 0 auto 0.8em;}

#other .swiper-slide dl {
    margin: 1em auto 2em;
    width: 80%;
}

#other .swiper-slide .thumbnail-wrap dt {
    background: #ff877b;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 0.24em 1em;
    margin: 0em 0.8em 0em 0;
    font-size: 90%;
    font-weight: normal;
    letter-spacing: 0;
    width: 32%;
}
#other .swiper-slide .thumbnail-wrap dd {
    /* width: 45%; */
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

        /*インスタグラムへのフローティング*/
        .floating-banner {
            position: fixed;/* 追従 */
            z-index: 99999;/* 他の要素の下に隠れないように */
            bottom: 0;/* バナーの上下の位置 */
            right: 1em;/* バナーの左右の位置 */
        }
        .pc {
            width: 180px;/* バナーの横幅を指定 */
        }
        .floating-banner:hover {
            opacity: .9;/* ホバーで少し透過 */
        }
        .sp {
            display: none;/* PCではスマホ用のバナーは非表示に */
        }
        @media screen and (max-width: 990px) {/* タブレット用のブレイクポイントを指定 */
            .floating-banner {
                right: 1.2em;
            }
            .pc {
                display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
            }
        }
        @media screen and (max-width: 560px) {/* スマホ用のブレイクポイントを指定 */
            .sp {
                display: inline-block;/* 消していたスマホ用のバナーを表示させる */
                width: 100px;
                right: 1em;
            }
        }

@media screen and (max-width:991px) {

    #mv .intro {
        top: 50%;
    }    

    #cpn figure {
        width: 100%;
        padding: 0;
    }

    #cpn .descri {
        width: 90%;
        padding: 0;
    }
    #cpn .images {
    text-align: center;
    }
    #content .photo figure {
        width: 88%;
        margin-bottom: 3em;
    }

    #content .photo figure:last-child {
        margin-bottom: 0;
    }

    #reserve .reserve_head {
        margin-bottom: 1.5em;
    }

    #reserve .flexchild_01 {
        order: 1;
        width: 100%;
    }
    
    #reserve .flexchild_02 {
        order: 2;
        width: 50%;
        margin-bottom: 3em;
    }
    
    #reserve .flexchild_03 {
        order: 3;
        width: 50%;
        margin-bottom: 3em;
    }

    #reserve .swiper-slide .lg_machine {
        width: 100%;
        max-width: clamp( 100px, 30vw, 150px );
    }
    #other .swiper-slide .thumbnail-wrap dd {
        width: 55%;
    }
    #price .btn_jkland {
        max-width: 80%;
    }
    #content .photo {
        justify-content: center;
    }
}

/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
    #mv .intro {
        width: 90%;
            padding: 1.5em;
    }
    #mv figure {
        padding: 20em 0 5em;
        margin-top: 2.4em;
    }
    #price .lg_jyankaland {
        width: 80%;
    }
    #shop .shop_lg {
        max-width: 240px !important;
        margin: 30px auto;
    }
    #price .btn_jkland {
        font-size: 108%;
    }
    #faq .acMenu_faq dt,
    #faq .acMenu_faq dd {
        padding: 2em 3em 2em 4em;
    }
    #faq .acMenu_faq dt {
        background: #bfecec url(../img/Q.svg) no-repeat 1em/8%;
    }
    #faq .acMenu_faq dd {
        background: #ffe9ef url(../img/A.svg) no-repeat 1em/8%;
    }
}

/* ==============================================================
 SP-LANDSCAPE
================================================================= */
@media screen and (min-width:480px) and (max-width:767px) {}

/* ==============================================================
 SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {}

/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width:479px) {}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {}
