@charset "UTF-8";

body{
    background-color: #ebe9ea;
    background-image: url(../images2/mv-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1066px;
    font-family: "Noto Sans CJK JP","Yu Gothic", YuGothic, Helvetica, Arial,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Meiryo, メイリオ, sans-serif;
    color: #34251f;
    
}


img{
    max-width: 100%;
}

#concept,#feature,#plan,#flow,#faq,#shop{
    padding: 40px 0 50px 0;
}

.section-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.pc-only {
    display: block;
}
.sp-only {
    display: none;
}

/* スマホ */
@media screen and (max-width: 768px) {
    .section-inner {
    padding: 0 24px;
    max-width: 550px;
    }
    .pc-only {
    display: none;
    }
    .sp-only {
    display: block;
    }
    #concept, #system, #plan, #faq, #access {
    padding: 40px 0 30px 0;
    }
}

@media screen and (max-width: 768px) {
    body{
        background-image: url(../images2/mv-sp.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 860px;

}
}

/* ボタン */
.button-small {
    display: block;
    width: 198px;
    height: 50px;
    border: 1px solid #34251f;
    background-color: #d5bdae;
    color: #34251f;
    font-size: 13px;
    letter-spacing: 0.03em;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
}
.button-large{
    display: block;
    width: 296px;
    height: 70px;
    border: 2px solid #34251f;
    background-color: #d5bdae;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.06em;
    border-radius: 35px;
    text-align: center;
    line-height: 70px;
    margin: auto;
}

/* ボタン　スマホ */
@media screen and (max-width: 768px) {
    .button-large {
        display: block;
        width: 198px;
        height: 48px;
        font-size: 14px;
        line-height: 48px;
        border-radius: 24px;
    }
}

/* テキスト */
h2.large{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    margin-bottom: 30px;
}
h3.large{
    font-family: "Playfair Display",serif;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.025em;
    padding-top: 50px;
    padding-bottom: 50px;
}

p.large{
    font-family: "Playfair Display",serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.025em;
    padding-top: 50px;
    padding-bottom: 50px;
}
p.medium{
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.025em;
}

/* テキスト　スマホ */
@media screen and (max-width: 768px){
    h2.large{
        font-weight: bold;
        font-size: 24px;
        line-height: 1.5;
        letter-spacing: 0.015em;
        margin-bottom: 30px;
    }
    h3.large{
        font-family: "Playfair Display",serif;
        font-weight: bold;
        font-size: 30px;
        letter-spacing: 0.025em;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    p.large{
        font-family: "Playfair Display",serif;
        font-weight: bold;
        font-size: 24px;
        letter-spacing: 0.025em;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    p.medium{
        font-weight: normal;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.025em;
    }
}

/* レイアウト */
.col-2{
    display: flex;
    justify-content: center;
    
}
.col--2 {
    display: flex;
    justify-content: space-between;
    border: 2px solid #34251f;
    border-radius: 8px;
    margin-bottom: 20px;
}
.col--2 .item-2 {
    width: calc((100% - 50px)/2);
    margin-right: 20px;
    
}
.col-2-1 {
    display: flex;
    justify-content: space-between;
}
.col-2-1 .item {
    width: calc((100% - 140px)/2);
}
.col-3{
    display: flex;
    justify-content: space-between;
}
.col-3 .item{
    width: calc((100% - 76px)/3);
}

/* レイアウト　スマホ */
@media screen and (max-width: 768px){
    .col-2{
        display: flex;
    }
    .col--2 {
        display: block;
    }
    .col--2 .item-2 {
        width: 100%;
    }
    .col-2-1 {
        display: block;
    }
    .col-2-1 .item {
        width: 100%;
    }
    .col-3{
        display: block;
    }
    .col-3 .item{
        width: 100%;
    }
}

/* ヘッダー */
#header{
    background-color: #ebe9ea;
    width: 100%;
    padding: 0 80px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 1;
}
.header-logo {
    display: flex;
    align-items: center;
    width: 170px;
}
.header-logo a {
    display: flex;
}
.gnav-pc-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gnav-sp-wrap {
    display: none;
}
ul.gnav-pc li {
    margin-right: 40px;
    display: inline;
}
ul.gnav-pc li a {
    font-family: "Playfair Display",serif;
    font-size: 20px;
    letter-spacing: 0.13em;
    color: #34251f;
    font-weight: bold;
}
ul.gnav-pc li a:hover{
    color: #d5bdae;
}

/* ヘッダー　スマホ */
@media screen and (max-width: 768px) {
    #header {
        height: 60px;
        padding: 0;
    }
    #header h1 {
        padding-left: 20px;
    }
    #header h1 a {
        display: flex;
    }
    .gnav-pc-wrap {
        display: none;
    }
    #menu-button {
        display: block;
        width: 60px;
        height: 60px;
        padding: 22px 18px;
    }
    .menu-button-inner {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    .menu-button-inner span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #34251f;
        position: absolute;
    }
    .menu-button-inner span:nth-child(1) {
        top: 0;
    }
    .menu-button-inner span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .menu-button-inner span:nth-child(3) {
    bottom: 0;
    }
     /* スマホ　メニュー */
    .gnav-sp-wrap {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: #ebe9ea;
        position: fixed;
        z-index: 100;
        padding-top: 100px;
    }

    ul.gnav-sp li {
        text-align: center;
        margin-bottom: 30px;
    }

    ul.gnav-sp li a {
        font-family: "Playfair Display",serif;
        font-size: 20px;
        letter-spacing: 0.1em;
        color: #34251f;
        font-weight: bold;
    }
    
}

/* メインビジュアル */
#mainvisual{
    width: 100vw;
    height: 900px;
    position: relative;
}
.copy-wrap{
    position: absolute;
    left: 230px;
    bottom: 124px;
    text-align: center;
}
.subcopy{
    font-family: "Playfair Display",serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.025;
}
.subcopy span{
    font-size: 50px;
}
.maincopy{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.025;  
}
.maincopy span{
    font-size: 36px;
}
.badge{
    width: 590px;
    height: 590px;
    position: absolute;
    right: 91px;
    bottom: 124px;
}
.sp{
    display: none;
}

/* メインビジュアル　スマホ */
@media screen and (max-width: 768px) {
    #mainvisual{
        width: 100vw;
        height: calc(100vh - 70px);
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .mv{
        text-align: center;
    }
    .subcopy{
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .maincopy{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.025;
        margin-top: 40px;
    }
    .maincopy span{
        font-size: 24px;
    }

/* コンセプト */
}
#concept{

}
.text{
    text-align: center;
    padding-top: 355px;
    padding-left: 20px;
}
p.copy{
    font-size: 16px;
    line-height: 1.87;
    letter-spacing: 0.025em;
}
.sp{
    display: none;
}
/* コンセプト　スマホ */
@media screen and (max-width: 768px) {
    #concept{
        margin-bottom: 200px;
        position: relative;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .item_co{
        margin-right: 0;
    }
    .text_co{
        position: absolute;
        text-align: center;
        margin-top: -40px;
        margin-left: 90px;
    }

}

/* 特徴 */
#feature{

}
#feature h3.large{
    text-align: center;
}
#feature h2.large{
    text-align: center;
}
#feature p.medium{
    text-align: center;
}
.card .card-img{
    text-align: center;
    padding-bottom: 50px;
}

.feature-img{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* 特徴　スマホ */
@media screen and (max-width: 768px) {
    .caed-text{
        padding-bottom: 50px;
    }
}

/* プラン */
#plan{
}
#plan h3.large{
    text-align: center;
}
.plan-img{
    text-align: center;    
}

#flow{
    position: relative;
    }
#flow h3.large{
    text-align: center;
}
#flow h2.large{
    text-align: center;
}
#flow p.medium{
}
.flow-img{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.line{
    margin: auto;
}

/* プラン　スマホ */
@media screen and (max-width: 768px) {
    .medium{
        padding-bottom: 50px;
    }
}
#faq{

}
#faq h3.large{
    text-align: center;
}
.faq{
    border: 2px solid #34251f;
    border-radius: 8px;
    margin-bottom: 20px;
}
.faq-head,.faq-body{
    border-radius: 8px;
    padding: 20px 30px;
}
.faq-head{
    position: relative;
}

.faq-head::after {
    content: "";
    display: block;
    background-image: url(../images2/plus.png);
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
}
.faq-body {
    border-radius: 8px;
    display: none;
}

/* ショップリスト */
#shop{
}
#shop h3.large{
    text-align: center;
}

/* ショップリスト　スマホ */
@media screen and (max-width: 768px) {
    .col--2{
        border: none;
    }
    .gmap{
        text-align: center;
        object-fit: cover;
    }
}

/* フッター */
#footer {
    background-color: #d5bdae;
    text-align: center;
    padding: 40px 0;
    margin-top: 110px;
}
#footer a {
    color: #ebe9ea;
}
.footer-link, .copyright {
    font-size: 15px;
}
.copyright {
    color: #ebe9ea;
}
.footer-link {
    margin-bottom: 20px;
}
.footer-link li {
    display: inline;
    margin-right: 20px;
}

/* フッター　スマホ */
@media screen and (max-width: 768px) {
    #footer {
        padding: 40px 0 20px 0;
        }
        .footer-link {
        margin-bottom: 70px;
        }
        .footer-link li {
        display: block;
        margin: 0 0 20px 0;
        }
    }
