@charset "utf-8";

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

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
body {
	line-height: 2.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: #333;
}
a {
	color: #333;
	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;
}
*/

.gnav,
.main-message,
.page-title {
	font-family: 'Shippori Mincho', serif;
}

/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}

/* header
------------------------------------------*/
.home #header {
	background: url(/images/default/bg01.png) repeat-y right 0;
}
#header-inner {
	position: relative;
	height: 100px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	color: transparent;
}
h1.site-description {
	position: absolute;
	bottom: 20px;
	right: 100px;
	color: #6E9882;
	z-index:100;
}
#header .logo {
	position: absolute;
	top: 20px;
	left: 30px;
}
.header-copyright {
	position: absolute;
	top: 320px;
	left: -120px;
	transform: rotate(90deg);
	font-size: 11px;
	color: #6E9882;
}
.gnav {
	position: absolute;
	top: 55px;
	right: 10px;
}
.gnav-list>li {
	font-weight:600;
	font-size:16px;
	line-height:0.8;
	padding:0 10px;
	color:#31573C;
}
.gnav-list>li:not(:first-of-type) {
	border-left:1px solid #ccc;
}
.gnav-list a{
	color:#31573C;
}

/* 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: 150%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 10px 10px; color: inherit; font-size: 12px; 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;
	padding:0 0 0 320px;
}
#mainimage-inner {
	/* margin: 0 auto;
	width: 1080px; */
}
#mainimage .mv-copy {
	position:absolute;
	top:40%;
	left:160px;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1180px + 1080px)/ 2); */
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.main-news .slick-arrow,
.main-news .slick-arrow::before {
	width: 30px;
	height: 30px;
}
.main-news .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.main-news .slick-arrow.slick-prev {
	left: 0;
}
.main-news .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/btn-prev.png) no-repeat center center;
}
.main-news .slick-arrow.slick-next {
	right: 0;
}
.main-news .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/btn-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 0;
}
.slideshow .slick-dots {
	top: auto;
	left: -280px;
	right: auto;
	bottom: 0;	
}
.slideshow .slick-dots li {
	display: block;
	margin:20px 0;
}
.slideshow .slick-dots li button::before {
	color: #eee;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #8FC526;
}


/* content main
------------------------------------------*/

body:not(.home) #content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
body:not(.home) #main {
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 820px;
}
.template-type-blog #sidebar {
	float: left;
	width: 220px;
	text-align: left;
}
.main-news {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}
.main-news > div{
	width:1020px;
	background:#F3F9F6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:45px 20px 45px 60px;
}
.main-news ul {
	width:580px;
	text-align:left;
	padding:0 60px;
}
.main-news .date {
	margin:0 20px 0 0;
}
.main-message {
	background: url(/images/default/bg06.png);
	width:900px;
	margin:120px auto;
	padding:100px 0 80px;
	border-radius:20px;
	position:relative;
}
.main-message .image {
	position:absolute;
	top:-90px;
	left:-390px;
}
.main-message .image02{
	position:absolute;
	top:90px;
	right:-350px;
}
.main-message .image03 {
	position:absolute;
	bottom:-70px;
	left:-210px;
}
.main-message ul ul{
	padding:50px 190px 0;
}
.main-message ul ul li{
	font-size:20px;
	text-align:left;
	background: url(/images/default/icon01.png) no-repeat 0 15px;
	padding:0 0 15px 30px;
}
.main-greet {
	background: url(/images/default/bg03.png) no-repeat center center / cover;
	display: flex;
	justify-content: center;
	gap:100px;
	padding:120px 0;
}
.main-greet .image {
	width:440px;
}
.main-greet h2 {
	padding:0 0 60px 60px;
}
.main-greet .cont {
	width:540px;
	text-align:left;
	font-size:15px;
	line-height:2.4;
}
.main-greet .cont p{
	padding:40px 0 0;
}
.main-greet .cont p strong{
	color:#E28D63;
}
.main-symp,
.main-blog{
	padding:120px 0;
}
.main-symp > div,
.main-blog ul {
	width:1080px;
	margin:60px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.main-symp p {
	margin:20px 0 0;
}
.main-therapy{
	background: url(/images/default/bg04.png) repeat-y center 0;
	padding:120px 0;
	text-align:left;
}
.main-therapy > div,
.main-recruit > div{
	width: 1080px;
	margin: 0 auto;
	position:relative;
}
.main-therapy h2 {
	padding:0 0 80px 680px;
}
.main-therapy .image {
	position:absolute;
	top:80px;
	left:-420px;
}
.main-therapy .cont {
	width:560px;
	background:#fff;
	border-radius:20px;
	margin:0 -40px 0 560px;
	padding:80px 100px;
	position:relative;
}
.main-therapy h3,
.main-therapy p,
.main-recruit p {
	margin:0 0 40px;
}
.main-banner {
	background: url(/images/default/bg04.png) repeat-y center 0;
	padding:120px 0;
	display: flex;
	justify-content: center;
	gap:30px;
}
.main-para {
	height: 400px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	background-attachment: fixed;
}
.main-recruit {
	background: url(/images/default/bg05.png) repeat-y center 0;
	padding:120px 0 200px;
	text-align:left;
}
.main-recruit h2 {
	padding:0 0 80px 80px;
}
.main-recruit .image {
	position:absolute;
	top:40px;
	right:-320px;
}
.main-recruit .cont {
	width:560px;
	background:#fff;
	border-radius:20px;
	padding:80px 100px;
	position:relative;
}
.main-blog li {
	width:250px;
	text-align:left;
	margin:0 0 60px;
}
.main-blog .image img {
	border-radius:10px;
}
.main-blog .date {
	color:#6E9882;
}


.fixed-banner {
	position:fixed;
	top:200px;
	right:-50px;
}
.fixed-banner .tel {
	width:150px;
	line-height:50px;
	background:#31573C;
	border-radius:0 0 10px 10px;
	transform: rotate(90deg);
	color:#fff;
	margin:55px 0 0;
}
.fixed-banner .tel:hover {
	opacity: 75%;
	transition: 0.3s ease-in-out;
}
.fixed-banner .tel a{
	color:#fff;
	font-size:16px;
	margin:0 0 0 5px;
	text-decoration:none;
}

.main-map iframe {
	height:350px;
	margin-bottom:-10px;
}

#footer {
}
#footer-inner {
	background:#F3F9F4;
	padding:80px 0;
	text-align:left;
	font-size:13px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:30px;
}
#footer-inner .logo,
#footer-inner .sns,
#footer-inner .sns p,
#footer-inner .tel,
#footer-inner .banner{
	display:inline-block;
	margin:0 10px 0 0;
}
#footer-inner .location {
	margin:20px 0 ;
}
#footer-inner > div:last-child {
	border-left:1px solid #ddd;
	padding:0 0 0 50px;
}
#footer-inner > div:last-child > div{
	margin-top:20px;
}
#footer-inner .tel a {
	font-size:36px;
	color:#31573C;
}
#footer-inner .tel i {
	font-size:24px;
}

.fnav {
	margin:60px auto;
	width:1080px;
	background: url(/images/default/bg07.png) repeat-y center 0;
	text-align:left;
}
.fnav>ul {
	column-count:4;
}
.fnav>ul>li{
	break-inside:avoid;
	padding:0 0 0 40px;
}
.fnav>ul>li>a {
	background: url(/images/default/icon02.png) no-repeat 0 5px;
	padding:0 0 0 10px;
}
.fnav>ul>li>ul>li>a {
	background: url(/images/default/icon03.png) no-repeat 0 5px;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
}

.footer-copyright {
	text-align: center;
	font-size: 10px;
	color: #fff;
	background:#31573C;
	padding:10px 0;
}
.pagetop-btn-wrap {
	/* display: none; */
	position: fixed;
	top:580px;
	right: 0;
	z-index: 20;
}


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


/* heading */
.page-title {
	padding: 60px 0;
	background: url(/images/default/bg06.png);
	font-size: 30px;
	font-weight: bold;
	color: #31573C;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 15px 40px;
	border-radius:10px;
	background: #31573C url(/images/default/ttl02.png) no-repeat 20px 50%;
	font-size: 26px;
	font-weight: bold;
	color:#fff;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 0 0 0 40px;
	background: url(/images/default/ttl03.png) no-repeat 0 50%;
	border-bottom:2px solid #eee;
	font-size: 22px;
	font-weight: bold;
}
.entry-content h4, .h4 {
	padding: 0 0 0 30px;
	background: url(/images/default/ttl04.png) no-repeat 0 50%;
	font-size: 20px;
	font-weight: bold;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-end;
	margin: 20px 0 40px;
	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:#8FC526;
}

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