@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", sans-serif; */
    line-height: 1.5;
    /* webkit-text-size-adjust: 100%;
    ms-text-size-adjust: 100%; */
}

main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* line-height: 1.5; */
    webkit-text-size-adjust: 100%;
    ms-text-size-adjust: 100%;
}

#wrap {
    position: relative;
}


header{
    font-size: 1.4em;
    font-family: Arial, メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    word-break: break-word;
    line-height: 1.5;
}


/*====================================================
	reset
====================================================*/

ul,
ol,
li {
    list-style: none;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
}


/* ////////// mobile ////////// */

@media print,
screen and (max-width: 768px) {
    img {
        max-width: 100%;
        vertical-align: middle;
    }

    /* mobile end */
}


/*====================================================
	float and clearfix
====================================================*/

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
    overflow: hidden;
}

.cf {
    zoom: 1;
}


/* For IE 6/7 */

/*====================================================
	// note anchor
====================================================*/

a {
    color: #000;
    /*    color: #3399cc;*/
    text-decoration: none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

a img.arrow {
    width: 1.25em;
    vertical-align: middle;
}


a.line {
    text-decoration: underline;
}

a.opacity:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

a .arrow {
    /* padding: 0 0.3em; */
    margin-right: 5px;
    margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
    a .arrow {
        padding: 0 0.3em;
    }
}




/*====================================================
	common classes
====================================================*/



h3,
h4,
h5,
h6 {
    margin-bottom: .5em;
}


/* p,
ul,
dl {
    margin-bottom: 1em;
} */


ul,dl {
    margin-bottom: 1em;
}



.hidetxt {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.0rem;
    line-height: 1;
    display: block;
}

.d_none {
    display: none;
}

.d_block {
    display: block;
}

ul.disc li {
    list-style: disc;
    list-style-position: outside;
}

ul.number li {
    list-style: decimal;
    list-style-position: outside;
}

.under_line {
    text-decoration: underline;
}

.dot_line {
    padding-bottom: 1em;
    border-bottom: #999 1px dotted;
}

.taxin {
    font-weight: normal;
    color: #000;
}

.openprice {
    font-size: 1.2rem;
    font-weight: normal;
    color: #000;
}

.sat,
.sun,
.weekday {
    /* padding: 0.2em 0.5em; */
    padding: 3px 5px;
    color: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
}



@media screen and (min-width: 769px) and (max-width: 1280px) {
    /*
    br.mob {
        display: none;
    }
    br.pc {
        display: none;
    }
    br.largest {
        display: none;
    }
*/
}







/*==================================
	// note break
====================================*/


@media screen and (min-width: 1024px) {
    br.pc {
        display: block;
    }

    br.tab,
    br.mob {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    br.tab {
        display: block !important;
    }

    br.pc,
    br.mob {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    br.mob {
        display: block !important;
    }

    br.pc,
    br.tab {
        display: none;
    }
}



/*====================================================
	// note br and display
====================================================*/





img.mob {
    display: none;
}

.d_nonePC {
    display: none;
}

.taxin {}

.apply_pink a:hover {
    background: #f4339c;
    text-decoration: none;
}

ul.read_more {
    display: none;
}





@media print,
screen and (max-width: 768px) {
    img.pc {
        display: none;
    }

    img.mob {
        display: block;
    }

    .d_noneMOB {
        display: none;
    }

    .mobHidetxt {
        display: none;
    }

    ul.read_more {
        display: block;
    }

}




/*====================================================
	font 
====================================================*/

.mincho {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* .en {
    font-family: "Arial Black", Gadget, sans-serif;
} */

.fw_normal {
    font-weight: normal;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.t_center {
    text-align: center;
}

.red {
    color: #f00;
}

.red2 {
    color: #c00;
}

.myj_red {
    color: #d0000f;
}

.black {
    color: #000;
}

.pink {
    color: #f47878;
}

.orange {
    color: #ff791f;
}

.purple {
    color: #966B9D;
}

.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;
}

.marker_yellow {
    background: linear-gradient(transparent 60%, #ff0 0%);
}

.marker_pink {
    background: linear-gradient(transparent 60%, #ffcbcb 0%);
}

.marker_green {
    background: linear-gradient(transparent 60%, #b0f8ba 0%);
}

.sat {
    background: #006bb5;
}

.sun {
    background: #e60012;
}

.weekday {
    /* background: #339966; */
    background: #ad7357;
}



/*====================================================
	margin
====================================================*/

.mb_1 {
    margin-bottom: 1em !important;
}

.mt_05 {
    margin-top: .5em !important;
}

.mt_1 {
    margin-top: 1em !important;
}


/*==============
	#wrap / layout
=================*/

#wrap {
    width: 100%;
    overflow: hidden;
    font-size: 1.4rem;
    background: #fff;
}

footer .lv_02 {
    background: #fff;
}


/*==============
	// id #contents_all / 
=================*/

/*=========================
// id #sub_navigation
===========================*/

#sub_navigation {
    width: 98%;
    margin: auto auto 2em auto;
    /* padding: 3em 0 0; */
    max-width: 1200px;
    /**/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /**/
    justify-content: space-between;
    /*      box-shadow: 0 0.3em 0.3em 0 #fff;*/
}

#sub_navigation .box {
    width: 49%;
    margin-bottom: 1em;
    position: relative;
    /*      box-shadow: 0 0.5em 0.8em 0 #fff;*/
    /*    border: #fff thin solid;*/

}

#sub_navigation .subnav_bg {
    padding: 2em 5%;
    /*    background: url(../img/top/bg_subnav.png) repeat;*/
}

#sub_navigation .inside {
    height: 272px;/*230*/
    padding: 1.5em 1.5em;
}

#sub_navigation .box h3 {
    margin-bottom: 0.5em;
}

#sub_navigation .box h3 img {
    width: 100%;
    max-width: 472px;
}


#sub_navigation #school h4 {
    color: #fff;
    margin-bottom: 0.5em;
    padding: 0.2em 1em;
    /* background: #08aae6; */
    background: #449DD1;
    border-radius: 1em;
    display: inline-block;
}

#sub_navigation .inside {
    background: #fff;
}

#sub_navigation .link a {
    width: 75.8%;/*70*/
    margin: auto;
    padding: 0.4em 1em 0.5em 1em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #5e383f;
    display: block;
    border-radius: 2em;
}

/* individual */

#sub_navigation #mrc {
    /* background: #ebdacb; */
    background: #FFECEB;
}

#sub_navigation #mrc .popup {
    width: 50%;
    position: absolute;
    top: -3em;
    right: -1em;
    z-index: 2;
}

#sub_navigation #mrc .popup img {
    width: 100%;
}

#sub_navigation #mrc p {
    margin-bottom: 1em;
}

#sub_navigation #mrc dt {
    margin-bottom: 0.5em;
    padding: 0.2em 1em;
    color: #fff;
    font-weight: bold;
    /* background: #7b442b; */
    background: #966B9D;
    border-radius: 2em;
    display: inline-block;
}

#sub_navigation #mrc dd {
    margin-bottom: 0.5em;
}

#sub_navigation #mrc .dd_txt {
    width: 94%;
}

#sub_navigation #school {
    /* background: #d6f4d1; */
    background: #EDF1E4;
}

#sub_navigation #school p {
    margin-bottom: 1em;
}

#sub_navigation #school .br1 {
    display: block;
}



@media screen and (max-width: 1150px) {
    #sub_navigation .inside {
        height: 292px;/*250*/
        padding: 1.5em 1.5em;
    }
}


@media screen and (max-width: 1090px) {
    #sub_navigation #school .br1 {
        display: none;
    }

}


@media screen and (max-width: 910px) {
    #sub_navigation .inside {
        height: 332px;/*290*/
    }
}

/* // note #sub_navigaton mobile */

@media print,
screen and (max-width: 768px) {

    /* ////////// mobile ////////// */
    #sub_navigation {
        width: 95%;
        margin: auto;
        font-size: 1.3rem;
        display: block;
    }

    #sub_navigation .box {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    #sub_navigation .box h3 {
        margin-bottom: 0;
    }

    #sub_navigation .box h3 img {
        width: 90%;
    }

    #sub_navigation .subnav_bg {
        padding: 1em 5%;
    }

    #sub_navigation .inside {
        height: auto;
        padding: 1em;
    }

    /* mrc */
    #sub_navigation #mrc .popup {
        width: 45%;
        position: absolute;
        top: -2em;
        right: 0;
        z-index: 2;
    }

    #sub_navigation #mrc dd {
        margin-bottom: 0;
    }


    /* mobile end */
}

/*=============================
	sns_iconbox
===============================*/


.sns_iconbox {
    width: 95%;
    /* max-width: 1260px; */
    max-width: 1200px;
    margin: auto auto 60px;
    padding-top: 60px;
    text-align: center;
    font-size: 1.5rem;
}


.sns_iconbox h4 {
    color: #fff;
    background: #c8373c;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 1em;
    border: none;
}

.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;
    }

    .sns_iconbox h4 {
        text-align: center;
    }

    .sns_iconbox p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

}


/*====================================================
	.advance_notice
====================================================*/

.advance_notice {
    width: 1000px;
    margin: auto;
    padding-bottom: 15px;
}


.advance_notice .notice {
    padding: 5em 0;
    text-align: center;

    border-radius: 1em;
    background: #ffffd9;
}

.advance_notice p {
    padding: 1em 3em;
    line-height: 1.6;
}

.advance_notice a {
    text-decoration: underline;
}


.advance_notice .head {
    width: 100%;
    padding: 2em 0;
}

.advance_notice p {
    font-size: 1.6rem;
}





/* ////////// mobile ////////// */

@media print,
screen and (max-width: 768px) {
    .advance_notice {
        width: 95%;
        margin: auto auto 3em auto;
    }

    .advance_notice p {
        font-size: 1.4rem;
    }

    .advance_notice .head {
        width: 100%;
        padding: 2em 1em;
    }

    .advance_notice .head img {
        width: 40%;
    }

    /* mobile end */
}




/*====================================================
// id #sns_sharebox
=====================================================*/

#sns_sharebox_outer {
    width: 98%;
    max-width: 1200px;
    margin: auto auto 5em;
    /*    border: #f00 thin solid;*/
}

#sns_sharebox {
    width: auto;
    height: auto;
    text-align: right;
    font-size: 1.4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /**/
    justify-content: space-between;
    /*    border: #f00 thin solid;*/
}

#sns_sharebox li {
    width: 32%;
    padding: 0.5em 0;
    text-align: center;
    display: block;
}

#sns_sharebox a {
    color: #fff;
    padding: 0 1em 0 1em;
    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: #55acee;
}

#sns_sharebox #line {
    background: #1dcd00;
}


/* ////////// mobile ////////// */

@media print,
screen and (max-width: 768px) {
    #sns_sharebox_outer {
        width: 95%;
        margin: auto;
        padding: 1em 0;
    }

    #sns_sharebox {
        margin: auto;
        font-size: 1.3rem;
    }

    #sns_sharebox li {
        width: 30%;

    }

    /* mobile end */
}







/*====================================================
	#map_wrap
====================================================*/

#map_wrap_outer {
    padding-top: 2em;
    margin-bottom: 2em;
}

#map_wrap {
    width: 98%;
    max-width: 1200px;
    margin: auto;
}

#map_wrap h4 {
    text-align: center;
    color: #fff;
    /* background: #d9107e; */
    background: #c8373c;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    padding: 1em;
    border: none;
}


#map_wrap .lead {
    padding: 1em 1.5%;
}

#map_wrap .txt_box {
    line-height: 1.5;
}


#map_wrap dt {
    padding: 0 1em;
    font-size: 1.3rem;
    font-weight: bold;
    background: #fff;
    border: #ccc 1px solid;
    border-left: #c8373c 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-radius: 0.2em;
    border: #ccc 1px solid;
    border-left: #b5265c 3px solid;
    display: block;
}

#map_wrap .telnum .txt {
    font-size: 1.4rem;
}

#map_wrap em {
    font-weight: bold;
}

#map_wrap .inq a {
    width: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #c8373c;
    border-radius: 2em;
    display: block;
    /*    box-shadow: 0 0.3em 0.3em 0 #aaa;*/
}

#map_wrap .inq a:hover {
    /* background: #ff2c9f; */
    text-decoration: none;
}


.map_lv_02 {
    padding: 1em 1.5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /**/
    justify-content: space-between;
}

#map_wrap .map_box {
    width: 33%;
    margin-right: 20px;
    font-size: 1.2rem;
}

#map_wrap p {
    font-size: 1.3rem;
    margin-bottom: 1em;
}

#map_wrap .map_box iframe {
    width: 100%;
    height: 405px;
}

#map_wrap .txt_box {
    width: 65%;
}

#map_wrap .inq a {
    padding: 1em 1em;
}

#map_wrap .telnum strong {
    width: 3em;
    margin-bottom: 2px;
    display: block;
}

#map_wrap .map_lv_02 dd {
    font-size: 1.4rem !important;
}

/* pc end */

/* ////////// mobile ////////// */

@media print,
screen and (max-width: 768px) {
    #map_wrap_outer {
        padding: 3em 0 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 1.5%;
    }

    #map_wrap .lead p {
        width: 100%;
        line-height: 1.6;
        margin: 0 0 1em;
    }

    .map_lv_02 {
        display: block;
    }

    #map_wrap .map_box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }

    #map_wrap .map_box iframe {
        width: 100%;
        height: 250px;
    }

    #map_wrap .map_box .link_map {
        font-size: 1.2rem;
        text-align: right;
    }

    #map_wrap .txt_box {
        width: auto;
    }

    #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;
    }

    #map_wrap .inq a {
        width: auto;
    }


    /* mobile end */
}



/*====================================================
	.tothetop
=====================================================*/

div#tothetop a {
    display: block;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    /* background:#ff6e2e; */
    background:#008b3e;
    filter: alpha(opacity=85);
    moz-opacity: 0.85;
    opacity: 0.85;
}

div#tothetop a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


/* ////////// mobile ////////// */

@media print,
screen and (max-width: 768px) {
    div#tothetop {
        position: fixed;
        right: 1.8em;
        bottom: 2.5em;
        /* z-index: 1500; */
        z-index: 9;

        bottom: 20px;
        right: 20px;
    }

    div#tothetop a {
        /* padding: 1.8em 1em; */
        padding: 1.8em 1em 1.816em;
        font-size: 1.1rem;
    }

    div#tothetop a {
        border-radius:5em;
        /* CSS3草案 */
    }

    /* mobile end */
}


/* ////////// pc ////////// */

@media screen and (min-width: 769px) {
    div#tothetop {
        position: fixed;
        bottom: 30px;/*10*/
        z-index: 1500;
        right: 40px;/*30*/
    }

    div#tothetop a {
        font-size: 1.3rem;
        padding: 19px 9px;
        display: block;
    }

    div#tothetop a {
        display: block;
        font-weight: bold;
        text-decoration: none;

        border-radius: 2.5em;
        filter: alpha(opacity=85);
        moz-opacity: 0.85;
        opacity: 0.85;
    }

    /* pc end */
}


/*====================================================
	footer
=====================================================*/

/* footer {
    width: 98%;
    font-size: 1.1rem;
    max-width: 1200px;
    margin: auto;
}


footer a {
    color: #000;
}

#footer-corporate {
    margin-bottom: .5em;
}

.footerBottom {
    margin-bottom: 2em;
}

.footerBottom li {
    margin-right: 1em;
    padding-right: 1em;
    border-right: #999 thin solid;
    display: inline-block;
}

.footerMiddle .footerShopLink-heading {
    width: 5em;
    color: #fff;
    background: #c8373c;
    margin-bottom: .5em;
    padding: .3em 0;
    display: inline-block;
    text-align: center;
}

.footerMiddle .footerShopLink-body {
    margin-bottom: 1em;
}

.footerMiddle .footerShopLink-body li {
    margin-right: 1em;
    margin-bottom: .25em;
    padding-right: 1em;
    border-right: #999 thin solid;
    display: inline-block;
} */

/* @media screen and (min-width: 769px) {

    #footer-corporate img {
        width: 10%;
        float: left;
    }

    #footer-corporate p {
        width: 88%;
        float: right;
    }
}

@media screen and (max-width: 1024px) {

    footer {
        width: 95%;
        margin: auto;
    }
}

@media print,
screen and (max-width: 768px) {

    footer {
        width: 95%;
        margin: auto;
        padding-bottom: 10em;
    }

    #footer-corporate img {
        width: 30%;
        margin-bottom: .5em;
    }
} */