@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lusitana&display=swap');
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(http://fonts.googleapis.com/css?family=Maven+Pro);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display+SC);
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');


table {
    font-size:inherit;
    font:100%;
}
a:link { color: #e1dbaa; text-decoration: none;  }
a:visited { color: #e1dbaa; text-decoration: none; }
a:active { color: #e1dbaa; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }

h1,h2,h3  {
	font-weight:normal;
	margin:0;
}
ol, ul {
	list-style: none;
}
.typo_min{ font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;}
.typo_kinsoku_no{ word-break: break-all !important;}
.typo80{ font-size:80% !important;}
.typo80_red{ color:#ff0000; font-size:80% !important;}
.typo90{ font-size:90% !important;}
.typo110{ font-size:110% !important;}
.typo120{ font-size:120% !important;}
.typo130{ font-size:130% !important;}
.typo140{ font-size:140% !important;}
.typo150{ font-size:150% !important;}
.typo160{ font-size:160% !important;}
.typo180{ font-size:180% !important;}
.typo180_sp{ font-size:180% !important;}
.typo130_sp{ font-size:120%;}
.typo150_sp{ font-size:135%;}

.l_h13{ line-height:1.3 !important;}
.l_h14{ line-height:1.4 !important;}
.l_h15{ line-height:1.5 !important;}
.l_h16{ line-height:1.6 !important;}
.l_h18{ line-height:1.8 !important;}
.l_h20{ line-height:2.0 !important;}
.l_h24b{ line-height:2.4 !important;}
.l_h24{ line-height:1.7;}

.p_shadow{ text-shadow: 0px 0px 4px #000000 !important;}
.p_bold{ font-weight:bold !important;}

.typo_white{ 
	text-shadow: 2px 2px 2px #333333;
	color:white !important;}
.color_red{ color:#c05151 !important;}
.color_blue{ color:#745b8c !important;}
.color_beige{ color:#af9452 !important;}
.color_black{ color:#222222 !important;}
.color_yerrow{ color:#dac069 !important;}
.color_pink{ color:#e2007f !important;}

.bg_green{ background-color:#00543d; padding:30px 0; }
.bg_white{ background-color:#fff; padding:30px 0; }

.mq-text{ color:#e3e5b1 !important;}

.top_line{ border-top:double 3px #444444 !important;}

.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot80 {margin-bottom:80px !important;}

.margtop10 {margin-top:10px !important;}
.margtop20 {margin-top:20px !important;}
.margtop30 {margin-top:30px !important;}
.margtop50 {margin-top:50px !important;}
.margtop80 {margin-top:80px !important;}

.margtop-10 {margin-top:-10px !important;}
.margtop-20 {margin-top:-20px !important;}
.margtop-30 {margin-top:-30px !important;}
.margtop-50 {margin-top:-50px !important;}
.margtop-80 {margin-top:-80px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop10 {padding-top:10px !important;}
.padtop20 {padding-top:20px !important;}
.padtop30 {padding-top:30px !important;}
.padtop40 {padding-top:40px !important;}
.padtop50 {padding-top:50px !important;}

.center{ text-align:center !important;}
.left{ text-align:left !important;}
.cl_sp{ text-align:center;}

.center_media{ text-align:left !important;}

.sp_br{ display: none;}
.tb_br{ display: none;}

@media screen and (max-width: 899px) {
.pc_br{ display: none;}
.tb_br{ display: block;}
}
@media screen and (max-width: 599px) {
.tb_br{ display: none;}
.sp_br{ display: block;}
}

.pc { display:none; }
.device { display:block; }

.jp{ font-family: "Noto Sans JP", sans-serif !important;}

.covid19_bg{
padding:15px 10px;
}
.acd-check{
    display: none;
}
.acd-label{
margin:0 auto;
width:90%; max-width:600px;
    border: 0px solid #aaaaaa;
    display: block;
    padding: 2px;
    position: relative;
cursor: pointer;
}
.acd-label:after{
    box-sizing: border-box;
    content: '\f078';
    display: block;
    font-family: FontAwesome;
    height: auto;
    padding: 0px;
	text-align:center;
}
.acd-content{
margin:0 auto;
width:100%; max-width:600px;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f077';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.alert_bg{
	background-color:white;
	margin:0 auto;
	margin-top:30px;
	padding:25px;
	max-width:680px;
	text-align:left;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
	color:#333333;
}
.alert_typo{
	margin:10px auto;
	width:100%;
	border:2px solid #4d4d4d;
	padding:20px;
	text-align:left;
	line-height:1.5;
}

@media screen and (min-width: 739px) ,print{
	.center_media{ text-align:center; }
	.pc { display:block; }
	.device { display:none; }
}
.float_left{ float:left; }

.border_radius20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.border_radius10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.border_radius5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.img_border , .attachment-salon_photo{
	border:5px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
}
/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%; padding:0px;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}
	.col-xs-4 { padding:5px; }
/*	clearfix
------------------------------------------------------------*/
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
a img { outline:none; }
a img { border:0; }

/*-- opacity --*/
a:hover img {
	opacity: 0.8;
	filter: alpha(oapcity=80);
}
#scrollUp {
	background: url("../images/common/pagetop.png") top left no-repeat;
	width:45px;
	height:45px;
	bottom: 10px;
	right: 0px;
}
.btn_ind a {
	display: flex;
	  justify-content: flex-start;
	  align-items: center;
	  position: relative;
	  margin-right: auto;
	  margin-left: auto;
	  width: 100%;
	  min-height: 45px;
	  color: #fff;
	  font-size: 110%; text-align:left;
	  text-decoration: none;
	  transition: .3s;
	padding-left: 15px;
}
.btn_ind a:hover {
	color: #f2f2f2;
}
.btn06 a {
	background-color: #00543d;
}
.btn06 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}
.btn06 a:hover {
	background-color: #1e8767;
}

.btn06 a:hover::after {
	border-color: #fff #fff transparent transparent;
}
.full_btn {
	width:100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size:160%;
	outline: none;
	padding:10px 5px;
	color:#cccccc;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.full_btn::before,
.full_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.full_btn,
.full_btn::before,
.full_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.full_btn {
	position: relative;
	z-index: 2;
	background-color: #333333;
	border: 1px solid #888888;
	color: #cccccc;
	line-height: 50px;
	overflow: hidden;
}
.full_btn:hover {
	color: #fff;
}
.full_btn::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.full_btn:hover::after {
	background: #4d4d4d;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.btn_arrow_blk{
	margin:20px auto;
	background-color:#4d4d4d;
	color:#fff;
	font-size:13px;
	display:table;
	text-align:center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	background-image: url(../images/common/right_blk.svg);
	background-repeat: no-repeat;
	background-position: 230px 17px;
	background-size: 12px auto;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
	font-family: 'Lora', serif;
	font-weight:700;
	letter-spacing: 0px;
	width:250px;
}
a:hover.btn_arrow_blk {
	background-position: 235px 17px; text-decoration: none;
}
.marbb_bg{ padding:20px 20px 0 0; }

@media screen and (max-width: 599px) {
	.marbb_bg{ padding:5px 15px; }
}
a.btn_arrow2{
	margin:20px auto;
	background-color:#fff;
	border:1px solid #333;
	color:#333;
	font-size:13px;
	display:table;
	text-align:center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	background-image: url(../images/common/right33.svg);
	background-repeat: no-repeat;
	background-position: 170px 15px;
	background-size: 12px auto;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
	font-weight:700;
	letter-spacing: 4px;
	width: 200px;
}
a:hover.btn_arrow2 {
	background-position: 180px 15px; text-decoration: none;
}
a.btn_c0{
	border-radius: 6px;
	background-color: #333333;
	color: #cccccc;
	font-size:155%;
	padding:10px 5px;
	margin:0;
	display:block;
	text-align:center;
	font-family: 'Lora', serif;
	font-weight:400;
}
a.btn_c{
	border-radius: 6px;
	background-color: #333333;
	color: #cccccc;
	font-size:155%;
	padding:10px 5px;
	margin:0;
	display:block;
	text-align:center;
	font-family: 'Lora', serif;
	font-weight:400;
}
a.btn_r{
	border-radius: 6px;
	background-color: #333333;
	color: #cccccc;
	font-size:155%;
	font-weight:bold;
	padding:10px 5px;
	margin:0;
	display:block;
	text-align:right;
	font-family: 'Lora', serif;
	font-weight:400;
}
a.btn_c_min{
	border-radius: 6px;
	margin:0 auto;
	background-color: #333333;
	color: #cccccc;
	font-size:135%;
	font-weight:bold;
	padding:10px 5px;
	display:block;
	text-align:center;
	width:50%;
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
	font-family: 'Lora', serif;
	font-weight:400;
}
a.btn_r:hover,
a.btn_c0:hover,
a.btn_c:hover,
a.btn_style:hover{
	background-color:#38642f;
}
a.btn_c_min:hover{
	background-color:#f4e6d4;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
margin-left:-25px;
margin-top:-25px;
  text-align: center;
  z-index: 999;
}

.sns_btn{
	margin:0 auto;
	margin-top:25px;
}
.sns_btn_in{
	width:460px;
	margin:0 auto;
	margin-top:25px;
}
.sns_btn_l{
	padding:0;
	float:right;
}
/* __________ SNSボタン __________ */

a.fb-share{
	float:left;
	padding:10px;
	margin:0 5px 5px 0;
	color:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:13px;
	line-height:1.2;
	font-weight:bold;
	border-radius:3px;
	background-color:#305097;
}
a.fb-share:hover{background-color:#7d96ce;}

a.twitter-tweet{
	float:left;
	padding:10px;
	margin:0 5px 5px 0;
	color:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:13px;
	line-height:1.2;
	font-weight:bold;
	border-radius:3px;
	background-color:#3b280a;
}
a.twitter-tweet:hover{background-color:#666;}

a.hatenabtn2{
	float:left;
	margin:0 5px 5px 0;
	padding:10px;
	color:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:13px;
	line-height:1.2;
	font-weight:bold;
	border-radius:3px;
	background-color:#00a5de;
}
a.hatenabtn2:hover{background-color:#87c8dd;}

a.gplusbtn{
	float:left;
	padding:10px;
	margin:0 5px 5px 0;
	color:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:13px;
	line-height:1.2;
	font-weight:bold;
	border-radius:3px;
	background-color:#dd4b39;
}
a.gplusbtn:hover{background-color:#fff;color:#737373;}

a.line_btn{
	float:left;
	padding:10px;
	margin:0 5px 5px 0;
	color:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:13px;
	line-height:1.2;
	font-weight:bold;
	border-radius:3px;
	background-color:#1dcd00;
}
a.line_btn:hover{background-color:#c9f1c3;color:#1dcd00;}

.blog_pan{
	margin-bottom:20px;
	margin-top:10px;
	padding:0;
	text-align: left;
	color:#666666;
	font-size:120%;
	letter-spacing:0em;
}
.blog_pan a:link { color: #e1dbaa; text-decoration: none; }
.blog_pan a:visited { color: #e1dbaa; text-decoration: none; }
.blog_pan a:active { color: #e1dbaa; text-decoration: none; }
.blog_pan a:hover { color: #fff; text-decoration: underline; }

/*Pagenation*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
font-size:13px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #747474;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 5px 10px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #747474;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

.hatena{ margin-top:1px; }
.twitter-share-button{ width: 95px!important; margin-top:0px; }

.hatena2{ margin-top:1px; }
.tweet2{ margin-top:0px; }
.fb-like{ width:115px!important; }
.line_btn{ display:block; }

.pan_list{ text-align:left; }
/*-------------------------------------------------
  masonry
-------------------------------------------------*/
.motionContainer.masonry,
.motionContainer.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.motionContainer.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.motionContainer.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}
/* disable transitions on container */
.motionContainer.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.modules {
  margin: 0 auto 3em;
  padding: 5px;
}
.modules:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modules li {
  border-radius: 10px;
min-width: 140px;
max-width: 180px;
  margin: 5px;
  float: left;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(164, 126, 82, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(164, 126, 82, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(164, 126, 82, 0.4);
}
.modules li p {
  padding: 10px;
  font-size: 100%;
}
.modules li p.thumb {
	margin:0;
  text-align: center;
  padding: 10px 10px 2px;
}

.modules li p.thumb img {
padding-bottom:10px;
  max-width: 100% !important;
  /* May I rot in hell for this IE6 hack */
  _width: 95% !important;
  height: auto !important;
}

.modules li p.caption {
	margin-top:10px;
	padding: 0 10px 10px;
}
a.user {
	padding:8px;
	font-family: 'Lora', serif;
	font-weight:400;
	font-size:18px;
	background-color: #ebe6e0;
	color:#7b582f;
	display:block;
}
.modules li p.user a{ color:#333333; }
.modules li p.user a:hover,
a.user:hover{ color:#999999; background-color: #eae4ce; }

.style_archive_day {
	padding:8px;
	font-family: 'Lora', serif;
	font-weight:400;
	font-size:13px;
	background-color: #eee;
	color:#333333;
	display:block;
}
/*-------------------------------------------------
  footer
-------------------------------------------------*/
#foot_fix_btm{
	background-color:white;
	margin:0;
	padding:0;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	z-index:9999;
}
a.foot_fix_btm_l{
	width:50%;
	background-color:rgba(0,84,61,1);
	border-left:1px solid #111111;
	padding:10px 5px;
	text-align:center;
	font-size:120%;
	color:#fff;
	float:left;
}
a.foot_fix_btm_l:link{ color:#e1dbaa; }
a.foot_fix_btm_l:visited{ color:#e1dbaa; }
a.foot_fix_btm_l:active{ color:#e1dbaa; }
a.foot_fix_btm_l:hover{ color:#e1dbaa; background-color:rgba(0,84,61,0.8); }

footer { position:relative; text-align:center;}
footer .ft_logo{
   position:absolute;
   top:20px;
   right:0px;
   left:0px;
   margin:0 auto;
}
footer a:link { color: #d3d3d3; text-decoration: none; }
footer a:visited { color: #d3d3d3; text-decoration: none; }
footer a:hover { color: #fff; text-decoration: none; }
footer a:active { color: #d3d3d3; text-decoration: none; }

.foot_nav a{
	margin:20px auto;
	text-align:center;
}
.c_right{
	font-size:85%;
	margin:10px auto;
	color:#d3d3d3;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 540px) {
	a.foot_fix_btm_l{ font-size:110%; }
}
/*-------------------------------------------------
  HOME
-------------------------------------------------*/
.top_pic_nav{
	border-radius:3px;
}
.top_nav_tit{
	background-color:rgba(0,0,0,0.7);
	border-top:1px solid #0b7a5f;
	margin-top:1px;
	padding-left:5px;
	color:#d4d7d6;
	font-size:120%;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}
/*-------------------------------------------------
  STAFF
-------------------------------------------------*/
.main_staff {
    background: url("../images/staff/main.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative
}
.main_staff-single{
    background: url("../images/staff/main.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative
}
/*-------------------------------------------------
  GALLERY
-------------------------------------------------*/
.main_gallery {
    background: url("../images/gallery/main.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative
}
/*-------------------------------------------------
  BLOG
-------------------------------------------------*/
.main_blog {
    background: url("../images/blog/main.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative
}
/*-------------------------------------------------
  SALON
-------------------------------------------------*/
.main_salon {
    background: url("../images/salon/main.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative
}
.staff_messarge_name{
	border-top:3px double #aaaaaa;
	border-bottom:3px double #aaaaaa;
	padding:10px;
	font-size:110%;
}
.staff_messarge_pic{ margin:0 auto; width:100%; max-width:260px; height:auto; }

.messarge_typo{
	font-size:110%;
	line-height:1.6;
	color:#a3cc7a;
}
/*-------------------------------------------------
  RECRUIT
-------------------------------------------------*/
.main_recruit {
    background: url("../images/recruit/main.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative
}
.main_recruit_ind {
    background: url("../images/recruit_ind/main.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative
}
/*-------------------------------------------------
  MENU
-------------------------------------------------*/
.main_menu {
    background: url("../images/menu/main.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative
}
.main_company {
    background: url("../images/company/main.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative
}
.main_blog .page-title ,
.main_staff .page-title ,
.main_staff-single .page-title ,
.main_gallery .page-title ,
.main_menu .page-title ,
.main_company .page-title ,
.main_salon .page-title ,
.main_recruit .page-title ,
.main_recruit_ind .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.main_blog h2 ,
.main_staff h2 ,
.main_staff-single h2 ,
.main_gallery h2 ,
.main_menu h2 ,
.main_company h2 ,
.main_salon h2 ,
.main_recruit h2 ,
.main_recruit_ind h2 {
		color: #777;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 2;
    letter-spacing: 10px
}
.small-title{
		color: #777;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
}





.top_device_btnfix{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:999;
}
a.t_btn_devicefix{
    background: -webkit-linear-gradient( 0deg, #7b582f, #523c22) ;
    background: -o-linear-gradient( 0deg, #7b582f, #523c22) ;
    background: -moz-linear-gradient( 0deg, #7b582f, #523c22) ;
    background: linear-gradient( 0deg, #7b582f, #523c22) ;
	margin:0;
	background-color:#;
	color:#fff;
	text-shadow: 2px 2px 2px #333333;
	font-size:16px;
	display:block;
	float:left;
	border-right:1px solid #fff;
	padding:15px 10px;
	width:50%;
	text-align:center;
	font-weight:bold;
	font-family: "Noto Sans JP", sans-serif
}
a.t_btn_devicefix:hover{
    background: -webkit-linear-gradient( 0deg, #7b582f, #a28461) ;
    background: -o-linear-gradient( 0deg, #7b582f, #a28461) ;
    background: -moz-linear-gradient( 0deg, #7b582f, #a28461) ;
    background: linear-gradient( 0deg, #7b582f, #a28461) ;
}
.in_main_tit{
	font-size:200%;
	line-height:1;
	padding-bottom:15px;
	font-family: 'Lora', serif;
	font-weight:700;
}
.in_main_jp{
	font-size:18px;
	line-height:1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:bold;
	letter-spacing:2px;
}
/*-------------------------------------------------
  TOP
-------------------------------------------------*/
.top_base{
	position:relative;
	margin:0;
	width:100%;
	text-align:center;
}
li.main_full_li1{
	background-image:url(../images/top/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
}
li.main_full_li2{
	background-image:url(../images/top/main2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
}
li.main_full_li3{
	background-image:url(../images/top/main3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
}
li.main_full_li1new{
	background-image:url(../images/top/main_new.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
}
li.main_full_li2new{
	background-image:url(../images/top/main_new2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
}
li.main_full_li3new{
	background-image:url(../images/top/main_new3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
}
.top_base_tit{
    position: absolute;
    top: 50%;
    left: 0; right:0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
	z-index:3;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_base_tit h2{
	font-size:180%;
	line-height:1.5;
	font-weight:bold;
}
.top_base_tit h3{
	font-size:15px;
	line-height:2;
	padding:0 10px;
	font-weight:bold;
}
.newtop_tit{
	color:#fff;
	text-align:center;
	font-size:130%;
	line-height:1.6;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top_flex{
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
justify-content: center;
align-items: center;
-webkit-align-items: center;
}
.top_flex div.flex50{
	width: calc(50% - 40px);
	margin: 20px;
	margin-bottom:30px;
	text-align:left;
}
.top_flex div.flex60{
	width: calc(60% - 0px);
	margin: 0px;
	margin-bottom:30px;
	text-align:center;
}
.top_flex div.flex40{
	width: calc(43% - 0px);
	margin-left: -40px;
	text-align:left;
	padding:25px;
	border:1px solid #aaaaaa;
	background-color:rgba(0,0,0,0.5);
}
.top_flex div.flex40r{
	width: calc(43% - 0px);
	margin-right: -40px;
	text-align:left;
	padding:25px;
	border:1px solid #aaaaaa;
	background-color:rgba(0,0,0,0.5);
	z-index:2;
}
.top_flex div.top_nav25{
	width: calc(25% - 0px);
	margin: 0px;
	text-align:center;
	position:relative;
}
.top_flex div.flex20{
	width: calc(20% - 20px);
	margin: 10px;
}
.top_flex div.flex33{
	width: calc(33.33333% - 20px);
	margin: 10px;
}
.top_flex div.flex33_0{
	width: calc(33.3333%);
	margin: 0px;
}
.top_flex div.staff25{
	width: calc(25% - 20px);
	margin: 10px;
}
@media (max-width: 991px) {
	.top_flex div.flex50{
		width: calc(50% - 30px);
		margin: 15px;
		margin-bottom:20px;
	}
	.top_flex div.flex60{
		width: calc(60% - 0px);
		margin: 0px;
		margin-bottom:30px;
	}
	.top_flex div.flex40{
		width: calc(42% - 0px);
		margin-left: -35px;
		text-align:left;
		padding:15px;
	}
	.top_flex div.flex40r{
		width: calc(42% - 0px);
		margin-right: -35px;
		text-align:left;
		padding:15px;
	}
	.top_flex div.top_nav25{
		width: calc(25% - 0px);
		margin: 0px;
	}
	.top_flex div.staff25{
		width: calc(33.3333% - 10px);
		margin: 5px;
	}
}
@media (max-width: 540px) {
	.top_flex div.flex50{
		width: calc(90% - 0px);
		margin: 10px auto;
		margin-bottom:20px;
	}
	.top_flex div.flex60{
		width: calc(90% - 0px);
		margin: 0 auto;
		margin-bottom:-30px;
	}
	.top_flex div.flex40{
		width: calc(90% - 0px);
		margin: 0;
		text-align:left;
		padding:15px;
	}
	.top_flex div.flex40r{
		width: calc(90% - 0px);
		margin: 0;
		text-align:left;
		padding:15px;
	}
	.top_flex div.top_nav25{
		width: calc(50% - 0px);
		margin: 0px;
	}
	.top_flex div.flex33{
		width: calc(50% - 20px);
		margin: 10px;
	}
	.top_flex div.flex20{
		width: calc(50% - 20px);
		margin: 10px;
	}
	.top_flex div.staff25{
		width: calc(50% - 10px);
		margin: 5px;
	}

}
.top_navtit{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	text-align:center;
	z-index:999;
	padding:20px 10px;
}
.top_nav25 a:link,
.top_nav25 a:visited,
.top_nav25 a:active{ color:#fff; }
.top_nav25 a:hover{ color:#fff; }
.top_navtit.en_tit{
	font-size:150%;
	font-family: din-2014,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.main_tit{
	position:absolute;
	width:320px;
	height:10px;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	z-index:100;
	display:none;
}
.main_tit img{ width:300px; }

.main_icon{
	position:absolute;
	width:250px;
	height:130px;
	bottom:30px;
	left: 0;
	right: 0;
	margin:auto;
	z-index:100;
}
.main_icon img{ width:250px; }

.main_tit_salon{
	position:absolute;
	width:320px;
	height:20px;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	z-index:100;
}
.main_tit_salon img{ width:160px; }

.main_line0{
	background-image:url(../images/common/main_line.png);
	background-position: top center;
	margin:0 auto;
	text-align:center;
	height:21px;
}
.main_line1{
	background-image:url(../images/salon1/main_line.png);
	background-position: top center;
	margin:0 auto;
	text-align:center;
	height:21px;
}
.main_line2{
	background-image:url(../images/salon2/main_line.png);
	background-position: top center;
	margin:0 auto;
	text-align:center;
	height:21px;
}
.main_line3{
	background-image:url(../images/salon3/main_line.png);
	background-position: top center;
	margin:0 auto;
	text-align:center;
	height:21px;
}
.main_photo{
	width:100%;
	height:auto;
}
.main_typo{
	width:300px;
	height:auto;
}
.top_blog_contenar{
	background-image:url(../images/top/blog_bg.jpg);
	background-size:cover;
	background-position: top center;
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:20px 0;
}
.top_blog_imgtit{ max-width:174px; }

.top_salon_bunner{ width:80%; }

.top_cancept_tit{
	margin:15px auto;
	text-align:center;
	font-family: "tbnpmincho-std",sans-serif;
	font-size:160%;
	line-height:1.4;
}
.top_concept_typo{
	margin:0 auto;
	width:95%;
	font-size:110%;
	line-height:1.4;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	text-align:left;
}
.top_nav_contenar{
	background: url("../images/top/top_blog_bg.jpg") top center repeat;
	margin-top:0px;
	width:100%;
	height:auto;
	text-align:center;
	padding:20px 0;
}
.top_nav_contenar_in{
	margin:0 auto;
	max-width:1004px;
	padding:0 20px;
	text-align:center;
}
.top_blog_contenar_in{
	margin:0 auto;
	max-width:730px;
	padding:0 20px;
}
.top_nav_contenar_l{
    -moz-box-shadow: 2px 2px 5px 0px #d9d9d9 ;
    -webkit-box-shadow: 2px 2px 5px 0px #d9d9d9 ;
    box-shadow: 2px 2px 5px 0px #d9d9d9 ;
	padding:10px;
	background-color:#fff;
	color:#614a2f;
}
.top_blog_thumb{
	width:20%;
	margin-right:15px;
	float:left;
}
.top_blog_typo{
	width:75%;
	margin:0;
	overflow:auto;
}
.top_blog_thumb img{
	width:100%;
	height:auto;
}
.top_blog_tit{
	margin:10px 0;
	font-size:110%;
	line-height:1.4;
}
.top_blog_tit a:link{ color: #b6f2e4; text-decoration: none; }
.top_blog_tit a:visited{ color: #b6f2e4; text-decoration: none; }
.top_blog_tit a:active{ color: #b6f2e4; text-decoration: none; }
.top_blog_tit a:hover{ color: #f2eab6; text-decoration: none; }

.top_blog_day{
	margin:0;
	margin-top:10px;
	font-size:90%;
	color:#ededed;
}
.top_blog_icon{
	background-color:#d0ad75;
	padding:6px;
	margin:0;
	font-size:80%;
	text-align:center;
	color:#fff;
}
.top_style_thumb{
    -moz-box-shadow: 2px 2px 5px 0px #d9d9d9 ;
    -webkit-box-shadow: 2px 2px 5px 0px #d9d9d9 ;
    box-shadow: 2px 2px 5px 0px #d9d9d9 ;
	margin-right:10px;
	padding:5px;
	background-color:#fff;
}
.top_blog_bg_w{
	margin:0 auto;
	background-color:#3d5030;
	padding:20px;
	-moz-box-shadow: 1px 1px 5px 0px #aaaaaa ;
	-webkit-box-shadow: 1px 1px 5px 0px #aaaaaa ;
	box-shadow: 1px 1px 5px 0px #d9d9d9 ;
}
.top_blog_bg_black{
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	min-height:120px;
	margin:0 auto;
	background-color:#03362a;
	padding:20px;
	padding-bottom:0px;
}
/*-- 斜めtop salon --*/
.top_nav_contents {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 30px 0;
}
.top_nav_contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
	background: url("../images/top/top_salon_bg.jpg") top left no-repeat;
	background-size:cover;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.top_nav_contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 10px;
}
.top_salon_block{
	margin: 0 auto;
	margin-bottom:20px;
	background: #fff url("../images/top/salon_bg_icon.png") right bottom no-repeat;
	box-shadow:0 2px 3px rgba(0,0,0,0.2);
	padding:20px;
}
.top_salon_tel{
	font-size:125%;
	float:right;
	font-family: 'Lora', serif;
	font-weight:300;
}
.top_salon_name{
	width:108px;
	height:auto;
}
.top_salon_adress{
	font-size:100%;
	line-height:1.5;
}


/*-------------------------------------------------
  Inner MAIN
-------------------------------------------------*/
#container{
	margin:0 auto;
	width:100%;
}
.bg_black{ background-color:black; }
.bg_white{ background-color:white; }
.bg_white80{ background-color:rgba(255,255,255,0.5); }
.bg_black80{ background-color:rgba(0,0,0,0.5); }

.bg_pattern{ background: url("../images/top/top_blog_bg.jpg") top center repeat; }
.bg_pattern2{ background: url("../images/top/top_blog_bg2.jpg") top center repeat; }

.in_main{
	margin-top:0px;
	position:relative;
	width:100%;
	height:auto;
}
.in_container{
	position:relative;
	margin:0 auto;
	padding:10px;
	max-width:1150px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.in_container830{
	position:relative;
	margin:0 auto;
	padding:10px;
	max-width:830px;
	text-align:left;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.in_container780{
	position:relative;
	margin:0 auto;
	padding:10px;
	max-width:760px;
	text-align:left;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.in_container640{
	position:relative;
	margin:0 auto;
	padding:10px;
	max-width:620px;
	text-align:center;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.in_container570{
	margin:0 auto;
	padding:10px;
	max-width:550px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.in_container90{
	margin:0 auto;
	padding:10px;
	width:90%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.page_tit_img{
	margin:0px auto;
	text-align:center;
}
.page_tit_img img{
	width:160px;
	height:auto;
}
.page_tit{
	margin:0px auto;
	padding-top:30px;
	font-size:160%;
	line-height:1;
	text-align:center;
	    font-family: 'Lora', serif;
	font-weight:400;
	letter-spacing:1px;
	margin-bottom:10px;
	color:#d4d7d6;
}
.page_tit_jp{
	margin:0px auto;
	padding-top:30px;
	font-size:150%;
	line-height:1.5;
	text-align:center;
	margin-bottom:10px;
	color:#d4d7d6;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.page_tit_line{ margin:12px auto; text-align:center; }

.tax_tit{
	margin:10px auto;
	margin-bottom:30px;
	font-size:180%;
	line-height:1;
	text-align:center;
	font-weight: 400;
	letter-spacing:3px;
	color:#614c3f;
}
.page_tit_in{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	max-width:1024px;
	margin:0px auto;
	margin-top:-40px;
	font-size:200%;
	line-height:1;
	font-family: 'Lora', serif;
	font-weight: bold;
	color:#fff;
	letter-spacing:0px;
	text-align:right;
}
.page_stit{
	margin:10px auto;
	margin-top:0px;
	font-size:120%;
	line-height:1.4;
	letter-spacing:0px;
	color:#a3cc7a;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:bold;
	text-align:center;
}
.page_stit_en{
	margin:10px auto;
	margin-top:0px;
	margin-bottom:10px;
	font-size:130%;
	line-height:1.4;
	font-weight:400;
	letter-spacing:0px;
	color:#614c3f;
	font-family: 'Lora', serif;
	text-align:center;
}
.page_typo{
	width:96%;
	margin:20px auto;
	padding-bottom:0px;
	font-size:110%;
	line-height:1.5;
	color:#614c3f;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	text-align:left;
}
.page_typo_salon{
	width:96%;
	margin:0px auto;
	padding-bottom:30px;
	font-size:110%;
	line-height:1.5;
	color:#d5f2c6;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	text-align:left;
}
/*-------------------------------------------------
  SALON
-------------------------------------------------*/
.salon_typo_base{
	background: url("../images/common/salon_typo_base.jpg") top center repeat;
	color:#333333;
	text-align:center;
	padding:30px;
	margin:0;
	height:auto;
}
.salon_tit_bg{
	background-color:#fff;
	padding:15px 10px;
	margin:0;
	font-size:200%;
	line-height:1.4;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.salon_ad{
	font-size:50%;
	padding-top:10px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.salon_tel{
	margin-top:10px;
	font-size:160%;
	font-weight:100;
	text-align:center;
	letter-spacing:2px;
	font-family: 'Lora', serif;
}
.products_stit{
	width:96%;
	margin:30px auto;
	margin-top:10px;
	font-size:130%;
	line-height:1.4;
	font-weight:100;
	letter-spacing:0px;
	color:#614c3f;
}
.products_menu{
	background: #f9f7e8 url("../images/products/menu_bg.png") top center no-repeat;
	margin-top:0px;
	width:100%;
	height:auto;
	text-align:center;
	padding:20px 0;
}
.products_menu_tit{
	border-bottom:1px solid #614c3f;
	width:350px;
	padding-bottom:15px;
	margin:20px auto;
	font-size:135%;
	line-height:1;
	font-weight:100;
	letter-spacing:1px;
	color:#614c3f;
	font-family: 'Lora', serif;
}
.nail_menu{
	background-color: #f9f7e8;
	margin-top:0px;
	width:100%;
	height:auto;
	text-align:center;
	padding:20px 0;
}
table.prpducts_tb{
	margin:0 auto;
	font-size:120%;
	line-height:1.2;
	color:#614c3f;
	font-size:100%;
}
table.prpducts_tb td {
	padding:8px 5px;
	text-align:left;
}
table.prpducts_tb td.price {
	padding:8px 5px;
	text-align:right;
}
table.prpducts_tb td.cap {
	padding-bottom:25px;
	color:#614c3f;
}
.salon_tel a:link { color: #e1dbaa; text-decoration: none; }
.salon_tel a:visited { color: #e1dbaa; text-decoration: none; }
.salon_tel a:hover { color: #e1dbaa; text-decoration: underline; }
.salon_tel a:active { color: #e1dbaa; text-decoration: none; }

.salon_time{
	margin-top:20px;
	font-size:110%;
	line-height:2;
	text-align:center;
	font-weight:100;
}
.map_container{
	margin:0 auto;
	padding:0;
	max-width:1024px;
	text-align:center;
}
#map_canvas{
	margin:0px auto;
	width:95%;
	height:400px;
	color:#41301b;
}
/*-------------------------------------------------
  MENU
-------------------------------------------------*/
.coupon_bg2016{
	background: #fff url("http://trinity-salon.net/coupon/wp-content/themes/coupon/images/coupon/sp01/201606/single_bg201606.jpg") top center no-repeat;
	padding:30px;
	font-family: "Noto Sans JP", sans-serif;
	color:#4d4d4d;
}
table.menu_tb{
	margin:10px auto;
	width:100%;
	max-width:760px;
	line-height:1.4;
	color:#dbc997;
	font-size:110%;
	border-collapse:collapse;
}
table.menu_tb tr {
	border-bottom:1px solid #555555;
}
table.menu_tb tr.no_line {
	border-bottom:0px solid #555555;
}
table.menu_tb th {
	padding:12px 5px;
	text-align:left;
	font-weight:100;
}
table.menu_tb td {
	padding:12px 5px;
	text-align:right;
}
table.menu_tb td.td_no_line {
	padding:10px 5px 12px 12px;
	text-align:left;
	font-size:90%;
	color:#aaaaaa;
}
table.menu_tb td.hair_type {
	font-size:125%;
	padding:12px 5px;
	text-align:right;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	color:#6670bb;
}
table.menu_tb td.sale {
	color:#ffb6b6;
	font-weight:bold;
}
.menu_tb_tit{
	padding-top:20px;
	padding-bottom:10px;
	font-size:165%;
	line-height:1;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	color:#6670bb;
}
.menu_tb_tit_jp{
	padding-top:20px;
	padding-bottom:10px;
	font-size:150%;
	line-height:1;
	text-align:center;
	letter-spacing:0px;
	font-family: "tbnpmincho-std",sans-serif;
	font-weight: normal;
	color:#6670bb;
}
.menu_tb_tit_cap{
	padding:0px;
	font-size:13px;
	line-height:1.4;
	text-align:center;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	letter-spacing:0px;
	vertical-align: middle;
	color:#6670bb;
}
table.menu_tb td.menu_point{
	margin-bottom:5px;
	padding:15px 10px;
	text-align:left;
	font-weight:bold;
	color:#d18223;
	font-size:100%;
}
/*-----------------------------------------------------------------------------------*/
/*	COMPANY
/*-----------------------------------------------------------------------------------*/
.mborder {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 80%;
}
.mborder .headwrap {
	display: inline-block;
	position: relative;
	z-index: 5;
	text-align: center;
	padding: 0 20px;
}
.mborder .headwrap:before {
	display: block;
	content: "";
	width: 1000%;
	height: 1px;
	background: #b6b6b6;
	position: absolute;
	top: 10px;
	left: -1000%;
}
.mborder .headwrap:after {
	display: block;
	content: "";
	width: 1000%;
	height: 1px;
	background: #b6b6b6;
	position: absolute;
	top: 10px;
	right: -1000%;
}
.mborder .en {
	font-size: 28px;
	font-family: "Lusitana", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
	font-weight: normal;
	letter-spacing: 3px;
}
.mborder .jp {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	font-family: "Lusitana", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif !important;
}
table.company_tb{
	margin:0 auto; margin-bottom:50px;
	width:60%;
	line-height:1.6;
	border-collapse:collapse;
	font-family: "Lusitana", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
	font-size: 120%;
}
table.company_tb tr {
	border-bottom: dashed 1px #b6b6b6;
}
table.company_tb tr.noline {
	border-bottom: dashed 0px #b6b6b6;
}
table.company_tb th {
	width:40%;
	padding: 20px 0;
	text-align:left;
	white-space: nowrap;
	vertical-align: top;
}
table.company_tb td {
	width:75%;
	padding: 20px 0;
	text-align:left;
}
table.company_tb th.splist {
	width:10%;
	padding: 10px 0;
	text-align:left;
	white-space: nowrap;
	vertical-align: top;
}
table.company_tb td.splist {
	width:auto;
	padding: 10px 0;
	padding-left:30px;
	text-align:left;
}
.company_stit{
	font-size: 22px;
	font-family: "Lusitana", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
	letter-spacing: 3px;
}
.history_bg{
	margin:40px auto;
	background-color:#464646;
	padding:20px;
	width: 80%;
}
@media (max-width: 992px) {
	.mborder { width:96%; }
	table.company_tb{ width:90%; }
}
@media screen and (max-width: 530px) {
	.mborder .en { font-size: 18px; letter-spacing:1px; }
	.company_stit{ font-size: 18px; letter-spacing: 1px; }
	table.company_tb{ width:90%; margin-bottom:30px; font-size: 110%; }
	table.company_tb th{ display:block; padding: 10px 0 0 0; width:100%; }
	table.company_tb td{ display:block; padding: 0 0 10px 0; width:100%; }
	table.company_tb th.splist { display:block; padding: 10px 0 0 0; width:100%; }
	table.company_tb td.splist { display:block; padding: 0 0 10px 0; width:100%; }
	.history_bg{ width:100%; }
}
/*-------------------------------------------------
  STAFF
-------------------------------------------------*/
.staff_block{
	margin:0 auto;
	max-width:870px;
	padding:20px 10px;
	color:#4d4d4d;
}
.staff_concept{
	color:#a85a2b;
	font-size:200%;
	line-height:1.4;
	text-align:center;
	font-family: "tbnpmincho-std",sans-serif;
	text-align:center;
}
.staff_list{
	position:relative;
}
.staff_list img{ border-radius:5px; }

.staff_list_name{
	position:absolute;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	font-size:100%;
	line-height:1.2;
	text-align:center;
	padding:10px;
}
.staff_list_name_min{
	position:absolute;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	font-size:100%;
	line-height:1.2;
	text-align:center;
	padding:10px;
}
.staff_name{
	padding-bottom:10px;
	font-size:180%;
	line-height:1.2;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#c5ead7;
}
.en_name{
	padding-left:15px;
	font-size:80%;
	line-height:1.2;
	font-family: 'Lora', serif;
}
img.message_staff{ width:100%; max-width:230px; }

.staff_message{
	margin:0;
	padding:10px 0;
	font-size:110%;
	line-height:1.6;
	text-align:left;
	color:#cccccc;
}
.single_staff_pic_device{
	display:block;
}
.single_staff_pic{
	display:none;
}
.single_staff_pic_device img,
.single_staff_pic img{ border-radius:6px; }

.data_tit{
	font-size:110%;
	line-height:1.2;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#4c8b6b;
	border:solid 1px #3b6550;
	padding:10px;
	margin:10px 0;
}
.staff_tb_line{
	border-top:dotted 1px #3b6550;
	border-bottom:dotted 1px #3b6550;
	padding:10px 0;
	margin:10px 0;
}
table.staff_tb{
	margin:0 auto;
	width:100%;
	line-height:1.2;
	vertical-align:top;
	color:#cccccc;
}
table.staff_tb th {
	padding:7px  5px;
	text-align:left;
	font-weight:100;
	white-space: nowrap;
	vertical-align:top;
}
table.staff_tb td {
	padding:7px  5px;
	text-align:left;
	vertical-align:top;
}
.staff_image{
	width:100%;
	max-width:200px;
	height:auto;
}
.staff_list_position{
	border-top:double 3px #aad2bd;
	padding:0 2px;
	padding-bottom:10px;
	text-align:center;
	color:#aad2bd;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:110%;
	line-height:1.2;
}
.staff_list_position2{ color:#187fa5; }

.staff_cap_photo{
	margin:0 auto;
	padding-top:10px;
	width:95%;
}
/*-----------------------------------------------------------------------------------*/
/*	ITEM
/*-----------------------------------------------------------------------------------*/
.bg_item1{ background-color:#fcebf4; padding:10px; }
.bg_item2{ background-color:#e9e7b0; padding:10px; }
.bg_item3{ background-color:#e6e7f0; padding:10px; }

.item_tit{
	margin:10px 0;
	font-size:150%;
	color:#333333;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:bold;
}
.item_typo{
	margin:0;
	font-size:100%;
	line-height:1.8;
	color:#333333;
}
.item_btn1,.item_btn2,.item_btn3 {
	width:100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size:160%;
	outline: none;
	padding:10px 20px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.item_btn1::before,.item_btn1::after,
.item_btn2::before,.item_btn2::after,
.item_btn3::before,.item_btn3::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.item_btn1,.item_btn1::before,.item_btn1::after,
.item_btn2,.item_btn2::before,.item_btn2::after,
.item_btn3,.item_btn3::before,.item_btn3::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.item_btn1 {
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,0);
	border: 1px solid #e656ac;
	color: #e656ac;
	line-height: 50px;
	overflow: hidden;
}
a.item_btn2 {
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,0);
	border: 1px solid #827c12;
	color: #827c12;
	line-height: 50px;
	overflow: hidden;
}
a.item_btn3 {
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,0);
	border: 1px solid #333762;
	color: #333762;
	line-height: 50px;
	overflow: hidden;
}
.item_btn1:hover,
.item_btn2:hover,
.item_btn3:hover {
	color: #fff;
}
.item_btn1::after,
.item_btn2::after,
.item_btn3::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.item_btn1:hover::after,
.item_btn2:hover::after,
.item_btn3:hover::after {
	background: #4d4d4d;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/*-----------------------------------------------------------------------------------*/
/*	STYLE
/*-----------------------------------------------------------------------------------*/
.style_container {
	margin:0 auto;
	padding:10px;
	text-align:center;
	max-width:1054px;
	background-color:#fff;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom:8px;
}
.in_main_style{
	background-image:url(../images/gallery/main.jpg);
	background-size:cover;
	background-position: bottom center;
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:20px 0;
}
.style_pic{
	margin:0 auto;
}
.style_pic img{
	margin:0;
	max-width:315px;
	height:auto;
}
.single_style_tit{
	font-size:130%;
	line-height:1.5;
	color:#5e4a3d;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:3px double #cccccc;
	border-bottom:3px double #cccccc;
	text-align:left;
}
.single_style_typo{
	font-size:105%;
	line-height:1.5;
	padding:20px;
	padding-bottom:30px;
	text-align:left;
	margin-bottom:60px;
	border-bottom:1px dotted #cccccc;
}
.single_style_staff{
	padding-top:10px;
	text-align:left;
}
.style_nav ul li a {
	background-color:#f3ebdf;
	margin-bottom:3px;
	color:#555555;
	width:100%;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	padding:10px;
	display:block;
	border-radius:4px;
	text-align:center;
}
.style_nav li:hover a,
.style_nav li.active a {
	background-color:#fff4e3;
}
.style_staff_pic{
	margin-right:0px;
	margin-bottom:5px;
	float:none;
}
.style_staff_pic img{ width:150px; height:auto; }

.style_staff_data{
	float:none;
}
.style_staff_name{
	background-color:#f6eae4;
	margin:5px 0;
	border:1px solid #e0bdaa;
	padding:10px;
	text-align:center;
	font-size:120%;
	line-height:1.2;
	display:block;
	color:#5e4a3d;
}
.tantou{
	border-bottom:3px double #e0bdaa;
	padding-bottom:5px;
	text-align:left;
	font-size:110%;
	line-height:1.2;
	color:#d7a78e;
	font-weight:bold;
}
.staff_cap{
	padding-top:10px;
	text-align:left;
	font-size:100%;
	line-height:1.6;
}
/*-------------------------------------------------
  NEWS
-------------------------------------------------*/
.in_main_blog{
	background-image:url(../images/blog/main.jpg);
	background-size:cover;
	background-position: bottom center;
	position:relative;
	margin:0 auto;
	margin-bottom:20px;
	width:100%;
	text-align:center;
	padding:20px 0;
}
.news_block{
	margin:0 auto;
}
.news_main{
	margin:0 auto;
	width:90%;
	text-align:left;
	float:none;
}
.news_nav{
	margin:0 auto;
	width:90%;
	text-align:left;
	float:none;
}
.news_tit_base{
	background: #f8f5e8;
	padding:10px;
}
.news_tit{
	font-size:125%;
	line-height:1.5;
	color:#a26a44;
	letter-spacing:0px;
	padding-bottom:15px;
	float:none;
}
.news_day{
	padding-top:0px;
	font-size:90%;
	line-height:1;
	color:#444444;
	float:none;
}
.main_bg{
	padding:10px 0;
}
.main_bg img{
	width:auto;
	height:auto;
}
.news_typo{
	width:65%;
	margin:0px auto;
	margin-bottom:15px;
	font-size:100%;
	line-height:1.6;
	color:#444444;
	float:left;
}
.news_thumb{
	width:30%;
	margin-right:10px;
	float:left;
}
.news_pic{
	margin:20px auto;
}
.news_photo{
	width:65%;
	height:auto;
}
/* Blog nav */
.lasted_nav_tit{
	margin-bottom:20px;
	border-top: 3px double #a1a1a1;
	border-bottom: 1px dotted #a1a1a1;
	padding:15px 0;
	text-align:center;
	font-size:120%;
	color:#e4e4e4;
}
.lasted_nav_tit2{
	margin-top:40px;
	margin-bottom:20px;
	border-top: 3px double #a1a1a1;
	border-bottom: 1px dotted #a1a1a1;
	padding:15px 0;
	text-align:center;
	font-size:120%;
	color:#e4e4e4;
}
.blog_nav , .blog_nav2{
	margin-top:0px;
	padding:0;
}
.blog_nav ul , .blog_nav2 ul{
	margin: 0;
	padding: 0;
}
.blog_nav li{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	list-style-type: disc;
	list-style-position: inside;
	line-height:1.4;
}
.blog_nav2 li{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	list-style-type: none;
	list-style-position: inside;
	line-height:1.4;
}
.blog_nav li a:link,
.blog_nav2 li a:link { color: #d5f2c6; text-decoration: none; }

.blog_nav li a:visited,
.blog_nav2 li a:visited { color: #d5f2c6; text-decoration: none; }

.blog_nav li a:active,
.blog_nav2 li a:active { color: #d5f2c6; text-decoration: none; }

.blog_nav li a:hover,
.blog_nav2 li a:hover { color: #7dae71; text-decoration: none; }

/*-------------------------------------------------
  RECRUIT
-------------------------------------------------*/
.in_main_recruit{
	background-image:url(../images/recruit/main.jpg);
	background-size:cover;
	background-position: bottom center;
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:20px 0;
}
.recruit_image{ text-align:center; margin:15px auto; margin-bottom:25px; }
.recruit_image img{ width:100%; max-width:870px; height:auto; }

.message_bg {
	position:relative;
	background-image:url(../images/recruit/message_bg.jpg);
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	display: table;
	width: 100%;
	text-align: center;
}
table.recruit_tb{
	margin:0 auto;
	width:90%;
	line-height:1.6;
	color:#ebd7ca;
	font-size:95%;
}
table.recruit_tb th {
	border-top:1px dotted #77604c;
	width:30%;
	padding:14px 5px;
	text-align:left;
	font-weight:100;
	white-space: nowrap;
}
table.recruit_tb td {
	border-top:1px dotted #77604c;
	width:70%;
	padding:14px 5px;
	text-align:left;
}
.recruit_cap{
	border-top:1px solid #e1d3c7;
	width:100%;
	margin:0 auto;
	margin-top:20px;
	padding-top:20px;
	font-size:120%;
	line-height:1.8;
	text-align:center;
}
table.form_tb{
	margin:0 auto;
	width:450px;
	line-height:1.2;
	color:#e4e4e4;
	font-size:95%;
}
table.form_tb th {
	background-color:#e9e3d9;
	border-top:1px solid #aaaaaa;
	width:30%;
	padding:14px 6px;
	text-align:left;
	font-weight:100;
}
table.form_tb td {
	background-color:#e9e3d9;
	border-top:1px solid #fff;
	width:70%;
	padding:14px 6px;
	text-align:left;
}
/* __________ Contact Form __________ */
.enter_p{ padding-bottom:20px; line-height:2; }
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="email"]
 {
	width:100%;
	margin:0 0 10px;
	padding: 10px 8px;
	text-transform:none;
	line-height:20px;
	font-size: 13px;
	color: #333333;
	font-style:normal;
	border-radius: 0;
	background-color:#f1fef3;
	border: 2px solid #aaaaaa;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
}
.form-width50{ width:30% !important; float: inline-start;}
textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
}
textarea,
input[type="text"].last {margin-right:0;}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	color:#333333;
	border-color:#ccc;
}

/*親要素に中央揃えを適用し、送信ボタンを真ん中に寄せます*/
.wpcf7-form{
	margin:0 auto;
	text-align:left;
	width:90%;
}
.wpcf7-form p{font-size:115%;}

.contact_submit{ text-align:center; }

.form_l{ text-align:left; color:#e4e4e4; font-weight:bold; font-size:110%; }

/*送信ボタンを相対サイズに。ディフォルトのmarginを取り除く*/

.wpcf7 .wpcf7-submit{
    width:40%;
    margin:20px auto; margin-top:40px;
    font-size:18px;
    padding:15px 0px;
    background-color:#00543d;
    color:#fff; border: none;
}
.wpcf7-form-control{display: block;}

@media screen and (max-width: 540px) {
	.wpcf7 .wpcf7-submit{ width:70%; }
}

/*送信ボタンにマウスカーソルが乗った時の処理*/
.wpcf7-submit:hover {
    background-color:#21886c;
    color:#fff;
}
/*エラーの表示を中央寄せ・幅100%表示にします*/
.wpcf7-response-output,
div.wpcf7-validation-errors {
    width:100%;
    text-align:center;
}
/*ロード中画像をブロック要素にして中央に寄せます*/
div.wpcf7 img.ajax-loader{
    display:block;
    margin: 0 auto;
}
/*ディフォルトのエラー文章を非表示にします*/
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
/*エラーの発生したフォームを赤背景にします*/
body .wpcf7 .wpcf7-not-valid {
    background: pink;
}
select option{ font-size:110%; color:#333333; }
select{ border: 1px solid #aaaaaa; padding:20px 10px; font-size:110%; color:#333333; }
.contact_btn {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid #242424;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	background: none; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#fff; border-color:#ccc;}

.notification_error {color:#30a67c;}


/*-------------------------------------------------
  404
-------------------------------------------------*/
.not_typo{
	margin:55px auto;
	margin-bottom:25px;
	font-size:130%;
	color:#88725c;
	letter-spacing:2px;
}
/*-------------------------------------------------
  成人式
-------------------------------------------------*/
.in_main_seijinsiki{
	background-image:url(../images/seijinsiki/main.jpg);
	background-size:cover;
	background-position: bottom center;
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:20px 0;
}
.seijinsiki_stit{
	margin:0 auto;
	background-color:#fff;
	border:1px solid #dc7b7b;
	padding:20px 10px;
	width:100%;
	line-height:1.2;
	font-size:140%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	text-align:center;
	color:#dc7b7b;
}
.seijinsiki_sstit{
	margin:0 auto;
	border-top:3px double #dc7b7b;
	border-bottom:3px double #dc7b7b;
	padding:20px 10px;
	width:100%;
	line-height:1.4;
	font-size:130%;
	font-weight:bold;
	font-family: "tbnpmincho-std",sans-serif;
	text-align:center;
	color:#dc7b7b;
}
.margtop30_sp {margin-top:30px;}
@media (max-width: 540px) {
	.margtop30_sp {margin-top:10px;}
}






/* タブレット向け：739px～1023px */
@media screen and (min-width: 739px) ,print{
	.l_h24{ line-height:2.4;}
	.cl_sp{ text-align:left;}
	.typo130_sp{ font-size:130%;}
	.typo150_sp{ font-size:140%;}
	.typo180_sp{ font-size:160% !important;}

	.newtop_tit{ font-size:160%; }
	.top_base_tit h2{ font-size:230%; }
	.top_base_tit h3{ font-size:16px; }
	.main_menu , .main_company , .main_salon , .main_recruit , .main_recruit_ind , .main_blog , .main_staff , .main_staff-single , .main_gallery { height: 600px; }

	footer{	color:#fff; margin-top: 0px; padding: 0px 0; }

	.ft_nav{ display:block; }

	.page_tit{
		padding-top:30px;
		margin-bottom:35px;
		font-size:200%;
	}
	.page_tit_jp{
		padding-top:45px;
		margin-bottom:15px;
		font-size:180%;
	}
	.page_tit_img{ margin:20px auto; }
	.page_tit_img img{
		width:233px;
		height:auto;
	}
	.top_nav_tit{ font-size:140%; }

	.blog_pan{
		font-size:100%;
	}
/* SALON */
	.salon_typo_base{
		padding:30px;
		height:450px;
	}
	.page_tit_in{
		margin-top:-50px;
		padding-right:5px;
		font-size:250%;
		letter-spacing:2px;
	}
	.page_stit{
		margin-top:10px;
		font-size:135%;
		letter-spacing:1px;
	}
	.page_stit_en{
		margin-top:10px;
		font-size:145%;
		letter-spacing:1px;
	}
	.page_typo,.page_typo_salon{
		padding-bottom:15px;
		font-size:120%;
		line-height:2;
		text-align:center;
	}
	.salon_pic_block{
		width:700px;
	}
	.salon_pic_l{
		margin-bottom:25px;
		margin-right:20px;
		width:330px;
		float:left;
	}
	.salon_pic_r{
		margin-bottom:25px;
		margin-right:0;
		width:330px;
		float:right;
	}
	.salon_pic_cap{
		width:100%;
	}
	.salon_photo{
		width:330px;
		height:auto;
	}
	.products_menu_tit{
		font-size:160%;
	}
	.staff_list_name{
		font-size:110%;
		padding:20px;
	}
	.staff_list_position{
		min-height:60px;
		padding:15px 5px;
		font-size;100%;
	}
	.single_staff_pic_device{ display:none; }
	.single_staff_pic{ display:block; }

	.staff_messarge_pic{ max-width:500px; height:auto; }

/* MENU */
	table.menu_tb{
		font-size:120%;
	}
	table.recruit_tb {
		font-size:110%;
	}
	table.menu_tb th , table.recruit_tb th {
		padding:16px 5px;
	}
	table.menu_tb td , table.recruit_tb td {
		padding:16px 5px;
	}
	table.form_tb{
		width:70%;
		font-size:120%;
	}
	table.form_tb th {
		padding:16px 15px;
	}
	table.form_tb td {
		padding:16px 15px;
	}
	table.menu_tb td.menu_point{ text-align:center; }

/* __________ ITEM __________ */

	.bg_item1{ background-color:#fcebf4; padding:30px; }
	.bg_item2{ background-color:#e9e7b0; padding:30px; }
	.bg_item3{ background-color:#e6e7f0; padding:30px; }

	.item_tit{
		margin:10px 0;
		font-size:180%;
		color:#333333;
		font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	}

/* __________ STYLE __________ */

	.style_container { padding:30px; }

	.style_pic img{	max-width:225px; }

	.style_staff_pic{
		margin-right:20px;
		float:left;
	}
	.style_staff_data{
		overflow:auto;
	}
	.style_staff_pic img{ width:125px; height:auto; }

	.modules li { min-width: 185px; max-width: 230px; }

	.in_main_style , .in_main_staff , .in_main_blog , .in_main_menu , .in_main_recruit , .in_main_seijinsiki{
		padding:30px 0;
	}
	.single_style_tit{ font-size:160%; text-align:center; }

	.single_style_typo{ font-size:115%; }

/* NEWS */
	.news_main{
		width:65%;
		float:left;
	}
	.news_nav{
		width:30%;
		float:right;
	}
	.news_tit_base{ padding:15px; }

	.news_tit{
		padding-bottom:0px;
		width:85%;
		font-size:145%;
		letter-spacing:1px;
		float:left;
	}
	.news_day{
		padding-top:13px;
		float:right;
	}
	.main_bg{
		padding:15px 0;
	}
	.news_typo{
		font-size:110%;
		line-height:1.8;
	}
	.sns_btn_in{
		min-width:739px;
	}
	.line_btn{ display:block; }

/* NAIL */
	.nail_menu_tit{
		width:400px;
		font-size:160%;
	}
	table.nail_tb{ width:400px; }

	.nail_campaign_tit{
		margin: 0;
	}
	.nail_campaign_tit img{
		min-width:730px;
		height:auto;
	}
/* RECRUIT */
	.wpcf7-form{ width:80%; }
	table.recruit_tb{ width:80%; }

	.staff_image{
		width:100%;
		max-width:380px;
		height:auto;
	}







}/*  */

/* PC向けレイアウトの指定：1024px以上では固定レイアウト */
@media screen and (min-width: 1024px) ,print{
	.typo150_sp{ font-size:150%;}
	.head_logo{ width:221px; }

	.in_navi{
		float:right;
		display:block;
	}
	.fb_btn{
		display:block;
	}
	.top_base_tit{
	    top: 40%;
	    -webkit-transform: translate(0%, -40%);
	    -ms-transform: translate(0%, -40%);
	    transform: translate(0%, -40%);
	}
	.main_tit{
		width:532px;
		height:10px;
	}
	.main_tit img{ width:532px; }

	.main_icon{
		position:absolute;
		width:280px;
		height:146px;
		bottom:20px;
		right: 0;
		margin:auto;
		z-index:100;
	}
	.main_icon img{ width:280px; }

	.main_tit_salon img{ width:273px; }

	.main_typo{
		width:453px;
		height:auto;
	}
	.in_main_tit{ font-size:250%; }

	.top_concept_contenar,
	.top_blog_contenar{ padding:20px 0; }

	.top_nav_contenar{ padding:50px 0; }

	.top_nav_contenar_in{
		max-width:1004px;
		padding:0 20px;
	}
	.top_concept_contenar{
		padding:40px 0;
	}
	.top_blog_imgtit{ max-width:274px; }

	.top_cancept_tit{ font-size:260%; }

	.top_concept_typo{
		max-width:980px;
		font-size:130%;
		line-height:1.8;
		letter-spacing:1px;
	}
	.page_tit_img{ margin:30px auto; }

/* SALON */
	.coupon_step_tit{ font-size:125%; }

	.page_tit{
		margin-bottom:35px;
		font-size:220%;
	}
	.page_tit_jp{
		font-size:200%;
	}
	.page_tit_in{
		margin-top:-50px;
		padding-right:0px;
		font-size:300%;
		letter-spacing:2px;
	}
	.page_typo,.page_typo_salon{
		padding-bottom:20px;
		font-size:120%;
		line-height:2;
		text-align:center;
	}
	.salon_pic_block{
		width:964px;
	}
	.salon_pic_l{
		margin-bottom:0px;
		margin-right:64px;
		width:450px;
		float:left;
	}
	.salon_pic_r{
		margin-bottom:0px;
		margin-right:0;
		width:450px;
		float:right;
	}
	.salon_pic_cap{
		width:100%;
	}
	.salon_photo{
		width:450px;
		height:auto;
	}
	.products_menu_tit{
		font-size:150%;
	}

/* MENU */
	table.menu_tb th , table.recruit_tb th , table.qa_tb th {
		padding:16px 10px;
	}
	table.menu_tb td , table.recruit_tb td , table.qa_tb td {
		padding:16px 10px;
	}
	table.form_tb{
		width:60%;
		font-size:120%;
	}
	table.form_tb th {
		padding:16px 15px;
	}
	table.form_tb td {
		padding:16px 15px;
	}

/* __________ STYLE __________ */

	.style_container { padding:50px; }

	.in_main_style , .in_main_staff , .in_main_blog , .in_main_menu , .in_main_recruit , .in_main_seijinsiki{
		padding:35px 0;
	}
	.style_staff_pic{
		margin-right:20px;
		float:left;
	}
	.style_staff_data{
		overflow:auto;
	}
	.style_pic img{	max-width:285px; }

	.modules li{ width: 280px; }

/* NEWS */
	.news_main{
		width:75%;
		float:left;
	}
	.news_nav{
		width:20%;
		float:right;
	}
	.news_tit_base{ padding:20px; }

	.news_tit{
		padding-bottom:0px;
		width:85%;
		font-size:145%;
		letter-spacing:1px;
		float:left;
	}
	.news_day{
		padding-top:13px;
		float:right;
	}
	.main_bg{
		padding:15px 0;
	}
	.news_typo{
		font-size:110%;
		line-height:1.8;
	}
	.sns_btn_in{
		min-width:1024px;
	}
	.line_btn{ display:none; }

/* NAIL */
	.nail_menu_tit{
		width:400px;
		font-size:150%;
	}
	table.nail_tb{ width:400px; }

	.news_photo{
		max-width:600px;
		height:auto;
	}
	.nail_campaign_tit{
		margin: 0;
	}
	.nail_campaign_tit img{
		max-width:999px;
		height:auto;
	}
/* RECRUIT */
	.wpcf7-form{ width:60%; }

	table.recruit_tb{ width:60%; }





}/*  */
