@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    font-size: 17px;
    background-color: #f0f0f0;
}

a:hover,
a:active {
    text-decoration: none;
}
img{
    width: 100%;
    vertical-align: middle;
}
/*初期設定
----------------------------------------------------*/
#wrapper{
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #fff;
}
.content{
    display: block;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
h1 , h2 ,h3 ,h4{
    margin: 0;
    padding: 0;
}
/*layout
----------------------------------------------------*/

/*MV*/
.mv_container {
    position: relative;
    overflow: hidden;
    aspect-ratio: 5 / 8;
}
.mv_container .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.mv_container .image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    transform: translate(-50%, -46%);
    opacity: 0;
    animation: fade 14s infinite;/*←1枚増えるごとに2s増やす*/
    z-index: 1;
}
.mv_container .image:nth-child(3){ animation-delay:0s; }
.mv_container .image:nth-child(4){ animation-delay:2s; }
.mv_container .image:nth-child(5){ animation-delay:4s; }
.mv_container .image:nth-child(6){ animation-delay:6s; }
.mv_container .image:nth-child(7){ animation-delay:8s; }
.mv_container .image:nth-child(8){ animation-delay:10s; }
.mv_container .image:nth-child(9){ animation-delay:12s; }
    @keyframes fade {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    30%  { opacity: 1; }
    40%  { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (min-width:640px) {
    .mv_container {
        height: 700px;
        aspect-ratio: auto;
        background: url(../img/mv_bg_pc.webp) no-repeat center center / cover;
        padding: 20px 0;
    } 
    .mv_container .image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -46%);
        max-width: 1200px;
        width: 90%;
    }
    .mv_container .item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-94%, -52%);
        width: 40%;
        max-width: 500px;
        z-index: 10;
      }
      .logo{
        width: 40%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
      }
}
@media screen and (min-width:640px) and (max-width:1200px){
    .mv_container {
        height: auto;
        aspect-ratio: 1.7 / 1;
    }
    .mv_container .image {
        position: absolute;
        transform: translate(-50%, -46%);
    }
    .mv_container .item {
        transform: translate(-94%, -48%);
      }
    .logo{
        width: 30%;
      }
}
/*キャンペーン*/
.campaign{
    background-image: linear-gradient(90deg, #C6515A,#C6515A);
    padding: 30px 0;
}
.campaign_ttl{
    width: 96%;
    margin: 0 auto;
    display: block;
}
.opening_ttl{
    width: 90%;
    padding: 40px 0 15px;
    margin:0 auto;
    display: block;
}
.opening_item{
    width: 96%;
    margin: 0 auto;
    display: block;
    box-shadow: 10px 10px 15px rgba(88, 0, 0, 0.233);
}
@media screen and (min-width:640px) {
    .campaign{
        padding: 70px 0;
    }
    .campaign_inner{
        width: 80%;
        max-width: 900px;
        margin: 0 auto;
    }
    .campaign_ttl{
        margin-bottom: -30px;
    }
    .opening_ttl{
        width: 90%;
        max-width: 500px;
        padding: 40px 0 15px;
        margin:0 auto;
        display: block;
    }
}


/*contact*/
.contact {
    background-color: #f0e1be;
    padding: 70px 5px;
}
.contact_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    max-width: 950px;
}
@media screen and (max-width:640px) {
    .contact {
        padding: 30px 5px;
    }
    .contact_box {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 90%;
    }
}
/*footer内 contact*/
.contact_footer {
    padding: 40px 5px;
}
.contact_footer_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    max-width: 950px;
}
@media screen and (max-width:640px) {
    .contact_footer {
        padding: 30px 5px;
    }
    .contact_footer_box {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 90%;
    }
}
/*追従内 contact*/
.contact_tui {
    padding: 40px 5px;
}
.contact_tui_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    max-width: 950px;
}
@media screen and (max-width:640px) {
    .contact_tui {
        padding: 10px 5px;
    }
    .contact_tui_box {
        width: 98%;
    }
}
/*popup*/
.modal{
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}
.modal.is-active{
    display: block;
}
.modal-bg{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.7);
} 
.modal-content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
max-width: 860px;
background-color: #f0e1be;
border-radius: 10px;
z-index: 10000;
}
.modal-close {
position: absolute;
top: -29px;
right: -23px;
background: none;
border: none;
color: #fff;
font-size: 35px;
}

.box_lin , .box_tel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
@media screen and (max-width:640px) {
    .box_lin , .box_tel {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 20px;
    }
}

/*wedding photo*/
.weddingphoto_first {
    height: 700px;
    background: url(../img/firsttext_bg_pc.webp) no-repeat center center / cover;
    padding: 70px 5px;
}
.weddingphoto_first_box {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
@media screen and (min-width:640px) and (max-width:1200px){
    .weddingphoto_first {
    height: auto;
}
}
@media screen and (max-width:640px) {
    .weddingphoto_first {
        height: auto;
        background: url(../img/firsttext_bg_sp.webp) no-repeat center center / cover;
        padding: 40px 5px;
    } 
    .weddingphoto_first_box {
        width: 95%;
    }
}

/*photogallery*/
.gallery {
    padding: 70px 5px;
    background-image: linear-gradient(#ffffff, #f2e7cd);
}
.gallery_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.gallery_tit {
    width: 96%;
    margin: 0 auto;
    display: block;
    max-width: 570px;
}
.gallery_contents {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.gallery_box_tit {
    max-width: 144px;
    text-align: center;
    margin: 50px auto 5px;
}
.gallery_box_frx {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0 20px;
}
.gallery_picture{
    position: relative;
}
.gallery_picture::before {
    content: "";
    background-image: url(../img/gallery_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 10;
}
@media screen and (max-width:640px) {
    .gallery_inner {
        width: 95%;
    }
    .gallery_tit {
        width: 100%;
    }
    .gallery_contents {
        flex-direction: column;
        align-items: stretch;
    }
    .gallery_box_frx {
        margin: 0;
    }
    .gallery_picture::before {
        bottom: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
    }
}

/*photogallery　popup*/
.js-gallery-open{
    cursor: pointer;
    transition: opacity .3s ease;
}
.js-gallery-open:hover{
    opacity: 0.7;
}
.gallery-popup{
    display:none;
    position:fixed;
    inset:0;
    z-index:99999;
}
.gallery-popup.active{
    display:block;
}
.gallery-bg{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.8);
}
.gallery-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
#galleryImage{
    width: 100%;
    display: block;
    max-width: 70vh;
    max-height: 70vh;
}
.gallery-prev,
.gallery-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    background: none;
    border: none;
    color: #fff;
    cursor:pointer;
    font-size:30px;
    z-index:2;
}
.gallery-prev{
    left:-60px;
}
.gallery-next{
    right:-60px;
}
.gallery-close{
    position:absolute;
    top: -35px;
    right: -29px;
    background: none;
    border: none;
    color: #fff;
    font-size: 35px;
    cursor:pointer;
}
.gallery-dots{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.gallery-dot{
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    padding: 0;
}
.gallery-dot.active{
    background:#dfb143;
}
@media screen and (max-width:640px) {
    .gallery-content {
        width: 45vh;
    }
    #galleryImage{
        max-width: 90vh;
        max-height: 90vh;
    }
    .gallery-prev{
        left:-40px;
    }
    .gallery-next{
        right:-40px;
    }
    .gallery-prev, .gallery-next {
        font-size: 50px;
    }
}
/* インスタグラムボタン導線 */
div.insta-more{
    max-width: 450px;
    width: 60%;
    margin: 0 auto;
}
div.insta-more p{
    text-align: center;
    margin-bottom: 1.5%;
}
.insta-btn a{
    text-decoration: none;
    color: #FFF;
    text-align: center;
    background: #2d2c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease, color 0.4s ease;
}
.insta-btn img{
    width: 20%;
    margin-right: 10%;
    margin-bottom: 4%;
}
.insta-btn a:hover{
    color: #2c2c2c;
    opacity: 1;
    background: #f7f7f7;
}
@keyframes ripple-animation {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        /* 最初はベースの黒に馴染む濃いめのピンクからスタートし、白地を完全に隠します */
        box-shadow: 
            0 0 0 0px #db7093,
            0 0 0 0px #ff69b4,
            0 0 0 0px #ffb6c1;
    }
    100% {
        transform: translate(-50%, -50%) scale(6); /* 突き抜けるまで大きく */
        opacity: 0;
        box-shadow: 
            0 0 0 20px rgba(219, 112, 147, 0),
            0 0 0 60px rgba(255, 105, 180, 0),
            0 0 0 100px rgba(255, 182, 193, 0);
    }
}
.insta-btn a:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    animation: ripple-animation 0.6s ease-out forwards; /* 0.6秒で動く */
    z-index: 0;
}
/* ボタンのテキストが波紋の下に隠れないように前面に出す */
.insta-btn a span{
    position: relative;
    z-index: 1;
}

@media screen and (max-width:900px) and (min-width:641px){
    div.insta-more p{
        font-size: 0.8em;
    }
}
@media screen and (max-width:640px) {
    div.insta-more{
        width: 100%;
    }
}


/*衣装*/
.dress {
    background: url(../img/costume_bg_pc.webp) no-repeat center center / cover;
    padding: 70px 5px 50px;
}
.dress_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.dress_tit {
    width: 96%;
    margin: 0 auto;
    display: block;
    max-width: 570px;
}
.dress_sliderfrx {
    margin: 50px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.dress_slider_tit {
    width: 40%;
    max-width: 200px;
    position: relative;
    z-index: 10;
    margin: 0 auto -40px;
}
@media screen and (max-width:640px) {
    .dress {
        background: url(../img/costume_bg_sp.webp) no-repeat center center / cover;
    }
    .dress_inner {
        width: 95%;
    }
    .dress_tit {
        width: 100%;
    } 
    .dress_sliderfrx {
        flex-direction: column;
        align-items: stretch;
    }
}

/*衣装　スライダー*/
.custom-slider{
    position:relative;
    padding: 0 10px;
}
.custom-slide{
    display:none;
}
.custom-slide.active{
    display:block;
}
.custom-slide img{
    width:100%;
    display:block;
}
/* 矢印 */
.custom-slider-prev,
.custom-slider-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width: 38px;
    height: 38px;
    border:none;
    border-radius:50%;
    background:#ffffffbf;
    cursor:pointer;
    z-index:10;
}
.custom-slider-prev{
    left:7px;
}
.custom-slider-next{
    right:7px;
}
/* ピンク三角 */
.custom-slider-prev span,
.custom-slider-next span{
    display:block;
    width:0;
    height:0;
    margin:auto;
}
.custom-slider-prev span{
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-right:12px solid #ff69b4;
}
.custom-slider-next span{
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:12px solid #ff69b4;
}
/* ドット */
.custom-slider-dots{
    position:absolute;
    bottom:45px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:8px;
    z-index:10;
}
.custom-slider-dot{
    width:12px;
    height:12px;
    padding:0;
    border:2px solid #fff;
    border-radius:50%;
    background:transparent;
    cursor:pointer;
}
.custom-slider-dot.active{
    background:#fff;
}

@media screen and (max-width:640px) {
.custom-slider {
    padding: 5px 0;
}
.custom-slider-prev{
    left:0px;
}
.custom-slider-next{
    right:0px;
}
}

/*reason*/
.reason {
    padding: 70px 5px 50px;
    background: url(../img/reason_bg_pc.webp) no-repeat center bottom;
    background-size: 100% auto;
}
.reason_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.reason_tit {
    width: 96%;
    margin: 0 auto;
    display: block;
    max-width: 570px;
}
.reason_box {
    margin: 50px 5px 0;
}
@media screen and (max-width:640px) {
    .reason {
        padding: 70px 5px 50px;
        background: url(../img/reason_bg_sp.webp) no-repeat center center / cover;
    }
    .reason_inner {
        width: 95%;
    }
    .reason_tit {
        width: 100%;
    }
    .reason_box {
        margin: 50px 0 0;
    } 
    .reason_photo {
        margin: 0 0 15px;
    }
}

/*movie*/
.time {
    background: url(../img/time_bg_pc.webp) no-repeat center center / cover;
    padding: 70px 5px;
}
.time_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.time_tit {
    width: 96%;
    margin: 0 auto;
    display: block;
    max-width: 570px;
}
.time_movie {
    display: block;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 50px auto 0;
}
@media screen and (max-width:640px) {
    .time {
        background: url(../img/time_bg_sp.webp) no-repeat center center / cover;
    }
    .time_inner {
        width: 95%;
    }
    .time_tit {
        width: 100%;
    }
    .time_movie {
        max-width: 400px;
        margin: 50px auto 0;
    }
}

/*studio*/
.studio {
    background: url(../img/studio_ttl_pc.webp) no-repeat center center / cover;
    padding: 0 5px;
    height: 360px;
}
@media screen and (max-width:640px) {
    .studio {
        background: none;
        padding: 0;
        height: auto;
    }
}

/*スタジオ＆ガーデン*/
.studio_slid {
    background-color: #ffedef;
    padding: 70px 5px;
}
.studio_slid_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.studio_slid_tit {
    width: 96%;
    margin: 0 auto 30px;
    display: block;
    max-width: 450px;
}
.studio_slid_tit.tit_first{
    margin: 50px auto 30px;
}
@media screen and (max-width:640px) {
    .studio_slid_inner {
        width: 95%;
    }
}
/*スライド用*/
.auto-flow-slider{
    overflow: hidden;
    width: 100%;
}

.auto-flow-row{
    overflow: hidden;
    width: 100%;
}

.auto-flow-row + .auto-flow-row{
    margin-top: 20px;
}

.auto-flow-track{
    display: flex;
    width: max-content;
    gap: 20px;
}

.auto-flow-track img{
    width: 260px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

/* 上段：左から右 */
.auto-flow-row-top .auto-flow-track{
    animation: autoFlowRight 45s linear infinite;
}

/* 下段：右から左 */
.auto-flow-row-bottom .auto-flow-track{
    animation: autoFlowLeft 45s linear infinite;
}
@keyframes autoFlowLeft{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(calc(-50% - 10px));
    }
}
@keyframes autoFlowRight{
    from{
        transform: translateX(calc(-50% - 10px));
    }
    to{
        transform: translateX(0);
    }
}
@media screen and (max-width:640px) {
    .auto-flow-track img{
        width: 170px;
    } 
}

/*plan*/
.plan {
    padding: 70px 5px;
}
.plan_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.plan_tit {
    width: 96%;
    margin: 0 auto;
    display: block;
    max-width: 450px;
}
.plan_tit.tit_second{
    margin: 70px auto 40px;
    max-width: 350px;
}
.plan_img_first {
    width: 100%;
    margin: 50px auto 30px;
    display: block;
    max-width: 750px;
}
.plan_img {
    width: 100%;
    margin: 25px auto;
    display: block;
}
@media screen and (max-width:640px) {
    .plan_inner {
        width: 95%;
    }
    .plan_tit {
        width: 90%;
    }
    .plan_tit.tit_second {
        width: 70%;
    }
    .plan_img {
        margin: 10px auto 0;
    }
    .plan_img.img_second{
        margin: 20px auto;
    }
}

/*photo_main*/
.photo_main{
background: url(../img/photo_bg_pc.webp) no-repeat center top;
padding: 70px 5px;
}
.photo_main_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 920px;
}
.photo_main_tit {
    margin-bottom: 70px;
}
.photo_main_box {
    max-width: 689px;
    margin: 0 auto;
}

@media screen and (max-width:640px) {
    .photo_main{
        background: url(../img/photo_bg_sp.webp) no-repeat center top;
        background-size: auto 86%;
        padding: 40px 0;
        }
        .photo_main_inner {
            width: 100%;
        }
        .photo_main_box {
            max-width: 91%;
        }
}

/*ヘアメイク*/
.hairmake {
    padding: 70px 5px;
}
.hairmake_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.hairmake_tit {
    width: 96%;
    margin: 0 auto;
    display: block;
    max-width: 350px;
}
p.hairmake_txt {
    text-align: center;
    margin: 40px auto;
    font-size: 18px;
    line-height: 1.7;
}

@media screen and (max-width:640px) {
    .hairmake_inner {
        width: 95%;
    }
    .hairmake_tit {
        width: 100%;
    }
    p.hairmake_txt {
        font-size: 14px;
    }
}

/*ヘアメイク　slider*/
.stagger-slider{
    width:100%;
    overflow:hidden;
}

.stagger-row{
    width:100%;
    overflow:hidden;
}

.stagger-row + .stagger-row{
    margin-top:15px;
}

.stagger-track{
    display:flex;
    width:max-content;
    gap:15px;
}

/* 上段：横長画像 */
.stagger-row-top .stagger-track img{
    width:216px;
    height:auto;
    flex-shrink:0;
    display:block;
}

/* 下段：縦長画像 */
.stagger-row-bottom .stagger-track{
    margin-left:120px; /* 横長画像320pxの半分 + gap20pxの半分 */
}

.stagger-row-bottom .stagger-track img{
    width:216px;
    height:auto;
    flex-shrink:0;
    display:block;
}

/* 上下とも同じ方向にゆっくり無限ループ */
.stagger-track{
    animation: staggerLoop 45s linear infinite;
}

@keyframes staggerLoop{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(calc(-50% - 10px));
    }
}

@media screen and (max-width:640px) {
/* 上段：横長画像 */
.stagger-row-top .stagger-track img{
    width:186px;
}
/* 下段：縦長画像 */
.stagger-row-bottom .stagger-track{
    margin-left:108px; /* 横長画像320pxの半分 + gap20pxの半分 */
}
.stagger-row-bottom .stagger-track img{
    width:186px;
}
}

/*voice*/
.voice {
    height: 1180px;
    background: url(../img/voice_pc_bg.webp) no-repeat center top;
    background-size: auto 100%;
    padding: 70px 5px;
}
.voice_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.voice_tit {
    width: 96%;
    margin: 150px auto 50px;
    display: block;
    max-width: 510px;
}
.voice_slide {
    max-width: 890px;
    margin: 0px auto 85px;
}
@media screen and (max-width:640px) {
    .voice {
        height: 690px;
        background: url(../img/voice_sp_bg.webp) no-repeat center bottom;
        background-size: auto 100%;
    }
    .voice_inner {
        width: 100%;
    }
    .voice_tit {
        width: 85%;
        margin: 15px auto;
    }
    .voice_slide {
        margin: 0px auto 50px;
        width: 87%;
    }
}

/*voice　slider*/
.simple-img-slider{
    position: relative;
    width: 100%;
}
.simple-img-slide{
    display: none;
}
.simple-img-slide.active{
    display: block;
}
.simple-img-slide img{
    width: 100%;
    height: auto;
}
.simple-img-slider-prev,
.simple-img-slider-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    color: #fff;
    border: none;
    background: none;
    font-size: 33px;
    line-height: 1;
    cursor: pointer;
}
.simple-img-slider-prev{
    left: -50px;
}
.simple-img-slider-next{
    right: -50px;
}
@media screen and (max-width:640px) {
    .simple-img-slider-prev{
        left: -25px;
    }
    .simple-img-slider-next{
        right: -25px;
    }
}

/*flow*/
.flow {
    background-color: #faf6ea;
    padding: 70px 5px 50px;
}
.flow_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.flow_tit {
    width: 96%;
    margin: 0 auto;
    display: block;
    max-width: 480px;
}
.flow_item {
    margin-top: 50px;
}
@media screen and (max-width:640px) {
    .flow_inner {
        width: 95%;
    }
    .flow_tit {
        width: 90%;
    }
    .flow_item {
        margin-top: 30px;
    }
}

/*FAQ*/
.qa {
    padding: 70px 5px 50px;
}
.qa_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.qa_tit {
    width: 96%;
    margin: 0 auto;
    display: block;
    max-width: 450px;
}
@media screen and (max-width:640px) {
    .qa_inner {
        width: 95%;
    }
    .qa_tit {
        width: 80%;
    }
}

/*アコーディオン*/
.faq-acc{
    width: 85%;
    margin: 50px auto 0;
}
.faq-acc-item{
    margin-bottom: 20px;
    background-color: #f9f0dc;
    padding: 10px 30px;
}
.faq-acc-question{
    width: 100%;
    padding: 15px 50px 15px 0;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
}
.faq-acc-answer{
    display: none;
    padding: 15px 0;
    border-top: 1px solid #9c8146;
}
.faq-acc-item.is-open .faq-acc-answer{
    display: block;
}
.faq-acc-answer-inner{
    display: flex;
    align-items: center;
}
.faq-acc-icon{
    width: 30px;
    margin-right: 15px;
    flex-shrink: 0;
}
.faq-acc-icon img{
    display: block;
    width: 100%;
    height: auto;
}
.faq-acc-text{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
}
/* 開閉矢印 */
.faq-acc-arrow{
    position: absolute;
    right: 15px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .3s ease;
}
.faq-acc-item.is-open .faq-acc-arrow{
    transform: translateY(-35%) rotate(-135deg);
}

@media screen and (max-width:640px) {
    .faq-acc {
        width: 100%;
    }
    .faq-acc-item {
        padding: 10px 20px;
    }
    .faq-acc-answer {
        padding: 25px 0 15px;
    }
    .faq-acc-question{
        padding: 15px 45px 15px 0;
    }
    .faq-acc-icon {
        width: 25px;
    }
}

/*map*/
.map_contents {
    background: url(../img/map_bg_pc.webp) no-repeat center center / cover;
    padding: 70px 5px;
}
.map_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
}
.map_frx {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-around;
}
.map_po {
    width: calc(95% / 2);
    position: relative;
}
.map_pa1 , .map_pa2 {
    position: absolute;
    z-index: 11;
    left: 10.5%;
    max-width: 820px;
    max-height: 320px;
    width: 77%;
    height: 31%;
    bottom: 15%;
}
.map_pa1 iframe , .map_pa2 iframe {
    width: 100%;
    height: 100%;
}
@media screen and (max-width:640px) {
    .map_contents {
        background: url(../img/map_bg_sp.webp) no-repeat center center / cover;
        padding: 40px 5px;
    }
    .map_inner {
        width: 95%;
    }
.map_frx {
    flex-direction: column;
    align-items: center;
}
.map_po {
    width: 100%;
}
}

/*foam btn*/
.form_btn {
    padding: 70px 5px;
}
.form_btn_inner {
    margin: 0 auto;
    width: 80%;
    max-width: 475px;
}
@media screen and (max-width:640px) {
    .form_btn {
        padding: 70px 5px 35%;
    } 
}
/*footer*/
footer{
    background-color: #2c2c2c;
}
.footer_word {
    text-align: center;
    margin: 0 10px;
    color: #fff;
    padding: 10px 0 40px;
}
.footer_tit {
    font-weight: bold;
}
.footer_txt {
    font-size: 14px;
}

@media screen and (max-width:640px) {
/* 追従 */
.tuiju{
    z-index: 1000;
    background-color: #2c2c2c;
}
#floatCta{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

#floatCta.show{
    opacity: 1;
    visibility: visible;
}
}
@media screen and (min-width: 767px){
    .tuiju{
        display: none;
    }
}



/*foam　page
---------------------------------------------------*/