/* ===============================================
	common
=============================================== */
/*@import url(https://fonts.googleapis.com/css?family=Cantarell:400,700);*/
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);
body {
    margin: 0 auto;
	font-size: 100%;
	color:#333;
	font-family: 'Playfair Display' /*'Cantarell'*/, "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	background:url(../img/common/bg.jpg) repeat;
}
#container {
    margin: 0 auto;
	position:relative;
	overflow:hidden;
}
a {
	color:#9E8338;
	text-decoration:none;
}
a:hover {
	color:#9E8338;
	text-decoration:none;
}
.clear{
	clear:both;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.pc{
	display: block !important;
}
.sp{
	display: none !important;
}
@media screen and (max-width:840px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
}
/* ===============================================
	
=============================================== */
body{
	display:none;
	background:#f7f7f7;
}
#wrapper{
	display:none;
	border: 30px solid #f7f7f7;
    border-bottom: none;
	border-top: none;
	max-width:1300px;
	margin:0 auto;
}

/*************************************************************** nav setting **************/
.global_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
	background:#f7f7f7;
	max-width:1300px;
	margin:0 auto;
}
.global_nav .site_id {
	float:left;
	width:150px;
	height:70px;
	margin-left:30px;
	position:relative;
	z-index:90;
}
.global_nav .site_id a{
	display:block;
	padding:20.7px 0;
}
.global_nav .site_id .commonlogo{
	width:140px;
}

.global_nav .nav_main{
	text-align:right;
	width:80%;
	float:right;
	padding-right:30px;
}
@media screen and (min-width:1300px) {
.global_nav {
    left: 50%;
	margin-left:-650px;
}
}
@media screen and (min-width:1360px) {
.global_nav .site_id {
	margin-left:0px;
}
.global_nav .nav_main{
	padding-right:0px;
}
}

.global_nav .nav_main li{
	display:inline-block;
}
.global_nav .nav_main li a{
	text-align: center;
    display: block;
    width: 150px;
    font-size: 15px;
    text-decoration: none;
    line-height: 70px;
	height:70px;
    color: #9E8338;
    position: relative;
}
.global_nav .nav_main li a:hover{
}
.global_nav .nav_main li a.active{
	color:#ADB630;
}
.global_nav .nav_main li:first-child a:before {
    content: none
}
.global_nav .nav_main li a:before {
    content: '/';
    position: absolute;
    left: -5px;
    top: 0;
    font-weight: normal;
	color: #9E8338;
}
.global_nav .nav_main li a span.en{
	letter-spacing:1.5px;
}
.global_nav .nav_main li a span.ja{
	letter-spacing:0px;
	font-size: 14px;
}
.global_nav .nav_main li a span.en{ display:inline; }
.global_nav .nav_main li a:hover span.en{ display:none; }
.global_nav .nav_main li a span.ja{ display:none; }
.global_nav .nav_main li a:hover span.ja{ display:inline; }

@media screen and (max-width:1150px) {
.global_nav .nav_main{
	width:78%;
}
.global_nav .nav_main li a{
    width: 120px;
    font-size: 14px;
}
.global_nav .nav_main li a span.ja{
	font-size: 12px;
}
}

@media screen and (max-width:960px) {
.global_nav .nav_main{
	width:74%;
}
.global_nav .nav_main li a{
    width: 100px;
    font-size: 13px;
}
.global_nav .nav_main li a span.ja{
	font-size: 11px;
}
}

.global_nav .nav_burgur{
	display:none;
}
.overlay {
	display:none;
}
@media screen and (max-width:840px) {
#wrapper{
	border: 14px solid #f7f7f7;
	border-top:none;
}
.global_nav .site_id {
    width: 150px;
    height: 50px;
    margin-left: 14px;
}
.global_nav .site_id a {
    padding: 14px 0;
}
.global_nav .site_id .commonlogo {
    width: 100px;
}
.global_nav .nav_main{
	display:none;
}
.global_nav .nav_burgur{
	display:block;
	position:relative;
	text-align:right;
	padding-right:14px;
	padding-top:12px;
}
.btn-open,
.btn-open span,
.btn-close,
.btn-close span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.btn-open,
.btn-close {
	position: relative;
	width: 30px;
	height: 26px;
	z-index:1000;
}
.btn-open span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #9E8338;
	border-radius: 4px;
}
.btn-close span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 4px;
}
.btn-open span:nth-of-type(1) {
	top: 0;
}
.btn-open span:nth-of-type(2) {
	top: 11px;
}
.btn-open span:nth-of-type(3) {
	bottom: 0;
}

.btn-close span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
	top: 0;
}
.btn-close span:nth-of-type(2) {
	opacity: 0;
}
.btn-close span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
	bottom: 0;
}

.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.overlayinr {
	display:table;
	width:100%;
	height:100%;
}
.overlay .nav_sp{
	color:#FFF;
	text-align:center;
	z-index: 100;
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.overlay .nav_sp li a{
	padding:25px;
	display:block;
	color:#FFF;
}
.overlay .nav_sp li a.active{
	color:#777;
}
.overlay .nav_sp li a span.en{
	letter-spacing:1.5px;
}
.overlay .nav_sp li a span.ja{
	letter-spacing:0px;
	font-size: 14px;
}
.overlay .nav_sp li a span.en{ display:inline; }
.overlay .nav_sp li a:hover span.en{ display:inline; }
.overlay .nav_sp li a span.ja{ display:none; }
.overlay .nav_sp li a:hover span.ja{ display:none; }
}
/********************* nav setting end **************/


/*************************************************************** slider setting **************/
.bx-wrapper {
    position: relative;
    margin: 0 auto 0px !important;
    padding: 0;
	/*padding-left:150px;*/
}
.fullslider{
}
.fullslider .bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
	background:url(../img/common/bg.jpg) repeat;
}
#slider li {
	height: 100vh;
	background: center / cover no-repeat;
	/*
	background-attachment: fixed;
	position: relative;
	*/
	
}
li.slide01{background-image:url(../img/slide01.jpg) !important;}
li.slide02{background-image:url(../img/slide02.jpg) !important;}
li.slide03{background-image:url(../img/slide03.jpg) !important;}
li.slide04{background-image:url(../img/slide04.jpg) !important;}
@media screen and (max-width:840px) {
li.slide01{background-image:url(../img/slide01_sp.jpg) !important;}
li.slide02{background-image:url(../img/slide02_sp.jpg) !important;}
li.slide03{background-image:url(../img/slide03_sp.jpg) !important;}
li.slide04{background-image:url(../img/slide04_sp.jpg) !important;}
}
#slider li .inr{
	position: fixed;
    width: 100%;
    height: 100%;
	top:0;
	left:0;
}
#logo{
	width:500px;
	position:absolute;
	top:48%;
	left:50%;
	margin-left:-250px;
	margin-top:-50px;
}
.fadelogo{
	display:none;
	width:500px;
	position:absolute;
	top:48%;
	left:50%;
	margin-left:-250px;
	margin-top:-50px;
}
.fadelogo2{
	display:none;
	width:200px;
	position:absolute;
	top:58%;
	left:50%;
	margin-left:-100px;
}
@media screen and (max-width:840px) {
#logo{
	width:70%;
	margin-left:-35%;
	top:50%;
	margin-top:-10%;
}
.fadelogo{
	width:70%;
	margin-left:-35%;
	top:50%;
	margin-top:-10%;
}
.fadelogo2{
	display:none;
	width:30%;
	position:absolute;
	bottom:auto;
	top:53%;
	left:50%;
	margin-left:-15%;
}
}

li.slide02 p{
	color:#FFF;
	position:absolute;
	bottom:10%;
	right:10%;
	font-size:36px;
	letter-spacing:4px;
	text-shadow: 0 0 25px #000, 0 0 20px #000, 0 0 0.40px #000;
}
li.slide02 p span{
	display:block;
	font-size:50px;
	margin-bottom:20px;
	border-bottom:1px solid #FFF;
	letter-spacing:10px;
}
li.slide03 p{
	color:#FFF;
	position:absolute;
	bottom:10%;
	left:4%;
	font-size:36px;
	letter-spacing:4px;
	text-shadow: 0 0 25px #000, 0 0 20px #000, 0 0 0.40px #000;
}
li.slide03 p span{
	display:block;
	font-size:50px;
	margin-bottom:20px;
	border-bottom:1px solid #FFF;
	letter-spacing:10px;
}
@media screen and (max-width:1150px) {
li.slide02 p{
	font-size:26px;
}
li.slide02 p span{
	font-size:40px;
}
li.slide03 p{
	font-size:26px;
}
li.slide03 p span{
	font-size:40px;
}
}
@media screen and (max-width:840px) {
li.slide02 p{
	font-size:16px;
	bottom:20%;
	right:10%;
}
li.slide02 p span{
	font-size:30px;
}
li.slide03 p{
	font-size:16px;
	bottom:20%;
	left:4%;
	letter-spacing:2px;
}
li.slide03 p span{
	font-size:30px;
}
}
/********************* slider setting END**************/




/*************************************************************** contents setting **************/
.contents{
	color:#9E8338;
	padding:80px 0;
	margin-top:-30px;
	position:relative;
	z-index:10;
	background:url(../img/common/bg.jpg) repeat;
}
.contentsinr{
    padding: 0 50px 0 ;
	margin:0 auto;
}

.contentsinr h2{
	color:#ADB630;
	text-align:center;
	font-size:30px;
	letter-spacing:10px;
	background:url(../img/wood.png) no-repeat top center;
	background-size:30px auto;
	padding-top:40px;
	margin-bottom:35px;
}
.contentsinr h2.coty{
	margin-top:50px;
}
.contentsinr h2 span{
	padding-left:5px;
}

.contentsinr #about{
	margin-bottom:80px;
}
.contentsinr #insta iframe{
}
.contentsinr #about p{
	text-align:center;
	font-size:110%;
	letter-spacing:5px;
}
.contentsinr #about p span{
	display:block;
}

.snapwidget-widget{
	width:100% !important;
}

/*********************** 下層 *********/
.mds{
	margin-top:70px;
	position:relative;
	color:#FFFFFF;
}
.mds img{
	width:100%;
}
.mds h2{
	position:absolute;
	top:50%;
	left:0;
	color:#FFF;
	text-align:center;
	width:100%;
	font-size:250%;
	letter-spacing:18px;
	text-indent:18px;
	margin-top:-0.9em;
}
.mds h2 span{
	display:block;
	font-size:15px;
	letter-spacing:5px;
}

.underinr{
    padding: 0 50px 0px 50px;
	margin:-30px auto 0;
}
.underinr .ct2 table{
	width: 100%;
	font-size:86%;
}
.underinr .ct2 table th,
.underinr .ct2 table td{
	border-right:#9E8338 1px solid;
	border-bottom:#9E8338 1px solid;
	padding:3px 10px;
}
.underinr .ct2 table .top th,
.underinr .ct2 table .top td{
	border-top:#9E8338 1px solid;
}
.underinr .ct2 table th{
	border-left:#9E8338 1px solid;
	text-align:center;
	width:30%;
	font-size:120%;
	background-color:#9E8338;
	color:#FFFFFF;
	border-bottom:#FFFFFF 1px solid;
}
.underinr .ct2 table td span.price{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	letter-spacing:2px;
}
.underinr .ct2 table tr:nth-child(even) { background-color:#FAF9F5; }



/********************************************************************* 製品ページ *********/
#products{
}
#products img{
	max-width:100%;
}
#products h3{
	color: #ADB630;
    font-size: 30px;
    letter-spacing: 10px;
	background: url(../img/wood.png) no-repeat top left;
    background-size: 30px auto;
	padding-left:50px;
	margin-bottom:25px;
}
#products p{
	margin-top:25px
}
#products p span{
	display:block;
	font-weight:bold;
	letter-spacing:3px;
	font-size:20px;
}
#products .prod01{
	margin-bottom:50px;
}
/*
#products .prod02{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding-right:14px;
}
*/
#products .prod02{
	width:100%;
	box-sizing:border-box;
	padding-right:0px;
}
#products .prod02 > img{
    width: 50%;
}
#products .prod03{
	width:50%;
	float:right;
	box-sizing:border-box;
	padding-left:14px;
}
@media screen and (max-width:840px) {
#products h3{
    font-size: 20px;
    letter-spacing: 5px;
	background: url(../img/wood.png) no-repeat top left;
    background-size: 20px auto;
	padding-left:30px;
	margin-bottom:10px;
}
#products p{
	margin-top:10px;
	font-size:14px;
}
#products p span{
	letter-spacing:3px;
	font-size:16px;
	margin-bottom:8px;
}
#products .prod01{
	margin-bottom:20px;
}
#products .prod02{
	width:100%;
	float:none;
	box-sizing:border-box;
	padding-right:0px;
	margin-bottom:20px;
}
#products .prod02 > img{
    width: 100%;
}
#products .prod03{
	width:100%;
	float:none;
	box-sizing:border-box;
	padding-left:0px;
}
}
/********************************************************************* 製品ページ END *********/


/********************************************************************* スタイリストページ *********/
#stylists ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
#stylists ul li{
	margin-bottom:0px;
}
#stylists ul li div{
	display:inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	vertical-align:top;
	width:50%;
}
#stylists ul li div.pic{
}
#stylists ul li div.pic img{
	max-width:100%;
}
#stylists ul li div.prof h3{
	font-size:30px;
	letter-spacing:4px;
	line-height:100%;
	padding-left:50px;
	padding-top:50px;
}
#stylists ul li div.prof h3 span{
	display:block;
	font-size:20px;
	color:#ADB630;
}
#stylists ul li div.prof table{
	padding:20px 50px 0 50px;
	width:100%;
}
#stylists ul li div.prof th{
	padding:7px 0;
	width:110px;
	border-bottom:1px solid #9E8338;
	vertical-align:top;
}
#stylists ul li div.prof td{
	padding:7px 0;
	border-bottom:1px solid #9E8338;
	vertical-align:top;
}
@media screen and (max-width:1000px) {
#stylists ul li div.prof h3{
	padding-left:20px;
	padding-top:20px;
}
#stylists ul li div.prof table{
	padding:10px 20px 0 20px;
}
#stylists ul li div.prof th{
	padding:0px 0;
}
#stylists ul li div.prof td{
	padding:0px 0;
}
}
@media screen and (max-width:840px) {
#stylists ul li{
	margin-bottom:50px;
}
#stylists ul li div{
	display:block;
	width:100%;
}
#stylists ul li div.prof h3{
	padding-left:0px;
	padding-top:20px;
	font-size:20px;
}
#stylists ul li div.prof h3 span{
	font-size:16px;
}
#stylists ul li div.prof table{
	padding:10px 0px 0 0px;
	font-size:14px;
}
#stylists ul li div.prof th{
	width:90px;
}
#stylists ul li div.prof th,
#stylists ul li div.prof td{
	padding:10px 0
}
}
/********************************************************************* スタイリストページ END *********/


/********************************************************************* アクセスページ *********/
#access p.shopdata{
}
#access p.shopdata span{
	display:block;
	font-size:120%;
}
#access table{
	width:100%;
	margin:25px 0;
}
#access table th,
#access table td{
	vertical-align:top;
	line-height:150%;
	padding:5px 0;
}
#access table th{
	width:20%;
}
.gmap iframe{
pointer-events: none;
}
/********************************************************************* アクセスページ END*********/

/********************************************************************* 採用情報ページ *********/
#recruit h3{
	font-size: 27px;
	text-align:center;
	border:1px solid #9E8338;
	padding:10px 0;
	line-height:150%;
	margin:0 auto 20px;
}
#recruit h3 span{
	display:block;
}
#recruit p{
	text-align:center;
}
#recruit a{
	text-decoration:underline;
}
@media screen and (max-width:840px) {
#recruit h3{
	font-size: 23px;
}
#recruit p{
	margin-bottom:30px;
	font-size:14px;
}
}
/********************************************************************* 採用情報ページ END *********/


#footer{
	background:#f7f7f7;
	color:#9E8338;
	padding:50px 50px 50px;
	letter-spacing:1px;
}
#footer a{
	color:#9E8338;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .half{
	width:49%;
	display:inline-block;
	vertical-align:top;
	border-right:1px solid #AAA;
}
#footer .right{
	border-right:none;
}
#footer .shop{
	padding-right:20px;
}
#footer .shop .name{
	font-size:19px;
	display:block;
}
#footer .shop .kinshi{
	display:block;
	margin-top:15px;
	font-size:12px;
	letter-spacing:0px;
	color:#AAA;
}

#footer .half ul{
	padding-left:50px;
}
#footer .half ul li{
	display:inline-block;
	width:49%;
	vertical-align:top;
}

.copy{
	font-size:12px;
	letter-spacing:0px;
	color:#AAA;
}

.sp{
	display:none !important;
}
@media screen and (max-width:840px) {
.sp{display:block !important;}
.pc{display:none !important;}


.contentsinr h2{
	font-size:23px;
	padding-top:40px;
	margin-bottom:15px;
}
.contents {
    padding: 0px;
	margin-top: -14px;
}
.contentsinr #about{
	margin-top:25px;
	margin-bottom:30px;
}
.contentsinr{
    padding:14px;
}
.contentsinr #about p{
	text-align:left;
	font-size:14px;
	letter-spacing:1px;
}
.contentsinr #about p span{
	display:inline;
}

#footer{
	background:#f7f7f7;
	color:#9E8338;
	padding:10px;
	letter-spacing:1px;
	font-size:14px;
}
#footer .half{
	width:100%;
	border-right:none;
}
#footer .right{
	display:none;
}

/*************** 下層 ********/
.mds {
    margin-top: 50px;
}
.mds h2{
	position:absolute;
	font-size:150%;
}
.mds h2 span{
	font-size:13px;
}
.underinr{
    padding:14px;
	margin:0px auto 0;
}

.underinr .ct2 table th {
    width: 25%;
    font-size: 100%;
}
.underinr .ct2 table td {
	font-size:12px;
	font-weight:bold;
}
.underinr .ct2 table td span.price{
	font-size:10px;
}


#access p.shopdata span{
	font-size:16px;
}
#access table{
	font-size:14px;
}
#access table th,
#access table td{
	padding:5px 0;
}
#access table th{
	width:30%;
}
}