@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
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: #333;
}
a {
	color: #b0a071;
	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;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	background:linear-gradient(90deg,#fff 0%,#fff 50%,#213666 50%,#213666 100%);
}
#header-inner {
	position: relative;
	width: 100%;
	height: 80px;
	background: url(/images/default/header-bg.png) no-repeat center top;
	z-index: 20;
}
.header-logo {
	position: absolute;
	top: 27px;
	left: 25px;
}
.header-btn-group{
	position: absolute;
	top: 0;
	right: 0;
}
.drawer-btn{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.drawer-btn:hover {
	opacity: 0.7;
	cursor: pointer;
}
.drawer-menu a{
	color: inherit;
}


.gnav {
	position: absolute;
	top: 100px;
	left: 0;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.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: 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; }


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

#mainimage {
	position: relative;
	overflow: hidden;
	background:linear-gradient(to bottom,#213666 0%,#213666 90%,#fff 90%,#fff 100%);
	padding-right: 10vw;
}
#mainimage-inner {
	margin: 0 auto;
}
#mainimage-inner::after {
	content: "";
	display: block;
	width: 50vw;
	height: 8vw;
	max-width: 1000px;
	max-height: 171px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0, -50%);
	background: url(/images/default/p1-text.png) no-repeat 0 0 / 100% 100%;
}

/* main-gallery */
.main-gallery {}
.main-gallery .slick-slide {
}
.main-gallery .slick-slide img {
	width: 100%;
}

.mainimage-news{
	position: relative;
}

.main-news {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 30;
	width: 1080px;
	height: 80px;
	background: #ffffff;
}
.main-news-inner {
	position: relative;
	display: flex;
	align-items: center;
}
.main-news-inner::after {
	content:"";
	display: block;
	width: 32px;
	height: 80px;
	position: absolute;
	top: 0;
	right: -32px;
	background:  url(/images/default/news-bgr.png) no-repeat 0 0 / 32px 100%;
}
.main-news-title {
	display: flex;
	height: 80px;
	flex: 0 0 323px;
	padding-left: 5%;
	background: #213666 url(/images/default/news-bgl.png) no-repeat right center / 32px 100%;
}
.main-news-title img{
	align-self: center;
}
.main-news-list {
	padding-left: 20px;
}
.main-news-list-item {
	font-size: 13px;
	color: #213666;
}
.main-news-list-title {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-title > a {
	color: inherit;
}
.main-news-list-date {
	font-size: 13px;
	margin-right: 25px;
}
.main-news-more {
	width: 85px;
	margin-left: auto;
	align-self: center;
}

/* content main
------------------------------------------*/
#content-inner {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner{
	width: 100%;
	padding: 0;
}

#main {
	text-align: left;
}

.main-str {
	padding: 80px 0 79px;
	background: url(/images/default/str-bg.jpg) no-repeat center bottom / cover;
}
.main-str-inner {
	width: 980px;
	margin: 0 auto;
}
.main-str-title {
	margin-bottom: 50px;
	text-align: center;
}
.main-str-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.main-str-list > li{
	flex: 0 0 230px;
	margin-bottom: 20px;
}
.main-str-more{
	margin-top: 30px;
	text-align: center;
}

.gal-service{
	padding: 79px 0 48px;
	background: url(/images/default/content-bg.png) no-repeat center center / cover;
}
.main-gallery {
	margin-bottom: 136px;
}
.main-gallery-title {
	margin-bottom: 39px;
	text-align: center;
}
.main-gallery-inner {}
.main-gallery-list {}
.main-gallery-list-item {
	width: 320px;
	padding: 0 10px;
}
.main-gallery-list-img {
	margin-bottom: 18px;
}
.main-gallery-list-cat {
	display: inline-block;
	margin-right: 10px;
}
.main-gallery-list-cat a {
	display: block;
	padding: 0 10px;
	background: #f0e8d6;
	color: #9d8d6c;
	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-gallery-list-cat a:hover{
	opacity: .7;
}
.main-gallery-list-title > a {
	display: block;
	margin-top: 5px;
	color: inherit;
}
.main-gallery-more {
	margin-top: 40px;
	text-align: center;
}

/* arrows */
.main-gallery .slick-arrow,
.main-gallery .slick-arrow::before {
	width: 22px;
	height: 66px;
}
.main-gallery .slick-arrow {
	position: absolute;
	top: 130px;
}
.main-gallery .slick-arrow.slick-prev {
	left: 0px;
}
.main-gallery .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/main-gallery-prev.png) no-repeat center center;
}
.main-gallery .slick-arrow.slick-next {
	right: 0px;
}
.main-gallery .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/main-gallery-next.png) no-repeat center center;
}

.main-service {}
.main-service-title{
	height: 226px;
	margin: auto;
}
.main-service-title img{
	padding-left: 70px;
}
.main-service-once{
	float: right;
	display: flex;
	align-items: center;
	width: calc(50% - 16px);
	height: 400px;
	margin-bottom: 52px;
	background-repeat: no-repeat;
	background-attachment: cover;
}
.main-service-title,
.main-service-once:nth-child(odd){
	float: left;
	padding-left: calc(50vw - 566px);
	background-position: right center;
}
.main-service-once:nth-child(even){
	padding-right: calc(50vw - 566px);
	background-position: left center;
}
.main-service-once:nth-child(odd) .main-service-body{
	padding: 40px 55px 40px 70px;
	background: url(/images/default/service-li2.png) no-repeat 0 0 / 100% 100%;
}
.main-service-once:nth-child(even) .main-service-body{
	padding: 40px 70px 40px 50px;
	background: url(/images/default/service-li.png) no-repeat 0 0 / 100% 100%;
}
.main-service-title2{
	margin-bottom: 20px;
}
.main-service-text {}
.main-service-more{
	margin-top: 20px;
	text-align: right;
}

.main-bg{
	height: 420px;
	margin-bottom: 100px;
	background: url(/images/default/main-bg.jpg) no-repeat center center / cover;
}

.mainbn{
	width: 980px;
	margin: 0 auto 60px;
}
.mainbn-list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.mainbn-list > li{
	flex: 0 0 300px;
	margin-bottom: 40px;
}
.mainbn-list > li:nth-child(n+4){
	flex: 0 0 470px;
}

.main-shop{
	background: #f4f4f4;
	margin-bottom: 80px;
	padding: 50px 0;
}
.main-shop-list{
	width: 980px;
	margin: 0 auto;
}

.main-blog {
	width: 980px;
	margin: 0 auto 80px;
}
.main-blog-title {
	margin-bottom: 50px;
	text-align: center;
}
.main-blog-inner {
}
.main-blog-list {
	display: flex;
	margin: 0 -10px;
}
.main-blog-list-item {
	width: 230px;
	margin: 0 10px;
}
.main-blog-list-img {
	margin-bottom: 24px;
}
.main-blog-header {
	margin-bottom: 8px;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	font-weight: bold;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-list-date {
	margin-right: 20px;
	color: #999999;
}
.main-blog-list-text {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-more {
	margin-top: 35px;
	text-align: center;
}


/* footer
------------------------------------------*/
.main-con{
	padding: 80px 0;
	background: url(/images/default/con-bg.jpg) no-repeat center center / cover;
	text-align: center;
}
.main-con-inner{
	width: 980px;
	margin: 0 auto;
	padding: 45px 0 47px;
	background: rgba(255,255,255,.8);
}
.main-con-title{
	margin-bottom: 36px;
}
.main-con-list{
	font-size: 0;
}
.main-con li{
	display: inline-block;
}

.footer-gmap,
.footer-gmap iframe{height: 420px;}

#footer {
	background: #9da6c3;
}
#footer-inner {
	position: relative;
	width: 980px;
	padding: 60px 0 20px;
	margin: 0 auto;
}

.pagetop-btn-wrap {
	position: absolute;
	top: -33px;
	right: 0;
	z-index: 20;
}

.footer-logo{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #aab3d3;
}

.footer-con-list {
	margin-bottom: 20px;
}
.footer-con-list > li{
	display: inline-block;
	font-size: 0;
}
.footer-mail{
	padding-left: 23px;
}

.footer-about > p{
	margin-bottom: 10px;
}
.footer-about ul{
	margin: 15px 0;
}
.footer-about ul.footer-about-sns{
	font-size: 0;
}
.footer-about ul.footer-about-sns > li{
	display: inline-block;
	margin: 0 3px;
}

.footer-about .template-backpattern{
	display: inline-block;
	padding: 5px 15px;
	border: none;
	background: #eceef3;
	text-align: left;
}
	
.footer-bottom{
	position: relative;
	background: #213666;
}
.footer-nav {
	width: 980px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 12px;
}
.footer-nav-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.footer-nav li a {
	color: #fff;
}
.footer-nav li a::before {
	content: '\f192';
	color: #c7b590;
	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;
}

.footer-nav li ul {
	display: none;
}

.footer-copyright {
	position: absolute;
	top: 0;
	left: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #9da6c3;
	transform: translate(-50%, 0);
}



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


/* heading */
.page-title-wrap{
	margin-bottom: 58px;
	background: url(/images/default/page-title-bg.jpg) no-repeat center center /cover;
}
.page-title-wrap2{
	width: 980px;
	margin: 0 auto;
	padding: 65px 0 70px;
}
.page-title {
	display: none;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}
.entry-title, .entry-content h2 {
	position: relative;
	margin: 0 0 25px;
	padding: 20px 30px;
	border: 1px solid #9d8d6c;
	font-size: 24px;
	font-weight: bold;
	color: #213666;
}
.entry-title::after, .entry-content h2::after {
	content:"";
	display: block;
	width: 6px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -20px;
	background: #213666;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 15px 20px;
	border-bottom: 2px solid #213666;
	background: #e8eaf3;
	font-size: 20px;
}
.entry-content h4, .h4 {
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
}
.entry-content h4::before, .h4::before {
	content: '\f192';
	color: #9d8d6c;
	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;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: center;
	padding: 0;
	background: none;
	font-size: 12px;
	color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	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
------------------------------------------*/
.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 {
	color: #9d8d6c;
	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 */
.gal-nav{
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #213666;
}
.gal-nav-list{
	display: flex;
	flex-flow: row wrap;
}
.gal-nav-list > li{
	padding: 10px;
}
.gal-nav-list > li > a{
	color: #333333;
}
.gal-nav-list > li > a::before{
	content: '\f105';
	color: #9d8d6c;
	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;
}


.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: #213666;
	background-color: #213666;
	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: #9d8d6c;
	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: #213666;
	color: #fff;
}
