@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: #000;
}
a {
	color: #0093bf;
	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 {
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 210px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 13px;
	left: 0;
	font-size: 10px;
	color: #999;
	letter-spacing: .5px;
}
.header-logo {
	position: absolute;
	top: 40px;
	left: 0;
}
.header-slogan{
	position: absolute;
	top: 61px;
	left: 278px;
}
.header-tel {
	position: absolute;
	top: 25px;
	right: 190px;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #111;
}
.header-tel a{
	color: inherit;
}
.header-tel a::before{
	content:"";
	position: absolute;
	top: 10px;
	left: -41px;
	width: 32px;
	height: 34px;
	background: url(/images/default/header-tel.png) no-repeat center center;
}
.header-hours{
	position: absolute;
	top: 75px;
	right: 190px;
	font-size: 11px;
	color: #222;
	letter-spacing: .5px;
}
.header-mail {
	position: absolute;
	top: 35px;
	right: 0;
}
.gnav {
	position: absolute;
	top: 129px;
	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
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	margin: 0 auto 50px auto;
	overflow: visible;
}
#mainimage-inner {
	position: relative;
	margin: 0 auto;
	width: 1080px;
}
#mainimage-inner::before{
	content:"";
	position: absolute;
	top: 0;
	left: -420px;
	width: 460px;
	height: 100%;
	background: url(/images/default/mainvs-bg-left.jpg) no-repeat center center / cover;
}
#mainimage-inner::after{
	content:"";
	position: absolute;
	top: 0;
	right: -420px;
	width: 460px;
	height: 100%;
	background: url(/images/default/mainvs-bg-right.jpg) no-repeat center center / cover;
}

/* slideshow */
.slideshow {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
.mainimage-banner{
	position: absolute;
	top: 0;
	left: 0;
}
.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 {
	margin: 0 auto;
	width: 1080px;
	padding-bottom: 60px;
}

#main {
	margin: 0 auto;
	width: 1080px;
	text-align: left;

}
.home #content-inner,
.home #main{
	width: 100%;
	text-align: center;
	padding-bottom: 0;
}

.main-freearea{
	margin: 0 auto 50px auto;
}
.main-freearea-inner{
	margin: 0 auto;
	width: 1080px;
}

.main-trouble{
	margin: 0 auto;
	padding: 42px 0 49px 0;
	background: #f4ecd9;
}
.main-trouble-inner{
	position: relative;
	margin: 0 auto;
	width: 1080px;
}
.main-trouble-inner::before{
	content:"";
	position: absolute;
	top: 93px;
	left: -410px;
	width: 437px;
	height: 435px;
	background: url(/images/default/main-trouble-bg-left.png) no-repeat center center;
}
.main-trouble-inner::after{
	content:"";
	position: absolute;
	top: 645px;
	right: -386px;
	width: 386px;
	height: 422px;
	background: url(/images/default/main-trouble-bg-right.png) no-repeat center center;
}
.main-trouble-title{
	margin: 0 auto 50px auto;

}
.main-trouble-img-list{
	padding: 0 70px 0 101px;
	display: flex;
}
.main-trouble-list{
	position: relative;
	margin-bottom: 20px;
	padding: 45px 50px 40px 50px;
	min-height: 380px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .8px;
	background: #fff;
}
.main-trouble-list::before{
	content:"";
	position: absolute;
	bottom: -23px;
	right: 40px;
	width: 99px;
	height: 110px;
	background: url(/images/default/main-trouble-daruma.png) no-repeat center center;
}
.main-trouble-list li{
	display: flex;
    flex-direction: row;
    align-items: center;
	position: relative;
	float: left;
	width: 470px;
	padding: 20px 0 19px 40px;
	border-bottom: 1px dashed rgb(166,179,172);
}
.main-trouble-list li:first-of-type,
.main-trouble-list li:nth-of-type(2){
	padding: 0 0 8px 40px;
}
.main-trouble-list li:nth-of-type(odd){
	margin-right: 40px;
}
.main-trouble-list li::before{
	content:"";
	position: absolute;
	top: 25px;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(/images/default/main-trouble-list-icon.png) no-repeat center center;
}
.main-trouble-list li:first-of-type::before,
.main-trouble-list li:nth-of-type(2)::before{
	top: 13px;
}
.main-trouble-list li:nth-of-type(5)::before,
.main-trouble-list li:nth-of-type(6)::before{
	top: 33px;
}
.main-trouble-list li:nth-of-type(7)::before,
.main-trouble-list li:nth-of-type(8)::before{
	top: 19px;
}
.main-trouble-img{
	margin: 0 auto;
	width: 1080px
}

.main-point{
	margin: 0 auto;
	padding: 43px 0 85px 0;
}
.main-point-inner{
	margin: 0 auto;
	width: 1080px;

}
.main-point-title{
	margin: 0 auto 33px auto;
}
.main-point-list {
	margin: 0 -12px;
}
.main-point-list li{
	float: left;
	width: 344px;
	margin: 0 12px;
}
.main-point-list li .main-point-list-text{
	position: relative;
}
.main-point-list li:first-of-type .main-point-list-text::before{
	content:"";
	position: absolute;
	top: -48px;
	left: 0;
	width: 344px;
	height: 31px;
	background: url(/images/default/main-point-icon1.png) no-repeat center center;
}
.main-point-list li:nth-of-type(2) .main-point-list-text::before{
	content:"";
	position: absolute;
	top: -48px;
	left: 0;
	width: 344px;
	height: 31px;
	background: url(/images/default/main-point-icon2.png) no-repeat center center;
}
.main-point-list li:nth-of-type(3) .main-point-list-text::before{
	content:"";
	position: absolute;
	top: -48px;
	left: 0;
	width: 344px;
	height: 31px;
	background: url(/images/default/main-point-icon3.png) no-repeat center center;
}
.main-point-list-img{
	margin-bottom: 65px;
}
.main-point-list-text h3{
	margin-bottom: 14px;
	font-size: 21px;
	font-weight: bold;
}
.main-point-list-text p{
	text-align: left;
	font-size: 15px;
	line-height: 2;
}

.main-message {
	margin: 0 auto;
	padding: 0 0 118px 0;
}
.main-message-inner {
	margin: 0 auto;
	width: 1080px;
}
.main-message-title {
	position: relative;
	margin: 0 auto 40px 0;
	width: 600px;
}
.main-message-title::before{
	content:"";
	position: absolute;
	top: -32px;
	left: -40px;
	width: 57px;
	height: 57px;
	background: url(/images/default/main-message-title-bg-left.png) no-repeat center center;
}
.main-message-title::after{
	content:"";
	position: absolute;
	bottom: -26px;
	right: -29px;
	width: 56px;
	height: 55px;
	background: url(/images/default/main-message-title-bg-right.png) no-repeat center center;
}
.main-message-img{
	position: relative;
	margin: -219px -420px 0 0;
	width: 820px;
	float: right;
}
.main-message-img::before{
	content:"";
	position: absolute;
	bottom: -15px;
	left: -79px;
	width: 328px;
	height: 232px;
	background: url(/images/default/main-message-icon.png) no-repeat center center;
}
.main-message-text {
	width: 600px;
	text-align: left;
	font-size: 15px;
	line-height: 2.4;
	letter-spacing: .5px;
}
.main-message-more{
	margin: 53px auto 0 0;
	width: 260px;
}

.main-gallery {
	margin: 0 auto;
	padding: 67px 0 80px 0;
	background: #ededed;
}
.main-gallery-inner {
	margin: 0 auto;
	width: 1080px;
}
.main-gallery-title {
	margin-bottom: 37px;
}
.main-gallery-list {
}
.main-gallery-list-item {
	margin-bottom: 46px;
}
.main-gallery-list-img {
	margin-bottom: 24px;
}
.main-gallery-list-title{
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.8;
}
.main-gallery-list-title > a {
	font-size: 15px;
	font-weight: bold;
	color: inherit;
}
.main-gallery-list-price{
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
.main-gallery-list-price span{
	font-size: 20px;
	color: #e60012;
}
.main-gallery-more {
	margin: 0 auto;
}

.main-flow{
	margin: 0 auto;
	padding: 76px 0 93px 0;
}
.main-flow-inner{
	margin: 0 auto;
	width: 1080px;
}
.main-flow-title{
	margin-bottom: 70px;
}
.main-flow-list{
	margin: 0 -21px;
}
.main-flow-list li{
	position: relative;
	padding: 37px 0 37px 0;
	margin: 0 21px 50px 21px;
	width: 332px;
	min-height: 260px;
	float: left;
	background: #f4ecd9;
	-webkit-border-top-right-radius: 45px;
	-webkit-border-bottom-left-radius: 45px;
	-moz-border-top-right-radius: 45px;
	-moz-border-bottom-left-radius: 45px;
	border-top-right-radius: 45px;
	border-bottom-left-radius: 45px;
}
.main-flow-list li:nth-of-type(4),
.main-flow-list li:nth-of-type(5),
.main-flow-list li:nth-of-type(6){
	padding: 28px 0 37px 0;
}
.main-flow-list li::before{
	content:"";
	position: absolute;
	top: -40px;
	left: -40px;
	width: 125px;
	height: 81px;
	background: url(/images/default/main-flow-icon1.png) no-repeat center center;
}
.main-flow-list li:nth-of-type(2)::before{
	background: url(/images/default/main-flow-icon2.png) no-repeat center center;
}
.main-flow-list li:nth-of-type(3)::before{
	background: url(/images/default/main-flow-icon3.png) no-repeat center center;
}
.main-flow-list li:nth-of-type(4)::before{
	background: url(/images/default/main-flow-icon4.png) no-repeat center center;
}
.main-flow-list li:nth-of-type(5)::before{
	background: url(/images/default/main-flow-icon5.png) no-repeat center center;
}
.main-flow-list li:nth-of-type(6)::before{
	background: url(/images/default/main-flow-icon6.png) no-repeat center center;
}
.main-flow-list-title{
	margin-bottom: 27px;
}
.main-flow-list li:nth-of-type(4) .main-flow-list-title,
.main-flow-list li:nth-of-type(5) .main-flow-list-title,
.main-flow-list li:nth-of-type(6) .main-flow-list-title{
	margin-bottom: 15px;
}
.main-flow-list-text{
	padding: 0 30px;
	line-height: 2;
}
.main-flow-more{
	margin: 10px auto 0 auto;
}

.main-contact{
	margin: 0 auto;
}
.main-contact-inner{
	position: relative;
	margin: 0 auto;
	padding: 0 0 154px 0;
	width: 1080px;
}
.main-contact-inner::before{
	content:"";
	position: absolute;
	bottom: 0;
	left: -420px;
	width: 585px;
	height: 581px;
	background: url(/images/default/main-contact-bg-left.jpg) no-repeat center center;
}
.main-contact-inner::after{
	content:"";
	position: absolute;
	bottom: 0;
	right: -420px;
	width: 670px;
	height: 523px;
	background: url(/images/default/main-contact-bg-right.jpg) no-repeat center center;
}
.main-contact-title{
	margin-bottom: 42px;
}
.main-contact-subtitle{
	margin-bottom: 28px;
}
.main-contact-tel{
	position: relative;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 74px;
	font-weight: bold;
	color: #111;
}
.main-contact-tel a{
	color: inherit;
}
.main-contact-tel::before{
	content:"";
	position: absolute;
	top: 25px;
	left: 223px;
	width: 66px;
	height: 70px;
	background: url(/images/default/main-contact-tel.png) no-repeat center center;
}
.main-contact-hours{
	font-size: 18px;
	color: #222;
}
.main-contact-mail{
	position: absolute;
	bottom: -31px;
	right: calc(50% - 350px);
	background: #999;
    border-radius: 67px;
	z-index: 10;
}

.main-area{
	margin: 0 auto;
	padding: 91px 0 90px 0;
	background: url(/images/default/main-contact-bg.jpg) no-repeat center center / cover;
}
.main-area-inner{
	margin: 0 auto;
	width: 1080px;
}
.main-area-title{
	margin: 0 0 36px auto;
	width: 610px;
}
.main-area-text{
	margin: 0 0 0 auto;
	width: 610px;
	color: #fff;
}
.main-area-text h3{
	margin: 0 0 46px 0;
	padding: 15px 0;
	min-height: 74px;
	font-size: 23px;
	font-weight: bold;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.main-area-text p{
	text-align: left;
	font-size: 15px;
	line-height: 2.45;
}

.main-news {
	margin: 0 auto;
	padding: 79px 0 100px 0;
}
.main-news-inner {
	margin: 0 auto;
	width: 1080px;
}
.main-news-title {
	margin-bottom: 39px;
}
.main-news-list{
	margin: 0 -12px;
}
.main-news-list-item {
	width: 252px;
	float: left;
	margin: 0 12px;
}
.main-news-list-img {
	position: relative;
	margin-bottom: 17px;
}
.main-news-list-cat {
	position: absolute;
	top: 0;
	left: 0;
}
.main-news-list-cat a {
	display: block;
	padding: 5px 10px;
	min-height: 30px;
	background: #e60012;
	font-size: 12px;
	color: #fff;
	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-list-title {
	margin-bottom: 3px;
	overflow: hidden;
	text-align: left;
	font-size: 15px;
	line-height: 2;
}
.main-news-list-title > a {
	display: block;
	margin-top: 3px;
	font-weight: bold;
	color: inherit;
}
.main-news-list-date {
	margin-top: 3px;
	text-align: right;
	font-size: 13px;
	color: #999;
}
.main-news-more {
	margin: 52px auto 0 auto;
}

/* 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: #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 {
	position: relative;
	margin: 0 auto;
	padding: 97px 0 182px 0;
	border-top: 3px solid #d4b567;
	height: 748px;
}
#footer::before{
	content:"";
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d4b567;
}
#footer-inner {
	margin: 0 auto;
	width: 1080px;
}
.footer-map{
	width: 1000px;
	float: right;
	margin: -22px -420px 0 110px;
}
.footer-map .googlemap iframe{
	height: 490px !important;
}
.footer-left{
	width: 390px;
	text-align: left;
}
.footer-logo{
	margin: 0 0 28px 0;
}
.footer-about{
	font-size: 16px;
	line-height: 2;
}
.footer-about ul{
	margin: 30px 0 36px 0;
	display: flex;
	justify-content: flex-start;
}
.footer-about ul li{
	margin-right: 15px;
}
.footer-about ul li:last-of-type{
	margin-right: 0;
}

.footer-nav {
	margin-bottom: 100px;
	font-size: 16px;
}
.footer-nav li {
	position: relative;
	display: inline-block;
	color: #000;
}
.footer-nav li::before{
	content: '\f138';
	padding-right: 5px;
	transform: scale(.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgb(0, 147, 191);
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	font-size: 11px;
	color: #999;
}

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

.fixed-footer{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #17100e;
	z-index: 10;
}
.fixed-footer-inner{
	position: relative;
	margin: 0 auto;
	max-width: 1080px;
	height: 100px;
	position: relative;
}
.fixed-footer-inner::before{
	content:"";
	position: absolute;
	top: -14px;
	left: -70px;
	width: 103px;
	height: 114px;
	background: url(/images/default/fixed-footer-daruma.png) no-repeat center center;
}
.fixed-footer-inner::after{
	content:"";
	position: absolute;
	top: -19px;
	right: 248px;
	width: 290px;
	height: 36px;
	background: url(/images/default/fixed-footer-icon.png) no-repeat center center;
}
.fixed-footer-tel{
	position: absolute;
	top: 12px;
    right: 255px;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}
.fixed-footer-tel a{
	color: inherit;
}
.fixed-footer-hours{
	position: absolute;
	top: 70px;
    right: 255px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.5px;
}
.fixed-footer-more{
	position: absolute;
	top: 18px;
	right: 0;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 60px;
}
.entry-content {
	margin: 0 0 60px 0;
	line-height: 2;
	font-size: 15px;
}


/* heading */
.page-title {
	margin: 0 0 30px 0;
	padding: 66px 15px;
	background-color: #17100e;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.entry-title, .entry-content h2, .gallery-table-title {
	margin: 0 0 25px;
	padding: 30px 30px;
	min-height: 100px;
	background: #f4ecd9;
	font-size: 24px;
	font-weight: bold;
}
.entry-title a, .entry-content h2 a, .gallery-table-title a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 2.4rem 0 1.6rem 0;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #e60012;
	font-size: 21px;
	font-weight: bold;
}
.entry-content h4, .h4 {
	position: relative;
	padding: 0 0 0 45px;
	font-size: 20px;
	font-weight: bold;
}
.entry-content h4::before, .h4::before{
	content:"";
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
	width: 32px;
	height: 34px;
	background: url(/images/default/sub-h4.png) no-repeat center center;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 30px;
	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';
	color: #0093bf;
	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);
	text-align: center;
	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';
	color: #e60012;
	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: 24px;
}
.gallery-list-title{
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}
.gallery-list-price{
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
.gallery-list-price span{
	font-size: 20px;
	color: #e60012;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	text-align: center;
	margin: 0 auto 30px auto;
  }

  .gallery-detail-main {
	margin: 0 auto 60px auto;
  }
  .gallery-detail-sub{
	margin: 0 auto;
	width: 1080px;
  }
  .gallery-detail-list {
	margin: 0 -10px;
  }
  .gallery-detail-list-item {
	width: 255px;
	float: left;
	margin: 0 10px 20px 10px;
  }
  .gallery-detail-main ul li img,
  .gallery-detail-list ul li img{
	border: 1px solid rgb(221,221,221);
  }

  .gallery-table table{
	margin: 5px auto 0;
	width: 100%;
  }
  .gallery-table table tbody tr{
	border-bottom: 3px solid #fff;
  }
  .gallery-table table tbody tr th{
	text-align: center;
	font-weight: normal;
	color: #fff;
	background: #17100e;
  }
  .gallery-table table tbody tr td{
	font-size: 15px;
	background: #ededed;
  }
  .gallery-table table tbody tr th,
  .gallery-table table tbody tr td{
	padding: 17.5px 10px;
  }
  .gallery-table table tbody tr td{
	padding: 17.5px 15px;
  }
  .gallery-table table tbody tr th.w160{
	width: 160px;
  }

  .gallery-map{
	margin: 40px auto 0;
  }

/* 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: #0093bf;
	background-color: #0093bf;
	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: #0093bf;
	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: #0093bf;
	background-color: #fff;
	color: #202020;
}

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