/*=================================
	root
===================================*/

:root {
    --color-white: #fff;
    --color-red: #f00;
    --color-myj-red: #c8373c;
    --color-pink: #f7617a;
    --color-purple: #8982e1;
    --color-blue: #236bc1;
    --color-brown: #844c25;
}



/* text color */
.text-red {
    color: var(--color-red);
}

.text-brown {
    color: var(--color-brown);
}


/* background color */
.bg-white {
    background-color: var(--color-white);
}

.bg-myj-red {
    background-color: var(--color-myj-red);
}

.bg-pink {
    background-color: var(--color-pink);
}


.bg-purple {
    background-color: var(--color-purple);
}

.bg-blue {
    background-color: var(--color-blue);
}


/* border color */
.border-brown {
    border-color: var(--color-brown);
}




/*=================================
	overwrite
===================================*/

article {
    font-size: 1.4rem;
    padding-bottom: 0;
}

article a {
    transition: .2s linear;
}

article a:hover {
    opacity: 0.6;
}



#tokka dt {
    font-size: 20px;
}



#tokka dl.spec .red-price {
    font-size: 24px;
}


/*=================================
	overwrite
===================================*/

footer .inside {
    width: 95% !important;
    margin: auto;
}

footer .inside .general .inside {
    width: 100% !important;
}


@media print,
screen and (max-width:640px) {
    .pageTop {
        width: 54px;
        height: 40px;
    }

}



/*=================================
	// note arrow
===================================*/

.arrow_r.medium {
    margin-right: .25em;
    width: 10px;
    margin-top: -3px;
}

.arrow {
    width: .5em;
    height: .5em;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}


/*===================
	// note common
=====================*/
.flexbox {
    display: flex;
    justify-content: space-between;
}


/*=====================
	// note color
=======================*/

.orange {
    color: #ff6224;
}


/*==================
	// id #title
======================*/

#title {
    position: relative;
}

#title .inside {
    margin: auto;
    position: relative;
}

#title .link-to-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#h1_pc {
    display: none;
}

#h1_mob {
    display: block;
}

#title .inside .link-to-top a {
    font-size: 1.3rem;
    color: #fff;
    padding: .5em 1em .25em;
    display: inline-block;
    background: #EF8229 url(../img/bg_yoyaku.png) repeat;
}


@media screen and (min-width: 900px) {
    #bg {
        background: url(../../img/spring/bg_title-80.jpg) no-repeat top center;
    }


    #title .inside {
        width: 98%;
        max-width: 1260px;
        padding-top: 60px;
    }

    #title h1 img {
        width: 95%;
        max-width: 726px;
    }

    #h1_pc {
        display: block;
    }

    #h1_mob {
        display: none;
    }


}

/*=================================
	moritown
===================================*/

#moritown {
    width: 76%;
    margin: auto auto 45px;
    padding: 0 0 18px;
    background: url(../img/bg_epos.png) repeat;
}

#moritown h4 {
    text-align: center;
    margin-bottom: .5em;
    padding: 1.75em 0 0;
    position: relative;
}

#moritown h4 img.txt {
    width: 46%;
    max-width: 430px;
}

#moritown h4 img.flag {
    width: 20%;
    max-width: 188px;
    position: absolute;
    top: -15px;
    left: 20%;
    z-index: 2;
}

#moritown .inside {
    width: 91%;
    margin: auto;
    padding: 2em 2.5%;
    background: #fff;
}

#moritown p.catch {
    margin: 0 0 1em;
    text-align: center;
}

#moritown p.catch strong {
    font-size: 18px;
}

#moritown dl {
    width: 80%;
    margin: auto;
}

#moritown dt {
    font-size: 1.3rem;
    color: #fff;
    background: #8692d4;
    display: inline-block;
    padding: 0 1em;
    border-radius: .2em;
}

#moritown dd {
    margin-left: 1em;
}

#moritown dd::before {
    content: '\25CF';
    color: #849FFF;
    margin-right: 5px;
}

#moritown dd:last-child::before {
    content: none;
    margin-right: 0;
}

#moritown p.catch strong .orange br.tab {
    display: none;
}

#moritown p.catch strong .orange br.epsmob {
    display: none;
}


@media screen and (max-width: 1280px) {
    #moritown {
        width: 85%;
    }

    #moritown p.catch strong .orange br.tab {
        display: block;
    }
}


@media screen and (max-width: 1023px) {
    #moritown {
        width: 90%;
    }
}

@media print,
screen and (max-width: 900px) {
    #moritown h4 {
        padding: .5em 0 0;
        margin-bottom: .5em;
    }

    #moritown p.catch strong {
        font-size: 1.8rem;
    }

    #moritown dl {
        width: 100%;
        margin: auto;
    }

    #moritown .catch span {
        display: block;
    }

    #moritown h4 {
        font-size: 2.6rem;
    }

    #moritown dd {
        margin-left: 0;
    }

}


@media print,
screen and (max-width: 768px) {
    #moritown dl {
        font-size: 1.3rem;
    }

}


@media print,
screen and (max-width: 640px) {

    #moritown h4 {
        margin-bottom: .1em;
        padding-top: .9em;
    }

    #moritown h4 img.txt {
        width: 80%;
        max-width: 80%;
    }

    #moritown h4 img.flag {
        width: 40%;
        max-width: 188px;
        position: absolute;
        top: -15px;
        left: -1%;
        z-index: 2;
    }

    #moritown .inside {
        width: 88%;
        padding: .5em 2.5% 1em;
    }

    #moritown p.catch strong {
        font-size: 1.5rem;
    }

    #moritown .catch span {
        display: inline;
    }

    #moritown dl {
        width: 95%;
    }


    #moritown p.catch strong .orange br.tab {
        display: none;
    }

    #moritown p.catch strong .orange br.epsmob {
        display: block;
    }
}

/*=================================
	title_notice
===================================*/

.title_notice {
    width: 85%;
    padding: 30px 3%;
    background: url(../img/bg_nav_blue_2.jpg) repeat top center;
    border-radius: 5px;
}


.title_notice .inside {
    width: auto !important;
    padding: 30px 30px 30px !important;
    background-color: #fff;
}

@media screen and (min-width: 1000px) {
    .title_notice {
        width: auto;

    }

}

/*=================================
	// id #title_nav
===================================*/


#title_nav {
    width: 95%;
}

#title_nav li {
    height: 80px;
}

#title_nav a {
    font-size: 16px;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
}

#title_nav li:nth-child(1) a {
    background: url(../img/bg_nav.jpg) repeat var(--color-pink);
}

#title_nav li:nth-child(2) a {
    background: url(../img/bg_nav_2.jpg) repeat var(--color-purple);
}

#title_nav li:nth-child(3) a {
    background: url(../img/bg_nav_3.jpg) repeat var(--color-blue);
}


@media screen and (min-width: 640px) {

    #title_nav li {
        width: 32%;
        height: auto;

        display: inline-block;
    }

    #title_nav li a {
        padding: 5px 0;
    }
}




/*=================================
	// class .contents
===================================*/

.contents {
    background: #89c7ec url(../img/bg_nav_blue.jpg) repeat 0 0;
    /* background: #89c7ec; */
}

.contents img {
    width: 100%;
}

.contents .lv_02 {
    width: 95%;
    max-width: 1260px;
    margin: auto;
}


.contents h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    /* line-height: 1.1; */
}


#tokka h2 {
    background: url(../img/bg_nav.jpg) repeat var(--color-pink);
}

#clp h2 {
    background: url(../img/bg_nav_2.jpg) repeat var(--color-purple);
    min-height: 180px;
}

#standard h2 {
    background: url(../img/bg_nav_3.jpg) repeat var(--color-blue);
}


.contents .sub_category {
    margin-bottom: 40px;
}

.contents h3 {
    width: 80%;
    margin: auto auto 15px;
    color: #cd0000;
    margin-bottom: 1.4em;
    padding: 15px 0;
    font-size: 2.9rem;
    font-weight: normal;
    text-align: center;
    border-top: #cd0000 thin solid;
    border-bottom: #cd0000 thin solid;
}

.contents h3 span {
    display: block;
}

.contents h3 .jp {
    font-size: 2.0rem;
}

.contents h3 span.sub {
    font-size: 1.8rem;
    display: block;
}

.contents .lead {
    width: 95%;
    margin: auto auto 30px;
}

.contents .lead p {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1em;
}









@media screen and (min-width: 1000px) {

    .contents h2 {
        min-height: 150px;
    }

}


/*=================================
	// id #used
===================================*/

#used {
    width: 90%;
    margin: 0 auto;
}


#used h3 small {
    display: block;
}

#used .flexbox {
    width: 90%;
    margin: auto;
}


#used .txtbox {
    width: 60%;
}

#used figure {
    width: 37%;
    max-width: 420px;
}



@media print,
screen and (max-width: 900px) {
    #used .flexbox {
        display: block;
    }

    #used .txtbox {
        width: 100%;
    }

    #used figure {
        width: 70%;
        margin: auto;
    }

}






/*==================================
	// id #access
====================================*/
#access {
    width: 98%;
    max-width: 1260px;
    margin: auto;
}



#access h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #c8373c;
    font-size: 30px;
    text-align: center;
    border-bottom: #c8373c 2px solid;
}

#access .inside {
    display: flex;
    justify-content: space-between;
}

#access .mapbox {
    width: 40%;
}

#access .mapbox iframe {
    width: 100%;
    height: 380px;
}

#access .txtbox {
    width: 57%;
    padding: 1em 0 0;
    font-size: 1.6rem;
}

#access h4 {
    color: #c8373c;
    font-size: 3.0rem;
    margin-bottom: 0;
}

#access .telephone {
    font-size: 2.4rem;
    display: block;
}


.link-lineup {
    text-align: center;
}

.link-lineup a {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    padding: 15px 0;
    color: #fff;
    background: #c8373c;
    display: block;
    border-radius: 3em;
}

.button_m {
    font-size: 14px;
    padding: 3px 15px;
    color: #fff;
    background: #c8373c;
    border-radius: 3px;

}

@media print,
screen and (max-width: 768px) {

    #access .inside {
        display: block;
    }

    #access .mapbox {
        width: 90%;
        margin: auto;
    }

    #access .mapbox iframe {
        width: 100%;
        height: 300px;
    }

    #access .txtbox {
        width: 95%;
        margin: auto;
    }

    #access .txtbox p {
        font-size: 1.4rem;
    }

    #access h4 {
        font-size: 2.2rem;
    }

    #access .telephone {
        font-size: 2.0rem;
    }

}





/*====================================================
	advance_notice
=====================================================*/

.advance_notice {
    font-size: 1.4rem;
    text-align: center;
    background: #fff;
    padding: 10em 0 10em;
}

.advance_notice p {
    margin-bottom: 1em;
}

.advance_notice a {
    display: block;
    margin-bottom: 1em;
}


.advance_notice .shoplogo {
    width: 20%;
    max-width: 250px;
    margin: auto;
}


@media print,
screen and (max-width: 768px) {

    .advance_notice .shoplogo {
        width: 50%;
        max-width: 50%;
        margin: auto;
    }

}


/*=================================
	tothetop
===================================*/

.pageTop {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    width: 64px;
    height: 50px;
    padding-top: 1.2em;
    text-align: center;
    background: #ef8228;
    border-radius: 50%;

    box-shadow: 0 1px 2px 0 #e78b3e;
    text-shadow: 0 1px 3px #e78b3e;
}

.pageTop:hover {
    background: #ef8228;
    text-shadow: 0 1px 3px #e78b3e;
}