@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 13px;
}
body {
	line-height: 1.6;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #444;
}
a {
	color: #d4933f;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	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;
}
*/

/* web font (font-sizeは、14px, 28px, 42px, 56px, 70px, 98pxだときれいに表示される)
------------------------------------------*/
.fa{
	font-size: 14px;
	vertical-align: middle;
}

/* general class
------------------------------------------*/
.serif{ font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; }
.alphanumeric{ font-family: Verdana, Arial, sans-serif; }

.margin00{ margin: 0; }
.margin05{ margin: 0 0 5px 0; }
.margin10{ margin: 0 0 10px 0; }
.margin15{ margin: 0 0 15px 0; }
.margin20{ margin: 0 0 20px 0; }
.margin25{ margin: 0 0 25px 0; }
.margin30{ margin: 0 0 30px 0; }
.margin35{ margin: 0 0 35px 0; }
.margin40{ margin: 0 0 40px 0; }
.margin45{ margin: 0 0 45px 0; }
.margin50{ margin: 0 0 50px 0; }

.font10{ font-size: 10px !important; }
.font11{ font-size: 11px !important; }
.font12{ font-size: 12px !important; }
.font13{ font-size: 13px !important; }
.font14{ font-size: 14px !important; }
.font15{ font-size: 15px !important; }
.font16{ font-size: 16px !important; }
.font18{ font-size: 18px !important; }
.font20{ font-size: 20px !important; }
.font22{ font-size: 22px !important; }
.font24{ font-size: 24px !important; }
.font26{ font-size: 26px !important; }
.font28{ font-size: 28px !important; }
.font30{ font-size: 30px !important; }
.font35{ font-size: 35px !important; }
.font40{ font-size: 40px !important; }
.font45{ font-size: 45px !important; }
.font50{ font-size: 50px !important; }
.font55{ font-size: 55px !important; }
.font60{ font-size: 60px !important; }

.float-left{ float: left; }
.float-right{ float: right; }

.align-left{ text-align: left; }
.align-center{ text-align: center; }
.align-right{ text-align: right; }

.display-inline{ display: inline; }
.display-block{ display: block; }
.display-inline-block{ display: inline-block; *display: inline; zoom: 1; }


/* Layout
------------------------------------------*/
body {
	min-width: 980px;
	text-align: center;
	background: #fff url(/images/default/bg.jpg) repeat-x center 0;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
    position: relative;
	background: url(/images/default/header-bg.png) repeat-x center 0;
    z-index: 10000;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 182px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 12px;
	left: 0;
	color: #444;
	font-size: 77%;
}
.header-logo{
	position: absolute;
	top: 65px;
	left: 375px;
}
.header-blog{
	position: absolute;
	top: 9px;
	right: 0;
}
.header-mail{
	position: absolute;
	top: 9px;
	right: 146px;
}
.gnav {
	position: absolute;
	top: 65px;
	left: 0;
}
.gnav-r{
	right: 0;
	left: auto;
}

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


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

#mainimage {
    margin: -7px 0 0 0;
    position: relative;
    overflow: hidden;
	background: url(/images/default/mainvisual-bg.jpg) repeat-x center 0;
    z-index: 10;
}
#mainimage-inner {
	margin: 0 auto;
	width: 980px;
	height: 619px;
}

/* slideshow */
.slideshow {
	margin: 0 -178px;
	height: 600px;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
#content{
	background: url(/images/default/content-bg.jpg) repeat center 0;
}
#content-inner{
	margin: 0 auto;
	padding: 0 0 80px 0;
	width: 980px;
}
.home #content-inner{
	padding: 0;
	width: 100%;
}

#main {
	width: 980px;
	text-align: left;
}
.home #main {
	width: 100%;
	text-align: center;
}
.template-type-blog #main {
	float: right;
	width: 740px;
}

.main-banner01{
	position: relative;
	z-index: 10;
	margin-top: -62px;
}
.main-banner01 ul{
	display: flex;
	justify-content: center;
}
.main-banner01 ul li{
	margin: 0 38px;
}
.main-message {
    margin: 0 auto;
    background: url(/images/default/message-bg.jpg) no-repeat center bottom;
}
.main-message-main{
	margin: 0 auto;
    padding: 44px 0 100px 0;
    width: 980px;
	display: flex;
	justify-content: space-between;
}
.main-message .texts{
	width: 656px;
	text-align: left;
}
.main-message h2{
	margin-bottom: 22px;
}
.main-message .text{
	width: 650px;
    font-size: 116%;
    line-height: 2;
}

.main-question-wrapper{
	background: #f9f2d6 url(/images/default/main-q-bg-top.jpg) repeat-x center top;
}
.main-question{
	background: url(/images/default/main-q-bg-bottom.jpg) repeat-x center bottom;
}
.main-question-main{
	margin: 0 auto;
    padding: 54px 0 141px 0;
    width: 1240px;
    background: url(/images/default/main-q-inner-bg-bottom.jpg) no-repeat 0 bottom;
}
.main-question-once{
	margin: 0 auto;
    width: 980px;
	display: flex;
	justify-content: space-between;
}
.main-question-once:nth-child(even){
	flex-flow: row-reverse;
}
.main-question-once .texts{
	text-align: left;
	width: 600px;
}
.main-question-once ul li{
	margin-bottom: 5px;
	padding-left: 40px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    background: #fffae7 url(/images/default/main-q-list-bg.jpg) no-repeat 16px 50%;
}
.main-question-once .image{
	position: relative;
	width: 358px;
	height: 299px;
	margin-top: 56px;
}
.main-question-once .image .btns{
	position: absolute;
	top: 182px;
	left: 117px;
	display: flex;
	justify-content: center;
}
.main-question-once .image .btns a{
	display: block;
	margin: 0 1px;
}

.main-blog {
	margin-top: 75px;
	padding-bottom: 100px;
}
.main-blog h2{
	margin-bottom: 46px;
}
.main-blog-main{
	margin: 0 auto;
	width: 980px;
}
.main-blog ul{
}
.main-blog ul li{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: #7f7d77 1px dotted;
}
.main-blog ul li .image{
	width: 104px;
}
.main-blog ul li .texts {
	width: calc(100% - 130px);
	text-align: left;
}
.main-blog ul li h3{
	margin-bottom: .5em;
}
.main-blog ul li h3 a {
	margin-top: .5em;
	display: block;
    color: #444;
    font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-list-date {
	margin-right: 10px;
}
.main-blog-list-cat {
	display: inline-block;
	margin-right: 10px;
}
.main-blog-list-cat a {
	display: block;
	padding: 0px 10px;
	border: #333 1px solid;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-blog-list-cat a:hover{
	opacity: .7;
}

.main-blog .scroll-area{
	margin-bottom: 57px;
}
.main-blog .scroll-area,
.main-blog .scroll-area .cs-bar,
.main-blog .scroll-area .cs-bar-inner {
	height: 386px;
}
.main-blog .scroll-area {
	position: relative;
	overflow: hidden;
}
.main-blog .scroll-area .cs-content {
	padding-right: 35px;
}
.main-blog .scroll-area .cs-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	background: #dddbd1;
}
.main-blog .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
}
.main-blog .scroll-area .cs-drag {
	background: #e8d551;
}



/* sidebar
------------------------------------------*/
#sidebar {
	display: none;
}
.template-type-blog #sidebar {
	display: block;
	float: left;
	width: 220px;
	text-align: left;
}

/* footer
------------------------------------------*/
.footer-banner-wrapper{
	background: url(/images/default/fbanner-bg.jpg) repeat-x center 0;
}
.footer-banner{
	padding: 53px 0 64px;
	background: url(/images/default/fbanner-inner-bg.jpg) no-repeat center 0;
}
.footer-banner ul{
	display: flex;
	justify-content: center;
}
.footer-banner ul li{
	margin: 0 23px;
}
.footer-map,
.footer-map .googlemap iframe{
	height: 410px;
}

#footer {
	background: url(/images/default/footer-bg.jpg) repeat-x center 0;
}
#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 320px;
}
.fadd{
	position: absolute;
	top: 0;
	left: 91px;
	padding: 0 0 0 30px;
	height: 50px;
	color: #785900;
	font-size: 116%;
	line-height: 50px;
	background: url(/images/default/fadd-bg.jpg) no-repeat 0 0;
}
.ftel{
	position: absolute;
	top: 105px;
	left: 0;
	z-index: 10;
}
.fmail{
	position: absolute;
	top: 192px;
	left: 153px;
	z-index: 100;
}
.flogo{
	position: absolute;
	top: 105px;
	left: 561px;
}
.fabout{
	position: absolute;
	top: 174px;
	left: 576px;
	font-weight: bold;
	text-align: left;
	line-height: 1.8;
}

.footer-copyright {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #d0bd6f;
	font-size: 77%;
}

.pagetop-btn-wrap {
	position: absolute;
	top: 137px;
	right: 0;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title-area{
    margin: -7px 0 0 0;
    position: relative;
	background: url(/images/default/page-title-area-bg.jpg) repeat-x center 0;
	z-index: 10;
}
.page-title-area-inner{
	margin: 0 auto;
	width: 980px;
	height: 140px;
	background: url(/images/default/page-title-area-inner-bg.jpg) no-repeat center 0;
}
.page-title {
	color: #785900;
	font-size: 167%;
	font-weight: bold;
	line-height: 140px;
	text-align: left;
}
.entry-title, .entry-content h2 {
	margin: 0 0 20px 0;
	height: 86px;
	color: #fff;
	font-size: 153.9%;
	font-weight: bold;
	line-height: 86px;
	text-indent: 25px;
	background: url(/images/default/entry-title-bg.jpg) no-repeat 0 0;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	clear: both;
	margin: 1.8em 0 0.8em 0;
	height: 58px;
	color: #6d5700;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 58px;
	text-indent: 20px;
	background: url(/images/default/h3-bg.jpg) no-repeat 0 0;
}
.entry-content h4, .h4 {
	clear: both;
	margin: 1.2em 0 0.8em 0;
	height: 20px;
	color: #6d5700;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 20px;
	text-indent: 20px;
	background: url(/images/default/h4-bg.jpg) no-repeat 0 50%;
}
.entry-content h5, .h5 {
	clear: both;
	margin: 1.2em 0 0.8em 0;
	color: #6d5700;
	font-size: 116%;
	font-weight: bold;
	border-bottom: #6d5700 1px dashed;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 0 0 38px 0;
	padding-top: 13px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	color: #d4933f;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


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

/* single */
.gallery-detail {
	margin-bottom: 20px;
	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 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* 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: #202020;
	background-color: #2e2e2e;
	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: #ccc;
	background-color: #fff;
	color: #333;
}

.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: #333;
}
.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;
}
