@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: #FF9900;
	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: 980px;
	text-align: center;
	background: url(/images/default/bg.jpg) repeat top left / auto auto;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {}
#header-inner {
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	color: #857967;
	font-size: 11px;
}

.home #header {}
.home #header-inner {
	height: 66px;
}

.home .site-description {
	top: 170px;
}

.header-logo {
	position: absolute;
	top: 66px;
	left: 0;
}
.home .header-logo {
	top: 40px;
}

.header-form {
    position: absolute;
    top: 70px;
    left: 120px;
}
.header-form-list {}
.header-form-list li {}

.home .header-form {
	top: 190px;
	left: 0;
    right: auto;
}

.gnav {
	position: absolute;
	top: 70px;
	left: 314px;
}

/* droppy */
.gnav-list {
	position: relative; text-align: left; zoom: 1;
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: self-start; /* self-end self-start center */
	justify-content: flex-start; /* flex-end center nowrap space-between space-around */
}
.gnav-list li { display: block; position: relative; z-index: 20; }
.gnav-list li:not(:last-child) { margin-right: 30px; }
.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; }

.home .gnav {
	top: 260px;
	left: 0;
}
.home .gnav-list {
	flex-direction: column;
}
.home .gnav-list li {}
.home .gnav-list li:not(:last-child) { margin: 0 0 20px 0; }


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

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 60px;
}
#mainimage-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-left: 200px;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 980px)/ 2); */
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
	border-radius: 6px;
}

/* 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-inner {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	float: right;
	width: 730px;
	text-align: left;
	line-height: 2;
}
.home #main {
	width: 600px;
}

.main-message {
	margin-bottom: 60px;
}
.main-message-inner {}
.main-message-text {}
.main-message-text p {
	font-size: 15px;
}

.main-blog {
	position: relative;
	margin: 0 auto 20px;
}
.main-blog-title {
	margin-bottom: 20px;
}
.main-blog-inner {
}
.main-blog-list {
	border-top: 1px #aaa393 dashed;
}
.main-blog-list-item {
	position: relative;
	padding: 10px 20px 10px 0;
	border-bottom: 1px #aaa393 dashed;
}
.main-blog-list-item:before {
	content: '\f138';
	color: #aaa393;/*#fff*/
	position: absolute;
	top: 50%;
	right: 0;
	transform: scale(0.8) translate(0, -50%);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free'; /* FontAwesome */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.main-blog-list-img {
	display: none;
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	background: #eee;
}
.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	font-weight: bold;
	color: inherit;
}
.main-blog-list-date {
	float: left;
	margin-right: 10px;
}
.main-blog-list-cat {
	display: none;
	/* display: inline-block; */
	margin-right: 10px;
}
.main-blog-list-cat a {
	display: block;
	padding: 0px 10px;
	background: #eee;
	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-list-text {
	display: none;
	font-size: 12px;
}
.main-blog-more {
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-blog .scroll-area{
	/* max-height: 100px; */
}

.main-gallery {
	position: relative;
	margin: 0 auto 20px;
}
.main-gallery-title {
	margin-bottom: 10px;
}
.main-gallery-inner {
}
.main-gallery-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.main-gallery-list-item {
}
.main-gallery-list-img {
	margin-bottom: 5px;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-more {
	position: absolute;
	top: 0px;
	right: 0px;
}


/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 240px;
	text-align: left;
}
.home #sidebar {
	width: 330px;
}

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

.side-nav {
	display: none;
	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 {
	background: url(/images/default/bg02.png) repeat-x top left / auto auto;
	border-bottom: 10px #372b20 solid;
}
#footer-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 40px 160px;
}

.footer-about {
	text-align: left;
}
.footer-about-inner {
	position: relative;
	display: grid;
	grid-template-columns: 260px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.footer-about-img {
	content: '';
	position: absolute;
	top: -30px;
	left: -160px;
}
.footer-about-img img {
	border-radius: 50%;
}
.footer-about-text {
	font-size: 13px;
}
.footer-about-text p {}

.footer-nav {
	margin-bottom: 20px;
	font-size: 13px;
}
.footer-nav ul {
	display: flex;
	flex-direction: row; /*row-reverse column-reverse*/
	flex-wrap: wrap;
	align-items: center; /* self-end self-start center */
	justify-content: flex-end; /* flex-start flex-end center nowrap space-between space-around */
}
.footer-nav li {
	height: 40px;
	color: #403226;
	line-height: 40px;
}
.footer-nav li:not(:last-child)::after {
	content:"|";
	padding: 0 5px;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	color: #999;
	font-size: 11px;
	text-align: right;
}

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


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


/* heading */
.page-title {
	margin: 0 0 30px 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #857967;
	/* border-left: 6px solid #666; */
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 6px 0;
	font-size: 16px;
	font-weight: bold;
    border-bottom: #CBC5BC 1px solid;
}
.entry-title:before, .entry-content h2:before {
	content: '\f105';
	color: #d3d32c;/*#fff*/
	padding-right: 10px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free'; /* FontAwesome */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 5px 10px;
	font-size: 16px;
	color: #574F42;
	font-weight: bold;
	background: url(/images/default/bg02.png) repeat top left;
}
.entry-content h3:before, .h3:before {
	content: '\f105';
	color: #d9e636;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free'; /* FontAwesome */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.entry-content h4, .h4 {
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #574F42;
	border-left: #574F42 3px solid;
}
.entry-content h5, .h5 {
	padding: 5px 0;
	font-weight: bold;
	border-bottom: #574F42 1px dashed;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {
	margin-bottom: 40px;
}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 10px;
	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 {
	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;
	color: #F90;
	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 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 20px;
}
.gallery-list-item {
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-sub {}
.gallery-detail-sub ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.gallery-detail-sub li {}

.gallery-voice {}
.gallery-voice-title {
	margin-bottom: 20px;
	padding: 5px 20px;
	color: #403226;
	font-size: 16px;
	/* font-weight: bold; */
	background: linear-gradient(90deg, #c0baae 0%, #c0baae 60%, #ffffff 60%, #ffffff 100%);
}
.gallery-voice-title:before {
	content: '\f105';
	color: #d9e636;/*#fff*/
	padding-right: 6px;
	margin-left: -0px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free'; /* FontAwesome */
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.gallery-voice-text {}

/* 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: #FF9900;
}

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

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

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