/* body */
/* font */
/* h */
/* header */
 /* logo */
 /* header_actions cta_btn */
 /* hamburger */
/* infomation */
/* company */
/* footer */



/* ▼ ====================
    h 
=================== ▼ */
h1 {
    text-align: center; 

    font-size: 24px;
    font-weight: 500; /* 太さ */
    line-height: 1.45; /* 行間 */
    letter-spacing: 0.03em; /* 文字間 */

    color: #fff;
}

h2 {
    text-align: center; 

    font-size: 30px;
    font-weight: 500; /* 太さ */
    line-height: 1.35; /* 行間 */
    letter-spacing: 0.04em; /* 文字間 */
}

h3 {
    
}

 /* ▼ ========== .s_title ========== ▼ */
.s_title_1{
    margin: 0 auto 30px;

    font-size: 30px;
    font-weight: 500; /* 太さ */
    line-height: 1.25; /* 行間 */
    letter-spacing: 0.06em; /* 文字間 */
}

.s_title_2{
    font-size: 16px;
    font-weight: 500; /* 太さ */
    line-height: 1.65; /* 行間 */
    letter-spacing: 0.02em; /* 文字間 */
}
 /* ▲ ---------- .s_title ---------- ▲ */

 /* ▼ ========== .t_title ========== ▼ */
.t_title{
    margin: 0 auto 40px;
    padding:    20px;

    font-size: 22px;
    font-weight: 500; /* 太さ */
    line-height: 1.5; /* 行間 */
    letter-spacing: 0.03em; /* 文字間 */

    color: #fff;
    background: #5f5f5f;
}
 /* ▲ ---------- .t_title ---------- ▲ */ 

 /* ▼ ========== .t_title_2 ========== ▼ */
.t_title_2{
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
    padding-bottom: 0;

    font-size: 22px;
    font-weight: 500; /* 太さ */
    line-height: 1.5; /* 行間 */
    letter-spacing: 0.03em; /* 文字間 */

    text-align: center;

    height: 150px;
    background: url("../../img/scene/eve_2_illust_005.svg") no-repeat 5% center / contain;
}
 /* ▲ ---------- .t_title_2 ---------- ▲ */ 
/* ▲ ---------- h ---------- ▲ */


.pc_only_br{ 
    display: none; /* sp:非表示 */
}


/* ▼ ====================
    h1
==================== ▼ */
/* h1のフォント設定は↑ h 参照 */
.products_title {
    padding: 50px 0;

    background-color: #f38296;
    background-image: url("../../img/scene/eve_2_illust_sp_001.svg");
    background-repeat: no-repeat;
    background-position: right center;
}
/* ▲ ---------- h1 ---------- ▲ */

/* ▼ =====================
    infomation
==================== ▼ */
#info{
    padding: 60px 15px;
    background: #fff;
}

.info_inner{
    max-width: 1100px;
    margin: 0 auto;
}

/* 左右カラム */
.info_main {
    display: flex;
    flex-direction: column; /* SPは縦並び */
    gap: 30px;
}

.info_left,
.info_right {
    flex: 1;
}

.info_shop{
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.info_title{
    font-size: 16px;

    width: 100%;
    padding: 10px 20px;
    border: none;
    background: #878787;
    color: #fff;
    margin-top: 10px;
}

.info_cap{
    font-size: 16px;
    padding: 12px 20px 6px 20px;
}

#store_map {
    margin-bottom: 60px;
}

/* h3駐車場 */
.info_title_parking {
    font-size: 22px;
    width: 100%;
    padding: 20px 20px;
    border: none;
    background: #878787;
    color: #fff;
    text-align: center;
}

.info_cap_parking{
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0px;    
}

iframe {
    width: 100%;
    border: 0;
    display: block;
    margin-top: 10px;
}

#parking_map1 {
    margin-bottom: 20px; /* 駐車場MAP1とMAP2間 */
}

.info_cap_visit{
    font-size: 16px;
    line-height: 1.6;
    margin: 60px 0px 10px;
}

/* ボタン */
#info .btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9em 3em 0.9em 1.2em;
    border: 1px solid #878787;
    color: #5f5f5f;
    font-size: 16px;
    text-decoration: none;

    margin-bottom: 0px;
}

#info .btn::after {
    content: "";
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%);

    width: 0.9em;
    height: 0.9em;

    background: url("../../img/top/eve_top_icon_003.svg") no-repeat center / contain;
}

#info .btn:hover {
    background: #f3cbcb;
}
/* ▲ ---------- infomation ---------- ▲ */


/* ▼ =====================
    company
==================== ▼ */
/* ========== #company: ページ全体 ========== */
#company {
    background: #fff;
    padding: 60px 15px;
}

/* ========== inner: 中央寄せ ========== */
.company_inner {
    margin: 0 auto;
}

.company_title{
    font-size: 16px;
    font-weight: 400; /* 太さ */
    line-height: 1.7; /* 行間 */
    letter-spacing: 0.02em; /* 文字間 */

    width: 100%;
    padding: 10px 20px;
    border: none;
    background: #878787;
    color: #fff;
}

.company_cap{
    font-size: 16px;
    font-weight: 400; /* 太さ */
    line-height: 1.7; /* 行間 */
    letter-spacing: 0.02em; /* 文字間 */

    padding: 10px 20px;
}
/* ▲ ---------- company ---------- ▲ */


/* ▼ ===================================================
    @media
=================================================== ▼ */
 /* ========== pc ========== */
@media screen and (min-width: 768px) { /* タブレット・PC用 */

 /* ▼ ====================
    h 
 =================== ▼ */
    h1 {
        font-size: 33px;
        font-weight: 500; /* 太さ */
        line-height: 1.3; /* 行間 */
        letter-spacing: 0.04em; /* 文字間 */
    }

    h2{
        margin:0px auto 80px;

        font-size: 40px;
        font-weight: 500; /* 太さ */
        line-height: 1.25; /* 行間 */
        letter-spacing: 0.05em; /* 文字間 */
    }

 /* ▼ ========== .s_title ========== ▼ */
    .s_title_1{
        margin: 0 auto 30px;

        font-size: 40px;
        font-weight: 500; /* 太さ */
        line-height: 1.15; /* 行間 */
        letter-spacing: 0.08em; /* 文字間 */
    }

    .s_title_2{
        font-size: 16px;
        font-weight: 500; /* 太さ */
        line-height: 1.65; /* 行間 */
        letter-spacing: 0.02em; /* 文字間 */
    }
 /* ▲ ---------- .s_title ---------- ▲ */ 

 /* ▼ ========== .t_title ========== ▼ */
    .t_title{
        margin: 0 auto 80px;
        padding:    20px;

        font-size: 28px;
        font-weight: 500; /* 太さ */
        line-height: 1.4; /* 行間 */
        letter-spacing: 0.035em; /* 文字間 */

        color: #fff;
        background: #5f5f5f;
    }
 /* ▲ ---------- .t_title ---------- ▲ */ 

 /* ▼ ========== .t_title_2 ========== ▼ */
    .t_title_2{
        height: 170px;
        background: url("../../img/scene/eve_2_illust_005.svg") no-repeat 12% center / contain;    

        font-size: 28px;
        font-weight: 500; /* 太さ */
        line-height: 1.4; /* 行間 */
        letter-spacing: 0.035em; /* 文字間 */
    }

 /* ▲ ---------- .t_title_2 ---------- ▲ */ 

 /* ▲ ---------- h ---------- ▲ */


    .sp_only_br{ display: none; } /* pc:非表示 */
    .pc_only_br{ display: block; } /* pc:表示 */


 /* ▼ ====================
    h1
 ==================== ▼ */
 /* h1のフォント設定は↑ h 参照 */
    .products_title {
        background-image: url("../../img/scene/eve_2_illust_001.svg");
        background-repeat: no-repeat;
        background-position: right center;

        padding: 100px 0;
    }
 /* ▲ ---------- h1 ---------- ▲ */

 /* ▼ =====================
    infomation
 ==================== ▼ */
    #info{
        padding: 150px 15px;
    }

    .info_main {
        flex-direction: row; /* 左右並び */
        gap: 70px; /* 左画像と右情報の間 */
    }

    #store_map {
        margin-top: 70px; /* 画像と店舗MAP間 */
        margin-bottom: 100px; /* 店舗apとh3駐車場について */
    }

    .info_cap_parking{
        font-size: 16px;
        line-height: 1.6;
        margin:20px 0 70px 0; /* タイトル下補足文と駐車場MAP1間 */
    }

    #parking_map1 {
        margin-bottom: 30px; /* 駐車場MAP1とMAP2間 */
    }

    .info_cap_visit {
        margin: 70px 0 20px 0;
    }

  /* ボタン */
    #info .btn {
        width: 500px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
 /* ▲ ---------- infomation ---------- ▲ */

 /* ▼ =====================
    company
 ==================== ▼ */
    #company {
        padding: 150px 0;
    }

    .company_inner {
        max-width: 800px;
        margin: 0 auto;
    }

 /* ▲ ---------- company ---------- ▲ */


}
/* ▲ ---------- pc ---------- ▲ */
/* ▲ ---------- media ---------- ▲ */
