@charset "utf-8";
/* CSS Document */

/******************************************
 * 共通
 *****************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color:#572b45;
	position:relative;
	overflow-x: hidden;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 

a {
	color: #572b45;
}

a:hover {
	color: #ef3f37;
}

a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

h1,h2{
	font-size:24px;
}
h3{
	font-size:18px;
	margin-bottom:30px;
}
.mb0{
	margin-bottom:0;
}
section{
	margin-bottom:48px;
	overflow: hidden;
}
#spNavSdw{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
	animation-name: spNavSdwAnime;
	-webkit-animation-name: spNavSdwAnime;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	display:none;
}
#spNavSdw.show{
	display:block;
}
header{
	background-color: #f8f8f8;
    box-sizing: border-box;
    left: 0;
    padding: 6px 10px 14px;
    top: 0;
    width: 100%;
    z-index: 9999;
	position:relative;
	z-index:500;
}
header > div nav{
	width:220px;
	position: fixed;
    top:67px;
    right: -220px;
    height: 100%;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding:0;
background: #333 none repeat scroll 0 0;
    box-shadow: 0 0 5px 5px #333 inset;
    color: #fff;
    height: 100%;
    overflow-y: auto;
    transform: none;
    visibility: visible;
}
header .logo_wrapper{
	margin-top:5px;
}
header > div nav ul{
	border-bottom: 1px solid #4d4d4d;
}
header > div nav ul li{
	font-size:15px;
	color:#fff;
	border-bottom: 1px solid #1a1a1a;
    border-top: 1px solid #4d4d4d;
}
header > div nav ul li a{
	display:block;
	padding: 10px 18px;
	color:#fff;
}
#headerLinks {
    float: right;
	padding-top:6px;
}
#headerLinks .btn {
    float: right;
    margin-right: 12px;
}
#headerLinks .btn.tel img{
	width:28px;
	margin-top:2px;
	height:auto;
}
#gNavi {
    float: right;
}
header .option{
	display:none;
}
.info{
	display:none;
}
.info ul{
	float:right;
	margin:20px 0;
}
.info ul li{
	float:left;
	font-weight: bold;
	width:125px;
}
#logo{
	float:left;
	height:auto;
	width:75px;
}
.option {
	overflow: hidden;
	width: 140px;
	float: right;
}
#fb{
	margin-right:15px;
	float: left;
}
.wrapper{
	padding:40px 3% 20px;
	margin-bottom:50px;
	overflow: hidden;
	position: relative;
}
.wrapper > section:last-child{
	margin-bottom:0;
}
.wrapper > .title{
}
.title h1{
	border-bottom:3px solid #572b45;
	margin-bottom:25px;
}
.wrapper .other_main{
	margin-bottom:30px;
}
.wrapper .other_main img{
	max-width:100%;
	height:auto;
}
.last{
	margin:0 !important;
	padding:0 !important;
	border:none !important;
}
footer{
	padding:40px 0 25px;
	border-top:1px solid #949494;
}
footer .f_wrapper{

}
footer .f_nav{
	margin-bottom:25px;
	text-align:center;
}
footer .f_nav ul li{
	display: inline-block;  
    *display: inline;  
    *zoom: 1;
	font-size:13px;
	font-weight:bold;
	padding:0 10px;
}
footer #copyright{
	text-align:center;
	font-size:11px;
	letter-spacing:0.04em;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	text-align:center;
}
#pagetop dl dt {
	margin-bottom:5px;
}
#pagetop dl dt img{
	width:32px;
	position:relative;
	left:-1px;
	height:auto;
}
#pagetop dl dd {
	font-weight:bold;
	font-size:12px;
}
#fancybox-title-outside{
	color:#000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/******************************************
 * HOME
 *****************************************/
#home h2{
	font-size:16px;
	border-bottom: 1px solid #572b45;
	padding-bottom:4px;
	margin-bottom:16px;
} 
#home #blog .banner{
	text-align:center;
}
#feed{
	margin-bottom:32px;
}
#feed li{
	margin-bottom:16px;
}
#feed li .title{
	display: inline-block;  
    *display: inline;  
    *zoom: 1;
	margin-left:8px;
	font-weight:bold;
}
#feed li:last-child{
	margin-bottom:0;
}
.main {
	background:url(../images/home/main02.jpg) no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position:center top;
	padding-top:55%;
	overflow: hidden;
	height:0;
}
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.news dl dd{
	border-bottom:1px dotted #572b45;
	margin-bottom:20px;
}

#feed li  {
	line-height:1.8;	
	}	
.banner  {
	margin-bottom:40px;	
}
#concept .box_l img{
	float:left;
	width:35%;
}
#concept .box_r dl{
	width:60%;
	float:right;
}
#concept .box_r dl dt{
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
	text-indent:-0.5em;
}
#concept .box_r dl dd{
}
#access{
	position:relative;
}
#access .box_l dl dt{
	margin-top:16px;
	font-weight:bold;
}
#access .box_r ul{
	position:absolute;
	right:0;
	top:55px;
	width:60%;
}
#access .box_r ul li{
	float:left;
	width:47%;
	margin-right:6%;
}
#access .box_r ul li img{
	width:100%;
	height:auto;
}
#map{
	width:100%;
	height:250px;
	margin:20px auto 10px;
}
.access .box_r p{
	text-align:right;
}
/******************************************
 * MENU
 *****************************************/
.price{
	margin-bottom:50px;
}
.price h3{
	margin-bottom:20px;
}
.price dl{
	border-bottom:1px dotted #572b45;
	margin-bottom:20px;
	font-weight:bold;
	overflow:hidden;
}
.price dl dt{
	float:left;
}
.price dl dd{
	float:right;
}
#menu .box_l{
	width:47%;
	float:left;
}
#menu .box_r{
	width:47%;
	float:right;
}

/******************************************
 * STYLE
 *****************************************/
#style .wrapper{
	padding-bottom:0;
	margin-bottom:0;
}
.style_gallery {
	background-image:url(../images/style/style_bg.gif);
	background-position:center 40px;
	background-attachment:scroll;
	position:relative;
	margin-bottom:-200px;
	padding-bottom:80px;
}
.style_gallery div {
	width:48%;
	float:left;
	clear:both;
	margin-bottom:30px;
	}
.style_gallery div.even{
	float:right;
	clear:none;
}
.style_gallery div img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
#style01{}
#style02{}
#style03{}
#style04{}
#style05{}
#style06{}
#style07{}
#style08{}
#style09{}
#style10{}


/******************************************
 * ITEM
 *****************************************/
.item_gallery ul li{
	float:left;
	width:32%;
	margin-right:2%;
	text-align:center;
	margin-bottom:20px;
}
.item_gallery ul li img{
	max-width:100%;
	height:auto;
}
.item_gallery ul li:nth-child(3n+3){
	margin-right:0;
}
/******************************************
 * STAFF
 *****************************************/
.staff_box{
	padding-bottom:50px;
	border-bottom:1px dotted #572b45;
	margin-bottom:50px;
	overflow: hidden;
}
.staff_box:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:30px;
}
.staff_img{
	width:38.8%;
	float:left;
}
.staff_img img{
	width:100%;
	height:auto;
}
.profile{
	float:right;
	width:57.7%;
}
.profile dl dt{
	float:left;
	margin-bottom:5px;
	font-weight: bold;
}
.profile dl dd{
	margin-left:100px;
	margin-bottom:5px;
}
.style_s dt{
	float:none !important;
}
.style_s dd{
	margin-left:0 !important;
}
.style_s dd ul li{
	float:left;
	width:22%;
	margin-right:4%;
}
.style_s dd ul li img{
	width:100%;
	height:auto;
}
.style_s dd ul li:last-child{
	margin-right:0;
}
#staff .wrapper .other_main{
	margin-bottom:50px;
}
/******************************************
 * BLOG
 *****************************************/
.blog #main {
  float: left;
  width: 68.8%;
}
.blog #sidebar {
  float: right;
  width:26.6%;
}
/****************************************

          Main

*****************************************/
#main h2{
	font-size:15px;
}
#main .item img{
	display:block;
	margin-top:20px;
	margin-bottom:20px;
}
#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}
.sticky{
	/* 先頭固定ポストのスタイル */
}
.post-meta{
	margin-bottom: 1em;
	padding-bottom:0.6em;
	border-bottom:solid 1px #405080;
	margin-top: 12px;
}
.post-meta .cat{
	font-size:11px;
	display: inline-block;  
    *display: inline;  
    *zoom: 1;
	background-color:#e1e3eb;
	line-height:1em;
	padding:4px 6px 2px;
}
.post-meta time{
	display: inline-block;  
    *display: inline;  
    *zoom: 1;
	margin-right:0.8em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-top:30px;
	margin-bottom: 40px;
	/*position: absolute;
	bottom: 0;*/
}
.navigation .alignright{
		text-align: right;
}
.navigation a{
		border: none;
		font-size:13px;
		position:relative;
		top:1px;
}
.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
.post-author{ 
padding-left: 1em;
 }
.single div.news{
	margin-bottom:0 !important;
}
.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}


/****************************************

          Related Posts

*****************************************/

div.related-posts{
	padding-bottom: 20px;
}

#related{
	font-size: 150%;
}
ul#related-posts li{
	margin-bottom: 30px;
}
ul#related-posts .content-box{
	width: 480px;
}
	ul#related-posts h4{
		margin: 0;
	}
	ul#related-posts p{
		margin: 0;
	}
ul#related-posts .thumbnail-box{
	width: 100px;
}
	ul#related-posts img{
		width: 100px;
		height: 100px;
	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
}

#comment-area img{
	width:auto;
}
.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

#respond{
	margin-bottom: 40px;
}


/****************************************

          Custom Comments

*****************************************/

#custom-comments > li{
	margin-bottom: 40px;
}

#custom-comments .comment-author,
#custom-trackback .trackback-author{
	float: left;
	margin-bottom: 20px;
	width: 250px;
}
	#custom-comments .bypostauthor > div .comment-author{
		float: right;
	}

	#custom-comments .comment-author cite span {padding-left: .5em;}

	#custom-comments .comment-meta {
		margin-top: 0;
	}

#custom-comments .comment-body,
#custom-trackback .trackback-body{
	float: right;
	margin-bottom: 20px;
	width: 300px;
}
	#custom-comments .comment-body{
		background: url(images/quote.png) no-repeat 0 0;
	}

	#custom-comments .bypostauthor > div .comment-body{
		float: left;
	}
		#custom-comments .comment-body p{
			padding-left: 1.5em;
		}

#custom-comments ul.children{
	margin-left: 20px;
}


/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar h2{
	margin-bottom: 10px;
	text-align:left;
	font-size:18px;
}

.widget{
	margin-bottom: 60px;
	border-bottom: 1px dotted #572b45;

}

.widget ul li{
	margin-bottom:10px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}

#wp-calendar{
	width:100%;
	text-align: center;
}

#today{
	background-color:#572b45;
	color:#FFFFFF;
}

#wp-calendar td a{
	color:#ef3f37;
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #fe56aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
	background: #ff89c4;
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #fe56aa;
		background: #ff89c4;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
	-khtml-border-radius: 3px;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}



