@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: #222;
}
a {
	color: #fe9525;
	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;
	background-color: #faf9f5;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 80px;
}

#main {
	text-align: left;
	line-height: 2;
}

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

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


/* header
------------------------------------------*/
#header {
	background: url(/images/default/header-bg.png) repeat-x center 0;
	background-color: #fff;
}
#header-inner {
	position: relative;
	max-width: 100%;
	min-width: 1060px;
	/* height: 4.18vw; */
	height: 80px;
	margin: 0 auto;
	z-index: 1000;

}
.site-description {
	display: none;
}
.header-logo {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 1000;
}
.header-tel {
	position: absolute;
	top: 55px;
	right: 50px;
}
.header-mail {
	position: absolute;
	top: 55px;
	right: 0;
}
.gnav {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 200px;
}

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


@media screen and (max-width: 1426px) {
	/* gnav li */
	.gnav-list > li:nth-child(7) { width: 190px; }
	.gnav-list > li:nth-child(8) { width: 119px; }
}
@media screen and (max-width: 1367px) {
	#header-inner {
		height: 60px;
	}
	/* gnav li */
	.gnav-list > li:nth-child(1) { width: 120px; }
	.gnav-list > li:nth-child(2) { width: 88px; }
	.gnav-list > li:nth-child(3) { width: 99px; }
	.gnav-list > li:nth-child(4) { width: 78px; }
	.gnav-list > li:nth-child(5) { width: 112px; }
	.gnav-list > li:nth-child(6) { width: 90px; }
}
@media screen and (max-width: 1115px) {
	#header-inner {
		height: 56px;
	}
	/* gnav li */
	.gnav-list > li:nth-child(1) { width: 114px; }
	.gnav-list > li:nth-child(2) { width: 83px; }
	.gnav-list > li:nth-child(3) { width: 94px; }
	.gnav-list > li:nth-child(4) { width: 74px; }
	.gnav-list > li:nth-child(5) { width: 107px; }
	.gnav-list > li:nth-child(6) { width: 86px; }
	.gnav-list > li:nth-child(7) { width: 181px; }
	.gnav-list > li:nth-child(8) { width: 113px; }
}
/* gnav li */
/* .gnav-list > li:nth-child(1) { width: 8.4vw; } */
/* .gnav-list > li:nth-child(2) { width: 6.15vw; } */
/* .gnav-list > li:nth-child(3) { width: 6.96vw; } */
/* .gnav-list > li:nth-child(4) { width: 5.48vw; } */
/* .gnav-list > li:nth-child(5) { width: 7.865vw; } */
/* .gnav-list > li:nth-child(6) { width: 6.303vw; } */
/* .gnav-list > li:nth-child(7) { width: 13.34vw; } */
/* .gnav-list > li:nth-child(8) { width: 8.34vw; } */



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

#mainimage {
	position: relative;
	height: 910px;
	margin: 0 auto 70px;
	overflow: hidden;
}
#mainimage:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 910px;
	background: 
	url(/images/default/mv-wrap-img.png) no-repeat bottom left / 62vw auto,
	url(/images/default/mv-wrap.png) no-repeat top left / 100% 100%;
	z-index: 10;
}
#mainimage-inner {
	position: relative;
	max-width: 1920px;
	min-width: 1080px;
	margin: 0 auto;
}
#mainimage-inner img {
	max-width: 1920px;
	min-width: 1080px;
	height: 741px;
	object-fit: cover;
}
.home .site-description {
	display: block;
    position: absolute;
    bottom: -20px;
    left: 4.9vw;
    color: #c0b096;
    font-size: 11px;
    z-index: 10;
}
.mainimage-text-wrap {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	width: 52vw;
	margin: 0 auto;
	z-index: 10;
}
.mainimage-text-inner {
	position: relative;
}
.mainimage-text-inner:before {
	content: '';
	position: absolute;
    bottom: 0;
    right: -16vw;
	width: 179px;
	height: 485px;
	background: url(/images/default/mv-top.png) no-repeat top left / 100% 100%;
	z-index: 10;
}
.mainimage-text {
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
	text-align: right;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1080px)/ 2); */
}
.slideshow .slick-slide {
}
.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;
}
/* arrows */
.main-slideshow-list .slick-arrow,
.main-slideshow-list .slick-arrow::before {
	width: 100px;
	height: 100px;
}
.main-slideshow-list .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -50px;
}
.main-slideshow-list .slick-arrow.slick-prev {
	left: -120px;
}
.main-slideshow-list .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/main-prev.png) no-repeat center center;
}
.main-slideshow-list .slick-arrow.slick-next {
	right: -120px;
}
.main-slideshow-list .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/main-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.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
------------------------------------------*/
.main-menu {
	margin-bottom: 34px;
}
.main-menu-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-menu-title {
	margin-bottom: 32px;
	text-align: center;
}
.main-menu-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; /* flex-end flex-start nowrap */
}
.main-menu-list-item {
	position: relative;
	width: 344px;
	margin-bottom: 20px;
}
.main-menu-list-item:not(:nth-child(3n)) { margin-right: 24px; }
.main-menu-list-img-wrap {
	position: relative;
	margin-bottom: 40px;
}
.main-menu-list-img {
	border-radius: 48px 48px 0 0;
	overflow: hidden;
}
.main-menu-list-img:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 324px;
	height: 300px;
	border: 1px #fff solid;
	border-radius: 48px 48px 0 0;
}
.main-menu-list-img img {
	width: 344px;
	height: 320px;
	object-fit: cover;
}
.main-menu-list-title {
	position: absolute;
    bottom: 0;
    left: 50%;
	transform: translate(-50%, 50%);
	width: 280px;
	height: 56px;
}
.main-menu-list-text {
	font-size: 13px;
}
.main-menu-list-a {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-menu-list-a:hover {
	background: rgba(255,255,255,0.2);
}

.main-content {
	padding: 0 0 274px;
	background: 
	url(/images/default/main-gallery-bg01.png) no-repeat bottom center / 100% auto,
	url(/images/default/main-content-bg.png) no-repeat bottom center / 100% auto;
}
.main-content-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-content-title {
	margin-bottom: 42px;
	text-align: center;
}
.main-content-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; /* flex-end flex-start nowrap */
}
.main-content-list-item {
	position: relative;
	margin-bottom: 10px;
}
.main-content-list-item:not(:nth-child(5n)) { margin-right: 20px; }
.main-content-list-img {
	position: relative;
	margin-bottom: 8px;
	border-radius: 50% 50% 0 0;
	overflow: hidden;
}
.main-content-list-img img {
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.main-content-list-img:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 190px;
	height: 190px;
	border: 1px #fff solid;
	border-radius: 50% 50% 0 0;
}
.main-content-list-title {
	text-align: center;
}
.main-content-list-a {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-content-list-a:hover {
	background: rgba(255,255,255,0.2);
}
.main-content-text {
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.8px;
}

.main-gallery {}
.main-gallery-inner {
	position: relative;
	padding: 52px 0 76px;
	background: url(/images/default/main-gallery-bg02.png) repeat-y top center / 100% auto;
}
.main-gallery-title {
	position: absolute;
	top: -146px;
	left: 0;
	right: 0;
	text-align: center;
}
.main-gallery-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	width: 1080px;
	margin: 0 auto;
}
.main-gallery-list-item {
	float: left;
	width: 520px;
	margin-right: 30px;
}
.main-gallery-list-img {
	position: relative;
	width: 520px;
	height: 320px;
	margin-bottom: 20px;
}
.main-gallery-list-img img {
	border: 4px #fff solid;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.6);
}
.main-gallery-list-img a {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/default/main-gallery-top.png) no-repeat top center / 100% 100%;
}
.main-gallery-list-img a:hover {
	background: rgba(255,255,255,0.2) url(/images/default/main-gallery-top.png) no-repeat top center / 100% 100%;
}
.main-gallery-list-before {
	position: absolute;
	top: 0;
	left: 0;
}
.main-gallery-list-after {
	position: absolute;
	bottom: 0;
	right: 0;
}
.main-gallery-list-title {
	text-align: center;
}
.main-gallery-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-gallery-more {
	margin-top: 52px;
	text-align: center;
}

.main-news {
	position: relative;
	margin: 63px auto 0;
	padding-bottom: 166px;
	background: url(/images/default/main-concept-bg01.png) no-repeat bottom center / 100% auto;
}
.main-news-title {
	margin-bottom: 57px;
	text-align: center;
}
.main-news-inner {
	width: 1080px;
	margin: 0 auto 16px;
}
.main-news-list {}
.main-news-list-item {}
.main-news-list-img-wrap {
	float: left;
	width: 460px;
	margin: 0 40px 10px 0;
	background: #fff0e0;
}
.main-news-list-img {
    transform: rotate(-4deg) translate(16px, -10px);
}
.main-news-list-img img {
	/* width: 460px; */
	/* height: 340px; */
	/* object-fit: cover; */
}
.main-news-list-textbox {
	float: right;
	width: 560px;
}
.main-news-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px auto 20px;
	font-size: 19px;
	color: #F9942D;
}
.main-news-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-news-list-date {
	color: #c0b096;
	text-align: right;
	letter-spacing: 0.8px;
}
.main-news-list-cat {
	display: none;
	/* 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 {
	margin-top: 20px;
	text-align: right;
}
/* .main-news .scroll-area{
	max-height: 100px;
} */

.main-concept {
	position: relative;
	padding: 105px 0 40px;
	background: 
	url(/images/default/main-concept-bg-hover02.png) no-repeat bottom center / 100% auto,
	url(/images/default/main-concept-bg-hover01.png) no-repeat top center / 100% auto,
	url(/images/default/main-concept-bg02.png) repeat-y top center / 100% auto;
}
.main-concept:before {
	content: '';
	position: absolute;
	bottom: -134px;
	left: 0;
	width: 100%;
	height: 134px;
	background: url(/images/default/main-concept-bg03.png) no-repeat top center / 100% 100%;
}
.main-concept-title {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	text-align: center;
}
.main-concept-inner {
	padding: 120px 0 0;
}
.main-concept-inner:nth-of-type(1) {
	min-height: 760px;
	background: url(/images/default/main-concept-img01.png) no-repeat top center / 100% auto;
}
.main-concept-inner:nth-of-type(2) {
	margin-top: -40px;
	min-height: 703px;
	background: url(/images/default/main-concept-img02.png) no-repeat top center / 100% auto;
}
.main-concept-list-wrap {
	width: 1080px;
	margin: 0 auto;
}
.main-concept-list {
	width: 580px;
}
.main-concept-inner:nth-of-type(1) .main-concept-list { margin-right: auto; }
.main-concept-inner:nth-of-type(2) .main-concept-list { margin-left: auto; }
.main-concept-list-item {
	margin-bottom: 20px;
}
/* normal*/
.main-concept-list-title {
	margin-bottom: 10px;
	color: #fe9525;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.6px;
}
.main-concept-list-text {}
/* item-inner */
.main-concept-list-item-inner {
	padding: 30px;
	background: #fff;
	border: 1px #dcc7a6 solid;
}
.main-concept-list-item-inner .main-concept-list-title {
	color: #222;
	font-size: 15px;
}
.main-concept-list-item-inner .main-concept-list-title:before {
	content: '\f3c5';
	color: #fe9525;
	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;
}
.main-concept-list-wrap .main-concept-list-text {}

.main-contact-wrap {
	margin-bottom: 80px;
}
.main-contact {
	padding: 212px 0 70px;
	background: url(/images/default/main-contact-bg.png) no-repeat bottom center / 100% auto;
}
.main-contact-inner {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 45px 66px;
	text-align: center;
	background: #fff url(/images/default/main-contact-inner-bg.png) no-repeat top center / 100% auto;
	border: 3px #dec7a2 solid;
}
.main-contact-inner:before,
.main-contact-inner:after {
	content: '';
	position: absolute;
	top: -52px;
	width: 170px;
	height: 120px;
}
.main-contact-inner:before {
	left: -48px;
	background: url(/images/default/main-contact-icon01.png) no-repeat top center / 100% 100%;
}
.main-contact-inner:after {
	right: -48px;
	background: url(/images/default/main-contact-icon02.png) no-repeat top center / 100% 100%;
}
.main-contact-title {
	margin-bottom: 36px;
}
.main-contact-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between; /* flex-end flex-start nowrap */
	margin-bottom: 30px;
}
.main-contact-list li {}
.main-contact-text {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.4px;
}

.main-blog {}
.main-blog-title {
	margin-bottom: 20px;
}
.main-blog-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.main-blog-list {
}
.main-blog-list-item {
	width: 244px;
	margin-right: 32px;
}
.main-blog-list-img {
	margin-bottom: 20px;
	border-radius: 50%;
	overflow: hidden;
}
.main-blog-list-img img {
	width: 244px;
	height: 244px;
	object-fit: cover;
}
.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 {
	display: none;
	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 {
	margin-top: 30px;
	text-align: center;
}


/* 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-inner > ul > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-inner > ul > li > a::before{
	content: '\f105';
	color: inherit;
	padding-right: 5px;
	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;
}
.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-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/footer-wrap-line.jpg) repeat-x top left;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 55px 0 120px;
	margin: 0 auto;
}

.footer-about {}
.footer-about-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between; /* flex-end flex-start nowrap */
}
.footer-logo {}
.footer-about-text {
	width: 420px;
	text-align: left;
	line-height: 2.2;
	letter-spacing: 1.2px;
}

.footer-copyright {
	margin-top: 40px;
	color: #c8ac83;
	font-size: 10px;
	text-align: right;
	letter-spacing: -0.2px;
}


.footer-nav {
	display: none;
	margin-bottom: 20px;
	font-size: 11px;
}
.footer-nav li {
	display: inline-block;
	color: #fff;
}
.footer-nav li:not(:last-child)::after {
	content:"|";
	padding: 0 5px;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}
.fix-wrap {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 23px 0;
	background: url(/images/default/footer-bg.png) repeat-x top left;
	z-index: 10;
}
.fix-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end; /* flex-end flex-start nowrap */
	width: 1080px;
	margin: 0 auto;
}
.fix-inner > div:not(:first-child) {
	padding-left: 30px;
}
.fix-inner > div:first-child {
	width: 336px;
	margin-right: auto;
}
.fix-text {
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 3.2px;
}
.pagetop-btn-wrap {}


/* Lower
------------------------------------------*/
/* heading */
.page-title-wrap {
	margin: 0 0 20px 0;
	padding: 100px 0;
	background:
	url(/images/default/h1-top02.png) no-repeat top right / auto 100%,
	url(/images/default/h1-top01.png) no-repeat top left / auto 100%,
	url(/images/default/h1-img.png) no-repeat top center / cover;
}
.page-title-inner1 {}
.page-title-inner2 {}
.page-title {
	width: 980px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
}
.entry-content h2, .entry-title {
	margin: 0 0 20px;
	padding: 10px 30px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	background: url(/images/default/h2-bg.jpg) repeat top left;
	border-radius: 20px 20px 0 0;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	background: url(/images/default/h3-line.jpg) repeat-x bottom left;
}
.entry-content h4, .h4 {
	padding: 0 0 0 5px;
	font-size: 15px;
	font-weight: bold;
}
.entry-content h4:before, .h4:before {
	content: '\f192';
	color: #fe9525;
	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
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	padding: 0;
	margin: 10px 0 20px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	color: #fe9525;
	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 #ddd;
	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: 15px;
	font-weight: bold;
	text-align: center;
}
.gallery-list-title a {
	color: inherit;
}
.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;
}

/* ba archive */
.gallery-list-img {
	position: relative;
	width: 520px;
	height: 320px;
	margin-bottom: 20px;
}
.gallery-list-img img {
	border: 4px #fff solid;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.6);
}
.gallery-list-img a {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/default/main-gallery-top.png) no-repeat top center / 100% 100%;
}
.gallery-list-img a:hover {
	background: rgba(255,255,255,0.2) url(/images/default/main-gallery-top.png) no-repeat top center / 100% 100%;
}
.gallery-list-before {
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-list-after {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 48%;
	padding: 0 10px 65px;
	background: url(/images/default/ba-detail-be.png) no-repeat bottom center;
}
.ba-detail-after {
	background: url(/images/default/ba-detail-af.png) no-repeat bottom center;
}
.ba-detail-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub {
	margin-bottom: 30px;
	padding-bottom: 10px;
	background: url(/images/default/h3-line.jpg) repeat-x bottom left;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}

/* gallery-navs */
.gallery-navs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between; /* flex-end flex-start nowrap */
	margin-bottom: 40px;
	padding: 20px;
	border: 1px #dec7a2 solid;
}
.gallery-navs-inner {}
.gallery-navs-inner:nth-child(1) { width: 40%; }
.gallery-navs-inner:nth-child(2) { width: 56%; }
.gallery-navs-inner:not(:last-child) {
	border-right: 1px #dec7a2 dashed;
}
.gallery-navs-title {
	margin-bottom: 10px;
	color: #fe9525;
	font-size: 17px;
	font-weight: bold;
}
.gallery-navs ul {}
.gallery-navs ul a {
	color: inherit;
}
.gallery-navs li {}
.gallery-navs li a:before {
	content: '\f138';
	color: #fe9525;
	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;
}
.gallery-navs-inner:nth-of-type(1) ul {
	  column-count: 2;
}
.gallery-navs-inner:nth-of-type(2) ul {
	  column-count: 4;
}


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

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