@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: #2b2624;
}
a {
	color: #f98334;
	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;
	position: relative;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
	position: relative;
	z-index: 10;
}


/* float-btn
------------------------------------------*/
#float-btn{
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 99999;
}
#float-btn ul li{
	margin-bottom: 10px;
}

/* header
------------------------------------------*/
#header {
}
#header-inner {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 11px;
	color: #b1acaa;
}
.header-logo {
	position: absolute;
	top: 26px;
	left: 32px;
}
.header-tel {
	position: absolute;
	top: 44px;
	right: 30px;
	text-align: right;
}
.header-tel .tel-fax{
	display: flex;
	justify-content: flex-end;
}
.header-tel .tel-fax img:last-child{
	margin-left: 30px;
}
.header-tel p{
	margin-top: .5em;
}
.gnav {
	position: absolute;
	top: 150px;
	right: 30px;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; margin-left: 40px; }
.gnav-list li a{
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.gnav-list li a:hover{
	opacity: .7;
}
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 150px; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; margin: 0; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 11px; font-weight: 500; 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; }


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

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto 80px;
}
#mainimage-inner {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1700px;
}

/* slideshow */
.slideshow {
	width: 100%;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
	width: 100%;
}
.slideshow .slick-slide img {
	width: 100%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.mv-catch{
	position: absolute;
	bottom: calc((100 / 1920) * 100vw);
	left: 0;
	width: calc((660 / 1920) * 100vw);
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 180px;
}

#main {
	width: 1080px;
	text-align: left;
}
.home #content-inner{
	width: 100%;
}
.home #main {
	width: 100%;
	text-align: center;
}
.template-type-blog #main {
	float: right;
	width: 800px;
}

.main-reason{
	margin-bottom: 200px;
}
.main-reason h2{
	margin-bottom: 65px;
}
.main-reason-main{
	margin: 0 auto;
	width: 1080px;
}
.main-reason ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.main-reason ul li .image{
	margin-bottom: 30px;
}
.main-reason ul li h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: .5em;
}
.main-reason ul li h3 span{
	color: #f98334;
}
.main-reason ul li .text{
	padding: 0 15px;
	line-height: 2;
	text-align: left;
	font-weight: 500;
}

.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-concept {
	position: relative;
	margin: 0 auto 100px;
	width: 1280px;
	display: flex;
	justify-content: space-between;
	background: url(/images/default/main-concept-dot01.png) no-repeat 0 200px;
}
.main-concept:before{
	display: block;
	content: '';
	position: absolute;
	bottom: 200px;
	right: 300px;
	width: 90px;
	height: 81px;
	background: url(/images/default/main-concept-dot02.png) no-repeat 0 0;
	z-index: 10;
}
.main-concept:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 124px;
	right: 180px;
	width: 360px;
	height: 380px;
	background: url(/images/default/main-concept-bg.png) no-repeat 0 0;
}
.main-concept h2{
	padding-left: 40px;
	margin-bottom: 50px;
}
.main-concept .texts{
	padding-top: 16px;
	width: 590px;
	text-align: left;
}
.main-concept .text,
.main-concept .btns{
	padding-left: 100px;
}
.main-concept .text{
	margin-bottom: 70px;
}
.main-concept .btns{
	display: flex;
	justify-content: space-between;
}
.main-concept .images{
	position: relative;
	width: 640px;
	height: 725px;
	z-index: 5;
}
.main-concept .images div{
	position: absolute;
}
.main-concept .images div:first-child{
	top: 0;
	left: 0;
}
.main-concept .images div:last-child{
	bottom: 0;
	right: 0;
}

.main-pickup-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 835px;
	background: url(/images/default/main-pickup-bg.png) no-repeat center 0 / cover;
}
.main-pickup{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	width: 980px;
	height: 635px;
	background: rgba(255,255,255,.9);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.main-pickup h2{
	margin-bottom: 45px;
}
.main-pickup height:3px { 
 	font size :  30px ; 
 	font weight :  bold ; 
 	color :   #f98334 ; 
 	margin bottom :  .8em ; 
 }
.main-pickup h3{
	font-size: 30px;
	font-weight: bold;
	color: #f98334;
	margin-bottom: .8em;
}
.main-pickup .text{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 3.0em;
	line-height: 1.8;
}

.main-reform-wrapper{
	margin-bottom: 150px;
	background: url(/images/default/main-reform-bg02.png) repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.main-reform{
	background: url(/images/default/main-reform-bg01.png) no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.main-reform-inner{
	background: url(/images/default/main-reform-bg03.png) no-repeat center bottom;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.main-reform h2{
	margin: 0 auto;
	padding: 120px 156px 100px 0;
	width: 1280px;
	text-align: right;
}
.main-reform-main{
	margin: 0 auto;
	width: 1280px;
}
.main-reform h2 img{
	width: 535px !important;
}
.main-reform ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 80px;
}
.main-reform ul li{
	position: relative;
	height: 520px;
}
.main-reform ul li .image{
	position: absolute;
	top: 40px;
	left: 100px;
	z-index: 10;
}
.main-reform ul li .texts{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 57px 100px 0 180px;
	width: 780px;
	text-align: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url(/images/default/main-reform-bg04.png) no-repeat center 0;
}
.main-reform ul li:nth-child(even) .image{
	left: auto;
	right: 100px;
}
.main-reform ul li:nth-child(even) .texts{
	right: auto;
	left: 0;
	padding: 57px 180px 0 100px;
}
.main-reform ul li h3{
	margin-bottom: 36px;
}
.main-reform ul li .text{
	margin-bottom: 3.0em;
}
.main-reform ul li .btns{
	display: flex;
	justify-content: flex-start;
}
.main-reform ul li .btns a{
	display: block;
	margin-right: 10px;
}

.main-works{
	margin: 0 auto 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 1400px;
	height: 785px;
	background: url(/images/default/main-works-bg.png) no-repeat center 0 / cover;
}
.main-works h2{
	margin-bottom: 55px;
}
.main-works-main{
	margin: 0 auto;
	width: 1080px;
}
.main-works ul{
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.main-works ul li .image{
	margin-bottom: 20px;
}
.main-works ul li .image img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.main-works ul li h3{
	text-align: left;
}
.main-works ul li h3 a{
	display: block;
	margin-top: .5em;
	color: inherit;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-works ul li h3 .cat{
	display: block;
}
.main-works ul li h3 .cat a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 1.0em;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background: #655145;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-works ul li h3 .cat a:hover{
	opacity: .7;
}

.main-column{
	margin: 0 auto;
	width: 1080px;
}
.main-column h2{
	position: relative;
	margin-bottom: 50px;
	height: 76px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-column ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 27px;
}
.main-column ul li .image{
	margin-bottom: 20px;
}
.main-column ul li .image img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.main-column ul li h3{
	text-align: left;
}
.main-column ul li h3 a{
	display: block;
	margin-top: .5em;
	color: inherit;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-column ul li h3 .date{
	color: #b1b1b1;
}

/* content sidebar
------------------------------------------*/
#sidebar {
	display: none;
}
.template-type-blog #sidebar {
	display: block;
	float: left;
	width: 240px;
	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: #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/footer-bg.png) no-repeat center center / cover;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 80px 0;
	margin: 0 auto;
}

.footer-nav {
	margin-bottom: 60px;
	padding-bottom: 60px;
	font-size: 14px;
	border-bottom: #655145 1px dashed;
}
.footer-nav ul{
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
}
.footer-nav li {
	display: inline-block;
}
.footer-nav li a {
	color: #61a70f;
}
.footer-logo {
	margin-bottom: 40px;
}

.footer-about{
	color: #655145;
	font-weight: 500;
}

.footer-bottom a{
	color: #fff;
}
.footer-bottom a:before{
	content: '\f101';
	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;
}
.footer-bottom{
	height: 50px;
	line-height: 50px;
	background: #f98334;
	padding: 0 calc((50vw - 4px) - 540px);
	font-size: 12px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.footer-copyright {
	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-area{
	margin-bottom: 80px;
	background: url(/images/default/page-title-bg.png) no-repeat center 0 / cover;
}
.page-title-area-inner{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	text-align: left;
	width: 1080px;
	height: 240px;
}
.page-title {
	font-size: 32px;
	font-weight: bold;
	color: #655145;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 14px 10px 14px 70px;
	background: #f98334 url(/images/default/entry-title-bg.png) no-repeat 10px 50%;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 0 0 25px;
	padding: 10px 0;
	font-size: 24px;
	font-weight: bold;
	color: #655145;
	border-bottom: #61a70f 4px dashed;
}
.entry-content h3:before, .h3:before {
	content: '\f101';
	padding-right: 10px;
	color: #f98334;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.entry-content h4, .h4 {
	padding: 5px;
	border-left: 5px solid #ccc;
	font-size: 15px;
	font-weight: bold;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 20px 0 0;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb a{
	color: #61a70f;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	color: #61a70f;
	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;
	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: #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;
}
