body {
	color: #131313;
	background: #fefefe;
	font-family: "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.1em
}
a {
	color: #41b97c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer
}
#wrapper {
	overflow: hidden
}
img {
	max-width: 100%;
	height: auto
}
.bold {
	font-weight: 600
}
h2, h3 {
	line-height: 1.4
}
h2 .ja, h3 .ja {
	font-weight: 600
}
.u-txt {
	letter-spacing: 0.05rem
}
.border-line {
	display: block;
	border-top: 2px dashed #000001;
	margin: 35px 0
}
.mincho {
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500
}
@-webkit-keyframes view-zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes view-zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes view-slideup {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 35px);
		transform: translate(0, 35px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes view-slideup {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 35px);
		transform: translate(0, 35px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
.animation {
	opacity: 0
}
.slideup.on {
	opacity: 1;
	-webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
	animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}
.zoomin.on {
	opacity: 1;
	-webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
	animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}
.loader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff8ed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	-webkit-perspective: 100px;
	perspective: 100px;
	width: 100%;
	height: 100vh
}
.loader::after {
	-webkit-animation: loader 0.5s linear infinite;
	animation: loader 0.5s linear infinite;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	border: 1px solid #51c289;
	border-radius: 50%;
	border-right: 1px solid rgba(81, 194, 137, 0.2);
	border-top: 1px solid rgba(81, 194, 137, 0.2);
	content: "";
	height: 80px;
	width: 80px
}
.loader.off {
	display: none
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}
	25% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	75% {
		opacity: 0
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}
	25% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	75% {
		opacity: 0
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes hd-scrolled {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes hd-scrolled {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
#l-header {
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
#l-header.is-fixed {
	position: fixed;
	background: #fff
}
@media all and (max-width: 896px) {
	#l-header {
		background: transparent;
		-webkit-backdrop-filter: none;
		backdrop-filter: none
	}
}
#l-header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1900px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}
@media all and (max-width: 896px) {
	#l-header .inner {
		min-width: initial
	}
}
#l-header .inner #logo {
	width: 320px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}
#l-header .head-right {
	margin-left: auto;
	margin-right: 10px
}
@media all and (max-width: 896px) {
	#l-header .head-right {
		display: none
	}
}
#l-header .head-right_contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	position: relative;
	padding-right: 190px
}
#l-header .head-right_txt {
	font-size: 12px;
	line-height: 1.6;
	margin-left: 20px;
	letter-spacing: 0.1rem;
	padding: 8px 10px;
	color: #111;
	border: 4px double #a5cf6a;
	position: absolute;
	right: 5px;
	top: 10px;
	text-align: center;
	line-height: 1.6
}
#l-header .head-btn a {
	padding: 6px;
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	color: #735B56;
	position: relative
}
#l-header .head-btn a i {
	margin-right: 3px
}
#l-header .head-btn.head-tel a {
	background: #a5cf6a;
	color: #735B56
}
#l-header .head-btn.head-tel a:hover {
	background: #8ec343
}
#l-header .head-btn.head-right_reserve a {
	background: #51c289
}
#l-header .head-btn.head-right_reserve a:hover {
	background: #3aa670
}
#l-header .head-btn.head-right_access a {
	background: #51c289;
	color: #fff
}
#l-header .head-btn.head-right_access a:hover {
	background: #010133
}
#l-header .head-right_tel a, #l-header .head-right_mail a {
	display: block;
	padding: 4px 15px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	background: #111;
	color: #fff;
	font-size: 1.4rem
}
#l-header .head-right_tel a:before, #l-header .head-right_mail a:before {
	margin-right: 5px
}
#l-header .head-right_tel a {
	background: transparent;
	padding: 0 15px;
	color: #51c289;
	font-weight: 600;
	border-radius: 40px;
	width: auto;
	height: auto;
	font-size: 1.8rem;
	position: relative
}
#l-header .head-right_tel a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	font-weight: 900;
	font-size: 1.6rem
}
#l-header .head-right_tel a:hover {
	color: #735B56
}
#l-header .head-right_mail {
	margin-left: 10px
}
#l-header .head-right_mail a {
	font-family: "Crimson Text", serif;
	font-weight: 600;
	color: #fefefe
}
#l-header .head-right_mail a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 900
}
#l-header .head-right_mail a:hover {
	background: #010133
}
#l-header .head-right_lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto
}
#header_nav {
	position: relative;
	width: 680px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
#header_nav.is-fixed {
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 100
}
#header_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 12px 0 7px;
	max-width: 1200px;
	margin: 0 auto
}
#header_nav ul li {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
#header_nav ul li a {
	display: block;
	letter-spacing: 0.1em;
	position: relative;
	font-size: 1.4rem;
	color: #333;
	font-weight: 600
}
#header_nav ul li a img {
	display: block;
	width: 30px;
	margin: 0 auto 4px
}
#header_nav ul li a span {
	display: block;
	font-size: 1.4rem;
	font-family: "Crimson Text", serif;
	font-weight: 600;
	color: #51c289;
	position: relative;
	line-height: 1
}
#header_nav ul li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #a5cf6a;
	left: 0;
	bottom: -6px;
	-webkit-transition: 0.2s width ease-in;
	transition: 0.2s width ease-in
}
#header_nav ul li a:hover:after, #header_nav ul li a.active:after {
	width: 20px
}
#header_nav .dropdown {
	display: none;
	position: absolute;
	left: -10px;
	top: 25px;
	z-index: 999;
	padding-top: 30px
}
#header_nav .dropdown .dropdown-li {
	border-right: 0;
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #a5cf6a
}
#header_nav .dropdown .dropdown-li a {
	display: block;
	width: 150px;
	padding: 8px;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	color: #fff;
	background: #111;
	font-weight: normal
}
#header_nav .dropdown .dropdown-li a:hover {
	color: #a5cf6a
}
#header_nav .dropdown .dropdown-li a:after {
	display: none
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 7px;
	z-index: 200
}
#page-top a {
	display: block;
	background: #a5cf6a;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 1.2rem;
	text-align: center
}
#page-top a:hover {
	opacity: 0.6
}
@media all and (max-width: 896px) {
	#page-top {
		/* display: none */
	}
}
@-webkit-keyframes zoom-in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.12);
		transform: scale(1.12)
	}
}
@keyframes zoom-in {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.12);
		transform: scale(1.12)
	}
}
.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
	-webkit-animation: zoom-in 11s linear 0s 1 normal both;
	animation: zoom-in 11s linear 0s 1 normal both
}
.swiper-slide {
	position: relative
}
.swiper-slide:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	right: 0;
	top: 0;
	background-position: 50%;
	background-size: cover;
	z-index: -1
}
.swiper-slide.slide1:before {
	background-image: url(../img/1.jpg);
	background-position: 60% 50%
}
.swiper-slide.slide2:before {
	background-image: url(../img/2.jpg);
	background-position: 50% 50%
}
.swiper-slide.slide3:before {
	background-image: url(../img/3.jpg);
	background-position: 90% 50%
}
.slide-img {
	overflow: hidden;
	width: 100%;
	height: 100vh
}
.slide-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;"
}
.slide-img.slide-img1 img {
	-o-object-position: 75% center;
	object-position: 75% center
}
.slide-img.slide-img2 img {
	-o-object-position: 85% center;
	object-position: 85% center
}
.slide-img.slide-img2 img {
	-o-object-position: 85% center;
	object-position: 85% center
}
@media all and (max-width: 1100px) {
	.slide-img {
		height: 65vw
	}
}
@media screen and (max-width: 890px) and (orientation: landscape) {
	.slide-img {
		height: 90vh
	}
}
@media all and (max-width: 639px) {
	.slide-img {
		height: 55vh
	}
}
#slide-wrap {
	position: relative
}
#slideshow {
	position: relative
}
#slideshow:before {
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 0.9px solid #fff;
	z-index: 2;
	opacity: 0.3
}
@media all and (max-width: 639px) {
	#slideshow:before {
		width: calc(100% - 10px);
		height: calc(100% - 10px)
	}
}
.slide-txt {
	position: absolute;
	left: 50%;
	top: 47%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40%;
	padding: 30px 25px;
	z-index: 20;
	background-image: linear-gradient(69deg, transparent 0%, rgba(255, 255, 255, 0.6) 20%, #fff 50%, rgba(255, 255, 255, 0.6) 80%, transparent 100%);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	text-align: center
}
@media all and (max-width: 1100px) {
	.slide-txt {
		width: 55%
	}
}
@media all and (max-width: 639px) {
	.slide-txt {
		padding: 20px 10px;
		width: 80%
	}
}
.slide-txt:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	border: 0.9px solid #fff;
	opacity: 0.7
}
@media all and (max-width: 639px) {
	.slide-txt:before {
		top: 5px;
		left: 5px
	}
}
.slide-fixed {
	position: absolute;
	left: 50%;
	bottom: 2%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 20
}
@media all and (max-width: 896px) {
	.slide-fixed {
		width: 50%
	}
}
.slide-fixed li {
	width: 31%
}
@media all and (max-width: 639px) {
	.slide-fixed {
		width: 60%
	}
}
#catch {
	z-index: 50;
	position: absolute;
	left: 2%;
	bottom: 2%;
	width: 39%;
	-webkit-transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
	transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
	opacity: 0
}
#catch.on {
	opacity: 1
}
@media all and (max-width: 1367px) {
	#catch {
		width: 500px
	}
}
@media all and (max-width: 1100px) {
	#catch {
		width: 60%
	}
}
@media screen and (max-width: 890px) and (orientation: landscape) {
	#catch {
		bottom: 150px;
		width: 55%
	}
}
@media all and (max-width: 639px) {
	#catch {
		width: 75%
	}
}
#scrolldown {
	position: absolute;
	right: 15px;
	bottom: 60px;
	color: #fefefe;
	font-family: "Crimson Text", serif;
	font-weight: 600;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	font-size: 1.4rem;
	z-index: 100;
	height: 210px
}
#scrolldown:before, #scrolldown:after {
	position: absolute;
	content: "";
	z-index: 2;
	left: 50%
}
#scrolldown:before {
	width: 1px;
	height: 100px;
	bottom: 0;
	background: #f0f0f0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
#scrolldown:after {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 100%;
	top: 100px;
	margin-left: -4px;
	-webkit-animation: scroll-point 2.3s ease-out infinite;
	animation: scroll-point 2.3s ease-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@media all and (max-width: 896px) {
	#scrolldown {
		display: none
	}
}
@-webkit-keyframes scroll-point {
	0% {
		bottom: 0;
		opacity: 0
	}
	20% {
		opacity: 1
	}
	50% {
		top: 180px;
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		top: 210px;
		opacity: 0
	}
}
@keyframes scroll-point {
	0% {
		bottom: 0;
		opacity: 0
	}
	20% {
		opacity: 1
	}
	50% {
		top: 180px;
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		top: 210px;
		opacity: 0
	}
}
.contact_bnr>li {
	margin-bottom: 20px
}
.contact_bnr>li a {
	display: block;
	position: relative;
	max-width: 320px
}
@media all and (max-width: 896px) {
	.contact_bnr>li a {
		text-align: center;
		margin: 0 auto 20px
	}
	.contact_bnr>li:first-of-type {
		margin-right: 0
	}
}
.contact_bnr>li .bnr_tel {
	white-space: nowrap;
	position: relative;
	color: #51c289;
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: 3.8rem;
	line-height: 1.2
}
.contact_bnr>li .bnr_tel:before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	font-weight: 900;
	margin-right: 5px;
	font-size: 0.7em
}
.contact_bnr>li .bnr_tel:hover {
	color: #735B56;
	text-shadow: 0 0 4px rgba(115, 91, 86, 0.1)
}
@media all and (max-width: 1100px) {
	.contact_bnr>li .bnr_tel {
		font-size: 3rem
	}
}
@media all and (max-width: 639px) {
	.contact_bnr>li .bnr_tel {
		font-size: 2.8rem;
		text-align: center
	}
}
.contact_bnr>li .bnr_mobile {
	background: #fefefe;
	color: #51c289
}
.contact_bnr>li .bnr_mobile:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3cd";
	font-weight: 900
}
.contact_bnr>li .bnr_fax {
	background: #fdfdfd;
	color: #51c289
}
.contact_bnr>li .bnr_fax:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1ac";
	font-weight: 900
}
.contact_bnr>li .bnr_mail {
	background: #51c289;
	color: #fff;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
	border-radius: 50px;
	line-height: 1.4;
	padding: 15px 8px
}
.contact_bnr>li .bnr_mail .small {
	font-size: 0.8em;
	margin-left: 4px
}
.contact_bnr>li .bnr_mail:before {
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	font-weight: 900;
	font-size: 0.8em;
	margin-right: 15px
}
.contact_bnr>li .bnr_mail:hover {
	background: #51c289;
	color: #fff
}
@media all and (max-width: 639px) {
	.contact_bnr>li .bnr_mail {
		font-size: 1.4rem
	}
}
footer {
	position: relative
}
#l-footer {
	font-size: 1.4rem;
	position: relative;
	width: 100%
}
#l-footer:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ebe4da;
	background: #fff
}
#l-footer .inner {
	padding: 60px 20px 60px;
	position: relative;
	z-index: 3;
	max-width: 1500px;
	margin: 0 auto
}
#l-footer .footer-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	color: #131313;
	position: relative;
	z-index: 2
}
#l-footer .footer-column .footer-left {
	width: 45%
}
#l-footer .footer-column .footer-right {
	width: 50%
}
@media all and (max-width: 1100px) {
	#l-footer .footer-column {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		max-width: 80%
	}
	#l-footer .footer-column .footer-left {
		font-size: 12px;
		width: 47%
	}
	#l-footer .footer-column .footer-middle {
		width: 50%
	}
	#l-footer .footer-column .footer-right {
		width: 100%;
		margin-top: 20px
	}
}
@media all and (max-width: 896px) {
	#l-footer .footer-column {
		max-width: 90%
	}
}
@media all and (max-width: 639px) {
	#l-footer {
		font-size: 1.2rem
	}
	#l-footer .inner {
		padding: 40px 20px
	}
	#l-footer .inner .right-inner {
		padding: 8px;
		font-size: 12px
	}
	#l-footer .footer-column {
		max-width: 100%
	}
	#l-footer .footer-column .footer-left, #l-footer .footer-column .footer-middle {
		width: 100%
	}
	#l-footer .footer-column .footer-middle {
		margin-top: 25px
	}
}
.footer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: 0 auto;
	-webkit-transform: translateY(-150px);
	transform: translateY(-150px);
	background: #F1EDEA;
	-webkit-box-shadow: 12px 12px 30px rgba(226, 216, 202, 0.4);
	box-shadow: 12px 12px 30px rgba(226, 216, 202, 0.4)
}
@media all and (max-width: 896px) {
	.footer-box {
		max-width: 90%;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}
}
.footer-box .child {
	width: 20%
}
.footer-box .child:not(:last-child) {
	border-right: 1px solid #fff
}
@media all and (max-width: 639px) {
	.footer-box .child:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #fff
	}
}
@media all and (max-width: 896px) {
	.footer-box .child {
		width: 50%
	}
	.footer-box .child:nth-child(2n) {
		border-right: 0
	}
}
@media all and (max-width: 639px) {
	.footer-box .child {
		width: 100%
	}
}
.footer-box .child a {
	position: relative;
	height: 100%;
	display: block;
	padding: 25px 10px 70px
}
.footer-box .child a:hover .btn-view {
	background: #51c289;
	color: #fff
}
.footer-box .footer-bnr {
	margin-bottom: 10px
}
.footer-box .footer-clinic-address {
	text-align: center;
	color: #111;
	line-height: 1.5;
	letter-spacing: 0.1rem
}
@media all and (max-width: 639px) {
	.footer-box .footer-clinic-address {
		font-size: 13px
	}
}
.footer-box .btn-view {
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 8px;
	text-align: center;
	width: 70%;
	background: #fff;
	color: #735B56;
	border-radius: 30px;
	font-size: 1.3rem;
	-webkit-transition: 0.2s ease-in all;
	transition: 0.2s ease-in all
}
@media all and (max-width: 639px) {
	.footer-box .btn-view {
		font-size: 13px
	}
}
.map-big {
	height: 350px;
	position: relative;
	z-index: 3
}
@media all and (max-width: 639px) {
	.map-big {
		height: 250px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%
	}
}
.footer_navi {
	padding: 15px 10px 10px;
	margin: 0 auto
}
.footer_navi ul {
	margin: 0 auto;
	width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.footer_navi ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-bottom: 4px
}
.footer_navi ul li a {
	color: #735B56;
	font-size: 1.3rem;
	position: relative;
	padding-left: 20px;
	text-align: center;
	display: block;
	font-weight: 600
}
.footer_navi ul li a span {
	display: none
}
.footer_navi ul li a:hover {
	color: #51c289
}
.footer_navi ul li .dropdown {
	display: none
}
.footer_navi ul li .dropdown .dropdon-li a {
	font-size: 1.2rem
}
.flogo {
	max-width: 300px;
	margin: -100px auto 10px;
	position: relative;
	z-index: 5;
	margin-bottom: 25px
}
@media all and (max-width: 896px) {
	.flogo {
		text-align: center;
		margin-top: -50px
	}
}
.copyright {
	background: #111;
	padding: 20px 0;
	font-size: 1.2rem;
	position: relative;
	z-index: 2;
	color: #fff8ed
}
@media all and (max-width: 896px) {
	.copyright {
		font-size: 12px;
		padding: 25px 0
	}
}
.top-gray-box {
	position: relative
}
.top-gray-box:before {
	position: absolute;
	content: "";
	z-index: -2;
	width: 70%;
	height: 100%;
	top: -4%;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#a5cf6a), to(#f3f6f6));
	background-image: linear-gradient(to right, #a5cf6a, #f3f6f6);
	opacity: 0.7
}
.title-big {
	margin-bottom: 40px;
	text-align: center
}
.title-big .eng {
	display: block;
	font-family: "Crimson Text", serif;
	font-weight: 600;
	font-size: 3.5rem;
	color: #51c289;
	line-height: 1.3;
	display: inline-block;
	background: #51c289;
	background: -webkit-gradient(linear, left top, right top, from(#51c289), to(#51c289));
	background: linear-gradient(to right, #51c289, #51c289);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.title-big .ja {
	display: block;
	color: #735B56;
	font-size: 2rem;
	font-weight: 600
}
@media all and (max-width: 639px) {
	.title-big .eng {
		font-size: 3.5rem
	}
	.title-big .ja {
		font-size: 1.5rem
	}
}
.title-big2 {
	position: relative;
	z-index: 2;
	margin-bottom: 40px
}
.title-big2 span {
	display: block;
	line-height: 1.2
}
.title-big2 .eng {
	font-size: 4rem;
	color: #51c289;
	font-family: "Crimson Text", serif;
	font-weight: 400
}
.title-big2 .ja {
	font-size: 2rem;
	color: #735B56
}
@media all and (max-width: 639px) {
	.title-big2 .eng {
		font-size: 2.5rem
	}
	.title-big2 .ja {
		font-size: 1.5rem
	}
}
.title-big2.white .eng {
	color: #fff
}
.title-big2.white .ja {
	color: #fff
}
.title-big3 {
	padding-left: 30px;
	margin: 30px 0;
	position: relative;
	z-index: 3
}
.title-big3 span {
	display: block;
	line-height: 1.3
}
.title-big3 .eng {
	font-family: "Crimson Text", serif;
	font-weight: 600;
	font-size: 3.2vw;
	color: #a5cf6a;
	display: inline-block;
	background: #51c289;
	background: -webkit-gradient(linear, left top, right top, from(#a5cf6a), color-stop(#51c289), to(#34b890));
	background: linear-gradient(to right, #a5cf6a, #51c289, #34b890);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.6
}
.title-big3 .ja {
	font-size: 2.2rem;
	position: relative;
	z-index: 2;
	line-height: 1.3;
	letter-spacing: 0.2em;
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500;
	color: #131313
}
@media screen and (max-width: 890px) and (orientation: landscape) {
	.title-big3 {
		padding-left: 8px
	}
	.title-big3 .eng {
		font-size: 3rem
	}
	.title-big3 .ja {
		font-size: 2rem
	}
}
@media all and (max-width: 639px) {
	.title-big3 {
		padding-left: 8px
	}
	.title-big3 .eng {
		font-size: 3rem
	}
	.title-big3 .ja {
		font-size: 2rem
	}
}
.title-big4 {
	text-align: center;
	position: relative;
	max-width: 90%;
	margin: 20px auto 40px
}
.title-big4 .inner {
	position: relative;
	display: inline-block
}
.title-big4 .inner:before, .title-big4 .inner:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	bottom: 0;
	margin-top: -2rem;
	width: 1px;
	height: 4rem;
	background-color: #51c289;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg)
}
.title-big4 .inner:before {
	left: -30px
}
.title-big4 .inner:after {
	right: -30px
}
@media all and (max-width: 639px) {
	.title-big4 .inner:before {
		left: -5px
	}
	.title-big4 .inner:after {
		right: -5px
	}
}
.title-big4 .txt {
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500
}
.title-big4 .txt .eng {
	font-style: normal;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-size: 6rem;
	line-height: 1.2;
	color: #51c289
}
@media all and (max-width: 639px) {
	.title-big4 .txt {
		font-size: 1.4rem
	}
	.title-big4 .txt .eng {
		font-size: 3.5rem
	}
}
.greet-block {
	position: relative
}
.greet-block .greet-img {
	position: absolute;
	width: 60%;
	height: 100%;
	overflow: hidden;
	top: 5%
}
.greet-block .greet-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-o-object-position: center;
	object-position: center
}
@media all and (max-width: 639px) {
	.greet-block .greet-img {
		width: 90%;
		height: 250px;
		top: -250px
	}
}
.greet-block .greet-txt {
	width: 50%;
	padding: 80px 20px;
	margin-left: auto;
	position: relative;
	z-index: 3
}
.greet-block .greet-txt .inner {
	max-width: 650px
}
@media all and (max-width: 639px) {
	.greet-block .greet-txt {
		width: 95%;
		padding: 20px;
		margin-top: 250px;
		background: #fff
	}
}
.top-concern-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.top-concern-list li {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 15px;
	background-image: -webkit-gradient(linear, left top, right top, from(#fff8ed), color-stop(#F1EDEA), to(#e2d8ca));
	background-image: linear-gradient(to right, #fff8ed, #F1EDEA, #e2d8ca);
	color: #735B56;
	padding: 12px 15px;
	font-size: 1.8rem;
	border: 0.9px solid #a5cf6a;
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500
}
.top-concern-list li:nth-child(2n) {
	margin-right: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px)
}
@media all and (max-width: 639px) {
	.top-concern-list li {
		width: 100%;
		font-size: 1.3rem;
		padding: 4px 10px;
		margin: 0 auto 10px
	}
	.top-concern-list li:nth-child(2n) {
		margin-right: auto;
		-webkit-transform: none;
		transform: none
	}
}
.pros-title {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 80px
}
.pros-title.smaller .eng {
	font-size: 4rem
}
@media all and (max-width: 639px) {
	.pros-title.smaller .eng {
		font-size: 2rem
	}
}
.pros-title span {
	line-height: 1.2;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna"
}
.pros-title .eng {
	font-family: "Crimson Text", serif;
	font-weight: 500;
	font-size: 7rem;
	color: #51c289;
	display: block;
	opacity: 0.7
}
.pros-title .ja {
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500;
	font-size: 2.2rem;
	color: #51c289;
	padding: 0 15px;
	border-right: 0.9px solid #51c289;
	display: inline-block
}
.pros-title.type1 .eng {
	color: #010133
}
.pros-title.type1 .ja {
	color: #010133
}
@media all and (max-width: 639px) {
	.pros-title {
		left: -15px
	}
	.pros-title .eng {
		font-size: 2.5rem
	}
	.pros-title .ja {
		font-size: 2rem
	}
}
.pros-txt {
	margin-left: 120px
}
.pros-txt.type1 {
	margin-left: 80px
}
@media all and (max-width: 639px) {
	.pros-txt.type1 {
		margin-left: 40px
	}
}
@media all and (max-width: 639px) {
	.pros-txt {
		margin-left: 40px
	}
}
.comparison-box {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.comparison-box .child {
	background: rgba(245, 235, 191, 0.5);
	padding: 30px;
	width: 47%;
	position: relative
}
.comparison-box .child .list_check2 {
	font-size: 1.4rem
}
.comparison-box .child img {
	max-width: 300px;
	margin: 0 auto
}
@media all and (max-width: 639px) {
	.comparison-box .child {
		width: 95%;
		margin: 0 auto 25px;
		padding: 20px
	}
	.comparison-box .child img {
		max-width: 80%
	}
	.comparison-box .child .pros-title {
		left: -30px
	}
	.comparison-box .child .list_check2 {
		font-size: 13px
	}
}
.pick-title {
	position: relative;
	z-index: 2;
	font-size: 2rem;
	padding-left: 30px;
	margin-bottom: -15px
}
.pick-title .eng {
	line-height: 1;
	font-family: "Crimson Text", serif;
	font-weight: 600;
	display: block;
	font-size: 3.2rem;
	color: #51c289
}
.pick-title:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 40px;
	top: -20px;
	left: 0;
	background: #51c289;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}
@media all and (max-width: 639px) {
	.pick-title {
		font-size: 1.4rem
	}
	.pick-title .eng {
		font-size: 2.2rem
	}
	.pick-title:before {
		left: 10px
	}
}
.top-box1 {
	max-width: 1000px;
	margin: -60px auto 40px;
	padding: 40px 30px 30px;
	background: #fff
}
@media all and (max-width: 639px) {
	.top-box1 {
		padding: 35px 20px 20px
	}
}
.top-box2 {
	margin: 80px auto
}
@media all and (max-width: 639px) {
	.top-box2 {
		margin-bottom: 40px
	}
}
.sec3 {
	position: relative
}
.sec3:before {
	position: absolute;
	content: "";
	width: 70%;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff8ed
}
@media all and (max-width: 639px) {
	.sec3:before {
		width: 75%
	}
}
.sec3-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.sec3-box .sec3-img, .sec3-box .sec3-txt-box {
	width: 50%
}
.sec3-box .sec3-img {
	height: 900px
}
.sec3-box .sec3-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-o-object-position: center 20%;
	object-position: center 20%;
	opacity: 0.7
}
.sec3-box .sec3-txt-box {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.sec3-box .sec3-txt-box .inner {
	padding: 100px 40px;
	max-width: 800px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 1.1em
}
@media all and (max-width: 896px) {
	.sec3-box .sec3-txt-box .inner {
		max-width: 80%;
		padding: 80px 20px
	}
}
@media all and (max-width: 639px) {
	.sec3-box .sec3-txt-box .inner {
		padding: 45px 20px;
		max-width: 100%;
		font-size: inherit
	}
}
@media all and (max-width: 1100px) {
	.sec3-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.sec3-box .sec3-img, .sec3-box .sec3-txt-box {
		width: 100%
	}
	.sec3-box .sec3-img {
		height: auto
	}
}
.top-btn a {
	display: block;
	margin: 0 auto;
	width: 350px;
	padding: 15px 20px;
	font-weight: 600;
	background: #735B56;
	color: #fff8ed;
	border-top: 2px solid #e2d8ca;
	border-bottom: 2px solid #e2d8ca;
	position: relative
}
.top-btn a i {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.icon-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 30px auto 0
}
@media all and (max-width: 639px) {
	.icon-list {
		max-width: 90%
	}
}
.icon-list.type1 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.icon-list li {
	width: 31%;
	margin-bottom: 30px;
	margin-right: calc(2.33% + (2.33% / 2))
}
.icon-list li:nth-child(3n) {
	margin-right: 0
}
.icon-list li a {
	display: block;
	text-align: center;
	font-weight: 600;
	line-height: 1.4;
	height: 100%;
	-webkit-transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	position: relative;
	padding: 25px 0;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1)
}
@media all and (max-width: 639px) {
	.icon-list li a {
		padding: 18px 0
	}
}
.icon-list li a figure {
	margin: 0 auto 10px;
	width: 70px
}
@media all and (max-width: 639px) {
	.icon-list li a figure {
		width: 60px;
		margin-bottom: 10px
	}
}
.icon-list li a .icon-title {
	color: #735B56;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1)
}
@media all and (max-width: 639px) {
	.icon-list li a .icon-title {
		padding: 5px
	}
}
.icon-list li a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#fff8ed));
	background-image: linear-gradient(to right bottom, #fff, #fff8ed);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
	z-index: -1
}
.icon-list li a:hover {
	z-index: 2
}
.icon-list li a:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1.07, 1.02);
	transform: translate(-50%, -50%) scale(1.07, 1.02);
	opacity: 1
}
.icon-list li a:hover .icon-title {
	color: #51c289
}
@media all and (max-width: 639px) {
	.icon-list li {
		width: 48%;
		margin-bottom: 15px;
		margin-right: 4%
	}
	.icon-list li:nth-child(3n) {
		margin-right: 4%
	}
	.icon-list li:nth-child(2n) {
		margin-right: 0
	}
}
.icon-list.type2 li {
	width: 23%;
	margin-right: calc(2% + (2% / 3))
}
.icon-list.type2 li:nth-child(3n) {
	margin-right: calc(2% + (2% / 3))
}
.icon-list.type2 li:nth-child(4n) {
	margin-right: 0
}
.title01 {
	line-height: 1.4;
	padding-bottom: 8px;
	border-bottom: 2px solid #ccc;
	font-size: 1.7rem;
	margin-bottom: 20px;
	color: #34b890;
	font-weight: 600
}
.title01 span {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	color: #51c289;
	font-family: "Crimson Text", serif;
	font-weight: 600
}
.title01.type1 {
	color: #010133
}
@media all and (max-width: 639px) {
	.title01 {
		font-size: 1.4rem
	}
	.title01 span {
		font-size: 1.43em
	}
}
.title01.white {
	color: #fcfcfc
}
.title01.white span {
	color: #fff
}
.title02 {
	font-size: 1.4rem;
	font-weight: 700;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
	margin-bottom: 10px
}
.title02 span {
	background: #a5cf6a;
	padding: 4px 8px;
	color: #fff
}
@media all and (max-width: 639px) {
	.title02 {
		font-size: 1.2rem
	}
}
.title02.type1 span {
	background: #010133
}
.title03 {
	background: #fff8ed;
	color: #735B56;
	padding: 8px 15px;
	font-weight: 600;
	margin-top: 10px;
	font-size: 2rem;
	margin-bottom: 50px;
	position: relative;
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500
}
.title03 span {
	font-family: "Crimson Text", serif;
	font-weight: 600;
	color: #51c289;
	margin-right: 8px
}
@media all and (max-width: 639px) {
	.title03 {
		font-size: 1.4rem
	}
}
.title03:before, .title03:after {
	position: absolute;
	content: "";
	left: 0;
	height: 6px
}
.title03:before {
	width: 25%;
	top: -6px;
	background: #51c289
}
.title03:after {
	width: 40%;
	bottom: -6px;
	background: #51c289;
	opacity: 0.7
}
.title04 {
	padding: 8px 0;
	text-align: center;
	background: #51c289;
	margin-bottom: 15px;
	color: #fff
}
.title04.type1 {
	background: #34b890;
	color: #735B56
}
.news-box {
	margin: 0 auto 0;
	max-width: 1200px;
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 200px
}
@media all and (max-width: 896px) {
	.news-box {
		margin-top: 0
	}
}
@media all and (max-width: 639px) {
	.news-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 10px;
		margin-bottom: 40px
	}
}
.news-title {
	text-align: center;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
	position: relative
}
.news-title span {
	display: block
}
.news-title .eng {
	font-family: "Crimson Text", serif;
	font-weight: 600;
	color: #51c289;
	position: relative;
	font-size: 2.5rem;
	letter-spacing: 0.1em
}
.news-title .ja {
	font-size: 2rem;
	position: relative;
	margin: 0 auto;
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500;
	margin-bottom: 20px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	font-weight: 700;
	max-height: 150px
}
@media all and (max-width: 639px) {
	.news-title {
		margin-bottom: 30px
	}
	.news-title .eng {
		font-size: 2.5rem
	}
	.news-title .ja {
		font-size: 1.5rem;
		-webkit-writing-mode: inherit;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		margin-bottom: 0
	}
}
.news-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 50px
}
@media all and (max-width: 639px) {
	.news-right {
		width: 100%;
		margin: 10px 0 0
	}
}
.topic-dl .topic-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dotted #ccc;
	position: relative;
	padding: 10px 0
}
.topic-dl .topic-inner:before {
	width: 40px;
	border-bottom: 1px solid #a5cf6a;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0
}
.topic-dl .topic-inner dt {
	width: 7em;
	font-size: 1.4rem;
	font-weight: 700;
	color: #222
}
@media all and (max-width: 639px) {
	.topic-dl .topic-inner dt {
		font-size: 12px
	}
}
.topic-dl .topic-inner dd {
	padding-left: 20px
}
.topic-dl .topic-inner dd a {
	font-weight: 600
}
.topic-dl .topic-inner dd a:hover {
	color: #51c289
}
@media all and (max-width: 639px) {
	.topic-dl {
		padding-bottom: 40px
	}
}
.top-bg {
	background: url(../img/top-bg01.jpg) no-repeat center/cover;
	background-attachment: fixed;
	height: 400px
}
@media all and (max-width: 1100px) {
	.top-bg {
		background-attachment: scroll
	}
}
.map-link {
	font-weight: 700;
	color: #51c289;
	border-bottom: 1px solid #51c289
}
.map-link:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	font-weight: 900;
	margin-right: 5px
}
.single {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative
}
@media all and (max-width: 1100px) {
	.single {
		padding: 80px 10px
	}
}
.single02 {
	margin: 0 auto;
	padding: 80px 0
}
@media all and (max-width: 1100px) {
	.single02 {
		width: 100%;
		padding: 80px 10px
	}
}
.single03 {
	max-width: 1500px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative
}
@media all and (max-width: 1100px) {
	.single03 {
		padding: 80px 10px
	}
}
.single04 {
	padding-bottom: 80px
}
@media all and (max-width: 896px) {
	.single04 {
		padding-bottom: 40px
	}
}
.margin-top {
	margin-top: -80px
}
@media all and (max-width: 639px) {
	.margin-top {
		margin-top: -30px
	}
}
.lsingle, .rsingle {
	width: 48.44%
}
.lsingle {
	float: left
}
.rsingle {
	float: right
}
.mbox {
	background: #fefefe;
	padding: 30px;
	position: relative;
	z-index: 3;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto
}
.mbox.transparent {
	background: transparent
}
@media all and (max-width: 639px) {
	.mbox {
		padding: 15px 10px
	}
}
.mbox2 {
	background: rgba(241, 237, 234, 0.8);
	padding: 30px;
	border: 2px solid #F1EDEA;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto
}
@media all and (max-width: 639px) {
	.mbox2 {
		padding: 15px
	}
}
.small-box {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto
}
.small-box.type1 {
	max-width: 600px
}
.sentence p+p {
	margin-top: 20px
}
.bg-grid, .bg-concern {
	background: rgba(255, 255, 255, 0.9);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2)));
	background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
	background-size: 20px 20px;
	background-repeat: repeat
}
.bg-map {
	background: url(../img/map.png) no-repeat right bottom
}
@media all and (max-width: 639px) {
	.bg-map {
		background-size: auto 200px;
		background-position: right top
	}
}
#main {
	float: left;
	width: 76%
}
#main .mbox {
	min-height: 700px
}
@media all and (max-width: 896px) {
	#main .mbox {
		min-height: initial
	}
}
@media all and (max-width: 896px) {
	#main {
		float: none;
		width: 100%
	}
}
#side {
	float: right;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 0;
	width: 21%;
	padding-right: 10px
}
@media all and (max-width: 896px) {
	#side {
		float: none;
		width: 100%;
		position: static;
		margin-top: 40px
	}
}
.mtitle {
	margin: 0 auto 40px;
	position: relative;
	text-align: center
}
.mtitle .eng {
	font-size: 3rem;
	color: #51c289;
	position: relative;
	z-index: 2;
	display: block;
	font-family: "Crimson Text", serif;
	font-weight: 600
}
.mtitle .ja {
	position: relative;
	z-index: 2;
	font-size: 1.8rem;
	color: #735B56;
	letter-spacing: 0.15em;
	font-weight: 600
}
.mtitle.white {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}
.mtitle.white span {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}
.mtitle.white span:after {
	background-color: #eee
}
.mtitle.white span.eng {
	color: #735B56
}
.mtitle.white span.ja {
	border-bottom-color: #fefefe
}
.mtitle.mtitle_left {
	text-align: left;
	margin-left: 0;
	margin-right: 0
}
.mtitle.mtitle_left:before {
	left: 2%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.mtitle.mtitle_left span:after {
	left: 0;
	-webkit-transform: none;
	transform: none
}
@media all and (max-width: 639px) {
	.mtitle {
		text-align: center
	}
	.mtitle .eng {
		font-size: 1.5rem
	}
	.mtitle .ja {
		font-size: 2rem
	}
}
.mtitle2 {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}
.mtitle2 .ja {
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #131313
}
.mtitle2 .eng {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 3.2rem;
	color: #3aa670;
	margin-left: 20px;
	line-height: 1;
	font-family: "Crimson Text", serif;
	font-weight: 600
}
@media all and (max-width: 639px) {
	.mtitle2 .eng {
		font-size: 2.6rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		line-height: 1.3
	}
	.mtitle2 .ja {
		font-size: 1.8rem
	}
}
.mtitle3 {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	position: absolute;
	min-height: 100px;
	top: 0;
	left: 0
}
.mtitle3 .ja {
	display: block;
	font-size: 2.8rem;
	color: #222;
	letter-spacing: 0.2em;
	padding-right: 5px;
	line-height: 2
}
.mtitle3 .eng {
	display: block;
	font-family: "Crimson Text", serif;
	font-weight: 600;
	font-size: 2rem;
	color: #51c289
}
@media all and (max-width: 639px) {
	.mtitle3 {
		-webkit-writing-mode: inherit;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		position: static;
		margin-bottom: 20px;
		min-height: initial;
		min-height: auto
	}
	.mtitle3 .ja {
		font-size: 1.6rem
	}
	.mtitle3 .eng {
		font-size: 1.4rem
	}
}
.mtitle_line {
	padding-bottom: 20px;
	position: relative;
	font-weight: 600;
	margin-bottom: 30px;
	color: #51c289;
	border-top: 2px solid #51c289;
	padding: 8px 10px 20px
}
.mtitle_line span {
	font-size: 1.4rem;
	color: #51c289
}
.mtitle_line:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: "";
	opacity: 0.5;
	background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
@media all and (max-width: 639px) {
	.mtitle_line {
		font-size: 1.4rem
	}
	.mtitle_line span {
		font-size: 12px
	}
}
.mtitle_balloon {
	font-size: 2.4rem;
	margin-bottom: 15px;
	font-weight: 700
}
.mtitle_balloon span {
	position: relative;
	display: inline-block;
	padding-bottom: 18px;
	line-height: 1.3em;
	overflow: hidden
}
.mtitle_balloon span.eng {
	font-family: "Crimson Text", serif;
	font-weight: 600;
	font-size: 5rem
}
.mtitle_balloon span:before, .mtitle_balloon span:after {
	content: "";
	display: block;
	border-bottom: 3px solid #333;
	position: absolute;
	width: 50%;
	bottom: 6px
}
.mtitle_balloon span:before {
	left: -5px
}
.mtitle_balloon span:after {
	right: -5px
}
.mtitle_balloon span i {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 2px
}
.mtitle_balloon.center {
	text-align: center
}
.mtitle_balloon.white span:before, .mtitle_balloon.white span:after {
	border-bottom-color: #fefefe
}
.mtitle_balloon.white span i {
	border-color: #fefefe
}
@media all and (max-width: 639px) {
	.mtitle_balloon {
		font-size: 1.7rem
	}
	.mtitle_balloon span.eng {
		font-size: 2.4rem
	}
}
.mtitle-bll {
	font-size: 1.7rem;
	font-weight: 700;
	border-bottom: 2px solid #eeeeee;
	position: relative;
	margin-bottom: 15px;
	line-height: 1.5;
	padding-bottom: 8px
}
.mtitle-bll:after {
	position: absolute;
	content: "";
	display: block;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #51c289
}
@media all and (max-width: 639px) {
	.mtitle-bll {
		font-size: 1.6rem
	}
}
.mtitle4 {
	font-weight: normal;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.1rem
}
.mtitle4 span {
	position: relative;
	display: inline-block;
	min-width: 10%
}
.mtitle4 span:before, .mtitle4 span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 2rem;
	background-color: #51c289
}
.mtitle4 span:before {
	left: -11px;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg)
}
.mtitle4 span:after {
	right: -11px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}
.mtitle4.white span:before, .mtitle4.white span:after {
	background-color: #ffdd61
}
@media all and (max-width: 639px) {
	.mtitle4 {
		font-size: 2rem
	}
}
@media all and (max-width: 320px) {
	.mtitle4 span:before {
		left: -3px
	}
	.mtitle4 span:after {
		right: -3px
	}
}
.mtitle_sub {
	padding-left: 0.5em;
	font-weight: 600;
	position: relative;
	border-left: 6px solid #51c289;
	margin: 8px 0 15px;
	color: #735B56;
	line-height: 1.4;
	text-align: left
}
.mtitle_sub span {
	color: #51c289;
	padding-left: 5px;
	font-size: 0.9em
}
.mtitle_sub:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: "";
	width: 6px;
	height: 50%;
	background-color: #333
}
.mtitle_box {
	background: #a5cf6a;
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	padding: 15px 30px 15px 10px;
	margin-bottom: 20px;
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.mtitle_box .profile {
	text-align: right;
	color: #fff;
	font-size: 12px;
	margin-left: auto;
	padding-right: 20px;
	color: #fff778
}
.mtitle_box:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f30a";
	font-weight: 900;
	display: block;
	right: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}
@media all and (max-width: 639px) {
	.mtitle_box {
		font-size: 1.3rem;
		display: block
	}
	.mtitle_box .profile {
		display: block;
		padding: 4px 0 0
	}
}
.mtext1 {
	font-size: 2rem;
	line-height: 1.6
}
@media all and (max-width: 639px) {
	.mtext1 {
		font-size: 1.5rem;
		line-height: 1.8
	}
}
.mtext2 {
	font-size: 2.7rem;
	letter-spacing: 0.1rem;
	line-height: 1.4
}
@media all and (max-width: 639px) {
	.mtext2 {
		font-size: 1.8rem;
		line-height: 1.8
	}
}
.mtitle_category {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: normal
}
.mtitle_category:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0ca";
	font-weight: 900;
	margin-right: 5px;
	color: #51c289
}
.btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.btn-wrap p:first-of-type {
	margin-right: 25px
}
@media all and (max-width: 639px) {
	.btn-wrap p:first-of-type {
		margin: 0 auto
	}
}
@media all and (max-width: 639px) {
	.btn-wrap {
		display: block
	}
}
.btn01 a {
	background: #51c289;
	text-align: center;
	width: 300px;
	margin: 15px auto;
	color: #fff;
	display: block;
	padding: 8px 5px;
	font-weight: 700;
	border: 2px solid #34b890;
	border-radius: 35px
}
.btn01 a:hover {
	background: #fff;
	color: #51c289
}
.btn01.mail {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
.btn01.mail a {
	background: #ffdd61;
	margin: 15px auto 25px
}
.btn01.mail a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 900;
	margin-right: 5px
}
.btn01.left a {
	margin: 15px 0
}
@media all and (max-width: 639px) {
	.btn01 a {
		width: 95%
	}
}
.btn02 {
	width: 200px;
	margin: 20px auto 20px
}
.btn02 a {
	display: block;
	position: relative;
	padding: 15px 0;
	background-color: #F1EDEA;
	border: 1px solid #735B56;
	line-height: 24px;
	letter-spacing: 0.1rem;
	font-size: 1.6rem;
	text-align: center;
	color: #735B56
}
.btn02 a i {
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	width: 50px;
	height: 1px;
	background-color: #735B56;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.btn02 a:hover i {
	width: 34px
}
@media all and (max-width: 639px) {
	.btn02 a {
		font-size: 1.2rem
	}
}
.btn03 a {
	background: #51c289;
	text-align: center;
	width: 120px;
	margin: 15px auto;
	color: #fff;
	display: block;
	padding: 8px 5px;
	font-weight: 700;
	border: 2px solid #34b890;
	border-radius: 20px
}
.btn03 a:hover {
	background: #fff;
	color: #51c289
}
.btn03.mail {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
.btn03.mail a {
	background: #ffdd61;
	margin: 15px auto 25px
}
.btn03.mail a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 900;
	margin-right: 5px
}
.btn03.left a {
	margin: 15px 0
}
@media all and (max-width: 639px) {
	.btn03 a {
		width: 100%
	}
}
.news-bl {
	overflow: hidden
}
.news-bl dt {
	float: left;
	width: 8em;
	padding: 5px;
	line-height: 1.3;
	color: #51c289;
	text-align: center;
	border: 1px solid #51c289;
	border-radius: 30px;
	background: #fefefe;
	font-size: 1.3rem
}
@media all and (max-width: 639px) {
	.news-bl dt {
		font-size: 12px
	}
}
.news-bl dd {
	padding: 0 0 12px 9.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #dddddd;
	margin: 0 0 10px;
	font-size: 1.4rem
}
.news-bl dd a {
	color: #735B56;
	background-image: -webkit-gradient(linear, left top, right top, from(#51c289), to(#51c289));
	background-image: linear-gradient(to right, #51c289, #51c289);
	padding-bottom: 0.25em;
	background-position: 100% 100%;
	background-size: 0% 1px;
	background-repeat: no-repeat;
	-webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	font-weight: 700
}
.news-bl dd a:hover {
	background-position: 0 100%;
	background-size: 100% 1px
}
.news-bl dd:last-child {
	margin: 0;
	border-bottom: none
}
@media all and (max-width: 639px) {
	.news-bl dt {
		float: none;
		width: 180px
	}
	.news-bl dd {
		padding: 8px 5px;
		text-align: left;
		font-size: 13px
	}
}
.page-title {
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
	background: url(../img/2.jpg) no-repeat 50%/cover;
	overflow: hidden
}
.page-title:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #111;
	opacity: 0.2
}
.page-title .inner {
	margin: 0 auto;
	padding: 160px 0 30px;
	max-width: 1200px
}
.page-title .page-lead {
	text-align: center;
	color: #735B56;
	font-size: 2rem;
	text-shadow: 0 0 4px rgba(115, 91, 86, 0.1)
}
.page-title .page-lead span {
	display: block
}
.page-title .page-lead .ja {
	font-size: 2rem;
	color: #fff
}
.page-title .page-lead .eng {
	font-size: 5rem;
	color: #fff;
	font-family: "Crimson Text", serif;
	font-weight: 600;
	letter-spacing: 0.15em
}
@media all and (max-width: 896px) {
	.page-title .inner {
		width: 100%;
		padding: 90px 0 0
	}
	.page-title .page-lead {
		font-size: 1.5rem
	}
	.page-title .page-lead .ja {
		font-size: 1.5rem
	}
	.page-title .page-lead .eng {
		font-size: 3rem
	}
}
.bg-gradient {
	position: relative;
	position: relative
}
.bg-gradient:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#51c289), color-stop(#51c289), to(#a5cf6a));
	background-image: linear-gradient(to right, #51c289, #51c289, #a5cf6a);
	z-index: -2;
	opacity: 0.3
}
.bg-01 {
	position: relative
}
.bg-01:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg-01.jpg) no-repeat center/cover;
	z-index: -1;
	opacity: 0.6;
	background-attachment: fixed
}
@media all and (max-width: 1100px) {
	.bg-01:before {
		background-attachment: scroll
	}
}
.bg-01.type1:before {
	background: #fefefe;
	opacity: 1
}
.bg-02 {
	position: relative
}
.bg-02:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(../img/bg-02.jpg) no-repeat center/cover
}
@media all and (max-width: 639px) {
	.bg-02 {
		padding-top: 300px
	}
	.bg-02:before {
		width: 100%;
		height: 300px
	}
}
.bg-03 {
	position: relative
}
.bg-03:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg-03.jpg) no-repeat center bottom/cover
}
.mask {
	position: relative;
	-webkit-clip-path: circle(2% at 50% 5%);
	clip-path: circle(2% at 50% 5%);
	-webkit-transition: 0.6s ease-in all;
	transition: 0.6s ease-in all
}
.mask.on {
	-webkit-clip-path: circle(120%);
	clip-path: circle(120%)
}
.bg-w {
	position: relative;
	margin-bottom: 50px
}
.bg-w:before {
	position: absolute;
	content: "";
	width: calc(100% - 80px);
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #fefefe
}
@media all and (max-width: 639px) {
	.bg-w:before {
		width: calc(100% - 10px)
	}
}
.bg-base {
	background: rgba(165, 207, 106, 0.3)
}
.bg-base.type1 {
	background: transparent;
	margin-bottom: 40px;
	position: relative
}
.bg-base.type1:before {
	position: absolute;
	content: "";
	width: calc(100% - 80px);
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #F1EDEA;
	z-index: -1;
	opacity: 0.4
}
@media all and (max-width: 1100px) {
	.bg-base.type1:before {
		width: calc(100% - 10px)
	}
}
.bg-base.type2 {
	background: transparent;
	margin-bottom: 40px;
	position: relative
}
.bg-base.type2:before {
	position: absolute;
	content: "";
	width: calc(100% - 80px);
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../img/wood2.jpg);
	z-index: -1;
	opacity: 0.8
}
@media all and (max-width: 1100px) {
	.bg-base.type2:before {
		width: calc(100% - 10px)
	}
}
.bg-green {
	background: #51c289
}
.bg-gray {
	position: relative
}
.bg-gray:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f3f6f6
}
.bg-gray.bg-half {
	background: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #f3f6f6), to(#f3f6f6));
	background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f3f6f6 50.1%, #f3f6f6 100%)
}
.bg-gray2 {
	position: relative;
	margin-bottom: 40px
}
.bg-gray2:before {
	position: absolute;
	content: "";
	width: calc(100% - 80px);
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #f3f6f6
}
@media all and (max-width: 896px) {
	.bg-gray2:before {
		width: calc(100% - 10px)
	}
}
.bg-gray3 {
	position: relative
}
.bg-gray3:before {
	position: absolute;
	content: "";
	left: 0;
	top: 200px;
	width: 100%;
	height: calc(100% - 200px);
	background-image: linear-gradient(15deg, #51c289 0%, #a5cf6a 90%, #f1f0e7 90.1%, #f1f0e7 100%);
	opacity: 0.6
}
.bg-999 {
	background: #aaa
}
.bg-blue {
	background: rgba(81, 194, 137, 0.2)
}
.bg-blue.bg-half {
	background: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #bcdb91), to(#bcdb91));
	background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #bcdb91 50.1%, #bcdb91 100%)
}
.bg-beige {
	position: relative;
	background: #fff8ed
}
.bg-beige.type1 {
	background: transparent
}
.bg-beige.type1:before {
	position: absolute;
	content: "";
	width: calc(100% - 80px);
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #fff8ed;
	z-index: -1;
	opacity: 0.8
}
@media all and (max-width: 639px) {
	.bg-beige.type1:before {
		width: calc(100% - 10px)
	}
}
.bg-beige.type2 {
	padding-bottom: 20px
}
.bg-beige.type2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(241, 237, 234, 0.3)), to(rgba(241, 237, 234, 0.6)));
	background-image: linear-gradient(to bottom, transparent 0%, rgba(241, 237, 234, 0.3) 40%, rgba(241, 237, 234, 0.6) 100%)
}
.bg-beige2 {
	background: #e2d8ca
}
.bg-base2 {
	background: repeating-linear-gradient(45deg, rgba(81, 194, 137, 0.1) 0, rgba(81, 194, 137, 0.1) 20px, #fefefe 20px, #fefefe 40px)
}
.pricemenu_table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #949494;
	border-left: 1px solid #949494;
	margin-bottom: 10px
}
.pricemenu_table+.pricemenu_table_title {
	margin-top: 20px
}
.pricemenu_table th, .pricemenu_table td {
	vertical-align: middle
}
.pricemenu_table tr th {
	background: #51c289;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	padding: 4px 11px;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0
}
.pricemenu_table tr td {
	font-size: 16px;
	padding: 4px 11px;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	background: #fff
}
.pricemenu_table tr td.td-1 {
	width: 50%
}
.pricemenu_table tr.subhead_row td {
	border-bottom: 1px solid #b0b0b0;
	background: #F1EDEA;
	text-align: left
}
.pricemenu_table tr.price_row td {
	text-align: left
}
.pricemenu_table tr.answer_row td {
	padding: 17px 11px
}
.pricemenu_table tr.price_row td .price_row_supplementary_text {
	font-size: 12px
}
.pricemenu_table tr.price_row td:nth-child(1) {
	width: 50%
}
.pricemenu_table tr.price_row td:nth-child(2) {
	width: 20%
}
.pricemenu_table tr.price_row td:last-child {
	width: 25%
}
@media all and (max-width: 639px) {
	.pricemenu_table tr th {
		font-size: 12px;
		padding: 5px
	}
	.pricemenu_table tr td {
		font-size: 11px;
		padding: 5px
	}
	.pricemenu_table tr.answer_row td {
		padding: 5px
	}
	.pricemenu_table tr.price_row td .price_row_supplementary_text {
		font-size: 10px
	}
}
.tbl-profile {
	width: 100%
}
.tbl-profile th, .tbl-profile td {
	padding: 10px 5px;
	font-size: 1.4rem;
	vertical-align: middle;
	border-bottom: 1px solid #ddd
}
@media all and (max-width: 639px) {
	.tbl-profile th, .tbl-profile td {
		font-size: 12px
	}
}
.tbl-profile th {
	width: 26%;
	text-align: left;
	color: #735B56
}
.tbl-profile.type1 th {
	width: 25%
}
@media all and (max-width: 639px) {
	.tbl-profile.type1 th {
		width: 30%
	}
}
.tbl {
	width: 100%
}
.tbl.tbl-price th {
	background: #a5cf6a;
	color: #735B56
}
.tbl.tbl-price th span {
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.4
}
.tbl th, .tbl td {
	padding: 15px;
	vertical-align: middle;
	border: 0.9px solid #131313;
	font-size: 1.4rem
}
.tbl th.center, .tbl td.center {
	text-align: center
}
.tbl th {
	background: #ccbf94;
	font-weight: 600;
	text-align: center
}
.tbl thead th {
	background: #a5cf6a;
	color: #fff
}
.tbl td {
	background: #fff
}
.tbl td.td-1 {
	width: 50%;
	font-size: 1.3rem
}
@media all and (max-width: 639px) {
	.tbl td.td-1 {
		font-size: 12px
	}
}
.tbl td.price-td {
	text-align: right
}
.tbl .th-1 {
	width: 25%
}
.tbl .th-2 {
	width: 45%
}
.tbl.type1 td {
	text-align: left
}
@media all and (max-width: 639px) {
	.tbl th {
		text-align: left
	}
	.tbl th, .tbl td {
		padding: 10px;
		font-size: 12px
	}
	.tbl th span, .tbl td span {
		font-size: 12px
	}
}
.tbl_new {
	width: 100%
}
.tbl_new tr th, .tbl_new tr td {
	vertical-align: middle;
	padding: 15px 10px
}
.tbl_new tr th {
	font-weight: 700;
	width: 25%;
	color: #010133;
	text-align: left;
	padding-left: 30px;
	letter-spacing: 0
}
@media all and (max-width: 639px) {
	.tbl_new tr th {
		width: 40%
	}
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
	background: #fff
}
.tbl-border {
	width: 100%
}
.tbl-border th, .tbl-border td {
	padding: 15px 10px;
	border-bottom: 2px solid;
	vertical-align: middle
}
@media all and (max-width: 639px) {
	.tbl-border th, .tbl-border td {
		padding: 10px;
		font-size: 1.2rem
	}
}
.tbl-border th {
	width: 20%;
	color: #735B56;
	text-align: left;
	border-color: #51c289
}
.tbl-border th.th-1 {
	width: 45%
}
@media all and (max-width: 639px) {
	.tbl-border th {
		width: 30%
	}
}
.tbl-border td {
	border-color: #e4ebeb
}
.marker {
	padding: 0 4px;
	margin-left: 4px;
	background: #fff;
	color: #bc3616
}
.price {
	color: #34b890;
	font-size: 1.2em;
	font-weight: 600;
	font-family: "Crimson Text", serif;
	font-weight: 600
}
.price span {
	display: block;
	font-size: 1.4rem;
	color: #735B56;
	letter-spacing: 0
}
@media all and (max-width: 639px) {
	.price {
		font-size: 1.3rem
	}
	.price span {
		font-size: 13px
	}
}
.timetable-wrap {
	padding: 15px 10px
}
.timetable {
	width: 100%;
	border-top: 1px solid #a5cf6a
}
.timetable.type1 {
	border-top: none
}
.timetable.type1 th, .timetable.type1 td {
	border: none
}
.timetable.type1 .thead th {
	border-bottom: 2px solid #34b890
}
.timetable.type1 td {
	color: #131313
}
.timetable th, .timetable td {
	border-bottom: 1px solid #a5cf6a;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 1.3rem
}
.timetable th .txt, .timetable td .txt {
	letter-spacing: 0;
	font-size: 12px
}
@media all and (max-width: 639px) {
	.timetable th, .timetable td {
		font-size: 12px
	}
}
.timetable .thead th {
	border-top: 0
}
.timetable .th-1 {
	width: 35%;
	font-weight: 600;
	text-align: center
}
.timetable .circle {
	color: #34b890
}
.timetable .triangle {
	color: #010133
}
@media all and (max-width: 639px) {
	.timetable {
		padding: 15px 10px
	}
	.timetable .th-1 {
		width: 25%
	}
}
.ggmap {
	position: relative;
	padding-bottom: 46.25%;
	height: 0;
	overflow: hidden
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.ggmap.youtube {
	padding-bottom: 56.25%
}
.list_common li {
	padding-bottom: 4px;
	font-size: 1.4rem;
	margin-bottom: 5px;
	border-bottom: 1px dotted rgba(165, 207, 106, 0.5)
}
.list_common li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}
.list_check.type1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.list_check.type1 li {
	background: #fefefe;
	padding: 12px 8px;
	width: 48%
}
.list_check.type1 li:nth-child(2n) {
	margin-left: 4%
}
@media all and (max-width: 639px) {
	.list_check.type1 li {
		width: 95%;
		margin: 0 auto 5px
	}
	.list_check.type1 li:nth-child(2n) {
		margin-left: auto
	}
}
.list_check li {
	padding: 8px;
	font-weight: 700;
	background: #fefefe;
	margin-bottom: 5px
}
.list_check li span {
	font-weight: normal;
	font-size: 0.9em;
	display: block;
	padding: 10px;
	background: rgba(255, 248, 237, 0.2);
	margin-top: 10px
}
.list_check li a {
	color: #51c289;
	border-bottom: 1px dotted #51c289
}
.list_check li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	margin-right: 10px;
	color: #51c289
}
@media all and (max-width: 639px) {
	.list_check li {
		width: 98%;
		margin: 0 auto 10px;
		font-size: 1.2rem
	}
}
.list_check2.type1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.list_check2.type1 li {
	width: 48%
}
.list_check2.type1 li:nth-child(2n) {
	margin-left: 4%
}
@media all and (max-width: 639px) {
	.list_check2.type1 li {
		width: 95%;
		margin: 0 auto 5px
	}
	.list_check2.type1 li:nth-child(2n) {
		margin-left: auto
	}
}
.list_check2 li {
	padding: 2px 8px 2px 30px;
	position: relative
}
.list_check2 li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 8px;
	color: #010133
}
.list_check2 li:not(:last-child) {
	margin-bottom: 4px
}
.list_check2.type-orange li:before {
	color: #e65b05
}
.list-inline2 {
	text-align: center
}
.list-inline2 li {
	display: inline-block;
	padding: 4px 15px;
	background: #fefefe;
	border: 1px solid #010133;
	font-weight: 700;
	border-radius: 30px
}
.list-inline2 li:not(:last-child) {
	margin-right: 8px
}
.list-inline li {
	display: inline-block;
	padding: 3px
}
.list-inline li:not(:last-of-type):after {
	content: "/";
	margin: 0 5px;
	color: #51c289;
	font-weight: normal
}
@media all and (max-width: 639px) {
	.list-inline li {
		display: block;
		padding: 0
	}
	.list-inline li:before {
		content: "-";
		color: #51c289
	}
	.list-inline li:not(:last-of-type):after {
		display: none
	}
}
.list_num li {
	position: relative;
	padding: 6px 4px 6px 50px;
	font-size: 2rem;
	margin-bottom: 5px;
	color: #735B56
}
.list_num li span {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 3.5rem;
	color: #010133
}
@media all and (max-width: 639px) {
	.list_num li {
		font-size: 1.3rem
	}
	.list_num li span {
		font-size: 2.8rem
	}
}
.ol-list {
	counter-reset: number;
	list-style: none;
	padding: 5px
}
.ol-list.type1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.ol-list.type1>li {
	width: 48%
}
.ol-list.type1>li:nth-child(2n) {
	margin-left: 4%
}
.ol-list li {
	line-height: 2;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-left: 40px;
	padding-bottom: 10px
}
.ol-list li .ol-lead {
	color: #2d8056;
	font-size: 2rem
}
.ol-list li .inner {
	font-weight: normal;
	display: block;
	padding: 10px;
	line-height: 1.6;
	font-size: 1.4rem
}
.ol-list li:before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	font-family: "Cinzel", serif;
	font-weight: 500;
	left: 0;
	top: 15px;
	position: absolute;
	font-size: 3.5rem;
	color: #51c289;
	margin-right: 10px;
	line-height: 1
}
@media all and (max-width: 639px) {
	.ol-list li {
		font-size: 1.2rem
	}
	.ol-list li .ol-lead {
		font-size: 1.4rem
	}
	.ol-list li .inner {
		font-size: 0.9em
	}
	.ol-list li:before {
		font-size: 3rem
	}
}
.list_disc li {
	padding: 5px 0 5px 20px;
	position: relative
}
.list_disc li:not(:last-of-type) {
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc
}
.list_disc li:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 8px;
	color: #51c289;
	font-size: 0.7em
}
@media all and (max-width: 639px) {
	.list_disc li {
		font-size: 13px
	}
}
.list-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.list-btn.btn-100>li {
	width: 100%
}
.list-btn.btn-100>li:nth-child(3n) {
	margin-right: auto
}
.list-btn.btn-col2 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.list-btn.btn-col2 li {
	width: 48%;
	margin: auto;
	margin-bottom: 20px
}
.list-btn.btn-col2 li a {
	font-size: 2rem;
	padding: 15px 2px
}
@media all and (max-width: 639px) {
	.list-btn.btn-col2 li {
		width: 100%;
		margin: 0 auto 20px
	}
	.list-btn.btn-col2 li a {
		font-size: 1.5rem
	}
}
.list-btn li {
	width: 32%;
	margin: 0 calc(1.33% + (1.33% / 2)) 10px 0
}
.list-btn li a {
	display: block;
	background: #fff;
	color: #51c289;
	font-weight: 700;
	padding: 10px 3px;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	font-size: 1.6rem;
	letter-spacing: 0;
	position: relative;
	overflow: hidden;
	border: 2px solid #F1EDEA
}
.list-btn li a:after {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	border-bottom: 0.1em solid #F1EDEA;
	border-right: 0.1em solid #F1EDEA;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}
.list-btn li a .small {
	display: block;
	font-family: "Crimson Text", serif;
	font-weight: 600
}
.list-btn li a span {
	position: relative;
	z-index: 2
}
.list-btn li a:hover {
	background: #735B56;
	color: #fff
}
.list-btn li:nth-child(3n) {
	margin-right: 0
}
@media all and (max-width: 639px) {
	.list-btn li {
		width: 90%;
		margin: 0 auto 10px
	}
	.list-btn li a {
		font-size: 1.2rem
	}
	.list-btn li a .small {
		font-size: 1.2rem
	}
	.list-btn li:nth-child(3n) {
		margin-right: auto
	}
}
.list-btn.type1 li a {
	padding: 65px 40px 65px 0;
	border: 1px solid #3aa670;
	font-size: 2.5rem;
	text-align: right;
	background: #111;
	color: #f5ebbf
}
.list-btn.type1 li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 70%;
	opacity: 0.7;
	-webkit-transition: 0.2s ease-in all;
	transition: 0.2s ease-in all;
	background: url(../img/icon01.jpg) no-repeat center/cover
}
.list-btn.type1 li a:after {
	width: 30px;
	height: 30px
}
.list-btn.type1 li a:hover:before {
	opacity: 0.3
}
@media all and (max-width: 639px) {
	.list-btn.type1 li a {
		font-size: 1.8rem;
		padding: 50px 40px 50px 0
	}
}
.list-btn.type1 li:last-of-type a:before {
	background: url(../img/icon02.jpg) no-repeat center/cover
}
#top-blog .pages {
	display: none
}
#main .blog-wrap>li {
	width: 32%
}
@media all and (max-width: 1100px) {
	#main .blog-wrap>li {
		width: 49%;
		margin: 0 0.5% 20px 0.5%
	}
}
@media all and (max-width: 639px) {
	#main .blog-wrap>li {
		width: 90%;
		margin: 0 auto 10px
	}
}
.blog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.blog-wrap * {
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.blog-wrap>li {
	width: 31%;
	margin: 0 calc(2.33% + (2.33% / 2)) 30px 0;
	position: relative
}
.blog-wrap>li:nth-child(3n) {
	margin-right: 0
}
.blog-wrap>li>a {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10
}
.blog-wrap>li>a:hover~.blog-img img {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
@media all and (max-width: 896px) {
	.blog-wrap>li {
		width: 48%;
		margin-right: 4%
	}
	.blog-wrap>li:nth-child(2n) {
		margin-right: 0
	}
}
@media all and (max-width: 639px) {
	.blog-wrap>li {
		width: 90%;
		margin: 0 auto 25px
	}
	.blog-wrap>li:nth-child(2n) {
		margin-right: auto
	}
}
.blog-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.blog-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-family: "object-fit: cover;"
}
.blog-img:hover img {
	opacity: 1 !important;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.blog-detail {
	padding: 5px
}
.blog-category {
	display: inline-block;
	padding: 5px;
	line-height: 1.3;
	text-align: center;
	background: #111
}
.blog-date {
	width: 90px;
	padding: 3px;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
	color: #735B56;
	background: #fff;
	font-size: 12px;
	letter-spacing: 0
}
.blog-date2 {
	color: #51c289;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-right: 5px
}
.blog-date2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	font-weight: 900;
	margin-right: 5px
}
.blog-title {
	font-weight: 600;
	line-height: 1.3;
	margin: 6px 0;
	font-size: 1.4rem
}
@media all and (max-width: 639px) {
	.blog-title {
		font-size: 13px
	}
}
.blog-txt {
	line-height: 1.5;
	color: #51c289;
	padding: 8px
}
@media all and (max-width: 639px) {
	.blog-txt {
		font-size: 12px
	}
}
.pages {
	text-align: center;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.pages .page_next, .pages .page_prev {
	margin: 0 20px
}
.pages .page_next a, .pages .page_prev a {
	color: #51c289;
	padding: 4px 5px;
	background: #fff;
	font-size: 12px
}
.pages .page_next a:hover, .pages .page_prev a:hover {
	background: #010133;
	color: #fff
}
.pages .page_next a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-weight: 900;
	margin-right: 5px
}
.pages .page_prev a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	margin-left: 5px
}
.category_nav {
	border: 1px solid #dddddd
}
.category_nav li a {
	display: block;
	padding: 15px;
	border-bottom: 1px dotted #dddddd;
	background-color: #ffffff
}
.category_nav li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-weight: 900;
	margin-right: 5px
}
.category_nav li a:hover {
	background: #f3f6f6
}
.category_nav li:last-child a {
	border-bottom: none
}
.cut {
	overflow: hidden;
	zoom: 1
}
.img-round {
	border-radius: 15px 0 15px 0
}
.w300 {
	width: 300px
}
.spbr {
	display: none
}
.color1 {
	color: #51c289
}
.color2 {
	color: #010133
}
.color3 {
	color: #bc3616
}
.brown {
	color: #735B56
}
.relative {
	position: relative
}
.relative.type1 {
	z-index: 5
}
.bigger {
	font-size: 1.15em
}
.smaller {
	font-size: 0.95em;
	letter-spacing: 0
}
.num {
	font-weight: 700
}
.num a {
	color: #51c289;
	font-size: 2.8rem;
	text-align: center;
	margin-left: 5px
}
@media all and (max-width: 639px) {
	.num a {
		font-size: 2rem
	}
}
.num a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	font-weight: 900;
	margin-right: 5px
}
.num a:hover {
	color: #51c289
}
.telbox {
	max-width: 600px;
	margin: 0 auto 20px;
	padding: 20px;
	background: #333;
	text-align: center
}
.telbox .inner {
	background: #fff;
	padding: 10px
}
.txt-link {
	font-weight: 700;
	text-decoration: underline;
	color: #34b890 !important
}
.txt-link:after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	padding-left: 5px
}
.txt-link:hover {
	text-decoration: none
}
.telbnr {
	max-width: 500px;
	margin: 20px auto 10px
}
.telbnr li {
	border: 3px solid #51c289;
	padding: 10px 10px;
	text-align: center;
	border-radius: 40px
}
.telbnr li a {
	width: 100%;
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	color: #51c289
}
.telbnr li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	font-weight: 900;
	margin-right: 5px
}
.telbnr li a:hover {
	color: #51c289
}
@media all and (max-width: 639px) {
	.telbnr {
		max-width: 100%
	}
	.telbnr li {
		width: 100%;
		margin: 0 auto 30px
	}
	.telbnr li a {
		font-size: 2rem
	}
}
.telbnr-ttl {
	font-weight: 600;
	font-size: 1.8rem;
	color: #735B56;
	margin-top: -30px
}
.telbnr-ttl span {
	background: #fff8ed;
	padding: 0 20px
}
@media all and (max-width: 639px) {
	.telbnr-ttl {
		font-size: 1.4rem
	}
}
.breadcrumb {
	max-width: 1200px;
	margin: 20px auto 20px;
	font-size: 1.2rem
}
.breadcrumb li {
	display: inline;
	color: #aaa
}
.breadcrumb li a {
	color: #51c289
}
.breadcrumb li+li:before {
	margin: 0 10px;
	content: ">"
}
@media all and (max-width: 639px) {
	.breadcrumb {
		font-size: 12px
	}
}
.form {
	margin: 0 auto;
	width: 90%
}
.form dl dt {
	float: left;
	width: 280px;
	padding-top: 20px;
	font-weight: 700
}
.form dl dt span {
	color: #fff;
	background: #51c289;
	padding: 5px 8px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 20px;
	position: relative;
	top: -2px
}
.form dl dt span.nini {
	background: #ffdd61;
	color: #735B56
}
.form dl dd {
	padding-left: 280px;
	padding-bottom: 20px;
	padding-top: 23px;
	line-height: 1.5;
	border-bottom: 1px dotted #cccccc
}
.form dl dd:last-child {
	border-bottom: none
}
.form .textarea, .form textarea {
	border: 0;
	padding: 20px 15px;
	width: 100%;
	background: #f5f5f5;
	border-radius: 0;
	-webkit-appearance: none
}
.form .textarea {
	height: 30px
}
.form .textarea02 {
	width: 48.5%;
	margin-right: 3%
}
.form .textarea02:last-child {
	margin-right: 0
}
.form .textarea03 {
	width: 20%;
	margin-right: 1%
}
.form button {
	cursor: pointer;
	display: block;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid #51c289;
	font-weight: 700;
	padding: 12px 5px;
	margin: 0 auto;
	width: 250px;
	background: #51c289;
	border-radius: 25px
}
.form button:hover {
	background: #fff;
	color: #51c289
}
.form button:before {
	font-weight: normal;
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 900;
	margin-right: 10px
}
.form .select-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 192px;
	min-width: 12em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #333
}
.form .select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 11px 35px 11px 11px;
	padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
	background: transparent;
	border: 0;
	outline: none;
	line-height: 1.5
}
.form .entypo-down-open-mini:before {
	font-family: "FontAwesome";
	content: "\f0ab";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
	right: 0.75rem;
	margin-top: -8px;
	margin-top: -0.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	color: #51c289
}
.form label.radio_text {
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	padding-left: 20px;
	display: inline-block
}
.form label.radio_text:before {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	left: 0px;
	top: 2px;
	content: "";
	z-index: 3
}
.form label.radio_text:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	left: 2px;
	top: 4px;
	background-color: #51c289;
	z-index: 1
}
.form label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	left: -23px;
	top: 0px;
	margin: 0px;
	-webkit-box-shadow: 20px -1px #fff;
	box-shadow: 20px -1px #fff
}
.form label.radio_text input[type="radio"]:checked {
	-webkit-box-shadow: none;
	box-shadow: none
}
.form label.radio_text input[type="radio"]:focus {
	opacity: 0.2;
	-webkit-box-shadow: 20px -1px #eeebda;
	box-shadow: 20px -1px #eeebda
}
.form label.checkbox_text {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin: 0 20px 5px 0;
	overflow: hidden;
	display: inline-block
}
.form label.checkbox_text:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0px;
	top: 0;
	border: 1px solid #ccc;
	z-index: 3;
	padding: 1px
}
.form label.checkbox_text:after {
	content: "";
	position: absolute;
	top: 40%;
	left: 5px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #51c289;
	border-bottom: 3px solid #51c289;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1
}
@media all and (max-width: 639px) {
	.form label.checkbox_text:after {
		margin-top: -18px
	}
}
.form label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	width: 20px;
	height: 20px;
	display: block;
	-webkit-box-shadow: 41px 0px #fff;
	box-shadow: 41px 0px #fff;
	z-index: 2;
	margin: 0px;
	padding: 0px
}
.form label.checkbox_text input[type="checkbox"]:checked {
	-webkit-box-shadow: none;
	box-shadow: none
}
.form label.checkbox_text input[type="checkbox"]:checked:focus {
	-webkit-box-shadow: 40px 0px #666;
	box-shadow: 40px 0px #666;
	opacity: 0.1
}
.form label.checkbox_text input[type="checkbox"]:focus {
	-webkit-box-shadow: 41px 0px #eee;
	box-shadow: 41px 0px #eee
}
.form input[type="text"], .form textarea {
	font-size: 16px
}
@media all and (max-width: 639px) {
	.form input[type="text"], .form textarea {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		margin-left: -5px
	}
}
.fm-txt {
	font-size: 1.4rem;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px
}
.thanks {
	padding: 40px;
	border: 3px solid #51c289;
	-webkit-box-shadow: 0 0 0 8px rgba(81, 194, 137, 0.2);
	box-shadow: 0 0 0 8px rgba(81, 194, 137, 0.2);
	max-width: 700px;
	margin: 0 auto
}
@media all and (max-width: 639px) {
	.thanks {
		max-width: 90%;
		padding: 30px 20px
	}
}
.shadow {
	-webkit-box-shadow: 0 0 10px rgba(115, 91, 86, 0.05);
	box-shadow: 0 0 10px rgba(115, 91, 86, 0.05)
}
.policy {
	padding: 30px;
	background: rgba(81, 194, 137, 0.3)
}
.mtitle_small {
	font-weight: 600;
	color: #735B56;
	padding: 0 0 4px;
	font-size: 1.6rem;
	border-bottom: 1px solid #51c289;
	margin-bottom: 15px
}
.mtitle_small:before {
	content: "―";
	margin-right: 8px;
	color: #51c289;
	font-size: 10px
}
@media all and (max-width: 639px) {
	.mtitle_small {
		padding: 4px;
		font-size: 1.3rem
	}
}
.mtitle_small2 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px
}
.mtitle_small2:before {
	content: "";
	background-color: #51c289;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 0.6em;
	left: 0
}
.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.gallery.col4 li {
	width: 24%;
	margin: 0 calc(1% + (1% / 3)) 30px 0
}
.gallery.col4 li:nth-child(4n) {
	margin-right: 0
}
@media all and (max-width: 639px) {
	.gallery.col4 li {
		width: 48%;
		margin-right: 4%
	}
	.gallery.col4 li:nth-child(2n) {
		margin-right: 0
	}
}
.gallery.col3 li {
	width: 31%;
	margin: 0 calc(2.33% + (2.33% / 2)) 30px 0
}
.gallery.col3 li:nth-child(3n) {
	margin-right: 0
}
@media all and (max-width: 639px) {
	.gallery.col3 li {
		width: 48%;
		margin-right: 4%
	}
	.gallery.col3 li:nth-child(3n) {
		margin-right: 4%
	}
	.gallery.col3 li:nth-child(2n) {
		margin-right: 0
	}
}
.gallery li a {
	display: block;
	text-align: center;
	padding: 0px;
	height: 200px
}
.gallery li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-o-object-position: center 5%;
	object-position: center 5%
}
@media all and (max-width: 639px) {
	.gallery li a {
		height: 160px
	}
}
.gallery li p {
	font-size: 14px;
	margin: 3px 0 10px
}
.list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px
}
@media all and (max-width: 639px) {
	.list2 {
		margin-top: -25px
	}
}
.list2.interview-list .child {
	position: relative;
	padding-bottom: 80px
}
.list2.type1>li, .list2.type1 .child {
	background: #fefefe;
	padding: 20px
}
.list2>li, .list2 .child {
	width: 48%;
	margin-top: 50px;
	position: relative
}
.list2>li:nth-child(2n), .list2 .child:nth-child(2n) {
	margin-left: 4%
}
@media all and (max-width: 639px) {
	.list2>li:nth-child(2n), .list2 .child:nth-child(2n) {
		margin-left: auto
	}
}
@media all and (max-width: 639px) {
	.list2>li, .list2 .child {
		width: 100%;
		margin: 25px auto 0
	}
}
.list3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.list3>li {
	width: 31%;
	position: relative;
	margin: 0 calc(2.33% + (2.33% / 2)) 30px 0
}
.list3>li:nth-child(3n) {
	margin-right: 0
}
@media all and (max-width: 639px) {
	.list3>li {
		width: 95%;
		margin: 0 auto 30px
	}
	.list3>li:nth-child(3n) {
		margin-right: auto
	}
}
.list4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2%;
	margin-top: -30px
}
.list4.type1 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.list4.type1 li {
	padding: 15px;
	background: rgba(1, 1, 51, 0.2);
	border-radius: 10px;
	display: block;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}
.list4.type1 li a {
	display: block
}
.list4.type1 li a:hover {
	position: relative;
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px)
}
.list4.type1 li img {
	width: 60px;
	margin: 0 auto 10px
}
@media all and (max-width: 639px) {
	.list4.type1>li {
		width: 48%
	}
	.list4.type1>li img {
		width: 50px
	}
}
.list4 li {
	margin-left: 2%;
	margin-top: 30px;
	width: 23%
}
@media all and (max-width: 1100px) {
	.list4 li {
		width: 31.33%
	}
}
@media all and (max-width: 639px) {
	.list4 {
		margin-left: auto
	}
	.list4 li {
		width: 90%;
		margin: 25px auto 0
	}
}
.prv dt {
	color: #51c289;
	border-bottom: 1px solid #ccc;
	margin: 10px 0
}
.box-arrow {
	position: relative
}
.box-arrow:after {
	position: absolute;
	content: "";
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #ffdd61;
	z-index: 3
}
@media all and (max-width: 639px) {
	.box-arrow:after {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: auto;
		bottom: -15px;
		border-width: 15px 20px 0 20px;
		border-color: #ffdd61 transparent transparent transparent
	}
}
.caution {
	color: #bc3616;
	letter-spacing: 0;
	font-size: 1.4rem
}
@media all and (max-width: 639px) {
	.caution {
		font-size: 1.1rem
	}
}
.note {
	padding: 20px;
	margin-top: 10px;
	background: #a5cf6a;
	border-radius: 8px;
	letter-spacing: 0;
	font-size: 1.5rem
}
@media all and (max-width: 639px) {
	.note {
		font-size: 12px
	}
}
.note.type1 {
	background: #f4efe9
}
.note2 {
	padding: 20px;
	background: #F1EDEA;
	margin-top: 30px
}
.flow-dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flow-dl .flow-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8)
}
.flow-dl .flow-inner:nth-child(2n) {
	margin-right: 0
}
@media all and (max-width: 639px) {
	.flow-dl .flow-inner {
		width: 100%;
		margin: 0 auto 25px
	}
	.flow-dl .flow-inner:nth-child(2n) {
		margin-right: auto
	}
}
.flow-dl dt {
	color: #51c289;
	width: 60px;
	text-align: center;
	margin-right: 20px;
	font-family: "Crimson Text", serif;
	font-weight: 600;
	padding-top: 8px
}
.flow-dl dt span {
	font-size: 3.5rem;
	display: block;
	line-height: 1;
	color: #34b890;
	font-family: "Cinzel", serif;
	font-weight: 500
}
.flow-dl dd {
	width: calc(100% - 80px)
}
.flow-dl dt:not(:last-child), .flow-dl dd:not(:last-child) {
	margin-bottom: 20px
}
@media all and (max-width: 639px) {
	.flow-dl dt {
		font-size: 1.3rem
	}
	.flow-dl dt span {
		font-size: 2.2rem
	}
}
.number {
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: 4.5rem;
	color: #e65b05;
	line-height: 1;
	top: 0;
	left: 0;
	position: absolute
}
@media all and (max-width: 639px) {
	.number {
		font-size: 2.8rem;
		top: 10px
	}
}
.txt1 {
	padding-left: 60px
}
@media all and (max-width: 639px) {
	.txt1 {
		padding-left: 40px
	}
}
.blog-month {
	margin-bottom: 10px
}
.blog-month ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.blog-month ul li {
	width: 49%;
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: 0;
	background: #333
}
.blog-month ul li:nth-child(2n) {
	margin-left: 2%
}
.blog-month ul li a {
	color: #fff;
	font-size: 12px
}
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #contact, .anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px
}
.list-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.list-center li {
	width: 50%
}
@media all and (max-width: 639px) {
	.list-center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.list-center li {
		width: 100%
	}
}
.faq-dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.faq-dl .faq-inner {
	margin-bottom: 20px;
	width: 48%;
	background: #fff
}
@media all and (max-width: 639px) {
	.faq-dl .faq-inner {
		width: 90%;
		margin: 0 auto 20px
	}
}
.faq-dl .faq-inner dt, .faq-dl .faq-inner dd {
	position: relative
}
.faq-dl .faq-inner dt:before, .faq-dl .faq-inner dd:before {
	position: absolute;
	content: "";
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	left: 0;
	top: 0;
	font-family: "Crimson Text", serif;
	font-weight: 600
}
.faq-dl .faq-inner dt {
	background-image: -webkit-gradient(linear, left top, right top, from(#51c289), to(#51c289));
	background-image: linear-gradient(to right, #51c289, #51c289);
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	padding: 10px 10px 10px 55px
}
.faq-dl .faq-inner dt:before {
	content: "Q";
	color: #ffdd61;
	font-size: 3rem
}
.faq-dl .faq-inner dd {
	padding: 20px 20px 20px 55px
}
.faq-dl .faq-inner dd:before {
	content: "A";
	color: #e65b05;
	font-size: 3rem
}
.sns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.sns-list.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px 0
}
.sns-list li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #bc3616;
	display: block;
	background: #fefefe;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	position: relative
}
.sns-list li a:hover {
	opacity: 0.7
}
.sns-list li a.btn-facebook {
	background: #1877f2
}
.sns-list li a.btn-twitter {
	background: #1da1f2
}
.sns-list li a.btn-instagram {
	overflow: hidden;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}
.sns-list li a.btn-instagram i {
	position: relative;
	z-index: 2
}
.sns-list li a.btn-instagram:before {
	content: "";
	position: absolute;
	top: 18px;
	left: -10px;
	width: 50px;
	height: 50px;
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%)
}
.sns-list li:not(:last-child) {
	margin-right: 10px
}
@media all and (max-width: 896px) {
	.sns-list li:not(:last-child) {
		margin-right: 5px;
		margin-bottom: 0
	}
}
.name {
	width: 200px;
	margin: -20px auto 20px;
	position: relative;
	z-index: 2;
	background: #fff;
	color: #735B56;
	font-weight: 600;
	text-align: center;
	padding: 15px 6px;
	-webkit-box-shadow: 0 0 8px rgba(115, 91, 86, 0.05);
	box-shadow: 0 0 8px rgba(115, 91, 86, 0.05);
	line-height: 1.5;
	font-size: 1.6rem
}
.name .small {
	font-size: 0.8em
}
.greet {
	font-weight: 600;
	letter-spacing: 0;
	line-height: 2;
	color: #735B56
}
.vertical-content {
	margin-left: 100px
}
.vertical-content.type1 {
	margin-left: 180px
}
@media all and (max-width: 639px) {
	.vertical-content.type1 {
		margin-left: 0
	}
}
@media all and (max-width: 639px) {
	.vertical-content {
		margin-left: 0
	}
}
.box1 {
	background: #fff;
	-webkit-box-shadow: 0 3 10px rgba(81, 194, 137, 0.15);
	box-shadow: 0 3 10px rgba(81, 194, 137, 0.15);
	padding: 30px;
	border-radius: 8px;
	margin-right: auto;
	margin-left: auto
}
.box1.type1 {
	position: relative;
	background: rgba(255, 255, 255, 0.7)
}
.box1.type1:before {
	position: absolute;
	content: "";
	left: 50%;
	top: -80px;
	width: 1px;
	height: 80px;
	z-index: 2;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#9ddcbc), to(#51c289));
	background-image: linear-gradient(to top, #9ddcbc, #51c289);
	opacity: 0.7
}
@media all and (max-width: 639px) {
	.box1 {
		padding: 25px 15px
	}
}
.pickup {
	font-family: "Crimson Text", serif;
	font-weight: 600;
	color: #51c289
}
.flow-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
.flow-list.type1 {
	display: block
}
.flow-list.type1 li {
	width: 100%
}
.flow-list.type1 li .flow-title {
	margin-bottom: 10px
}
.flow-list li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fefefe;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 15px rgba(115, 91, 86, 0.05);
	box-shadow: 0 0 15px rgba(115, 91, 86, 0.05)
}
.flow-list li.type100 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-right: 0
}
.flow-list li:nth-child(2n) {
	margin-right: 0
}
@media all and (max-width: 639px) {
	.flow-list li {
		width: 90%;
		margin: 0 auto 30px
	}
	.flow-list li:nth-child(2n) {
		margin-right: auto
	}
}
.flow-list li .flow-num {
	color: #51c289;
	font-size: 3.5rem;
	border-right: 1px solid #51c289;
	padding-right: 15px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	line-height: 1.2;
	font-family: "Cinzel", serif;
	font-weight: 500
}
.flow-list li .flow-num span {
	font-size: 1.3rem;
	display: block;
	text-align: center
}
.flow-list li .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 35px
}
.flow-list li .flow-title {
	color: #51c289;
	border-bottom: 1px solid #51c289;
	padding-bottom: 4px;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 1.8rem;
	letter-spacing: 0.2rem
}
@media all and (max-width: 639px) {
	.flow-list li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.flow-list li .flow-num {
		font-size: 2.2rem;
		text-align: center;
		border-right: 0;
		padding: 0 0 4px;
		border-bottom: 1px solid #51c289
	}
	.flow-list li .flow-title {
		font-size: 1.3rem
	}
	.flow-list li .txt {
		margin: 20px auto 0
	}
}
.kiritori {
	height: 1px;
	border-top: 1px solid rgba(81, 194, 137, 0.4);
	margin: 50px auto;
	width: 95%;
	display: block
}
.column2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.column2 .child {
	width: 48%
}
@media all and (max-width: 639px) {
	.column2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.column2 .child {
		width: 100%
	}
	.column2 .child.column2-img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 30px
	}
}
#slider-wrap {
	position: relative;
	margin: 10px auto
}
.slider-item {
	width: 100%;
	max-width: 700px;
	border: 2px solid #a5cf6a;
	padding: 25px !important;
	background: #fff
}
.slide-arrow {
	position: absolute;
	top: 50%;
	z-index: 200;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer
}
@media all and (max-width: 639px) {
	.slide-arrow {
		width: 15px;
		height: 15px;
		margin-top: -7px
	}
}
.slide-arrow.prev-arrow {
	left: 50%;
	margin-left: -370px;
	border-bottom: solid 2px;
	border-left: solid 2px;
	border-color: #51c289
}
@media all and (max-width: 1100px) {
	.slide-arrow.prev-arrow {
		left: 10px;
		margin-left: 0
	}
}
@media all and (max-width: 639px) {
	.slide-arrow.prev-arrow {
		border-color: #a5cf6a
	}
}
.slide-arrow.next-arrow {
	right: 50%;
	margin-right: -370px;
	border-top: solid 2px;
	border-right: solid 2px;
	border-color: #51c289
}
@media all and (max-width: 1100px) {
	.slide-arrow.next-arrow {
		right: 10px;
		margin-right: 0
	}
}
@media all and (max-width: 639px) {
	.slide-arrow.next-arrow {
		border-color: #a5cf6a
	}
}
.slide_list {
	position: relative;
	display: none;
	margin: 60px auto
}
.slide_list li {
	margin-right: 1%
}
.slide_list li img {
	width: auto;
	height: 300px;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in
}
.slide_list li:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
@media all and (max-width: 639px) {
	.slide_list li img {
		height: 240px
	}
}
.top-list li {
	padding: 8px;
	font-weight: 600
}
.top-list li:not(:last-child) {
	margin-bottom: 10px;
	border-bottom: 1px solid #735B56
}
.top-list li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	margin-right: 5px;
	color: #e65b05
}
.top-list.type1 li:before {
	color: #010133
}
.name-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-weight: 600;
	margin: 10px auto 40px
}
.name-box p {
	color: #3aa670
}
.name-box p span {
	display: block;
	font-size: 1.3rem;
	color: #735B56
}
@media all and (max-width: 639px) {
	.name-box p span {
		font-size: 12px
	}
}
.name-box p:first-child {
	margin-left: 30px
}
.about-txt {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	column-gap: 70px
}
@media all and (max-width: 639px) {
	.about-txt {
		-webkit-column-count: inherit;
		column-count: inherit
	}
}
.txt {
	font-size: 1.4rem
}
@media all and (max-width: 639px) {
	.txt {
		font-size: 1.2rem
	}
}
.top_main {
	overflow: hidden;
	margin-bottom: 20px
}
.top_main .inner {
	position: relative;
	margin: 40px 0 60px
}
.top_main .inner .top_main_contents {
	position: relative;
	max-width: calc(100% - 100px);
	margin: 0 auto
}
.top_main .inner .top_main_contents .top_main_txt {
	position: relative;
	width: 750px;
	left: 0%;
	max-width: 100%;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	padding: 35px 50px
}
.top_main .inner .top_main_contents .top_main_img {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 40px;
	width: 800px;
	max-width: 100%
}
.top_main .inner .top_main_contents .top_main_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;"
}
@media all and (max-width: 896px) {
	.top_main .inner .top_main_contents .top_main_img {
		display: none
	}
}
.top_main .inner .top_main_contents .top_main_img_small {
	display: none
}
@media all and (max-width: 896px) {
	.top_main .inner .top_main_contents .top_main_img_small {
		display: block;
		margin-bottom: 30px
	}
}
@media all and (max-width: 896px) {
	.top_main .inner .top_main_contents {
		max-width: 90%;
		margin: auto
	}
	.top_main .inner .top_main_contents .top_main_txt {
		left: 0%;
		padding: 15px
	}
}
@media all and (max-width: 639px) {
	.top_main .inner .top_main_contents {
		max-width: 95%
	}
}
.clinic-list li {
	margin-bottom: 30px
}
.clinic-list li a {
	display: block;
	width: 100%;
	height: 280px;
	overflow: hidden
}
.clinic-list li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;"
}
.clinic-list li p {
	font-size: 1.4rem;
	padding: 5px;
	line-height: 1.5
}
@media all and (max-width: 639px) {
	.clinic-list li a {
		height: 200px
	}
	.clinic-list li a img {
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover;"
	}
	.clinic-list li p {
		font-size: 13px
	}
}
.bundoki {
	width: 350px;
	margin: 0 auto -90px;
	text-align: center;
	opacity: 0.5
}
@media all and (max-width: 639px) {
	.bundoki {
		width: 85%
	}
}
.bg-concern {
	border: 2px solid #e2d8ca;
	max-width: 1200px;
	margin: -30px auto 40px;
	position: relative;
	z-index: 2;
	padding: 25px 0
}
@media all and (max-width: 896px) {
	.bg-concern {
		max-width: 95%
	}
}
.feature-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}
.feature-list>li {
	width: 31%;
	position: relative;
	margin-bottom: 50px
}
@media all and (max-width: 639px) {
	.feature-list>li {
		width: 95%;
		margin: 0 auto 35px
	}
}
.feature-list>li:nth-child(3n+2) {
	-webkit-transform: translateY(40px);
	transform: translateY(40px)
}
@media all and (max-width: 639px) {
	.feature-list>li:nth-child(3n+2) {
		-webkit-transform: none;
		transform: none
	}
}
.feature-list>li .feature-inner {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	position: relative
}
.feature-list>li figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;"
}
@media all and (max-width: 639px) {
	.feature-list>li figure {
		width: 100%;
		height: 250px
	}
}
.feature-list>li .feature-num {
	display: block;
	position: absolute;
	text-align: center;
	font-size: 3rem;
	width: 70px;
	height: 70px;
	background: rgba(17, 17, 17, 0.8);
	font-family: "Cinzel", serif;
	font-weight: 500;
	color: #fff;
	left: 20px;
	top: -30px;
	z-index: 3;
	border-radius: 50%;
	line-height: 70px
}
@media all and (max-width: 639px) {
	.feature-list>li .feature-num {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 3rem
	}
}
.feature-list>li .feature-txt {
	position: relative;
	padding: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.4rem
}
@media all and (max-width: 639px) {
	.feature-list>li .feature-txt {
		padding: 25px 15px;
		font-size: 1.2rem
	}
}
.feature-list>li .feature-title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500;
	margin-bottom: 10px
}
@media all and (max-width: 639px) {
	.feature-list>li .feature-title {
		font-size: 1.5rem
	}
}
.feature-list>li:hover .feature-inner {
	background: lemonchiffon
}
@media all and (max-width: 639px) {
	.feature-list {
		padding: 0 10px
	}
}
.article-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.article-box .left {
	width: 30%
}
.article-box .right {
	width: 68%
}
@media all and (max-width: 896px) {
	.article-box {
		padding: 0 10px
	}
	.article-box .left {
		width: 100%
	}
	.article-box .right {
		width: 100%
	}
}
.half-box {
	width: 50%;
	margin-left: auto;
	padding: 40px;
	color: #fff
}
@media all and (max-width: 639px) {
	.half-box {
		padding: 25px 15px;
		width: 100%
	}
}
.tel-box {
	border: 0.9px solid #735B56;
	width: 80%;
	margin: 0 auto 40px;
	padding: 30px;
	text-align: center
}
.tel-box a {
	display: block;
	font-size: 4rem;
	line-height: 1.3;
	font-family: "Crimson Text", serif;
	font-weight: 600;
	color: #010133
}
.tel-box a:hover {
	color: #51c289
}
.tel-box a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	font-weight: 900;
	margin-right: 8px;
	font-size: 0.8em
}
@media all and (max-width: 639px) {
	.tel-box {
		padding: 20px;
		max-width: 95%
	}
	.tel-box a {
		font-size: 2.6rem
	}
}
.top-title01 {
	max-width: 600px;
	margin: 0 auto -50px;
	position: relative;
	z-index: 3
}
.list-concern-box {
	padding: 35px 20px 20px;
	border-radius: 10px;
	background: #fff
}
.list-concern {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.list-concern li {
	width: 48%;
	padding: 15px 15px 15px 50px;
	font-weight: 600;
	font-size: 1.7rem;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 2px solid #ccbf94
}
.list-concern li:before {
	position: absolute;
	content: "";
	left: 4px;
	top: 50%;
	width: 35px;
	height: 35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/check.png) no-repeat center/contain;
	opacity: 0.7
}
@media all and (max-width: 639px) {
	.list-concern li {
		width: 90%;
		margin: 0 auto 10px;
		font-size: 1.3rem
	}
}
.top-title02 {
	max-width: 80%;
	margin: 0 auto 30px
}
@media all and (max-width: 639px) {
	.top-title02 {
		max-width: 100%
	}
}
.top-implant-img {
	position: absolute;
	width: 220px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	-webkit-filter: drop-shadow(0 0 8px rgba(17, 17, 17, 0.1));
	filter: drop-shadow(0 0 8px rgba(17, 17, 17, 0.1))
}
@media all and (max-width: 639px) {
	.top-implant-img {
		width: 270px;
		-webkit-transform: inherit;
		transform: inherit;
		left: -140px;
		top: 20px;
		z-index: 1;
		opacity: 0.8
	}
}
.top-implant-box {
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 0 80px
}
.top-implant-box .left, .top-implant-box .right {
	width: 45%
}
.top-implant-box .left {
	padding-right: 60px
}
.top-implant-box .right {
	padding-left: 60px
}
@media all and (max-width: 639px) {
	.top-implant-box .left, .top-implant-box .right {
		width: 80%;
		padding: 0;
		margin-left: auto;
		position: relative;
		z-index: 3
	}
	.top-implant-box .right {
		margin-top: 25px
	}
}
.merit-list li {
	font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500;
	font-size: 1.7rem;
	padding: 8px
}
.merit-list li:not(:last-of-type) {
	margin-bottom: 10px;
	border-bottom: 1px solid #333
}
@media all and (max-width: 639px) {
	.merit-list li {
		font-size: 1.3rem
	}
	.merit-list li:not(:last-of-type) {
		margin-bottom: 6px
	}
}
.others-box {
	max-width: 900px;
	margin: 0 auto;
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
	position: relative;
	z-index: 2;
	background: #fff8ed;
	padding-top: 30px
}
.others-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.others-list>li {
	width: 50%
}
.others-list>li:first-child {
	border-right: 0.9px solid #aaa
}
@media all and (max-width: 639px) {
	.others-list>li {
		width: 100%
	}
	.others-list>li:first-child {
		border-right: 0;
		margin-bottom: 40px
	}
}
.others-list>li .inner {
	padding: 15px
}
@media all and (max-width: 639px) {
	.others-list>li .inner {
		padding: 20px 25px
	}
}
.others-list>li .others-img {
	position: relative
}
.others-list>li .others-img img {
	width: 100%
}
.others-list>li .others-img .caption {
	position: absolute;
	padding: 10px;
	background: #fff;
	left: 0;
	bottom: 0;
	font-weight: 600;
	line-height: 1.2
}
.others-list>li .others-img .caption .eng {
	font-family: "Crimson Text", serif;
	font-weight: 600;
	display: block;
	font-size: 1.5rem;
	color: #51c289
}
.blog-box {
	margin-bottom: 40px
}

.sticky-banner {
	position: fixed;
	top: 10%;
	right: 0;
	z-index: 9999;
	}

.sticky-banner i{
	font-size: 30px;
	}
  
  .contactbnr{
	position: fixed;
	bottom: 1%;
    right: 12%;
    font-size: 15px;
    font-weight: bold;
    z-index: 9999;
    padding: 0px;
  }
  .contactbnr:hover{
	opacity: 0.7;
  }

  .contactbnr a{
	background: #fefefe;
    text-align: center;
    /* width: 300px; */
    /* margin: 15px auto; */
    color: #a5cf6a;
    display: block;
    padding: 10px 15px;
    font-weight: 700;
    border: 1px solid #a5cf6a;
    border-radius: 35px;
  }

  @media all and (max-width: 639px) {
	.sticky-banner {
		top: 77%;
		right: 15px;
	  }
	  .contactbnr {
        right: 20%;
    }
  }
/*# sourceMappingURL=basis.css.map */