@charset "UTF-8";

/* set variables */
:root {
    --mainColor: #c97c00;
    --subColor: #a1a6e5;
    --pickupColor: #c67a00;
    --darkColor: #005a76;
    --navColor: #166ea6;
    --bgColorlight: #fcedd5;
    --bgColordark: #ffe8c3;
    --lightColor: #fff8ec;
    --txtColor: #4b4b4b;
    --linkColor: #4b4b4b;
    --borderColor: #4b4b4b;

    --textNormal: 16px;
    --textMiddle: 18px;
    --textMiddle2: 20px;
    --textBig: 24px;
    --textLarge: 30px;
    --textSmall: 14px;

    --gap: 80px;
    --gaps: 40px;
    --gap_sp: 30px;
    --sectionPadding: 100px;
    --sectionPadding_sp: 3rem;
    --contentWidth: 1000px;
    --innerWidth: 900px;
}
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: var(--txtColor);
    font-family: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium",
        Meiryo, sans-serif;
    background-color: white;
    text-align: justify;
    font-weight: 400;
    overflow-x: hidden;
}
.font_eng {
    font-family: "Oswald", sans-serif;
}
p {
    line-height: 1.8;
}
h2,
h3,
p {
    margin-top: 0;
    margin-bottom: 0;
}
.p_center {
    text-align: center;
}
.p_bold {
    font-weight: 900;
}
.p_bolder {
    font-weight: 1200;
}
.p_left {
    text-align: justify;
}
.p_right {
    text-align: right;
}
.br-sp {
    display: none;
}
a {
    color: var(--linkColor);
    transition: 0.3s;
}
a:hover {
    color: #999999;
}
a img {
    transition: 0.2s;
}
a:hover img {
    opacity: 0.6;
}
.cf::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    width: 0;
}
.flt_right {
    float: right;
}
.flt_left {
    float: left;
}
.img_right {
    float: right;
}
.img_left {
    float: left;
    margin-right: var(--gap);
}
.p_maincolor {
    color: var(--mainColor);
}
.p_white {
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}

/* PC . SP 切り替え */
@media screen and (max-width: 798px) {
    .sp_none {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .sp_left {
        text-align: justify !important;
    }
}
@media screen and (min-width: 799px) {
    .pc_none {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .xl_none {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .xs_left {
        text-align: justify !important;
    }
    .xs_none {
        display: none;
    }
}
@media screen and (min-width: 551px) {
    .xs_only {
        display: none;
    }
}
@media screen and (max-width: 420px) {
    .xxs_none {
        display: none;
    }
}
@media screen and (min-width: 421px) {
    .xxs_only {
        display: none;
    }
}

.wrap {
    width: 100%;
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_s {
    width: 100%;
    max-width: var(--innerWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_ss {
    width: 100%;
    max-width: var(--innerWidth_s);
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .wrap {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_s {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_ss {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.mt_10 {
    margin-top: 10px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_30 {
    margin-top: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.mt_50 {
    margin-top: 50px;
}
.mt_100 {
    margin-top: 100px;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_100 {
    margin-bottom: 100px;
}
.p12 {
    font-size: 12px;
    line-height: 200%;
}
.p14 {
    font-size: 14px;
    line-height: 200%;
}
.p15 {
    font-size: 15px;
    line-height: 200%;
}
.p16 {
    font-size: 16px;
    line-height: 200%;
}
.p18 {
    font-size: 18px;
    line-height: 200%;
}
.p20 {
    font-size: 20px;
    line-height: 200%;
}
.p22 {
    font-size: 22px;
    line-height: 200%;
}
.p24 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 26px;
    line-height: 200%;
}
.p30 {
    font-size: 30px;
    line-height: 160%;
}
.p35 {
    font-size: 35px;
    line-height: 160%;
}
.p38 {
    font-size: 38px;
    line-height: 160%;
}
.p40 {
    font-size: 40px;
    line-height: 150%;
}
.p50 {
    font-size: 50px;
    line-height: 150%;
}
.p60 {
    font-size: 60px;
    line-height: 100%;
}
.p_light {
    color: var(--rightColor);
}
.sec_padding {
    padding-top: var(--sectionPadding);
    padding-bottom: var(--sectionPadding);
}
.sec_padding_s {
    padding-top: calc(var(--sectionPadding) / 2);
    padding-bottom: calc(var(--sectionPadding) / 2);
}
.bg_light {
    background-color: var(--bgColorlight);
}
.bg_dark {
    background-color: var(--mainColor);
}
.bg_white {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .p16 {
        font-size: 14px;
        line-height: 200%;
    }
    .p20,
    .p18 {
        font-size: 16px;
        line-height: 200%;
    }
    .p26,
    .p24,
    .p22 {
        font-size: 18px;
        line-height: 200%;
    }
    .p30 {
        font-size: 20px;
    }
    .p35,
    .p40 {
        font-size: 24px;
    }
    .p38,
    .p50 {
        font-size: 5vw;
    }
    .mb_50 {
        margin-bottom: 20px;
    }
    .mt_30 {
        margin-top: 10px;
    }
    .mb_30,
    .mb_20 {
        margin-bottom: 10px;
    }
    .img_left {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

/* mv */
#mv {
    position: relative;
    width: 100%;
    height: 100svh;
    max-height: 818px;
    background-image: url(../img/mv_bg.jpg);
    background-position: left top;
    background-size: cover;
}
#mv h1 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10svw;
}
#mv .wave-divider {
    position: absolute;
    z-index: 3;
    bottom: -1px;
}
@media screen and (max-width: 768px) {
    #mv {
        background-image: url(../img/mv_sp.jpg);
    }
}

/* works */
#works {
    background-color: var(--bgColorlight);
    padding-top: 40px;
    padding-bottom: 150px;
}
#works .bg {
    background-image: url(../img/works_head.png);
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 30%;
}
#works .headline {
    position: relative;
    display: inline-block;
    padding: 35px 100px 16px;
}
#works .headline .underline {
    display: block;
    height: 2px;
    position: absolute;
    background: var(--txtColor);
}
#works .headline .underline.short {
    left: 10px;
    width: calc(100% - 20px);
    bottom: 5px;
}
#works .headline .underline.long {
    left: 0;
    width: 100%;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    #works {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

/* スライダー（センターモード） */
.slider {
    position: relative;
}
.slider p {
    cursor: pointer;
}
.slider::before,
.slider::after {
    content: "";
    position: absolute;
    top: -20px;
    width: 50px;
    height: calc(100% + 40px);
    background-color: var(--bgColorlight);
    z-index: 2;
    pointer-events: none;
}

.slider::before {
    left: 0;
    border-right: 2px solid var(--txtColor);
}

.slider::after {
    right: 0;
    border-left: 2px solid var(--txtColor);
}

@media screen and (max-width: 768px) {
    .slider::before,
    .slider::after {
        display: none;
    }
}
.slider-img {
    width: 341px;
    margin: 0 20px; /* チラ見せ用に左右に隙間 */
    background-color: #fff;
    border-radius: 45px;
    overflow: hidden;
    position: relative; /* 疑似要素の基準点として設定 */
}
.slider-img::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 27px; /* 画像のサイズを調整 */
    height: 27px;
    background-image: url(../img/works_plus_icon.png); /* 表示したい画像のパスを指定 */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
@media (max-width: 768px) {
    .slider-img {
        width: 80vw; /* ←ここポイント！スマホでは画面の80% */
        margin: 0 1vw;
    }
}
.slider-img img {
    width: 100%;
    display: block;
}
/* 基本のドット位置（PCの場合、スライダー下中央） */
.slick-dots {
    position: absolute;
    bottom: -50px; /* スライダーの下に配置 */
    left: 50%;
    transform: translateX(-50%); /* 中央揃え */
    padding: 0;
    z-index: 10; /* 他の要素の上に表示 */
    text-align: center; /* ドットを中央揃え */
}
.slick-dots li {
    display: inline-block; /* 横並びにする */
    margin: 0 10px; /* ドットの間隔を10pxに設定 */
}
.slick-dots li button {
    background-color: #fff !important; /* 背景を白に */
    border: 3px solid #fff !important; /* 黒のボーダー */
    border-radius: 50% !important; /* 正円にする */
    width: 20px !important; /* ドットの幅 */
    height: 20px !important; /* ドットの高さ */
    padding: 0 !important; /* 内側の余白をなくす */
    font-size: 0 !important; /* テキストが出ないように */
    display: block !important; /* ブロック表示にして横並びに */
}
/* アクティブなドットを特別な色に変更 */
.slick-dots li.slick-active button {
    background-color: var(--mainColor) !important; /* 背景は白 */
    border-color: #fff !important; /* ボーダーも黒 */
    opacity: 1 !important; /* アクティブなドットをはっきり表示 */
}
/* SPの場合、スライダーの上中央に配置 */
@media (max-width: 768px) {
    .slick-dots {
        top: -30px; /* スライダーの上に配置 */
        bottom: auto; /* 下位置を無効に */
    }
    .slick-dots li button {
        border: 2px solid #fff !important; /* 黒のボーダー */
        width: 10px !important; /* ドットの幅 */
        height: 10px !important; /* ドットの高さ */
    }
}

/* freedom */
#freedom {
    background-color: white;
    padding: 70px 50px 120px;
}
#freedom .bg {
    background-image: url(../img/freedom_head.png);
    background-position: 0 15px;
    background-repeat: no-repeat;
    background-size: 20%;
}
#freedom .headline {
    position: relative;
    display: inline-block;
    padding: 50px 50px 16px;
}
#freedom .headline .underline {
    display: block;
    height: 2px;
    position: absolute;
    background: var(--txtColor);
}
#freedom .headline .underline.short {
    left: 20px;
    width: calc(100% - 40px);
    bottom: 5px;
}
#freedom .headline .underline.long {
    left: 0;
    width: 100%;
    bottom: 0;
}
#freedom h2 {
    margin-bottom: 70px;
}
#freedom .freedom-img {
    border-radius: 0 50px 0 50px;
}
#freedom .freedom_detail {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    max-width: 1000px;
}
#freedom .freedom_detail_item {
    display: flex;
    flex-direction: column;
    width: 45%;
}
#freedom .freedom_detail_item.plus {
    width: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
#freedom .freedom_detail_item .title {
    height: 75px;
    background-color: var(--mainColor);
    color: #fff;
    text-decoration: none;
    border-radius: 33px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#freedom .freedom_detail_item .txt {
    line-height: 1.5;
    text-align: left;
}
@media screen and (max-width: 768px) {
    #freedom {
        padding: 15px 20px 40px;
    }
    #freedom .bg {
        background-position: 10px 20px;
        background-repeat: no-repeat;
        background-size: 30%;
    }
    #freedom .freedom_detail {
        flex-direction: column;
        gap: 10px;
    }
    #freedom .freedom_detail_item {
        width: 100%;
        gap: 0;
    }
    #freedom .freedom_detail_item .title {
        margin: 20px auto 20px;
        width: 100%;
        max-width: 435px;
        min-width: 0;
    }
    #freedom .freedom_detail_item .txt {
        margin: 0 auto;
        max-width: 435px;
    }
    #freedom .freedom_detail_item.plus {
        width: 30px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 400px) {
    #freedom .headline {
        padding: 50px 30px 16px;
    }
}

/* reservation */
.reservation {
    height: 535px;
    background-image: url(../img/reservation_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
.reservation h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}
.reservation p {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.reservation .reservation_btn {
    margin-top: 20px;
    width: 403px;
    height: 88px;
    z-index: 10;
}
.reservation .reservation_btn a {
    background-color: var(--mainColor);
    border-radius: 48px;
    font-size: 30px;
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
.reservation .reservation_btn_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.reservation .reservation_btn_wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.reservation .reservation_btn_wrap .bg-left {
    position: absolute;
    left: -28px;
    top: -20px;
    width: 202px;
    height: 62px;
    background-image: url(../img/btn_reservation_bg_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.reservation .reservation_btn_wrap .bg-right {
    position: absolute;
    right: 12px;
    bottom: -42px;
    width: 165px;
    height: 80px;
    background-image: url(../img/btn_reservation_bg_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .reservation {
        height: auto;
        max-height: 535px;
        padding: 30px 20px 40px;
    }
    .reservation .reservation_btn {
        padding: 0 20px;
        width: 80%;
        height: auto;
        max-width: 403px;
    }
    .reservation .reservation_btn a {
        font-size: 20px;
        display: block;
        padding: 15px 25px;
        background-color: var(--mainColor);
        color: #fff;
        text-decoration: none;
        border-radius: 33px;
    }
    .reservation .reservation_btn_wrap .bg-left {
        left: -15px;
        top: -10px;
        width: calc(142px * 0.9);
        height: calc(50px * 0.9);
    }
    .reservation .reservation_btn_wrap .bg-right {
        right: 5px;
        bottom: -10px;
        width: calc(116px * 0.7);
        height: calc(56px * 0.7);
    }
}

/* together */
#together {
    background-color: var(--bgColorlight);
    padding-top: 40px;
    padding-bottom: 100px;
    position: relative;
}
#together .bg {
    background-image: url(../img/together_head.png);
    background-position: 0 12px;
    background-repeat: no-repeat;
    background-size: 24%;
}
#together .headline {
    position: relative;
    display: inline-block;
    padding: 50px 60px 16px;
}
#together .headline .underline {
    display: block;
    height: 2px;
    position: absolute;
    background: var(--txtColor);
}
#together .headline .underline.short {
    left: 20px;
    width: calc(100% - 40px);
    bottom: 5px;
}
#together .headline .underline.long {
    left: 0;
    width: 100%;
    bottom: 0;
}
#together .together_images_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
#together .together_images_a_item {
    width: 220px;
}
#together .together_images_a_item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 35px;
}
#together p.detail {
    max-width: 860px;
    margin: 65px auto 100px;
    text-align: left;
}
#together .together_images_b {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
#together .together_images_b_item {
    width: calc(33.333% - 14px);
    text-align: center;
}
#together .together_images_b_item .img-wrap {
    position: relative;
}
#together .together_images_b_item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 154px 154px 0 0;
}
#together .together_images_b_item .overlay-img {
    content: "";
    position: absolute;
    width: 189px;
    height: 134px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
#together .together_images_b_item span#overlay-img-01 {
    background-image: url(../img/together_b_01_bg.png);
    left: -20px;
    bottom: -55px;
}
#together .together_images_b_item span#overlay-img-02 {
    background-image: url(../img/together_b_02_bg.png);
    left: -20px;
    bottom: -60px;
}
#together .together_images_b_item span#overlay-img-03 {
    background-image: url(../img/together_b_03_bg.png);
    left: -20px;
    bottom: -50px;
}
#together .together_images_b_item p.caption {
    max-width: 860px;
    padding: 0;
    margin: 30px auto 0;
    text-align: center;
}
#together .wave-divider {
    position: absolute;
    z-index: 3;
    bottom: -1px;
}
@media screen and (max-width: 768px) {
    #together {
        padding-top: 0;
        padding-bottom: 0;
    }
    #together .bg {
        background-position: 10px 30px;
        background-repeat: no-repeat;
        background-size: 25%;
    }
    #together h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #together p.detail {
        max-width: 860px;
        margin: 35px 0 50px;
        padding: 0;
        text-align: left;
    }
    #together .together_images_a_item {
        width: calc(50% - 10px);
        max-width: 220px;
    }
    #together .together_images_b {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding: 0 0 40px;
        justify-content: center;
    }
    #together .together_images_b_item {
        width: calc(50% - 15px);
        max-width: 300px;
    }
    #together .together_images_b_item:last-child {
        width: calc(50% - 15px);
        margin: 0;
    }
    #together .together_images_b_item p.caption {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 550px) {
    #together .together_images_b_item span#overlay-img-01 {
        background-size: 70%;
        left: -20px;
        bottom: -75px;
    }
    #together .together_images_b_item span#overlay-img-02 {
        background-size: 70%;
        left: -20px;
        bottom: -75px;
    }
    #together .together_images_b_item span#overlay-img-03 {
        background-size: 70%;
        left: -20px;
        bottom: -75px;
    }
}

@media screen and (max-width: 400px) {
    #together .bg {
        background-position: 0 30px;
        background-repeat: no-repeat;
        background-size: 25%;
    }
    #together .headline {
        padding: 50px 30px 16px;
    }
}

/* family */
#family-1 {
    background-color: var(--bgColordark);
    padding: 70px 50px 0;
    position: relative;
    background-image: url(../img/family_bg_01.png);
    background-repeat: no-repeat;
    background-position: left bottom 180px;
    background-size: min(25%, 420px);
}
#family-1 .section_visual img {
    border-radius: 50px 0 50px 0;
}
#family-1 p.detail {
    max-width: 860px;
    margin: 65px auto 80px;
    text-align: left;
}
#family-1 h4 {
    padding-bottom: 200px;
}
@media screen and (min-width: 820px) {
    br.for_family_h4 {
        display: none;
    }
}
#family-1 .wave-divider {
    position: absolute;
    z-index: 3;
    bottom: -1px;
}
@media screen and (max-width: 768px) {
    #family-1 {
        padding: 0 20px;
        background-position: left bottom 100px;
        background-size: min(30%, 200px);
    }
    #family-1 h3 {
        padding: 20px 0 0;
    }
    #family-1 p.detail {
        margin: 0 0 30px;
        padding: 0;
    }
    #family-1 h4 {
        padding-bottom: 120px;
    }
}

#family-2 {
    background-color: white;
    padding: 0 40px 20px;
    background-image: url(../img/family_bg_02.png);
    background-repeat: no-repeat;
    background-position: right 50px bottom 400px;
    background-size: min(15%, 236px);
}
#family-2 #family-icons {
    margin: -150px auto 0;
    padding: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    z-index: 5;
    position: relative;
    width: 90%;
    max-width: 1200px;
}
#family-2 #family-icons img {
    width: calc((100% - 40px) / 3);
    max-width: 308px;
    height: auto;
}
#family-2 h3 {
    padding-top: 70px;
}
#family-2 #family-2-about {
    max-width: 860px;
    margin: 65px auto 100px;
    padding: 0 20px;
}
#family-2 #family-2-about .title-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
#family-2 #family-2-about .title-wrap h5 {
    margin: 0;
    white-space: nowrap;
}
#family-2 #family-2-about .title-wrap .line {
    flex: 1;
    height: 1px;
    background-color: var(--txtColor);
}
#family-2 #family-2-about {
    max-width: 860px;
    margin: 65px auto 100px;
    padding: 0;
}

@media screen and (max-width: 1100px) {
    #family-2 {
        background-image: none;
    }
}

@media screen and (max-width: 768px) {
    #family-2 {
        padding: 40px 20px;
    }
    #family-2 h3 {
        padding: 20px 0;
        margin: 0;
    }
    /* #family-2 p.detail {
        text-align: left;
    } */
    #family-2 #family-icons {
        margin: -120px auto 10px;
        gap: 10px;
        width: 100%;
    }
    #family-2 #family-icons img {
        width: 28svw;
    }
    #family-2 #family-2-about {
        margin: 20px 0 0;
    }
    #family-2 #family-2-about .p12 {
        font-size: 10px;
    }
}

@media screen and (max-width: 450px) {
    #family-1 h4 {
        padding-bottom: 90px;
    }
    #family-2 #family-icons {
        margin: -90px auto 10px;
    }
}

/* FAQ */
#faq {
    background-color: var(--bgColorlight);
    padding: 100px 40px 130px;
}
.faq_dl .inner {
    margin-top: 30px;
}
.faq_dl dt {
    padding: 1rem 4rem 1rem 4.2rem;
    position: relative;
    cursor: pointer;
    color: #fff;
    background-color: var(--mainColor);
    font-weight: 400;
    text-align: left;
}
.faq_dl dt::before {
    content: "Q";
    position: absolute;
    left: 1.5rem;
    top: 47%;
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
.faq_dl .btn {
    position: absolute;
    background-color: #fff;
    top: 50%;
    margin-top: -10px;
    right: 1.5rem;
}
.faq_dl .btn span {
    display: block;
    position: relative;
    width: 21px;
    height: 21px;
    color: var(--mainColor);
}
.btn span::before,
.btn span::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--mainColor);
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
}
.btn span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}
.faq_dl dt.highlight .btn span::before {
    opacity: 0;
}
.faq_dl dt.highlight .btn span::after {
    transform: translateY(-50%) rotate(180deg);
}
.faq_dl dd {
    display: none;
    font-size: 80%;
    line-height: 180%;
    padding: 20px 3.5rem;
    text-align: left;
    background-color: #fff;
}
.faq_dl dd a {
    color: #fff;
}
.faq_dl dd a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .faq_wrap {
        padding: 20px 0;
    }
    .faq_wrap .wrap_s {
        margin-left: 0;
        margin-right: 0;
    }
    .faq_dl .inner {
        margin-top: 10px;
    }
    .faq_dl dt {
        padding: 1rem 4rem 1rem 4rem;
    }
    .faq_dl dt::before {
        left: 1.5rem;
        top: 47%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        font-weight: bold;
        color: #fff;
    }
}

footer {
    background-color: white;
    padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 25px 0 60px;
    }
}

/* モーダル用のスタイル */
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.modal-container.active {
    opacity: 1;
    visibility: visible;
}
.modal-body {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}
.modal-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}
.modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    padding: 5px;
}

/* fixed_reservation_btn */
.fixed_reservation_btn {
    position: fixed;
    right: 35px;
    top: 45px;
    z-index: 10;
    width: 261px;
}

/* no-break テキスト用のスタイル */
.no-break {
    white-space: nowrap;
    display: inline-block;
}

@media screen and (max-width: 550px) {
    .no-break {
        font-size: clamp(15px, 5vw, 20px);
        line-height: 1.5;
    }
}

@media screen and (max-width: 400px) {
    .no-break {
        font-size: clamp(14px, 4.5vw, 18px);
    }
}

.fixed_reservation_btn a {
    display: block;
    padding: 15px 25px;
    background-color: var(--mainColor);
    color: #fff;
    text-decoration: none;
    border-radius: 33px;
}
.fixed_reservation_btn_wrap {
    position: relative;
}
.fixed_reservation_btn_wrap .bg-left {
    position: absolute;
    left: -23px;
    top: -15px;
    width: 142px;
    height: 50px;
    background-image: url(../img/btn_reservation_bg_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    pointer-events: none;
}
.fixed_reservation_btn_wrap .bg-right {
    position: absolute;
    right: 5px;
    bottom: -20px;
    width: 116px;
    height: 56px;
    background-image: url(../img/btn_reservation_bg_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .fixed_reservation_btn {
        right: auto;
        top: auto;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        max-width: 400px;
    }
    .fixed_reservation_btn_wrap .bg-left {
        left: -15px;
        top: -10px;
        width: calc(142px * 0.9);
        height: calc(50px * 0.9);
    }
    .fixed_reservation_btn_wrap .bg-right {
        right: 5px;
        bottom: -10px;
        width: calc(116px * 0.7);
        height: calc(56px * 0.7);
    }
}

.glitter_btn a.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}
.glitter_btn a.btn:hover {
    background-color: var(--bgColordark);
    color: var(--mainColor);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.glitter_btn .hover_bro {
    transition: all 0.3s ease;
}
.glitter_btn a.btn:hover ~ .hover_bro {
    opacity: 0.7;
    transform: scale(1.05);
}
.glitter_btn a.btn::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
}
.fixed_reservation_btn a.btn::before {
    animation: btn_animation_long_cycle 10s ease-in-out infinite;
}
.reservation_btn a.btn::before {
    animation: btn_animation_short_cycle 4s ease-in-out infinite;
}
@keyframes btn_animation_short_cycle {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes btn_animation_short_cycle {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@keyframes btn_animation_long_cycle {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    60% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    90% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes btn_animation_long_cycle {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    90% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
