body {
	font-size: 15px
}

body.open {
	position: fixed
}

html {
	scroll-behavior: auto;
	/* 一旦smoothを外して、JSで制御する */
}

img {
	width: 100%
}

.pc {
	display: none
}

.sp {
	display: block
}

.header {
	border-top: 5px solid #329856
}

.header .hdr_btm {
	padding: 0;
	border-top: none
}

.header .hdr_btm .hdr_btm_inr {
	width: 100%
}
}

.header .hdr_btm .hdr_btm_inr .hdr_ttl {
	width: 162.5px;
	margin: 17px 0 0 10px;
	padding: 17px 0 0 0
}

.header .hdr_btm .hdr_btm_inr .hdr_btn {
	float: right
}

.header .hdr_btm .hdr_btm_inr .hdr_btn li {
	float: left
}

.header .hdr_btm .hdr_btm_inr .hdr_btn li a {
	width: 50px;
	height: 50px;
	padding: 10px 0 0 0;
	font-size: 10px;
	line-height: 1;
	display: block;
	text-align: center
}

.header .hdr_btm .hdr_btm_inr .hdr_btn li a.mail::before {
	content: "";
	width: 19px;
	height: 11px;
	margin: 0 auto 9.5px auto;
	background: url(../img/sp-ico-mail.png) no-repeat center center;
	background-size: contain;
	display: block
}

.header .hdr_btm .hdr_btm_inr .hdr_btn li a.menu::before {
	content: "";
	width: 19px;
	height: 13px;
	margin: 0 auto 7.5px auto;
	background: url(../img/sp-ico-menu.png) no-repeat center center;
	background-size: contain;
	display: block
}

.header .hdr_btm .hdr_btm_inr .hdr_btn li a.menu.open::before {
	content: "";
	width: 15px;
	height: 15px;
	margin: 0 auto 6px auto;
	background: url(../img/sp-ico-close.png) no-repeat center center;
	background-size: contain
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap {
	display: none;
	width: 100%;
	height: 100vh;
	padding: 0 0 55px 0;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 10;
	background: #fff;
	overflow: scroll;
	-webkit-overflow-scrolling: touch
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr_nav {
	width: 100%
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr_nav li {
	width: 100%;
	height: auto;
	line-height: normal;
	display: block;
	border-left: none;
	border-bottom: 1px solid #dbdbdb;
	text-align: left;
	padding: 0 !important
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr_nav li:first-of-type {
	border-top: 1px solid #dbdbdb
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr_nav li a {
	padding: 15px 4.6875%;
	display: block
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry {
	padding: 0;
	text-align: center;
	background: #FFF8F0;
	clear: both
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .ttl {
	padding: 20px 4.6875%;
	line-height: 1;
	font-size: 16px
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .mail {
	width: 100%;
	margin: 0 auto;
	padding: 0 4.6875%
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .mail a {
	padding: 18px 0;
	display: block;
	border-radius: 2px;
	font-size: 20px;
	line-height: 1;
	position: relative
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .mail a::before {
	content: "";
	width: 25px;
	height: 19px;
	margin: 0 15px 0 0;
	display: inline-block;
	background: url(../img/ico-mail.png) no-repeat;
	background-size: contain;
	vertical-align: middle
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .mail a::after {
	content: "";
	width: 12px;
	height: 20px;
	display: inline-block;
	background: url(../img/ico-step.png) no-repeat;
	background-size: contain;
	position: absolute;
	margin: -10px 0 0 0;
	top: 50%;
	right: 5.17241379310345%
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .tel {
	margin: 12px 0 14px 0;
	padding: 0 4.6875%;
	float: none;
	font-size: 24px;
	text-align: center
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .tel span {
	margin: 0 0 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: .05em
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .date {
	margin: 0 0 14px 0;
	padding: 0 4.6875%
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .close {
	padding: 20px 0;
	font-size: 14px;
	line-height: 1;
	border-top: 1px solid #dbdbdb
}

.header .hdr_btm .hdr_btm_inr .hdr_nav_wrap .hdr-inquiry .close::before {
	content: "";
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	display: inline-block;
	background: url(../img/sp-ico-close.png) no-repeat;
	background-size: contain;
	vertical-align: middle
}

.menu-back {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 55px;
	display: none
}

.main .sec_wrap {
	padding: 0
}

.main .sec_wrap .sec_ort {
	width: 100%;
	margin: 0 0 30px 0
}

.main .sec_wrap .sec_ort.sec_irregular {
	background: #FFF8F0
}

.main .sec_wrap .sec_ort .sec_inr {
	width: 100%;
	padding: 35px 4.6875% 40px 4.6875%
}

.main .intro {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 131.25% 0 0 0;
	overflow: hidden;
	background: url(../img/intro-img.jpg) no-repeat center center;
	background-size: cover
}

.sec_inr .sec_ttl {
	margin: 10px 0 35px 0;
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	line-height: 1
}

.sec_inr .sec_ttl::after {
	content: "";
	width: 110px;
	height: 3px;
	margin: 14px auto 0 auto;
	background: #19b04e;
	background: -moz-linear-gradient(left, #19b04e 0%, #1e9548 100%);
	background: -webkit-linear-gradient(left, #19b04e 0%, #1e9548 100%);
	background: linear-gradient(to right, #19b04e 0%, #1e9548 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b04e', endColorstr='#1e9548', GradientType=1);
	display: block
}

.sec_inr .txt-serif {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500
}

.sec-greeting .sec-greeting_txt {
	width: 100%;
	padding: 0;
	float: none
}

.sec-greeting .sec-greeting_txt p {
	font-size: 15px;
	line-height: 1.733333333333333
}

.sec-greeting .sec-greeting_txt p.txt-serif {
	font-size: 20px;
	line-height: 1.7
}

.sec-greeting .sec-greeting_img {
	width: 100%;
	margin: 0 0 25px 0;
	float: none
}

.sec-handling_list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

.sec-handling_list li .img {
	height: 136px;
}

.sec-introduction .sec-introduction-profile {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 25px;
	background: #fff;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.sec-introduction .sec-introduction-profile .sec-introduction_list {
	width: 100%;
	float: none;
	order: 2;
}

.sec-introduction .sec-introduction-profile .sec-introduction_list .name {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: 500
}

.sec-introduction .sec-introduction-profile .sec-introduction_list .name span {
	margin: 0 0 0 8px;
	font-size: 15px;
	font-weight: 300
}

.sec-introduction .sec-introduction-profile .sec-introduction_list table {
	width: 100%;
	margin: 0 0 20px 0
}

.sec-introduction .sec-introduction-profile .sec-introduction_list table tr td {
	display: block;
	padding: 0;
	line-height: 2
}

.sec-introduction .sec-introduction-profile .sec-introduction_list table tr td a {
	text-decoration: underline
}

.sec-introduction .sec-introduction-profile .sec-introduction_list table tr td a:hover {
	color: #329856;
	text-decoration: underline
}

.sec-introduction .sec-introduction-profile .sec-introduction_list table:last-child {
	margin: 0
}

.sec-introduction .sec-introduction-profile .sec-introduction_photo {
	margin: 0 0 20px;
	order: 1;
}

.sec-introduction .sec-introduction-profile2 {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 30px 6.89655172413793% 25px 6.89655172413793%;
	background: #fff;
	position: relative
}

.sec-introduction .sec-introduction-profile2 .sec-introduction_list {
	width: 100%;
	float: none
}

.sec-introduction .sec-introduction-profile2 .sec-introduction_list .name {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: 500
}

.sec-introduction .sec-introduction-profile2 .sec-introduction_list .name span {
	margin: 0 0 0 8px;
	font-size: 15px;
	font-weight: 300
}

.sec-introduction .sec-introduction-profile2 .sec-introduction_list table {
	width: 100%;
	margin: 0 0 20px 0
}

.sec-introduction .sec-introduction-profile2 .sec-introduction_list table tr td {
	display: block;
	padding: 0;
	line-height: 2
}

.sec-introduction .sec-introduction-profile2 .sec-introduction_list table tr td a {
	text-decoration: underline
}

.sec-introduction .sec-introduction-profile2 .sec-introduction_list table tr td a:hover {
	color: #329856;
	text-decoration: underline
}

.sec-introduction .sec-introduction-profile2 .sec-introduction_list table:last-child {
	margin: 0
}

.sec-introduction .sec-introduction-profile2 .sec-introduction_photo {
	width: 235px;
	margin: 0 0 0 -117.5px;
	position: absolute;
	top: -188px;
	left: 50%;
	float: none
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee {
	padding: 35px 0 40px 0
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec_ttl {
	padding: 0 4.6875% 0 4.6875%
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .txt-serif {
	padding: 0 4.6875% 0 4.6875%
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content {
	padding: 0;
	background: #FFF8F0
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual {
	margin: 0 0 20px 0;
	padding: 25px 7.14285714285714%;
	background: #fff
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual:first-of-type {
	margin: 0 0 20px 0
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual:last-of-type {
	margin: 0
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual:last-of-type .sec-fee-desc {
	margin: 0
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual .sec_sub-ttl {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 500;
	color: #329856;
	line-height: 1
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual .sec-price {
	margin: 0 0 18px 0;
	padding: 15px 5%;
	background: #f2f8ee;
	line-height: 1
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual .sec-price>p .figure_wrap {
	margin: 0 0 15px 0;
	display: block
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual .sec-price>p .figure_wrap .figure {
	font-size: 30px
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual .sec-price>p .figure-desc {
	font-size: 14px;
	display: block
}

.main .sec_wrap .sec_ort .sec_inr.sec-fee .sec-fee_content .sec-fee_individual .sec-price .sec-fee-desc {
	font-size: 14px
}

.sec-fee_individual .sec-fee_verticality {
	width: 100%;
	margin: 0 0 20px 0;
	float: none
}

.sec-fee_individual .sec-fee_verticality:nth-of-type(2n) {
	margin: 0
}

.sec-fee_individual .sec-fee_verticality dt {
	margin: 0 0 10px 0;
	height: auto;
	padding: 8px 5%;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #329856;
	line-height: 1
}

.sec-fee_individual .sec-fee_verticality dd {
	line-height: 1.857142857142857
}

.sec-fee_individual .sec-fee_verticality dd:last-of-type {
	margin: 0
}

.sec-fee_individual .sec-fee_horizontal {
	width: 100%;
	display: block;
	margin: 0 0 20px 0
}

.sec-fee_individual .sec-fee_horizontal:last-child {
	margin: 0
}

.sec-fee_individual .sec-fee_horizontal dt {
	width: 100%;
	margin: 0;
	height: auto;
	padding: 8px 5%;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #329856;
	line-height: 1;
	display: block
}

.sec-fee_individual .sec-fee_horizontal dd {
	width: 100%;
	padding: 15px 7.14285714285714%;
	border-top: none;
	border-bottom: 2px solid #d9eecb;
	border-left: 2px solid #d9eecb;
	border-right: 2px solid #d9eecb;
	display: block;
	vertical-align: middle;
	line-height: 1.428571428571429
}

#access {
	background: #fff
}

.sec-access {
	width: 100% !important;
	padding: 10px 0 40px 0 !important
}

.sec-access .sec_ttl {
	padding: 0 4.6875%
}

.sec-access .sec-access-map {
	width: 100%;
	height: 0;
	padding: 77.8125% 0 0 0;
	overflow: hidden;
	float: none;
	position: relative
}

.sec-access .sec-access-map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.sec-access .sec-access_inr {
	width: 100%;
	padding: 10px 0 0 0;
	float: none;
	text-align: center
}

.sec-access .sec-access_inr .map-link {
	margin: 0 0 30px 0;
	padding: 0 4.6875%;
	text-align: right
}

.sec-access .sec-access_inr .map-link a {
	color: #1e9748
}

.sec-access .sec-access_inr .map-link a::before {
	content: "";
	width: 10px;
	height: 15px;
	margin: 0 6px 0 0;
	background: url(../img/icon-map.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle
}

.sec-access .sec-access_inr .sec-access-logo {
	width: 71.09375%;
	height: 0;
	margin: 0 auto;
	padding: 10.32967032967033% 0 0 0;
	overflow: hidden;
	background: url(../img/logo.png) no-repeat;
	background-size: contain
}

.sec-access .sec-access_inr ul {
	margin: 20px 0 0 0
}

.sec-access .sec-access_inr ul li {
	line-height: 1.733333333333333
}

.sec-access .sec-access_inr ul li.tel {
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 1
}

.sec-access .sec-access_inr ul li.tel span {
	margin: 0 0 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: .05em
}

.sec-inquiry .sec-inquiry_inr {
	text-align: center
}

.sec-inquiry .sec-inquiry_inr .mail {
	width: 100%;
	margin: 0 auto
}

.sec-inquiry .sec-inquiry_inr .mail a {
	padding: 25px 0;
	display: block;
	border-radius: 2px;
	font-size: 20px;
	line-height: 1;
	position: relative
}

.sec-inquiry .sec-inquiry_inr .mail a::before {
	content: "";
	width: 25px;
	height: 19px;
	margin: 0 15px 0 0;
	display: inline-block;
	background: url(../img/ico-mail.png) no-repeat;
	background-size: contain;
	vertical-align: middle
}

.sec-inquiry .sec-inquiry_inr .mail a::after {
	content: "";
	width: 12px;
	height: 20px;
	display: inline-block;
	background: url(../img/ico-step.png) no-repeat;
	background-size: contain;
	position: absolute;
	margin: -10px 0 0 0;
	top: 50%;
	right: 5.17241379310345%
}

.sec-inquiry .sec-inquiry_inr .tel {
	margin: 12px 0 0 0;
	font-size: 28px
}

.sec-inquiry .sec-inquiry_inr .tel span {
	font-size: 28px;
	margin: 0 0 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: .05em
}

.sec-inquiry .sec-inquiry_inr .date {
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 1.714285714285714
}

.sec-inquiry .sec-inquiry_inr .desc {
	display: none
}

#adopt {
	padding: 0 4.6875%;
	background: #fff
}

.sec-adopt {
	width: 100%;
	margin: 40px auto !important;
	padding: 30px 6.89655172413793% !important;
	border: 2px solid #e9e9e9
}

.sec-adopt .sec-adopt_inr .sec_ttl {
	width: 100%;
	margin: 0 0 35px 0;
	font-size: 22px;
	float: none
}

.sec-adopt .sec-adopt_inr .sec_ttl::after {
	content: "";
	width: 112px
}

.sec-adopt .sec-adopt_inr .sec-adopt_txt {
	width: 100%;
	padding: 0;
	float: none
}

.sec-adopt .sec-adopt_inr .sec-adopt_txt .desc {
	margin: 0 0 15px 0;
	line-height: 1.733333333333333
}

.sec-adopt .sec-adopt_inr .sec-adopt_txt .tel {
	margin: 0 0 20px 0;
	float: none;
	font-size: 24px;
	text-align: center
}

.sec-adopt .sec-adopt_inr .sec-adopt_txt .tel span {
	margin: 0 0 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: .05em
}

.sec-adopt .sec-adopt_inr .sec-adopt_txt .btn {
	width: 100%;
	float: none
}

.sec-adopt .sec-adopt_inr .sec-adopt_txt .btn a {
	display: block;
	height: auto;
	padding: 17px 0;
	line-height: 1;
	border-radius: 2px;
	font-size: 18px
}
.sec-schedule .schedule_scroll {
	width: 100%;
	overflow: scroll;
}
.sec-schedule .schedule_scroll img{
	width: 500px;
}
.sec-schedule .sp-only {
	margin-bottom: 10px;
	color: #999797;
}
.footer .ftr_top {
	padding: 40px 4.6875%;
	background: #f4f4f4
}

.footer .ftr_top .ftr_top_inr {
	width: 100%;
	margin: 0 auto;
	padding: 30px 5.17241379310345%;
	background: #fff
}

.footer .ftr_top .ftr_top_inr a {
	width: 100%;
	height: auto;
	display: table
}

.footer .ftr_top .ftr_top_inr a .ftr_ttl {
	width: 83.10344827586207%;
	height: 0;
	margin: 0 auto 25px auto;
	padding: 8.29875518672199% 0 0 0;
	overflow: hidden;
	background: url(../img/logo_btm.png) no-repeat;
	background-size: contain;
	float: none
}

.footer .ftr_top .ftr_top_inr a .ftr_ttl2 {
	width: 83.10344827586207%;
	height: 0;
	margin: 0 auto 25px auto;
	padding: 8.29875518672199% 0 0 0;
	overflow: hidden;
	background: url(../img/logo_btm2.png) no-repeat;
	background-size: contain;
	float: none
}

.footer .ftr_top .ftr_top_inr a .ftr-inquiry {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 14px;
	text-align: center
}

.footer .ftr_top .ftr_top_inr a .ftr-inquiry p {
	margin: 0 0 15px 0;
	line-height: 1.428571428571429
}

.footer .ftr_top .ftr_top_inr a .ftr-inquiry ul li {
	line-height: 1.714285714285714
}

.footer .ftr_top .ftr_top_inr a .ftr-inquiry ul li:first-child {
	margin: 0;
	font-size: 14px;
	font-weight: 500
}

.footer .ftr_top .ftr_top_inr a:hover {
	opacity: .8
}

.footer .ftr_btm {
	height: auto;
	background: #2b3a3f
}

.footer .ftr_btm .ftr_btm_inr {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center
}

.footer .ftr_btm .ftr_btm_inr p {
	color: #fff;
	line-height: normal;
	display: block;
	font-size: 13px
}

.footer .ftr_btm .ftr_btm_inr p.ftr-desc {
	float: none
}

.footer .ftr_btm .ftr_btm_inr p.copyright {
	margin: 10px 0 0 0;
	font-size: 13px;
	float: none
}