@charset "utf-8";

/* ハンバーガーメニュー Setting
=========================================================================================== */
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width:  100%;
	height:100%;
	padding: 100px 4% 80px;
	overflow-y: scroll;
}
nav.gnavSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom:3em;
}
nav.gnavSp ul li {
	font-size: 16px;
	list-style-type: none;
    border-bottom: 1px solid #454545;
	padding: 0;
	width: 100%;
}
nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 1em 0;
}


/***メニュー下のカスタム***/
.eigyo{
    text-align: center;
    color: #FFF;
}
.telBtnSp{
    margin-bottom: 2em;
}
.telBtnSp a{
    background: #0B4030;
    color: #FFF;
    padding: 1.5em 1em;
    text-align: center;
    display: block;
}
.telBtnSp a strong{
    font-size: 24px;
    font-weight: normal;
    display:flex;
    align-items: center;
    justify-content: center;
}
.telBtnSp a strong:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_tel_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}


.lineBtnSp a{
    background: #0B4030;
    color: #FFF;
    padding: 1.5em 1em;
    text-align: center;
    display: block;
    margin-bottom: 2em;
}
.lineBtnSp a strong{
    font-size: 24px;
    font-weight: normal;
    display:flex;
    align-items: center;
    justify-content: center;
}
.lineBtnSp a strong:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
	background: #0B4030;
    width: 64px;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
	position:relative;
	z-index:9999;
}
.navToggle {
	display:none;
	width: 42px;
	height: 42px;
	text-align: center;
	position:relative;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 10px;
}
.navToggle span:nth-child(2) {
	top: 20px;
}
.navToggle span:nth-child(3) {
	top: 30px;
}
/* ハンバーガーメニューアイコンタップ後の「X」Setting
=========================================================================================== */

/* 最初のspanをマイナス45度に */
.navBoxSp.active span:nth-child(1) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navBoxSp.active span:nth-child(2),
.navBoxSp.active span:nth-child(3) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------ハンバーガーメニューここまで-----------------------------*/

.showSp{
	display:none;
}
.showSp1100{
	display:none;
}
.showOnlySp1100{
	display:none;
}
@media screen and (max-width: 1320px) {
/* Header Setting
=========================================================================================== */
#headerSet #headerLogoSet #headerLogo{
    padding: 4px 0;
}
#headerSet #headerLogoSet #headerLogo img{
    width: 150px;
}
#headerSet{
    padding-left: 2%;
}
#headerSet #headerMenuSet .gnav ul li{
    padding: 0 0.8em;
}
#headerSet #headerMenuSet .gnav ul li:last-child{
    padding-right: 1.5em;
}
#headerSet #headerContactSet li.headerTel a{
    padding: 1em 0.5em;
}
}

@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.showSp1100{
	display:block;
}
html{
	font-size:0.8vw;
}
/* Header Setting
=========================================================================================== */
/*#headerSet{
    height: 64px;
}*/

#headerSet #headerMenuSet,
#headerSet .headerSnsList,
#headerSet #headerContactSet{
	display:none;
}


.navBoxSp{
	display: flex;
    height: 64px;
}
.navToggle{
	display: block;
}
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
.routeList li p{
    font-size: 2.0rem;
}

/* index Setting
=========================================================================================== */
#indexContentsHead .mainCatch{
    width: 100%;
    padding-left:4%;
	padding-right:4%;
}
.contents01 .aboutColumnSet .columnText h2{
    font-size: 2.8rem;
}
.contents02 .topMenuList li h3 span{
    font-size: 2.4rem;
}
/*.contents02 .topMenuList li .priceA{
    flex-wrap: wrap;
}
.contents02 .topMenuList li .priceA dt{
    width: 7em;
    text-align: center;
    margin-bottom: 0.5em;
}
.contents02 .topMenuList li .priceA dd{
    width: calc( 96% - 7.5em );
    margin-bottom: 0.5em;
}*/

/* footer Setting
=========================================================================================== */
footer #footerContactArea,
footer #footerArea{
    width:100%;
	padding-left:4%;
	padding-right:4%;
}
}
	
@media screen and (max-width: 960px) {
/*.menuList > li .menuText .price dd{
    font-size: 20px;
}
.menuList > li .menuText .price2 dd{
    font-size: 20px;
}*/
}
	
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.showSp{
	display:block;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
/* Header Setting
=========================================================================================== */


/* ALLcontents Setting
=========================================================================================== */
#path{
	display:none;
}
article section{
	padding:40px 4%;
}
main article:last-child section{
    padding-bottom: 60px;
}
#subContentsHead .mainVisual{
    height: 42vh;
    min-height: inherit;
}
.bgPattern01{
    background-image: url(../images/mimoza_bg_sp.jpg);
    background-position: center;
}

.columnList3{
    display: block;
}
.columnList3 li{
    width: 100%;
    margin-left: 0;
}
/*#subContentsHead .mainVisual .mainTitle{
    top: 55%;
}

.js-table-scroll{
	overflow: auto;
    white-space: nowrap;
}*/
/*#subContentsHead{
    margin-bottom: 0;
}
#subContentsHead .mainVisual{
    height: 42vh;
    min-height: inherit;
}
#subContentsHead .mainVisual .mainTitle{
    top: 60%;
}
#path{
	display:none;
}


main article:last-child section{
    padding-bottom: 60px;
}
.textBig2{
    font-size: 18px;
}
.btnStyle1 a{
    width: 100%;
}
.btnStyle3 a{
    width: 100%;
}
.columnTopSet{
    display: block;
}
.column2{
    width: 100%;
    margin-left: 0;
}
.annotationList dd{
    margin-bottom: 1em;
}
.timeText{
    font-size: 18px;
}
table colgroup{
	display:none;
}
.js-table-scroll{
	overflow: auto;
    white-space: nowrap;
}*/
/* about Setting
=========================================================================================== */
.aboutCatchText{
    text-align: left;
}
.aboutColumnSet h3{
    text-align: center;
    margin-bottom: 0.5em;
}
.aboutColumnSet .columnText{
    width: 100%;
    margin-bottom: 3em;
}
.aboutColumnSet.typeA{
    display: block;
}
.aboutColumnSet.typeA .columnText{
    margin-left: 0;
}
.profileColumnSet{
    display: block;
}
.profileColumnSet .profileColumnImg{
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}
.profileColumnSet .profileColumnImg img{
    width: 60%;
}
.profileColumnSet .profileColumnImg span{
    font-size: 14px;
}
.profileColumnSet .profileColumnImg dl{
    justify-content: center;
}
.profileColumnSet .profileColumnText{
    width: 100%;
    margin-left: 0;
}

/* service Setting
=========================================================================================== */

.menuBtnList li a{
    font-size: 13px;
    padding: 0.5em 0.2em 1.5em;
}
.menuBtnList li a:before{
    position: absolute;
    top: auto;
    bottom: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

.menuList > li{
     display: block;
}
.menuList > li .menuText{
    width: 100%;
    margin-left: 0;
}
.menuList > li .menuText .tag{
    margin-bottom: 0.5em;
}
.menuList > li .menuText h3{
    font-size: 20px;
}
.menuList > li .menuText h3 span{
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.menuList > li .menuText .imgOnlyStyle{
    margin-bottom: 0.5em;
}
.menuList > li .menuText p{
    margin-bottom: 0.5em;
}
/*.menuList > li .menuText .price dt{
    font-size: 12px;
}
.menuList > li .menuText .price dd{
    font-size: 16px;
}
.menuList > li .menuText .price2 dt{
    font-size: 12px;
}
.menuList > li .menuText .price2 dd{
    font-size: 16px;
}*/
.menuList > li .menuText .yoyaku{
    display: block;
}
.menuList > li .menuText .yoyaku li{
    width: 100%;
    margin-bottom: 1.5em;
}
.menuList > li .menuText .yoyaku li:last-child{
    margin-left: 0;
}

.optionTable{
    font-size: 14px;
}
.optionTable td span{
    margin-right: 0;
    margin-bottom: 0.5em;
}
.optionTable td{
    padding-left: 1em;
    text-align: center;
}
/* salon Setting
=========================================================================================== */
.licenseList li{
    width: 32%;
    margin-left: 2%;
    display: flex;
}
.licenseList li span{
    font-size: 12px;
    width: 100%;
}
.map iframe{
    height: 240px;
}
.routeList li{
    width: 48%;
    margin-left: 4%;
    margin-bottom: 1em;
}
.routeList li:nth-child(3n+1){
    margin-left: 4%;
}
.routeList li:nth-child(2n+1){
    margin-left: 0;
}
.routeList li p{
    font-size: 14px;
}
.routeList li span{
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.parkingList li h3{
    font-size: 18px;
}

.parkingList li .btnStyle1 a{
    min-width: inherit;
    width: 100%;
    font-size: 14px;
    padding: 0.5em 1em;
}
.parkingList li .btnStyle1 a:before{
    right: 1em;
}
/* school Setting
=========================================================================================== */
.fukidashiTtl {
    margin-bottom: 1em;
}
.fukidashiTtl span{
    font-size: 20px;
}
.profileColumnSet .profileColumnText .name{
    justify-content: center;
}
.courseList > li .courseInner{
    display: block;
}
.courseList > li .courseImg{
    width: 100%;
    margin-left: 0;
    display: none;
}
.courseList > li .courseText{
    width: 100%;
    margin-left: 0;
}
.courseList> li .courseText .tag{
    margin-bottom: 0.5em;
}
.courseList > li .courseText .tag > li{
    font-size: 13px;
    padding: 0 0.5em;
}
.courseList > li .courseText h3{
    font-size: 20px;
}
.courseList > li .courseText .imgOnlyStyle{
    margin-bottom: 0.5em;
}

.accordionArea .accordionContents .courseTable th{
    display: block;
    padding: 0.5em 1em;
    border-top: none;
}
.accordionArea .accordionContents .courseTable td{
    display: block;
    padding: 0.5em 1em;
    border-top: none;
}
.schoolAccessSet{
    display: block;
    margin-bottom: 4em;
}
.schoolAccessSet .schoolAccessText{
    width: 100%;
}
.schoolAccessSet .schoolAccessText .imgOnlyStyle{
    text-align: center;
}
.schoolAccessSet .schoolAccessText .imgOnlyStyle img{
    width: 160px;
}
.schoolAccessMap{
    width: 100%;
    margin-left: 0;
}
.schoolAccessMap iframe{
    height: 240px;
}
.entryBox .entryBtn{
    display: block;
    margin-bottom: 0;
}
.entryBox .entryBtn li{
    margin: 0;
    width: 100%;
}
.entryBox .entryBtn li.tel{
    margin-bottom: 1.5em;
}
/* index Setting
=========================================================================================== */
#mainVisualImgSet div{
    height: 80vh;
}
#indexContentsHead .mainCatch{
    text-align: center;
}
#indexContentsHead .mainCatch span{
    display: block;
    font-size: 14px;
    padding: 0.2em 1em;
}
#indexContentsHead .mainCatch strong{
    font-size: 24px;
}
.contents01:before{
    width: 74%;
    height: 64%;
}
.contents01 .aboutColumnSet .columnText{
    width: 100%;
    margin-left: 0;
}
.contents01 .aboutColumnSet .columnText h2{
    text-align: center;
}
.contents01 .aboutColumnSet .columnText h2:before{
    width: 300px;
    height: 300px;
    top:-20%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.contents02 .topMenuList{
    display: block;
    margin-bottom: 0;
}
.contents02 .topMenuList li{
    width: 100%;
    margin-left: 0;
}
.contents02 .topMenuList li h3{
    font-size: 20px;
    margin-bottom: 0.5em;
}
.contents02 .topMenuList li h3 span{
    font-size: 18px;
}
/*.contents02 .topMenuList li .priceA{
    flex-wrap: nowrap;
}
.contents02 .topMenuList li .priceA dt{
    width: auto;
}
.contents02 .topMenuList li .priceA dd{
    width: auto;
}*/

.contents03 .topAccessSet{
    display: block;
}
.contents03 .topAccessSet .text{
    width: 100%;
    padding: 4em 4%;
    min-height: inherit;
}
.contents03 .topAccessSet .text .imgOnlyStyle{
    text-align: center;
}
.contents03 .topAccessSet .text .imgOnlyStyle img{
    width: 60%;
}
.contents03 .topAccessSet .text .btnStyle1{
    text-align: center;
}
.contents03 .topAccessSet .map{
    position: static;
    width: 100%;
}
.contents03 .topAccessSet .map iframe{
    height: 240px;
}

.contents04 .schoolBanner a{
    padding: 2em 4%;
}
.contents04 .schoolBanner a:after{
    width: 46px;
    height: 46px;
}
.contents04 .schoolBanner a p{
    background: rgb(255,255,255,0.4);
    margin-bottom: 0;
    font-size: 14px;
    padding: 0.5em 1em;
}
/* footer Setting
=========================================================================================== */
footer .inner{
    background-image: url(../images/footer_bg_sp.jpg);
    background-attachment: inherit;
}
.footerContactBtnList{
    display: block;
}
.footerContactBtnList li{
    width: 100%;
    margin: 0;
}
.footerContactBtnList li.footerTel{
    margin-bottom: 1em;
}
footer #footerContactArea{
    padding: 3em 4% 3em;
}

footer #footerArea h2 img{
    width: 200px;
}
/* After Setting
=========================================================================================== */
.mb6Sp{
    margin-bottom: 6em;
}
}
@media screen and (max-width: 579px) {
}