/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";

/* web fonts 
font-family: 'Kiwi Maru', serif;
font-family: 'Koh Santepheap', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Shippori Mincho B1', serif;
font-family: 'Stick No Bills', sans-serif;
font-family: 'Kaisei Decol', serif;
font-family: 'Kaisei Opti', serif;
font-family: 'Kaisei HarunoUmi', serif;
font-family: 'Kaisei Tokumin', serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
*/


/*------------------------------------------------
html,body
------------------------------------------------*/

html,
body {
    background: #fff none;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 2;
    color: #493930;
    letter-spacing: 0;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

*::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
}

*::selection {
    background: rgba(0, 0, 0, 0.2);
}

*::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
}


/*------------------------------------------------
wrapper
------------------------------------------------*/

#wrapper {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    #wrapper {
        min-width: 1100px;
    }

    #wrapper .w900 {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    #wrapper .w1000 {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    #wrapper .w1050 {
        width: 1050px;
        margin-left: auto;
        margin-right: auto;
    }
}


/*------------------------------------------------
header
------------------------------------------------*/

#header {
    position: relative;
    z-index: 10000;
}

@media screen and (min-width: 768px) {
    #header {
        min-width: 1100px;
        height: 155px;
    }
}


/*------------ header__top ------------*/

.header__top {
    width: 100%;
    max-width: 1180px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}


/*------------ header__h1 ------------*/

.header__h1 {
    font-size: 12px;
    line-height: 1;
}


/*------------ header-logo ------------*/

.header-logo {
    width: 165px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.logo__link {
    display: block;
    width: 100%;
    height: 100%;
}


/*IE対応*/

.logo__link img {
    width: 100%;
    height: auto;
}


/*------------ header__c-box ------------*/

.header__c-box {
    font-weight: bold;
}

.header__c-box--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    /*
    left: 17rem;
    */
    left: 4rem;
}

.header__c-box-tel {
    margin-right: 25px;
}

.header__c-box-tel-num {
    font-size: 22px;
    line-height: 1;
}

.header__c-box-tel-txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}

.header__c-box-tel-txt-sub {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 55px;
    height: 20px;
    border-radius: 20px;
    background-color: #e60012;
    color: #fff;
}

.header__c-box-tel-txt {
    font-size: 11px;
}

.header__c-box-counseling {
    color: #dc143c;
    font-size: 14px;
    width: 170px;
    height: 50px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 5px solid #dc143c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .header__c-box-counseling:hover {
        color: #dc143c;
        background-color: #ffff00;
    }
}


/* /pc-only -----------*/


/*------------ header__nav ------------*/

.header__nav {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.header__nav-list {
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .header__nav-list {
        /*
        min-width: 1100px;
        */
        min-width: 1350px;
    }
}


/* /pc-only -----------*/

.header__nav-item {
    position: relative;
    width: calc(100% / 7);
}

.header__nav-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    opacity: 0.5;
}

.header__nav-link {
    display: block;
    padding: 23px 0;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .header__nav-link:hover {
        background-color: rgba(73, 57, 48, 0.3);
    }

    .header__nav.active {
        position: fixed;
        top: 0;
    }

    .header__nav.active .header__nav-link {
        padding: 15px 0;
    }
}


/* /pc-only -----------*/

.oh-open {
    overflow: visible;
}


/*------------ pop-block ------------*/

.overlay02 {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 20000;
}

.pop-block {
    position: fixed;
    width: 760px;
    background: #fe4c69;
    border-radius: 10px;
    padding: 50px 50px 10px;
    display: none;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20000;
}

.pop-block.pop-open {
    display: block;
}

.pop-block::after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 50px;
    background-color: #fff;
    top: 0;
    left: 50%;
}

.pop-block__ttl {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
}

.pop-block__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px dotted #dc3954;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pop-block__linkitem {
    position: relative;
    width: 320px;
    height: 60px;
    background-color: #ccc;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pop-block__linkitem:nth-child(1) {
    margin-right: 20px;
}

.pop-block__linkitem--01::before,
.pop-block__linkitem--02::before {
    /* position: absolute; */
    content: " ";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 10px;
}

.pop-block__linkitem--01 {
    color: #fff;
    background-color: #493931;
    border: 1px solid #493931;
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

.pop-block__linkitem--01:hover {
    background-color: #675e5a;
}

.pop-block__linkitem--01::before {
    width: 17px;
    height: 17px;
    background-image: url(../img/ico_02.png);
    left: 63px;
}

.pop-block__linkitem--02 {
    color: #dc3954;
    background-color: #fff;
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

.pop-block__linkitem--02:hover {
    background-color: #ffd5dc;
}

.pop-block__linkitem--02::before {
    width: 13px;
    height: 20px;
    background-image: url(../img/ico_03.png);
    left: 32px;
}

.pop-block__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.pop-block__pick {
    margin-right: 10px;
    background-image: url(../img/ico_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 111px;
    padding: 0 40px 20px 0;
    margin-top: 10px;
}

.pop-block__banner {
    width: 194px;
    display: block;
}

.pop-block__cloce {
    text-align: center;
    cursor: pointer;
    padding: 15px 0 10px;
}

.pop-block__clocein {
    position: relative;
    display: inline-block;
}

.pop-block__clocein:after {
    position: absolute;
    content: " ";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 8px;
    right: -14px;
    width: 10px;
    height: 10px;
    background-image: url(../img/ico_04.png);
}


/* pc-only ------------*/

@media screen and (max-width: 768px) {
    .pop-block {
        width: 90%;
        padding: 30px 30px 10px;
    }

    .pop-block::after {
        height: 30px;
    }

    .pop-block__ttl {}

    .pop-block__link {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .pop-block__linkitem {
        width: 100%;
        height: 60px;
        min-width: 260px;
    }

    .pop-block__linkitem:nth-child(1) {
        margin: 0 0 10px;
    }

    .pop-block__linkitem--01:hover {
        background-color: #493931;
    }

    .pop-block__linkitem--01::after {
        left: 47px;
    }

    .pop-block__linkitem--02:hover {
        background-color: #fff;
    }

    .pop-block__linkitem--02::before {
        left: 20px;
    }

    .pop-block__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 15px;
    }

    .pop-block__pick {
        margin-right: 0;
        margin-bottom: 5px;
        background-image: none;
        padding: 0;
        margin-top: 0;
    }

    .pop-block__banner {
        width: 166px;
    }

    .pop-block__cloce {
        padding: 10px 0 5px;
    }
}


/*------------ header-fix-bnr ------------*/

.header-fix-bnr {
    position: fixed;
    z-index: 1000;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    right: -100%;
    /*right: 0;*/
    height: 350px;
    top: -25%;
    bottom: 0;
    margin: auto;
}

.header-fix-bnr.active {
    right: 0;
}

.header-fix-btn {
    width: 60px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: .5rem;
}

.header-fix-btn01 {
    background-image: url(../images/top/side-bnr_001.png);
    height: 200px;
}

.header-fix-btn001 {
    background-image: url(../images/top/side-bnr_002.png);
    height: 200px;
}

.header-fix-btn02 {
    background-image: url(../img/side/btn_02.png);
    height: 130px;
    margin-top: 20px;
}

.header-fix-btn03 {
    background-image: url(../img/side/btn_03.png);
    height: 189px;
    margin-top: 20px;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .header__nav-link__list {
        display: block;
        position: absolute;
        width: 155px;
        top: auto;
        left: -100%;
        right: -100%;
        margin: auto;
        font-size: 12px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        pointer-events: none;
    }

    .header__nav-link__item:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

    .header__nav-link__link {
        display: block;
        width: 100%;
        height: 100%;
        padding: 15px;
        background-color: #493930;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .header__nav-link__link02 {
        padding: 10px;
        line-height: 1.5;
    }

    .header__nav-link__link:hover {
        background-color: #6b5c54;
    }

    .header__nav-item--open:hover .header__nav-link__list {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}


/* /pc-only -----------*/


/*------------------------------------------------
main
------------------------------------------------*/

@media screen and (min-width: 768px) {
    #main {
        /*IE対策*/
        display: block;
    }
}


/*------------------------------------------------
section
------------------------------------------------*/

.section_box {
    padding: 70px 0 55px;
}


/*------------------------------------------------
breadcrumb
------------------------------------------------*/

.breadcrumb {
    width: 1050px;
    margin: 10px auto;
}

.breadcrumb__item {
    display: inline;
}

.breadcrumb__item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    text-decoration: none;
    margin: 0 5px;
}

.breadcrumb__link {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
}

p.breadcrumb__link {
    display: inline;
}

a.breadcrumb__link {
    color: #ff7f41;
    text-decoration: underline;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    a.breadcrumb__link:hover {
        text-decoration: none;
    }
}


/* /pc-only -----------*/


/*------------------------------------------------
contact02(kids)
------------------------------------------------*/

.contact02 {
    padding: 50px 0;
}

.contact02-in {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px 20px;
}

[class^="contact02-btn--"] {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #493930;
    border-radius: 10px;
    font-weight: bold;
    font-size: 26px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

@media screen and (min-width: 768px) {
    [class^="contact02-btn--"]:hover {
        opacity: 0.6;
    }
}

.contact02-btn--main {
    color: #f3601a;
    width: 480px;
    height: 130px;
}

.contact02-btn--main span img {
    display: block;
    width: 26px;
    margin-right: 15px;
}

.contact02-sub {
    width: 480px;
    height: 130px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.contact02-btn--sub {
    width: 230px;
}

[class^="contact02-btn__ico"] {
    display: block;
    line-height: 1;
    width: 25px;
    margin-right: 10px;
}

.contact02-btn__ico02 {
    width: 32px;
}

.contact02-btm {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.contact02-btm dt {
    display: inline-block;
    padding: 0 20px;
    background: #493930;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    text-align: center;
    margin-right: 20px;
}


/*------------------------------------------------
footer
------------------------------------------------*/

#vgdataMainFrm1594034868643 {
    bottom: 50px;
}

#footer {}


/*------------ footer__shop ------------*/

.footer__shop {
    padding: 70px 0 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer__shop-bg {
    background: url(../img/footer/shop/bg_01.jpg) no-repeat center / cover;
    height: 660px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer__shop-in {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.footer__shop-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 2px solid #ddcbac;
}

.footer__shop-head-ttl-wrap {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__shop-head-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-right: 35px;
    letter-spacing: 0.05em;
    line-height: 1;
}

.footer__shop-head-ttl-img {
    width: 78px;
}

.footer__shop-head-btn {
    width: 70px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 15px;
    background-color: #fff;
    color: #f3601a;
    font-weight: bold;
    font-size: 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .footer__shop-head-btn:hover {
        background-color: #f3601a;
        color: #fff;
    }
}


/* /pc-only -----------*/

.footer__shop-list-wrap {
    padding: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__shop-list-l,
.footer__shop-list-r {
    width: 50%;
}

.footer__shop-list-block {}

.footer__shop-list-block:not(:last-child) {
    margin-bottom: 30px;
}

.footer__shop-list-block-ttl {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .footer__shop-list-block-ttl a {
        text-decoration: underline;
    }

    .footer__shop-list-block-ttl a:hover {
        text-decoration: none;
    }
}

.footer__shop-list-block-list {
    /*margin-top: 7px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__shop-list-block-item {
    font-size: 16px;
}

.footer__shop-list-block-item:not(:last-child)::after {
    content: "／";
}

.footer__shop-list-block-link {
    text-decoration: underline;
}

.footer__shop-list-r {}


/*------------ footer__contact ------------*/

.footer__contact {
    padding: 50px 0;
}

.footer__contact-in {
    width: 1400px;
    /*
    width: 1050px;
    */
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.footer__contact-ttl {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
}

.footer__contact-ttl::before {
    content: "";
    display: block;
    width: 32.5px;
    height: 52px;
    position: absolute;
    left: -380px;
    right: 0;
    top: 0;
    margin: auto;
    /*
    background: url(../images/top/frame-icon.png) no-repeat center / cover;
    */
}

.footer__contact-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.footer__contact-btn {
    width: 31%;
    /*
    width: 480px;
    */
    height: 130px;
    background-color: #fff;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .footer__contact-btn {
        width: 85%;
        margin: 15px 5%;
    }
}

.footer__contact-btn__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: bold;
}

.footer__contact-btn-ico {
    margin-right: 15px;
}

.footer__contact-btn-tel {
    font-size: 36px;
    line-height: 1;
}

.footer__contact-btn__block-txt-sub {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    background-color: #e60012;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    margin-right: 20px;
}

.footer__contact-btn__block-txt {
    font-size: 16px;
}

.tenpo-font {
    font-size: 1.5rem;
    text-align: center;
}


/*footer__contact-btn--tel*/

.footer__contact-btn--tel {
    margin-right: 40px;
    padding-top: 5px;
}

.footer__contact-btn--tel .footer__contact-btn-ico {
    width: 18px;
}


/*footer__contact-btn--web*/

.footer__contact-btn--web {
    font-size: 26px;
    font-weight: bold;
    color: #00B900;
    position: relative;
    z-index: 2;
}


/*
.footer__contact-btn--web::before {
    content: "";
    display: block;
    width: 191px;
    height: 292px;
    background: url(../images/top/fotter-img-1.png) no-repeat center / cover;
    position: absolute;
    top: -165px;
    right: 160px;
}


.footer__contact-btn--web::before {
    content: "";
    display: block;
    width: 230px;
    height: 302px;
    background: url(../images/top/fotter-img-1.png) no-repeat center / cover;
    position: absolute;
    top: -278px;
    right: 135px;
}
*/

.footer__contact-btn--web-in {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    padding-top: 45px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/* pc ------------*/

@media screen and (min-width: 768px) {
    .footer__contact-btn--web-in:hover {
        background-color: #ffd5c9;
    }
}


/* /pc -----------*/

.footer__contact-btn--web .footer__contact-btn-ico {
    width: 45px;
}


/* footer__contact-btn02 ------------*/

.footer__contact-btn02 {
    background-color: #493930;
    width: 340px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer__contact-btn--faq {
    margin-right: 45px;
}

.footer__contact-btn--faq .footer__contact-btn-ico {
    width: 30px;
}


/* pc ------------*/

@media screen and (min-width: 768px) {
    .footer__contact-btn02:hover {
        background-color: #826f65;
    }
}


/* /pc -----------*/


/*------------ footer__nav ------------*/

.footer__nav {
    padding: 30px 0;
    max-height: 100%;
    overflow: hidden;
}

.footer__nav-list {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footer__nav-item {
    margin: 0 10px;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .footer__nav-item:nth-of-type(2) {
        width: 230px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}


/* /pc -----------*/

.footer__nav-link {
    width: 100%;
}

.footer-nav__prev,
.footer-nav__next {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -19px;
    margin: auto;
    cursor: pointer;
    background: url(../img/footer/nav/arrow.png) no-repeat center / cover;
}

.footer-nav__next {
    left: auto;
    right: -19px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*------------ footer__page-top ------------*/

.footer__page-top {
    width: 100%;
    height: 50px;
    background-color: #f4a460;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    font-size: 30px;
    opacity: 0.9;
}


/*------------ footer__under ------------*/

.footer__under {
    background-color: #ff6347;
    padding: 40px 0 35px;
    color: #fff;
}

.footer__under-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*
.footer__under-l {
    width: 200px;
}
*/

.footer__under-l {
    width: 260px;
}

.footer__under-logo {
    width: 190px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.footer__under-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

.footer__under-sns-item {
    width: 45px;
    height: 45px;
}

.footer__under-sns-item:not(:last-child) {
    margin-right: 15px;
}


/*
.footer__under-sns-item:not(:last-child) {
    margin-right: 25px;
}
*/

.footer__under-sns-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    color: #3b5998;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 23px;
}

.footer__under-sns-link-twitter {
    color: #1da1f3;
}

.footer__under-sns-link-insta {
    color: #e1306c;
}

.footer__under-sns-link-line {
    color: #008000;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .footer__under-sns-link:hover {
        opacity: 0.6;
    }
}


/* /pc-only -----------*/

.footer__under-c {
    width: 670px;
}

.footer__under-list {
    font-size: 11px;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 0 30px;
}

.footer__under-list__block {
    /* width: calc(100% / 3); */
}

.footer__under-item {}

.footer__under-item:not(:last-child) {
    margin-right: 15px;
}

.footer__under-link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .footer__under-link:hover {
        color: #f45d25;
    }
}


/* /pc-only -----------*/

.footer__under-link--sub {
    font-weight: normal;
    /* padding-left: 10px; */
}

.footer__under-link--sub::before {
    content: ">";
}

.footer__under-r {
    width: 180px;
}

.footer__under-r a {
    width: 100%;
    height: 100%;
    display: block;
}

.footer__under-cp {
    text-align: center;
    font-size: 11px;
    background-color: #fa8072;
    padding: 15px;
    color: #ffdead;
}


/*------------------------------------------------
not-found 404
------------------------------------------------*/

.not-found__top {}

.not-found__top-in {
    padding: 45px 0 50px;
    text-align: center;
    position: relative;
}

.not-found__top-in::after {
    content: "";
    display: block;
    width: 230px;
    height: 423px;
    background: url(../img/404/P201001_img_01.png) no-repeat center / cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

.not-found__top-img {
    width: 540px;
    margin-right: auto;
    margin-left: auto;
}

.not-found__top-ttl {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 20px;
}

.not-found__top-ttl::after {
    content: "";
    display: block;
    width: 48px;
    height: 6px;
    background: url(../img/parts/block-ttl/dots.png) no-repeat center / cover;
    margin: 15px auto;
}

.not-found__top-txt {
    font-size: 16px;
}

.not-found__nav-in {
    padding: 50px 0;
}

.not-found__nav-ttl {
    font-size: 18px;
    font-weight: bold;
    width: 405px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #493931;
    color: #fff;
    border-radius: 25px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.not-found__nav-ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15.5px 0 15.5px;
    border-color: #493931 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.not-found__nav-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.not-found__nav-item {
    width: 300px;
    height: 50px;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .not-found__nav-item:not(:nth-last-child(-n + 3)) {
        border-bottom: 1px solid #ffba99;
    }

    .not-found__nav-item:not(:nth-child(3n)) {
        border-right: 1px solid #ffba99;
    }
}


/* /pc-only -----------*/

.not-found__nav-link {
    width: 100%;
    height: 100%;
    background-color: #ff7f41;
    color: #fff;
    padding-left: 50px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.not-found__nav-link::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    height: 1em;
    line-height: 1;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}


/* pc-only ------------*/

@media screen and (min-width: 768px) {
    .not-found__nav-link:hover {
        background-color: #493931;
    }
}


/* /pc-only -----------*/


/* ---------------------------------------------------------------- fadein系 ---- */

.footer__contact-btn--web::before {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}

.footer__contact-btn--web.scrollin::before {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.pmain01__img {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    transition: all 1s cubic-bezier(0, 0, 0.1, 1);
}

.pmain01__img.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.fadein-right {
    opacity: 0;
    -webkit-transform: translate(150px, 0);
    -ms-transform: translate(150px, 0);
    transform: translate(150px, 0);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}

.fadein-right.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.fadein-left {
    opacity: 0;
    -webkit-transform: translate(-150px, 0);
    -ms-transform: translate(-150px, 0);
    transform: translate(-150px, 0);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}

.fadein-left.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.fadein-top {
    opacity: 0;
    -webkit-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    transform: translate(0, -150px);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}

.fadein-top.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.fadein-bottom {
    opacity: 0;
    -webkit-transform: translate(0, 300px);
    -ms-transform: translate(0, 300px);
    transform: translate(0, 300px);
    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}

.fadein-bottom.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fadein-scale {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
}

.fadein-scale.scrollin {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* ---------------------------------------------------------------- SP ---- */

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

    html,
    body {
        font-size: 14px;
    }

    /*------------------------------------------------
	wrapper
	------------------------------------------------*/
    /*------------------------------------------------
	header
	------------------------------------------------*/
    #header {
        width: 100%;
        background-color: #fff;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /*------------ header__h1 ------------*/
    .header__h1 {
        width: 100%;
        max-width: 100%;
        font-size: 11px;
        font-weight: bold;
        padding: 8px 10px;
        color: #fff;
        text-align: center;
        margin-top: 70px;
        /*
        background-image: -moz-linear-gradient(160deg, rgb(243, 96, 26) 0%, rgb(255, 76, 106) 48%, rgb(255, 127, 65) 100%);
        background-image: -webkit-linear-gradient(160deg, rgb(243, 96, 26) 0%, rgb(255, 76, 106) 48%, rgb(255, 127, 65) 100%);
        background-image: -ms-linear-gradient(160deg, rgb(243, 96, 26) 0%, rgb(255, 76, 106) 48%, rgb(255, 127, 65) 100%);
        background-color: rgb(243, 96, 26);
        */
        background: rgb(184, 134, 11);
        background: -webkit-gradient(linear, left top, right top, from(rgba(184, 134, 11, 1)), color-stop(50%, rgba(218, 165, 32, 1)), to(rgba(184, 134, 11, 1)));
        background: -o-linear-gradient(left, rgba(184, 134, 11, 1) 0%, rgba(218, 165, 32, 1) 50%, rgba(184, 134, 11, 1) 100%);
        background: linear-gradient(90deg, rgba(184, 134, 11, 1) 0%, rgba(218, 165, 32, 1) 50%, rgba(184, 134, 11, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#b8860b", endColorstr="#b8860b", GradientType=1);
    }

    /*------------ header__top ------------*/
    .header__top {
        max-width: 100%;
        height: 100%;
        padding: 0;
    }

    .header__fixed {
        position: fixed;
        width: 100%;
        height: 70px;
        top: 0;
        left: 0;
        background-color: #fafad2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0px 0 12px;
        -webkit-box-shadow: 0 1.5px 0.25rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 1.5px 0.25rem rgba(0, 0, 0, 0.15);
    }

    /*------------ header-logo ------------*/
    .header-logo {
        max-width: 115px;
        width: 30vw;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    /*------------ sp-header__menu-wrap ------------*/
    .sp-header__menu-wrap {
        display: block;
    }

    .sp-header__menu {
        width: 75px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    /* close default ------------*/
    .sp-header__btn {
        width: 20px;
        height: 14px;
        position: relative;
    }

    .sp-header__btn-line {
        display: block;
        height: 2px;
        background-color: #493930;
        position: absolute;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1;
    }

    .sp-header__btn-line:nth-of-type(1) {
        top: 0;
        width: 15px;
    }

    .sp-header__btn-line:nth-of-type(2) {
        top: 6px;
        width: 20px;
    }

    .sp-header__btn-line:nth-of-type(3) {
        top: 6px;
        opacity: 0;
        width: 20px;
    }

    .sp-header__btn-line:nth-of-type(4) {
        top: 12px;
        width: 12px;
    }

    .sp-header__btn-txt {
        font-size: 16px;
        line-height: 1;
        color: #493930;
    }

    /* open ------------*/
    .btn-open .sp-header__btn-line:nth-of-type(1) {
        opacity: 0;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .btn-open .sp-header__btn-line:nth-of-type(2) {
        -webkit-transform: rotate(137deg);
        -ms-transform: rotate(137deg);
        transform: rotate(137deg);
        width: 23px;
    }

    .btn-open .sp-header__btn-line:nth-of-type(3) {
        opacity: 1;
        -webkit-transform: rotate(-137deg);
        -ms-transform: rotate(-137deg);
        transform: rotate(-137deg);
        width: 23px;
    }

    .btn-open .sp-header__btn-line:nth-of-type(4) {
        opacity: 0;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    /*------------ header__c-box ------------*/
    .header__c-box {
        font-weight: bold;
    }

    .header__c-box--sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #493930;
        font-size: 11px;
        line-height: 1;
        height: 50px;
    }

    .header__c-box--sp-tel,
    .header__c-box--sp-web {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 60px;
        height: 100%;
        text-align: center;
    }

    .header__c-box--sp-tel {
        border-right: 1px solid #493930;
    }

    .header__c-box--sp-ico {
        width: 35px;
    }

    .header__c-box--sp-txt {
        margin-top: 0;
    }

    /*------------ header__nav ------------*/
    .header__nav {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        font-size: 14px;
        top: 64px;
        left: 0;
        background-image: #ff7f41 !important;
        color: #fff;
        width: 100%;
        border-top: 1px solid #fff;
    }

    .header__nav-in {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .header__nav.is-active {
        display: block;
        background-color: #fff;
    }

    .header__nav-list {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .header__nav-item {
        position: relative;
        width: 100%;
    }

    .header__nav-item:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .header__nav-item:not(:last-child)::after {
        content: none;
    }

    .header__nav-link {
        display: block;
        padding: 15px 20px;
        background: #ff7f41 !important;
        position: relative;
        font-size: 14px;
    }

    .header__nav-link::after {
        content: "\f0a9";
        font-family: "Font Awesome 5 Free";
        height: 1em;
        line-height: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
    }

    .header__nav-link--plus::before,
    .header__nav-link--plus::after {
        content: "";
        display: block;
        width: 13px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 20px;
    }

    .header__nav-link--plus::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header__nav-link--plus.active::after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .header__nav-link__list {
        width: 100%;
        max-width: 100%;
    }

    .header__nav-link__item {
        position: relative;
    }

    .header__nav-link__item {
        border-top: 1px solid #fff;
    }

    .header__nav-link__link {
        display: block;
        padding: 15px 20px;
        font-size: 13px;
        background: #493931 !important;
    }

    .header__nav-link__link::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        height: 1em;
        line-height: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
    }

    .header__nav-btn-wrap {
        padding: 20px 20px 200px;
        background-color: #fff;
    }

    .header__nav-btn {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .header__nav-btn01 {
        max-width: 335px;
        margin-top: 1rem;
    }

    .header__nav-btn02 {
        max-width: 335px;
        margin-top: 10px;
    }

    .oh-open {
        overflow: hidden;
    }

    /*overlay*/
    .overlay {
        display: none;
        width: 100%;
        height: 130%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background-color: #000;
        opacity: 0.5;
    }

    /*------------------------------------------------
	main
	------------------------------------------------*/
    #main {}

    /*------------------------------------------------
	section
	------------------------------------------------*/
    .section_box {
        padding: 60px 20px 40px;
    }

    /*------------------------------------------------
	breadcrumb
	------------------------------------------------*/
    .breadcrumb {
        width: 100%;
        padding: 0 20px;
    }

    .breadcrumb__item {
        display: inline;
    }

    .breadcrumb__item:not(:last-child)::after {
        content: "/";
        display: inline-block;
        text-decoration: none;
        margin: 0 5px;
    }

    .breadcrumb__link {
        font-size: 11px;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    /*------------------------------------------------
	contact02(kids)
	------------------------------------------------*/
    .contact02 {
        padding: 25px 0;
    }

    .contact02-in {
        width: 100%;
        padding: 0 20px 7px;
    }

    [class^="contact02-btn--"] {
        border-radius: 5px;
        font-size: 19px;
    }

    .contact02-btn--main,
    .contact02-sub {
        width: 100%;
        height: 70px;
    }

    .contact02-btn--main {
        margin-bottom: 10px;
    }

    .contact02-btn--sub {
        width: calc((100% - 10px) / 2);
    }

    .contact02-btm {
        font-size: 14px;
    }

    .contact02-btm dt {
        padding: 0 14px;
        height: 22.5px;
        line-height: 22.5px;
        border-radius: 12px;
        margin-right: 10px;
        font-size: 13px;
    }

    /*------------------------------------------------
	footer
	------------------------------------------------*/
    /*
    #footer {
        margin-bottom: 60px;
    }
    */
    /*------------ footer-fix-bnr ------------*/
    .footer__contact-btn--web.scrollin::before {
        height: 140.5px;
        width: 110px;
        top: -230px;
    }

    .footer-fix-bnr {
        position: fixed;
        width: 100%;
        bottom: -100%;
        /*
        background-color: rgba(255, 255, 255, 0.8);
        */
        background-color: #fffacd;
        z-index: 1000;
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .footer-fix-bnr.active {
        bottom: 0;
    }

    .footer-fix-btn {
        width: 37%;
        background-color: #f3601a;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 5px;
        font-weight: bold;
        font-size: 3.1vw;
        line-height: 1.4;
        padding: 5px;
        text-align: center;
        margin-right: 10px;
    }

    .footer-fix-btn--01 {
        width: 35.5%;
    }

    .footer-fix-btn--02 {
        width: 35.5%;
        background-color: #fe4c69;
    }

    .footer-fix-btn--03 {
        width: 20%;
        background-color: #493931;
    }

    .footer-fix-btn-ico {
        width: 17px;
        margin-right: 10px;
    }

    .footer-fix-btn--shop .footer-fix-btn-ico {
        width: 20px;
    }

    /*------------ footer__shop ------------*/
    .footer__shop {
        padding: 40px 20px;
    }

    .footer__shop-bg {
        background: url(../img/footer/shop/sp/bg_01.jpg) repeat top / cover;
        height: auto;
    }

    .footer__shop-in {
        width: 100%;
    }

    .footer__shop-head {
        padding-bottom: 15px;
    }

    .footer__shop-head-ttl-wrap {
        display: block;
    }

    .footer__shop-head-ttl {
        font-size: 21px;
        margin-right: 0;
        position: relative;
    }

    .footer__shop-head-ttl::after {
        content: "";
        display: block;
        width: 24px;
        height: 3px;
        background: url(../img/footer/shop/sp/dot.png) no-repeat center / cover;
        margin: 7px 0;
    }

    .footer__shop-head-ttl-img {
        width: 78px;
    }

    .footer__shop-head-btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 12px;
    }

    .footer__shop-list-wrap {
        padding: 0;
        display: block;
    }

    .footer__shop-list-l,
    .footer__shop-list-r {
        width: 100%;
    }

    .footer__shop-list-block {
        margin-bottom: 0px !important;
    }

    .footer__shop-list-block-ttl {
        font-size: 15px;
        padding: 5px 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    /*	.footer__shop-list-block-ttl::before,
	.footer__shop-list-block-ttl::after {
		content: '';
		display: block;
		width: 16px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
		transition: 0.3s;
	}
	.footer__shop-list-block-ttl::after {
		transform: rotate(-90deg);
	}
	.footer__shop-list-block-ttl.active::after {
		transform: rotate(0deg);
	}*/
    .footer__shop-list-block-list {
        margin-top: 0px;
        /*display: none;*/
    }

    .footer__shop-list-block-item {
        font-size: 13px;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .footer__shop-list-block-item:not(:last-child)::after {
        content: none;
    }

    .footer__shop-list-block-link {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 5px 10px 25px;
        position: relative;
    }

    .footer__shop-list-block-link::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        height: 1em;
        line-height: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
    }

    .footer__shop-list-block-ttl::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        height: 1em;
        line-height: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
    }

    /*------------ footer__contact ------------*/
    .footer__contact {
        padding: 25px 20px 35px;
    }

    .footer__contact-in {
        width: 100%;
        padding: 0;
        max-width: 350px;
    }

    .footer__contact-ttl {
        font-size: 5.5vw;
        text-align: left;
        padding-left: 25px;
    }

    .footer__contact-ttl::before {
        width: 16.5px;
        height: 26px;
        top: 8px;
        left: 0;
        right: auto;
    }

    .footer__contact-btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .footer__contact-btn {
        width: 90%;
        height: auto;
        border-radius: 5px;
    }

    .footer__contact-btn__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-weight: bold;
    }

    .footer__contact-btn-ico {
        margin-right: 13px;
    }

    .footer__contact-btn-tel {
        font-size: 28px;
    }

    .footer__contact-btn__block-txt-sub {
        width: 80px;
        height: 22px;
        font-size: 12px;
        margin-right: 10px;
    }

    .footer__contact-btn__block-txt {
        font-size: 14px;
    }

    @media screen and (max-width: 767px) {
        .tenpo-font {
            font-size: 1.8rem;
        }
    }

    /*footer__contact-btn--tel*/
    .footer__contact-btn--tel {
        margin-right: auto;
        padding: 12px 0 7px;
        position: relative;
        z-index: 3;
    }

    .footer__contact-btn--tel .footer__contact-btn-ico {
        width: 15px;
    }

    /*footer__contact-btn--web*/
    .footer__contact-btn--web {
        font-size: 19px;
        margin-top: 10px;
    }

    .footer__contact-btn--web::before {
        width: 91.5px;
        height: 120.5px;
        top: -185px;
        right: 6px;
    }

    .footer__contact-btn--web-in {
        padding: 20px 0;
    }

    .footer__contact-btn--web .footer__contact-btn-ico {
        width: 33.5px;
    }

    /* footer__contact-btn02 ------------*/
    .footer__contact-btn02 {
        width: 250px;
        height: 50px;
        font-size: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer__contact-btn--faq {
        margin-right: auto;
        margin-bottom: 10px;
    }

    .footer__contact-btn--faq .footer__contact-btn-ico {
        width: 24px;
    }

    /*------------ footer__nav ------------*/
    .footer__nav {
        padding: 30px 20px 20px;
        max-height: 100%;
        overflow: visible;
    }

    .footer__nav-list {
        width: 100%;
        padding: 0;
        display: block;
    }

    .footer__nav .slick-track {
        display: block;
    }

    .footer__nav-item {
        margin: 0 0 15px;
        text-align: center;
    }

    /*------------ footer__page-top ------------*/
    .footer__page-top {
        font-size: 40px;
    }

    /*------------ footer__under ------------*/
    .footer__under {
        padding: 25px 20px 30px;
        display: block;
    }

    .footer__under-in {
        display: block;
    }

    .footer__under-l {
        margin-right: auto;
        margin-left: auto;
    }

    .footer__under-logo {
        width: 165px;
    }

    .footer__under-sns {
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .footer__under-sns-item:not(:last-child) {
        margin-right: 20px;
    }

    .footer__under-c {
        width: 100%;
    }

    .footer__under-list {
        font-size: 12px;
        display: block;
        padding: 0;
    }

    .footer__under-list__block {
        width: 100%;
    }

    .footer__under-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
        line-height: 1.4;
        border-top: 1px solid #6b5d56;
        position: relative;
    }

    .footer__under-link--plus {
        position: relative;
    }

    .footer__under-link--plus::before,
    .footer__under-link--plus::after {
        content: "";
        display: block;
        width: 13px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 20px;
    }

    .footer__under-link--plus::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .footer__under-link--plus.active::after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .footer__under-link--bu {
        border-bottom: 1px solid #6b5d56;
    }

    .footer__under-link--sub {
        padding-left: 30px;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__under-link--sub::before {
        content: none;
    }

    .footer__under-list {
        margin-top: 20px;
    }

    .footer__under-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__under-item:not(:last-child) {
        margin-right: 0;
    }

    .footer__under-item li {
        width: 100% !important;
    }

    .footer__under-item--100 {}

    .footer__under-r {
        display: none;
    }

    .footer__under-cp {
        padding: 10px;
    }

    /*------------------------------------------------
	not-found 404
	------------------------------------------------*/
    .not-found__top {
        padding: 0 15px;
    }

    .not-found__top-in {
        width: 100%;
        max-width: 335px;
        padding: 20px 0 30px;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
        z-index: 1;
    }

    .not-found__top-in::after {
        width: 141px;
        height: 260px;
        right: calc(-100% - 195px);
        left: -100%;
        margin: auto;
        bottom: 0;
        top: 20px;
        z-index: -1;
    }

    .not-found__top-img {
        width: 100%;
        max-width: 335px;
    }

    .not-found__top-ttl {
        font-size: 18px;
        margin-top: 10px;
    }

    .not-found__top-ttl::after {
        width: 24px;
        height: 3px;
        margin: 7px 0;
    }

    .not-found__top-txt {
        font-size: 13px;
        line-height: 1.7;
    }

    .not-found__nav-in {
        padding: 30px 0 0;
    }

    .not-found__nav-ttl {
        font-size: 12px;
        max-width: 300px;
        width: 100%;
        height: 30px;
    }

    .not-found__nav-ttl::after {
        border-width: 10px 10px 0 10px;
        bottom: -10px;
    }

    .not-found__nav-list {
        margin-top: 25px;
    }

    .not-found__nav-item {
        width: 50%;
        height: 40px;
    }

    .not-found__nav-item:not(:nth-last-child(-n + 2)) {
        border-bottom: 1px solid #ffba99;
    }

    .not-found__nav-item:nth-child(odd) {
        border-right: 1px solid #ffba99;
    }

    .not-found__nav-link {
        padding-left: 30px;
        font-size: 12px;
    }

    .not-found__nav-link::after {
        right: 15px;
    }
}