@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
body {
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
}
a {
	color: #9e8633;
	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;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	padding-bottom: 48px;
	background:
	url(/images/default/content-bg01.png) repeat-x bottom left / auto auto,
	url(/images/default/line01.png) repeat-x top center / auto auto,
	url(/images/default/bg01.png) repeat top center / auto auto;
}
.home #header {
	padding-bottom: 0;
	background:
	url(/images/default/line01.png) repeat-x top center / auto auto,
	url(/images/default/bg01.png) repeat top center / auto auto;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 175px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 20px;
	right: 0;
	height: 20px;
	color: #bca394;
	font-size: 11px;
	line-height: 20px;
}

.header-logo {
	position: absolute;
	top: 20px;
	left: 0;
}

.header-form {
	position: absolute;
	top: 60px;
	right: 0;
}
.header-form-list {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	justify-content: flex-end; /* flex-start flex-end center nowrap space-between */
}
.header-form-list li {}
.header-form-list li:not(:last-child) { margin-right: 10px; }

.gnav {
	position: absolute;
	top: 134px;
	left: 0;
}

/* 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: 14px; 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 {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0;
	padding: 20px 0;
	background: url(/images/default/bg01.png) repeat top center / auto auto;
}
#mainimage-inner {
	width: 100%;
	min-width: 1080px;
	margin: 0 auto;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1080px)/ 2); */
}
.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: #fff url(/images/default/content-bg.png) repeat-x top left / auto auto;
}

#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	text-align: left;
	line-height: 2;
}
.template-type-blog #main {
	float: right;
	width: 840px;
}

.home #content-inner,
.home #main {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
}

.main-message {
	padding-bottom: 80px;
	background:
	url(/images/default/main-message-icon01.png) no-repeat 20% 8% / auto auto,
	url(/images/default/bg01.png) repeat top center / auto auto;
}
.main-message-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-message-title {
	margin-bottom: 50px;
	text-align: center;
}
.main-message-text {
	margin-bottom: 60px;
	color: #000;
	font-size: 16px;
	text-align: center;
}
.main-message-text p {
	margin-bottom: 5px;
}
.main-message-gallery {
	position: relative;
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	justify-content: flex-start; /* flex-end center nowrap space-between */
	width: 940px;
	margin: 0 auto;
}
.main-message-gallery:before {
	content: '';
	position: absolute;
	top: -147px;
	right: -98px;
	width: 164px;
	height: 173px;
	background: url(/images/default/main-message-icon02.png) no-repeat top left / 100% auto;
}
.main-message-gallery li {
	margin: 0 20px 20px 0;
}
.main-message-gallery li:last-child {
	margin-right: 0;
}
.main-message-gallery li:nth-child(1) {
	width: 280px; height: 280px; object-fit: cover;
}
.main-message-gallery li:nth-child(2) {
	width: 340px; height: 280px; object-fit: cover;
}
.main-message-gallery li:nth-child(3) {
	width: 280px; height: 280px; object-fit: cover;
	margin-right: 0;
}
.main-message-gallery li:nth-child(4) {
	width: 460px; height: 280px; object-fit: cover;
}
.main-message-gallery li:nth-child(5) {
	width: 460px; height: 280px; object-fit: cover;
}
.main-message-gallery img {
	border-radius: 10px;
}
.main-message-more {
	margin-top: 40px;
	text-align: center;
}

.main-blog {
	position: relative;
	background:
	url(/images/default/main-blog-icon.png) no-repeat 30% 12% / auto auto,
	#fff url(/images/default/main-blog-bg02.png) repeat-x top center / auto auto;
}
.main-blog:before,
.main-blog:after {
	content: '';
	position: absolute;
	/* top: 0; */
	left: 0;
	width: 100%;
	height: 17px;
}
.main-blog:before {
	top: -17px;
	background: url(/images/default/main-blog-bg01.png) repeat-x top center / auto auto;
}
.main-blog:after {
	bottom: -17px;
	background: url(/images/default/main-blog-bg03.png) repeat-x top center /  auto auto;
}
.main-blog-title {
	margin-bottom: 82px;
	text-align: center;
}
.main-blog-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 80px 0 60px;
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-blog-list-item {}
.main-blog-list-img {
	margin-bottom: 20px;
	padding: 10px;
	background: url(/images/default/main-blog-list-img-wrap.png) no-repeat top left / 100% auto;
}
.main-blog-list-img img {
	border-radius: 4px;
}
.main-blog-list-title {
	margin-bottom: 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	margin-top: 3px;
	font-weight: bold;
	color: inherit;
}
.main-blog-list-date {
	margin-right: 10px;
}
.main-blog-list-cat {
	float: right;
	display: inline-block;
}
.main-blog-list-cat a {
	display: block;
	padding: 0px 20px;
	color: #f48a00;
	font-size: 13px;
	background: #fff;
	border: 1px #f48a00 solid;
	border-radius: 20px;
	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-list-text {
	display: none;
	font-size: 12px;
}
.main-blog-more {
	margin-top: 50px;
	text-align: center;
}

.main-service {
	padding: 107px 0 89px;
	background:
	url(/images/default/main-service-icon.png) no-repeat 50% 6% / auto auto,
	url(/images/default/bg01.png) repeat top center / auto auto;
}
.main-service-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-service-title {
	margin-bottom: 83px;
	text-align: center;
}
.main-service-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.main-service-list-item {
	position: relative;
	text-align: center;
}
.main-service-list-img {
	margin-bottom: 10px;
	padding: 10px;
	background: url(/images/default/main-service-list-img-wrap.png) no-repeat top left / 100% auto;
}
.main-service-list-img img {
	border-radius: 10px;
}
.main-service-list-title {
	color: #59493f;
	font-size: 20px;
	font-weight: bold;
}
.main-service-list-a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-service-list-a:hover {
	background: rgba(255,255,255,0.2);
}
.main-service-more {
	margin-top: 68px;
	text-align: center;
}

.main-recruit {
	position: relative;
	padding: 79px 0 73px;
	background:
	url(/images/default/main-recruit-icon02.png) no-repeat 8% 90% / auto auto,
	#fff url(/images/default/main-recruit-icon01.png) no-repeat 80% 10% / auto auto;
}
.main-recruit:before {
	content: '';
	position: absolute;
	top: -17px;
	left: 0;
	width: 100%;
	height: 17px;
	margin: 0 auto;
	background: url(/images/default/main-recruit-bg01.png) repeat-x top center / auto auto;
}
.main-recruit-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-recruit-title {
	margin-bottom: 73px;
	text-align: center;
}
.main-recruit-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 62px;
}
.main-recruit-list-item {}
.main-recruit-text {
	color: #000;
	font-size: 16px;
	text-align: center;
}


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

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	margin-bottom: 92px;
	background:
	url(/images/default/footer-bg01.png) repeat-x top left / auto auto,
	url(/images/default/bg01.png) repeat top left / auto auto;
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 101px 0 90px;
}

.footer-about {
	display: grid;
	grid-template-columns: 270px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0;
	text-align: left;
}
.footer-logo {
	width: 270px;
	margin-bottom: 30px;
}
.footer-about-inner {}
.footer-about-text {
	color: #333;
	font-size: 14px;
}

.footer-nav {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	justify-content: space-between; /* flex-start flex-end center nowrap space-between */
	width: 720px;
	margin: 0 0 0 auto;
}
.footer-nav li {
	color: #362e2b;
	fotn-size: 14px;
	line-height: 2.2;
}
.footer-nav li a {
	display: block;
	color: inherit;
}
.footer-nav ul ul li {}
.footer-nav ul ul li a:before {
	content: '\f105';
	color: #f18c43;
	padding-right: 6px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.footer-copyright {
	position: relative;
	height: 80px;
	color: #59493f;
	font-size: 10px;
	line-height: 80px;
	text-align: center;
}
.footer-copyright:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(/images/default/line01.png) repeat-x top center / auto auto;
}

.fix {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(/images/default/bg02.png) repeat top center / auto auto;
}
.fix-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 15px 0;
}
.fix-title {
	float: left;
}
.fix-form-list {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	justify-content: flex-end; /* flex-start center nowrap space-between */
}
.fix-form-list li {}
.fix-form-list li:not(:last-child) { margin-right: 6px; }
.fix-tel {
	padding: 13px 0;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 60px;
}
.entry-content {
	line-height: 2;
}


/* heading */
.page-title-wrap {
}
.page-title-inner01 {
	padding: 90px 15px 120px;
	background: url(/images/default/h1-bg.png) no-repeat center center / auto auto;
}
.page-title-inner02 {}
.page-title {
	color: #59493f;
	font-size: 38px;
	font-weight: bold;
}
.entry-title, .entry-content h2 {
	position: relative;
	margin: 0 0 25px;
	padding: 10px 30px 10px 100px;
	color: #59493f;
	font-size: 26px;
	font-weight: bold;
	background: url(/images/default/h2-bg.png) repeat top left / auto auto;
	border-radius: 10px;
}
.entry-title:before, .entry-content h2:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 85px;
	height: 91px;
	margin-top: -10px;
	background: url(/images/default/h2-icon.png) no-repeat top left / 100% auto;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	position: relative;
	margin: 2.5rem 0 1.8rem 0;
	padding: 5px 5px 10px 60px;
	color: #59493f;
	font-size: 24px;
	font-weight: bold;
	background: url(/images/default/h3-line.png) no-repeat bottom left / 100% auto;
}
.entry-content h3:before, .h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 55px;
	height: 53px;
	background: url(/images/default/h3-icon.png) no-repeat top left / 100% auto;
}
.entry-content h4, .h4 {
	padding: 5px;
	color: #59493f;
	font-size: 18px;
	font-weight: bold;
}
.entry-content h4:before, .h4:before {
	content: '\f138';
	color: #f48a00;
	padding-right: 6px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.entry-content h5, .h5 {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px #59493f dashed;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
}
.breadcrumb {
	justify-content: flex-end;
	padding: 0;
	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;
	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-group {
	width: 220px;
}
.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: #9e8633;
}

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

/* 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: #9e8633;
	background-color: #9e8633;
	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: #9e8633;
	background-color: #fff;
	color: #9e8633;
}

/* pagination */
.page-link {
	border-color: #9e8633;
	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: #9e8633;
	background-color: #9e8633;
	color: #fff;
}
