@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
body {
	line-height: 2;
	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: #111;
}
a {
	color: #83a8a2;
	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 {
	display: flex;
	align-items: center;
	height: 100px;
	padding: 28px 30px;
	z-index: 20;
}
.header-logo {
	flex: 0 0 212px;
	margin-right: auto;
}
.header-tel {
	/* flex: 0 0 176px; */
	margin: 0 10px 0 5px;
	text-align: right;
	line-height: 1.4;
	font-size: 9px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.header-mail {}
.gnav {}

/* 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: 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: #a2c6c0; color: #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 {
	padding-left: 14%;
	overflow: hidden;
}
#mainimage-inner {
	position: relative;
}
#mainimage-inner::after {
	content:"";
	display: block;
	width: 698px;
	height: 442px;
	position: absolute;
	top: 50%;
	left: -130px;
	transform: translateY(-180px);
	background: url(/images/default/p1-text.png) no-repeat 0 0;
}

/* slideshow */
.slideshow {
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}
#main {
	text-align: left;
}
.main-text h3{
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 44px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}

.main-top {
	margin: 62px 120px 100px;
}
.main-top-title {
	margin-bottom: 37px;
	text-align: center;
}
.main-top ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.main-hair-wrap{
	padding: 140px 0 112px;
	background: #f6f4f1;
}
.main-hair {
	position: relative;
	max-width: 1080px;
	margin: 0 auto 72px;
}
.main-hair::after {
	content:"";
	display: block;
	width: 410px;
	height: 678px;
	position: absolute;
	top: -41px;
	right: -219px;
	background: url(/images/default/hair-bgr.jpg) no-repeat 0 0;
}
.main-hair-inner {
	display: flex;
	align-items: center;
}
.main-hair-img{
	position: relative;
	flex: 0 0 870px;
	margin-left: -320px;
}
.main-hair-img::after{
	content:"";
	display: block;
	width: 477px;
	height: 188px;
	position: absolute;
	top: -86px;
	right: -59px;
	background: url(/images/default/hair-icon.png) no-repeat 0 0;
}
.main-hair-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-hair-text {
	position: relative;
	z-index: 5;
	flex: 0 0 460px;
	margin-left: auto;
	line-height: 2.8;
}
.main-hair-title {
	margin-bottom: 30px;
}
.main-hair-text p {
	margin-bottom: 5px;
}
.main-hair-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1080px;
	margin: 0 auto;
}
.main-hair-list::after {
	content:"";
	display: block;
	width: 179px;
	height: 102px;
	position: absolute;
	bottom: -146px;
	left: -157px;
	background: url(/images/default/hair-bgl.png) no-repeat 0 0;
}
.main-hair-more {
	margin: 50px 0 95px;
	text-align: center;
}

.main-gallery {
	max-width: 1080px;
	margin: 0 auto 20px;
}
.main-gallery-title {
	margin-bottom: 30px;
}
.main-gallery-list {}
.main-gallery-list-item {
	width: 252px;
	margin-right: 24px;
}
.main-gallery-more {
	margin-top: 40px;
	text-align: center;
}
/* arrows */
/* arrows */
.main-gallery .slick-arrow,
.main-gallery .slick-arrow::before {
	width: 60px;
	height: 60px;
}
.main-gallery .slick-arrow {
	position: absolute;
	top: auto;
	bottom: -115px;
}
.main-gallery .slick-arrow.slick-prev {
	left: 330px;
}
.main-gallery .slick-arrow.slick-next {
	right: 330px;
}
.main-gallery .slick-next::before,
.main-gallery .slick-prev::before {
	color: #999;
}

.main-menu {
	padding: 149px 0 120px;
}
.main-menu-list{}
.main-menu-list > li{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.main-menu-list > li::after{
	content:"";
	display: block;
	position: absolute;
}
.main-menu-list > li:nth-child(odd)::after{
	width: 415px;
	height: 432px;
	top: -118px;
	left: -290px;
	background: url(/images/default/menu1-bg.jpg) no-repeat 0 0;
}
.main-menu-list > li:nth-child(even)::after{
	width: 433px;
	height: 377px;
	top: -71px;
	right: -291px;
	background: url(/images/default/menu2-bg.jpg) no-repeat 0 0;
}
.main-menu-list > li + li{
	margin-top: 130px;
}
.main-menu-img {
	position: relative;
	flex: 0 0 870px;
}
.main-menu-img::after{
	content:"";
	display: block;
	position: absolute;
}
.main-menu-list > li:nth-child(1) .main-menu-img::after{
	width: 544px;
	height: 272px;
	top: -107px;
	left: -69px;
	background: url(/images/default/menu1-icon.png) no-repeat 0 0;
}
.main-menu-list > li:nth-child(2) .main-menu-img::after{
	width: 543px;
	height: 224px;
	top: -63px;
	right: -48px;
	background: url(/images/default/menu2-icon.png) no-repeat 0 0;
}
.main-menu-list > li:nth-child(3) .main-menu-img::after{
	width: 447px;
	height: 237px;
	top: -58px;
	left: -37px;
	background: url(/images/default/menu3-icon.png) no-repeat 0 0;
}
.main-menu-body {
	position: relative;
	z-index: 5;
}
.main-menu-title {
	margin-bottom: 40px;
}
.main-menu-text{
	font-size: 14px;
	line-height: 2.8;
}
.main-menu-more{
	margin-top: 50px;
}
.main-menu-list > li:nth-child(odd) .main-menu-img {
	order: 1;
	margin-right: -320px;
}
.main-menu-list > li:nth-child(odd) .main-menu-body {
	flex: 0 0 480px;
	margin-right: auto;
}
.main-menu-list > li:nth-child(even) .main-menu-img {
	margin-left: -320px;
}
.main-menu-list > li:nth-child(even) .main-menu-body {
	flex: 0 0 460px;
	margin-left: auto;
}

.main-staff {
	padding: 71px 0 100px;
	background: linear-gradient(to right, #f6f4f1, #f6f4f1) no-repeat 0 0 / 86% 380px;
}
.main-staff-top {
	position: relative;
	max-width: 1080px;
	margin: 0 auto 40px;
}
.main-staff-title {}
.main-staff-more {
	position: absolute;
	top: 4px;
	right: 0px;
}
.main-staff-list {}
.main-staff-list-item {
	width: 300px;
	margin-right: 30px;
}

.main-about {
	margin-bottom: 100px;
	background: linear-gradient(to right, #f6f4f1, #f6f4f1) no-repeat 0 98px / 100% calc( 100% - 170px);
}
.main-about-inner {
	display: flex;
	align-items: center;
}
.main-about-inner > div{
	flex: 0 0 50%;
}
.main-about-img{}
.main-about-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-about-body{
	padding: 50px;
	text-align: center;
}
.main-about-title {
	margin-bottom: 15px;
}
.main-about-text {
	font-size: 14px;
	line-height: 3;
}
.main-about-text p {
	margin-bottom: 5px;
}

.main-news {
	position: relative;
	margin: 0 100px 60px;
	padding: 80px 0 70px;
	background: url(/images/default/news-bg.jpg) no-repeat center center / cover;
}
.main-news-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-news-title {
	text-align: center;
	margin-bottom: 33px;
}
.main-news-list-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d3d3d3;
}
.main-news-list-item:first-child {
	border-top: 1px solid #d3d3d3;
}
.main-news-list-date {
	flex: 0 0 80px;
	margin-right: 25px;
}
.main-news-list-text {
	padding: 30px 0;
	line-height: 1.8;
}
.main-news-list-text h3 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-news-list-text h3 > a {
	font-size: 16px;
	font-weight: bold;
	color: inherit;
}
.main-news-list-text p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.main-news-more {
	margin-top: 40px;
	text-align: center;
}

.main-blog {
	max-width: 1080px;
	margin: 0 auto 80px;
}
.main-blog-title {
	margin-bottom: 29px;
	text-align: center;
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.main-blog-list-item {}
.main-blog-list-img {
	position: relative;
	margin-bottom: 12px;
}
.main-blog-new{
	position: absolute;
	top: 0;
	left: 0;
}
.main-blog-list-cat {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
}
.main-blog-list-cat a {
	display: block;
	padding: 0px 10px;
	background: #fff;
	font-size: 12px;
	text-decoration: none;
	color: #999;
	-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-title {
	margin-bottom: 3px;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-list-date {
	display: block;
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
	color: #c9c9c9;
}
.main-blog-more {
	margin-top: 35px;
	text-align: center;
}

.main-con {
	padding: 80px 0 70px;
	background: url(/images/default/con-bg.jpg) no-repeat center center / cover;
}
.main-con-inner {
	max-width: 880px;
	margin: 0 auto;
	padding: 65px;
	text-align: center;
	background: rgba(255,255,255,.85);
}
.main-con-title {
	margin-bottom: 34px;
}
.main-con-text{
	margin: 10px 0 30px;
	line-height: 1.8;
}
.main-con-text p {
	margin-bottom: 5px;
}


/* 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 {
	background: #f6f4f1;
}
#footer-inner {
	display: flex;
}
#footer-inner > *{
	flex: 0 0 50%;
}
.footer-gmap .googlemap,
.footer-gmap iframe{
	height: 100% !important;
}

.footer-right{
	padding: 120px 0 60px;
	background: url(/images/default/footer-bg.png) no-repeat left 50px bottom 14%;
}
.footer-right-inner{
	/* display: flex; */
	width: 540px;
	margin-right: auto;
	text-align: right;
}
.footer-logo{
	margin-bottom: 45px;
}
.footer-about{
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 2.5;
}
.footer-banner-list{
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}
.fix-banner-list{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}
.fix-banner-list > li + li{
	margin-top: 20px;
}

.footer-nav {
	margin-top: 40px;
	font-size: 12px;
}
.footer-nav li {
	display: inline-block;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li a::before {
	content: '\f0da';
	color: #aea79d;
	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 {
	margin-top: 130px;
	font-size: 11px;
	color: #999999;
}

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


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 50px;
}
.entry-content {
	text-align: left;
}


/* heading */
.page-title-wrap{
	margin-bottom: 28px;
	padding: 80px 0 60px;
	background: url(/images/default/page-title-bg.jpg) no-repeat center center / cover;
}
.page-title-wrap2{
	max-width: 1080px;
	margin: 0 auto;
}
.page-title {
	display: none;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 10px 40px;
	border-bottom: 1px solid #ccc;
	background: url(/images/default/entry-title-bg.jpg) no-repeat 0px 45%;
	font-size: 22px;
	font-weight: bold;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	margin: 2.8rem 0 1.8rem 0;
	padding: 5px 15px;
	border-left: 5px solid #e6e4e1;
	background: #f6f4f1;
	font-size: 18px;
	font-weight: bold;
}
.entry-content h4, .h4 {
	margin: 2.2rem 0 1.6rem 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 16px;
	font-weight: bold;
}
.entry-content h4::before, .h4::before {
	content: '\f192';
	color: #a2c6c0;
	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: 10px;
}
.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 {
	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: #111;
	background-color: #111;
	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: #83a8a2;
	color: #fff;
}
