@charset "UTF-8";

/*#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    background-color: #fff;
    z-index: 999999;
}*/

#footer {
    margin-top: 0;
    background-color: #fff;
}

#main {
    /*margin-top: 117px;*/
}

/* スクロールを無効化するクラス */
.no-scroll {
    overflow: hidden;
    height: 100vh;
    /* 背景要素の高さ固定 */
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.w90 {
    width: 90%;
    margin: 0 auto;
}

.w92 {
    width: 92%;
    margin: 0 auto;
}

.w94 {
    width: 94%;
    margin: 0 auto;
}

.w96 {
    width: 96%;
    margin: 0 auto;
}

.mr_top0 {
    margin-top: 0 !important;
}

.mr_btm0 {
    margin-bottom: 0 !important;
}

.pd_top0 {
    padding-top: 0 !important;
}

.pd_btm0 {
    padding-bottom: 0 !important;
}


.mr_top10 {
    margin-top: 10px;
}

.mr_top20 {
    margin-top: 20px;
}

.mr_top30 {
    margin-top: 30px;
}

.mr_top40 {
    margin-top: 40px;
}

.mr_top50 {
    margin-top: 50px;
}

.mr_btm10 {
    margin-bottom: 10px;
}

.mr_btm20 {
    margin-bottom: 20px;
}

.mr_btm30 {
    margin-bottom: 30px;
}

.mr_btm40 {
    margin-bottom: 40px;
}

.mr_btm50 {
    margin-bottom: 50px;
}

.pd_top10 {
    padding-top: 10px;
}

.pd_top20 {
    padding-top: 20px;
}

.pd_top30 {
    padding-top: 30px;
}

.pd_top40 {
    padding-top: 40px;
}

.pd_top50 {
    padding-top: 50px;
}

.pd_btm10 {
    padding-bottom: 10px;
}

.pd_btm20 {
    padding-bottom: 20px;
}

.pd_btm30 {
    padding-bottom: 30px;
}

.pd_btm40 {
    padding-bottom: 40px;
}

.pd_btm50 {
    padding-bottom: 50px;
}

/* fade */
.fade_Box {
    opacity: 0;
    transition: 1s;
}

.fade_Box.animated {
    opacity: 1;
}

.load-fade.is-show {
    visibility: visible;
    opacity: 1;
}

.load-fade {
    visibility: hidden;
    opacity: 0;
    transition: all 3s;
}

/* 打ち消し */
.c-content {
    width: 100%;
}

#main .flex-contents {
    margin-top: 0;
}
#sidebar {
    margin-top:32px;
}

.c-breadcrumb {
    width: 100vw;
    background: #F4F1ED;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 20;
    order: initial;
}

.c-breadcrumb__list {
    max-width: 970px;
    margin: 0 auto;
}

/* 共通部分 */
#content_Wrap {
    width: 100%;
    font-feature-settings: normal;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    color: #333;
    /* -webkit-text-size-adjust: none;
    background: #fff;
    display: flex;
    justify-content: space-between; */

    /* width: 100%; */
    /* padding: 0 50px;
    margin: 0 auto; */
    position: relative;
    overflow: hidden;
}

/*左側メニュー*/
#content_Wrap .left_menu_Area {
    width: 32%;
    max-width: 380px;
    min-width: 320px;
    background: #fff;
    overflow: scroll;
    height: calc(100vh - 170px);
}

#content_Wrap .left_menu_Area .left_inner {
    padding: 50px 0;
    width: 85%;
    margin: 0 auto;
}

#content_Wrap .left_menu_Area .left_inner h2 {
    width: 200px;
    max-width: 80%;
    margin-bottom: 30px;
}

#content_Wrap .left_menu_Area .left_inner dl {
    margin-bottom: 30px;
}

#content_Wrap .left_menu_Area .left_inner dl dt {
    font-size: 20px;
    border-bottom: 2px solid #faa43b;
    margin-bottom: 5px;
}

#content_Wrap .left_menu_Area .left_inner dl dd a {
    font-size: 15px;
    display: block;
    line-height: 1.5;
    padding: 6px 0;
    font-weight: 500;
    border-bottom: 1px dotted #e6e6e6;
    position: relative;
}

#content_Wrap .left_menu_Area .left_inner dl dd a small {
    font-size: 75%;
    letter-spacing: 0;
    font-weight: 600;
}

#content_Wrap .left_menu_Area .left_inner dl dd a span {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #faa43b;
    border-right: 2px solid #faa43b;
    transition: 0.3s;
}

#content_Wrap .left_menu_Area .left_inner dl dd a:hover span {
    right: 8%;
}

/*右側大枠*/
#content_Wrap .right_main_Area {
    /* width: 100%;
    margin: 20px auto 0; */
    /* height: calc(100vh - 64px); */
    /* overflow-y: scroll; */
    /* overflow: hidden; */
    /* background-color: #ceefee;
    background-image: url(../img/index/bg_main.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom; */
    width: 100%;
    position: fixed;
    left: 0;
    /* top: 0; */
    z-index: -1;
    /* background-color: #ceefee;
    background-image: url(../img/index/bg_main.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.r_main_Wrap {
    position: relative;
    z-index: 1;
    /*display: grid;
grid-template-areas: "left main right";
grid-template-columns: 0.6fr 440px 1.4fr;
grid-template-rows: 1fr;*/
    margin: 0 auto;
    transition: 0.3s;
    width: 440px;
    max-width: 100%;
}


.empty_Area {
    grid-area: left;
}


/*右側ボタンエリア*/
.main_btn_Area {
    grid-area: right;
    position: sticky;
    top: 0;
    padding: 50px 0;
    height: calc(100vh - 170px);
}

.main_btn_Area .btn_inner {
    max-width: 250px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 25%;
}

.main_btn_Area .e_friends {
    margin-bottom: 30px;
    display: block;
}

.main_btn_Area .qanda {
    display: block;
    border-radius: 50px;
    border: 1px solid #665c53;
    text-align: center;
    padding: 5px 0;
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.main_btn_Area .qanda:hover {
    background: #665c53;
    color: #fff;
}

.main_btn_Area .qanda span {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #665c53;
    border-right: 2px solid #665c53;
    transition: 0.3s;
    transition: 0.3s;
}

.main_btn_Area .qanda:hover span {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.main_btn_Area p {
    font-size: 12px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.main_btn_Area .btn_menu_tel {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}


/*メインコンテンツ*/
.main_Wrap {
    /* position: relative;
    top: 0;
    left: 50%; */
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    /* z-index: 10;
    transform: translateX(-50%); */
    overflow-y: scroll;
}

.main_scroll_Area {
    max-width: 440px;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(36, 36, 36, 0.7);
    margin: 0 auto;
    /* position: relative;
    max-width: 476px;
    margin: 0 auto;
    grid-area: main;
    background: #fff; */
    /* overflow: scroll; */
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
}


/*掲載内容フォーマット*/
.inner {
    max-width: 90%;
    margin: 0 auto;
}

.bg_yellow {
    background-color: #fdf4df;
    background-image: url(../img/index/bg_yellow.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

.ttl_Area {
    margin: 30px auto;
    text-align: center;
}

.ttl_Area .mini_ttl {
    font-size: 12px;
    font-weight: bold;
    color: #faa43b;
    margin-bottom: 10px;
}

.ttl_Area .main_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ttl_Area .normal_txt {
    font-size: 14px;
}

.text_Box {
    padding: 1px 0 50px;
}

main h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 4px dashed #faa43b;
    margin-bottom: 20px;
    margin-top: 50px;
}

main h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 1.1em;
    position: relative;
}

main h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    line-height: 1.6;
    width: 15px;
    height: 7px;
    border-radius: 10px;
    background: #faa43b;
}

main p {
    font-size: 16px;
}

main p.att {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
}

main .scroll_down {
    width: 90%;
    margin: 20px auto;
    font-size: 16px;
    color: #b05618;
    border: 2px solid #b05618;
    text-align: center;
    display: block;
    padding: 15px 0;
    background: #fff;
    border-radius: 50px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

main .scroll_down.link_Btn {
    color: #b05618;
}

main .scroll_down span {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #b05618;
    border-right: 2px solid #b05618;
    transition: 0.3s;
}

main .scroll_down.link_Btn span {
    transform: translateY(-50%) rotate(45deg);
}

main .scroll_down:hover,
main .scroll_down.link_Btn:hover {
    background: #b05618;
    color: #fff;
}

main .scroll_down:hover span {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

main .red_Box {
    background: #d41619;
}

main .efriends_order {
    padding: 10px 0 22px;
    margin: 40px auto;
}

main .efriends_order a {
    transition: 0.3s;
}

main .efriends_order a:hover {
    opacity: 0.7;
}

main .sub_main {
    position: relative;
}

main .sub_main h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 30px;
    background: #fff;
    padding-left: 0;
    margin: 0 auto;
    padding: 4px;
    line-height: 1;
    width: max-content;
    font-feature-settings: "palt";
}

main .sub_main h3:before {
    display: none;
}

main .img {
    max-width: 90% !important;
    margin: 0 auto 20px;
    text-align: center;
}

main .red_att {
    font-size: 16px;
    font-weight: 600;
    color: #d41619;
    margin: 20px auto;
}

main ol {
    counter-reset: my-counter;
    list-style: none;
}

main ol li {
    position: relative;
    padding-left: 1.4em;
    list-style: none;
}

main ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    height: 1.2em;
    width: 1.2em;
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1;
    text-align: center;
    z-index: 1;
}

_::-webkit-full-page-media,
_:future,
:root main ol li:before {
    line-height: 1.4;
}

main ol li::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.3em;
    left: 0;
    border: 1px solid #000;
    height: 1.2em;
    width: 1.2em;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 0;
}

main .bg_gray {
    background-color: #ccd1d5;
}

main .bg_gray h2 {
    border-bottom: 4px dashed #535353;
}

main .bg_gray h3 {
    line-height: 1.5;
}

main .bg_gray h3:before {
    background: #fff;
}

main .foot_logo_Area {
    padding: 50px 0 0;
}

main .foot_logo_Area .foot_logo {
    margin-bottom: 40px;
}

main .foot_logo_Area a {
    display: block;
    transition: 0.3s;
}

main .foot_logo_Area a:hover {
    opacity: 0.7;
}


.sp_navbtn {
    display: none;
}

.pc_only_btn {
    display: block;
}

.sp_only_btn {
    display: none;
}


/* 1630px以上 */
@media screen and (min-width: 1630px) {}

@media screen and (min-width: 1401px) {}


/* 1340px未満 */
@media screen and (max-width: 1340px) {
    .r_main_Wrap {
        grid-template-columns: 0.5fr 440px 1fr;
    }

}

/* tab_yoko */
@media screen and (max-width:1180px) {
    .r_main_Wrap {
        grid-template-columns: 0.2fr 440px 1fr;
    }

}

/* tab〜sp */
@media screen and (max-width:1100px) {
    .pc {
        display: none;
    }

    .sp {
        display: block !important;
    }

    .pc_only_btn {
        display: none;
    }

    .sp_only_btn {
        display: block;
    }

    .r_main_Wrap {
        grid-template-columns: 0fr 440px 1fr;
    }


}

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

    .r_main_Wrap {
        display: block;
    }

    .main_btn_Area {
        display: none;
    }

    .main_scroll_Area {
        margin: 0 auto;
        max-width: 440px;
    }
}


@media screen and (max-width: 999px) {
    .c-wrap {
        line-height: 1.8;
    }

}

@media screen and (max-width: 888px) {
    #content_Wrap .left_menu_Area {
        display: none;
    }

    #content_Wrap .right_main_Area {
        height: 100%;
    }

    .r_main_Wrap {
        display: block;
        width: 100%;
    }

    .empty_Area {
        display: none;
    }

    .main_btn_Area {
        display: none;
    }

    .main_scroll_Area {
        width: 440px;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
    }



    .sp_navbtn {
        display: block;
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
        cursor: pointer;
    }

    #content_Wrap .left_menu_Area {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 999;
        background: #fddaaf;
    }

    #content_Wrap .left_menu_Area .left_inner {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 50px 5%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        height: calc(100vh - 70px);
        background: #fff;
        border-radius: 20px;
        overflow: scroll;
    }



}


@media screen and (max-width: 500px) {
    #content_Wrap {
        width: 100%;
        background: none;
        margin: 0 auto;
    }

}

/* footer_非表示 */
footer {
    /*display: none;*/
}


/* トマト、サイト内検索、eフレンズタブ削除 */
.c-to_top,
.float {
    display: none !important;
}

/* 高さのレスポンシブ調整 */
/* 高さ800px以内 */
@media screen and (max-height: 800px) {}

/* 高さ650px以内 */
@media screen and (max-height: 650px) {}

/* MTにアップした後の調整 */
.c-main {
    width: 100%;
    padding: 0;
    margin: 0;
}

.c-main p {
    margin: 0;
}

.mainvisual.sp_tab {
    display: none;
}

@media screen and (max-width:1100px) {
    .mainvisual.sp_tab {
        display: block;
    }
}

/* モーダル調整 */
.main_scroll_Area .btn_order {
    cursor: pointer;
}

.main_scroll_Area .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    z-index: 999999;
}

.main_scroll_Area .modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 1;
}

.main_scroll_Area .modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.main_scroll_Area .scroll_Block {
    overflow-y: scroll;
    height: 100%;
}

.main_scroll_Area .close_Area {
    position: fixed;
    top: -40px;
    right: 10px;
    box-sizing: border-box;
    z-index: 1;
}

.main_scroll_Area .modal_close {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.main_scroll_Area .area {
min-width: 30vw;
padding: 50px 30px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
}

.main_scroll_Area .area .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.main_scroll_Area .area>p {
margin-bottom: 1em;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.main_scroll_Area .field {
    display: flex;
}

.main_scroll_Area .inputtext {
    color: rgba(43, 32, 32, 0.76);
    font-size: 18px;
    border-left: 0;
    border-right: 0;
    width: 80px;
    line-height: 3rem;
    text-align: center;
    border: 1px solid #D7DBDD;
    padding: 0 10px;
}

.main_scroll_Area .button {
    color: rgba(43, 32, 32, 0.76);
    font-size: 18px;
    cursor: pointer;
    padding: 5px 25px;
    background-color: rgb(215, 215, 215);
    border: 1px solid #D7DBDD;
    border-radius: 0;
    outline: 0;
}

.main_scroll_Area .buy_btn {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 20px auto 0;
}