@charset "utf-8";

/* CSS Document */

html {
    font-size: 10px;
    font-size: 62.5%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
    line-height: 1.5;
    webkit-text-size-adjust: 100%;
    ms-text-size-adjust: 100%;
}


/* reset
-------------------------------------------------------- */

a {
    text-decoration: none;
}

a:hover {
    outline: none;
}

ul,
ol {
    list-style: none;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
}

s {
    color: #999;
}

.pink {
    color: #ff0066;
}



@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
        vertical-align: middle;
    }
}


/*====================================================
	float and clearfix
====================================================*/

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}


/* anchor
-------------------------------------------------------- */

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a.line {
    text-decoration: underline;
}

a.blue {
    color: #4179ac;
}


/*====================================================
	.arrow
====================================================*/

/*　カギ型矢印 */

.icon_arrow {
    width: 9px;
    height: 9px;
    margin-right: 1em;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: top;
}

.icon_arrow1 {
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
}

.icon_arrow2 {
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
}

.icon_arrow3 {
    border-color: transparent transparent #fff #fff;
    transform: rotate(45deg);
}


/*右向き三角矢印*/

.icon_arrow_tr {
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    border-width: 5px;
    border-color: transparent;
}

.icon_arrow_tr_left {
    border-left-width: 7px;
    border-right-width: 7px;
    border-left-color: #555;
}

.icon_arrow_tr_left_white {
    border-left-width: 7px;
    border-right-width: 7px;
    border-left-color: #fff;
}




/*====================================================
	common classes
====================================================*/

.hidetxt {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    font-size: 1.0rem;
    display: block;
}

.d_none {
    display: none;
}

.d_block {
    display: block;
}

ul.disc {
    padding-left: 2em;
}

ul.disc li {
    list-style: disc;
    list-style-position: outside;
}

ul.number li {
    list-style: decimal;
    list-style-position: outside;
}

.underline {
    text-decoration: underline;
}

.dot_line {
    padding-bottom: 1em;
    border-bottom: #999 1px dotted;
}

.shadow {
    box-shadow: 0 3px 5px 0 #999;
}

.fadeoutBtn a img {
    -webkit-transition: .2s;
    transition: .2s;
    overflow: hidden;
}

.fadeoutBtn a:hover img {
    opacity: .6;
}



.break_mob {
    display: inline-block;
    margin-left: .5em;
}

ul.read_more {
    display: none !important;
}








br.pc.tab,
br.mob.tab {
    display: block !important;
}

@media screen and (min-width: 1024px) {

    img.mob,
    br.tab,
    br.mob {
        display: none;
    }

    .d_nonePC {
        display: none;
    }
}


@media screen and (max-width: 1023px) {

    br.pc,
    br.mob {
        display: none !important;
    }

    br.tab {
        display: block !important;
    }

    br.pc.tab,
    br.mob.tab {
        display: block !important;
    }

    img.pc {
        display: none !important;
    }

    img.pc.tab {
        display: block !important;
    }

    img.mob {
        display: block !important;
    }

    .d_noneMOB {
        display: none;
    }

    /* mobile end */
}

@media screen and (max-width: 768px) {
    br.mob {
        display: block !important;
    }

    br.pc,
    br.tab,
    br.pc.tab {
        display: none !important;
    }

    img.pc {
        display: none;
    }

    img.pc.tab {
        display: none !important;
    }

    .break_mob {
        display: block;
    }

    .mobHidetxt {
        display: none;
    }

    ul.read_more {
        margin: 5px 0;
        display: block !important;
    }

    ul.read_more li {
        display: inline-block;
        padding: 0 10px;
        color: #a38544;
        font-size: 1.3rem;
        border: #a38544 thin solid;
        cursor: pointer;
    }


}



/*====================================================
	font 
====================================================*/

.f_10 {
    font-size: 1.0rem !important;
}

.f_11 {
    font-size: 1.1rem !important;
}

.f_12 {
    font-size: 1.2rem !important;
}

.f_13 {
    font-size: 1.3rem !important;
}

.f_14 {
    font-size: 1.4rem !important;
}

.f_16 {
    font-size: 1.6rem !important;
}

.f_18 {
    font-size: 1.8rem !important;
}

.f_20 {
    font-size: 2.0rem !important;
}

.fw_normal {
    font-weight: normal;
}

.fw_bold {
    font-weight: bold;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.t_center {
    text-align: center;
}




/* #wrapper 
-------------------------------------------------------- */

#wrapper {
    width: 100%;
    padding-bottom: 3em;
    overflow: hidden;
}


/* header
-------------------------------------------------------- */

/*
header {
    width: 100%;
}

header .inside {
    position: relative;
}
*/

#flag-100th {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

header a:hover {
    text-decoration: none;
}

header nav li {
    display: inline-block;
}

@media screen and (min-width: 769px) {
    /* header .inside {
        width: 1140px;
        font-size: 1.4rem;
        margin: 0 auto;
        padding: .7em 0 0;
    }

    #flag-100th {
        width: 13%;
    }

    #header-shoplogo {
        width: 62%;
        margin-left: 14.5%;
        float: left;
    }

    #hamburger {
        display: none;
    }

    header nav {
        margin-left: 16%;
        padding: 1em 0 .5em 0;
    }

    header nav ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding: 0;
        list-style: none;
    }

    header nav li {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0 2%;
    }

    header .inside .to-sr-top-pc a {
        position: absolute;
        top: 0;
        right: 0;
        padding-top: .3em;
    }

    .to-sr-top-pc a {
        font-size: 1.2rem;
        color: #fff;
        background: #a23545;
        padding: .2em 3em;
        border-radius: 0 0 .5em .5em;
    }

    .to-sr-top-pc a:hover {
        color: #fff;
        background: #bb7f87;
    } */

    /* pc end */
}

@media screen and (max-width: 768px) {
    header {
        margin-bottom: 0.5em;
    }

    #flag-100th {
        width: 20%;
        left: 1.5%;
    }

    header .inside {
        padding: .8em 0 0 0;
    }

    #hamburger {
        width: 9%;
        margin-right: 3%;
        float: right;
    }

    #header-shoplogo {
        width: 62%;
        margin-left: 20%;
        float: left;
    }

    header nav {
        display: none;
    }

    header nav ul {
        margin-top: 1em;
        margin-bottom: -.5em;
    }

    header nav li {
        border-bottom: #fff thin dotted;
        display: block;
    }

    header nav li a {
        /* font-size: 1.4rem;
        padding: .5em 1em;
        color: #fff;
        background: #a23545;
        display: block; */
    }

    header .inside .to-sr-top-pc {
        display: none;
    }

}




/*====================================================
	#msc
====================================================*/

#msc {
    background: #fff;
    font-size: 1.6rem;
    overflow: hidden;
}


#msc .inside {
    width: 90%;
    margin: auto;
}

#msc .br_se {
    display: none;
}

#msc h3 {
    text-align: center;
    color: #fff;
    background: #a38544;
    padding: 1em 1em .5em;
}


#msc h3 img {
    width: 50%;
}

#msc .inside {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content：space-between;
    padding: 2em 2.5% 3em;
}

#msc .txt {
    width: 69%;
    margin-right: 1%;
}

#msc figure {
    width: 30%;
    text-align: right;
}

#msc figure img {
    width: 100%;
    max-width: 290px;
}


#msc .catch {
    color: #9b7c25;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

#msc .free {
    color: #c00;
}

#msc .link a {
    color: #fff;
    background: #c2564a;
    margin-bottom: 1em;
    padding: .25em 1.5em;
    position: relative;
    border-radius: 3em;
}

/* #msc .link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 14px solid #e47669;
    border-left: 14px solid transparent;
} */

#msc p {
    margin-bottom: 2em;
}

#msc .link a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}



@media screen and (max-width: 1023px) {

    #msc h3 {
        padding: 2em 0 1em;
    }

    #msc h3 img {
        width: 80%;
    }

    #msc .link a {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        padding: 1em 1em;
        text-align: center;
        display: block;
    }

    #msc figure {
        width: 50%;
        margin: auto;
        text-align: center;
    }

    #msc .txt {
        width: auto;
        margin: 0 0 2em;
    }
}


@media screen and (max-width: 768px) {
    #msc .inside {
        padding: 2em 2.5% 0;
    }

    #msc h3 img {
        width: 95%;
    }

    #msc .link a {
        width: 90%;
    }

}



@media screen and (max-width: 320px) {
    #msc .link a {
        width: 80% !important;
        border-radius: 5em !important;
    }

    #msc .br_se {
        display: block;
    }

}





/*====================================================
	#map_wrap
====================================================*/

#map_wrap_outer {
    background: #fff;
}

#map_wrap {
    background: #fff;
}

/* #map_wrap h4 {
    color: #fff;
    background: #c2564a;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    padding: 1em;
    border: none;
} */



#map_wrap h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 1em;
    border: none;
    border-top: #555 thin solid;
    border-bottom: #555 thin solid;
}












#map_wrap .txt_box {
    line-height: 1.5;
}

#map_wrap .txt_box dl,
#map_wrap .txt_box ul {
    font-size: 14px;
    font-size: 1.4rem;
}

#map_wrap dt {
    padding: 0 1em;
    font-size: 1.3rem;
    font-weight: bold;
    background: #fff;
    border: #ccc 1px solid;
    border-left: #555 3px solid;
    display: inline;
}

#map_wrap .txt_box dd {
    margin-bottom: 1em;
}

#map_wrap .txt_box ul {
    margin-bottom: 1em;
}

#map_wrap .telnum strong {
    width: 3em;
    padding: 0 1em;
    font-size: 1.3rem;
    font-weight: bold;
    background: #fff;
    border: #ccc 1px solid;
    border-left: #555 3px solid;
    display: block;
}

#map_wrap .telnum .txt {
    font-size: 1.4rem;
}

#map_wrap em {
    font-weight: bold;
}

/* #map_wrap .inq a {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #c2564a;
    border-radius: 3em;
    display: block;
} */

#map_wrap .inq a {
    padding: 15px 0;
    text-align: center;
    color: #555;
    font-size: 14px;
    background: #fff;
    border: #555 thin solid;
    display: block;
    border-radius: 2em;
}


@media screen and (min-width: 901px) {
    #map_wrap_outer {
        padding: 30px 0 0 0;
    }

    #map_wrap {
        width: 95%;
        max-width: 1260px;
        margin: auto;
    }

    .map_lv_02 {
        margin-bottom: 30px;
        padding: 15px;
    }

    .map-index {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        /**/
        justify-content: space-between;
    }

    #map_wrap .map_box {
        width: 34%;
        margin-right: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    #map_wrap p {
        font-size: 1.3rem;
        margin-bottom: 1em;
    }

    #map_wrap .map_box iframe {
        width: 100%;
        height: 100%;
    }

    #map_wrap .txt_box {
        width: 63%;
        /*        border: #f00 1px solid;*/
    }

    #map_wrap .inq a {
        padding: 1em 1em;
    }

    #map_wrap .telnum strong {
        width: 3em;
        margin-bottom: 2px;
        display: block;
    }

    #map_wrap .inq {
        width: 50%;
    }

    /* pc end */
}



/* ////////// mobile ////////// */

@media screen and (max-width: 900px) {
    #map_wrap_outer {
        padding: 3em 0 3em 0;
    }

    #map_wrap {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 0 0;
        background: #fff;
    }

    #map_wrap p {
        width: 90%;
        font-size: 1.3rem;
        line-height: 1.3;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5em;
    }

    #map_wrap .lead {
        padding: 1em 0;
    }

    #map_wrap .lead p {
        line-height: 1.6;
        margin-bottom: 1em;
    }

    #map_wrap .map_box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }

    #map_wrap .map_box iframe {
        width: 100%;
    }

    #map_wrap .map_box .link_map {
        font-size: 1.2rem;
        text-align: right;
    }

    #map_wrap dl,
    #map_wrap ul {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #map_wrap .inq a {
        padding: 1em 1em;
    }

    #map_wrap .telnum .txt {
        padding: 1em 0 0 0;
        display: block;
    }

    /* mobile end */
}





@media screen and (max-width: 320px) {
    #map_wrap h4 {
        font-size: 1.4rem;
    }

}


/*====================================================
#sns_sharebox
=====================================================*/

#sns_sharebox_outer {
    width: 95%;
    margin: auto;
}

#sns_sharebox {
    font-size: 1.4rem;
    text-align: right;
    /**/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content：space-between;
}

#sns_sharebox li {
    width: 32%;
    margin: 0 0.5%;
    padding: 0.5em 0;
    text-align: center;
    display: inline;
}

#sns_sharebox a {
    color: #fff;
    padding: 0 1em 0 1em;
    border-radius: 0.2em;
    display: block;
}

#sns_sharebox a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    text-decoration: none;
}

#sns_sharebox #fb_share {
    background: #3b5998;
}

#sns_sharebox #tweet {
    background: #fff;
    border: #000 thin solid;
}

#sns_sharebox #tweet a {
    color: #000;
}

#sns_sharebox #line {
    background: #1dcd00;
}

@media print,
screen and (min-width: 1024px) {
    #sns_sharebox_outer {
        max-width: 1080px;
        margin: auto;
        padding: 5em 0;
    }

    /* pc end */
}

@media screen and (max-width: 1023px) {
    #sns_sharebox_outer {
        width: 95%;
        margin: auto;
        padding: 1em 0;
    }
}



@media screen and (max-width: 320px) {
    #sns_sharebox {
        font-size: 1.3rem;
    }
}



/*=============================
	sns_iconbox
===============================*/


.sns_iconbox {
    width: 95%;
    max-width: 1260px;
    margin: auto auto 60px;
    /* padding-top: 120px; */
    text-align: center;
    font-size: 1.5rem;
}


.sns_iconbox h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 1em;
    border: none;
    border-top: #555 thin solid;
    border-bottom: #555 thin solid;
}

.sns_iconbox p {
    margin-bottom: 30px;
}

.sns_iconbox ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns_iconbox li {
    width: 40px;
    margin: 0 10px;
}

.sns_iconbox li:nth-child(3) {
    width: 100px;
}

.sns_iconbox li img {
    width: 100%;
    vertical-align: bottom;
}



@media print,
screen and (max-width: 768px) {



    .sns_iconbox {
        text-align: left;
        font-size: 1.4rem;
        padding-top: 60px;
    }

    .sns_iconbox h4 {
        text-align: center;
    }

    .sns_iconbox p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }




}

/*====================================================
	advance_notice
=====================================================*/

.advance_notice {
    font-size: 1.4rem;
    text-align: center;
    background: #fff;
    padding: 10em 0 5em;
}

.advance_notice p {
    margin-bottom: 1em;
}


/*====================================================
	.tothetop
=====================================================*/

div#tothetop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 1500;
}

div#tothetop a {
    padding: 1.6em .75em;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    background: #555;
    display: block;
    border-radius: 50%;
}

div#tothetop a:hover {
    opacity: 0.5;
}





@media screen and (max-width: 768px) {
    div#tothetop {
        position: fixed;
        right: 15px;
        bottom: 30px;
        z-index: 500;
    }

    div#tothetop a {
        font-size: 1.0rem;
    }

    /* mobile end */
}






/*====================================================
	copyright
=====================================================*/

@media screen and (max-width: 768px) {
    #copyright {
        width: 95%;
        margin-top: 0.5em;
        margin-left: auto;
        margin-right: auto;
    }

    /* mobile */
}

@media print,
screen and (max-width: 1080px) {
    #copyright {
        padding: 0 1em 5em 0;
    }

    /* pc end */
}

@media print,
screen and (min-width: 769px) {
    #copyright {
        max-width: 1080px;
        margin: 0 auto;
    }

    /* pc end */
}