@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 15px;
	line-height: 1.6;
	word-break: break-all;
	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: #444;
}
:root {
	--main-a-color: #9e8350;
	--main-font-color: #C5AF86;
}
a {
	color: var(--main-a-color);
	text-decoration: none;
}
a:hover,
a:focus {
	color: var(--main-a-color);
	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: 1000px;
	text-align: center;
	background: #fff;
}
body.home {
}
#container {
	overflow: hidden;
}
#content-inner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding-bottom: 0;
}
#main {
	float: none;
	width: 100%;
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 740px;
}

.entry {
	margin: 0 0 20px 0;
}
.entry-content {
}


/* header
------------------------------------------*/
#header {
	margin: 0 0 0 0;
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1060px;
	height: 110px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	color: #aaa;
	font-size: 11px;
}
.header-address {
	position: absolute;
	top: 20px;
	right: 0;
	color: #aaa;
	font-size: 11px;
}
.header-logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
.header-tel {
	position: absolute;
	top: 50px;
	right: 0;
	width: 190px;
}
.header-mail {
	position: absolute;
	top: 0;
	right: 0;
}
.gnav {
	position: absolute;
	top: 0;
	right: 208px;
}

/* 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: 100%; left: 0; width: 200%; background: #fff; }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: #131313; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; color: #fff; background: #c2ab7f; }
.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;
}
#mainimage-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: 20%;
}
.mainimage-top {
	position: absolute;
	top: 50%;
	left: 20%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.mainimage-top img {
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.16);
}

.slideshow img {
	width: 1300px;
	height: 740px;
	object-fit: cover;
	transform-origin: center top;
	transform: scale(1,1);
	transition: 6s ease-out;
}
.slideshow .slick-active img {
	transform: scale(1.1,1.1);
}

/* slideshow */
.slideshow {}
.slideshow .slick-slide {
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 19px;
	height: 29px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 20px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 20px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dots {
}
.slideshow .slick-dots li {
}
.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;
}


/* main
------------------------------------------*/
/* TOPIC */
.main-news {
	padding: 40px 0 55px;
}
.main-news-inner {
	position: relative;
	width: 1000px;
	min-height: 40px;
	margin: 0 auto;
}
.main-news-title {
	position: absolute;
	top: 0;
	left: 0;
}
.main-news-list {
	position: absolute;
	top: 0;
	left: 148px;
	width: 740px;
	height: 40px;
	line-height: 40px;
}
.main-news-list-item {}
.main-news-list-date {
	float: left;
	margin: 0 10px 0 0;
}
.main-news-list-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main-news-list-item a {
	color: inherit;
	font-weight: bold;
}
.main-news-more {
	position: absolute;
	top: 0;
	right: 0;
}

.main-message {
}
.main-message-inner {
	width: 800px;
	margin: 0 auto;
	padding: 94px 60px 94px;
	background: rgba(255,255,255,0.7);
}
.main-message-title {
	text-align: center;
}
.main-message-text {
	padding: 26px 0 28px;
	text-align: center;
	letter-spacing: 0.8px;
}
.main-message-text p {
	line-height: 30px;
	margin-bottom: 20px;
}
.main-message-more {
	text-align: center;
}

.main-info {
	padding-bottom: 69px;
	background:
	url(/images/default/main-info-bg.png) no-repeat top center,
	url(/images/default/main-info-bg2.png) no-repeat bottom center;
}
.main-info-inner {
	width: 1000px;
	margin: 0 auto;
}
.main-info-list {}
.main-info-list-item {
	min-height: 640px;
}
.main-info-list-img {
	float: right;
	margin: 120px -400px 0 0;
}
.main-info-list-img img {
	width: auto;
	height: 520px;
	object-fit: cover;
}
.main-info-list-text {
	position: relative;
	float: left;
	width: 570px;
	padding: 142px 0 86px;
}
.main-info-list-text p {
    line-height: 30px;
    letter-spacing: 0.8px;
}
.main-info-list-text h3 {
	margin-bottom: 32px;
}
.main-info-more {
	position: absolute;
	bottom: 0;
	left: 0;
}
/* activeフェードイン */
.main-info-list-img {
	-webkit-transform: translate(0, 150px);
	opacity: 0;
}
/* フェードイン */
.main-info-inner.active .main-info-list-img {
	-webkit-transition: all 1s;
	-webkit-transform: translate(0, 0);
	opacity: 1;
}

.main-voice {
	padding-bottom: 69px;
	background:
	url(/images/default/main-voice-bg.png) no-repeat top center,
	url(/images/default/main-voice-bg2.png) no-repeat bottom center;
}
.main-voice-inner {
	width: 1000px;
	margin: 0 auto;
}
.main-voice-list {}
.main-voice-list-item {
	min-height: 640px;
}
.main-voice-list-img {
	float: left;
    margin: 0 0 0 -410px;
}
.main-voice-list-img img {
	width: auto;
	height: 579px;
	object-fit: cover;
}
.main-voice-list-text {
	position: relative;
	float: right;
	width: 625px;
	padding: 0 0 86px;
}
.main-voice-list-text p {
    line-height: 30px;
    letter-spacing: 0.8px;
}
.main-voice-list-text h3 {
	margin-bottom: 32px;
}
.main-voice-more {
	position: absolute;
	bottom: 0;
	left: 0;
	border-right: 6px #fff solid;
	border-bottom: 6px #fff solid;
}
/* activeフェードイン */
.main-voice-list-img {
	-webkit-transform: translate(0, 150px);
	opacity: 0;
}
/* フェードイン */
.main-voice-inner.active .main-voice-list-img {
	-webkit-transition: all 1s;
	-webkit-transform: translate(0, 0);
	opacity: 1;
}

.main-plan {
	padding: 100px 0 120px;
	background: #f8f6f0;
}
.main-plan-title {
	text-align: center;
}
.main-plan-text {
	width: 1000px;
	margin: 34px auto 0;
	text-align: center;
}
.main-plan-inner {
	width: 1000px;
	margin: 0 auto;
}
.main-plan-list {}
.main-plan-list-item {
	position: relative;
	width: 470px;
	margin-top: 57px;
}
.main-plan-list-item:nth-child(odd) { float: left; }
.main-plan-list-item:nth-child(even) { float: right; }
.main-plan-list-img {
	position: relative;
}
.main-plan-list-img-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.main-plan-list-text {
	margin: 16px 0 60px;
	text-align: center;
	font-size: 14px;
}
.main-plan-list-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.main-plan-list-nav li {}
.main-plan-list-nav li:nth-child(odd) { float: left; }
.main-plan-list-nav li:nth-child(even) { float: right; }

.main-freee {}
.main-freee-inner {
	height: 460px;
}

.main-photo {
	margin: 120px 0;
}
.main-photo-inner {
	position: relative;
	right: 0;
	width: 1000px;
	margin: 0 auto;
}
.main-photo-title {
	position: absolute;
	top: 0;
	left: 400px;
}
.main-photo-list {}
.main-photo-list-item {}
.main-photo-list-img {
	float: left;
}
.main-photo-list-text {
	margin: 0 0 0 400px;
    padding: 64px 0;
	line-height: 30px;
}
.main-photo-more {
	text-align: right;
}
/* main-photo-list-img */
.main-photo-list-img {
	-webkit-transform: translate(0, 150px);
	opacity: 0;
}
/* フェードイン */
.main-photo-inner.active .main-photo-list-img {
	-webkit-transition: all 1s;
	-webkit-transform: translate(0, 0);
	opacity: 1;
}

.main-banner {
	padding: 50px 0;
	background: #f8f6f0;
}
.main-banner-inner {
	width: 1000px;
	margin: 0 auto;
}
.main-banner-list {}
.main-banner-list-item {
	float: left;
}
.main-banner-list-item:not(:nth-child(3)) {
	margin-right: 35px;
}
.main-banner-list-img {}

.main-blog {
	padding: 119px 0 120px;
}
.main-blog-title {
	text-align: center;
}
.main-blog-inner {
	width: 1000px;
	margin: 50px auto 0;
}
.main-blog-list {
}
.main-blog-list-item {
	width: 300px;
	float: left;
}
.main-blog-list-item:not(:nth-child(3n)) {
	margin-right: 50px;
}
.main-blog-list-img {
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	height: 100px;
	background: #eee;
}
.main-blog-list-title {
	margin: 0 0 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-blog-list-title a {
	color: inherit;
	font-weight: bold;
}
.main-blog-list-date {
	display: block;
	color: #c5b088;
}


/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}
.side-nav {
	margin: 0 0 20px 0;
}
.side-nav li a {
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 13px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 3px 50%;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}
.side-nav-inner > ul > li > ul {
	padding: 10px;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}
.side-about {
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	background: #222;
}

.side-banner {
}
.side-banner ul {
}
.side-banner ul li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	padding: 40px 0 0;
	text-align: left;
	border-top: 1px #ddd7cc solid;
}
#footer-inner {
	width: 1000px;
	margin: 0 auto 40px;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}
/* left */
.footer-left {
	position: relative;
	max-width: 46%;
	float: left;
}
.footer-title {
	margin-top: 16px;
	color: #928262;
	font-size: 13px;
}
.footer-privacy-policy {
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer-privacy-policy a {
	color: inherit;
}
.footer-privacy-policy a:before {
	content: '\f101';
	color: #928262;
	padding-right: 4px;
	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;
}
/* right */
.footer-right {
	max-width: 54%;
	float: right;
}
.footer-right ul {
	margin: 0 0 6px;
}
.footer-right li {
	float: left;
}
.footer-contact-list {}
.footer-contact-list li {}
.footer-contact-list li:not(:last-child) {
	margin-right: 15px;
}
.footer-about {
	margin: 12px 0 10px;
}
.footer-date-list {
	font-size: 14px;
}
.footer-date-list li:nth-child(1) {
	margin-right: 10px;
}

.footer-banner {
}
.footer-banner-inner {
	padding: 20px 0;
}
.footer-banner ul {
    float: right;
}
.footer-banner li {
	display: inline-block;
	width: 170px;
	margin-bottom: 10px;
}
.footer-banner li:not(:nth-child(3n)) {
	margin-right: 8px;
}

/* copyright */
.footer-copyright {
	width: 100%;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #000;
	font-size: 11px;
	border-top: 1px #ddd7cc solid;
}

/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a {
}

/* heading */
.page-title-wrap {}
.page-title-wrap2 {
	padding: 60px 0;
	margin: 0 0 6px 0;
	background: #f3f0e7;
}
.page-title {
	width: 1000px;
	margin: 0 auto;
	color: #131313;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 8px 0 8px 0;
	color: #9e8350;
	font-size: 23px;
	font-family: 'Noto Serif JP', serif;
	border-bottom: 1px #ddd7cc solid;
}
.entry-content h2 {
	margin: 0 0 20px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 5px 5px 5px 0;
	font-size: 19px;
}
.entry-content h3:before, .h3:before {
	content: '\f138';
	color: #9e8350;
	padding-right: 4px;
	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 h4, .h4 {
	padding: 5px 5px 5px 0;
	font-size: 17px;
}
.entry-content h4:before, .h4:before {
	content: '\f101';
	color: #9e8350;
	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 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}


/* Breadcrumb
------------------------------------------*/
.page-title-wrap3 {
	border-bottom: 1px #f3f0e7 solid;
	margin-bottom: 20px;
}
.breadcrumb-wrap {
	/* display:none; */
	width:1000px;
	margin: 0 auto;
	text-align:left;
}
.breadcrumb-wrap,
.breadcrumb,
.breadcrumb-item {
	display:inline-block;
}

.breadcrumb {
	padding: 0;
	margin: 0 0 6px;
	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
------------------------------------------*/
.blog-nav-group {
	float: left;
	width: 220px;
	text-align: left;
}
.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: 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,
.blog-nav .scroll-area .cs-bar,
.blog-nav .scroll-area .cs-bar-inner {
	height: 200px;
}
.blog-nav .scroll-area {
	position: relative;
	overflow: hidden;
}
.blog-nav .scroll-area .cs-content {
	padding: 0 20px 0 0;
}
.blog-nav .scroll-area .cs-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #eee;
}
.blog-nav .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.blog-nav .scroll-area .cs-drag {
	background: #aaa;
} */


/* Gallery
------------------------------------------*/
.gallery-nav {}
.gallery-nav-list {
	margin: 40px 0 30px;
}
.gallery-nav-list-item {
	float: left;
    margin: 0 24px 10px 0;
}
.gallery-nav-list-item:nth-child(4n) {
	margin-right: 0;
}

/* archive */
.gallery-list {
}
.gallery-list-row {
}
.gallery-list-col {
	padding: 0 15px 15px;
}
.gallery-list-item {
}
.gallery-list-img {
	background: #000 url(/images/default/gallery-photo-hover.png) no-repeat center;
}
.gallery-list-title {
	display: none;
}

/* single */
.gallery-detail {
	padding: 0 15px 15px 15px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
	margin-bottom: 30px;
}
.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;
	vertical-align: middle;
}
.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
------------------------------------------*/
.form-item-content table ul {
	margin-bottom: 0;
}
.form-item-content table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px #ccc solid;
	border-bottom: none;
}
.form-item-content table tr {
	border-bottom: 1px #ccc solid;
}
.form-item-content table th {
	width: 46%;
	text-align: center;
	border-right: 1px #ccc solid;
	background: #ddd;
}
.form-item-content table td {
	padding: 8px;
}

/* 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: var(--main-font-color);
	background-color: var(--main-font-color);
	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: var(--main-a-color);
	background-color: #fff;
	color: var(--main-a-color);
}

/* pagination */
.page-link {
	border-color: var(--main-a-color);
	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: var(--main-a-color);
	background-color: var(--main-a-color);
	color: #fff;
}
