@CHARSET "UTF-8";
/*
Theme Name: TOKOYA barber&shop
Author: 
date: 2015.5
mail: 
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

body {
	margin: 0;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	font-family : Georgia, sans-serif;
	/*color: #231815;*/
	color: #000;
	line-height: 1.5;
	letter-spacing: 1px;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	transition: .5s;
	-webkit-transition: .5s;
}
a:hover {
	color: #7d0000 !important;
}
/*
a img:hover{
	opacity: .8;
	filter: alpha(opacity=80);	
}
*/
h1{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px;
}
h2,h3{
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 15px;
}
h4,h5,h6{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px;
}

p{
	margin-bottom: 20px;
}

.font_mincyo{
	font-family: "Georgia","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
}





/* =Basic structure
-------------------------------------------------------------- */

.wrapper{
	width: 980px;
	margin: 0 auto;
}

#main{
	/*box-shadow:0 -5px 10px -5px rgba(0,0,0,.5);*/
	position: relative;
	z-index: 10;
	padding: 100px 0;
}
/*
#main h1{
	text-align:  center;
	font-size: 30px;
	font-style: italic;
	margin: 50px 0;
}
*/
#main a,
#site_footer a{
	border-bottom: #7d0000 dashed 1px;
}




/* sns */
.sns_btn{
	position: relative;
	height: 30px;
}
.sns_btn span{
	position: absolute;
	top: 0;
	display: inline-block;
}
.sns_btn span.fb{
	right: 70px;
	width: 100px;
}
.sns_btn span.tw{
	right: 180px;
}
.sns_btn span.google1{
	right: 0;
	width: 60px;
}







/* =Header
-------------------------------------------------------------- */

#site-header{
	position: relative;
	box-shadow:0 2px 10px rgba(0,0,0,.3);
	z-index: 99;
}
#header_logo{
	padding: 120px 0 70px;
	text-align: center;
	background: url('images/header/logo_line.png') left 185px repeat-x;
}
#header_logo img{
	padding-bottom: 10px;
}


#main_navigation{
	width: 1000px;
}
#main_navigation ul li{
	float: left;
	margin-right: 20px;
}
#main_navigation ul li a{
	display: block;
	font-size: 15px;
	letter-spacing: 2px;
	width: 150px;
	text-align: center;
	padding-bottom: 20px;
}


#fixed_navi{
	position: fixed;
	top: -80px;
	left: 0;
	z-index: 9999;
	box-shadow:0 2px 10px rgba(0,0,0,.3);
	width: 100%;
	height: 54px;
	background: #fff;
	padding: 10px 0;
}
#fixed_navi img{
	width: 150px;
}
#fix_logo{
	float: left;
	margin-left: 10px;
}
#fixed_navi ul{
	margin: 30px 0 0;
	text-align: right;
}
#fixed_navi ul li{
	display: inline-block;
	margin-left: 35px;
}




/* =Front
-------------------------------------------------------------- */

#main_slide{
	height: 520px;
}
#main_slide .slides li{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 520px;
}
#main_slide .slides li#main_slide01{
	background-image: url('images/main_slide/slide1.jpg');
}
#main_slide .slides li#main_slide02{
	background-image: url('images/main_slide/slide2.jpg');
}
#main_slide .slides li#main_slide03{
	background-image: url('images/main_slide/slide3.jpg');
}
#front_content{
	margin-bottom: 250px;
	position: relative;
}
#front_content h1{
	position: absolute;
	bottom: -150px;
	left: 50%;
	margin-left: -120px;
	margin-bottom: 0;
	text-align:  center;
	font-size: 20px;
	font-style: italic;
}
#front_content h2{
	text-align:  center;
	font-size: 35px;
	font-style: italic;
	margin: 0 0 30px;	
}
#front_content p{
	text-align:  center;
	font-style: italic;
}

#front_bnr{
	margin-bottom: 100px;
}
#front_bnr li{
	float: left;
	margin: 0 20px 20px;
	width: 200px;
	height: 200px;
	position: relative;
	box-shadow: 1px 1px 2px 1px #aaa;
	transition: .3s;
	-webkit-transition: .3s;
}
#front_bnr li:hover{
	box-shadow: 1px 1px 10px 1px #aaa;
}
#front_bnr li img.hover{
	transition: .8s;
	-webkit-transition: .8s;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
#front_bnr li:hover img.hover{
	opacity: 1;
	filter: alpha(opacity=100);	
}

#fb_box{
	text-align: center;
}

.bnr_book{
	text-align: center;
	margin: 0 auto 80px;
	width: 90%;
	height: 110px;
}
.bnr_book a img{
	transition: .3s;
}
.bnr_book a:hover img{
	margin-top: -3px;
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
}

/* pages
-------------------------------------------------------------- */

#header_img{
	margin: 0;
  position: relative;
}
#header_img img{
	width: 100%;
	display: block;
	margin: 0;
}

.page_wrapper{
	width: 650px;
	margin: 0 auto;
}



/* SERVICES
-------------------------------------------------------------- */

#page_services h2{
	font-size: 40px;
	margin-bottom: 10px;
	font-style: Italic;
	float: left;
	width: 200px;
	/*color: #7e6b5a;*/
	line-height: 1;
}
#page_price{
	margin-bottom: 30px;
}
#page_services ul{
	font-size: 18px;
	margin-bottom: 50px;
	overflow: hidden;
	padding-top: 10px;
}
#page_services ul li{
	margin-bottom: 20px;
	position: relative;
	padding-right: 100px;
}
#page_services ul li span{
	font-size: 15px;
	font-style: Italic;	
}
#page_services ul li span.price{
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	font-weight: bold;
}
#page_services p{
	font-style: Italic;	
}
#appointment_form{
	width: 400px;
	margin: 50px auto;
	padding-left: 200px;
	font-size: 14px;
}
#appointment_form h3{
	font-size: 16px;
	font-style: Italic;
}
.wpcf7-radio span{
	display: block;
}
.wpcf7-radio span.wpcf7-list-item-label{
	display: inline;
}
#appointment_form input[type="submit"]{
	background: #fff;
	color: #000;
	border: #000 solid 1px;
	padding: 10px 30px;
	transition: .5s;
	-webkit-transition: .5s;	
}
#appointment_form input[type="submit"]:hover{
	background: #000;
	color: #fff
}



/* =products
-------------------------------------------------------------- */

#page_products{
	margin-bottom: 100px;
}
#products_logo{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#products_logo li{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 33.33%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 40px;
}


/* =about
-------------------------------------------------------------- */

#page_about p{
	margin-bottom: 40px;
}
#page_about p:first-letter{
	font-size: 48px;
	line-height: 1;
	float: left;
	margin-right: 5px;
}
#page_about img{
	margin-left: 30px;
	margin-bottom: 30px;
}





/* =GALLERY
-------------------------------------------------------------- */

#page_gallery{
	margin-bottom: 100px;
}
#page_gallery li{
	float: left;
	margin: 0 10px 20px;
	width: 300px;
	height: 200px;
	background: #231815;
}
#page_gallery li a{
	border: 0;
}
#page_gallery li img{
	opacity: .4;
	filter: alpha(opacity=40);
	transition: .5s;
	-webkit-transition: .5s;
}
#page_gallery li:hover img{
	opacity: 1;
	filter: alpha(opacity=100);	
}

.wp-pagenavi{
	text-align: center;
	font-size: 18px;
}
.wp-pagenavi a{
	border: 0 !important;
}
.wp-pagenavi .pages{
	display: block;
	margin-bottom: 10px;
}
.wp-pagenavi .current,
.wp-pagenavi .page{
	margin: 0 5px;
	display: inline-block;
	background: #000;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border-radius: 50%;
	border: #000 solid 1px !important;
}
.wp-pagenavi .current,
.wp-pagenavi .page:hover{
	background: #fff;
	color: #000 !important;
}



/* =404
-------------------------------------------------------------- */

#page_404{
	text-align: center;
	margin-bottom: 100px;
}
#page_404 h1{
	font-size: 50px;
	color: #a6937c;
}






/* =Footer
-------------------------------------------------------------- */

#tokoya_map{
	margin-bottom: 30px;
	width: 100%;
	height: 350px;
}

#page-top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
}


#site_footer{
	text-align: center;
}
#footer_add{
	margin: 20px 0 80px;
	font-size: 16px;
	line-height: 1.2;
}
#footer_add p{
	margin-bottom: 30px;
}
#footer_copy{
	padding: 20px 0;
	font-size: 11px;
	margin: 0;
}

#footer_sns{
	border-bottom: 0 !important;
}
#footer_sns a{
	border: 0;
	padding: 0 10px;
	font-size: 30px;
}
.icon_facebook:hover{
	color: #0068b7 !important;
}
.icon_insta:hover{
	color: #D93177 !important;
}

#side_book{
	position: fixed;
	top: 350px;
	right: -10px;
	z-index: 99;
	display: none;
}
#side_book.front__side_book{
	display: block !important;
}
/* =media query
-------------------------------------------------------------- */

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

.accordion dt{
	display: none;
}
@media screen and (max-width: 1000px) {
	#header_logo,
	#main_navigation{
		display: none;
	}
	#page{
		padding-top: 64px;
	}
	#fixed_navi{
		top: 0;
		height: 44px;
	}
	#fix_logo img{
		width: 120px;
	}
	#fixed_navi dd{
		display: none;
		position: absolute;
		top: 60px;
		width: 100%;
		left: 0;
		background: rgba(255,255,255,.9);
		box-shadow:0 2px 10px rgba(0,0,0,.3);
	}
	#fixed_navi dt{
		display: block;
	 	border: #000 solid 1px;
		width: 150px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin: 0 auto;
		background: #fff;
		transition: .5s;
		-webkit-transition: .5s;
		margin-right: 10px;
	}
	#fixed_navi dt:hover{
		background: #000;
		color: #fff;
	}
	#fixed_navi ul li{
		display: block;
		text-align: center;
		margin: 0;
	}
	#fixed_navi ul li a{
		width: 100%;
		display: block;
		padding: 30px 0;		
	}
	#main_slide{
		height: 400px;
	}
	#main_slide .slides li{
		background-attachment: scroll;
		height: 400px;
	}
}

@media screen and (max-width: 980px) {
	.wrapper{
		width: 100%;
	}
	#front_bnr{
		width: 480px;
	}
	#page_gallery{
		width: 640px;
	}
}

@media screen and (max-width: 640px) {
	#page_gallery{
		width: 320px;
	}
	#page_about img{
		float: none;
		margin-left: 0;
	}
	#main_slide{
		height: 300px;
	}
	#main_slide .slides li{
		height: 300px;
	}
	.bnr_book{
		display: none;
	}
	#main{
		padding: 50px 0 20px;
	}
	#side_book{
		display: block !important;
		top: auto;
		bottom: 20px;
		right: -5px;
		width: 35px;
	}
}
@media screen and (max-width: 600px) {
	#fixed_navi dt{
		width: 100px;		
	}
	
	#main h1{
		font-size: 25px;
		margin: 20px 0 50px;
	}
	#front_bnr{
		width: 240px;
	}
	.page_wrapper{
		width: 90%;
	}
	#page_services h2{
		float: none;
		text-align: center;
	}
	#appointment_form{
		padding: 0;
		width: 90%;
	}
	#products_logo li{
		width: 50%;
	}
	#fancybox-content{
		border: 0 !important;
	}
	#fancybox-outer{
		background: none !important;
	}
	.fancybox-title-float{
		bottom: -20px !important;
	}
	#tokoya_map{
		height: 200px;
	}
	#front_content h1{
		font-size: 20px;
		margin: 20px 0 0 -120px;
	}
	#fixed_navi{
		height: 34px;
	}
	#fix_logo img{
		width: 100px;
	}
	#fixed_navi dd{
		top: 54px;
	}
	#fixed_navi dt{
		height: 30px;
		line-height: 30px;
	}
	#page{
		padding-top: 54px;
	}
}



/* staff */
.font_en{
  font-family: 'Gentium Book Basic', serif;
}
#header_img h1{
  color: #fff;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  z-index: 5;
}
.staff_box{
  potision: relative;
  margin-bottom: 80px;
}
.staff_photo{
  width: 70%;
  margin: 0 auto 10px;
}
#page_barbers{
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
}
.staff_name{
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}
.staff_award{
  border-left: #000 solid 2px;
  padding-left: 15px;
}
.staff_award h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.staff_award p{
  font-size: 12px;
  margin: 0;
}
.staff_sns{
  margin-bottom: 20px;
}
.staff_sns li a i{
	font-size: 25px;
	vertical-align: middle;
}
.staff_sns a{
  border: 0 !important;
}
.staff_box__link{
  background: #372e2b;
  width: 100%;
  margin: 20px auto 0;
  max-width: 300px;
  color: #fff;
  border: #372e2b solid 1px !important;
  text-align: center;
  padding: 10px;
  display: block;
}
.staff_box__link:hover{
  background: #fff !important;
  color: #372e2b;
}
@media screen and (min-width: 768px){
  #header_img h1{
    font-size: 40px;
  }
  .staff_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .staff_box:nth-child(2n){
    flex-direction: row-reverse;
  }
  .staff_photo{
    width: 40%;
    margin: 0;
  }
  .staff_box__inner{
    width: 50%;
  }
  .staff_box__link{
    margin-top: 30px;
  }
}