/*====================================================
	common classes
====================================================*/





.hidetxt {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    font-size: 1.0rem;
    display: block;
}

.d_block {
    display: block;
}



img.mob,
img.tab {
    display: none !important;
}

br.tab,
br.mob {
    display: none !important;
}

.d_nonePC {
    display: none;
}



ul.read_more {
    display: none !important;
}




@media print,
screen and (max-width:768px) {

    br.mob {
        display: block !important;
    }

    br.pc,
    br.tab {
        display: none;
    }

    img.pc {
        display: none !important;
    }

    img.mob {
        display: block !important;
    }

    .mobHidetxt {
        display: none;
    }

    ul.read_more {
        display: block !important;
    }

}




/*=================================
	margin
===================================*/

.mb_0 {
    margin-bottom: 0 !important;
}

.mb_05 {
    margin-bottom: .5em !important;
}



/*=================================
	font 
===================================*/

.f_10 {
    font-size: 1.0rem;
}

.f_11 {
    font-size: 1.1rem;
}

.f_12 {
    font-size: 1.2rem;
}

.f_13 {
    font-size: 1.3rem;
}

.f_14 {
    font-size: 1.4rem !important;
}

.f_15 {
    font-size: 1.5rem !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;
}

.red {
    color: #9e0905;
}

.red2 {
    color: #f00;
}


.black {
    color: #000;
}

.gray {
    color: #999;
}

.endtxt {
    color: #f00;
    margin-bottom: 0 !important;
    font-size: 1.4rem !important;
    font-weight: normal;
}

s {
    color: #999;
}






@media screen and (width: 768px) {
    header .inside #shop_logo {
        width: 85%;
    }



    header #hour_txt {
        display: block;
        width: auto;
        margin-bottom: 0.2em;
        font-size: 1.2em;
    }




}



/*==========================
	overwrite
============================*/

.br1024 {
    display: none;
}


figcaption {
    font-size: 15px;
    padding-top: 1em;
    line-height: 1.6;
}

em {
    font-style: normal;
}

.pink {
    color: #e81e8e;
}

.orange {
    color: #fc6f60;
}

img {
    height: auto;
    max-width: 100%;
    color: #fff;
    width: auto;
    border: 0;
    vertical-align: middle;
}

#contents {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}


.contents_inner {
    width: 95%;
    max-width: 1280px;
    margin: auto;
    background: #fff;
    /* border: #f00 thin solid; */
}

#pankuz {
    padding: 1.2em 1em 0.2em;
    font-size: 1.2rem;

    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}


/******** 768 ******************/
@media print,
screen and (max-width: 768px) {
    article.seminar {
        width: 100%;
        margin: auto;
    }

    #pankuz {
        display: none;
    }


    /**************　追加　*******************/
    header .inside #shop_logo {
        width: 85%;
    }
}


/******** 640 ****************/
@media (max-width: 640px) {
    .headerBurger {
        position: absolute;
        top: 6px;
        right: .8em;
    }
}





/*==========================
	#seminar overwrite
============================*/

article {
    width: 100%;
    margin: auto;
}

article a {
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

article a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}




/*==========================
	// common
============================*/

.flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}


/*==========================
	// id #contents
============================*/

#contents {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 140px 0 30px;
    background: url(../img/01.png);
}

#contents h3 {
    width: 80%;
    margin: auto auto 1em;
    padding: 0 0 .35em;
    color: #333;
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: .1em;
    border-bottom: #7247CC 1px solid;
    font-weight: normal;
}

#contents p {
    margin-bottom: 1em;
}


/****** 768 *******/
@media print,
screen and (max-width: 768px) {
    #contents {
        padding-top: 100px;
    }

    #contents h3 {
        width: 89%;
        font-size: 2.4rem;
        margin-bottom: .5em;
        letter-spacing: 1px;
    }
}


/*==========================
	// class common classes
============================*/

a.link {
    color: #ca4b5d;
    font-weight: normal;
}

a.link:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

a.line {
    text-decoration: underline;
}

a.opacity:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

ul.indent {
    margin-bottom: 2em !important;
}

.indent li::before {
    content: '●';
    margin-right: 5px;

}

.indent.green li::before {
    color: #35796d;
}

.indent.green2 li::before {
    color: #aad9d0;
}


#contents ul.linkbtn a {
    width: 50%;
    padding: .5em;
    color: #fff;
    background: #b10000;
    border-radius: .5em;
    display: block;
    text-align: center;
    box-shadow: 0 0.3em 0.3em 0 #aaa;
}

#contents ul.linkbtn a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

a.linkbtn-s {
    color: #fff;
    font-weight: normal;
    background: #7247CC;
    padding: .15em 0.7em;
    /*0.15em 1em*/
    border-radius: .2em;
}

a.linkbtn-s:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

ul.number li {
    list-style: decimal;
}

ul.none li {
    list-style: none;
}

#contents ul.linkbtn {
    margin-left: 1.5em;
}



/******* 1024 *********/
@media print,
screen and (max-width: 1024px) {
    a.linkbtn-s {
        margin-top: 0.1em;
        display: inline-block;
    }
}


/******** 899 ********/
@media print,
screen and (max-width: 899px) {
    #contents ul.linkbtn {
        width: 80%;
        margin: auto auto 2em;
    }

    #contents ul.linkbtn a {
        width: auto;
        margin: auto;
    }
}



/*==========================
	// id #title
============================*/



#title .br640 {
    display: none;
}

#title {
    width: 100%;
    max-width: 1280px;
    margin: auto auto;
    text-align: center;
    background-color: #fff;
}

#title p.hidetxt {
    margin-bottom: 0;
}

#title h1 {
    width: 90%;
    max-width: 1080px;
    margin: auto;
    font-weight: normal;
    /* padding-top: 35px; */
    text-align: left;
}

#titletxt_photo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* border: #f00 thin solid; */
}

#titletxt_photo_text {
    width: calc(100% - 50%);
    display: block;
    position: relative;
    /* border: #f00 thin solid; */
}


#title h1 #subtitle {
    font-size: 18px;
    padding: 0.5em 0.5em 0.3em;
    background-color: #7A4CD1;
    color: #fff;
    width: 68%;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;

}

#title h1 #maintitle {
    color: #784DCD;
    margin-bottom: 20px
        /* border: #f00 thin solid; */
}


#title h1 #maintitle .first {
    font-size: 65px;
    line-height: 1.2;
}

#title h1 #maintitle .subb {
    font-size: 28px;
    color: #784DCD;
    display: block;
}

#title h1 #maintitle #catch {
    font-size: 25px;
    color: #000;
    display: block;
}

#title h1 #titleday {
    font-size: 30px;
    line-height: 1.4;
}


#titletxt_photo_text #title_icon {
    width: 148px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#titletxt_photo_text #title_icon {
    width: 28%;
    max-width: 148px;
}

#title_photo {
    width: 48%;
    max-width: 500px;
    /* border: #f00 thin solid; */
}




@media screen and (max-width: 1280px) {

    #title h1 {
        width: 90%;
    }

    #titletxt_photo_text {
        width: 56%;
    }


    #title_photo {
        width: 40%;
    }

}



@media print,
screen and (max-width: 1023px) {
    #title {
        padding: 0;
        margin: auto auto 0em;
    }

    #titletxt_photo_text {
        width: 100%;
        /* border: #f00 thin solid; */
    }


    #title_photo {
        width: 449px;
        max-width: 50%;
    }

    #titletxt_photo {
        display: block;
    }

    #title_photo {
        max-width: 74.25%;
        margin: 0 auto;
    }


    #title h1 #title_icon img {
        top: -30px;
        left: 71%;
    }

    #titletxt_photo_text {
        display: block;
        margin-top: 0px;
    }


}



@media print,
screen and (max-width: 640px) {

    #title h1 #subtitle {
        width: auto;
        font-size: 1.6rem;
        text-align: left;
        display: inline-block;
        margin-bottom: 10px;
    }


    #title .br640 {
        display: block;
    }


    #title h1 #maintitle #catch {
        /* font-size: clamp(最小値, 基準値, 最大値); */
        font-size: clamp(16px, 10vw, 22px);
    }


    #title h1 #maintitle {
        margin-bottom: 10px;
    }

    #title h1 #maintitle .first {
        /* font-size: 56px; */
        font-size: 40px;
        line-height: 1.2;
        display: block;
    }

    #title h1 #maintitle .subb {
        font-size: 24px;
    }

    #titletxt_photo_text #title_icon {
        width: 25%;
        position: absolute;
        top: -15px;
        right: -5px;
    }

    #title h1 #titleday {
        font-size: 22px;
    }

}



/*==========================
	// id #lead
============================*/

#lead {
    margin: 0 auto 0em;
    padding: 4.3em 5% 3.6em;
    text-align: center;
    background: #fff;
}

#lead p {
    font-size: 2.0rem;
    line-height: 1.8;
}

#sec01 {
    margin-bottom: 3em;
}

#sec01 dl {
    font-size: 1.6rem;
    line-height: 1.8;

    margin-bottom: 2em;
}

#sec01 dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
}

#sec01 dl dd {
    margin-bottom: 0.5em;
    /*0.2*/
}

#sec01 .lessonsubtitle {
    font-size: 1.8rem;
    /*1.6*/
    line-height: 1.8;
}


#sec01 .summary {
    display: block;
    margin: 0 0 0 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}


.pctab {
    display: block;
}


/*********** 900 ******************/
@media print,
screen and (max-width: 1023px) {
    #lead p {
        font-size: 1.8rem;
        /* text-align: left; */
    }

    #lead {
        padding: 4.3em 9% 3.6em;
    }

    /* .pctab{
        display:none;
    } */

}



/*************************************** 768 **********************************************/
@media print,
screen and (max-width: 1000px) {
    #lead p {
        text-align: left;
    }

    .pctab {
        display: none;
    }

    figcaption {
        font-size: 14px;
        padding-top: 0.5em;
        line-height: 1.6;
    }

}






/*************************************** 768 **********************************************/
@media print,
screen and (max-width: 768px) {
    #lead .first_catch {
        width: 90%;
        font-size: 2.6rem;
        text-align: center;
    }

    #lead .lead {
        width: 95%;
    }

    #lead p {
        font-size: 1.5rem;
        /* line-height: 1.6; */
    }

    #sec01 dl {
        font-size: 1.5rem;
        line-height: 1.6;
    }

    #sec01 dl dt {
        font-size: 1.6rem;
        /*1.6*/
        line-height: 1.6;
    }

    #sec01 dl dd {
        margin-bottom: 0em;
    }

    #sec01 .lessonsubtitle {
        font-size: 1.5rem;
    }

    #sec01 .summary {
        margin: 0 0 0 0px;
        font-size: 1.4rem;
    }

}





/*==========================
	// class .lead
============================*/

/*************************************** 768 **********************************************/
@media print,
screen and (max-width: 768px) {
    .lead {
        width: 95%;
        margin: auto;
    }

    #lead {
        padding: 4.3em 5% 3.6em;
        text-align: left;
    }

    .lead p {
        line-height: 1.8;
    }

}


@media print,
screen and (max-width: 640px) {
    #lead {
        margin: 0 auto 0em;
        padding: 3.3em 5.6% 0;
    }

}





/*==========================
	// id #local-nav
============================*/

#local-nav {
    width: 90%;
    margin: auto auto 0em;
    /*auto auto 3em*/
}

#local-nav a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: .5em 1em;
    border-radius: 2em;
    display: block;
    background: #7247CC;
}

#local-nav a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#local-nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

#local-nav ul {
    width: 100%;
    margin: auto auto auto;
}

#local-nav li {
    width: 32%;
}

.arrow_b {
    width: 7px;
    /*12*/
    height: 7px;
    /*12*/
    border: 3px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
}

.arrow_r {
    width: 6px;
    /*12*/
    height: 6px;
    /*12*/
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    display: inline-block;
    /* vertical-align: text-top; */
    margin-right: 0.75em;
}


/*************************************** 1023 **********************************************/
@media print,
screen and (max-width: 1023px) {

    #local-nav {
        width: 100%;
    }

    /* ////// 1024 //////*/
    #local-nav ul {
        margin-bottom: 3.5em;
        /*3.5*/
    }

    #local-nav li {
        /* width: 90%; */
        margin: auto auto 1.5em;
        /*1*/
    }

    #local-nav a {
        padding: .5em 1em;
        border-radius: .2em;
    }

    #local-nav a {
        border-radius: 2em;
    }
}



/*************************************** 768 **********************************************/
@media print,
screen and (max-width: 768px) {
    #local-nav {
        width: 100%;
    }

    #local-nav ul {
        margin-bottom: 3.5em;
        /*3.5*/
    }

    #local-nav li {
        width: 90%;
        margin: auto auto 1.5em;
        /*1*/
    }

}


/*************************************** 640 **********************************************/
@media print,
screen and (max-width:640px) {

    #local-nav ul {
        margin-bottom: 2em;
        /*3.5*/
    }

}





/*=================================
	// class .seminar_detail
===================================*/

.seminar_detail {
    width: 95%;
    margin: auto auto 3em;
    font-size: 1.6rem;
}

.seminar_detail p {
    font-weight: bold;
    color: #634523;
}

.lv_03 {
    margin-left: 5%;
}


/*************************************** 1024 **********************************************/
@media print,
screen and (max-width: 1024px) {
    .seminar_detail {
        font-size: 1.5rem;
    }
}

/*************************************** 768 **********************************************/
@media print,
screen and (max-width: 768px) {
    .seminar_detail {
        width: 95%;
        margin-bottom: 1.5em;
    }

    .seminar_detail p {
        font-size: 1.4rem;
    }
}





/*=================================
	// id #outline // class date-detal
===================================*/
.lv_02 {
    margin: auto auto 0em;
    padding: 0em 0;
}


.outlinebox {
    margin-bottom: 90px;
}


/* // class #date_detail */

#date_detail .inside {
    margin-bottom: 1em;
}

.detail_lead {
    width: 80%;
    margin: auto;
}

.detail_lead li {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1em;
}




#date_detail .date_detail {
    width: 73.9%;
    /*80*/
    margin: auto;
}

.date_detail_inside {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.date_detail_inside .txtbox {
    /* width: 65%; */
    width: 68.25%;
    /*69.4*/
}

.date_detail_inside figure {
    width: 31.8%;
    /*32*/
    /* min-width: 211px; */
}

/* .date_detail_inside figure img{
    max-width:250px;
    margin: 0 auto;
    display: block;
} */

.date_detail h4 {
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
}


.date_detail h4 span {
    width: 100%;
    font-size: 1.8rem;
}

.date_detail_item {
    /* margin-bottom: 2em; */
    margin-bottom: 30px;
}



.date_detail_item .detail-txt {
    font-size: 1.8rem;
}



.date_detail_item .detail-txt small {
    font-size: 1.4rem;
}

.date_detail_item .detail-txt li.indent::before {
    content: '\25CF';
    color: #815337;
    margin-right: 5px;
}

.endtxt {
    color: #f00;
    margin-bottom: 0 !important;
    font-size: 1.4rem !important;
    font-weight: normal;
}

s {
    color: #999;
}




/*************************************** 1024 **********************************************/
@media print,
screen and (max-width:1280px) {
    #outline {
        width: 95%;
    }
}









/*************************************** 1024 **********************************************/
@media print,
screen and (max-width:1024px) {
    #outline {
        width: 95%;
        margin: auto;
    }

    /* .outlinebox {
        padding: 3em 0;
    } */

    /* #date_detail {
        padding-bottom: 1em;
    } */

    .date_detail h4 span {
        width: 100%;
        font-size: 1.5rem;
    }

    #date_detail .inside {
        display: block;
    }

    #date_detail .figure_outer {
        width: 60%;
        max-width: auto;
        margin: auto auto 3em !important;
    }

    #detail ul {
        margin-left: .5em;
    }

    .date_detail {
        margin-bottom: 3em;
    }


    /* .date_detail h4 span {
        margin-bottom: .5em;
        padding: 0em 1em 0em;
    } */

    .date_detail_item {
        margin-bottom: 2em;
    }

    #detail .detail-txt p {
        font-size: 1.8rem;
    }

    .detail-txt p,
    .detail-txt ul {
        font-size: 1.6rem;
    }

    .detail-txt ul li {
        margin-left: 0 !important;
    }

    /* #fee p {
        font-size: 1.4rem;
    } */

}


/*************************************** 768 **********************************************/
@media print,
screen and (max-width:768px) {
    .lv_02 {
        width: 100%;
        margin: auto auto 0;
        padding: 0em 0 0em;
        /*0em 0 1.5em*/
    }

    .detail_lead {
        width: 90%;
    }

    .detail_lead li {
        font-size: 1.5rem;
        margin-bottom: 1em;
    }

    #date_detail .date_detail {
        width: 87%;
        margin: auto;
    }

    .date_detail_inside {
        display: block;
    }

    #date_detail .inside {
        margin-bottom: 2em;
    }

    .date_detail_inside .txtbox {
        width: 100%;
    }

    .date_detail_inside figure {
        width: 35%;
        margin: auto;
    }

    .outlinebox {
        margin-bottom: 0em;
        /*3*/
        padding: 2em 0;
    }
}

/*************************************** 640 **********************************************/

@media print,
screen and (max-width:640px) {
    .date_detail_inside figure {
        width: 60%;
        /*50*/
        margin: auto;
    }

    /* .outlinebox {
        padding: 3em 0;
    } */
}





/*===============================
        // id #place
=================================*/

#place p span,
#place p a {
    font-size: 1.4rem;
}

#place p a.map {
    font-size: 1.3rem;
    padding: 3px 10px;
    color: #fff;
    background: #7A4CD1;
    border-radius: 3px;
}

#place p a img {
    height: auto;
    max-width: 100%;
    color: #fff;
    width: auto;
    border: 0;
    vertical-align: inherit;
    margin-right: 3px;
}




/*===============================
        // id #fee
=================================*/

#fee ul {
    margin-bottom: 0.5em;
    /*1em*/
}

#fee ul span.member {
    display: inline-block;
}

#fee ul span.fee {
    display: inline-block;
    text-align: right;
}

/* #fee ul li span.advance_sale {
    font-size: 15px;
    font-weight: normal;
} */


/*************************************** 1024 **********************************************/
/* @media screen and (max-width:1024px) {
    #fee ul li span.advance_sale {
        font-size: 13px;
    }
} */




/*===============================
        // id #issue
=================================*/
#issue li.lv_01 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1em;
}

#issue li.lv_01::before {
    content: '\25CF';
    /*まる*/
    color: #ff5a7e;
    margin-right: 5px;
}

#issue .sub {
    margin-left: 2em;
}

#issue .sub li {
    font-size: 1.5rem;
    font-weight: bold;
}

#issue .sub li::before {
    font-size: 1.1rem;
    content: '\25CF';
    /*まる*/
    color: #ff5a7e;
    margin-right: 5px;
}





/*===============================
        // id #book
=================================*/
#book ul {
    margin-bottom: .25em;
    font-size: 1.8rem;
    /*1.6*/
    font-weight: bold;
    line-height: 1.8;
}

#book li {
    line-height: 1.3;
}


#book li #sub {
    font-size: 1.5rem;
}

#book p {
    font-size: 1.4rem;
}

/*************************************** 768 **********************************************/
@media print,
screen and (max-width: 768px) {
    #book ul {
        font-size: 1.6rem;
        /*1.6*/
    }

    #book li #sub {
        font-size: 1.4rem;
        /*1.3*/
    }

    #book .inside {
        display: -webkit-flex;
        display: block;
    }

    #book .detail-txt {
        width: 100%;
    }

    #book figure {
        width: 50%;
        margin: auto;
    }

    #book p {
        font-size: 1.4rem;
    }

}



/*===============================
        // id #bring
=================================*/
#bring ul {
    margin-bottom: .25em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
}


#bring li.lv_01 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1em;
}

#bring li.lv_01::before {
    content: '\25CF';
    /*まる*/
    color: #ff5a7e;
    margin-right: 5px;
}





/*==============================
        // id #apply-closing
================================*/

#apply-closing .detail-txt span {
    display: block;
}



/*==========================
	// id #profile
============================*/

#profile {
    font-size: 1.4rem;
}

#profile h4 {
    font-size: 1.4rem;
    margin-bottom: .5em;
}

#profile h4 strong {
    font-size: 2.0rem;
}

#profile .inside {
    width: 78%;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /**/
    justify-content: space-between;
    margin-top: 3em;
    margin-bottom: 3em;
    /* border: #f00 thin solid; */
}

#profile .read_more li {
    width: 80%;
    margin: auto;
    padding: .25em;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background: #93844D;
    border-radius: 2em;
    /*    box-shadow: 0 0.3em 0.3em 0 #aaa;*/
}


#profile figure {
    /* width: 32%; */
    max-width: 260px;
}

#profile .inside .txtbox {
    /* width: 65%; */
    width: calc(100% - 320px);
    margin-left: auto;
    margin-right: auto;
}

#profile .inside .txtbox p {
    font-size: 1.5rem;
}

/* 
#profile .inside figure {
    width: 19.53%;
    max-width: 200px;
    margin-left: 99.5px;
} */

#profile .inside .txtbox a {
    color: #666;
    text-decoration: underline;
}


/********* 1024 **************/
@media print,
screen and (max-width: 1024px) {


    #profile h3 {
        text-align: center;
    }

    #profile .inside {
        width: 87%;
        /*90*/
        margin: auto auto 30px;
        display: block;
    }

    #profile .inside .txtbox {
        width: 100%;
    }

    #profile .inside figure {
        width: 55%;
        /*50*/
        margin: auto auto 1em;
    }

    #profile .inside figure img {
        margin: auto;
    }

    #profile p {
        margin-bottom: 1em;
        /*2*/
    }

    #profile {
        padding: 7.6em 0 10.2em;
    }

}


/************** 768 ****************/
@media print,
screen and (max-width: 768px) {
    .prof_link {
        margin-bottom: 2em;
    }

    #profile {
        padding: 3.3em 0 3.6em;
    }
}




/*====================================================
        // id #inq
=====================================================*/

address {
    font-style: normal;
    text-align: center;
}

/* #inq.outlinebox {
    padding: 3.6em 0 7.6em;
} */


#inq p {
    font-size: 1.8rem;
}

#inq .inq_telbox {
    font-size: 1.8rem;
    /* font-weight: bold; */
    display: block;
}

#inq hr {
    width: 80%;
    margin: 2em auto;
}

.inqbtn {
    margin-top: 1em;
}

.inqbtn a {
    color: #fff;
    text-align: center;
    padding: 1.5em 0em;
    border-radius: 0.5em;
    display: block;
    background: #916cdf;
    text-decoration: none;
}

#inq .tel_link a {
    color: #000;
}

.inqbtn a {
    width: 50%;
    /*60*/
    margin: auto;
    font-size: 1.8rem;
}


.inqbtn .end {
    font-size: 1.4rem;
}


/*************************************** 1024 **********************************************/
@media screen and (max-width: 1024px) {

    /* /////// tab mob //////// */
    #inq {
        margin-bottom: 0em;
        /*5*/
    }



    /* #inq.outlinebox {
        padding: 2em 0 3em;
    } */

    #inq h3 {
        /* padding: 1em 0; */
        padding-bottom: 0.25em;
        /*1*/
    }

    #inq address {
        padding: 0 .5em;
    }

    .inqbtn a {
        width: 80% !important;
        margin: auto auto auto auto;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
        border-radius: 5em;
    }

    .inqbtn {
        margin-top: 0.5em;
    }

    #inq .inq_telbox {
        padding: 0;
        font-size: 1.8rem;
        margin: 1em auto 0.2em;
    }

    #inq p {
        font-size: 1.6rem;
        margin-bottom: 0em;
    }
}


/*************************************** 768 **********************************************/
@media print,
screen and (max-width: 768px) {
    #inq {
        text-align: center;
        margin-bottom: 0em;
        /*3*/
    }

    .inqbtn a {
        width: 89% !important;
        padding: 1em 0em;
    }

    /* #inq .inq_telbox {
        font-size: 2.0rem;
    } */

    .inqbtn .end {
        font-size: 1.5rem;
    }
}



/*************************************** 640 **********************************************/
@media print,
screen and (max-width: 640px) {
    #inq.outlinebox {
        padding: 2.6em 0 3.3em;
    }
}



/*==========================================
	// id #access
============================================*/

/* #access {
    margin-bottom: 2em;
} */

#access .inside {
    width: 80%;
    /*95*/
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /**/
    justify-content: space-around;
}

#access .txtbox {
    width: 60%;
}

#access .mapbox {
    width: 30%;
}

#access .mapbox iframe {
    width: 100%;
    height: 250px;
}


#access h4 {
    color: #365f91;
    border-bottom: #365f91 3px solid;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 1em;
}

#access dt {
    font-size: 1.6rem;
    font-weight: bold;
}

#access dd {
    margin-bottom: 2em;
    font-size: 15px;
}

#access .tel_link a {
    color: #000;
}

#googlemap {
    width: 478px;
    height: 350px;
    margin-bottom: 10px;
}


/*************************************** 1024 **********************************************/
@media print,
screen and (max-width: 1024px) {

    /* #access {
        margin-bottom: 2em;
    } */

    #access .inside {
        width: 87%;
        /*90*/
        margin: auto;
        display: block;
    }

    #access .txtbox {
        width: 90%;
    }

    #access .mapbox {
        width: 90%;
        margin: auto;
    }

    #access .mapbox iframe {
        width: 100%;
    }
}




/*==========================
	#about-mtc //NOTE mtc
============================*/

#about-mtc {
    margin-bottom: 5em;
}

#about-mtc h4 {
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    /*    background: #ca4b5d;*/
    background: #a70000;
    margin-bottom: 1em;
    padding: .25em 1em;
    border-radius: 2em;
}


/*************************************** ～769 **********************************************/
@media screen and (min-width: 769px) {

    .mtc-inside {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    #about-mtc .txtbox {
        width: 66%;
        margin: 0 2% 0 0;

    }

    #about-mtc figure {
        width: 30%;
        margin: 0;
    }

    #about-mtc figure img {
        width: 100%;
        max-width: 262px;
    }


}

/*************************************** 768 **********************************************/
@media print,
screen and (max-width: 768px) {

    #about-mtc figure {
        width: 50%;
        margin: auto;
    }

}





/*====================================================
#sns_sharebox
=====================================================*/

#sns_sharebox_outer {
    background: #fff;
    border-radius: .25em;
    max-width: 1280px;
    /*1080*/
    margin: auto auto 0em;
    /*auto auto 2em*/
    padding: 4.6em 0 8.6em;
    /*4 0 6*/
    /*1 0*/
}

#sns_sharebox {
    font-size: 13px;
    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; */
    justify-content: center;
}

#sns_sharebox li {
    width: 29%;
    /*32.2*/
    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: #55acee;
}

#sns_sharebox #line {
    background: #1dcd00;
}


/************ 1024 ********************/
@media print,
screen and (max-width: 1280px) {

    /* #sns_sharebox_outer {
        width: 95%;
    } */
}


/*************** 640 ************/
@media print,
screen and (max-width: 640px) {
    #sns_sharebox_outer {
        padding: 4.6em 0 6.6em;
    }
}


/*===============================
        // To The top 
=================================*/

.tothetop .gradient {
    text-decoration: none;
    background: #7A4CD1;
    /* background-image: -webkit-linear-gradient(top, #7A4CD1, #7A4CD1); */
}


.tothetop a:hover.gradient {
    text-decoration: none;
    background: #b798f0;
    /* background-image: -webkit-linear-gradient(top, #ff6a9e, #f7abc6); */
}