@charset "utf-8";

/*
siteはデザインによって大きくレイアウトや仕様が変わる範囲
header footerが主
*/

body{}

@media screen and (max-width: 900px){
#container{ font-weight: 300;}
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

loading

**************************************************/

#loadingAnim{ width: 100%; height: 100vh; display: block; position: fixed; z-index: 9999;}
#loadingAnim::before{ content: ""; width: 100%; height: 50%; display: block; position: absolute; left: 0; top: 0; background: #757575;}
#loadingAnim::after{ content: ""; width: 100%; height: 50%; display: block; position: absolute; left: 0; bottom:0; background: #757575;}
#loadingAnim .loadingInner{ width: 0; height: 1px; position: absolute; left:50%; top: 50%; transform:translateX(-50%);-webkit-transform: translateX(-50%); background: #f9b1a7; z-index: 100; }

body.loaded #loadingAnim .loadingInner{ animation: loadEnd 1s cubic-bezier(.785, .135, .15, .86);  }
body.loaded #loadingAnim::before{ content: ""; width: 100%; height: 50%; display: block; position: absolute; left: 0; top: -50%; background: #757575; transition: all 0.5s cubic-bezier(.785, .135, .15, .86) 0.5s;}
body.loaded #loadingAnim::after{ content: ""; width: 100%; height: 50%; display: block; position: absolute; left: 0; bottom:-50%; background: #757575; transition: all 0.5s cubic-bezier(.785, .135, .15, .86) 0.5s;}

@keyframes loadEnd {
    0%{width: 0%; opacity: 1; }
    50%{width: 100%; opacity: 1; }
	51%{width: 100%; opacity: 0; }
    100%{width: 100%; opacity: 0; }
}

body.loaded2 #loadingAnim { animation: loadEnd2 0.5s cubic-bezier(.785, .135, .15, .86);  }

@keyframes loadEnd2 {
    0%{width: 100%; opacity: 1; }
    100%{width: 100%; opacity: 0; }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

common

**************************************************/
.titleArea span.eng{ display: block;}
.titleArea{position: absolute;left: 0;top: 0;width: 210px;}
.titleArea.leftTitle{ text-align: left;}

@media screen and (max-width: 1400px) {
	.titleArea{width: 20%;}
}

@media screen and (max-width: 1200px) {
	.titleArea{width: 20%;}
}

@media screen and (max-width: 900px){
	.titleArea{position:relative;left: 0;top: 0;width: 100%;display: block;margin-bottom: 60px;}
	.titleArea.leftTitle{ margin-bottom: 30px;}
	.titleArea.leftTitle .title3{ font-size: 1.3rem; text-align: center; margin-bottom: 0;}
	.titleArea .title3 br{ display: none; }
}


.tag{ font-size: 0.8rem; font-family: "Lato","Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 100;}
.mainImg{ margin-bottom: 50px;}
.day{font-size: 0.8rem;letter-spacing: 0.2em; font-family: "Lato","Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 100;}
.hash{font-size: 0.8rem;letter-spacing: 0.15em;  font-weight: 500;}
.titlesub{display: block;text-align: left;font-size: 0.85rem;}

@media screen and (max-width: 900px){
	.titlesub{display: block;text-align: left;font-size: 0.75rem;}
	.mainImg{ margin-bottom:20px;}
	.hash{font-weight: 300;font-size: 0.7em;}
	.day{ font-size: 0.7rem;}
}

.underLineTitle{font-size: 1.2em;display: inline-block;position:absolute;left: 0;top: -45px;z-index: 100;font-weight: 100;font-family: "Lato","Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;font-weight: 100;}
.underLineTitle::before{content: "";width: 1px;height: 20px;background: #000;display: block;position: absolute;left: 2em;bottom: -25px;}
.underLineTitle .hash{margin-left:0.5em;vertical-align: baseline;}

@media screen and (max-width: 900px){
.underLineTitle{font-size: 0.7rem;font-weight: 100;top: -3.5em;}
.underLineTitle::before{}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

ナビゲーション

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

a.logo{width: 170px;height: 106px;display: block;overflow: hidden;}
@media screen and (max-width: 900px) {
	a.logo{width: 30%;max-width: 180px;height:auto;padding-top: 20%;overflow: hidden;}
	a.logo svg{ position:absolute; left: 0; top: 0;}
}
/* header ////////////////////////////////////////////////////////////////////////////////////////////*/
#header-wrapper{width: auto;height: 0;display:block;padding: 0;box-sizing:border-box;position: relative;left: 0;z-index: 9000;}
#header-wrapper .container{ position: relative; top:70px; z-index: 1;}
#header-wrapper .header-inner{ position: relative; text-align: center; font-size: 0.9rem;  -ms-transition: opacity .3s; -webkit-transition: opacity .3s; transition: opacity .3s;}
#header-wrapper a.logo{position:absolute;left: 0;top: 0;z-index: 1000;}
#header-wrapper .header-inner #globalNav{display: inline-block;width: 510px;}
#header-wrapper .header-inner #globalNav ul{ width: 100%;  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -webkit-box-pack: justify; -ms-flex-pack: justify;    justify-content: space-between;}
#header-wrapper .header-inner #globalNav ul li{ display: inline-block; position: relative;}
#header-wrapper .header-inner #globalNav ul li a{display: inline-block;line-height: 1em;margin-top: 0;height: 32px;padding-top: 18px;letter-spacing: 0.2em;font-weight: 300; font-family:"Lato","Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; font-weight: 100;}
#header-wrapper .header-inner #globalNav:hover li a:hover{ }



	
#subNav{ width: 180px; display: block; position: absolute; right: 0; top: 0;}
#subNav ul{ display: block; overflow: hidden; text-align: right;}
#subNav ul li { display: inline-block; position: relative; }
#subNav ul li a{display: inline-block;position: relative;height: 32px;font-family: "Lato","Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 100;line-height: 1em;padding-top: 18px;letter-spacing: 0.1em;}
#subNav ul li:first-child:after{content: "";width: 1px;height: 15px;background:#000;position: absolute;right: 0;bottom: 8px;}
#subNav ul li:first-child a{ padding-right: 15px;}
#subNav ul li:last-child a{ padding-left: 15px;}


@media screen and (min-width: 901px) {
	#header-wrapper .header-inner #globalNav ul li a{ position: relative; z-index: 1;}
	#header-wrapper .header-inner #globalNav ul li::after{content:"";width: 0%;height: 2px;background: #fff;display: block;position: absolute;left: -10%;top: 57%;z-index: 0;  -ms-transition: all .3s;-webkit-transition: all .3s;transition: all .3s;}
	#header-wrapper .header-inner #globalNav ul li:hover::after{ content:""; width: 120%; height: 2px; display: block; position: absolute; left: -10%;top: 57%;z-index: 0; }
	#subNav ul li:first-child::before{content:"";width: 0%;height: 2px;background: #fff;display: block;position: absolute;left:-5px;top: 57%;z-index: 0;  -ms-transition: all .3s;-webkit-transition: all .3s;transition: all .3s;}
	#subNav ul li:first-child:hover::before{ content:""; width:calc(100% - 5px); height: 2px; display: block; position: absolute; left: -5px;top: 57%;z-index: 0; }
	#subNav ul li:last-child::before{content:"";width: 0%;height: 2px;background: #fff;display: block;position: absolute;left:10px;top: 57%;z-index: 0;  -ms-transition: all .3s;-webkit-transition: all .3s;transition: all .3s;}
	#subNav ul li:last-child:hover::before{ content:""; width:calc(100% - 5px); height: 2px; display: block; position: absolute; left: 10px;top: 57%;z-index: 0; }
}

/*current*/
#about #header-wrapper .header-inner #globalNav ul li:nth-child(1)::after{ content:""; width: 120%; height: 2px; display: block; position: absolute; left: -10%;top: 57%;z-index: 0; }
#salon #header-wrapper .header-inner #globalNav ul li:nth-child(2)::after{ content:""; width: 120%; height: 2px; display: block; position: absolute; left: -10%;top: 57%;z-index: 0; }
#ateler #header-wrapper .header-inner #globalNav ul li:nth-child(3)::after{ content:""; width: 120%; height: 2px; display: block; position: absolute; left: -10%;top: 57%;z-index: 0; }
#school #header-wrapper .header-inner #globalNav ul li:nth-child(4)::after{ content:""; width: 120%; height: 2px; display: block; position: absolute; left: -10%;top: 57%;z-index: 0; }

#access #subNav ul li:first-child::before{ width:calc(100% - 5px);}
#contact #subNav ul li:last-child::before{width:calc(100% - 5px);}

/*current end*/


#sns{width: 40px;position: fixed;right: 5%;top: 50%;transform: translateX(50%) translateY(-50%);-webkit-transform: translateX(50%) translateY(-50%);}
#sns li{ width: 40px; height: 40px; display: block;}
#sns a svg { fill:#fff; -ms-transition: all .3s;-webkit-transition: all .3s;transition: all .3s;}
#sns a[target="_blank"]::after{ display: none;} 
#sns a:hover svg {fill: #757575;}

@media screen and (max-width: 1300px) {
	#header-wrapper{width: auto;height:auto;}
	#header-wrapper .header-inner #globalNav{display: inline-block;width: 40%;}
}

@media screen and (max-width: 900px) {
	#header-wrapper{width: auto;height:auto;}
	#header-wrapper .container{position: relative;top:20px;z-index: 1000000;}
	#header-wrapper .header-inner #globalNav{width: 100%;padding-top: 19%;}
	#header-wrapper .header-inner #globalNav ul{}
	#header-wrapper .header-inner #globalNav ul li a{font-weight: 100;font-size: 0.8rem;}
	
	#subNav{width: 7em;display: block;position: absolute;right: 0;top: 0%;}
	#subNav ul{ display: block; overflow: hidden; text-align: right;}
	#subNav ul li {display: inline-block;position: relative;display: block;width: 100%;}
	#subNav ul li a{display: inline-block;position: relative;height: 7%;borrom: 10px;line-height: 1em;padding-top: 0;padding: 7% 0;letter-spacing: 0.1em;background: #fff;font-weight: 100;font-family: "Lato","Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;font-weight: 100;}
	#subNav ul li:first-child:after{content: "";width: 1px;height: 100%;background:#000;position: absolute;right: 0;bottom: 0;display: none;}
	#subNav ul li:first-child a{display: block;text-align: center;padding-right: 0;letter-spacing: 0.2em;margin-bottom: 5px;font-size: 0.8em;}
	#subNav ul li:last-child a{display: block;text-align: center;padding-left: 0;letter-spacing: 0.2em;font-size: 0.7em;}
}

/* ///////////////   ハンバーガーボタン   ///////////////////////*/
.btn_humberger { font-size: .6rem; width: 60px; height: 60px; border: none; background: #094a81; display:block; position:fixed; left: 5%;top: 50%;transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);  -ms-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; background: transparent; cursor: pointer;}
.drower .btn_humberger{ display: block; z-index:1000;}

/*左下*/
.btn_humberger::before{content: "";width: 10px;height: 10px;display: block;background: #fff;position: absolute;bottom: 15px;left: 15px;-ms-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;}
/*右上*/
.btn_humberger::after{content: "";width: 10px;height: 10px;display: block;background: #fff;position: absolute;top:15px;right: 15px;-ms-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;}
/*左上*/
.btn_humberger > span::before{content: "";width: 10px;height: 10px;display: block;background: #fff;position: absolute;top: 15px;left: 15px;-ms-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;}
/*右下*/
.btn_humberger > span::after{content: "";width: 10px;height: 10px;display: block;background: #fff;position: absolute;bottom:15px;right: 15px;-ms-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;}

@media screen and (min-width: 901px) {
.btn_humberger:hover::before,
.btn_humberger:hover::after,
.btn_humberger:hover > span::before,
.btn_humberger:hover > span::after{background: #757575; width: 14px;height: 14px;}
}

@media screen and (max-width: 1100px) {
	.spBar{width: 100%;display: block;position: fixed;background: #fff;height: 60px;bottom: 0;left: 0;}
	.btn_humberger{position: absolute;left: 0;top: 0;transform: none;-webkit-transform: none;}
	.btn_humberger::before,.btn_humberger::after,.btn_humberger > span::before,.btn_humberger > span::after{background: #c4c4c4;}
	
	#sns{width: 160px;position: absolute;left: 50%;right: inherit;top: 10px;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
	#sns li{ width: 40px; height: 40px; display:inline-block;}
	#sns a svg { fill:#757575; -ms-transition: all .3s;-webkit-transition: all .3s;transition: all .3s;}
	#sns a svg {fill: #c4c4c4;}
}

@media screen and (max-width: 600px) {
	.spBar{width: 100%;display: block;position: fixed;background: #fff;height: 40px;bottom: 0;left: 0;}
	.btn_humberger{position: absolute;left: 0;top: 0;transform: none;-webkit-transform: none; width: 40px; height: 40px;}
	.btn_humberger::before,.btn_humberger::after,.btn_humberger > span::before,.btn_humberger > span::after{background: #c4c4c4;}
	/*左下*/
.btn_humberger::before{content: "";width: 8px;height: 8px;display: block;position: absolute;bottom: 10px;left: 10px;-ms-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;}
/*右上*/
.btn_humberger::after{content: "";width: 8px;height: 8px;display: block;position: absolute;top:10px;right: 10px;-ms-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;}
/*左上*/
.btn_humberger > span::before{content: "";width: 8px;height: 8px;display: block;position: absolute;top: 10px;left: 10px;-ms-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;}
/*右下*/
.btn_humberger > span::after{content: "";width: 8px;height: 8px;display: block;position: absolute;bottom:10px;right: 10px;-ms-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;}
	
	#sns{width: 160px;position: absolute;left: 50%;right: inherit;top: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
	#sns li{ width: 40px; height: 40px; display:inline-block;}
	#sns a svg { fill:#757575; -ms-transition: all .3s;-webkit-transition: all .3s;transition: all .3s;}
	#sns a svg {fill: #c4c4c4;}
}


/*ハンバーガーオープン*/
@media screen and (min-width: 901px) {
.open .btn_humberger{transform: translateY(-50%) translateX(-50%) rotate(-45deg);-webkit- transform: translateY(-50%) translateX(-50%) rotate(-45deg);}
.open .btn_humberger::before,
.open .btn_humberger::after,
.open .btn_humberger > span::before,
.open .btn_humberger > span::after{width: 14px;height: 14px;}
}


@media screen and (min-width: 901px) {
.open .btn_humberger:hover::before,
.open .btn_humberger:hover::after,
.open .btn_humberger:hover > span::before,
.open .btn_humberger:hover > span::after{background: #757575;}
}

body.open{    overflow-y: hidden!important;}
.open #header-wrapper {width: 100%;height: 100%;display: block; position: fixed!important;left: 0;top: 0;padding: 0;height: 100%;overflow-y: auto;-webkit-overflow-scrolling: touch;}

#header-wrapper .headBord{content: "";width: 100%;height: 100%;display: block;background: rgba(117, 117, 117, 1 );left: 0;top: 0;position: fixed!important;display: none;opacity: 0;}
.open #header-wrapper .headBord{display: block; }

.open a.logo svg { fill:#fff; }
.open #header-wrapper .header-inner ul li a{ color: #fff;}
.open #subNav ul li:first-child:after{content: "";width: 1px;height: 15px;background:#fff;position: absolute;right: 0;bottom: 6px;}

@media screen and (min-width: 901px) {
	.open #header-wrapper #headtagNav .cattagList a{ position: relative;}
	
	.open #header-wrapper #headtagNav .cattagList a::after{content:"";width: 0%;height: 2px;background: #fff;display: block;position: absolute;left:0;top: 46%;z-index: 0;  -ms-transition: all .3s;-webkit-transition: all .3s;transition: all .3s;}
	.open #header-wrapper #headtagNav .cattagList a:hover::after{width: 100%; }
}





@media screen and (max-width: 900px) {
	.open #subNav ul li a{ color: #000!important;}
	
	.open .btn_humberger::before{left: 20px; top: 50%;transform: translateY(-50%) translateX(-50%) rotate(45deg);-webkit- transform: translateY(-50%) translateX(-50%) rotate(45deg);}
	.open .btn_humberger::after{right: 20px; top: 50%;transform: translateY(-50%) translateX(50%) rotate(45deg);-webkit- transform: translateY(-50%) translateX(50%) rotate(45deg);}
	.open .btn_humberger > span::before{left: 50%;top: 20px;transform: translateY(-50%) translateX(-50%) rotate(45deg);-webkit- transform: translateY(-50%) translateX(-50%) rotate(45deg);}
	.open .btn_humberger > span::after{left: 50%;bottom: 20px;transform: translateY(50%) translateX(-50%) rotate(45deg);-webkit- transform:  translateY(50%) translateX(-50%) rotate(45deg);}
	
/*左下　左中*/
/*右上　右中*/
/*左上　中上*/
/*右下　中下*/
}

@media screen and (max-width: 600px) {
	.open #subNav ul li a{ color: #000!important;}
	
	.open .btn_humberger::before{left: 12px; top: 50%;transform: translateY(-50%) translateX(-50%) rotate(45deg);-webkit- transform: translateY(-50%) translateX(-50%) rotate(45deg);}
	.open .btn_humberger::after{right: 12px; top: 50%;transform: translateY(-50%) translateX(50%) rotate(45deg);-webkit- transform: translateY(-50%) translateX(50%) rotate(45deg);}
	.open .btn_humberger > span::before{left: 50%;top: 12px;transform: translateY(-50%) translateX(-50%) rotate(45deg);-webkit- transform: translateY(-50%) translateX(-50%) rotate(45deg);}
	.open .btn_humberger > span::after{left: 50%;bottom: 12px;transform: translateY(50%) translateX(-50%) rotate(45deg);-webkit- transform:  translateY(50%) translateX(-50%) rotate(45deg);}
	
/*左下　左中*/
/*右上　右中*/
/*左上　中上*/
/*右下　中下*/
}



/* sidenav ////////////////////////////////////////////////////////////////////////////////////////////*/
#sideNav{width: 200px;display: block;position: absolute;right: 0;top: 0;z-index: 10; }
#sideNav.fixed{ position: fixed; right: 10%; top:0;}



@media screen and (max-width: 1400px) {
	#sideNav{width:20%;}
}

@media screen and (max-width: 1200px) {
	#sideNav{width:20%;}
}

@media screen and (max-width: 900px) {
	#sideNav{ width: 100%; display: block; position: relative;}
}


/* navList ////////////////////////////////////////////////////////////////////////////////////////////*/
.navList li { margin-bottom: 10px;}
.navList li a{ display: block; text-align: right; padding-right: 15px; position: relative;}
.navList li a {font-family: "Lato","Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 100;}
.navList li a::after{content: "";width: 5px;height: 1px;background: #000;position: absolute;right: 0;top: 1em;}
.navList li a:hover{ opacity: 0.5;}

.navList li .navList li{ margin-bottom: 0;}
.navList li .navList li a{font-size: 0.8rem;margin-bottom: 0;margin-top: 5px;padding-right: 0; font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; font-weight: 300;}
.navList li .navList li:first-child a{ margin-top: 10px;}
.navList li .navList li a::after{content: ""; display:none;}

@media screen and (max-width: 900px) {
	.navList{border-top: 1px solid #fff;padding-top: 5px;}
	.navList li {margin-bottom: 5px;display: block;border-bottom: 1px solid #fff;padding-bottom: 5px;} 
	.navList li a{display:  block;text-align: left;padding-right: 0;padding-left:15px;position: relative;font-size: 1em;margin-left: 10px;}
	.navList li a::after{  position: absolute; right:inherit; left: 0; top: 50%; }
	.navList li .navList{ display: block; border-top:none; padding-top: 0;}
	.navList li .navList li{ margin-bottom: 0; border-bottom:none; padding-bottom: 0px;}
	.navList li .navList li a{ font-size: 0.8rem; margin-bottom: 0; margin-top: 5px;}
	.navList li .navList li:first-child a{ margin-top: 10px;}
	.navList li .navList li a::after{content: ""; display:none;}
}

*.hash::before{ content: "#"; display: inline-block; margin-right: 0.2em;}



/*////////////////////////////////////////////////////////////

thumbList

////////////////////////////////////////////////////////////*/

.thumbList .thumb{display: block;background: #fff;position: relative;}
.thumb .text-wrap{ position: relative;}
.thumb .onThumb{position: absolute;top: calc(-2em - 6px );right: 10px;margin-left: 10px;color: #fff;font-family: "Lato","Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;font-weight: 100;}
.thumb .text-wrap{padding: 20px; padding-top: 6em; padding-bottom: 2em; position: relative;}

/*.thumb.titlethumb .text-wrap .title{text-align: center;display: block;width: 80%;position:absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);}*/
.thumb.titlethumb .text-wrap .title{text-align: center;display: block;/*width: 80%;*//* position:absolute; */margin: 0 auto;/* left: 50%; *//* top: 50%; *//* -webkit-transform: translate(-50%,-50%); */-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);}
/*.thumb.titlethumb .text-wrap{padding-top: 6em;padding-bottom: 2em;}*/
.thumb.titlethumb .text-wrap{padding-top: 2em;padding-bottom: 2em;}

.thumb.titlethumb .text-wrap .title > *{ text-align: center;}
.thumb.titlethumb .text-wrap .title > h2 br{ display: none;}
.thumb.titlethumb .text-wrap .title > .title3{font-size: 1em;}

.thumb.hashthumb .text-wrap{padding:20px; text-align: left;}
.thumbList.box-column2 .box-column-size1{ width: calc(50% - 1px); width: -webkit-calc(50% - 1px) ; }
.thumbList.box-column3 .box-column-size1{ width: calc(33.3333% - 1.3333px); width: -webkit-calc(33.3333% - 1.3333px) ; }
.thumbList.box-column4 .box-column-size1{ width: calc(25% - 1.5px); width: -webkit-calc(25% - 1.5px) ; }
.thumbList.box-column5 .box-column-size1{ width: calc(20% - 1.6px); width: -webkit-calc(20% - 1.6px) ; }
.thumbList.box-column5 .box-column-size1 br{ display: none;}


@media screen and (max-width: 900px){

	.thumb .onThumb{}
	
	.thumb.titlethumb .text-wrap .title{ width: 90%;}
	.thumb.titlethumb .text-wrap{padding-top: 2em;padding-bottom: 2em;}
.thumb.hashthumb .text-wrap{padding: 5px 10px;text-align: left;}
.thumb.titlethumb .text-wrap .title > .title3{font-size: 0.8em;}
.thumbList.box-column3 .box-column-size1{ width:100%;  margin-bottom: 50px;}
.thumbList.box-column4 .box-column-size1{width: calc(50% - 1px);width: -webkit-calc(50% - 1px);margin-bottom: 2px;}
.thumbList.box-column5 .box-column-size1{w;width: calc(50% - 1px);width: -webkit-calc(50% - 1px);margin-bottom: 2px;}
}


.box-liquid.thumbList {-webkit-box-pack: start; justify-content: start; }
.box-liquid.thumbList .box-column-size1{ margin-bottom: 2px;}

@media screen and (min-width: 1401px) {
.box-liquid.thumbList .box-column-size1{ width: calc(20% - 1.6px); width: -webkit-calc(20% - 1.6px) ; margin-right: 2px; }
.box-liquid.thumbList .box-column-size1:nth-child(5n){ margin-right: 0;}
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
.box-liquid.thumbList .box-column-size1{  width: calc(25% - 1.5px); width: -webkit-calc(25% - 1.5px) ; margin-right: 2px;}
.box-liquid.thumbList .box-column-size1:nth-child(4n){ margin-right: 0;}
}

@media screen and (max-width: 1200px) and (min-width: 901px) {
.box-liquid.thumbList .box-column-size1{  width: calc(33.3333% - 1.4px); width: -webkit-calc(33.3333% - 1.4px) ; margin-right: 2px;}
.box-liquid.thumbList .box-column-size1:nth-child(3n){ margin-right: 0;}
}

@media screen and (max-width: 900px){
.box-liquid.thumbList .box-column-size1{  width: calc(50% - 1px); width: -webkit-calc(50% - 1px) ; margin-right: 1px;}
.box-liquid.thumbList .box-column-size1:nth-child(2n){ margin-right: 0;}
}

figure.squarImg{ display: block; padding-top: 100%; position: relative; overflow: hidden;}
figure.squarImg img{ position: absolute; width: auto; height: 100%; top: 50%; left: 50%; position: absolute; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); transform-origin: 0; }

@media screen and (min-width: 901px){
a figure.squarImg img,.swiper-container .column-flex.box-column4 a.box-column-size1 figure.squarImg img{-ms-transition: all 3s;-webkit-transition: all 3s;transition: all 3s;}
a:hover figure.squarImg img,.swiper-container .column-flex.box-column4 a.box-column-size1:hover figure.squarImg img{ transform: scale(1.1) translate(-50%,-50%);    -webkit-transform: scale(1.1) translate(-50%,-50%); }
}

figure.squarImg::before{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; -ms-transition: all .3s;-webkit-transition: all .3s;transition: all .3s;
background: -moz-linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
a:hover figure.squarImg::before{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 1; z-index: 20;}
/*タグナビ/////////////////////////////////////////////////////////////////////////////////////////////*/
#header-wrapper #headtagNav{position: relative;z-index: 10;top: 0;margin-top: 190px;display: none;}
.open #header-wrapper #headtagNav{ display: block;}

#headtagNav *{ color: #fff;}
.siteSearch {position: relative;display: block;}
.siteSearch #searchsubmit{width: 50px;position: absolute;right: 0;top: 0;border: none;background: url(../img/icon_search.svg) no-repeat center;background-size: 20px;}
.siteSearch input{padding: 10px;border: 1px solid #fff;background: transparent;}

#headtagNav .searchArea{ margin-bottom: 50px;}
#headtagNav .searchArea .siteSearch { width: 50%;}

.catWrap{ margin-bottom: 20px;}
.catWrap .title{text-align: left;border-right: 1px solid #999;}
.catWrap ul{ text-align: left;}
.catWrap ul li{ display: inline-block; margin-right: 1em;}
.column-flex.box-column5.catWrap .box-column-size1{ width:170px;}
.column-flex.box-column5.catWrap .box-column-size4{ width: calc(100% - 180px); width: -webkit-calc(100% - 180px);}

@media screen and (max-width: 900px) {
	#headtagNav .cattagList .title{ margin-bottom: 5px;}
	#header-wrapper #headtagNav{margin-top: 50px; padding-bottom: 10vh}
	#headtagNav .searchArea{ margin-bottom: 20px;}
	#headtagNav .searchArea .siteSearch { width: 100%;}
	.catWrap{ margin-bottom: 20px;}
	.catWrap .title{text-align: left; border-right:none; border-bottom: 1px solid #999;}
	.catWrap ul{ text-align: left;}
	.catWrap ul li{ display: inline-block; margin-right: 1em;}
	.column-flex.box-column5.catWrap .box-column-size1{ width:100%;}
	.column-flex.box-column5.catWrap .box-column-size4{ width:100%;}
}

#header-wrapper #headtagNav .footer a.logo { display: block; position: relative;}
#header-wrapper #headtagNav .footer{ padding-top: 50px;}
#header-wrapper #headtagNav .footer .btn.footerBtn{color: #757575;}
#header-wrapper #headtagNav .footer .btn.footerBtn:hover{color: #fff;}
/* footer ////////////////////////////////////////////////////////////////////////////////////////////*/
#footer-wrapper{background:#757575;padding: 100px 0;z-index: 110;position: relative;}
.footer .column-flex.box-column5 > div:nth-child(1){ width: 25%;}
.footer .column-flex.box-column5 > div:nth-child(2){ width: calc(50% - 80px); width: -webkit-calc(50% - 80px);}
.footer .column-flex.box-column5 > div:nth-child(3){ width: 25%;}
#header-wrapper .footer .footmain p{ line-height: 1.9em;}


.footer-copyright{text-align:left;font-size: 0.8rem;margin-bottom: 0;color: #fff;}
.footer.container{ color: #fff; text-align: left;}
.footer a.logo{display: block;width: 180px;height: 35px; margin-bottom: 20px;}
.footer a.logo svg{width: 100%; height: auto; fill:#fff;}
.footer .footLogoArea{ margin-bottom: 40px; }
.footer .tel{margin-bottom: 5px;text-align: left;}
.footer .fax{margin-bottom: 15px;text-align: left;}
.footer .footerBtn-line{ width: 100%;}
.footer .tel a{color: #fff; }

@media screen and (max-width: 1300px) {
	#footer-wrapper * { font-size: 0.7rem;}
	.footmain p{ margin-bottom: 5px;}
	.footer .tel{ margin-bottom: 0; line-height: 1.5em;}
}

@media screen and (max-width: 900px) {
	#footer-wrapper{background:#757575;padding: 15% 0 35%;z-index: 110;position: relative;}
	.footer .column-flex.box-column5 > div:nth-child(1){ width: 100%;}
.footer .column-flex.box-column5 > div:nth-child(2){width:100%;margin-bottom: 30px;}
.footer .column-flex.box-column5 > div:nth-child(3){ width: 100%;}
	
	.footer-copyright{text-align: center;font-size: 0.8rem;margin-bottom: 0;color: #fff;}
	.footer-copyright *{ font-size: 0.6rem;}
	.footer.container{ color: #fff; text-align: left;}
	.footer a.logo{display: block;width: 50%;padding-top: 12%;height: auto;position: relative;margin: 0 auto 10px;}
	.footer .footLogoArea{ margin-bottom: 40px; }
	.footer .tel{margin-bottom: 15px;text-align: center;padding-bottom: 10px;background: url(../img/tel.svg) no-repeat center bottom;background-size: contain;display: inline-block;}
	.footer .tel::before{vertical-align: super;}
	.footer .tel a{ font-size: 2em; color: #fff; }
	.footer .fax{margin-bottom: 20px;text-align: center;display: block;}
	.footer .footerBtn-line{ width: 100%;}
}

.btn.footerBtn{ background: #fff; color: #757575; border: 1px solid #fff; box-sizing: border-box; font-size: 0.9em;  -ms-transition: all .5s; -webkit-transition: all .5s; transition: all .5s;}
.btn.footerBtn:hover{background: transparent;color: #fff;border: 1px solid #fff;box-sizing: border-box;}
.btn.footerBtn-line{background: transparent;color: #fff;border: 1px solid #fff;box-sizing: border-box;font-size: 0.9em;-ms-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;}
.btn.footerBtn-line:hover{background: #fff; color: #757575!important; border: 1px solid #fff; box-sizing: border-box;}

.footmain p{margin-bottom: 30px;}
.footmain .btnArea { display: block; overflow: hidden;}
.footmain .btnArea .btn.footerBtn{ width:calc(50% - 5px) ; margin-right: 10px;}
.footmain .btnArea .btn.footerBtn:last-child{ margin-right: 0%;}

.footsalon > div > div{ width: calc(45% - 10px); width: -webkit-calc(45% - 10px); float: left; margin-right: 20px; display: block;}
.footsalon > div > div:last-child{ margin-right: 0; width: calc(55% - 10px); width: -webkit-calc(55% - 10px);}


.footsalon dl.list-horizontal{font-size: 0.8rem;border: none;}
.footsalon dl.list-horizontal > dt{width: calc(100% - 12em);padding-bottom: 10px;padding-top: 0;padding-left: 0;line-height: 1.2em;border: none;}
.footsalon dl.list-horizontal > dd{width:11em; padding-left: 0;padding-bottom: 10px;padding-top: 0;line-height: 1.2em;border: none; position: relative;}
.footsalon > div > div:last-child p{font-size: 0.8rem;margin-bottom: 0;line-height: 1.2em;}

.footH{border-bottom: 1px solid #fff;display: block;line-height: 1em;margin-bottom: 13px;padding-bottom: 5px;text-align: left;letter-spacing: 0.2em;}

@media screen and (max-width: 900px) {
	.footer .column-flex.box-column5 .box-column-size2,
	.footer .column-flex.box-column5 .box-column-size1{width: 100%;margin-bottom: 60px;}
	.footmain .btnArea .btn.footerBtn{ font-size: 0.7rem;}
	
	.footmain p{text-align: center;font-size: 0.8rem;margin-bottom: 20px;}
	.footsalon > div > div{width:100%;float:none;margin-right: 0;margin-bottom: 20px;}
	.footsalon > div > div:last-child{ width: 100%; margin-bottom: 0; }
	.footsalon dl.list-horizontal{font-size: 1rem;border: none;}
	.footsalon dl.list-horizontal > dt{width: 6em;padding-bottom: 10px;padding-top: 0;line-height: 1.2em;border: none;}
	.footsalon dl.list-horizontal > dd{width: calc(100% - 7em);width: -webkit-calc(100% - 7em);padding-left: 0;padding-bottom: 10px;padding-top: 0;padding-right: 0;line-height: 1.2em;border: none;text-align: right;}
	.footsalon dl.list-horizontal > dd::after{content: "";width: 100%;height: 1px;background: #fff;position: absolute;left: 0;top: 0.5em;}
	.footsalon dl.list-horizontal > dd span{display: inline-block;background: #757575;padding-left: 1em;position: relative;z-index: 1;}
	
	.footschool > div,.footsalon > div{ text-align:center;}
	.btn.footerBtn-line{ font-size: 0.7rem;}
	
	.footH{margin-bottom: 20px;font-size: 0.7rem;}
}

@media screen and (max-width: 900px) {
dl.list-horizontal > dd .btn.fr{ float: none; display: block; margin-top: 5px;} 
}
