@charset "utf-8";

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

/* Typography
------------------------------------------*/
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

html {
}
body {
	font-size: 14px;
	line-height: 1.6;
	font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
}
a {
	color: #52875a;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #52875a;
	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: #fff;
}
body.home {
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 115px;
	width: 980px;
}
body.home #content-inner {
	width: auto;
}
#main {
	float: right;
	width: 710px;
	text-align: left;
}
body.home #main {
	float: none;
	width: auto;
}

.entry {
	margin: 0 0 30px 0;
}
.entry-content {
	line-height: 1.8;
}



/* header
------------------------------------------*/
#header {
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 96px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 6px;
	left: 0;
	color: #868686;
	font-size: 12px;
}
.header-text {
	position: absolute;
	top: 6px;
	right: 0;
	color: #868686;
	font-size: 12px;
}
.header-logo {
	position: absolute;
	top: 53px;
	left: 0;
}
.header-tel {
	position: absolute;
	top: 63px;
	right: 167px;
	line-height: 1;
}
.header-mail {
	position: absolute;
	top: 53px;
	right: -3px;
	line-height: 1;
}

#gnav-wrap {
	position: relative;
	height: 72px;
}
#gnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: #fff;
	z-index: 1000;
}
#gnav.fixed{
	position: fixed;
	top: 0;
}
body.scroll #gnav.fixed{
	/*opacity: 0.5;*/
}
#gnav-inner {
	margin: 0 auto;
	padding-top: 12px;
	width: 980px;
}

/* 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: 60px; left: -10%; width: 120%; background: rgba(112,166,119,0.9); }
.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: rgba(0,0,0,0.2); }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }



/* mainimage
------------------------------------------*/
#mainimage {
	position: relative;
	overflow: hidden;
	background: url(/images/default/mainimage-bg.jpg) repeat-x center 0;
}
#mainimage-inner {
	margin: 0 auto;
	padding: 25px 0;
	width: 980px;
}

/* slideshow */
.slideshow {
	margin: 0 -67px;
	height: 500px;
}
.slideshow .slick-list {
	overflow: visible;
}
.slideshow .slick-slide {
	padding: 0 17px;
}
.slideshow .slick-slide .mod {
	overflow: hidden;
	height: 500px;
	background: #fff;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	        box-shadow: 0 0 3px rgba(0,0,0,.15);
}
.slideshow .slick-slide img {
	width: 100%;
}



/* main
------------------------------------------*/
.main-news {
	position: relative;
	margin: 43px auto 0;
	width: 980px;
}
.main-news-title {
	float: left;
	margin-right: 40px;
	line-height: 0;
}
.main-news-list {
	overflow: hidden;
	float: left;
	width: 700px;
	height: 23px;
}
.main-news-list-item {
	line-height: 24px;
}
.main-news-list-item .date {
	margin-right: 30px;
	color: #666;
}
.main-news-list-title a {
	color: #444;
}
.main-news-list-item a {
	font-weight: bold;
}
.main-news-btn {
	position: absolute;
	top: -8px;
	right: -3px;
}

.main-message {
	padding: 83px 0 53px;
	margin: 0 auto;
	width: 980px;
}
.main-message-inner {
}
.main-message-title {
	margin-bottom: 30px;
	text-align: center;
}
.main-message-text {
	line-height: 2.4;
	-webkit-font-feature-settings: 'palt';
	        font-feature-settings: 'palt';
}
.main-message-text > .template {
	margin-bottom: 0;
}
.main-message-text .template-img-right {
	margin-left: 45px;
	padding-top: 5px;
}
.main-message-text .template-img-right img {
	border-radius: 10px;
}

.main-purpose {
	margin-bottom: 66px;
	background: url(/images/default/main-purpose-bg.jpg) repeat center 0;
}
.main-purpose-inner {
	margin: 0 auto;
	padding: 59px 0 23px;
	width: 980px;
}
.main-purpose-title {
	margin-bottom: 30px;
	text-align: center;
}
.main-purpose-text {
	font-size: 15px;
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: 'palt';
	        font-feature-settings: 'palt';
}
.main-purpose-text h3 {
	margin-bottom: 13px;
}
.main-purpose-text h3 img {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	        box-shadow: 0 0 3px rgba(0,0,0,.15);
}
.main-purpose-text > .row {
	margin: 0 -12px;
}
.main-purpose-text > .row > div {
	margin-bottom: 29px;
	padding: 0 12px;
}

.main-banner {
	margin: 0 auto 66px;
	width: 980px;
}


.main-blog {
	margin: 0 auto;
	width: 980px;
}
.main-blog-title {
	position: relative;
	margin-bottom: 28px;
	text-align: center;
}
.main-blog-title a {
	position: absolute;
	top: 20px;
	right: -3px;
	line-height: 1;
}
.main-blog-inner {
}
.main-blog-list {
	margin-right: -20px;
}
.main-blog-list-item {
	overflow: hidden;
	float: left;
	margin-right: 20px;
	width: 230px;
	height: 216px;
	background: #f8f8f8;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
	        box-shadow: 0 0 3px rgba(0,0,0,.15);
}
.main-blog-list-img {
	height: 140px;
}
.main-blog-list-title {
	overflow: hidden;
	padding: 14px 15px 0;
}
.main-blog-list-title span {
	display: block;
}
.main-blog-list-title .date {
	margin-bottom: 2px;
	color: #858585;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.main-blog-list-title {
	font-weight: bold;
}
.main-blog-list-title a {
	color: inherit;
}



/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 230px;
	text-align: left;
}

.side-nav {
	margin: 30px 0;
}
.side-nav h2 {
	margin-bottom: 6px;
}
.side-nav li a {
	color: inherit;
	letter-spacing: 0.06em;
}
.side-nav-inner > ul > li {
	border-bottom: 1px dotted #d2cec6;
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 9px 0 8px 20px;
	font-size: 15px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 2px 50%;
}
.side-nav-inner > ul > li > ul {
	margin: -4px 0 12px;
	padding: 0 0 0 0;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 0 0 0 18px;
	font-size: 14px;
	line-height: 1.85;
	background: url(/images/default/side-nav-subbtn-bg.png) no-repeat 0 center;
}

.side-banner {
}
.side-banner ul {
}
.side-banner ul li {
	margin-bottom: 22px;
}
.side-banner ul li:last-child {
	margin: 0;
}
.side-banner ul li img {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.15);
}


/* footer
------------------------------------------*/
#footer {
	text-align: left;
	border-top: 5px solid #f7ebc6;
}
#footer-inner {
}

.footer-banner {
	margin: 0 auto;
	padding: 22px 0;
	width: 980px;
}
.footer-banner-list {
	margin-right: -20px;
}
.footer-banner-list-item {
	float: left;
	margin-right: 20px;
}
.footer-banner-list-item img {
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.footer-detail {
	background: url(/images/default/footer-bg.png) repeat center 0;
}
.footer-detail-inner {
	margin: 0 auto;
	padding: 47px 0 50px;
	width: 980px;
}

.footer-about {
	float: left;
}
.footer-about-logo {
	margin-bottom: 14px;
}
.footer-about-text {
	margin-bottom: 27px;
	letter-spacing: 0.08em;
	line-height: 1.85;
}
.footer-about-btn {
	margin-left: -3px;
}

.footer-map {
	float: right;
	width: 530px;
}
.footer-map .googlemap {
}
.footer-map .googlemap iframe {
	height: 280px;
	vertical-align: top;
	border: 3px solid #fff !important;
	border-radius: 3px;
	box-shadow: 1px 0 3px rgba(0,0,0,.15);
}

.footer-bottom {
	color: #fff;
	font-size: 13px;
	background: url(/images/default/footer-bg-bottom.png) repeat-x center 0;
}
.footer-bottom-inner {
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	height: 49px;
	line-height: 51px;
}

.footer-nav {
	float: left;
}
.footer-nav li {
	float: left;
	margin-right: 20px;
}
.footer-nav li a {
	color: inherit;
}


.footer-copyright {
	float: right;
}

.site-btn {
	position: fixed;
	top: 50%;
	right: 27px;
	margin-top: -106px;
	z-index: 1000;
}
.site-btn li {
	margin-bottom: 9px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 71px;
	right: 27px;
	z-index: 200;
}



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

/* heading */
.page-title-area {
	margin-bottom: 55px;
	text-align: left;
	background: url(/images/default/page-title-area-bg.png) repeat-x center 0;
}
.page-title-area-mod {
	background: url(/images/default/page-title-bg.jpg) repeat-x center 0;
}
.page-title-area-inner {
	margin: 0 auto;
	padding-top: 85px;
	width: 980px;
	height: 235px;
}

.page-title {
	margin-bottom: 5px;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 37px;
	font-weight: bold;
	display: none;
}

.entry-content h2, .entry-title {
	margin: 0 0 25px;
	padding: 0 0 8px 0;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px dashed #a0c5a4;
}
.entry-content h2 {
	margin: 0 0 25px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 2.2rem 0 1.2rem 0;
	height: 60px;
	padding: 0 0 0 15px;
	color: #6d8f34;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	background: url(/images/default/entry-h3-bg.png) no-repeat 0 0;
}
.entry-content h4, .h4 {
	padding: 0 0 0 22px;
	font-size: 17px;
	font-weight: bold;
	background: url(/images/default/entry-h4-bg.png) no-repeat 0 12px;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}



/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	display: none;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 10px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	padding: 0 5px;
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
}


/* 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
------------------------------------------*/
.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;
	font-size: 0.8rem;
	border-bottom: 1px solid #ddd;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 50%;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	margin-top: -6px;
	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;
}


/* 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%;
	text-align: center;
}
.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: #53885b;
	background-color: #53885b;
	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: #444;
}

.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;
}
