@charset "utf-8";
/*
Theme Name: tpl_090_rwd
Theme URI: http://f-tpl.com/
Description: tpl_090_rwd
Version: 1.0
Author: f-tpl
Author URI: http://f-tpl.com/
Tags: simple

	f-tpl v1.0
	 http://f-tpl.com/

	This theme was designed and built by f-tpl,
	whose blog you will find at http://f-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);
@import url(https://fonts.googleapis.com/css?family=Pacifico);


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
img,abbr,acronym,fieldset{border:0;}


body{
	font-size:14px;
	font-family:'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
	-webkit-text-size-adjust:100%;
	color: #2d0000;
	background: #fff;
}
/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }

/* リンク設定
------------------------------------------------------------*/
a{
	color: #2b86b5;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{
	outline: 0;
}


/* アーカイブ + ウィジェット */
.col3 a{
	display: block;
	color: #000;
}

.col3 a:hover{
	color: #2b86b5;
	text-decoration: none;
}

#wp-calendar a{
	color: #2b86b5 !important;
}



/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"], textarea{
	max-width: 90%;
	height: 28px;
	padding: 0 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	line-height: 28px;
	font-size: 100%;
	color: #555;
	background: #fcfcfc;
}

textarea{
	height: auto;
	line-height: 1.5;
}

input[type="submit"], input[type="reset"], input[type="button"]{
	padding: 1px 10px;
	border: 0;
	border-radius: 3px;
	line-height: 28px;
	font-size: 100%;
	color: #fff;  
	background: #000;
}

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



/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#logo{
	padding-top: 10px;
	padding-right: 50px;
	position: relative;
}

#logo img{
  transform: scale(.8);
}

#mainnav a{
	color: #2d0000;
}

#mainImg img{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

p.des { font-size:11px;}

#head-sub {
	background-color:#2d0000;
	padding:30px 0;
	margin-bottom:30px;
}
#head-sub h1 {
	color:#fff;
	text-align:center;
}

.metaslider .flexslider {
	margin:0 0 80px !important;
}

.header_insta {
	position: absolute;
	top: 22px;
	margin-left: -10px;
}
.header_insta img {
	width: 50px;
	height: 50px;
}


/* ウィジェット
------------------------------------------------------------*/
#widget{
	clear: both;
	margin-top: 50px;
	padding-top: 80px;
	border-top: 1px solid #dfdfdf;
}

.widget{
	padding-bottom: 30px;
}

.widget li{
	margin-bottom: 10px;
	line-height: 1.5;
}

.widget .sub-menu{
	margin: 5px 0 0 10px;
	font-size: 90%;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar th, #wp-calendar td{
  text-align: center;
}

#wp-calendar caption {
    font-weight: bold;
    text-align: center;
}

#wp-calendar #today{
	background: #eee;
}

#wp-calendar th:nth-child(6){
	color: #0040ce;
}

#wp-calendar th:nth-child(7){
	color: #cc0000;
}

#wp-calendar #prev{
	padding-top: 10px;
	text-align: left;
}

#wp-calendar #next{
	padding-top: 10px;
	text-align: right;
}



/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	margin-top:50px;
	text-align: center;
	font-size: 90%;
	border-top:1px solid #eee;
}

#fnavi {
text-align:center;
margin-bottom:30px;
}
#fnavi li {
display:inline;
padding-left:10px;
padding-right:5px;
border-left:1px solid #eee;
}
#fnavi li:first-child {
border-left:none;
}
#fnavi .exlink:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff url(images/i_insta_mono.png) 0 0 no-repeat;
	background-size: contain;
	margin-right: 5px;
}

/* 共通
------------------------------------------------------------*/
h1, h2{}
h3{
  font-size: 120%;
}


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

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow:hidden;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow:hidden;
}
.contents_wrap { width:1000px; margin:0 auto; overflow:hidden;}

/* TOPページ
------------------------------------------------------------*/


h2.tit{
position: relative;
display: block;
margin-bottom: 2em;
text-align:center;
color:#2d0000;
}
h2.tit:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#2d0000;
border-radius: 2px;
}
h3.tit {
	padding-bottom: 10px;
	border-bottom:2px solid #2d0000;
}
.top-inner {
	width:1000px;
	margin:0 auto;
}
ul.shop_list_wrap {
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
}
li.shop_list_detail {
    float:left;
	padding:0 !important;
	margin:0 20px 0 0 !important;
    width:313px;
	list-style:none !important;
}
li.shop_list_detail:last-child {
	margin-right:0 !important;
}
li.shop_list_detail dl dt { text-align:center;}
li.shop_list_detail dl dd.add { font-size:12px; text-align:center;}
li.shop_list_detail dl dd.tel {
	font-size:32px;
	text-align:center;
	font-weight:bold;
}

.news_area {
	background: url(images/bg_news.jpg) repeat;
	padding:40px 0;
	margin:40px 0;
}
.news-list {
    overflow: hidden;
	width:1000px;
	margin:0 auto 40px;
}
.news-list dl {
	border-bottom: 1px dotted #ccc;
	overflow:hidden;
}
.news-list dt {
    padding: 20px 0;
	float:left;
	width:25%;
}
.news-list dd {
    padding: 20px 0;
	float:left;
}

/* ページ・投稿
------------------------------------------------------------*/
#singleImg{
	text-align: center;
	margin-bottom: 40px;
}

#singleImg img{
	width: 100%;
	height: auto;
}

.header{
	width: 60%;
	margin: 0 auto;
	background: url(images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

.header h1{
	padding: 10px;
}

.header h1 span{
	display: inline-block;
	background: #fff;
	padding: 0 80px;
}

section header h1{
	text-align: center;
	font-size: 120%;
	margin-bottom: 30px;
}

.entry-footer{
	clear: both;
	padding-top: 30px;
	font-size: 80%;
	text-align: right;
}

.entry-footer span{
	padding-right: 10px;
}

.page-contents { float:left; width:70%;}
#side { float:right; width:25%;}
/* アーカイブ
------------------------------------------------------------*/
.col3 .thumb{
	text-align: center;
	margin-bottom: 15px;
}

.col3 .thumb img{
	width: 100%;
	height: auto;
}

.col3 h3{
	margin-bottom: 10px;
  line-height: 1.5;
}

.date{
	margin-top: 10px;
	font-size: 80%;
}



/* タイポグラフィ
------------------------------------------------------------*/
.post p{
	margin-bottom: 30px;
}

.post ul{
	margin: 0 0 10px 20px;
}

.post ul li{
	margin-bottom: 5px;
	padding-left: 5px;
	list-style: disc;
}

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

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

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6{
	clear: both;
	margin-bottom: 30px;
	padding: 20px 0 0;
	font-size: 100%;
}

.post h1{
	font-size: 120%;
}


.post h2{
position: relative;
display: block;
margin-bottom: 3em;
text-align:center;
font-size:24px;
color:#2d0000;
}
.post h2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #2d0000;
border-radius: 2px;
}


.post h3{
	padding-bottom: 10px;
	border-bottom:2px solid #2d0000;
	font-size:120%;
	color:#2d0000;
}

.post blockquote{
  clear: both;
	margin: 10px 0 30px;
	padding: 0 0 0 20px;
	border-left: 2px solid #bababa;
}
 
.post blockquote p{
	margin: 0;
}

.post table{
	margin:10px 0 20px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #bababa solid;
	width:100%;
}

.post table th{
  padding: 7px 10px 7px 5px;
	border: #bababa solid;
	border-width:0 0 1px 1px;
	font-weight: bold;
	color: #2d0000;
	background: #ccc;
}

.post table td{
	padding: 7px 5px;
	border: 1px #bababa solid;
	border-width: 0 0 1px 1px;
	}

.post dt{
	font-weight: bold;
}

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

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

.alignright, .alignleft{
	float:right;
	margin: 5px 0 15px 7px;
	display: inline;
}

.alignleft{
	float: left;
	margin: 5px 15px 2px 0;
}

.clear{
	clear: both;
}

.imgFull{
	width: 100% !important;
	height: auto;
}




/* ページナビ
------------------------------------------------------------*/
.pagination, #pageLinks{
	clear: both;
	padding-top: 30px;
	text-align: center;
}

.pagination li{
	display: inline-block;
	margin: 0 5px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
}


#pageLinks span{
	padding: 0 5px;
}

/* サイドカラム
------------------------------------------------------------*/
#side h3 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #2d0000;
	margin-bottom:20px;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	アクセス
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.dl_access dt {
  clear: left;
  float: left;
  margin-bottom: 5px;
  border-left: solid 3px #2d0000;
  padding-left: 10px;
}

.dl_access dd {
  margin-bottom: 20px;
  margin-left: 100px;
}

.salooninfo {}
.saloonph {float:left; width:230px;}
.saloondata {float:right; width:440px;}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	スタッフ紹介
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.staff_box { overflow:hidden;}
.staff_box .ph {
    float: left;
	width:180px;
}
.staff_box .profile {
	float:right;
	width:490px;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:15px;
	}	
  a#menu{
		display:none;
	}
	.panel{
		display:block !important;
		padding-bottom: 50px;
	}
	#mainnav li{
		display: inline-block;
		position: relative;
		padding: 0 30px;
		font-size: 20px;
		font-weight:bold;
		color:#2d0000;
	}
	#mainnav li a{
		display: block;
	}
	#mainnav li ul{
		display: none;
	}	
	#mainnav li:hover ul{
  	display: block;
		position: absolute;
		top: 25px;
		left: 0;
		z-index: 500;
		background: rgba(255,255,255,.8)
	}
	#mainnav li li{
		padding: 10px;
		line-height: 1.5;
		border-bottom: 1px solid #fff;
		text-align: left;
	}
  #footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 981px){
	.col3{
		width: 1000px;
		margin: 0 auto;
	}

	.col3 > li{
		display: inline-block;
		width: 30%;
		padding: 0 1%;
		margin-bottom: 50px;
		vertical-align: top;
		text-align: left;
	}
}


@media only screen and (max-width: 980px){
	.col3 > li{
		width: 80%;
		margin: 0 auto 30px;
	}
	.header{
		width: 80%;
		margin-bottom: 30px;
	}
	.header h1 span{
  		padding: 0 15px;
	}
	.header_insta {
		top: 10px;
		margin-left: 0;
	}
	p.des { display:none;}
	#mainImg img{
		margin-bottom: 0;
	}
	.innerS{
		width: 80%;
		padding-bottom: 30px;
	}
}


@media only screen and (max-width: 799px){
	#header{
		width: 100%;
		z-index: 500;
	}	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}	
	#logo{
		padding-top: 10px;
	}	
	#logo img{
		max-height: 45px;
		width: auto !important;
		transform: scale(1);
	}
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}
	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}
	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}
	#mainnav ul{
		background: #fff;
		text-align: left;
	}
	#mainnav ul ul li{
		padding-left: 20px;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}	
	#mainnav li.menu-item-has-children a{
		border-bottom: 0;
	}
	#mainnav li.menu-item-has-children{
		border-bottom: 1px solid #ccc;
	}	
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 70px;
		z-index: -100;
	}
	section{
		padding-top: 0px;
	}
	section#toppage{
		padding-top: 30px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	.alignright, .alignleft{
	  float: none;
		display: block;
		margin: 10px auto;	
	}
	.top-inner {
	width:90%;
	margin:0 auto;
	}
	li.shop_list_detail {
    float:none;
	padding:0 !important;
	margin:0 0 30px 0!important;
    width:100%;
	list-style:none !important;
	}
	.news-list {
    overflow: hidden;
	width:90%;
	margin:0 auto 40px;
	}
	.news-list dt {
    padding:0;
	float:none;
	width:100%;
	}
	.news-list dd {
    padding: 10px 0;
	float:none;
	}
	.contents_wrap { width:90%; margin:0 auto; overflow:hidden;}
	.page-contents { float:none; width:100%;}
	#side { float:none; width:100%;}
	
	.staff_box .ph {
    float:none;
	width:180px;
	margin:0 auto;
	}
	.staff_box .profile {
	float:none;
	width:100%;
	}
	.salooninfo {}
	.saloonph {float:none; width:230px; margin:0 auto 20px;}
	.saloondata {float:none; width:100%;}
	
}

/* image-style
----------------------------------------------------------- */

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

img.border {
	border: 1px solid #ddd;
	padding: 4px;
}
img.frame {
	border: 5px solid #fff;
	box-shadow: 0px 1px 4px #999;
	-moz-box-shadow: 0px 1px 4px #999;
	-webkit-box-shadow: 0px 1px 4px #999;
}
img.aligncenter,img.center {
	display: block; 
	margin: auto;   
}
img.alignright {
	float: right;
	margin: 0 0 10px 15px;
	display: inline-block;
}
img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	display: inline-block;
}

/* text-style
----------------------------------------------- */
.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.color-red {
	color: #dd0000;
}
.fs12 {
	font-size: 12px;
}
.fs11 {
	font-size: 11px;
	display: block;
	line-height: 1.6em;
}
.fs10 {
	font-size: 10px;
}
.font-en {
	font-family:"Times New Roman", serif;
	font-size: large;
}

.lineheight2{
  line-height: 2.0;
}
/* btn-style
----------------------------------------------- */
.button01{
     display:block;
     width: 150px;
     height:40px;
     line-height: 40px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #f39800; /*ボタン色*/
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
	 margin:0 auto;
}
.button01:hover{
     background-color: #f9c500; /*ボタン色*/
}

/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MB0 { margin-bottom: 0px !important; }
.MB5 { margin-bottom: 5px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }

.MR0 { margin-right: 0 !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }

.ML10 { margin-left: 0 !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML100 { margin-left: 100px !important; }

.MRL-20 { margin-left: -20px !important;margin-right: -20px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }

.fr { float:right }
@media only screen and (max-width: 799px){
	.fr { float:none; }
	.ctr { display:block; margin:0 auto;}
}

/* スタッフ紹介 181106 */
.pct {
  font-size: .8em;
  background-color: #fff;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 5px;
  margin: 0 3px;
}
.pct.kita { background-color: #7fb0ff; }
.pct.mimomi { background-color: #f07a91; }
.pct.yachiyo { background-color: #86d46a; }

.area_example {
  border: 1px solid  #ccc;
  padding: 10px 0 0;
  margin-bottom: 40px;
  color: #666;
}

ul.area_example_list li {
  list-style: none;
  margin: 0 20px 0 0;
  display: inline-block;
}
ul.area_example_list p {
  display: inline-block;
  line-height: 12px;
  margin: 10px 0;
}

.box_profile {
  width: 45%;
  display: inline-block;
  margin: 2.5% 2%;
  vertical-align: top;
}
.box_profile .prf_img {
  width: 80%;
  margin: 10px 10% 5px;
  border-radius: 3px;
}
.box_profile .prf_name {
  text-align: center;
  font-size: 1.2em;
  color: #2d0000;
  letter-spacing: 3px;
}
.box_profile .prf_ruby {
  color: #999;
  display: block;
  font-size: .7em;
  margin: -3px 0 10px;
}
.box_profile .prf_shop {
  text-align: center;
}
.box_profile p {
  margin-top: 20px;
  border-top: 1px solid  #2d0000;
  padding: 15px 5px 5px;
}
.prf_img + p{display: none;}

@media only screen and (max-width: 799px) {
  .box_profile {
    width: 90%;
    float: none;
    margin: 5%;
  }
  .box_profile .prf_img {
    width: 50%;
    margin: 10px 25% 5px;
  }
}