@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: //meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: none;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
dt,dd,li   {text-indent: 0;}
strong	{font-weight:bold;}
p	{line-height:1.8;}
svg {
	fill: currentColor;
    vertical-align: middle;
}


body{
font: 16px/1.8 "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
color:#362a33;
-webkit-text-size-adjust: none;
transition:1.2s;
}
@media only screen and (max-width:599px){
	body	{font-size:14px; font-weight:300;}
}

html	{
	font-size:20px;
	scroll-behavior: smooth;
}
@media only screen and (max-width:1433px){
	html	{font-size:1.3vw;}
}
@media only screen and (max-width:899px){
	html	{font-size:14px;}
}
@media only screen and (max-width:499px){
	html	{font-size:2.8vw;}
}

img	{max-width:100%; height:auto; vertical-align: bottom; border:0;}
.center    {text-align:center;}
.aligncenter    {text-align:center;}
.right     {text-align:right;}
.left	{text-align:left;}
.alignleft {float:left; margin:0 20px 20px 0;}
.alignright{float:right; margin:0 0 20px 20px;}
.children  {margin-top:6px;}
.closeup   {font-weight:bold; color:#ec611e; }
.closeup_tx12 {font-size: 12px !important; color: #ec611e !important; line-height: 1.4;}
.closeup_tx14 {font-size: 14px !important; color: #ec611e !important; line-height: 1.4;}
.closeup_tx16 {font-size: 16px !important; color: #ec611e !important; line-height: 1.4;}
.closeup_tx18 {font-size: 18px !important; color: #ec611e !important; line-height: 1.4;}
.closeup_tx24 {font-size: 24px !important; color: #ec611e !important; line-height: 1.4;}

.tx10      {font-size:10px !important;}
.tx11      {font-size:11px !important;}
.tx12      {font-size:13px !important;}
.tx13      {font-size:12px !important;}
.tx14      {font-size:14px !important;}
.tx15      {font-size:15px !important;}
.tx16      {font-size:16px !important;}
.tx18      {font-size:18px !important;}
.tx20      {font-size:20px !important;}
.tx22      {font-size:22px !important;}
.tx24      {font-size:24px !important;}
.tx30      {font-size:30px !important;}
.tx40      {font-size:40px !important;}
.tx50      {font-size:50px !important;}

.pa_btm0   {padding-bottom: 0px !important; }
.pa_btm5   {padding-bottom: 5px !important; }
.pa_btm10  {padding-bottom: 10px !important; }
.pa_btm20  {padding-bottom: 20px !important; }
.pa_btm30  {padding-bottom: 30px !important; }

.pa_top10  {padding-top: 10px !important; }
.pa_top20  {padding-top: 20px !important; }
.pa_top30  {padding-top: 30px !important; }

.ma_btm0   {margin-bottom: 0px !important; }
.ma_btm5   {margin-bottom: 5px !important; }
.ma_btm10  {margin-bottom: 10px !important; }
.ma_btm20  {margin-bottom: 20px !important; }
.ma_btm30  {margin-bottom: 30px !important; }
.ma_btm40  {margin-bottom: 40px !important; }
.ma_btm45  {margin-bottom: 45px !important; }
.ma_btm50  {margin-bottom: 50px !important; }
.ma_btm60  {margin-bottom: 60px !important; }
.ma_btm70  {margin-bottom: 70px !important; }
.ma_btm80  {margin-bottom: 80px !important; }
.ma_btm90  {margin-bottom: 90px !important; }
.ma_btm100  {margin-bottom: 100px !important; }

.ma_right10 {margin-right: 10px !important; }
.ma_right20 {margin-right: 20px !important; }
.ma_right30 {margin-right: 30px !important; }

.ma_left10 {margin-left: 10px !important; }
.ma_left20 {margin-left: 20px !important; }
.ma_left30 {margin-left: 30px !important; }


.tx_uline {text-decoration: underline !important;}
.ul_dash {
    background: #E7F4FF none repeat scroll 0 0;
    border-bottom: 1px dashed #aaaaaa;
    line-height: 2;
}

.comingsoon {text-align: center;}
.comingsoon h2 {font-family: "Baskervville","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-size: 250%;}
.title404_h1 {
    font-size: 250%;
    font-weight: 900;
    margin: 30px 0 0;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
.title404_h2 {
    font-size: 130%;
    font-weight: normal !important;
    line-height: 1.4;
    margin-bottom: 10px !important;
	border-bottom: none !important;
}
@media only screen and (max-width:599px){
	.title404_h1 {font-size: 160% !important;}
	.title404_h2 {font-size: 120% !important;}
}
@media only screen and (min-width:600px){
	.br_sp	{display:none;}
	.br_pc	{display:block;}
	.img_sp	{display:none;}
	.tx_ctol {text-align: left !important;} /* テキスト左寄せ499px以下 */
}

@media only screen and (max-width:599px){
	.br_sp	{display:block;}
	.br_pc	{display:none;}
	.img_pc	{display:none;}	
	.tx_ctol {text-align: center !important;} /* テキスト中央寄せ500px以上 */
}

/* テキスト強調 */
.marker_line {font-weight: bold;}
.marker_line.y {
    background: linear-gradient(transparent 60%, #fff600 0%);
}

/* -----------------------------------------------------------
		link
----------------------------------------------------------- */
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#362a33;
/* hover effect */
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

a:hover, a:active{
outline: none;
color:#362a33;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,.pagecont:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}

.clear hr { display: none; border: none; height:0px; }/*clearfix*/.clearfix { clear: both; min-height: 1px;/*IE7用…高さが設定されてあれば回避可能*/ zoom: 1; height:auto; background-color:transparent; }.clearfix:after { content: ".";  /* 新しい要素を作る */ display: block;  /* ブロチEけレベル要素に */ clear: both; height: 0; visibility: hidden; background-color:transparent; }.clearfix { min-height: 1px; }/*-WinIE6 and below *//* Hides from IE-mac \*/* html .clearfix { height: 1%; }/* End hide from IE-mac */


/* フォーム
------------------------------------------------------------*/

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"] {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
	font-weight:400 !important;
    padding: 0px;
    width: 48%;
    margin: 5px;
    border: none;
	text-indent: 10px;
	font-size: inherit;
	color: inherit ;
	font: inherit ;
	line-height: 41px;
}
select {
    width: 50%;
    height: 38px;
	padding: 10px;
	display: block;
	position: relative;
	border: 2px solid #eeeeee;
    margin: 5px;
}
.rtb-booking-form select{
	width: 100%;
}
select[multiple="multiple"] {
	height: 100px;
}
select[multiple="multiple"] option {
	height: 20px;
	line-height: 20px;
}
textarea{
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
	font-weight:400 !important;
    padding: 10px 0 0 10px;
    height: 350px;
    width: 98%;
    margin-bottom: 30px;
    font:inherit;
    overflow: auto;
    font-size: inherit;
	color: inherit ;
	font: inherit ;
}  
.rtb-booking-form textarea {
  width: 97% !important;
  max-width: none !important;
  height: 150px;
}
input[type="submit"], .action-button .be-button,
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
    border: none;
    cursor:pointer;
    display: inline-block;
    margin:0px 0 10px;
    text-decoration: none;  
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font-size: 12px;
	line-height: 12px;
	padding: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
    background: #333;
	color:#fff;
} 
input[type="submit"]	{
	width:250px;
	box-sizing:border-box;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea, select {
	border: 1px solid #eeeeee;
	background: #efefef;
}
span.wpcf7-list-item {display: block !important;}
.wpcf7-spinner	{
	display:block !important;
	margin:0 auto !important;
}

.wpcf7 .ajax-loader	{
	display:block !important;
	margin:10px auto !important;
}

/* iPhoneリセット*/
input[type="submit"], input[type="button"] { -webkit-appearance: none; }

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #cd1e1e;
}

*:first-child+html input[type="submit"]{padding:3px;}

@media only screen and (max-width:699px){
    input[type="text"], input[type="email"], input[type="password"] {width: 98%;}
}

/* コンテンツ内リンクボタン（#ff878d） */
.button01 {
	display: inline-block;
	height: 38px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	margin-bottom: 10px;
	font-size: 16px;
	border-radius: 5px;
	padding: 0 25px !important;
	border-bottom: medium none !important;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button01 {
	background-color: #89733f !important;
	color: #fff;
}
.button01:hover {
	background-color: #5c481b !important;
	color: #fff !important;
}

@media only screen and (max-width:400px){
	.button01 {font-size: 14px;}
}

/* -----------------------------------------------------------
		layout（共通）
----------------------------------------------------------- */
#bg_wrap	{}

#wrapper, .inner{
margin:0 auto;
width:90%;
max-width: 1260px;
}
#wrapper .inner	{
	width:100%;
}

#wrapper-full{
width:100%;
}

#outer	{
	top:0;
	left:0;
}
#outer-page	{
	margin-top:160px;
}

@media only screen and (max-width: 1024px)	{
	#outer-page	{margin-top:90px;}
}
@media only screen and (max-width: 699px)	{
	#outer-page	{margin-top:67px;}
}


#header{
/*overflow:hidden;*/
}

#content{
float:left;
width:70%;
padding:20px 0 50px;
min-height: 700px;
}
#content.cont_fl_none	{
	float:none;
	margin-right:auto;
	margin-left:auto;
}

#content-t {
    width: 100%;
    padding: 0px 0 50px;
    min-height: 700px;
}
#wrapper-full #content-t	{
	padding-top:0;
}
#sidebar{
float:right;
width:27%;
padding:22px 0 50px;
}
#sidebar-home{
float:right;
width:27%;
padding:0 0 50px;
}

#sidebar-topics{
float:right;
width:27%;
padding:20px 0 50px;
}


/* リッチエディタ見出しクラス */
.editorbox h1	{font-size:180%; font-weight:bold; margin-bottom:10px;}
.editorbox h2	{font-size:160%; font-weight:bold; margin-bottom:10px;}
.editorbox h3	{font-size:130%; font-weight:bold; margin-bottom:10px;}
.editorbox h4	{font-size:110%; font-weight:bold; margin-bottom:10px;}
.editorbox h5	{font-size:100%; font-weight:bold; margin-bottom:10px;}
.editorbox h6	{font-size:90%; font-weight:bold; margin-bottom:10px;}
.editorbox p	{margin-bottom:10px;}

/* 4段組み */
.d-box4 {width:225px; height:auto; margin-right:20px; float:left;}
.d-box4_last {width:225px; height:auto; float:left;}

/* 3段組み */
.d-box3 {float:left; height:auto; margin-right:25px; width:185px;}
.d-box3_last {width:185px; height:auto; float:left;}

/* 2段組み */
.d-box2 {width:325px; height:auto; margin-right:30px; float:left;}
.d-box2_last {width:325px; height:auto; float:left;}

.dis_table	{display:table;}
.d-box-one-half	{width:50%; display:table-cell; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-one-third	{width:33%; float:left; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-two-third	{width:66%; float:left; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-one-fifth	{width:20%; float:left; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-one-fourth	{width:25%; float:left; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
.d-box-three-fourth	{width:75%; float:left; overflow:hidden; vertical-align:middle; box-sizing:border-box;}
@media only screen and (max-width: 859px) {
	.d-box-one-third	{width:50%;}
	.d-box-two-third	{width:100%; display:block; margin-bottom:20px;}
	.d-box-one-fourth	{width:100%; display:block; margin-bottom:20px;}
	.d-box-three-fourth	{width:100%; display:block; margin-bottom:20px;}
}
@media only screen and (max-width: 767px) {
	.d-box-one-half	{width:100%; display:block; margin-bottom:20px; float: left;}
	.d-box-one-half img {max-width:auto;}
	.d-box-one-third	{width:100%; display:block; margin-bottom:20px;}
}

/* リストデザイン */
.li_disc li, .li_circle li, .li_square li, .li_decimal li, .li_decimal-lz li, .li_lower-latin li, .li_upper-latin li {list-style-position: outside; margin-bottom: 5px; line-height: 1.6;}
.li_disc ul, .li_circle ul, .li_square ul, .li_decimal ul, .li_decimal-lz ul, .li_lower-latin ul, .li_upper-latin ul {margin-left: 25px;}
.li_disc li	{list-style-type: disc;} /* 黒丸 */
.li_disc_sub li	{list-style-type: disc !important;} /* 黒丸 */
.li_circle li	{list-style-type: circle;} /* 白丸 */
.li_square li	{list-style-type: square;} /* 黒四角 */
.li_decimal li	{list-style-type: decimal;} /* 算用数字 */
.li_decimal-lz li	{list-style-type: decimal-leading-zero;} /* 先頭に0をつけた算用数字 */
.li_lower-latin li	{list-style-type: lower-latin;} /* 小文字のアルファベット */
.li_upper-latin li	{list-style-type: upper-latin;} /* 大文字のアルファベット */

/* パンくず */
#kuzu {padding:0; font-size:11px; height:20px; margin:10px 0; padding:5px 0;}
#kuzu ul {list-style:none; padding:0; margin:0;}
#kuzu li {float:left; margin:0 5px 0 0; padding:0; }
#kuzu h1	{float:right;}
#kuzu br {display: none;}

/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ヒラギノ明朝 W2 JIS2004", "MS P明朝", "MS PMincho", serif;
    letter-spacing: -0.01em;
	font-weight:400;
}
h2.title {
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ヒラギノ明朝 W2 JIS2004", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-size: 60px;
	line-height:1.0;
    margin: 0 0 60px;
    text-align: center;
}
.subtitle	{
    text-align: center;
	font-size:30px;
	margin-bottom:60px;
}
h2.title + .subtitle	{
	margin-top:-50px;
}
#pagetit	{
	padding:40px 0;
	margin-bottom:40px;
}
#pagetit .subtitle	{
	margin-bottom:0;
}

@media only screen and (max-width:699px){
	h2.title{font-size:40px; margin-bottom:40px;}
	.subtitle	{font-size:16px; margin-bottom:40px;}
	h2.title + .subtitle	{margin-top:-30px;}
	#pagetit	{padding:20px 0;}
}


/*.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(//www.saloncms.com/template/default-image/images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}*/

.postbox p	{
	margin-bottom:1em;
}

.postcont	{
	margin:0 0 40px;
}

.posttitle {	
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:500;
    font-size:150%;
	line-height:1.6;
	margin-bottom:10px;
}

/* .post p{min-height: 1em;} */

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}

.post table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignleft{
margin: 0 30px 20px 0;
display:inline;
}
img.alignright{
margin: 0 0 20px 30px;
display:inline;
}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}

.page-subtit	{font-family: 'Lato',"ヒラギノ角ゴ W7 JIS2004","游ゴシック","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif; font-size:27px; border-bottom:1px solid #000; padding:0 0 10px; margin:0 0 20px;}

#pagetop	{bottom: 30px; position: fixed; right: 30px; z-index:99;}
#pagetop a	{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    border-radius: 50%;
	cursor:pointer;
}
#pagetop a span	{font-size:20px; line-height: 1.0; display:block;}

@media only screen and (max-width: 599px){
	#pagetop	{bottom: 10px; right: 10px; z-index:99;}
	.page-template-page_home #pagetop	{bottom: 100px;}
}

/* -----------------------------------------------------------
		Header（共通）
----------------------------------------------------------- */

/* PC
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
#header_line	{width: 100%; min-height:160px; display: flex;flex-direction: column;flex-wrap: wrap;justify-content: center; background: rgba(255, 255, 255, 0) ; }
#headerUpper	{margin-bottom:20px;}
#headerUpper ul	{float:left;}
#headerUpper h1	{float:right; font-size:11px;}
#header	{width:95%; max-width:1280px; margin:0 auto; position:relative; padding:20px 0;}
#header_contents/*, #header_right*/	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	align-items: flex-start;
}
#header_contents	{
}
#header_right	{
	margin:0;
	position:relative;
	padding:0;
	box-sizing:border-box;
	justify-content:space-between;
	flex: 2;
}
#logo		{width:200px; margin:0; text-align:left;}
#sm_logo	{display:none;}
#mb_hd_connect	{display:none;}
	
.hd_top #logo a	{display:none;}
#header_line.hd_top.fixed #logo a	{display:block;}
}

@media only screen and (max-width:799px){
}

/* iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
#header_line	{ width: 100%; padding:0; margin:0; background: rgba(255,255,255,0);}
#headerUpper	{margin-bottom:10px;}
#headerUpper ul	{float:left;}
#headerUpper h1	{float:right; font-size:11px;}
#header		{width:90%; margin:0 auto; position:relative; padding:10px 0;}
#header h1 {font-size:10px; font-weight:inherit; flex:2;}
#header_contents/*, #header_right*/	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;		
}
#header_contents	{margin:0; justify-content: space-between; align-items:center;}
#logo		{width:120px; margin:0 20px 0 0; text-align:left;}
#pc_logo	{display:none;}
#header_right	{
	margin:0;
	position:relative;
	padding:0;
	box-sizing:border-box;
	justify-content:space-between;
	flex: 2;
}
#header_right ul	{justify-content:flex-end;}
#header_right ul li i	{font-size:24px; display:block; padding:0;}
.md_hd_cncbt	{text-align:center;}
.md_hd_cncbt span	{font-size:10px;}
#mdh_bt_tel span, #mdh_bt_res span	{display:block;}
.md_hd_cncbt a	{display:block; width:45px; color:#fff; padding:8px 0; height:54px; box-sizing:border-box;}
}
@media only screen and (max-width:699px){
	#logo	{width:80px;}
}

#header_line	{position: fixed; top:0; left:0; z-index:3; z-index:9999; transition:0.5s;}
#header_line.fixed	{background: rgba(255, 255, 255, 0.98);}
.page-template-page_collection #header_line	{background: rgba(255, 255, 255, 0.98);}
#header_line_inn	{max-width:1400px; margin:0 auto;}
.modal_on #header_line.fixed	{background:transparent;}
.page-template-page_collection.modal_on #header_line	{background:transparent;}
.modal_on #header_line #logo	{opacity:0;}
.modal_on #header_line h1	{opacity:0;}
.modal_on #header_line .sns_nav	{opacity:0;}




/* コンタクト
----------------------------------*/
.contact{
float:right;
padding:20px 0 0;
text-align:right;
color:#fff;
font-size:90%;
width: 240px;
}

.contact .tel{
margin-bottom:-3px;
font-size:180%;
}





/* -----------------------------------------------------------
		Header Button（共通）
----------------------------------------------------------- */
#header_connect	{
	padding:10px 0;
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
#header_connect ul	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
#header_connect li a	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content:center;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.sns_nav	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sns_nav svg	{
	width:1em; 
	height:1em;
}
#header_line .sns_nav	{
	gap:1em;
	font-size:24px;
}
#hd_reserve a	{
	background: #CD1E6D;
	color:#fff;
	padding:6px 40px;
	border:1px solid #CD1E6D;
}
#hd_reserve a:hover	{
	background:#eb075d;
	border-color:#eb075d;
}
#hd_seminar	{
	margin-left:10px;
}
#hd_seminar a	{
	background: #fff;
	color:#CD1E6D;
	padding:6px 40px;
	border:1px solid #CD1E6D;
}
#hd_seminar a:hover	{
	background:#fae8f0;
}
#hd_line	{
	margin-left:10px;
}
#hd_line a	{
	background:#08C755;
	color:#fff;
	padding:6px 20px;
	border:1px solid #08C755;
	width:217px;
	text-align:center;
	box-sizing:border-box;
}
#hd_line a:hover	{
	background:#01e639;
	border-color:#01e639;
	color:#fff;
}
#header_connect li#hd_menu	{margin-left:25px;}
#hd_menu a	{cursor:pointer;}	
#hd_menu p	{font-size:14px; margin-top:2px;}
.menubtn_pc div	{width:100px; height:40px; margin: 0; position:relative; }
.menubtn_pc div span	{width:100%; height:0; border-top:1px solid #362a33; position: absolute; left:0; transform: rotate(0deg); transition: all .4s;}
.menubtn_pc div span:nth-of-type(1) {top: 0px;}
.menubtn_pc div span:nth-of-type(2) { top: 20px;}
.menubtn_pc div span:nth-of-type(3) { bottom: 0px;}
	
.modal_on #hd_menu .menubtn_pc div span:nth-of-type(1) {
	transform: translateY(20px) rotate(-25deg);
	top: 1px;
}
.modal_on #hd_menu .menubtn_pc div span:nth-of-type(2) {
	display:none;
}
.modal_on #hd_menu .menubtn_pc div span:nth-of-type(3) {
	transform: translateY(-20px) rotate(25deg);
	bottom: -3px;
}

#hd_reserve a, #hd_seminar a, #hd_line a	{
	transition:0.5s;
}
.modal_on #hd_reserve a, .modal_on #hd_seminar a, .modal_on #hd_line a	{
	display:none;
}


@media only screen and (min-width: 1025px){
}
@media only screen and (max-width: 1024px){
	.menubtn_pc div	{width:40px; height:20px;}
	.menubtn_pc div span:nth-of-type(2)	{top:10px;}
	.modal_on #hd_menu .menubtn_pc div span:nth-of-type(1)  {top: -14px;}
	.modal_on #hd_menu .menubtn_pc div span:nth-of-type(3)	{bottom:-7px;}
	#hd_reserve a, #hd_seminar a, #hd_line a	{max-width:170px; padding:6px 10px; box-sizing:border-box; font-size:14px;}
}
@media only screen and (max-width:959px){
}
@media only screen and (max-width:699px){
	#header_line .sns_nav	{display:none;}
}
@media only screen and (max-width: 499px){
	#header_connect li	{margin-left:10px;}
	#header_connect li span.hd_sns_detail	{display:none;}	
}
@media only screen and (max-width: 349px){
	#header_connect li	{margin-left:5px;}
}


/* -----------------------------------------------------------
		Main Navigation（共通）
----------------------------------------------------------- */
.modal	{
	display:none;
}
.modal .iziModal-content .icon-close{
    width: 100%;
    font-family: "メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.0;
    padding: 0px 5px;
    font-weight: normal;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    text-align: right;
}
	
h2.iziModal-header-title	{
	text-indent:-100% !important;
}
.iziModal .iziModal-header	{
		box-shadow:none  !important;
	}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons	{
		right:14px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button	{
		width:40px !important;
		height:40px !important;
}
.iziModal .iziModal-button-close{
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2011.293l10.293-10.293.707.707-10.293%2010.293%2010.293%2010.293-.707.707-10.293-10.293-10.293%2010.293-.707-.707%2010.293-10.293-10.293-10.293.707-.707%2010.293%2010.293z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat 50% 50% !important;
	opacity:1.0 !important;
}	
#modal_navi	{
}
#mdl_navigation	{
	padding:110px 0 0;
}
#mdlnav_box	{
	max-width:600px;
	margin: 0 auto 60px;
}
#modal_navi h1	{
	font-size:90%;
	margin:0 0 20px;
}
#mainNav	{
    font-family: "Baskervville","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 400;
	font-size:20px;
	margin: 0 auto;
	border-top:1px solid #362a33;
}
#mainNav li	{
	border-bottom:1px solid #362a33;
}
#mainNav li a	{
	display:block;
	padding: 20px;
	position:relative;
}
#mainNav li a:hover	{
	background:#eff3f4;
}
#mainNav li a:before	{
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    right: 20px;
    bottom: 40px;
    background: #362a33;
    transition: .5s;
}
#mainNav li a:after	{
    content: "";
    position: absolute;
    bottom: 42px;
    right: 20px;
    width: 8px;
    height: 1px;
    background: #362a33;
    transform: rotate(35deg);
    transition: .5s;
}
#mainNav li a strong	{
    font-weight: 400;
}

#mdl_navigation .sns_nav	{
	font-size:30px;
	gap:1em;
}

.mdl_rsvlist li	{
	border-bottom:1px solid #fff;
}
#mdl_rsv	{
	max-width:600px;
	margin:0 auto 40px;
}
#mdl_rsv .tit_eg	{
	font-size:50px;
	text-align:center;
}
.mdl_rsv_tit	{
	font-size:87.5%;
	font-weight:300;
	margin-bottom:20px;
	text-align:center;
}
.mdl_rsvlist a	{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
	padding:10px 20px;
	color:#fff;
}
.mdl_rsvlist li a:hover	{
	background:rgba(255,255,255,0.1);
}
.mdl_rsv_img	{
    height: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.mdl_rsv_img p	{
    font-family: "Baskervville","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 400;
	font-size:24px;
	color:#fff;
}
.mdl_rsv_img p span	{
	font-size:80%;
}
.mdl_rsv_bt	{
    background: #362a33;
    border-radius: 100px;
    display: block;
    font-size: 87.5%;
    text-align: center;
    margin: 0;
    padding: 0.4em 0;
    width: 240px;
    color: #fff;
    position: relative;
    border: 1px solid #fff;
}

.mdlnav_right	{
	text-align:center;
}
.mdlr0	{
	margin:0 0 40px;
}
.mn_smtit	{
    font-family: "Baskervville","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:16px;
	font-weight:400;
	margin:0 0 10px;
	text-align:center;
}
.mn_smtxt	{
	font-size:90%;
}
a.mdl_linksquare	{
    display: block;
    font-size: 100%;
	line-height:1.0;
	text-align:center;
    margin: 10px auto 0;
    padding: 0.6em 0.2em 0.5em;
    width: 12em;
	border:1px solid #ccc;
	color:#fff;
	box-sizing:border-box;
}
a.mdl_linksquare:hover	{
	background:#ccc;
}
a.mdl_linksquare:hover {
	background:#06c755;
	border-color:#06c755;
	color:#fff;
}


@media only screen and (max-width:1024px){
	.mden_strong	{font-size:20px;}
	.mden_small	{font-size:12px;}
}
@media only screen and (max-width:899px){
	#mdlnav_box	{display:block;}
	ul.modal_mnav	{width:100%; margin: 0 0 40px;}
	.mdl_entrylist	{display:block;}
	.mdl_entrylist li	{width:100%; margin:0 0 20px;}
	.mdl_entrylist li:last-child	{margin-bottom:0;}
}
@media only screen and (max-width:599px){
	#mdl_entry	{padding:90px 0 40px;}
	#mdl_navigation	{padding:70px 0 0;}
	ul.modal_mnav li	{margin-bottom:10px;}
	.mn_strong	{font-size:30px;}
	.mn_small	{font-size:12px;}
	#mdl_rsv .tit_eg	{font-size:40px;}
	.mdl_rsv_tit	{margin-bottom:10px;}
	.mdl_rsvlist a	{padding:10px;}
	.mdl_rsv_bt	{font-size:11px; width:160px;} 
	.mdl_rsv_img	{height:60px;}
	.mdl_rsv_img img	{width:90px;}
	.mdl_rsv_img p	{font-size:18px;}
}
	

/* -----------------------------------------------------------
		共通部分可変調整
----------------------------------------------------------- */

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
	#content, #content-topics,#content-home, #sidebar, #sidebar-topics, #sidebar-home{clear:both;width:95%;float:none;margin:0 auto;padding:0 0 10px;}
	#wrapper #content	{width:100%;}
}




/* -----------------------------------------------------------
		Side Contents（共通）
----------------------------------------------------------- */
#sidebar section{
margin:0 0 20px 0;
padding:0;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{padding-bottom:10px;}

p.banner img{
max-width:100%;
height:auto;
}

p.banner img:hover{
}

#sidebar p {margin-bottom: 0px;}

section.widget h3, section.blog_quote h3 {
    font-family: "Baskervville","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 400;
    font-size: 140%;
    line-height: 1.4;
    clear: both;
    margin: 0;
    padding: 7px 10px 7px 0px;
    border-bottom: 0;
    border-bottom: 3px solid #362a33;
}

section.widget:not(.widget_tags) li a{
display:block;
padding:10px;
border-bottom:1px dotted #362a33;
}
section.widget_tags ul	{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin:20px 0 0 !important;
}
section.widget_tags li a:before	{
	content:"#";
}
section.widget_tags li	{
	margin:0 6px 3px 0;
}
section.widget_tags li a	{
	border:1px solid #949494;
	background:transparent;
	border-radius:3px;
	padding:1px 8px;
    color: #333;
	font-size:90%;
}
section.widget_tags li a:hover	{
	background-color: #efefef;
}



#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* 投稿引用 */
#sidebar-home h2	{font-size:25px; text-align:left; margin:0 0 5px;}
#sidebar-home section	{margin-bottom:20px;}
.blog_quote > div	{margin-bottom:5px; padding:0 0 5px; border-bottom:1px dotted #362a33;}
.blog_quote h3	{margin-bottom:20px !important;}
.blog_quote div a	{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	width:100%;
}
.blog_quote .sd_news_photo	{flex:0 0 60px; margin-right:10px; height:60px; overflow:hidden;}
.blog_quote .sd_news_photo img	{max-width:60px; height:auto;}
.blog_quote .sd_news_text	{flex:2;}
.blog_quote .idx_news_date{font-size:11px;}
.blog_quote .idx_news_text{font-size: 90%; display: block; line-height:1.4; font-weight: bold; padding: 0;}
.blog_quote .info_new	{font-size: 10px;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#fff;
background:#fff url(//www.saloncms.com/template/default-image/images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(//www.saloncms.com/template/default-image/images/arrowWhite.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#fff;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, sans-sans-serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ W7 JIS2004','ＭＳ Ｐゴシック',sans-sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* -----------------------------------------------------------
		Footer（共通）
----------------------------------------------------------- */
#footerUpper .inner	{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#ft_logo	{
	width:130px;
	text-align:center;
	margin-right:20px;
}
#ft_navlist	{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	flex:2;
}
.ft_nav_box	{
	flex:0 2 20%;
	padding:0 20px;
	border-right:1px solid #ccc;
	box-sizing:border-box;
}
.ft_nav_box:last-child	{
	padding-right:0;
	border-right:none;
}
.ft_nav_box:nth-of-type(1)	{
	flex-basis:16%;
}
.ft_nav_box:nth-of-type(2)	{
	flex-basis:24%;
}
#ft_sns_nav	{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#ft_sns_nav a	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	width:40px;
	height:40px;
	border-radius:50%;
	color:#362a33;
	background:#ccc;
	font-size:20px;
	line-height:1.0;
	margin:0 4px 4px 0;
}
#ft_sns_nav a:hover	{
	background:#362a33;
	color:#ccc;
}
.ft_titcat	{
	font-size:112%;
	font-weight:bold;
}
.ft_line_dt	{
	font-size:11px;
	margin-top:10px;
}
a.ft_linkmore	{
    background:#362a33;
    border-radius: 100px;
    display: block;
    font-size: 100%;
	line-height:1.0;
	text-align:center;
    margin: 10px 0 0;
    padding: 0.6em 0 0.5em;
    width: 9.6em;
    color: #fff;
}
a.ft_linkmore:hover	{
	background:#ccc;
}
a.ft_linksquare	{
    display: block;
    font-size: 100%;
	line-height:1.0;
	text-align:center;
    margin: 10px 0 0;
    padding: 0.6em 0.2em 0.5em;
    width: 12em;
	border:1px solid #ccc;
	box-sizing:border-box;
}
a.ft_linksquare:hover	{
	background:#ccc;
}
#ft_box_line a.ft_linksquare:hover {
	background:#06c755;
	border-color:#06c755;
	color:#fff;
}
.ft_nav_list > li > a:hover	{
	color:#3A91F9;
}

#footer{
clear:both;
width:100%;
padding:50px 0 20px;
} 

#footer address	{
	font-size:11px;
	text-align:center;
}

.page-template-page_salonstyle #footer{
margin-top:0;
} 



@media only screen and (max-width: 1399px){
	#footerUpper .inner	{flex-wrap:wrap;}
	#ft_logo	{width:100%; margin:0 0 40px; text-align:left; box-sizing:border-box;}
	#ft_logo img	{width:90px;}
	.ft_nav_box	{flex-basis:20%;}
	.ft_nav_box:nth-of-type(1)	{padding-left:0;}
}
@media only screen and (max-width: 1199px){
	#ft_navlist	{flex-wrap:wrap;}
	.ft_nav_box	{flex-basis:30%;}
	.ft_nav_box:nth-of-type(1)	{flex:0 0 20%; margin:0 0 40px; border-right:none;}
	.ft_nav_box:nth-of-type(2)	{flex:0 0 80%; margin:0 0 40px; border-right:none;}
	.ft_nav_box:nth-of-type(3)	{padding-left:0;}
}
@media only screen and (max-width: 1024px){
	.page-template-page_home #footer	{margin-bottom:90px;}
}
@media only screen and (max-width: 599px){
	#ft_logo	{text-align:center;}
	#ft_navlist	{display:block;}
	.ft_nav_box	{width:100%; padding:0; border:none; margin:0 0 30px;}
	.ft_nav_box:nth-of-type(1), .ft_nav_box:nth-of-type(2)	{display:none;}
	.ft_nav_box:nth-of-type(3), .ft_nav_box:nth-of-type(4), .ft_nav_box:nth-of-type(5)	{text-align:center;}
	a.ft_linkmore	{width:200px; padding:0.7em 0 0.6em; margin:10px auto 0; font-size:110%;}
	a.ft_linksquare	{width:200px; padding: 0.7em 0.2em 0.6em; margin:10px auto 0; font-size:110%;}
}

.bn_box {
    margin: 50px 0;
    text-align: center;
    width: 100%;
}
.bn_box ul	{
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
}
.bn_box ul li	{
}
@media only screen and (max-width: 599px){
	.bn_box	{margin:40px 0 20px;}
	.bn_box ul li	{width:100%; margin:0 0 10px;}
}


/* Floating Menu */
#fl_menu_top {z-index: 999; position: fixed; right: 0; top: 230px;}
#fl_menu_top ul li {margin-bottom: 5px;}

#bn_sm_reserve	{margin:20px 0; text-align:center;}

@media only screen and (min-width: 401px){
	#bn_sm_reserve	{display:none;}
}
@media only screen and (max-width: 400px){
	#fl_menu_top	{display:none;}
	#bn_sm_reserve	{display:block;}
}

/* Google translator */
#flags {margin: 0 auto; width: 90%; text-align: center;}
#sortable {
    float: none !important;
    display: inline-block;
}

/* -----------------------------------------------------------
		Footer Contact Button
----------------------------------------------------------- */
#ft_contact_bt	{
	position:fixed;
	bottom:30px;
	left:30px;
	z-index:999;
}
.ftc_clm	{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 340px;
}
.ftc_bt	{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 100px;
    height: 100px;
	border-radius:50%;
	color:#fff;
	font-size:20px;
	background:#362a33;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
	cursor:pointer;
}
.ftc_open #ftc_trigger .ftc_bt	{
	background:#999;
}
.ftc_bt svg	{
	width:40px;
	height:40px;
}
.ftc_bt:hover, .ftc_bt:active	{
	color:#fff;
}
#ftc_trigger .ftc_bt div	{
	width:40px;
	height:40px;	
	background:url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_35%22%20transform%3D%22translate(-37.478%20-256.973)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_31%22%20transform%3D%22translate(46.504%20256.973)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_30%22%20transform%3D%22translate(0%200)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_29%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_29%22%20class%3D%22st0%22%20d%3D%22M44.24%2C25.87l-3.62-3.62c5.13-5.15%2C5.13-13.47%2C0-18.62L44.24%2C0%20C51.37%2C7.15%2C51.37%2C18.72%2C44.24%2C25.87z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_30%22%20class%3D%22st0%22%20d%3D%22M89.77%2C291.78c-3.3-0.07-6.15%2C2.27-6.73%2C5.52v-26.56c-0.33-8.36-13.33-8.36-13.66%2C0%20c0%2C0%2C0%2C46.32%2C0%2C46.32c-7.76%2C0.34-6.84-9.35-6.7-14.46c-14.85%2C15.48-1.62%2C31.14%2C7.14%2C44.97c12.61%2C18.14%2C55.59%2C8.15%2C52.84-13.88%20c0%2C0%2C0-25.93%2C0-25.93c-0.02-6.74-9.86-8.59-12.66-2.63c2.31-9.21-9.64-14.76-13.42-5.41C96.58%2C294.81%2C94.2%2C291.78%2C89.77%2C291.78z%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_34%22%20transform%3D%22translate(37.486%20256.973)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_33%22%20transform%3D%22translate(0%200)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_32%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31%22%20class%3D%22st0%22%20d%3D%22M23.34%2C25.87l3.63-3.62c-5.13-5.15-5.13-13.47%2C0-18.62L23.34%2C0%20C16.21%2C7.15%2C16.21%2C18.72%2C23.34%2C25.87z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
	transition:0.5s;
}
.ftc_open #ftc_trigger .ftc_bt div	{background:url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJtMTIgMTAuOTMgNS43MTktNS43MmMuMTQ2LS4xNDYuMzM5LS4yMTkuNTMxLS4yMTkuNDA0IDAgLjc1LjMyNC43NS43NDkgMCAuMTkzLS4wNzMuMzg1LS4yMTkuNTMybC01LjcyIDUuNzE5IDUuNzE5IDUuNzE5Yy4xNDcuMTQ3LjIyLjMzOS4yMi41MzEgMCAuNDI3LS4zNDkuNzUtLjc1Ljc1LS4xOTIgMC0uMzg1LS4wNzMtLjUzMS0uMjE5bC01LjcxOS01LjcxOS01LjcxOSA1LjcxOWMtLjE0Ni4xNDYtLjMzOS4yMTktLjUzMS4yMTktLjQwMSAwLS43NS0uMzIzLS43NS0uNzUgMC0uMTkyLjA3My0uMzg0LjIyLS41MzFsNS43MTktNS43MTktNS43Mi01LjcxOWMtLjE0Ni0uMTQ3LS4yMTktLjMzOS0uMjE5LS41MzIgMC0uNDI1LjM0Ni0uNzQ5Ljc1LS43NDkuMTkyIDAgLjM4NS4wNzMuNTMxLjIxOXoiLz48L3N2Zz4=) no-repeat center center;
    background-size: 40px auto;
}
ul#ftc_list	{
	position:absolute;
	bottom:0;
	opacity:0;
	z-index:-1;
	transition:0.5s;
}
ul#ftc_list li	{
	position:absolute;
	bottom:0;
	margin-top:10px;
}
.ftc_open ul#ftc_list	{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	bottom:110px;
	opacity:1.0;
}
.ftc_open ul#ftc_list li	{
	position:relative;
	bottom:auto;
}
.ftc_ballon	{
    flex: 2 0 20%;
    padding: 5px 5px;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
    color: #333;
	background:#fff;
	font-size:16px;
	margin-left:10px;
	position:relative;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
	font-weight:600;
}
.ftc_ballon span	{
	display:block;
	line-height:1.6;
}
.ftc_bl_s	{
	font-weight:normal;
	font-size:12px;
}
.ftc_ballon:before	{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -4px;
    border: 3px solid transparent;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #fff;
}

/* animation */
#ftc_trigger	{	
	/*animation-play-state: paused;*/
}
#ftc_trigger.ftc_move .ftc_bt	{
	transition: .6s;
	animation: blinking 1s ease-in-out infinite alternate;
}

@keyframes blinking {
	0% {background: #362a33;}
	100% {background: #3A91F9;}
}

@media only screen and (min-width:1025px){
	#ft_contact_bt	{display:none;}
}
@media only screen and (max-width:1024px){
	.ftc_clm	{width:260px;}
	#ft_contact_bt	{bottom:10px; left: 10px;}
	#ftc_trigger .ftc_bt div	{width:35px; height:35px;}
	.ftc_open #ftc_trigger .ftc_bt div	{background-size:35px auto;}
	.ftc_open ul#ftc_list	{bottom:80px;}
	.ftc_bt	{flex-basis:70px; height:70px;}
	.ftc_bt svg	{width:40px; height:40px;}
	.ftc_ballon	{font-size:13px;}
	.ftc_ballon span	{line-height:1.4 !important;}
	.ftc_bl_s	{font-size:10px;}
}

/* -----------------------------------------------------------
		Page Common
----------------------------------------------------------- */
.boxcont	{
	margin:0 0 90px;
}
.bgcont	{
	padding:90px 0;
}
.bg_normal	{
	background:#fff;
}
.bg_dark	{
	background:#dfe8ea;
}
.bg_light	{
	background:#fffefb;
}
a.top_linkmore	{
    background:#e95098;
    display: block;
    font-size: 100%;
	text-align:center;
    margin: 40px auto 0;
    padding: 16px 0;
    width: 320px;
    color: #fff;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
a.top_linkmore span	{
	position:relative;
	z-index:2;
}
a.top_linkmore:before	{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background:#ccc;
	height:0;
	transition:0.3s ease-in;
}
a.top_linkmore:hover:before	{
	height:100%;
}
.bg_dark a.top_linkmore	{
}
.bg_dark  a.top_linkmore:hover	{
}
.bg_white a.top_linkmore	{
}
.bg_white  a.top_linkmore:hover	{
}

.pagetitle	{
	margin:0 0 80px;
	position:relative;
}
.topics-template-page_tpfullwidth .pagetitle	{
	margin-bottom:0;
}
#pagetit_haveimg	{
	height:24vw;
	padding:90px 0 0;
	box-sizing:border-box;
}
#pagetit_noimg	{
    background: #eff3f4;
	padding:3rem 0;
}
.pagetitle .inner	{
	position:relative;
	z-index:2;
}
.pagetitle#pagetit_noimg .inner	{
}
.pagetit_en {
    font-family: "Baskervville","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size:3rem;
	font-weight:400;
    line-height: 1.2;
    text-align: left;
}
.pagetit_main	{
    font-size: 1.3rem;
    font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ヒラギノ明朝 W2 JIS2004", "MS P明朝", "MS PMincho", serif;
    letter-spacing: -0.01em;
    font-weight: 400;
    line-height: 1.4;
}
.pagetit_img	{
	width:72%;
	position:absolute;
	right:0;
	top:0;
    aspect-ratio: 3 / 1;
	background-size:cover;
	background-position:center center;
	border-top-left-radius:40px;
}
.ptit_double	{
	margin-bottom:60px;
}
.ptit_eg	{
    font-family: "Baskervville","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:400;
	font-size:60px;
	line-height:1.2;
}
.ptit_sub	{
	font-size:26px;
	line-height:1.4;
	color:#bbb;
}
.int_link	{
	margin:30px 0;
}
.int_link a	{
	background: #f9f9f9;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
	padding:40px 60px;
	display:flex;
}
.int_link a:hover	{
	background:#d3d3d3;
}
.int_link_L	{
	width:160px;
	margin-right:40px;
}
.int_link_Linn	{
	border-radius:50%;
	overflow:hidden;
}
.int_link_R	{
	flex:2;
	display:flex;
	flex-direction:column;
    justify-content: center;
}
.int_link_ass	{
	font-size:100%;
	line-height:1.4;
}
.int_link_name	{
	font-weight:bold;
	font-size:140%;
	line-height:1.4;
	margin-bottom:0.6em;
}
.int_link_tit	{
	font-weight:bold;
	font-size:140%;
	line-height:1.4;
}
.bt_alllinks	{
    background: #fff;
    border-radius: 100px;
    display: block;
    font-size: 100%;
    text-align: center;
    margin: 20px auto 0;
    padding: 15px 0;
    width: 320px;
    color: #362a33;
    border: 1px solid #362a33;
}
.bt_alllinks:hover	{
	background:#efefef;
}
.bt_alllinks span	{
    position: relative;
	padding:0 2em;
}
.bt_alllinks span:before	{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.4em;
    height: 0.4em;
    margin-top: -0.2em;
    border-bottom: 1px solid #362a33;
    border-left: 1px solid #362a33;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_topmore	{
	display:block !important;
    display: block;
    font-size: 90%;
	text-align:center;
    letter-spacing: 1px !important;
    margin: 40px auto;
    padding: 10px 0;
    width: 220px;
	background:#362a33;
    color: #fff !important;
	transition:0.8s;
}
a.link_topmore:hover {
	color:#fff; 
	background:#e95098;
}

@media only screen and (max-width: 1399px){
	.pagetit_img	{aspect-ratio: 3 / 1.6;}
	#pagetit_haveimg	{height:36vw; padding:40px 0 20px;}
}
@media only screen and (max-width: 899px){
	.pagetit_en	{font-size: 50px;}
	.pagetit_main	{font-size: 20px;}
	.ptit_eg	{font-size:50px;}
	.ptit_sub	{font-size: 20px;}
	.int_link a	{padding:40px 20px;}
}
@media only screen and (max-width: 699px){
	.bgcont	{padding:50px 0;}
	.pagetit_en	{font-size: 40px;}
	.pagetit_main	{font-size: 16px;}
	.ptit_eg	{font-size:40px;}
	.ptit_sub	{font-size: 16px;}
}
@media only screen and (max-width: 599px){
	.boxcont	{margin:0 0 60px;}
	.pagetitle	{margin-bottom:40px;}
	#pagetit_haveimg:before	{height:50px;}
	.pagetit_en	{font-size: 30px;}
	.pagetit_main	{font-size: 12px;}
	.ptit_double	{margin-bottom:20px;}
	.ptit_eg	{font-size:26px;}
	.ptit_sub	{font-size: 12px;}
	.int_link a	{display:block; padding:20px 20px 30px;}
	.int_link_L	{margin:0 auto 20px;}
	.int_link_ass, .int_link_name	{text-align:center;}
	.int_link_name	{font-size:120%;}
	.int_link_tit	{font-size:120%; line-height:1.6;}
}


/* -----------------------------------------------------------
		Layout Box
----------------------------------------------------------- */
.dis_flex	{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.dis_flex.alignitem_center	{
	align-items:center;
}
.dis_flex.justifyc_center	{
	justify-content:center;
}
.dis_flex.row-reverse	{
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex_separate	{
	justify-content:space-between;
}
.d-box-1of2	{width:50%; overflow:hidden; box-sizing:border-box;}
.d-box-1of3	{width:33.3%; overflow:hidden; box-sizing:border-box;}
.d-box-2of3	{width:66%; overflow:hidden; box-sizing:border-box;}
.d-box-1of5	{width:20%; overflow:hidden; box-sizing:border-box;}
.d-box-2of5	{width:40%; overflow:hidden; box-sizing:border-box;}
.d-box-3of5	{width:60%; overflow:hidden; box-sizing:border-box;}
.d-box-4of5	{width:80%; overflow:hidden; box-sizing:border-box;}
.d-box-1of4	{width:25%; overflow:hidden; box-sizing:border-box;}
.d-box-3of4	{width:75%; overflow:hidden; box-sizing:border-box;}
.flex_separate .d-box-1of2	{width:calc((100% - 40px) / 2);}
.flex_separate .d-box-1of3	{width:calc((100% - 40px) / 3);}
.flex_separate .d-box-2of3	{width:calc(((100% - 40px) / 3) * 2);}
.flex_separate .d-box-1of5	{width:calc((100% - 40px) / 5);}
.flex_separate .d-box-2of5	{width:calc(((100% - 40px) / 5) * 2);}
.flex_separate .d-box-3of5	{width:calc(((100% - 40px) / 5) * 3);}
.flex_separate .d-box-4of5	{width:calc(((100% - 40px) / 5) * 4);}
.flex_separate .d-box-1of4	{width:calc((100% - 40px) / 4);}
.flex_separate .d-box-3of4	{width:calc(((100% - 40px) / 4) * 3);}
.d-box-pl20	{padding-left:20px;}
.d-box-pl40	{padding-left:40px;}
.d-box-pr20	{padding-right:20px;}
.d-box-pr40	{padding-right:40px;}
.d-box-pr60	{padding-right:60px;}
.d-box-plr10	{padding-left:10px; padding-right:10px;}
.d-box-plr20	{padding-left:20px; padding-right:20px;}
@media only screen and (max-width: 859px) {
	.d-box-1of3	{width:50%;}
	.d-box-2of3	{width:100%; display:block; margin-bottom:20px;}
	.d-box-1of4	{width:100%; display:block; margin-bottom:20px;}
	.d-box-3of4	{width:100%; display:block; margin-bottom:20px;}
	.d-box-1of5,.d-box-2of5,.d-box-3of5,.d-box-4of5	{width:100%; display:block; margin-bottom:20px;}
	.flex_separate .d-box-1of3	{width:100%;}
	.flex_separate .d-box-2of3	{width:100%;}
	.flex_separate .d-box-1of4	{width:100%;}
	.flex_separate .d-box-3of4	{width:100%;}
	.flex_separate .d-box-1of5, .flex_separate .d-box-2of5, .flex_separate .d-box-3of5, .flex_separate .d-box-4of5	{width:100%;}
	.d-box-2of3.d-box-pl20, .d-box-2of3.d-box-pl40	{padding-left:0;}
	.d-box-2of3.d-box-pr20, .d-box-2of3.d-box-pr40	{padding-right:0;}
	.d-box-1of4.d-box-pl20, .d-box-1of4.d-box-pl40	{padding-left:0;}
	.d-box-1of4.d-box-pr20, .d-box-1of4.d-box-pr40	{padding-right:0;}
	.d-box-3of4.d-box-pl20, .d-box-3of4.d-box-pl40	{padding-left:0;}
	.d-box-3of4.d-box-pr20, .d-box-3of4.d-box-pr40	{padding-right:0;}
}
@media only screen and (max-width: 767px) {
	.d-box-1of2	{width:100%; display:block; margin-bottom:20px; float: left;}
	.flex_separate .d-box-1of2	{width:100%;}
	.d-box-1of2 img {max-width:auto;}
	.d-box-1of3	{width:100%; display:block; margin-bottom:20px;}
	.flex_separate .d-box-1of3	{width:100%;}
	.d-box-1of2 .d-box-1of2, .d-box-1of2 .d-box-2of3, .d-box-1of2 .d-box-3of4	{margin-bottom:0;}
	.d-box-1of2.d-box-pl20, .d-box-1of2.d-box-pl40	{padding-left:0;}
	.d-box-1of2.d-box-pr20, .d-box-1of2.d-box-pr40, .d-box-1of2.d-box-pr60	{padding-right:0;}
	/* .d-box-plr10, .d-box-plr20	{padding-left:0; padding-right:0;} */
}


/* -----------------------------------------------------------
		トップページ
----------------------------------------------------------- */
#top_mv	{
	position:relative;
}

#mainImg{
}

#mainImg, #mainImg_sp	{
	position:relative;
	z-index:1;
}
#mainImg img, #mainImg_sp img	{
	width:100%;
}
@media only screen and (min-width: 700px){
	#mainImg_sp	{display:none;}
}
@media only screen and (max-width: 699px){
	#mainImg	{display:none;}
}

.topcont	{
	margin-bottom:100px;
}
.tit_double	{
	margin-bottom:60px;
}
.tit_eg	{
    font-family: "Baskervville","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:400;
}
.top_subtit	{
	font-size:26px;
	line-height:1.4;
	color:#bbb;
}
.tit_double > p	{
	margin-top:20px;
}

.top_bnlist	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content:center;
}
.top_bnlist li	{
    max-width: 260px;
	text-align:center;
	margin:10px;
}


@media only screen and (max-width: 1399px){
}
@media only screen and (max-width: 1299px){
}
@media only screen and (max-width: 1024px){
	.tit_double	{margin-bottom:40px;}
	.top_subtit	{font-size:20px;}
}
@media only screen and (max-width: 899px){
}
@media only screen and (max-width: 699px){
}

@media only screen and (max-width: 599px){
	.topcont	{margin-bottom:50px;}
	.tit_double	{margin-bottom:20px;}
	.top_subtit	{font-size:16px;}
	.rounded	{border-radius:16px;}	
}




/* -----------------------------------------------------------
		募集要項
----------------------------------------------------------- */

#bosyu_guide h4	{
	font-size:40px;
	line-height:1.2;
	text-align:center;
	margin-bottom:1.5em;
}
#bosyu_guide .center + h4	{
	margin-top:90px;
}
#bosyu_guide dl	{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	max-width:1000px;
	margin:0 auto;
}
#bosyu_guide dl dt, #bosyu_guide dl dd	{
	padding:15px 0;
}
#bosyu_guide dl dt	{
	width:10em;
	font-weight:bold;
}
#bosyu_guide dl dd	{
	flex:2;
}
#bosyu_guide dl dd a	{
	color: #1d3994;
	text-decoration:underline;
}
#bosyu_guide hr {
    width: 100%;
    border: none;
    height: 1px;
    background: #ccc;
    margin: 0;
    padding: 0;
}

#bosyu_flw_list	{
	max-width:1000px;
	margin:0 auto;
}
#bosyu_flw_list > li	{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding-bottom:190px;
	position:relative;
}
#bosyu_flw_list > li:last-child	{
	padding-bottom:0;
}
#bosyu_flw_list > li:before, #bosyu_flw_list > li:after	{
	content:"";
	position:absolute;
}
#bosyu_flw_list > li:last-child:before, #bosyu_flw_list > li:last-child:after	{
	display:none;
}
#bosyu_flw_list > li:before	{
	width:1px;
	height:70px;
	background:#bbb;
	left:100px;
	bottom:60px;
}
#bosyu_flw_list > li:after	{
	width: 30px;
	height: 30px;
    left: 85px;
    bottom: 65px;
	border-style:solid;
	border-color: #bbb;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
	
.bosyu_flw_L	{
	width:280px;
    aspect-ratio: 40 / 23;
}
.bosyu_flw_R	{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
	flex:2;
}
.bosyu_flw_L:before  {
    font-size:190px;
    line-height:1.0;
    font-family: "Baskervville","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 400;
    color: #bbb;
}
.bosyu_flw_L.flw01:before    {
    content:"01";
}
.bosyu_flw_L.flw02:before    {
    content:"02";
}
.bosyu_flw_L.flw03:before    {
    content:"03";
}
.bosyu_flw_L.flw04:before    {
    content:"04";
}
.bosyu_flw_R h4	{
	font-size:40px;
}
.bosyu_flw_R p	{
	margin-top:20px;
	line-height:2.0;
}
.bosyu_flw_R a.top_linkmore	{
	margin-top:20px;
}
#bosyu_tur_inn	{
	max-width:420px;
	margin:0 auto;
}
#bosyu_cnt_list	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	border-left:1px solid #707070;
}
#bosyu_cnt_list > li	{
	width:25%;
	border-right:1px solid #707070;
	padding:40px 10px;
	box-sizing:border-box;
	text-align:center;
}
#bosyu_cnt_list li a	{
	display:block;
	height:100%;
	box-sizing:border-box;
}
#bosyu_cnt_list li a:hover	{
}
.bosyu_cnt_ico	{
	font-size:50px;
	line-height:1.2;
	margin-bottom:10px;
}
.bosyu_cnt_ico svg	{
	width:1em;
	height:1em;
}
.bosyu_cnt_ico.bosyu_cnt_tel svg	{
	width:1.2em;
	height:1.2em;
}
.bosyu_cnt_tit h4	{
	font-size:24px;
	line-height:1.4;
	margin-bottom:20px;
}
a.ent_linkmore	{
    background:#3A91F9;
    display: block;
    font-size: 30px;
	line-height:1.0;
	text-align:center;
    margin: 40px auto;
    padding: 1.4em 1em;
    width: 100%;
    color: #fff;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	box-sizing:border-box;
}
a.ent_linkmore span	{
	position:relative;
	z-index:2;
	display:block;
}
a.ent_linkmore:before	{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background:#362a33;
	height:0;
	transition:0.3s ease-in;
}
a.ent_linkmore:hover:before	{
	height:100%;
}
a.ent_linkmore span:before	{
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.3em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 1299px){
	.bosyu_cnt_tit h4	{font-size:20px;}
}
@media only screen and (max-width: 1024px){
	#bosyu_cnt_list	{border-left:none;}
	#bosyu_cnt_list > li	{width:50%;}
	#bosyu_cnt_list > li:nth-of-type(even)	{border-right:none;}
	#bosyu_cnt_list > li:nth-of-type(1), #bosyu_cnt_list > li:nth-of-type(2)	{border-bottom:1px solid #707070;}
	a.ent_linkmore	{font-size:24px;}
}
@media only screen and (max-width: 699px){
	#bosyu_guide h4	{font-size:20px;}
}
@media only screen and (max-width: 599px){
	#bosyu_guide .center + h4	{margin-top:60px;}
	#bosyu_guide dl	{display:block;}
	#bosyu_guide dl dt	{width:100%; padding:15px 0 10px;}
	#bosyu_guide dl dd	{width:100%; padding:0 0 15px;}
    .bosyu_flw_L    {width:90px; background-size:75px auto !important; aspect-ratio: 40 / 24;}
    .bosyu_flw_L:before {font-size:60px;}
	.bosyu_flw_R h4	{font-size:20px;}
	#bosyu_flw_list > li	{padding-bottom:130px;}
	#bosyu_flw_list > li:before	{left:50%; margin-left:-0.5px; bottom: 40px;}
	#bosyu_flw_list > li:after	{left:50%; margin-left:-15.5px; bottom: 45px;}
	.bosyu_cnt_tit h4	{font-size:16px; margin-bottom:5px;}
	.bosyu_cnt_tit p	{font-size:12px;}
	a.ent_linkmore	{font-size:20px; padding:1.4em 0.4em;}
}



/* -----------------------------------------------------------
		COMPANY
----------------------------------------------------------- */
#company dl	{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#company dl dt, #company dl dd	{
	padding:15px 0;
}
#company dl dt	{
	width:10em;
}
#company dl dd	{
	flex:2;
}
#company hr {
    width: 100%;
    border: none;
    height: 1px;
    background: #fff;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 599px){
	#company dl	{display:block;}
	#company dl dt	{width:100%; padding:15px 0 10px;}
	#company dl dd	{width:100%; padding:0 0 15px;}
}






/* -----------------------------------------------------------
		Movie
----------------------------------------------------------- */
#movie_all	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
}
#movie_all .movie0	{
	width : 45% ;
	width : -webkit-calc((100% - 20px) / 2) ;
	width: calc((100% - 20px) / 2);
	margin:0 20px 40px 0;
}
#movie_all .movie0:nth-of-type(even)	{
	margin-right:0;
}
#movie_all h3	{
	font-size:110%; 
	padding:5px 0 0;
	margin:0 0 10px;
}
.mvbox {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
	margin-bottom:10px;
} 
.mvbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 599px){
	#movie_all .movie0	{width:100%; margin:0 0 40px;}
}

/* Movie Sidebar */
section#movie_pick h3	{
	margin-bottom:10px;
}
section#movie_pick li	{
	margin:0 0 20px;
}
@media only screen and (min-width: 960px){
	section#movie_pick	{margin-left:30px;}
}


/* -----------------------------------------------------------
		Salon All
----------------------------------------------------------- */
#salon_all		{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content:center;
    width: 100%;
	box-sizing:border-box;
}
#salon_all > li	{
	width:calc(100% / 3); 
	padding: 20px; 
	box-sizing:border-box;
	background:#fff;
}
.sla	{
}
.sla_img	{
	width:100%;
	height:0;
	padding-top:71%;
	position:relative;
	overflow:hidden;
	margin:0 0 20px;
}
.sla_bg	{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	transition: all .9s ease; 
	z-index:2;
}
#salon_all li:hover .sla_bg {
	transform: scale(1.15);
}
.sla_inn	{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:3;
}
.sla_logo	{
	background:rgba(255,255,255,0.8);
	text-align:center;
	padding:30px;
}
.sla_logo img	{
	width:190px;
}
#salon_all ul li .salontel	{font-size:22px; text-align:center; font-weight:bold;}
#salon_all .sa_logo {margin:0;}
#salon_all h2	{
    min-height: 2.8em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
	font-size:20px;
	line-height:1.4;
	font-weight:600;
	margin-bottom:10px;
	text-align:center;
}
.sla_add	{
	font-size:80%;
	text-align:center;
	margin:0 0 20px;
}
.abbt_rs ul	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-between;
	gap:2px;
}
.abbt_rs ul li	{
    flex: 2 0 49%;
    box-sizing: border-box;
    text-align: center;
}
.abbt_rs ul li a	{
	max-width: 100%; 
	text-align:center;
	font-size:15px; 
	padding: 5px 0; 
	display: block; 
}
.abbt_rs ul li a svg	{
    width: 1.1em;
    height: 1.1em;
    margin: 0 0.5em 0.2em 0 !important;
    vertical-align: middle;
}
.abbt_rs ul li a:hover	{
	opacity:0.8;
}
a.abbt_web	{
	background:#e95098;
	color:#fff;
}
a.abbt_line	{
	background:#362a33;
	color:#fff;
}

@media only screen and (max-width: 699px){
	.salontel	{font-size:24px;}
}
@media only screen and (max-width: 599px){
	#salon_all	{border:none;}
	#salon_all > li	{width:100%; padding:0; margin-bottom:40px;}
	#salon_all .sa_logo	{max-width:150px;}
	.abbt_rs ul li a	{font-size:12px;}
}

#about .abbt_rs	{margin-bottom:30px;}
#about .abbt_rs ul	{
	max-width:400px;
	margin:0 auto;
}


@media only screen and (max-width:499px){
}

/* -----------------------------------------------------------
		Salon
----------------------------------------------------------- */
#about {
	margin: 0 auto;
}
#about_bg	{
	padding:40px 0 10px;
	margin:90px 0 60px;
}
#ab_maincl	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom:30px;
}
#ab_main_L	{
	width:60%;
	margin-right:3%;
}
#ab_main_R	{
	width:37%;
}
#ab_main_R h1	{
	font-size:1.25rem;
	text-align:center;
	margin-bottom:1rem;
}
#about .flex-control-thumbs li {
    box-sizing: border-box;
    float: left;
    margin: 0 !important;
    padding: 2px !important;
    width: 20% !important;
}

#ab_sns {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:center;
    text-align: center;
}
#ab_sns li {
	margin:0 5px 10px;
}
#ab_sns li a	{
	font-size:29px;
    line-height: 50px;
	border-radius:50%;
	position:relative;
	display:inline-block;
	width:50px;
	height:50px;
	text-decoration:none;
	color:#fff;
	overflow:hidden;
}
#ab_sns li a:hover	{
	opacity:0.8;
}
#ab_sns li a img	{
    height: 0.9em;
    width: auto;
    vertical-align: middle;
    margin-bottom: 0.2em;
}
#ab_sns_ig {
	background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	position:relative;
}
#ab_sns_ig:before{
	content: '';
	position:absolute;
	top:33px;
	left:-20px;
	width:80px;
	height:50px;
	background:-webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
#ab_sns_tw	{
	background:#55acee;
}
#ab_sns_fb	{
	background:#3b5998;	
}
#ab_sns_ln	{
    background: #00b900;
}

@media only screen and (max-width:1023px){
	#ab_sns a	{width:49.4%;}
}
@media only screen and (max-width:899px){
	#ab_sns a	{width:100%;}
}

.salontel	{font-size:34px; line-height:1.0; text-align:center; margin-bottom:20px; }
.salontel span	{
	display:inline-block;
	line-height:1.0;
}
.salontel_ico	{
	margin-right:5px;
}
.salontel span svg	{
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin-bottom: 0.2em;
}
.salontel a	{
	color:#31302e !important;
}
.ab_cont {
    margin: 0 0 90px;
}
.ps_tit_line {
	text-align:center;
    margin-bottom: 20px;
}
.ps_tit_line h2	{
    font-size: 60px;
	line-height:1.0;
}
.ab_cont .hsst_ar	{
	display:none;
}
.ab_cont .categories_label	{
	display:none;
}
.ab_cont a.gls_link	{
	display:none;
}
.ab_btmore	{
	text-align:center;
	margin-top:20px;
}

#calendar {margin:0 0 30px;}

#about #normal_slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: "";
    border: 2px solid #fff;
	background:transparent;
    border-radius: 10px;
}
#ab_salon dl	{margin-bottom:30px;}
#ab_salon dl dt	{width:6em; float:left; font-weight:bold; padding:10px 0 10px 1em; clear:both;}
#ab_salon dl dd	{padding:10px 0 10px 7em; border-bottom: 1px solid #e2cde2;}
a.abs_btmap {
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
    padding: 1px 5px;
    border: 1px solid #333333;
    border-radius: 3px;
    color: #333333;
    margin: 2px 10px;
}
a.abs_btmap svg	{
	margin-right:4px;
}
a.abs_btmap:hover,a.abs_btmap:active,a.abs_btmap:focus {
    background: #333333;
    color: #fff !important
}

/* #ab_salon a	{color:#fff;} */
#ps_concept h2	{font-size: 130%; line-height: 1.4; margin-bottom:10px;}
#ps_concept h3	{font-size: 110%; line-height: 1.4; margin-bottom:10px;}
#ps_concept p	{margin-bottom:10px;}

#ps_pickup	{margin-bottom:50px;}
#ps_pickup h3	{font-size:130%; font-weight:bold; margin-bottom:30px; text-align:center; line-height:1.8;}
#ps_pickup ul li	{font-size:14px; margin-bottom:10px;}
#ps_pickup ul li span	{font-size:150%; margin-right:10px; color:#9cd3db;}
#ps_p_list	{width:800px; margin:0 auto;}

#ab_salon h2	{font-size:22px; font-weight:bold; border-bottom:1px solid #777; padding:5px; margin-bottom:10px; font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",YuMincho,"游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;}
#ab_salon .d-box-two-third , #ab_salon .d-box-one-third	{vertical-align:top;}
#gmap {
    margin: 0 auto 20px;
    width: 100%;
    height: 400px;
}
#gmap iframe {
    width: 100%;
    height: 400px;
}
#bt_gmap {margin-bottom: 50px !important;}


#ab_information dl a	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ab_information dl a:hover	{
	background:#f6f6f6;
}
#ab_information dt, #ab_information dd	{
	padding:40px 0;
	font-size:100%;
	line-height:1.4;
}
#ab_information dt	{
	line-height:1.2;
	width:290px;
	padding-left:10px;
	box-sizing:border-box;
}
#ab_information dt span	{
	margin-right:2em;
}
#ab_information dd	{
	flex:2;
}
#ab_information hr	{
	width:100%;
    border: none;
    height: 1px;
    background: #bababa;
	margin:0;
	padding:0;
}
#ab_information dd a:hover	{
	text-decoration:underline;
}




#ps_menu	{
	margin-bottom:40px;
}
#ps_menu .m_information	{
	margin-bottom:0;
}

#ps_coupon	{
	margin-bottom:40px;
}
#ps_coupon .ps_tit_line	{
	border-bottom:none;
	padding:0;
}

#salon_nav		{display: inline-block;}
#salon_nav h3		{font-size:14px; margin: 10px 0 0;}
#salon_nav ul		{font-size:0; text-align:center;}
#salon_nav ul li	{font-size:12px; width:25%; display:inline-block; text-align:center; padding:0 10px; box-sizing:border-box; vertical-align:top; margin-bottom: 20px;}
#salon_nav .sn_pic	{border-radius: 5px; margin-bottom: 15px;}
#salon_nav .sn_logo		{margin:10px auto 10px;}
#salon_nav .sn_logo img		{max-height: 40px; width: auto; max-width: 110px;}

#bt_staffall	{width:270px; margin:0 auto 0; padding-top:20px;}
.abbt_rs_link{
	width:100%;
	height:50px;
	border:1px solid #FF3B3B;
	background:#FF3B3B;
	text-align:center;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
	font-family: 'Cormorant Garamond',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",YuMincho,"游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho","Sawarabi Mincho",serif;
	font-weight: 500;
}
.abbt_rs_link a{
	color:#fff;
	text-decoration:none;
	width:100%;
	line-height:48px;
	transition:all .5s ease;
	z-index:2;
	position:absolute;
	left:0;
}
.eff-1{
	width:100%;
	height:50px;
	top:-2px;
	right:-100%;
	background:#fff;
	position:absolute;
	transition:all .5s ease;
	z-index:1;
}
.abbt_rs_link:hover .eff-1{
	right:0;
}
.abbt_rs_link:hover a{
	color:#FF3B3B;
}
.slide_link_bl	{
	width:100%;
	height:50px;
	border:1px solid #222;
	background:#222;
	text-align:center;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
}
.slide_link_bl a{
	color:#fff;
	text-decoration:none;
	width:100%;
	line-height:48px;
	transition:all .5s ease;
	z-index:2;
	position:absolute;
	left:0;
}
.slide_link_bl:hover .eff-1{
	right:0;
}
.slide_link_bl:hover a{
	color:#222;
}

.attention	{
	max-width:650px;
    border: 3px solid #980b12;
    padding: 20px 15px;
    line-height: 1.4;
	box-sizing:border-box;
	margin:40px auto;
}
.attention h3	{
	font-size:125%;
	text-align:center;
	margin-bottom:20px;
}


@media only screen and (max-width: 1024px){
	#about_bg	{margin:60px 0 40px;}
	#ab_maincl	{margin-bottom:0;}
	#ab_main_L	{width:100%; margin:0 0 20px;}
	#ab_main_R	{width:100%;}
}
@media only screen and (max-width: 959px){
	#about		{width:100%;}
	#gmap		{width:100%; height:300px;}
	#gmap iframe	{width:100%; height:300px;}
	#ps_p_list	{width:100%;}
}
@media only screen and (max-width: 799px){	
	#salon_all .s_concept h2 {font-size: 130% !important;}
}
@media only screen and (max-width: 599px){
	.ab_cont	{margin-bottom:40px;}
	.ps_tit_line h2	{font-size:30px;}
	.ps_tit_line h3	{font-size:11px; font-weight:400;}
	#salon_nav ul li	{width:50%;}
	#calendar h3 {font-size: 16px;}
	h2.ps_tit_line {font-size: 16px;}
	#salon_nav h3		{font-size:12px; margin: 5px 0 0;}
	#ab_salon dl dt	{width:100%; float:none; padding:10px 0 5px 0;}
	#ab_salon dl dd	{padding:0 0 9px 0;}
	#ab_information dl dt	{width:100%; float:none; padding:10px 0 5px 0;}
	#ab_information dl dd	{padding:0 0 9px 0;}
}

/* CALENDER */
#calendar	{
	width:100%;
	margin:20px auto 40px;
}
#calendar .business-calendar-box	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-between;
	
}
#calendar > .business-calendar-box > div	{
	width:300px;
}
.calendar {margin:0 0 30px 0;}
.calendar div {
    width: 98%;
    float: left;
    display: inline-flex;
    margin: 0 1%;
}
.calendar h2	{font-size:22px; font-weight:bold; border-bottom:1px solid #777; padding:5px; margin-bottom:10px; font-family: 'Cormorant Garamond',"ヒラギノ明朝 W3 JIS2004","Hiragino Mincho Pro",YuMincho,"游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho","Sawarabi Mincho",serif;}
#calendar .business-calendar {font-size: 12px !important; border-top:none !important; border-left:none !important; border-bottom:1px solid #333; background: #fff; padding-bottom: 5px;}
#calendar .business-calendar th, #calendar .business-calendar td	{border-right:none; border-bottom:none; background:#fff; padding:6px 3px;}
#calendar .business-calendar caption {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-right: none;
    border-left: none;
    padding: 8px;
    font-size: 14px;
}
#calendar .business-calendar .attr0	{
    background: #ce99cc;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: none !important;
	line-height: 2.5;
    line-height: -moz-block-height;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#calendar .business-calendar .today	{background:#fff; opacity:1.0; position:relative;}
#calendar .business-calendar .today:after	{
	content:"";
	width:2.5em;
	height:1px;
	background:#333;
	position:absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#calendar .business-calendar td {text-align: center;}
#calendar ul {padding-left: 5px; clear: both;}
#calendar li {float:left;}
#calendar .d_holiday {
    font-size: 24px;
    color: #ce99cc;
    top: 4px;
    position: relative;
}
#calendar .d_today {
    font-size: 24px;
    color:#CCCCCC;
    position:relative;
    top:4px;
}
.badate {
    color: #E9E9E9 !important;
}
#calendar #calendar .business-calendar caption {background-color: #fff;}
#calendar .business-calendar-past a, #calendar .business-calendar-future a {
    color: #ce99cc;
    font-size: 18px;
    padding: 0 10px;
}
.cl_attribute	{text-align:right; font-size:11px;}
.cl_attribute span	{color:#ccc;}

@media only screen and (max-width: 899px){
	#calendar .business-calendar-box	{justify-content:center;}
	#calendar > .business-calendar-box > div	{margin:0 20px 20px;}
}


/* 紹介特典 */
#st_intro {
    margin: 0 0 20px;
    clear: both;
    padding-top: 30px;
}
#st_intro h2	{
	font-size:24px;
	text-align:center;
	margin:0 0 20px;
}
#st_intro_box	{
	border:2px solid #b19363;
	background:#fbfaf7;
	padding:20px 15px;
	text-align:center;
	margin-bottom:20px;
}
#st_intro_box h3	{
	font-size:20px;
	border-bottom:1px solid #b19363;
	padding-bottom:10px;
	margin:0 20px 10px;
	color:#b19363;
}
.stinf_price	{
	color:#c73576;
	font-size:24px;
	margin-bottom:20px;
}
.stinf_price span	{
	font-size:130%;
}
#st_intro_box ul	{
    padding-left: 0;
    list-style: none;
    display: inline-block;
}
#st_intro_box li	{
    text-align: left;
    padding-left: 1.4em;
    position: relative;
}
#st_intro_box li:before {
	content: "・";
	position: absolute;
	left: 0;
}
#bt_stinf	{
	text-align:center;
}
#stinf_line	{
    background: #00b900;
	color:#fff;
	text-align:center;
	font-size:24px;
	border-radius:3px;
	display:inline-block;
	padding:5px 20px;
	margin:0 auto;
}
#stinf_line i	{
    font-size: 130%;
	margin-right:10px;
}
#stinf_line img	{
	height:1.7em;
	width:auto;
	margin-right:5px;
}

@media only screen and (max-width: 599px){
	#st_intro h2	{font-size:18px; margin-bottom:10px;}
	#st_intro_box	{padding:15px;}
	#st_intro_box h3	{margin:0 0 10px;}
	#stinf_line	{font-size:18px;}
}



/* -----------------------------------------------------------
		Recurit
----------------------------------------------------------- */
#recruit {
    max-width: 960px;
    margin: 0 auto;
}
#recruit h2	{clear:both; font-size:150%; font-weight:bold; text-align:center; margin:0 0 20px; font-family: 'Lato',"ヒラギノ角ゴ W7 JIS2004","游ゴシック","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;}
#rec_pickup	{margin-bottom:30px;}
.rec_pick0	{margin-bottom:20px;}
.rec_pick0 h3	{font-size:140%; font-weight:bold; margin-bottom:10px; font-family: 'Lato',"ヒラギノ角ゴ W7 JIS2004","游ゴシック","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;}
.rec_pu_img	{width:30%; float:left; margin:0 2% 0 0;}
.rec_pu_text	{width:68%; float:left; margin:0;}
.prp_noimg .rec_pu_text	{width:100%;}
#rec_youkou	{margin-bottom:50px;}
#rec_youkou dl dt	{width:25%; padding:10px; box-sizing:border-box; float:left; clear:both; font-weight:bold;}
#rec_youkou dl dd	{padding:10px 10px 9px 25%; border-bottom: 1px solid #ccc;}

@media only screen and (max-width: 1024px){
	#rec_youkou dl dt	{width:100%; padding:10px 10px 5px; box-sizing:border-box;}
	#rec_youkou dl dd	{padding:0 10px 10px; box-sizing:border-box;}
}

@media only screen and (max-width: 499px){
	.rec_pu_img	{width:100%; float:none; margin:0 0 10px;; text-align:center;}
	.rec_pu_text	{width:100%; float:none;}
	#recruit h2 {font-size: 140%; margin: 0 0 5px;}
}


/* -----------------------------------------------------------
		Recurit NEW
----------------------------------------------------------- */
.saiyou-box	{
	width:100%; 
	border:1px solid #ccc; 
	box-sizing:border-box;
}
#saiyou-arch .saiyou-box	{
	margin-bottom:20px;
}
.saiyou-tit_box	{
	background:#eee;
	padding:20px 190px 20px 20px;
	box-sizing:border-box;	
	position:relative;
}
.saiyou-tit_box h2	{
	font-size:24px;
}
.saiyou-tit_box h3	{
	font-size:18px;
}
.saiyou-tit_box h4	{
	font-size: 12px;
	position:absolute;
	top:20px;
	right:20px;
}
.saiyou-tit_box h4 span	{
	display:inline-block;
	color:#fff;
	padding:5px 10px;
	margin-left:5px;
}
.saiyou_type_FULL_TIME	{background:#EF517F;}
.saiyou_type_PART_TIME 	{background:#EEAE21;}
.saiyou_type_CONTRACTOR 	{background:#A6CB3F;}
.saiyou_type_STUDENT 	{background:#08A4B1;}
.saiyou_type_OTHER 	{background:#3B3285;}
.saiyou-dt_box	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	align-items:center;
	padding:20px;
	box-sizing:border-box;	
}
.syar_thumb	{
	width:300px;
	margin-right:20px;
}
.syar_thumb + .syar_subtit	{
	width : 70% ;
	width : -webkit-calc(100% - 320px) ;
	width: calc(100% - 320px);
}
.saiyou_pick0	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	/*align-items:center;*/
	margin-bottom:20px;
}
.saiyou_pick0.prp_noimg	{
	justify-content:center;
}
.saiyou_pu_img	{
	width:350px; 
	margin:0 30px 0 0;
}
.saiyou_pu_text	{
	width : 70% ;
	width : -webkit-calc(100% - 380px) ;
	width: calc(100% - 380px);
}
.prp_noimg .saiyou_pu_text	{width:100%;}
.saiyou_pick0 h3	{font-size:140%; font-weight:bold; font-family: 'Lato',"ヒラギノ角ゴ W7 JIS2004","游ゴシック","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;}

.saiyou-setsumei	{margin-bottom:20px;}
.saiyou_youkou dl dt	{width:25%; padding:10px; box-sizing:border-box; float:left; clear:both; font-weight:bold;}
.saiyou_youkou dl dd	{padding:10px 10px 9px 25%; border-bottom: 1px dotted #ccc;}
/*#saiyou-arch a.link_topmore	{
	background:#000;
	color:#fff !important;
	border-color:#000;
}
#saiyou-arch a.link_topmore:hover{
	border-color:#000 !important;	
}*/
#saiyou-sh a.link_topmore	{
	background:#a969a6;
	color:#fff !important;
	border-color:#a969a6;
	margin-top:40px;
	font-weight:bold;
}
#saiyou-sh a.link_topmore:hover{
	background:#d64b53 !important;
	border-color:#d64b53 !important;	
}
@media only screen and (max-width: 1024px){
	.saiyou-tit_box	{padding: 70px 30px 30px 30px;}
	.saiyou_pu_img	{width:200px;}
	.saiyou_pu_text	{
		width : 70% ;
		width : -webkit-calc(100% - 230px) ;
		width: calc(100% - 230px);
	}
}
@media only screen and (max-width: 699px){
	.saiyou_pu_img	{width:100%; text-align:center; margin:0 0 10px;}
	.saiyou_pu_text	{width:100%;}
	.saiyou-dt_box	{display:block;}
	.syar_thumb	{width:auto; max-width:300px; margin:0 auto 20px;}
	.syar_thumb + .syar_subtit	{width:100%;}
}
@media only screen and (max-width: 599px){
	.saiyou-tit_box	{padding-right:20px; padding-left:20px; padding-bottom:20px;}
	.saiyou-tit_box h2	{font-size:18px;}
	.saiyou-tit_box h3	{font-size:14px;}
	.saiyou-tit_box h4	{left:10px; right:unset;}
	.saiyou-dt_box	{padding:20px 20px 0;}
	.saiyou_youkou dl dt	{width:100%;}
	.saiyou_youkou dl dd	{width:100%; box-sizing:border-box; padding:10px;}
}

/* -----------------------------------------------------------
		Utility
----------------------------------------------------------- */
#utility	{}
#utility dl	{margin-bottom:50px;}
#utility dl dt	{width:25%; padding:10px; box-sizing:border-box; float:left; clear:both; font-weight:600;}
#utility dl dd	{padding:10px 10px 9px 25%; border-bottom: 1px solid #ccc;}
#utility dl dd h4	{font-size:100%; font-weight:bold; margin-bottom:5px;}
#u-gmap		{margin:20px 0 0;}
#rec_message	{margin:50px 0 0;}
#rec_message p	{margin-bottom:10px;}
#utility .lk-1colt dt	{width:100%; float:none;}
#utility .lk-1colt dd	{width:100%; padding:10px 10px 9px 10px;}

#form_message	{margin-bottom:30px;}
#form_message h3	{font-size:24px; line-height:1.2; text-align:center; margin-bottom:20px;}
#form_contact .need    { background-color:#e12c2c; color:#FFFFFF; font-size:11px; margin-right:5px; padding:3px 5px; border-radius: 3px; font-weight: normal;}
#form_contact .err     { background:#FF6868; color:#FFFFFF; }
#form_contact .comp    { background:#f3f3f3; padding:80px 0px 80px 0px; text-align: center; }
#privacy { height:120px; overflow-y:scroll; padding:10px; margin-bottom:10px; border: 1px solid #ccc; }

select#year, select#month	{width:17em; display:inline-block;}
.select_year	{width:17em; display:inline-block;}

.utl_txcenter	{text-align:center; margin: 0 0 30px;}
.utl_txcenter p	{display:inline-block; text-align:left;}



@media only screen and (max-width: 1024px){
	#utility dl dt	{width:100%; padding:10px 10px 5px; box-sizing:border-box;}
	#utility dl dd	{padding:0 10px 10px; box-sizing:border-box;}
	#u-gmap		{width:100%;}
	#u-gmap iframe	{width:100%; height:300px;}
}


/* -----------------------------------------------------------
		Coupon
----------------------------------------------------------- */
.coupon_all	{margin-bottom:30px;}
.coupon_all h3	{font-size:140%; font-weight:bold; margin-bottom:20px; text-align:center;}
.cp_subtile	{margin-bottom:20px;}
.coupon0	{display:table; margin:0 0 10px; border:1px solid #ccc; width:100%; box-sizing:border-box;}
.c_box_L	{display:table-cell; width:25px; vertical-align:middle; text-align:center;}
.c_box_R	{display:table-cell; vertical-align:middle; padding:20px; box-sizing:border-box;}
.c_syu_shinki	{background-color: #FB615F; color: #FFFFFF;}
.c_syu_sairai	{background-color: #FFE8E8; color: #FB615F;}
.c_syu_zenin	{background-color: #FFCCCB; color: #FB615F;}
.coupon_name	{font-size:120%; font-weight:bold; margin-bottom:10px;}
.coupon_price	{font-size:20px; color:#e13d61; font-weight:bold; margin-bottom:10px;}
.coupon_tax	{font-size:13px;}
.coupon_jouken	{margin-top:20px;}
.coupon_jouken li span	{color:#e13d61;}
.coupon_detail	{display:table; width:100%;}
.cp_txt_box	{display:table-cell; width:80%; vertical-align:middle;}
.cp_txt	{padding:0 168px 0 0;}
.cp_img	{float:right; width:148px; margin:0 0 0 10px;}
.cp_reserve_box	{display:table-cell; width:20%; vertical-align:bottom;}
.cp_reserve_box div	{width:90%; float:right;}
.cp_reserve_box a	{display:block; color:#fff; text-align:center; padding:5px 0; border-radius:3px; margin:5px 0 0;}
#cp_rs_hb	{background:#CC444B;}
#cp_rs_ot	{background:#E39695;}
#cp_rs_tel	{background:#F48668; display:none;}

@media only screen and (max-width: 959px){
	.cp_txt_box	{display:block; width:100%;}
	.cp_reserve_box	{display:block; width:100%; font-size:0; clear:both; margin:20px 0 0;}
	.cp_reserve_box div	{display:inline-block; font-size:12px; width:50%; float:none; padding:0 5px; box-sizing:border-box;}
	.cp_img	{margin:0 0 10px 10px;}
	.cp_br_pc	{display:none;}
}
@media only screen and (max-width: 549px){
	.cp_br_pc	{display:block;}
}
@media only screen and (max-width: 499px){
	.c_box_L	{vertical-align:top; padding:20px 0;}
	.coupon_price	{display:block;}
	.cp_txt	{padding:0;}
	.cp_img	{width:90px;}
	.cp_reserve_box div	{display:block; width:100%; padding:0;}
	.cp_br_pc	{display:none;}
	#cp_rs_tel	{background:#F48668; display:block;}
}


/* -----------------------------------------------------------
		Menu All Salon
----------------------------------------------------------- */
#menu_sortsalon ul	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
	justify-content: center;
}
#menu_sortsalon ul li	{
    width: 22%;
    width: -webkit-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
	background:#fff; 
	text-align:center; 
	padding:40px 20px 0; 
	margin: 20px 20px 20px 0;
	box-sizing:border-box;
	border:1px solid #e7e7e7;
}
#menu_sortsalon ul li:nth-of-type(3n)	{margin-right:0;}
#menu_sortsalon ul li p	{margin:0 0 20px; font-size:16px;}
#menu_sortsalon ul li img	{
    display: block;
    margin: 0 auto 20px;
    max-height: 50px;
    width: auto;
}


@media only screen and (max-width: 1299px){
	#menu_sortsalon ul		{max-width:600px; margin:0 auto;}
	#menu_sortsalon ul li	{
    width: 48%;
    width: -webkit-calc((100% - 20px) / 2);
	width: calc((100% - 20px) / 2);
	}
	#menu_sortsalon ul li:nth-of-type(even)	{margin-right:0;}
}
@media only screen and (max-width: 699px){
	#menu_sortsalon ul		{max-width:300px;}
	#menu_sortsalon ul li	{width:100%; margin:0 0 20px;}
}


/* -----------------------------------------------------------
		Menu
----------------------------------------------------------- */
#menu_info		{margin:0px auto 0;}
#menu_info .d-box-two-third , #menu_info .d-box-one-third	{vertical-align:top;}
#menu_info .d-box-one-third	{text-align:right;}
#menu_info .d-box-one-third ul li	{margin-bottom:10px;}
/* 右記はアンカーリンクがヘッダー固定分ずれるのを解消 */
.m_information		{margin-bottom:90px;/*  margin-top:-100px; padding-top:100px;*/}
.m_information h2	{font-size: 200%; margin-bottom:10px;}
.m_information h3	{background: #362a33; color: #fff; font-size: 14px; font-weight: normal !important; margin: 15px 0 0 !important; padding: 5px 0 5px 10px;}
.m_information h4	{padding:15px 0 5px 5px; font-weight:bold;}
.m_information dl		{width:100%; font-size:14px;}
.m_information dl dt	{width:59%; float:left; padding:15px 0 5px 5px; font-weight:bold; box-sizing:border-box; line-height: 1.2;}
.m_information dl dd	{padding:15px 5px 5px 60%; text-align:right; border-bottom:1px dotted #362a33;}
.m_information ul.column2:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.m_information ul.column2 li    {width:65px; float:left; text-align:right;}
.m_information ol li            {list-style-type:none;}
.m_information ul li            {padding:0; list-style-type:none;}
.m_information dl ul li         {padding:0;}
.m_information dl ul            {margin-bottom:0; height: 1.6em;}
.m_information dl p		{font-size:12px;}
.m_subtile		{margin-bottom:0px;}
.m_information a		{padding: 3px 5px 0; background-color:#eee;}
.ddline2			{height:3em;}
.ddgray				{background:#f9f6f1;}
.dtindent			{text-indent:2em;}
.mdetail  {text-align:left; font-size:12px; clear:both; padding:5px; background:#eff3f4;}
.mfreespace	{padding:10px 0 0; margin-bottom:10px;}
.mfreespace p {padding:0 5px;}
.dd_last  {border-bottom:1px solid #ccc !important;} 
.tx_thin  {font-weight:normal !important; font-size:15px;}
.no_dash  {border-bottom:none !important;}
.top_no_dash	{border-top:none !important;}
.border  {border-bottom:1px dotted #333;}
.course_box	{border:15px solid #eee; padding:30px 20px; margin-bottom:10px;}
.course_box h2	{color:#e94a6a; font-weight:bold; font-size:24px; margin-bottom:10px;}
.course_box h3	{color:#e94a6a; font-weight:bold; font-size:20px; margin-bottom:10px; }
.course_box p	{color:#e94a6a; font-size:110%; padding:0 20px;}

ol.m_attention	{list-style:disc inside !important;}
.m_attention li	{padding-left:20px; margin-bottom:10px;}

#menu_guide	{clear:both; text-align:center;}
#menu_guide h3	{font-size:120%; font-weight:bold; margin-bottom:10px;}
#menu_guide p	{margin-bottom:30px;}

@media only screen and (max-width: 1024px){
	#menu_info	{width:100%;}
}

@media only screen and (min-width: 960px){
	#m_color_sp	{display:none;}
}
@media only screen and (max-width: 959px){
	#menu_info .d-box2, #menu_info .d-box2_last	{clear:both; float:none !important; margin:0 auto !important; padding:10px 0;}
	#m_color_pc	{display:none;}
	#menu_guide	{margin-top:20px;}
}
@media only screen and (max-width: 859px){
	#menu_info .d-box-one-third	{text-align:center;}
}
@media only screen and (max-width: 499px){
	#menu_info .d-box2, #menu_info .d-box2_last	{clear:both; float:none !important; width:100% !important; padding:10px 0;}
	.m_information h2	{font-size: 140%; margin-bottom: 0;}
	.m_information dl		{width:100%;}
	.m_information dl dt		{width:100%; float:none !important; padding: 15px 0 0 5px !important;}
	.m_information dl dd		{padding:0 0 5px 0 !important;}
}

/* -----------------------------------------------------------
		Menu Multiple
----------------------------------------------------------- */
#mn_ml_list	{margin-bottom:50px; text-align:center;}
#mn_ml_list li	{display:inline-block; margin:0 3px 10px;}
#mn_ml_list li a	{background:#000; color:#fff; padding:3px 20px; font-size:120%;}
#mn_ml_list li a:hover	{opacity:0.5;}

.mn_multiple #mn_ml_list li	{display:block; margin-bottom:20px;}
#menu_info #gl_subtitle h3	{}

.mn_multiple h3	{margin-top:30px;}


/* -----------------------------------------------------------
		Staff Multiple
----------------------------------------------------------- */
.st_multiple	{}
.st_ml_tit	{background:#b7b7b7; color:#fff; padding:5px 10px; font-size:120%; font-weight:bold; margin-bottom:20px;}


/* -----------------------------------------------------------
		Staff
----------------------------------------------------------- */

.st_ml_titimg {
	font-size:24px;
    text-align: center;
    margin: 0 auto 40px
}

.st_ml_titimg img {
    max-width: 300px;
    margin-bottom: 20px
}

#staff_all ul	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#staff_all > ul	{
	width:100%;
	margin:0 auto 40px;
}
#staff_all > ul > li	{
	width : 22% ;
	width : -webkit-calc((100% / 4) - 20px) ;
	width: calc((100% / 4) - 20px);
	padding:10px;
	margin:0 10px 20px;
	box-sizing:border-box;
	text-align:center;
	border:1px solid #bababa;
}
#staff_all ul li img	{
	margin:0 0 20px;
    transition: 0.5s;
}
#staff_all ul li:hover img	{
	opacity:0.7;
}
#staff_all h3	{
    font-size: 115%;
    font-weight: bold;
    margin: 0;
}
#staff_all ul li p	{
	margin-bottom:5px;
	font-size:11px;
}
a.st_link	{
    display: block;
	position:relative;
}
#staff_all ul.sta_btlist	{
	display:block;
	margin:10px 0 0;
}
ul.sta_sns	{
	align-items:center;
	justify-content:center;
}
ul.sta_sns li	{
	padding-top:5px;
	margin:0 2px;
}
ul.sta_sns li a	{
    font-size: 16px;
    line-height: 35px;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
ul.sta_sns li a:hover	{
	opacity:0.7;
}
#staff_all .st_arch_sns li	{
	width:auto;
	padding:0;
	margin:0 10px 10px 0;
	font-size:20px;
}
a.slst_reserve	{
	display:block;
	background:#ce99cc;
	color:#fff;
	padding:6px 15px;
	text-align:center;
	margin:0;
	position:relative;
}
a.slst_reserve:hover	{
	color:#fff;
	background:#ba87b8;
}

@media only screen and (max-width: 1223px){	
	#staff_all > ul > li	{
	width : 30% ;
	width : -webkit-calc((100% / 3) - 20px) ;
	width: calc((100% / 3) - 20px);
	}
}
@media only screen and (max-width: 1024px){	
	#staff_all h3	{font-size:110%;}
	#staff_all ul li p	{font-size:10px;}
}
@media only screen and (max-width: 799px){	
	#staff_all > ul > li	{
	width : 45% ;
	width : -webkit-calc((100% / 2) - 20px) ;
	width: calc((100% / 2) - 20px);
	}
}
@media only screen and (max-width: 599px){
	#staff_all > ul > li	{
	width : 45% ;
	width : -webkit-calc((100% / 2) - 10px) ;
	width: calc((100% / 2) - 10px);
	padding:5px;
	margin:0 5px 10px;
	}
	#staff_all ul li img	{margin-bottom:10px;}
	.sta_btlist	{margin-top:10px; display:block;}
	ul.sta_btlist > li	{width:100%;}
	.slst_reserve	{}
	#staff_all .slst_reserve	{width:100%; box-sizing:border-box; font-size:11px;}
	.sta_txt	{position:relative;}
	#staff_all h3	{font-size:100%;}
	#staff_all ul li p	{font-size:9px; margin:0;}

}


#staff_detail	{}
.pst0	{margin-bottom:90px;}
#staff_prof	{max-width:960px; margin:0 auto 50px;}
#staff-photo	{width:280px; float:left; margin:0 30px 0 0; text-align:center;}
#staff-text	{padding:0 0 0 310px;}
#st_tit_area	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	align-items:center;
	margin-bottom:20px;
}
#st_tit_L	{
	margin-right:40px;
}
#st_tit_R	{
}
#staff_prof h2	{
    font-size: 130%;
    font-weight: bold;
    margin: 0;
}
#staff-text .slst_reserve	{
	width:200px;
	margin:20px 0;
}
#staff_prof h3.st_assign	{font-size:12px;}

#staff_detail h4	{
    font-size: 40px;
	line-height:1.0;
    text-align: center;
    margin: 0 0 20px;
}
/*#staff_prof dl	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap:0 20px;
	margin-bottom:10px;
}
#staff_prof dl dt	{flex:0 0 13em; font-weight:bold; padding:5px 0;}
#staff_prof dl dd	{padding:5px 0; flex:1 1 50%;}*/
#staff-text dl	{margin-bottom:10px;}
#staff-text dl dt	{font-weight:bold; padding:10px 0;}
#staff-text dl dd	{padding:0 0 10px; border-bottom:1px solid #bababa;}
#staff-text dl hr	{width:100%; border:none; height:1px; background:#bababa;}

.stf_multires	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
}
.stf_multires li:not(:last-child)	{
	margin-right:1em;
}
.stf_multires a span	{
	text-decoration:underline;
}
.stf_multires a	{
	color:#e95098;
}
.stf_multires a:hover span	{
	text-decoration:none;
}
.stf_multires svg	{
	vertical-align: middle;
	width:1em;
	height:1em;
	margin:0 0.4em 0.2em 0;
}

.st_reserve	{display:block; padding:9px 0; width:14em; background:#222; border:1px solid #222; color:#fff; border-radius:3px; text-align:center; margin-bottom:20px;}
.st_reserve:hover	{text-decoration:none; color:#222; background:#fff;}
.st_alllink	{display:block; padding:10px 0; width:16em; background:#000; border:1px solid #000; color:#fff; border-radius:3px; text-align:center; margin:20px auto 20px; clear:both;}
.st_alllink:hover	{text-decoration:none; color:#6f6f6f; background:#fff;}
.st_otherlink	{text-align:center;}
.st_otherlink a	{display:inline-block; padding:10px 20px; background:#000; border:1px solid #000; color:#fff; border-radius:3px; text-align:center; margin:0; clear:both;}
.st_otherlink a:hover	{text-decoration:none; color:#6f6f6f; background:#fff;}
.staff-introduction	{
	margin:0 0 20px;
}
a.stbl0	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    border:1px solid #bababa;
	padding:10px;
	margin:0 0 20px;
}
a.stbl0:hover	{
	background:#f6f6f6;
}
.stbl_thum	{
	flex:0 0 15%;
}
#st_bloglist dl	{
	flex:2;
	padding:10px;
	box-sizing:border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: center;
	margin:0;
}
#st_bloglist dt	{
	font-weight:bold;
}
#st_bloglist dt .date	{
	font-weight:normal;
}

#schedule_tit	{width:300px; float:left;}
#schedule_tit h3	{font-size:35px; font-weight:bold;}
#schedule_tit p		{padding:0 20px;}
.cl_holiday	{color:#ffcccc;}
.cl_today	{color:#cccccc;}

#st_sns_nav	{margin:10px 0 5px;}
#st_sns_nav ul li	{display: inline-block; margin:0 5px 5px 0;}
#st_sns_nav ul li a	{
    font-size: 26px;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
#st_sns_nav ul li a:hover	{
	opacity:0.8;
}
.bt_li{
	background: #00b900;
}
.bt_ig {
	background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	position:relative;
}
.bt_tw{
	background:#55acee;
}
.bt_fb{
	background:#3b5998;
}
.bt_ln{
	background: #00b900;
}
.bt_yt{
	background: #ff0000;
}
.bt_tm{
	background: #35465d;
}
.bt_tt{
	background: #000;
}
.bt_bl{
	background: #222;
    font-family: Roboto, sans-serif;
}


#staff_gallery	{margin: 0 0 20px;}
#staff_gallery h3	{font-weight:400; font-size:25px;}
#staff_gallery ul{text-align:left; font-size:0;}
#staff_gallery li{width:190px; font-size:12px; display:inline-block; padding:0 5px 10px;}
#staff_gallery li img	{width:220px; height:auto; margin-bottom:10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;	}


@media only screen and (max-width: 899px){
	#staff_prof	{width:100%;}
	#staff-txt	{width:auto;}
	.stbl_thum	{flex-basis:200px;}
	#schedule_tit	{width:100%; float:none; margin:0 0 10px;}
	#schedule_tit h3	{text-align:center;}
}
@media only screen and (max-width: 599px){
	.pst0	{margin-bottom:40px;}
	.st_ml_titimg img	{max-width:100px;}
	#staff_gallery ul{width:280px; margin:0 auto 20px;}
	#staff_gallery li{width:130px;}
	#staff-photo	{float:none; margin:0 auto 10px; text-align:center;}
	#staff-text	{padding:0;}
	#st_tit_area	{display:block;}
	#st_tit_L	{margin-right:0;}
	#staff_prof dl dt	{width:100%;}
	#staff_prof dl dd	{width:100%;}
	#staff_prof h3 {font-size: 12px;}
	#staff_prof h2, #staff_prof h3, #staff_prof h3.st_assign, #st_sns_nav	{text-align: center;}
	#staff_prof h4.st_assign	{margin-bottom: 10px;}
	#st_sns_nav ul li a	{font-size:20px; width:40px; height:40px; line-height:40px;}
	#staff-text .slst_reserve {margin: 10px auto 20px;}
	.stbl_thum	{flex-basis:100px;}
	#st_bloglist dl dt	{padding:0;}
	#st_bloglist dl dd	{display:none;}
}
@media only screen and (max-width: 399px){
	#staff_detail .link_topmore	{width:100%; margin:0; box-sizing:border-box;}
}

#s-icon		{margin:0 0 30px;}
#s-icon ul	{margin:0;}
#s-icon ul li	{float:left; margin:0 3px 0 0;}




/* -----------------------------------------------------------
		Topics
----------------------------------------------------------- */
h2.topics_tit{
clear:both;
padding:0;
font-size:200% !important;
font-family: 'Lato',"ヒラギノ角ゴ W7 JIS2004","游ゴシック","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
font-weight:400 !important;
text-align: center;
}
@media only screen and (max-width:959px){
	h2.topics_tit{font-size: 160% !important; line-height: 1.4; margin-bottom: 15px;}
}


/* 大バナー表示（バナー下テキスト配置） */
#topics_all {
    max-width: 1100px;
    margin: 0 auto;
}
#topics_all .topics0 {
    margin: 0 1% 30px;
    width: 47.599%;
    box-sizing: border-box;
    display: inline-block;
	vertical-align: top;
}
#topics_all .topics0 a	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	align-items:center;
}
#topics_all .topics0 .tp_thum	{width:100%;}
#topics_all .topics0 .tp_txt	{
	width : 100% ;
	width : -webkit-calc(100% - 0px) ;
	width: calc(100% - 0px);
}
#topics_all .tp_txt h3	{font-size:18px; font-weight:bold; margin:10px 0; line-height: 1.4;}
#topics_all .tp_txt p	{line-height: 1.6; font-size: 100%;}


.b_table h4 {line-height: 1.4;}
.b_table tr {
    display: table;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
    padding: 5px 0;
}
.b_table th {width: 20%; min-width: 16em;}
@media only screen and (max-width: 699px){
	.b_table tr {display: grid;}
	#topics_all .topics0 {margin: 0 0 30px; width: 100%;}
}	
	
@media only screen and (max-width: 1024px){
	.topics0 {margin: 0 0 20px; width: 100%; display: block;}
}


/* 小バナー表示（バナー右横テキスト配置） */
/*#topics_all	{}
.topics0 {
    margin: 0 1% 20px;
    width: 47%;
    box-sizing: border-box;
    display: inline-block;
	vertical-align: top;
}
.topics0 a	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
}
.topics0 .tp_thum	{width:245px; margin-right:20px;}
.topics0 .tp_txt	{
	width : 70% ;
	width : -webkit-calc(100% - 265px) ;
	width: calc(100% - 265px);
}
.tp_txt h3	{font-size:18px; font-weight:bold; margin-bottom:10px; line-height: 1.4;}
.tp_txt p	{line-height:1.6; line-height: 1.4;}


.b_table h4 {line-height: 1.4;}
.b_table tr {
    display: table;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
    padding: 5px 0;
}
.b_table th {width: 20%; min-width: 16em;}
@media only screen and (max-width: 699px){
	.b_table tr {display: grid;}
}


@media only screen and (max-width: 1024px){
	.topics0 {margin: 0 0 20px; width: 100%; display: block;}
} */

/* Topics Single Sidebar */
.sd_tp0	{margin:0 0 20px; text-align:center;}
.sd_tp_thumb	{margin:0 0 10px;}
.sd_tp0 h3	{font-weight:bold; font-family: 'Lato',"ヒラギノ角ゴ W7 JIS2004","游ゴシック","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif; font-size: 110%;}

@media only screen and (max-width: 499px){
	.topics0 	{width:300px; margin:0 auto 20px; }
	.topics0 .tp_thum	{width:100%; margin:0 0 10px;}
	.topics0 .tp_txt 	{width:100%;}
}
@media only screen and (max-width: 399px){
	.topics0 	{width:100%;}
}



/* -----------------------------------------------------------
		Topics Custom
----------------------------------------------------------- */
.campaign_d_L {float: left; margin-right: 25px; width: 330px;}
.campaign_d_R {float: left; padding: 15px; width: 315px; background-color: #f9f9f9; border-radius: 10px;}
.campaign_d_R h3 {font-size: 14px; font-weight: bold;}
.campaign_d_R h4 {font-size: 14px; font-weight: bold;}
.cp_price {font-size: 18px; color: #e13d61; font-weight: bold; padding: 0 0 10px 30% !important;}
.cp_index_price {background-color: #e13d61 !important;}
.cp_detail dl {}
.cp_detail dd {padding: 5px 0px 10px 30%;}
.cp_detail dt {background-color: #333; border-radius: 3px; box-sizing: border-box; color: #362a33; float: left; font-weight: bold; padding: 5px; text-align: center; width: 25%;}


@media only screen and (max-width: 799px){
	.campaign_d_L	{float:none; margin:0 auto 20px;}
	.campaign_d_R	{float:none; width:100%; box-sizing:border-box;}
}
@media only screen and (max-width: 399px){
	.campaign_d_L	{width:100%;}
}


/* -----------------------------------------------------------
		Custom Post
----------------------------------------------------------- */
.custompost iframe	{max-width: 100%;}
.custompost h3.title	{font-size:25px; font-weight:bold; margin-bottom:20px;}

.custompost h1	{font-size:22px; font-weight:bold; margin-bottom:10px;}
.custompost h2	{font-size:20px; font-weight:bold; margin-bottom:10px;}
.custompost h3	{font-size:18px; font-weight:bold; margin-bottom:10px;}
.custompost h4	{font-size:16px; font-weight:bold; margin-bottom:10px;}
.custompost h5	{font-size:14px; font-weight:bold; margin-bottom:10px;}
.custompost h6	{font-size:11px; font-weight:bold; margin-bottom:10px;}
.custompost p	{line-height:1.8; margin-bottom:10px;}
.custompost img	{margin-bottom:10px;}


/* -----------------------------------------------------------
	アーカイブ・単一記事ページ
----------------------------------------------------------- */
#archive_tandem ul li	 {margin: 0 0 20px; padding: 0; width: auto; float: none;}
.thumL	{border: 1px solid #ccc; float: left; height: 148px; margin: 0; text-align: center; vertical-align: middle; width: 148px;}
.thumL img	{max-width:100%; height:auto;}
.title01  {padding:0 0 0 165px;}
.title01 h3 {font-size:16px; font-weight:bold; margin-bottom:0px !important; padding:5px 0 5px; line-height:1.5; font-family:'Lato',"ヒラギノ角ゴ W7 JIS2004","游ゴシック","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;}
.info_new {
    background: #e12c2c;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 1px 5px 0;
    position: relative;
    font-weight: normal;
}
.title01 .info_new	{
    top: -2px;
    margin-right: 5px;
}
.date {font-size:90%;}
#excerpt p {line-height: 1.6; font-size: 90%;}

@media only screen and (max-width: 499px){
	.thumL	{width:118px; height:118px;}
	.title01  {padding:0 0 0 130px;}
}
@media only screen and (max-width: 399px){
	.thumL	{width:98px; height:98px;}
	.title01  {padding:0 0 0 110px;}
	.title01 h3	{padding:0px;}
}

ul.post{
padding:0;
}

ul.post li{
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
border:0;
}


.categories_label {display: inline-block;}
.post .categories_label {
	margin:0;
}
.categories_label li {
    font-size:75%;
    float: left !important;
    margin: 0 5px 5px 0 !important;
}
.categories_label li:hover {
}
.categories_label a {
    background: #eee;
	display:block;
    text-align: center;
    padding: 3px 10px;
    border-radius: 3px;
}
.categories_label a:hover {
	background: #ccc;
}


.single_title {text-align: center;}
.single_title h2 {
    font-size: 250% !important;
    font-weight: 400 !important;
    padding: 20px 0 0 !important;
    line-height: 1.0;
}

.single_title ul {display: table-cell;}
.single_title li {float: left; margin: 0 10px;}
.single_title a {}

#tit_blog_sg	{
	padding:20px 0 10px;
    border-bottom: 3px solid #362a33;
	margin:0 0 40px;
}
.addtoany_header	{
	font-size:90%;
	line-height:1.2;
	font-weight:bold;
	margin:40px 0 10px !important;
}

@media only screen and (max-width: 767px) {
	.single_title h2 {font-size: 200% !important;}
}
@media only screen and (max-width: 499px) {
	.single_title li {float: none; margin: 0 0 5px;}
	.single_title h2 {padding: 30px 0 0px;}
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 70px 0 20px;
}

.pagenav a{background:#362a33; color:#fff; padding:10px 20px; border-radius:3px;}

.prev{float:left}

.next{float:right;}

#hs_pagenav	{
width:200px;
margin: 20px auto 30px;
}


#hs_pagenav .prev ,#hs_pagenav .next	{
width:100px;
-moz-transition:0.1s ease-out;
-webkit-transition:0.1s ease-out;
-o-transition:0.1s ease-out;
-ms-transition:0.1s ease-out;
}

#hs_pagenav .prev ,#hs_pagenav .next{
width:65px;
}

#hs_pagenav .prev:hover{
text-indent:-5px;
}
#hs_pagenav .next:hover{
text-indent:5px;
}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span {display: inline-block;}


.wp-pagenavi {
	clear: both;
	text-align: center;
	margin:40px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background:#fff;
	border:1px solid #ccc;
	padding: 3px 10px;
	min-width: 1.8em;
	box-sizing: border-box;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #efefef;
	border:1px solid #ccc;
}

@media only screen and (max-width: 599px){
	.wp-pagenavi a.first, .wp-pagenavi a.last	{display:none;}
}



/* -----------------------------------------------------------
		Gallery
----------------------------------------------------------- */
#archive_tile > ul	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
	gap:30px;
	width:100%;
	margin-top:20px;
}
#archive_tile > ul > li	{
	width: calc((100% - 60px) / 3);
	margin:0;
	box-sizing:border-box;
	position:relative;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	display: flex; 
	flex-direction: column; 
	flex-wrap: nowrap;
}
.thumU img	{
	width:100%;
}
.arch_txt	{
    flex: 2;
	padding:10px;
	display: flex; 
	flex-direction: column; 
	flex-wrap: nowrap;
	justify-content:space-between;
}
.arch_txt .tit_info {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:500;
	font-size:110%;
    margin-bottom: 10px;
    line-height: 1.4;
}
.info_new {
    background: #e95098;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 1px 5px 0;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.dateLabel {
	font-size:12px;
	padding:10px 0;
}
.arch_txt .excerpt	{font-size:11px; margin-bottom:10px;}

@media only screen and (max-width: 599px){
	#archive_tile > ul	{gap:20px;}
	#archive_tile > ul > li	{
		width: calc((100% - 20px) / 2);
	}
	#archive_tile .hsst_ar_L	{display:none;}
	#archive_tile .hsst_ar_R	{width:100%;}
}


#tit_gallery	{
	margin:0 0 20px;
}
#tit_gallery h1	{text-align:center; margin-bottom:20px;}
#tit_gl_txt	{background:#eee; padding:20px; margin-top:-20px;}
#tit_gallery p	{font-size:90%;}

/* カテゴリ一覧 */
#grid-content	{width:100%; margin:0;}
#grid-content ul	{font-size:0;}
#grid-content ul li	{display:inline-block; width:25%; padding:0 5px; margin-bottom:10px; box-sizing:border-box; vertical-align: top; position:relative; font-size:12px;}
#gl_subtitle		{text-align:center; margin-bottom:20px;}
#gl_subtitle h1		{font-size: 26px;}
#gl_subtitle h1 span	{font-size:12px;}
#gl_subtitle h3		{font-size:110%; padding:7px 0; margin-bottom:20px; border-bottom: 3px solid #555; text-align:left;}
#gl_subtitle img	{width:450px; margin-bottom:20px;}
#gl_categorylist	{font-size:0;}
#gl_categorylist li	{display:inline-block; font-size:12px; padding:0 20px; margin-bottom:10px; border-right:1px solid #000; position:relative;}
#gl_categorylist li:last-child	{border:none;}


#gl_categorylist li ul	{display:none; position:absolute; top:1.2em; left:50%; z-index:3; margin-left:-75px;
/* 透過処理 */
opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=80); /* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
-khtml-opacity: .80; /* Safari 1.x */
-moz-opacity: .80; /* FF lt 1.5, Netscape */}
#gl_categorylist li ul li	{display:block; padding:0; margin:0; border:none; }
#gl_categorylist li ul li a {display:block; background:#000; color:#FFF; padding:10px; _zoom:1; width:130px; line-height:1.8; height:auto;}
#gl_categorylist li ul li a:hover	{text-decoration:none !important; opacity:0.5;}
#gl_categorylist li ul ul a {padding:10px 10px 10px 20px}

#s_hairstyle	{margin:0;}
#s_hairstyle .slider	{margin-bottom:30px;}
#s_hairstyle .categories_label	{margin:0 0 20px;}
.styledata dl dt	{width:8em; float:left; padding:10px 0; clear:both;}
.styledata dl dd	{padding:10px 0 10px 9em; border-bottom: 1px solid #ccc;}
.styledata p	{padding:10px 0;}
.sd_comment	{padding-top:30px;}
#sd_comment_box	{display:table; margin:20px 0;}
.sd_stylist	{width:120px; padding-right:20px; display:table-cell; vertical-align:middle;}
.sd_stylist p	{text-align:center;}
.sd_stylist img	{max-width:100%; height:auto;}
.sd_comment	{display:table-cell; vertical-align:middle;}
#sd_bnarea	{text-align:center;}
a#bn_sd_style	{display:block; width:245px; padding:15px 0; background:#babea5; color:#fff; text-decoration:none; margin:0 auto 10px;}
a#bn_sd_all	{display:block; width:245px; padding:15px 0; background:#ccc; color:#fff; text-decoration:none; margin:0 auto 10px;}
.hs_thumb	{width:100%; flex:2;}
.thum01	{position:relative;}
.thum01 img	{max-width:100% !important;}
.arch_title	{text-align:right; font-family: 'Roboto', serif; font-weight: 400;}
.hs_thumb h3	{text-align:center; margin:10px 0 0;}
.arch_title p	{font-size:15px; line-height:1.2; position:absolute; right:0; bottom:10px;}
.hsst_ar	{margin:10px 0 0; border-top: 1px solid #eee; padding:10px; width:100%; box-sizing:border-box;}
.hsst_ar a	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	width:100%;
}
.hsst_ar h4 {
    font-size: 120%;
}
.hsst_ar_L	{width:60px; display:inline-block; vertical-align:middle; margin:0 5% 0 0; font-size:12px;}
.hsst_ar_R	{
	width : 70% ;
	width : -webkit-calc(100% - 90px) ;
	width: calc(100% - 90px);
	vertical-align:middle; 
	font-size:12px;
}
.hsst_ar_R p	{line-height:1.2;}


#hs_author h4	{font-size:140%; font-weight:bold;}
#hsst_L		{width:150px; float:left; margin:0 30px 0 0;}
#hsst_R		{padding:0 0 0 180px;}
ul#hsst_bt	{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:20px 0 0;
}
#hsst_bt li	{margin:0 5px 5px 0;}
#hsst_bt a	{display:block; padding:6px 20px; background:#888; color:#fff; text-align:center;}
#hsst_bt a.hsst_reserve	{background:#ce99cc;}



.other_works	{padding:20px 0; clear:both;}
.other_works h5	{font-size:120%; font-weight:bold; padding:10px 0; border-bottom:1px solid #777; margin-bottom:20px; }
.other_works ul	{
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap;
}
.other_works ul li	{width:160px; padding:0 5px; margin-bottom:10px; box-sizing:border-box; vertical-align: top; position:relative; font-size:12px;}
.other_works ul li.owli6	{display:none;}

.gal-slides			{margin-bottom:30px; z-index: 99; position: relative;}
.gal-slides .slick-slide	{opacity:0.5;}
.gal-slides .slick-center	{opacity:1.0;}
.slide_inner_gal	{padding:0 20px; text-align:center;}
.slide_inner_gal img	{width:315px; max-width:100%; height:auto; margin:0 auto;}
.gal-thumb {width:324px; margin:0 auto; text-align:center;}
.gal-thumb .slick-slide img {cursor:pointer;}
.thumb_inner_gal	{padding:0 5px;}
.thumb_inner_gal img	{margin:0 auto; max-width: 98px;}
.hs_detail	{max-width:870px; margin:30px auto 50px;}
.hs_detail h3	{font-size:140%; font-weight:400; margin-bottom:20px; padding: 10px 0;}

#hs_search	{width:800px; margin:0 auto;}
#hs_search ul	{text-align:center; font-family:'Roboto', serif; letter-spacing: 1px; font-weight: 400; font-size:130%;}
#hs_search li	{display:inline-block; padding:0 10px 10px;}

/* お気に入り */
#fav_regi 	{margin:40px 0; text-align:center;}
#fav_regi ul li	{display:inline-block; margin:0 5px 10px;}
#fav_regi a	{display:inline-block; padding:8px 0; width:14em; background:#000; color:#fff; border-radius:3px; text-align:center;}
#fav_add a	{background:#25a4b7;}
.wpfp-img	{position:absolute; top:12px; left:50%; margin-left:8px;}
.remove-parent	{position:absolute; top:0; left:0; background-color: rgba(0,0,0,0.6); color:#fff; width:20px; line-height:20px; text-align:center; }
a.remove-parent:hover	{background-color: rgba(0,0,0,0.3); color:#fff;}


@media only screen and (max-width: 1024px){
	#grid-content	{width:100% !important;}
	#grid-content ul li	{width:33%;}
	.hs_detail	{width:100%;}
	#hs_search	{width:100%;}
	#hsst_L		{width:25%; margin:0 5% 0 0;}
	#hsst_R		{width:70%; padding:0; float:left;}
}
@media only screen and (max-width: 599px){
	#gl_subtitle h3		{font-size:100%;}
	#grid-content ul li	{width:50%; padding:0 5px; margin-bottom:20px;}
	.thum01		{margin-bottom:5px;}
	.sd_stylist	{width:90px;}
	#tit_gl_txt	{margin-top:0; padding:10px; font-size:90%;}
}
@media only screen and (max-width: 499px){
	ul#favBtn li span	{width:130px;}
	.arch_title	{position:static; text-align:left;}
	.arch_title h3	{font-size:20px;}
	.hsst_ar_L	{vertical-align:top;}
	.hsst_ar_R	{vertical-align:top;}
	.hsst_ar_R p	{font-size:10px;}
	.gal-thumb {width:100%;}
	.other_works ul li, .other_works ul li:nth-of-type(3n)	{width:33%; margin:0 0 10px;}
	#hsst_bt li	{width:100%; margin:0 0 5px;}
	#hsst_bt a	{width:100%; box-sizing:border-box;}
}


/* -----------------------------------------------------------
		InstaWidget
----------------------------------------------------------- */
.instawidget {}
.instawidget br {display: none;}
.instawidget iframe {height: auto !important;}



/* -----------------------------------------------------------
		Collection
----------------------------------------------------------- */

#lp_column3	{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
	justify-content:center;
}
#lp_column3_sideL	{
	width:calc((100% - 650px) / 2);
	background-image:url(/img/collection/bg_sideL.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color:#ccc;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
}
/*#lp_column3_sideL:before	{
	content:"";	
	background:url(/img/collection/bg_sideL.jpg) no-repeat 0 0 / cover;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
    mix-blend-mode: overlay;
	z-index:-1;
}*/
#sideL_inn	{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column; 
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
	justify-content:center;
	align-items:center;
}
#lp_column3_sideR	{
	width:calc((100% - 650px) / 2);
	background-image:url(/img/collection/bg_sideR.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-size:cover;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
}
#lp_column3_main	{
	width:50%;
	max-width:650px;
	position:relative;
}
@media only screen and (max-width:1299px){
	#lp_column3_main	{width:40%;}
	#lp_column3_sideL, #lp_column3_sideR	{width:30%;}
}
@media only screen and (max-width:799px){
	#lp_column3_main	{width:50%;}
	#lp_column3_sideL, #lp_column3_sideR	{width:25%;}
}
@media only screen and (max-width:650px){
	#lp_column3_main	{width:100%;}
	#lp_column3_sideL, #lp_column3_sideR	{display:none;}
}

#cll_list > li	{
	margin-bottom:80px;
}
#cll_list li li	{
	margin-bottom:10px;
}
