@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
body{
	font-size: 13px;
	line-height: 1.6;
	font-family: "メイリオ" ,"Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
a{
	color: #4B3013;
	text-decoration: none;
}
a:hover,
a:focus{
	color: #444;
	text-decoration: underline;
}
/* use hover animation */
/*
a, a:hover{
	-webkit-transition: 0.3s ease-in-out; 
	   -moz-transition: 0.3s ease-in-out; 
		 -o-transition: 0.3s ease-in-out; 
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body{
	min-width: 980px;
	text-align: center;
	background:  url(/images/default/bg.jpg) repeat center 0;
}
body.home{
}
#container{
}
#content-inner{
	margin: 0 auto;
	width: 1076px;
	padding: 24px 48px;
	background:  url(/images/default/content-bg.png) repeat-y center 0;
}
#main{
	float: right;
	width: 750px;
	text-align: left;
}
#main article{
	margin: 0 0 20px 0;
}
#main .entry-content{
	margin: 0 5px 10px 5px;
}



/* header
------------------------------------------*/
#header{
	margin: 0 0 1px;
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner{
	position: relative;
	margin: 0 auto;
	width: 1040px;
	height: 150px;
	padding: 0 30px;
	background:  url(/images/default/gnav-bg.jpg) no-repeat center bottom;
	z-index: 1000;
}
.site-description{
	position: absolute;
	top: 51px;
	left: 287px;
	color: #f9f9f9;
	font-size: 85%;
	font-weight: bold;
}
.header-logo{
	position: absolute;
	top: 27px;
	left: 30px;
	width: 215px;
}
.header-tel{
	position: absolute;
	top: 34px;
	right: 29px;
}
.header-btn{
	position: absolute;
	top: 118px;
	right: 31px;
}
.header-btn li{
	float: left;
	margin: 0 0 0 5px;
}
.gnav{
	position: absolute;
	top: 108px;
	left: 30px;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 1000; }
.gnav-list ul { display: none; position: absolute; top: 41px; left: 0; width: 100%; background: #444; }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: #fff; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #222; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }



/* mainimage
------------------------------------------*/
/* 横スライド用css
.slideshow .slick-list{
	overflow: visible;
}
*/

#mainimage{
	position: relative;
	overflow: hidden;
	margin: 0 auto 31px auto;
}
#mainimage-inner{
	margin: 0 auto;
}

/* slideshow */
.slideshow{
}
.slideshow .slick-slide{
}

/* main
------------------------------------------*/
.main-message{
	margin: 0 0 19px 0;
	padding: 5px;
	background: #DBBE9D;
}
.main-message-inner{
	padding: 20px 20px 23px 25px;
	border: 1px #BEA588 solid;
	background: #F89F37;
}
.main-message h2{
	margin: 0 0 9px;
}
.main-message-text{
	float: left;
	width: 380px;
}
.main-message-text table{
	width: 100%;
	color: #000;
}
.main-message-text th{
	padding: 5px 0px 9px 9px;
	font-weight: bold;
	border-bottom: #978980 1px dashed;
}
.main-message-text td{
	padding: 5px 9px 9px 9px;
	border-bottom: #978980 1px dashed;
}

.main-message-img{
	float: right;
	width: 280px;
}

.main-news{
	margin: 0 0 16px;
}
.main-news h2{
	margin: 0 0 18px;
}
.main-news-inner{
	padding: 10px;
}
.main-news-list{
}
.main-news-list-item{
	padding: 8px 7px 7px 7px;
	border-bottom: #4B3013 1px dashed;
}
.main-news-list-date{
	margin: 0 20px 0 0;
}
.main-news-list-item a{
	color: #000;
}
.main-news .scroll-area,
.main-news .scroll-area .cs-bar,
.main-news .scroll-area .cs-bar-inner{
	height: 117px;
}
.main-news .scroll-area{
	position: relative; 
	overflow: hidden;
}
.main-news .scroll-area .cs-content{
	padding: 0 20px 0 0;
}
.main-news .scroll-area .cs-bar{
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	border-left: #4B3013 1px solid;
}
.main-news .scroll-area .cs-bar-inner{
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
}
.main-news .scroll-area .cs-drag{
	background: #4B3013;
}


/* sidebar
------------------------------------------*/
#sidebar{
	float: left;
	width: 200px;
	text-align: left;
}
.about{
	margin: 0 0 24px;
	padding: 0 0 5px;
	color: #fff;
	font-size: 93%;
	background: #4B3013 url(/images/default/about-bgb.jpg) no-repeat 0 bottom;
}
.about-inner{
	padding: 15px 10px 5px;
}
.about h3{
	margin: 0 0 10px;
	color: #fff;
	font-weight: bold;
}
.about p{
	margin-bottom: 10px;
}
.sidebn li{
	margin: 0 0 15px;
}


/* footer
------------------------------------------*/
#footer{
	background:  url(/images/default/content-bg.png) repeat-y center 0;
}
#footer-inner{
	position: relative;
	margin: 0 auto;
	width: 1040px;
	padding: 0 30px;
	background: url(/images/default/footer-bgb.jpg) no-repeat center bottom;
}
.pagetop-btn{
	margin: 0 16px 22px 0;
	text-align: right;

}
.guide{
	margin: 0 auto 35px;
	border-bottom: #735F53 1px dashed;
	font-size: 93%;
}
.guide h2{
	height: 59px;
	margin: 0 0 27px;
	border-bottom: #735F53 1px dashed;
}
.guide .template{
	margin: 0 -5px;
	text-align: left !important;
}
.guide .col-sm-4{
	width: 330px;
	padding: 0 5px;
	text-align: left;
}
.guide h3{
	margin: 0 0 15px;
}
.guide p{
	margin: 0 0 15px;
	padding: 0 6px;
}
.fnav{
	margin: 0 0 45px;
	font-size: 85%;
}
.fnav li{
	display: inline;
	padding: 0 5px;
}
.fnav li a{
	color: #000;
}
.copyright{
	padding: 0 0 9px;
	color: #fff;
	font-size: 77%;
}



/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a{
}

/* heading */
.page-title{
	margin: 0 0 20px 0;
	height: 60px;
	color: #fff;
	font-size: 116%;
	font-weight: bold;
	line-height: 60px;
	text-indent: 33px;
	background: url(/images/default/page-title-bg.jpg) no-repeat 0 0;
}
.entry-content h2, .entry-title{
	margin: 0 0 20px;
	height: 46px;
	font-size: 108%;
	font-weight: bold;
	line-height: 46px;
	text-indent: 30px;
	color: #251108;
	background: url(/images/default/entry-title-bg.jpg) no-repeat 0 0;
}
.entry-content h2{
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a{
	color: #251108;
}
.entry-content h3, .h3{
	height: 34px;
	font-size: 116%;
	font-weight: bold;
	color: #251108;
	text-indent: 20px;
	background: url(/images/default/h3.jpg) no-repeat 0 bottom;
}
.entry-content h4, .h4{
	padding: 0 0 0 5px;
	font-size: 116%;
	font-weight: bold;
	border-left: #4B3013 3px solid;
}
.entry-content h5, .h5{
	font-weight: bold;
	text-indent: 15px;
	background: url(/images/default/li.jpg) no-repeat 5px 45%;
	border-bottom: #C37B2B 1px dashed;
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap{
	display: none;
}
.breadcrumb{
	padding: 0;
	margin-bottom: 20px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before{
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before{
	padding: 0 2px 0 4px;
	content: '\f015';
	font-weight: normal;
	font-size: 11px;
	font-family: 'FontAwesome';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* Nav
------------------------------------------*/
.common-nav{
	margin: 0 0 20px 0;
	text-align: left;
}
.common-nav h2{
	padding-bottom: 5px;
	border-bottom: 1px solid #905C21;
	font-size: 15px;
	font-weight: bold;
}
.common-nav li{
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #905C21;
}
.common-nav li a{
	padding: 5px;
	font-size: 13px;
}
.form-item,
.form-btn-wrap{
	border-color: #905C21;
}



/* Gallery
------------------------------------------*/
/* archive */
.gallery-list{
}
.gallery-list-row{
}
.gallery-list-col{
	padding: 0 15px 15px;
}
.gallery-list-item{
}
.gallery-list-img{
	margin-bottom: 3px;
}
.gallery-list-title{
	font-size: 13px;
}

/* single */
.gallery-detail{
	padding: 0 15px 15px 15px;
	text-align: center;
}
.gallery-detail-row{
}
.gallery-detail-col{
}
.gallery-detail-main{
}
.gallery-detail-sub{
}
.gallery-detail-sub li{
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail{
	padding: 0 10px 20px;
}
.ba-detail-main{
	display: table;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after{
	display: table-cell;
	width: 45%;
}
.ba-detail-arrow{
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.ba-detail-arrow i{
	font-size: 30px;
}
.ba-detail-sub li{
	padding: 0 15px 15px;
}



/* Colors
------------------------------------------*/
/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary{
	border-color: #900;
	background-color: #900;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary{
	border-color: #900;
	background-color: #fff;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary{
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link{
	border-color: #9e9e9e;
	color: #444;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover{
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
