@charset "utf-8";

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


/* Typography
------------------------------------------*/

html {
	background: #fff;
	font-size: 16px;
}

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

a {
	color: #191919;
	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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgb(255 255 255 / 80%);
	z-index: 50;
	line-height: 1;
}

body:not(.home) #header {
	position: relative;
}

#header-inner {
	position: relative;
	height: 130px;
	margin: 0 auto;
	z-index: 20;
}

.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 11px;
	color: #aaa;
}

.header-time {
	position: absolute;
	top: 18px;
	right: 344px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
}

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

.header-tel {
	position: absolute;
	top: 19px;
	right: 430px;
	line-height: 1;
}

.header-mail {
	position: absolute;
	top: 10px;
	right: 15px;
}

.gnav {
	position: absolute;
	top: 76px;
	right: 13px;
}


/* droppy */

.gnav-list {
	position: relative;
	text-align: left;
	zoom: 1;
}

.gnav-list > li {
	float: left;
	display: block;
	position: relative;
	z-index: 20;
	line-height: 1;
}

.gnav-list > li + li {
	margin-left: 40px;
}

.gnav-list ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -50%;
	width: 200%;
	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;
}

.header-sns {
	position: absolute;
	right: 224px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	top: 20px;
	width: 101px;
	line-height: 1;
}

.header-sns img {
	width: 27px;
}

.gnav-list > li:nth-child(6) {
	margin-left: 42px;
}

.gnav-list > li:nth-child(5) {
	margin-left: 50px;
}

.gnav-list > li:nth-child(3) {
	margin-left: 36px;
}

.gnav-list > li:nth-child(2) {
	margin-left: 34px;
}


@media screen and (max-width: 1350px) {
	.gnav-list > li + li {
		margin-left: 15px !important;
	}
}


/* mainimage
------------------------------------------*/


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

#mainimage {
	position: relative;
	overflow: hidden;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

#mainimage:before {
	position: absolute;
	content: "";
	z-index: 10;
	background: url(/images/default/mv_txt.png) no-repeat center center / contain;
	width: 560px;
	height: 90%;
	top: 9%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

@media screen and (max-width: 1400px) {
	#mainimage:before {
		height: 40%;
		top: 40%;
	}
}

/* slideshow */


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

.slideshow .slick-dots {
	bottom: -30px;
	display: none !important;
}

.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 {
	margin: 0 auto;
}

body:not(.home) #content-inner {
	width: 1080px;
	padding-bottom: 60px;
}

.top-inner,
.footer-inner-con {
	width: 1080px;
	margin: 0 auto;
}

#main {
	float: right;
	text-align: left;
}

body:not(.home) #main {
	width: 1080px;
}

body:not(.template-type-blog) #main {
	float: none;
}

body.template-type-blog #main {
	width: 850px;
}

.main-news-wrap {
	position: relative;
	background: #fff;
	z-index: 10;
}

.main-news:before {
	position: absolute;
	content: "";
	background: url(/images/default/shadow.png) repeat-x center center;
	width: 100%;
	height: 5px;
	bottom: -5px;
	left: 0;
}

.main-news-wrap .top-inner {
	position: relative;
	padding: 25px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.main-news-wrap:before,
.main-news-wrap:after {
	position: absolute;
	content: "";
	background: url(/images/default/line02.png) repeat-x center top;
	width: 100%;
	height: 1px;
	top: 6px;
	left: 0;
}

.main-news-wrap:after {
	top: inherit;
	bottom: 6px;
}

.main-news-inner {
	width: 864px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between !important;
}

.main-news-list {
	width: 695px;
}

.main-news-list-item {
	padding: 6px 0;
	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 {
	width: 140px;
	margin-right: 0;
	margin-left: auto;
}

.main-blog {
	position: relative;
	margin: 0 auto;
	background: #eeebe5;
	padding-top: 52px;
	padding-bottom: 72px;
	z-index: 8;
}

.main-blog .top-inner {
	position: relative;
}

.main-blog-title {
	margin-bottom: 30px;
}

.main-blog-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.main-blog-list-item {
	margin-bottom: 10px;
	width: 250px;
}

.main-blog-list-item + .main-blog-list-item {
	margin-left: 26px;
}

.main-blog-list-img {
	width: 250px;
	height: 188px;
	margin-right: 10px;
	border: 4px solid #fff;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}

.main-blog-list-img a {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}

.main-blog-list-img a:before {
	content: '';
	display: block;
	padding-top: 180px;
	width: 100%;
	position: relative;
}

.main-blog-list-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
	font-size: 14px;
}

.main-blog-list-title > a {
	display: block;
	margin-top: 8px;
	font-weight: bold;
	color: inherit;
	line-height: 1.3;
}

.main-blog-list-date {
	margin-right: 10px;
	color: #938173;
}

.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: 27px;
	right: 0px;
}

.main-gallery {
	position: relative;
	margin: 0 auto 20px;
}

.main-gallery-title {
	margin-bottom: 10px;
}

.main-works-list-item {
	width: 510px;
}

.main-works-list-item + .main-works-list-item {
	margin-left: 60px;
}

.main-gallery-list {
	position: relative;
}

.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;
}

.main-feature {
	background: #eeebe5;
	padding-top: 60px;
	position: relative;
	padding-bottom: 120px;
	z-index: 5;
}

.main-feature:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-feature-bg.png) no-repeat center top;
	width: 100%;
	height: 100%;
	top: 64px;
	left: 44.4%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.main-feature-title {
	text-align: center;
	margin-bottom: 50px;
}

.main-feature-li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 29px;
}

.main-feature-li li + li {
	margin-left: 30px;
}

.main-feature-li li {
	width: 340px;
}

.main-feature-li .image {
	position: relative;
}

.main-feature-li .image:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-feature-num01.png) no-repeat left top;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.main-feature-li li:nth-child(2) .image:before {
	background-image: url(/images/default/main-feature-num02.png);
}

.main-feature-li li:nth-child(3) .image:before {
	background-image: url(/images/default/main-feature-num03.png);
}

.main-feature > * {
	position: relative;
}

.main-feature-li .text {
	color: #5f5045;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
	line-height: 1.4;
}

.main-feature-li .text span {
	background: linear-gradient(transparent 46%, rgb(255 213 66 / 60%) 0%);
}

.feature_text {
	line-height: 1.8;
}

.main-feature-more {
	margin-top: 38px;
	text-align: center;
}

.main-service {
	position: relative;
	z-index: 10;
}

h2.main-service-title {
	text-align: center;
	margin-top: -60px;
	margin-bottom: 40px;
}

.service_text {
	text-align: center;
	line-height: 1.7;
}

.main-service-li {
	position: relative;
	padding: 155px 0 80px 0;
	margin-bottom: 80px;
}

.interioroption_text {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.main-service-li_ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.main-service-li:before {
	position: absolute;
	content: "";
	background: #f7f7f7;
	width: 1300px;
	height: 100%;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

h3.main-service-title {
	text-align: center;
	margin-top: 56px;
	position: relative;
	z-index: 5;
	margin-bottom: -110px;
}

.main-service-li li {
	position: relative;
	width: 170px;
	margin-top: 12px;
}

.main-service-li li:not(:nth-child(6n+1)) {
	margin-left: 12px;
}

.service_box {
	position: relative;
	min-height: 550px;
	padding-top: 110px;
	padding-bottom: 30px;
}

.service_box figure {
	position: absolute;
	top: 0;
	right: 400px;
	width: 1100px;
}

.service_box .text-block {
	background: #f7f7f7;
	position: relative;
	width: 600px;
	margin-left: auto;
	padding: 154px 61px 74px;
	line-height: 1.9;
}

.service_box .text-block:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-service-block.png) no-repeat right top;
	width: 100%;
	height: 40px;
	top: -40px;
	right: 0;
}

.service_box .stl {
	position: absolute;
	top: -86px;
	left: -44px;
}

.main-service-more {
	position: absolute;
	bottom: -20px;
	right: 30px;
}

.service_box + .service_box {
	margin-top: 70px;
}

.main-service_con .service_box:nth-child(2n) figure {
	right: inherit;
	left: 400px;
}

.main-service_con .service_box:nth-child(2n) .text-block {
	margin-left: 0;
	margin-right: auto;
}

.main-service_con .service_box:nth-child(2) .stl {
	top: -69px;
}

.main-service_con .service_box:nth-child(2n) .main-service-more {
	right: inherit;
	left: 60px;
}

.main-service_con .service_box:nth-child(3) .stl {
	top: -116px;
	left: -48px;
}

.main-works {
	margin-top: 80px;
	position: relative;
	padding-bottom: 80px;
	overflow: hidden;
}

h2.main-works-title {
	text-align: center;
	margin-bottom: 60px;
	z-index: 10;
	position: relative;
}

.main-works:before {
	position: absolute;
	top: 60px;
	width: 100%;
	height: 100%;
	background: #eeebe5;
	content: "";
	left: 0;
}

.main-works-list-item .image p {
	position: relative;
	width: 360px;
	z-index: 10;
}

.main-works-list-item .image p span {
	display: block;
	background: #fff;
	padding: 6px;
	position: relative;
	z-index: 5;
}

.main-works-list-item .image p:before {
	position: absolute;
	content: "";
	background: url(/images/default/shadow.png) repeat center center;
	width: 100%;
	height: 100%;
	top: 3px;
	left: 3px;
	z-index: 1;
}

.main-works-list-item .image p + p {
	width: 260px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.main-works-list-item .image {
	padding: 85px 0 0 150px;
	position: relative;
}

.main-works-list-item .image:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-works-finish.png) no-repeat center center;
	width: 159px;
	height: 72px;
	z-index: 50;
	top: 20px;
	right: 20px;
}

.main-works-list-item .image:after {
	position: absolute;
	content: "";
	background: url(/images/default/main-works-sketch.png) no-repeat center center;
	width: 74px;
	height: 39px;
	z-index: 50;
	top: 210px;
	left: 20px;
}

.main-works-list-item a {
	text-decoration: none;
	font-size: 16px;
	display: block;
}

.main-works-list-item h3 {
	margin-top: 28px;
	font-weight: bold;
}

.main-gallery-list-cat a {
	background: #5f5045;
	font-size: 13px;
	color: #fff;
	padding: 5px 14px;
	display: inline-block;
	margin-top: 22px;
}

.main-works-more {
	position: relative;
	text-align: center;
	margin-top: 60px;
}

.main-banner01 {
	position: relative;
	z-index: 10;
}

.main-banner01 .top-inner:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-works-il.png) no-repeat center center;
	width: 178px;
	height: 244px;
	z-index: 50;
	top: -187px;
	left: -252px;
}

.main-banner01 .top-inner:after {
	position: absolute;
	content: "";
	background: url(/images/default/main-flow-il.png) no-repeat center center;
	width: 127px;
	height: 122px;
	z-index: 50;
	bottom: 52px;
	right: -237px;
}

.main-banner01 .top-inner {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.main-banner01 .top-inner > div > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: -40px;
}

.main-banner01 .top-inner > div > ul li {
	width: 520px;
	margin-top: 40px;
}

.main-contact {
	background: #b7b4b2 url(/images/default/main-contact-bg.jpg) no-repeat center center / cover;
	padding: 60px 0px 74px;
	position: relative;
}

.main-contact-title {
	text-align: center;
	margin-bottom: 35px;
}

.main-contact .text {
	color: #fff;
	text-align: center;
	max-width: 840px;
	margin: 0 auto 37px;
}

.main-contact:before,
.main-contact:after {
	position: absolute;
	content: "";
	background: url(/images/default/line01.png) repeat-x center center;
	width: 100%;
	height: 1px;
	top: 11px;
	left: 0;
	z-index: 10;
}

.main-contact:after {
	top: inherit;
	bottom: 11px;
}

.contact-btn {
	width: 840px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.contact-btn .tel p {
	text-align: center;
	margin-top: 11px;
	font-size: 15px;
}

.main-banner02 .top-inner {
	position: relative;
	padding-top: 100px;
}

.main-banner02 {
	position: relative;
	z-index: 10;
}

.main-banner02 .top-inner:before {
	position: absolute;
	content: "";
	background: url(/images/default/main-about-il.png) no-repeat center center;
	width: 201px;
	height: 382px;
	top: -23px;
	left: -247px;
	z-index: 20;
}

.main-banner02 .top-inner:after {
	position: absolute;
	content: "";
	background: url(/images/default/main-blog-il.png) no-repeat center center;
	width: 162px;
	height: 219px;
	top: -175px;
	right: -213px;
}

.main-banner02 .top-inner {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.main-banner02 .top-inner > div > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: -40px;
}

.main-banner02 .top-inner > div > ul li {
	width: 520px;
	margin-top: 40px;
}


/* 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-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-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/

#footer {
	background: url(/images/default/footer-bg.png) no-repeat center center / cover;
}

#footer-inner {
	position: relative;
	width: 1080px;
	padding: 43px 0;
	margin: 0 auto;
}

.footer-nav {
	margin-bottom: 20px;
	font-size: 11px;
}

.footer-nav li {
	display: inline-block;
	color: #fff;
}

.footer-nav li + li {
	margin-left: 37px;
}

.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 {
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #5f5045;
	padding: 10px;
}

.main-googlemap .googlemap iframe {
	height: 350px;
}

.flogo {
	margin-top: 59px;
}

.fad {
	text-align: center;
	margin-top: 17px;
	margin-bottom: 13px;
	font-size: 14px;
}

.footer-sns {
	width: 99px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.footer-sns img {
	width: 26px;
}

.fbtn {
	margin: 30px auto 45px;
	background: url(/images/default/line02.png) repeat-x center top;
	width: 670px;
	padding-top: 31px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.f-pp a {
	color: #457447;
	position: relative;
	font-size: 14px;
}

.f-pp a:before {
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0da';
	top: 11px;
	right: 10px;
	padding-right: 6px;
}

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


/* Lower
------------------------------------------*/

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

/* heading */

.page-title-wrap {
	height: 160px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 1080px;
	position: relative;
}

.page-title-wrap:before {
	position: absolute;
	content: "";
	background: url(/images/default/pagetl01.png) no-repeat center center;
	width: 89px;
	height: 87px;
	top: 30px;
	left: -110px;
}

.page-title-wrap:after {
	position: absolute;
	content: "";
	background: url(/images/default/pagetl02.png) no-repeat center center;
	width: 135px;
	height: 111px;
	top: 20px;
	right: -150px;
}

.page-title-wraparea {
	background-color: #eeebe5;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.page-title-wraparea:before,
.page-title-wraparea:after {
	position: absolute;
	content: "";
	background: url(/images/default/line02.png) repeat-x center top;
	width: 100%;
	height: 1px;
	top: 6px;
	left: 0;
}

.page-title-wraparea:after {
	top: inherit;
	bottom: 6px;
}

.page-title {
	padding: 10px 15px;
	font-size: 32px;
	font-weight: bold;
	color: #5f5045;
}

.entry-title,
.entry-content h2 {
	margin: 40px 0 30px;
	padding: 17px 110px 17px 20px;
	border-bottom: 1px solid #ccc;
	background: #457447 url(/images/default/tl_bg01.png) repeat center top;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	position: relative;
}

.entry-title:after,
.entry-content h2:after {
	position: absolute;
	content: "";
	background: url(/images/default/tl_il.png) no-repeat center top;
	width: 91px;
	height: 99px;
	right: 6px;
	top: -35px;
}

.entry-title a,
.entry-content h2 a {
	color: inherit;
}

.entry-content h3,
.h3 {
	margin: 2.6rem 0 1.8rem 0;
	padding: 10px 10px 10px 35px;
	background: #5f5045 url(/images/default/tl_bg02.png) repeat center top;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: relative;
	border-radius: 3px;
}

.entry-content h3:before,
.h3:before {
	background: url(/images/default/tl-icon01.png) repeat center top;
	width: 9px;
	height: 13px;
	position: absolute;
	content: "";
	top: 50%;
	left: 14px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.entry-content h4,
.h4 {
	margin: 2rem 0 1.2rem 0;
	padding: 3px 5px 5px 40px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #457447;
}

.entry-content h4:before,
.h4:before {
	position: absolute;
	content: "";
	background: url(/images/default/tl-icon02.png) repeat center top;
	width: 31px;
	height: 35px;
	top: 0;
	left: 0;
}

.entry-content h5,
.h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/

.breadcrumb {
	justify-content: flex-start;
	margin: 20px 0 80px;
	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;
	color: #ca8047;
}

.breadcrumb-item a {
	color: #ca8047;
}


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

body.template-type-blog .blog-nav-group {
	width: 202px;
}

.blog-nav {
	margin: 50px 0 20px 0;
	text-align: left;
}

.blog-nav-title {
	padding: 0 60px 10px 0;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/default/tl-line.png) no-repeat center center;
	width: 202px;
	height: 32px;
	color: #5f5045;
}

.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 1.5rem;
	background: url(/images/default/line02.png) repeat-x center bottom;
	font-size: 0.8rem;
	color: inherit;
}

.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.35rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f0da';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #688e6a;
}

.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-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-main {
	margin: 0 0 20px;
}

.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: #ca8047;
	background-color: #ca8047;
	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: #202020;
	background-color: #fff;
	color: #202020;
}


/* pagination */

.page-link {
	border-color: #9e9e9e;
	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: #999999;
	background-color: #9e9e9e;
	color: #fff;
}