
/* 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;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
body{
	font: 14px/1.9 'Vollkorn', serif, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
.jafont {
	font-family: 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}
.bggray {
	background: #e1e1e1;
	padding: 2px;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover, .active{
  text-decoration: underline;
}
a:active, a:focus,input:active, input:focus{outline:0;}

/**** humberger  ****/
#cover {
	background: #fff;
	opacity: 0.6;
	width: 100%;
	height: 800%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 501;
	display: none;
}
#menu {
	z-index: 600;
	position: fixed;
	top: 0;
	right: -230px;
	color: #fff;
	background: #000;
	padding: 10px;
	box-sizing: border-box;
	width: 230px;
	height: 100%;
	transition: .4s;
}
#menuWrap {
	padding-top: 20px;
}
/* #menuWrap li a:link,a:visited{
	color: #fff;
}               555と795に書き直し*/
#menuWrap li {
	border-bottom: 1px solid #3c3c3c;
	font-size: 16px;
}
#show, #hide {
	float: right;
	cursor: pointer;
	display: none;
}
body.menu-open {
	overflow-y: hidden;
}
body.menu-open #cover {
	display: block;
}
body.menu-open #menu {
	right: 0;
}

/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}
#headerSp{
	text-align: center;
}
#logo {
	width: 100%;
	padding-top:30px;
}
.clear {
  overflow: hidden;
}
.pcImg {
	display: none;
}
#main {
	display: none;
}
#mainnav a{
	color: #000;
}
#mainImg{
  width: 100%;
  height: 380px;
	overflow: hidden;
}
/* slide show */
.photo-show {
    position: relative;
}
.photo-show img {
    animation: show 24s infinite;
    -webkit-animation: show 24s infinite;
    opacity: 0;
    position: absolute;
		left:0;
		top:0;
}
/*アニメーション*/
@keyframes show {
	0% { opacity: 0}
	12% { opacity: 1}
	25% { opacity: 1}
	37% { opacity: 0}
	100% { opacity: 0}
 }
@-webkit-keyframes show {
	0% { opacity: 0}
	12% { opacity: 1}
	25% { opacity: 1}
	37% { opacity: 0}
	100% { opacity: 0}
 }
/*各画像のアニメーションの開始時間をずらす*/
.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.photo-show img:nth-of-type(2) {
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
}
.photo-show img:nth-of-type(3) {
    animation-delay: 16s;
    -webkit-animation-delay: 16s;
}

/* フッター
------------------------------------------------------------*/
#footer{
	position: relative;
	background: #2d2d2d;
	clear: both;
	padding: 60px 10px 50px;
	text-align: center;
	font-size: 12px;
}
#footer table {
	margin: 0 auto;
}
#footer td {
padding: 10px 10px;
}
#footer p {
	color: #fff;
	padding-top: 40px;
}
#footer i {
	color: #fff;
}
/* 共通
------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
}
section{
	clear:both;
	padding-top: 60px;
	padding-bottom: 60px;
}
section h2{
	width: 70%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}
section h2 span {
	background: #fff;
	padding: 0 80px;
}
section h2 span.gray {
	background: #FAFAFA;
	padding: 0 20px;
}

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

.innerSlider {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 0px;
}
.innerInsta{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 0px;
}
.innerS{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 0px;
}
.innerM{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 0px;
}
.innerM2{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 0px;
}
.ctn {
	width: 300px;
	margin: 16px auto;
	text-align: center;
	display: block;
}

.ctn .text3 {
	text-align: left;
	display: inline-block;
}

.innerPrice {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.innerRecruit {
	width: 98%;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* SEC01 News
------------------------------------------------------------*/
#topics_list {
	font-size: 14px;
	line-height: 44px;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ;
}
.date {
	float: left;
	width: 15%;
	border-top: 1px solid #e8e8e8;
}
.date a {
	color: #999;
}
.text {
	float: left;
	width: 85%;
	border-top: 1px solid #e8e8e8;
}
.text:last-child {
	border-bottom: 1px solid #e8e8e8;
}
.date:nth-child(9) {
	border-bottom: 1px solid #e8e8e8;
}


/* SEC02 Salon Info
------------------------------------------------------------*/
#salonPhoto {
	float: left;
	width: 40%;
	padding:  0 5%;
}
#salonInfo {
	float: right;
	width: 45%;
	padding-right: 5%;
}
#salonInfo h1 a {
	font-size: 18px;
	text-decoration: underline;
	color: #2d2d2d;
}
#salonInfo img {
	border: 5px solid gray;
}
#pWrap {
	padding: 0px 10px;
}
#pWrap li {
	padding-bottom: 5px;
}
#infopad td {
	padding: 1px 5px 1px 0px;
}

/* SEC03 Insta
------------------------------------------------------------*/
#sec03 {
	background: #fafafa;
}
.innerInsta {
	width: 94%;
}
#instafeed {
	width: 100%;
	text-align: center;
}

/* SEC11 message
------------------------------------------------------------*/

.innerM p{
	text-align: center;
}

/* SEC11_02 Roy
------------------------------------------------------------*/
#sec11_02{
	background: url(../images/bgSec11.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 100px 20px;
}

#sec11_02 img{
	width: auto;
}

#sec11_03{
	text-align: center;
}
#sec11_03 img{
	width: 60%;
}

/* SEC Style
------------------------------------------------------------*/
#gallery_wrap_sp {
	display: none;
}
#gallery_wrap {
	width:80%;
	margin: 0 auto;
}
#gallery_wrap ul {
	text-align: center;
}
#gallery_list li{
	width:20%;
	display: inline-block;
	padding:10px 2% 0 0;
}
#gallery_list a.photolight {
	overflow:hidden;
	display:block;
}

/*---------------------------------
	      Pager style
---------------------------------*/
.pager_link{
	text-align:right;
	padding:10px;
}
/*ページャーボタン*/
.pager_link a {
    border: 1px solid #aaa;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページ、オーバーボタン*/
.pager_link a.current,.pager_link a:hover{
    background: #999;
    color: #FFFFFF;
}
.overPagerPattern{
	padding:0 2px ;
}

/* SEC-SalonPrice
------------------------------------------------------------*/
.innerPrice h4 {
	font-size: 16px;
	padding-bottom: 10px;
}
.col01 {
	float: left;
	width: 40%;
	padding: 0px 5%;
}
.col02 {
	float: left;
	width: 40%;
	padding: 0px 5%;
}
.col02b {
	float: left;
	width: 100%;
	padding: 0px 5%;
}

.priceMenu li {
    line-height: 3;
    font-size: 14px;
}
span.yen {
    float: right;
    font-size: 14px;
}
.hosoku li {
    font-size: 14px;
    color: #847874;
    line-height: 1.8;
}
.hosoku li::before {
    content: "※";
    margin-right: 3px;
}
.nameBold2 {
font: 16px/1.9 'Vollkorn', serif, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}
/* Recruit
------------------------------------------------------------*/
.rec01 {
	padding: 0px 10%;
}
.rec01 h1 {
	font-size: 16px;
	padding: 5px 0px;
}

.rec01 h4 {
	font-size: 16px;
	padding: 5px 0px;
	color: #696969;
}

/* contact
------------------------------------------------------------*/
.innerContact {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 0px;
}
.innerContact {
	font-size:16px; background:#fff; color: #000;
}
input {
	width: 90%;
	height: 30px;
	font-size:95%;
	padding: 0 5px;
	border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
}
textarea {
	width: 90%;
	height: 150px;
	font-size:90%;
	padding: 5px 0 0 5px;
	border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
}
input[type=submit],input[type=reset] {
	width:10%;
	background: #fff;
	font-size: 13px;
	cursor: pointer;
	box-shadow: 0 2px 0 #c8cacb;
}
form li {
	list-style: none;
	padding: 5px;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
/* Tablet only 設定
------------------------------------------------------------*/
@media  screen and (min-width: 641px) and (max-width: 799px){
	#mainImg {
	width: 100%;
	height: 600px;
}
#header {
	display:none
}
.spaceR {
	padding-top: 30px;
}
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}

	#sec11_02{
		padding: 60px 20px;
		background: #000;
	}
	#sec11_02 img {
		width: 200px;
	}
	#show {
		cursor: pointer;
		padding-right: 10px;
		padding-top: 25px;
		display: block;
	}
	#hide {
		cursor: pointer;
		padding-right: 5px;
		padding-top: 5px;
		display: block;
	}

	#headerSp{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	#reservation {
		float: left;
		width: 20%;
		padding-top: 20px;
	}
	#logo {
		float: left;
		width: 60%;
		padding-top: 10px;
	}
	#showWrap {
		float: left;
		width: 20%;

	}

	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #cccccc;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}
	#menuWrap li a {
		color: #fff;
	}
	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	.photo-show img {
	    position: absolute;
			left:0;
			top:70px;
	}
	.photo-show img:nth-of-type(4) {
	    animation-delay: 0s;
	    -webkit-animation-delay: 0s;
	}

	.photo-show img:nth-of-type(5) {
	    animation-delay: 8s;
	    -webkit-animation-delay: 8s;
	}

	.photo-show img:nth-of-type(6) {
	    animation-delay: 16s;
	    -webkit-animation-delay: 16s;
	}
	.date {
		width: 20%;
	}
	.text {
		width: 80%;
	}
	/* SEC02 Salon Info TB
	------------------------------------------------------------*/
	.innerSlider {
		width: 50%;
	}
	#salonPhoto {
		float: none;
		width: 100%;
		padding: 0;
	}
	#salonInfo {
		float: none;
		width: 100%;
		padding-top:0px;
	}
	#pWrap {
		padding: 10px 10px 10px;
	}
	#maWrap {
		text-align: center;
	}
	/* SEC03 Staff TB
	------------------------------------------------------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	.col3 p {
		padding-top: 5px;
	}
	.nameBold {
		font-size: 14px;
		font-weight: 400;
	}
	/* SEC contact TB
	------------------------------------------------------------*/
	input[type=submit],input[type=reset] {
		width:20%;
		background: #fff;
		font-size: 13px;
	}

}
/* ////Tablet only 設定
------------------------------------------------------------*/

/*   PC  設定
------------------------------------------------------------*/
@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
#hederSp {
	display: none;
}
a#menu{
	display:none;
}
	.pcImg {
		display: inline;
		}
	.spImg {
		display: none;
	}

	.is-fixed {
	background: #fff;
	opacity: 0.9;
	border-bottom: solid 1px #ccc;
  position: fixed;
  top: 0;
  left: 0;
	right: 0;
  z-index: 2;
  width: 100%;
}
	/* #mainImg {
		position: relative;
		z-index: 1;
	} */

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 20px 18px;
		font-size: 14px;
		font-weight: 400;
	}

.webyoyaku a {
	border: 1px solid #000;
	padding: 5px 10px;
}

/* SEC03 Staff
------------------------------------------------------------*/
.col3{
	text-align: center;
}

.col3 li{
	display: inline-block;
	width: 28%;
	padding: 0 2.5% 50px;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
}
.col3 p {
	padding-top: 5px;
}

.nameBold {
	font-size: 16px;
	font-weight: 400;
}

}
@media only screen and (min-width: 1000px){
	.inner{
		width: 1024px;
	}
	#mainImg{
	  width: 100%;
	  height: 480px;
		overflow: hidden;
	}
}
@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
	#mainImg{
	  width: 100%;
	  height: 530px;
		overflow: hidden;
	}
}

/* SmartPhone only 設定
------------------------------------------------------------*/
@media only screen and (max-width: 640px){
#header {
	display:none
}
	#mainImg {
	width: 100%;
	height: 350px;
}
.spaceR {
	padding-top: 70px;
}
	.innerS{
		width: 94%;
		padding-bottom: 0px;
	}
	.innerFull {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#sec11_02{
		padding: 50px 20px;
		background: #000;
	}
	#sec11_02 img {
		width: 150px;
	}
	#show {
		cursor: pointer;
		padding-right: 10px;
		padding-top: 25px;
		display: block;
	}
	#hide {
		cursor: pointer;
		padding-right: 5px;
		padding-top: 5px;
		display: block;
	}
	#headerSp{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	#container{
		z-index: -10;
	}
	#reservation {
		float: left;
		width: 20%;
		padding-top: 18px;
	}
	#logo {
		float: left;
		width: 60%;
		padding-top: 10px;
	}
	#showWrap {
		float: left;
		width: 20%;
	}
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #cccccc;
	}
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}
	#menuWrap li a {
		color: #fff;
	}
	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	.photo-show img {
	    position: absolute;
			left:0;
			top:70px;
	}
	.photo-show img:nth-of-type(4) {
	    animation-delay: 0s;
	    -webkit-animation-delay: 0s;
	}
	.photo-show img:nth-of-type(5) {
	    animation-delay: 8s;
	    -webkit-animation-delay: 8s;
	}
	.photo-show img:nth-of-type(6) {
	    animation-delay: 16s;
	    -webkit-animation-delay: 16s;
	}

	section{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	section h2{
		margin: 0 auto 20px;
		font-size: 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	/* SEC01 News  SP
	------------------------------------------------------------*/
	#topics_list {
		font-size: 13px;
	}
	.date {
		width: 25%;
	}
	.text {
		width: 75%;
	}
	.text:last-child {
		border-bottom: 1px solid #e8e8e8;
	}
	/* SEC01 message  SP
	------------------------------------------------------------*/
	.innerM p{
		text-align: left;
	}
	.innerM{
		width: 80%;
		margin: 0 auto;
		padding-bottom: 0px;
	}

/* SEC02 Salon Info SP
------------------------------------------------------------*/
.innerSlider {
	width: 90%;
}
#salonPhoto {
	float: none;
	width: 100%;
	padding: 0;
}
#salonInfo {
	float: none;
	width: 100%;
	padding-top:0px;
}
#pWrap {
	padding: 10px 2px 10px;
}
#maWrap {
	text-align: center;
}

/* SEC SalonPrice SP
------------------------------------------------------------*/
.col01 {
	float: none;
	width: 90%;
	padding:0px 5% 10px;
}
.col02 {
	float: none;
	width: 90%;
	padding: 0px 5% 10px;
}
.col02b {
	float: none;
	width: 90%;
	padding: 5px 5% 10px;
}
.innerPrice {
	width: 94%;
	margin: 0 auto;
	padding-bottom: 0px;
}
/* SEC insta SP
------------------------------------------------------------*/

.innerInsta {
	width: 94%;
}
#instafeed {
	width: 100%;
	height: 600px;
	text-align: center;
}
.insta-box {
	display: inline-block;
	width: 35%;
	padding: 13px;
}
/* SEC03 Staff SP
--------------------------------------*/
.col3 li{
	line-height: 1.7;
	padding: 0px 30px 0px;
}
.col3 li:last-child{
	line-height: 1.7;
	padding-top: 30px;
}
.col3 p {
	padding-top: 5px;
}
.col3 .img{
	margin-bottom: 20px;
	text-align: center;
}
.nameBold {
	font-size: 16px;
	font-weight: 400;
}
/* SEC Recruit SP
------------------------------------------------------------*/
.rec01 {
	padding: 0px 3%;
}
.rec01  p,h1 {
	font-size: 14px;
}
/* SEC contact SP
------------------------------------------------------------*/
.innerContact {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0px;
}
input[type=submit] ,input[type=reset] {
	width:30%;
	background: #fff;
	font-size: 13px;
}

/* SEC style SP
------------------------------------------------------------*/
#gallery_wrap {
	display: none;
}
#gallery_wrap_sp {
	display: inline;
	width:94%;
	margin: 0 auto;
}
#gallery_wrap_sp ul {
	text-align: center;
}
#gallery_list li{
	width:44%;
	display: inline-block;
	padding:10px 2% 0 2%;
}
#gallery_list a.photo{
	overflow:hidden;
	display:block;
}

/*---------------------------------
	      Pager style
---------------------------------*/
.pager_link{
	text-align:right;
	padding:10px 0;
}
/*ページャーボタン*/
.pager_link a {
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #333;
    font-size: 11px;
    padding: 5px 10px 4px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページ、オーバーボタン*/
.pager_link a.current,.pager_link a:hover{
    background: #999;
    color: #FFFFFF;
}
.overPagerPattern{
	padding:0 2px ;
}
}
