@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: url(/images/default/bg.jpg) repeat;
	font-size: 16px;
}
body {
	line-height: 1.8;
	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: #614300;
}
a {
	color: #614300;
	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: 1200px;
	text-align: center;
	background: url(/images/default/bg.jpg) repeat;

}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	background: url(/images/default/bg5.jpg) repeat-x;
	height: 176px;
}
#header-inner {
	position: relative;
	width: 1200px;
	height: 116px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	right: 0px;
	top: 13px;
	color: #614300;
}
.header-logo {
	position: absolute;
	top: 22px;
	left: 3px;
}
.header-tel {
	position: absolute;
	top: 44px;
	right: 0px;
}
.header-mail {
	position: absolute;
	top: 55px;
	right: 0;
}
.header-nav {
    display: flex;
    position: absolute;
    right: 265px;
    top: 45px;
}
.header-nav > li i {
    font-size: 20px;
}
.header-nav > li a {
	display: block;
    margin: 0 0 0 13px;
    padding: 5px 0 0 0;
    height: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}
.header-nav > li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.header-nav > li a span {
    display: block;
    font-size: 10px;
    font-weight: 500;
}
.gnav {
	background: url(/images/default/bg4.jpg) repeat;
    margin: 0 auto;
}

/* droppy */
.gnav-list { display: flex; gap: 2px; position: relative; text-align: left; zoom: 1; width: 1204px; margin: 0 auto;}
.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; }


.gnav-list > li >a {
	padding: 15px 0 14px;
    text-align: center;
}

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

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 20px auto 20px;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1200px;
}


/* slideshow */
.slideshow {
	margin: 0 calc((-1180px + 1200px)/ 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-inner {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#main {
	/* float: right;
	width: 740px; */
	text-align: left;
}
.template-type-blog #main {
    float: right;
    width: 900px;
}
.home #content-inner {
	width: 100%;
	padding: 0;	
}
.main-message {
	margin: 0 auto 20px;
}
.main-message-inner {
}
.main-message-title {
	margin-bottom: 10px;
}
.main-message-text {
}
.main-message-text p {
	margin-bottom: 5px;
}

.main-news {
	position: relative;
	margin: 0 auto 20px;
}
.main-news-title {
	margin-bottom: 10px;
}
.main-news-inner {
}
.main-news-list {
}
.main-news-list-item {
	padding: 6px 0;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-news-list-date {
	margin-right: 10px;
}
.main-news-list-cat {
	display: inline-block;
	margin-right: 10px;
}
.main-news-list-cat a {
	display: block;
	padding: 0 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-news-list-cat a:hover{
	opacity: .7;
}
.main-news-more {
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-news .scroll-area{
	max-height: 100px;
}

.main-blog {
	position: relative;
	margin: 0 auto 20px;
}
.main-blog-title {
	margin-bottom: 10px;
}
.main-blog-inner {
}
.main-blog-list {
}
.main-blog-list-item {
	margin-bottom: 10px;
}
.main-blog-list-img {
	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;
	margin-top: 3px;
	font-weight: bold;
	color: inherit;
}
.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;
	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 {
	font-size: 12px;
}
.main-blog-more {
	position: absolute;
	top: 0px;
	right: 0px;
}

.main-gallery {
	position: relative;
	margin: 0 auto 20px;
}
.main-gallery-title {
	margin-bottom: 10px;
}
.main-gallery-inner {
}
.main-gallery-list {
}
.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: 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: #614300;
	-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 {
  font-family: "Zen Maru Gothic", serif;
  background: url(/images/default/bg2.jpg) repeat;
}
#footer-inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 35px 20px 0;
}
.footer-nav ul {
    display: flex;
    justify-content: center;
    gap: 10px 25px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.footer-nav ul li {
    font-size: 15px;
    position: relative;
}
.footer-nav ul li:before {
    content: "\f105";
	font-family: 'Font Awesome 5 Free';
    color: #50968b;
    padding-right: 5px;
	font-weight: 600;
}
.footer-logo {
    margin: 0 auto 30px auto;
    padding-top: 30px;
    border-top: 2px #b6b0a2 dotted;
}
.footer-copyright {
    font-size: 11px;
    background: #8c7356;
    color: #fff;
    padding: 6px;
}
.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}
.pagetop-btn-wrap a {
    display: block;
    width: 44px;
    height: 44px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background: #614300;
    border-radius: 50%;
	font-weight: 500;
}

/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {
	font-family: "Zen Maru Gothic", serif;
}

/* heading */
.page-title {
	margin: 0;
    padding: 55px 15px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	background: url(/images/default/bg3.jpg) repeat;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 40px 0;
	padding: 15px 15px 20px 45px;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: bold;
	font-family: "Zen Maru Gothic", serif;
	border-bottom: dotted 2px #6a4d0e;
	position: relative;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.entry-title:before, .entry-content h2:not([class]):before {
	background: url(/images/default/h2.png) no-repeat;
	width: 31px;
	height: 30px;
	position: absolute;
	left: 2px;
	content: '';
	top: 20px;
}
.h3, .entry-content h3:not([class]) {
	margin: 40px 0;
	padding: 0 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #50968b;
    position: relative;
    font-family: "Zen Maru Gothic", serif;
}
.h3:before, .entry-content h3:not([class]):before {
    position: absolute;
    content: '';
    background: #614300;
    width: 4px;
    height: 24px;
    left: 0;
	top: 6px;
}
.h4, .entry-content h4:not([class]) {
	margin: 40px 0;
	font-family: "Zen Maru Gothic", serif;
	padding: 0 0 10px 25px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.h4:before, .entry-content h4:not([class]):before {
    position: absolute;
    content: "\f138";
	font-family: 'Font Awesome 5 Free';
    left: 0;
    color: #50968b;

}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}

/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-end;
	margin: 10px 0 10px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb a {
	color: #50968b;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}


/* 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 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;} */


.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
	width: 250px;
}
.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: #614300;
}

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