@charset "utf-8";
/**
/* 見出し CSS
----------------------------------------------- */
.page-view{
	position: relative;
	background: url(../img/menu/page-view_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 6rem 0;
	margin-top: 5rem;
}
.page-view::after{
	display: block;
	content: '';
	background: rgba(30, 23, 10, .8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}
.page-view .view-ttl{
	position: relative;
	color: #ffffff;
	text-align: center;
	z-index: 2;
}
.page-view .view-ttl .roma{
	font-family: "WindSong", cursive;
	color: #b5b1aa;
	font-size: 3.1875rem;
	font-weight: 400;
	line-height: 1;
}
.page-view .view-ttl h1{
	font-family: "Noto Serif JP", serif;
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
}
.pageWrap .page-guide{
	padding: 7.5rem 0;
}
.pageWrap .contact-us-guide{
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 3.1875rem 0;
		margin-top: 5rem;
	}
	.page-view .view-ttl .roma{
		font-size: 1.125rem;
	}
	.page-view .view-ttl h1{
		font-size: 1.875rem;
	}
	.pageWrap .page-guide{
		padding: 4rem 0;
	}
	.pageWrap .contact-us-guide{
		padding: 0;
	}
	.sp_br{
		display: block;
	}
}
/*　　見出し　　*/
.grid-ttl h2{
	position: relative;
	color: #997e4e;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 3.5rem;
}
.grid-ttl h2 .bg{
	color: #997e4e;
	font-size: 2.75rem;
}
.ttl_btline{
	font-family: "Noto Serif JP", serif;
	font-size: 1.625rem;
	font-weight: 600;
	border-bottom: 0.125rem dashed #c4c2c2;
	margin-bottom: 1.25rem;
	padding-bottom: 0.90625rem;
	display: block;
}
.ttl_circle{
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.375rem;
	padding-left: 1.5rem;
}
.ttl_circle::before{
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
	color: #D2BE85;
}
@media only screen and (max-width: 767px) {
	.grid-ttl h2{
		font-size: 1.25rem;
		margin-bottom: 2rem;
	}
	.grid-ttl h2 .bg{
		font-size: 1.875rem;
	}
	.ttl_btline{
		font-size: 1.25rem;
		margin-bottom: 0.875rem;
		padding-bottom: 0.5rem;
	}
	.ttl_circle{
		font-size: 1.0625rem;
	}
}
/*　　グリッドレイアウト　　*/
.grid-container{
	column-gap: 1.875rem;
}
.grid-container .col-3{
	width: calc(30% - 0.9375rem);
}
.grid-container .col-4{
	width: calc(40% - 0.9375rem);
}
.grid-container .col-5{
	width: calc(50% - 0.9375rem);
}
.grid-container .col-6{
	width: calc(60% - 0.9375rem);
}
.grid-container .col-7{
	width: calc(70% - 0.9375rem);
}
.list-container{
	column-gap: 1.875rem;
	row-gap: 3rem;
}
.list-container .col-3{
	width: calc(33.333% - 1.25rem);
}
@media only screen and (max-width: 767px) {
	.grid-container{
		column-gap: 0;
		row-gap: 1.125rem;
	}
	.grid-container .col-3,
	.grid-container .col-4,
	.grid-container .col-5,
	.grid-container .col-6,
	.grid-container .col-7{
		width: 100%;
	}
	.list-container{
		column-gap: 0;
		row-gap: 2rem;
	}
	.list-container .col-3{
		width: 100%;
	}
}
article p{
	line-height: 2.3;
}
article p strong{
	font-weight: bold;
}
article h4{
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
}
.green-border{
	background:linear-gradient(transparent 60%, #34d84a 60%);
}
.yellow-border{
	background: linear-gradient(transparent 60%, #feeca4 60%);
}
@media only screen and (max-width: 767px) {
	article h4{
		font-size: 1.0625rem;
	}
}
/*　　リストデザイン　　*/
.list-disc{
	margin-left: 0.25rem;
}
.list-disc li {
	position: relative;
	padding: 0 0 0 1.125rem;
}
.list-disc li+li {
	margin-top: 0.1875rem;
}
.list-disc li:before {
	background: #31271C;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0.65rem;
	width: 0.5rem;
	height: 0.5rem;
}
/*------------------------------------------------------------
text-align
--------------------------------------------------------------*/
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
/**
/* スペース CSS
----------------------------------------------- */
.mr-15{
	margin-right: 0.9375rem;
}
.mr-20{
	margin-right: 1.25rem;
}
.mb-10{
	margin-bottom: 0.65rem;
}
.mb-15{
	margin-bottom: 0.9375rem;
}
.mb-20{
	margin-bottom: 1.25rem;
}
.mb-25{
	margin-bottom: 1.5625rem;
}
.mb-30{
	margin-bottom: 1.875rem;
}
.mb-35{
	margin-bottom: 2.1875rem;
}
.mb-40{
	margin-bottom: 2.5rem;
}
.mb-60{
	margin-bottom: 3.75rem;
}
.mb-80{
	margin-bottom: 5rem;
}
.mb-100{
	margin-bottom: 6.25rem;
}
.mb-120{
	margin-bottom: 7.5rem;
}
.mt-40{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.mb-40{
		margin-bottom: 2rem;
	}
	.mb-60,
	.mb-80{
		margin-bottom: 2.5rem;
	}
	.mb-100{
		margin-bottom: 3.125rem;
	}
	.mb-120{
		margin-bottom: 3.75rem;
	}
	.mt-40{
		margin-top: 1rem;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	padding: 1.5rem 0 0 0;
}
.breadcrumbs .inner{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.breadcrumbs span{
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.07em;
}
.breadcrumbs a span{
	color: #997e4e;
}
.breadcrumbs i{
	color: #AFB29C;
	font-size: 0.625rem;
	margin: 0 0.5rem;
	vertical-align: middle;
}
.breadcrumbs span br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding: 0.875rem 0 0 0;
	}
	.breadcrumbs span{
		font-size: 0.75rem;
	}
	.breadcrumbs span.separator{
		font-size: 0.5rem;
	}
}
/*　　バナー等　　*/
.bottom-nav-guide{
	padding-bottom: 5rem;
}
.bottom-nav-guide .recruit-bnr{
	margin-bottom: 5.625rem;
}
.bottom-nav-guide .gallery-slider .slide-item{
	margin-right: 1.875rem;
}
.bottom-nav-guide .sns_btn{
	max-width: 1000px;
	column-gap: 3.75rem;
	margin: 5rem auto 0 auto;
}
.bottom-nav-guide .sns_btn li{
	width: calc(50% - 1.875rem);
}
@media only screen and (max-width: 767px) {
	.bottom-nav-guide{
		padding-bottom: 1.875rem;
	}
	.bottom-nav-guide .recruit-bnr{
		width: 100%;
		margin-bottom: 0.875rem;
	}
	.bottom-nav-guide .gallery-slider .slide-item{
		margin-right: 1.25rem;
	}
	.bottom-nav-guide .gallery-slider .slide-item img{
		width: auto;
		height: 7.875rem;
	}
	.bottom-nav-guide .sns_btn{
		width: 80%;
		column-gap: 0;
		row-gap: 0.5625rem;
		margin: 2.1875rem auto 0 auto;
	}
	.bottom-nav-guide .sns_btn li{
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.bottom-nav-guide .recruit-bnr{
		margin-bottom: 4.625rem;
	}
	.bottom-nav-guide .sns_btn{
		column-gap: 2.75rem;
		margin: 4rem auto 0 auto;
	}
	.bottom-nav-guide .sns_btn li{
		width: calc(50% - 1.375rem);
	}
}
/*　　ご相談はお気軽に　　*/
.contact-us-guide .contact-us-grid{
	background: url(../img/new/contact-us_bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 3.125rem 0;
}
.contact-us-guide .contact-us-grid .inner::after{
	position: absolute;
	content: '';
	background: url(../img/new/contact-us-icon.png) no-repeat top center;
	background-size: cover;
	width: 22.6875rem;
	height: 19.9375rem;
	bottom: -3.125rem;
	right: -3.125rem;
}
.contact-us-guide .contact-us-grid h2{
	position: relative;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 2.875rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 3.75rem;
	z-index: 1;
}
.contact-us-guide .contact-us-grid h2::after{
	position: absolute;
	content: '';
	background: #cba158;
	width: 10rem;
	height: 0.125rem;
	bottom: -1.875rem;
	left: calc(50% - 5rem);
}
.contact-us-guide .contact-us-grid .text{
	position: relative;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.04em;
	text-align: center;
	z-index: 1;
}
.contact-us-guide .contact-us-btn{
	position: relative;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	column-gap: 2.625rem;
	margin: 1.875rem auto 0 auto;
	z-index: 1;
}
.contact-us-guide .contact-us-btn li.tel-btn a{
	display: flex;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
}
.contact-us-guide .contact-us-btn li.tel-btn a span{
	display: block;
	width: 1.8125rem;
	line-height: 1;
	margin-right: 0.75rem;
}
.contact-us-guide .contact-us-btn li.tel-btn a span img{
	vertical-align: middle;
}
.contact-us-guide .contact-us-btn li.line-btn{
	width: 23.125rem;
}
.contact-us-guide .contact-us-btn li.line-btn a{
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #ffffff;
	font-family: "Noto Serif JP", serif;
	color: #333333;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
	padding: 1.5rem;
	border-radius: 3.125rem;
	box-shadow: 0px 0px 1.25rem rgba(0, 122, 0, 0.55);
}
.contact-us-guide .contact-us-btn li.line-btn a span{
	display: block;
	width: 2rem;
	line-height: 1;
	margin-right: 0.9375rem;
}
@media only screen and (max-width: 767px) {
	.contact-us-guide .contact-us-grid{
		padding: 2.25rem 0;
	}
	.contact-us-guide .contact-us-grid .inner::after{
		content: none;
	}
	.contact-us-guide .contact-us-grid h2{
		font-size: 1.5625rem;
		margin-bottom: 2.25rem;
	}
	.contact-us-guide .contact-us-grid h2::after{
		width: 5rem;
		bottom: -0.9375rem;
		left: calc(50% - 2.5rem);
	}
	.contact-us-guide .contact-us-grid .text{
		font-size: 1rem;
		line-height: 1.35;
		text-align: left;
	}
	.contact-us-guide .contact-us-btn{
		column-gap: 0;
		row-gap: 0.75rem;
		margin: 1.25rem auto 0 auto;
	}
	.contact-us-guide .contact-us-btn li.tel-btn{
		width: 100%;
	}
	.contact-us-guide .contact-us-btn li.tel-btn a{
		-webkit-justify-content: center;
		justify-content: center;
		background: #ffffff;
		color: #333333;
		font-size: 1.125rem;
		padding: 1.188rem 1rem;
		border-radius: 3.125rem;
		box-shadow: 0px 0px 1.25rem rgba(0, 122, 0, 0.55);
		border: 0.125rem solid #cba158;
	}
	.contact-us-guide .contact-us-btn li.tel-btn a span{
		width: 1.625rem;
		margin-right: 0.75rem;
	}
	.contact-us-guide .contact-us-btn li.line-btn{
		width: 100%;
	}
	.contact-us-guide .contact-us-btn li.line-btn a{
		font-size: 1.125rem;
		padding: 1rem;
		border: 0.125rem solid #00b900;
	}
	.contact-us-guide .contact-us-btn li.line-btn a span{
		width: 2rem;
		margin-right: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-us-guide .contact-us-grid h2{
		font-size: 2rem;
	}
	.contact-us-guide .contact-us-grid .text{
		font-size: 1rem;
	}
	.contact-us-guide .contact-us-btn li.tel-btn a{
		font-size: 2.5rem;
	}
	.contact-us-guide .contact-us-btn li.tel-btn a span{
		width: 1.675rem;
	}
	.contact-us-guide .contact-us-btn li.line-btn a{
		font-size: 1.25rem;
		padding: 1.25rem;
	}
	.contact-us-guide .contact-us-btn li.line-btn a span{
		width: 1.875rem;
	}
}
/*　　ご予約はこちら　　*/
.contact-us-guide .reserve-grid .reserve-ttl{
	background: url(../img/new/reserve-ttl.png) no-repeat top right;
	background-size: cover;
	display: flex;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 50%;
}
.contact-us-guide .reserve-grid .reserve-ttl h3{
	position: relative;
	width: 90%;
	max-width: 32.5rem;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.04em;
	padding-right: 11.25rem;
}
.contact-us-guide .reserve-grid .reserve-ttl h3 span{
	display: block;
	font-size: 2.875rem;
	margin-top: 0.3125rem;
}
.contact-us-guide .reserve-grid .reserve-ttl h3::after{
	position: absolute;
	background: url(../img/new/arrow_b.png) no-repeat center;
	background-size: cover;
	content: '';
	width: 3.6875rem;
	height: 1.125rem;
	right: 4.375rem;
	top: 50%;
	transform: translateY(-50%);
}
.contact-us-guide .reserve-grid .reserve-btn{
	background: url(../img/new/reserve_bg.jpg) no-repeat top center;
	background-size: cover;
	width: 50%;
	padding: 1.875rem 3.4375rem;
}
.contact-us-guide .reserve-grid .reserve-btn li{
	width: 100%;
	max-width: 29.375rem;
}
@media only screen and (max-width: 1150px) {
	.contact-us-guide .reserve-grid .reserve-ttl h3{
		font-size: 1.5rem;
		padding-right: 7.25rem;
	}
	.contact-us-guide .reserve-grid .reserve-ttl h3 span{
		font-size: 2.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.contact-us-guide .reserve-grid .reserve-ttl{
		background: url(../img/new/sp_reserve-ttl.jpg) no-repeat top right;
		background-size: cover;
		display: flex;
		align-items: center;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		width: 100%;
		padding: 0.75rem;
	}
	.contact-us-guide .reserve-grid .reserve-ttl h3{
		width: 100%;
		max-width: 100%;
		font-size: 1.1875rem;
		text-align: center;
		padding-right: 0;
	}
	.contact-us-guide .reserve-grid .reserve-ttl h3::after{
		content: none;
	}
	.contact-us-guide .reserve-grid .reserve-ttl h3 span{
		position: relative;
		font-size: 2.0625rem;
		margin-top: 0.3125rem;
	}
	.contact-us-guide .reserve-grid .reserve-ttl h3 span::after{
		position: relative;
		display: inline-block;
		background: url(../img/new/sp_arrow_b.png) no-repeat center;
		background-size: cover;
		content: '';
		width: 0.5625rem;
		height: 1.84375rem;
		right: -1rem;
		bottom: -0.1875rem;
	}
	.contact-us-guide .reserve-grid .reserve-btn{
		width: 100%;
		padding: 1.75rem 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-us-guide .reserve-grid .reserve-ttl h3{
		font-size: 1.25rem;
		padding-right: 5.25rem;
	}
	.contact-us-guide .reserve-grid .reserve-ttl h3 span{
		font-size: 2rem;
	}
	.contact-us-guide .reserve-grid .reserve-ttl h3::after{
		width: 3.25rem;
		height: 1rem;
		right: 3.375rem;
	}
	.contact-us-guide .reserve-grid .reserve-btn{
		padding: 1.5rem 2rem;
	}
}

.font-txt {
	font-family: "Noto Serif JP", serif;
}
.center {
	text-align: center;
}
.grid-container .col-6 ul {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
}
.grid-container .col-6 ul li span {
	font-weight: 700;
	display: block;
}
.grid-container .col-6 .f-bold {
	font-size: 1.2rem;
}
.grid-container .col-6 .merit-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0;
}
.grid-container .col-6 .merit-list li .ttl {
	font-size: 1.25rem;
	color: #115107;
	font-weight: 600;
}
.ttl-10 {
	font-family: "Noto Serif JP", serif;
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding: 0.2rem 0.90625rem;
	background: #403000;
	color: #fff;
}
.ttl-10 + img {
    height: 27rem;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.ttl-15 {
	font-family: "Noto Serif JP", serif;
    color: #115107;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
    .ttl-15 {
        font-size: 1.25rem;
    }
}
.ttl-20 {
	display: block;
    color: #115107;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    position: relative;
    padding-left: 1rem;
    margin-top: 1.5rem;
	font-family: "Noto Serif JP", serif;
}
.ttl-20::before {
    content: '';
    display: block;
    width: 0.1875rem;
    height: 2rem;
    background-color: #115107;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.ttl-25 {
	font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.25rem;
    position: relative;
    margin-top: 1.5rem;
    font-family: "Noto Serif JP", serif;
}
.ttl-30 {
	font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    position: relative;
	display: inline-block;
    font-family: "Noto Serif JP", serif;
	border-bottom: 0.1rem solid #115107;
	color: #115107;
}
@media only screen and (max-width: 767px) {
    .ttl-30 {
        font-size: 1.25rem;
    }
}
.ttl-35 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #115107;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
    .ttl-35 {
        font-size: 1.25rem;
    }
}
.ttl-40 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
.ttl-40 span {
	font-size: 1.2rem;
    margin-right: 0.5rem;
}
.ttl-45 {
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    position: relative;
    color: #fff;
    background: #115107;
    padding: 0.5rem;
    text-align: center;
    display: block;
    width: 11%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
    .ttl-45 {
		width: 24%;
		font-size: 1.1rem;
    }
}
.ttl-50 {
    display: block;
    color: #115107;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    position: relative;
    padding-left: 1rem;
    margin-top: 2.5rem;
    font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
    .ttl-50 {
		font-size: 1.4rem;
    }
}
.ttl-50::before {
    content: '';
    display: block;
    width: 0.1875rem;
    height: 2rem;
    background-color: #115107;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.list-10 {
	border: 0.1rem solid #403000;
    padding: 2rem 1.5rem;
	margin-bottom: 1rem;
}
.list-10 li {
	position: relative;
    padding: 0 0 0 1.125rem;
}
.list-10 li:before {
	background: #31271C;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.5rem;
    height: 0.5rem;
}
.list-15 {
	margin-top: 1rem;
    padding: 6%;
    background-color: #fff;
    border: 0.2rem solid #115107;
    border-radius: 1rem;
}
.list-15 li {
    position: relative;
    float: left;
    margin-right: 5%;
    margin-bottom: 1rem;
    margin-left: 2.8rem;
	font-weight: 700;
    font-size: 1rem;
	border-bottom: 0.1rem dotted #ddd;
}
.list-15 li:before {
	content: "";
	background: #997e4e;
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1rem;
	margin: auto;
	border-radius: 50%;
}
.list-15::after {
    display: block;
    clear: both;
    content: '';
}
.list-20 {
	display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
}
.list-20 h6 {
	position: relative;
    font-size: 1rem;
    padding-left: 1rem;
}
.list-20 h6:before {
	content: '';
    background-color: #115107;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.list-30 {
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.list-30 li {
	position: relative;
	padding-left: 1rem;
}
.list-30 li:before {
	content: "";
    background: #115107;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
}
.list-35 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6%;
	border: 0.3rem solid #115107;
    border-radius: 2rem;
    padding: 5%;
}
.list-35 li {
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    text-align: left;
    display: inline-block;
    font-weight: 700;
    font-size: 1.2rem;
    border-bottom: 0.1rem dotted #ddd;
}
.list-35 li:before {
    content: "";
    background: #997e4e;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.7rem;
    left: -1rem;
    margin: auto;
    border-radius: 50%;
}
.list-35::after {
    display: block;
    clear: both;
    content: '';
}
@media only screen and (max-width: 767px) {
    .list-35 {
        display: block;
		padding: 2rem 3rem 1rem;
    }
	.list-35 li {
		font-size: 1rem;
	}
	.list-35 li:before {
		top: 0.6rem;
		bottom: initial;
	}
}
.list-40 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1rem;
}
.list-40 li {
	display: flex;
	flex-direction: column;
}
.list-40 li h4 {
	color: #115107;
}
.list-40 li img {
	width: 100%;
	height: 15rem;
    object-fit: contain;
}
.list-40 li .content {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}
.list-40 li .content ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.5rem;
}
.list-40 li .content .content-merit {
	flex-grow: 1;
}
.list-40 li .content .content-merit span {
	color: #ef6c13;
	font-weight: 700;
}
.list-40 li .content .content-demerit {
	flex-grow: 1;
	margin-top: 1.5rem;
}
.list-40 li .content .content-demerit span {
	color: #163570;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .list-40 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.list-45 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
}
.list-45 li {
	display: flex;
	flex-direction: column;
}
.list-45 li h4 {
	text-align: center;
    font-size: 1.2rem;
	height: 2rem;
}
.list-45 li .txt {
	background: #f0efe9;
    flex-grow: 1;
    padding: 2rem;
	margin-top: 1rem;
}
.list-45 li .txt a {
	display: block;
    font-weight: 700;
    margin-top: 1rem;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .list-45 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.list-50 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1rem;
}
.list-50 li {
	display: flex;
	flex-direction: column;
	border: 0.1rem solid;
}
.list-50 li h4 {
	text-align: center;
    font-size: 1.2rem;
	padding: 1rem 0;
}
.list-50 li .content {
	background: #f0efe9;
    flex-grow: 1;
    padding: 2rem;
}
@media only screen and (max-width: 767px) {
    .list-50 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.list-55 {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem 1rem;
}
@media only screen and (max-width: 767px) {
    .list-55 {
        grid-template-columns: repeat(3, 1fr);
		gap: 0.875rem;
    }
}
.list-60 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1rem;
}
.list-60 li {
	border: 0.1rem solid #c4c2c2;
	padding: 5%;
}
.list-60 li img {
	height: 12rem;
	width: 100%;
    object-fit: contain;
    object-position: center;
}
.list-60 li h3 {
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	height: 4.5rem;
	margin-bottom: 0;
}
.list-60 li a {
	position: relative;
	color: #fff;
	background: #115107;
    font-weight: 600;
    border-radius: 2rem;
    border: 0.1rem solid #115107;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0;
}
.list-60 li a:hover {
	color: #115107;
	background: #fff;
}
.list-60 li p {
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .list-60 {
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem;
    }
	.list-60 li img {
		height: auto;
	}
	.list-60 li h3 {
		height: auto;
		margin-bottom: 1rem;
	}
}
.list-65 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.list-65 li {
	background: #f0efe9;
	border: 0.1rem solid #c4c2c2;
}
.list-65 li h5 {
    text-align: center;
    padding: 2rem 0;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .list-65 {
		grid-template-columns: repeat(1, 1fr);
    }
}
.list-70 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
}
.list-70 li {
	display: flex;
	flex-direction: column;
}
.list-70 li h4 {
	text-align: center;
    font-size: 1.2rem;
	height: 2rem;
}
.list-70 li .txt {
	background: #f0efe9;
    flex-grow: 1;
    padding: 2rem;
	margin-top: 1rem;
}
.list-70 li img {
	height: 20rem;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .list-70 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.list-75 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
}
.list-75 li {
	display: flex;
	flex-direction: column;
	border: 0.1rem solid;
}
.list-75 li h3 {
	text-align: center;
    font-size: 1.2rem;
	padding: 1rem 0;
    font-weight: 600;
}
.list-75 li .content {
	background: #f0efe9;
    flex-grow: 1;
    padding: 2rem;
}
@media only screen and (max-width: 767px) {
    .list-75 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.list-80 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1rem;
}
@media only screen and (max-width: 767px) {
    .list-80 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.list-85 li {
    position: relative;
    padding-left: 1rem;
}
.list-85 li:before {
    content: "";
    background: #115107;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
    margin: auto;
    border-radius: 50%;
}
.list-90 {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 1rem;
}
@media only screen and (max-width: 767px) {
    .list-90 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
.list-90 li {
    border: 0.1rem solid #c4c2c2;
}
.list-90 li h3 {
    background: #12531b;
    color: #ffffff;
    padding: 1rem 0;
    text-align: center;
    font-weight: 600;
}
.list-90 li img {
    padding: 1rem;
    height: 18rem;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
@media only screen and (max-width: 767px) {
    .list-90 li img {
        height: 9rem;
    }
}
.list-95 {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.list-95 li {
	display: flex;
	gap: 2rem;
    background: #f6f4f0;
    border: 1px solid #d2caba;
    padding: 3rem;
}
.list-95 li:nth-child(2),
.list-95 li:nth-child(4) {
    background: #fff;
}
.list-95 li .img {
	width: 50%;
}
.list-95 li .content {
	width: 50%;
}
.list-95 li .content .ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
    .list-95 li {
        flex-direction: column;
		background: #fff;
	    padding: 1rem;
		gap: 1rem;
    }
	.list-95 li:nth-child(2),
	.list-95 li:nth-child(4) {
		flex-direction: column-reverse;
	}
	.list-95 li .img {
		width: 100%;
	}
	.list-95 li .content {
		width: 100%;
	}
	.list-95 li .content .ttl {
		font-size: 1.375rem;
		margin-bottom: 0.5rem;
	}
	.list-95 li .txt {
		line-height: 1.5;
	}
}
.tb03.mb20 {
	width: 100%;
    border-spacing: 0.1rem;
    border-collapse: separate;
    background-color: #f0f0f0;
    white-space: nowrap;
}
.tb03.mb20 th {
	font-weight: bold;
    white-space: break-spaces;
    text-align: left;
    color: #fff;
    background-color: #403000;
    font-size: 1.125rem;
    padding: 1rem;
	width: 50%;
}
.tb03.mb20 td {
	background-color: #ffffff;
    text-align: center;
    font-size: 1.125rem;
    padding: 1rem;
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.tb03.mb20 tr {
		display: flex;
		flex-direction: column;
	}
	.tb03.mb20 th {
		width: 100%;
		text-align: center;
		font-size: 1rem;
	}
	.tb03.mb20 td {
		width: 100%;
		font-size: 1rem;
	}
}
.flex-10 {
    justify-content: space-between;
    gap: 2rem;
    display: flex;
}
@media only screen and (max-width: 767px) {
	.flex-10 {
		flex-direction: column;
	}
}
.flex-10 .left p {
	line-height: 1.5;
}
.flex-10 .left .content {
    background: #f0efe9;
    border: 0.1rem solid #c4c2c2;
	padding: 1rem;
    line-height: 1.8;
}
.flex-10 .right h4 {
	font-family: "Noto Serif JP", serif;
    color: #115107;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
.flex-10 .right p {
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.flex-10 .right h4 {
		font-size: 1rem;
	}
}
.flex-15 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.flex-15 .access-btn {
	background-color: #F0F0E1;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
    line-height: 1.2;
    position: relative;
    margin: 0 auto;
	width: 100%;
}
.flex-15 .access-btn:after {
	content: "";
    background: url(../img/btn_allow.png) no-repeat;
    background-size: contain;
	background-position: center;
    width: 5rem;
    height: 1rem;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.flex-15 .access-btn:hover {
	opacity: 0.7;
}
.flex-15 .access-btn a {
	display: block;
    padding: 1.3rem 0.2rem;
}
@media only screen and (max-width: 767px) {
	.flex-15 {
		grid-template-columns: repeat(1, 1fr);
	}
	.flex-15 .access-btn:after {
		width: 3rem;
	}
}
.flex-20 {
    justify-content: space-between;
    gap: 1rem;
    display: flex;
}
@media only screen and (max-width: 767px) {
	.flex-20 {
		flex-direction: column;
	}
}
.flex-20 .content-10 {
	gap: 0.5rem;
}
.flex-20 .content-10 .ttl-15 {
	font-size: 1.4rem;
	border-bottom: 0.1rem solid #115107;
}
.flex-20 .content-10 ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;	
}
.flex-20 .content-10 ul li {
	position: relative;
	padding-left: 1rem;
}
.flex-20 .content-10 ul li:before {
	content: "";
	background: #115107;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.flex-25 {
	display: flex;
	justify-content: space-between;
}
.flex-25 .access-wrap {
    width: 50%;
    padding-right: 5%;
}
.flex-25 .access-wrap .access-foot .access-foot__table table {
    width: 100%;
}
.flex-25 img {
    width: 50%;
	height: 100%;
}
.flex-25 .access-wrap .access-foot .access-foot__calender table {
    width: 100%;
}
@media only screen and (max-width: 767px) {
	.flex-25 {
		flex-direction: column;
	}
	.flex-25 .access-wrap {
		width: 100%;
		padding-right: 0;
	}
	.flex-25 img {
		width: 100%;
	}
}
.flex-30 {
	display: flex;
	justify-content: space-between;
    gap: 1.5rem;
}
.flex-30 .content {
	width: 50%;
    display: flex;
    flex-direction: column;
}
.flex-30 .content .container {
	margin: 0;
    flex-grow: 1;
}
.flex-30 .content img {
	height: 28rem;
    display: block;
    width: 100%;
    object-fit: cover;
}
.flex-30 .content p {
	line-height: 1.8;
}
.flex-30 .content .common-btn {
    width: 65%;
    margin-top: 1rem;
}
.container-10 {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.container-10 {
		gap: 1rem;
	}
}
.container-10 .img-15 {
	height: 100%;
	display: block;
	height: 22rem;
}
.container-10 .img-15 img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.container-10 .img-20 {
	height: 13rem;
}
.container-10 .img-20 img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.content-10 {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	border: 0.2rem solid #115107;
    padding: 5%;
    flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.content-10 {
		gap: 1rem;
	}
}
.content-10 p {
	line-height: 1.5;
}
.img-10 {
    height: 36rem;
    object-fit: contain;
    object-position: center;
    margin-left: auto;
	margin-right: auto;
    display: block;
}
@media only screen and (max-width: 767px) {
	.img-10 {
		height: 18rem;
	}
}
.img-15 {
    height: 22rem;
    object-fit: contain;
    object-position: center;
    margin-left: auto;
	margin-right: auto;
    display: block;
}
@media only screen and (max-width: 767px) {
	.img-15 {
		height: 18rem;
	}
}
.img-20 img {
    height: 30rem;
    object-fit: contain;
    width: 100%;
}
@media only screen and (max-width: 767px) {
	.img-20 img {
		height: auto;
	}
}
.img-25 {
    height: 12rem;
    display: block;
}
.img-25 img {
	height: 100%;
	object-fit: contain;
}
.flow .list-25 {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.flow .list-25 .flow-item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
    border-bottom: 0.125rem dashed #c4c2c2;
    padding-bottom: 2rem;
}
.flow .list-25 .flow-item .heading {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.5rem;
	font-family: "Noto Serif JP", serif;
}
.flow .list-25 .flow-item .heading .number {
	background: #115107;
    padding: 0.5rem;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: #fff;
    margin-right: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}
.flow.ceramic .list-25 .flow-item .heading .number {
    width: 6rem;
    height: 2rem;
}
@media only screen and (max-width: 767px) {
	.flow .list-25 .flow-item .heading {
		font-size: 1.2rem;
	}
	.flow .list-25 .flow-item .heading .number {
		font-size: 1rem;
		width: 2.5rem;
        height: 2.5rem;
	}
}
.faq-container {
  background: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 0.8rem;
  overflow: hidden;
}
.faq-item {
  border-top: 0.1rem solid #ddd;
}
.faq-item:last-child {
  border-bottom: 0.1rem solid #ddd;
}
.faq-toggle {
  display: none;
}
.faqhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 1.5rem;
  cursor: pointer;
}
.faqhead .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  font-family: "Noto Serif JP", serif;
}
.faqhead .que {
  color: #115107;
  margin-right: 0.5rem;
}
.faqlist_icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.faqlist_icon span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.2rem;
  background-color: #212121;
  border-radius: 0.4rem;
  transition: transform 0.3s ease;
}
.faqlist_icon span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 100%;
}
.faqlist_icon span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 100%;
}
.faq-toggle:checked + .faqhead .faqlist_icon span:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
}
.faq-toggle:checked + .faqhead .faqlist_icon span:nth-of-type(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.faqanswer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #fefefe;
}
.faq-toggle:checked + .faqhead + .faqanswer {
  max-height: 100rem;
  padding: 1rem 1.5rem 2rem;
}
.faqanswer p {
  margin: 0;
  line-height: 1.7;
}
.faqanswer .ans {
  font-weight: bold;
  color: #DD3C3C;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
.indent {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
	.faqhead {
		background: #fff;
		border-bottom: none;
	}
	.faqhead .title {
		font-size: 1rem;
		color: #333333;
	}
	.faqlist_icon {
		height: 1.2rem;
		width: 1.2rem;
	}
	.faqlist_icon span {
		height: 0.1rem;
	}
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  border: 1px solid #ddd;
}
.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.price-table th.b-c2 {
  display: none;
}
.price-table td.f-c2 {
  color: #115107 !important;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.price-table .cost-sub-txt {
  background-color: #f9f9f9;
  padding: 1rem;
  border-top: none;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.price-table .cost-sub-txt img {
  max-width: 120px;
  height: auto;
  border-radius: 6px;
  flex-shrink: 0;
}
.price-table .cost-sub-txt div {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.6;
}
.price-table .dis-b {
  display: block;
  margin-top: 0.5rem;
  color: #555;
  font-size: 0.85rem;
}
.price-table .b-ttl.pc {
  border-right: none;
  vertical-align: middle;
  width: 200px;
  text-align: center;
  background: #f0efe9;
  font-weight: 500;
  display: table-cell;
}
.price-table .b-ttl.sp {
  display: none;
}
/* モバイル対応 */
@media (max-width: 600px) {
  .price-table .cost-sub-txt {
    flex-direction: column;
    padding: 1rem 0.5rem;
  }

  .price-table .cost-sub-txt img {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }

  .price-table td,
  .price-table th {
    padding: 0.75rem;
  }
  .price-table td.f-c2 {
    white-space: normal;
  }
  .price-table .b-ttl.pc {
    display: none;
   }
  .price-table .b-ttl.sp {
    width: 100%;
    padding: 20px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
    text-align: center;
    background: #f0efe9;
    font-weight: 500;
  }
}
.youtube {
	text-align: center;
}
.price-txt {
	text-align: right;
}
.heading {
	display: flex;
	align-items: end;
}
.common-btn {
	background-color: #F0F0E1;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
    line-height: 1.2;
    position: relative;
	margin-right: auto;
	margin-left: auto;
    width: 50%;
}
.common-btn:after {
    content: "";
    background: url(../img/btn_allow.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 5rem;
    height: 1rem;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.common-btn:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.common-btn {
		width: 100%;
	}
    .common-btn:after {
        width: 3rem;
    }
}
.common-btn a {
    padding: 1.3rem 0.2rem;
    display: block;
}
.common-btn.child {
    width: 70%;
}
@media only screen and (max-width: 767px) {
	.common-btn.child {
		width: 100%;
	}
}
.out-btn {
    text-align: left;
}
.out-btn a {
	text-align: center;
    background: #F0F0E1;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    width: 14rem;
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 1rem 0px;
    margin: 0;
    color: #333333;
	position: relative;
}
.out-btn a:after {
    content: url(../img/out_btn.png);
    vertical-align: middle;
    position: absolute;
    top: 0;
	bottom: 0;
    right: -2rem;
    margin: auto;
    display: flex;
    align-items: center;
}
.out-btn a:hover {
	opacity: 0.7;
}
.common-table {
    padding: 0 3rem 3rem;
    background: #fff;
    border: 0.5rem solid #CFCFC0;
    border-radius: 1rem;
    box-sizing: border-box;
}
.common-table table {
    border-collapse: collapse;
    border-spacing: 0;
}
.common-table table tr {
    border-bottom: 0.1rem solid #DFDFD0;
}
.common-table table tr th {
    width: 20%;
    padding: 2rem 1rem;
    font-size: 1rem;
}
.common-table table tr td {
    width: 80%;
    padding: 2.5rem 1.5rem;
    font-size: 1rem;
}
@media only screen and (max-width: 767px) {
	.common-table {
		padding: 0 1rem 2rem;
	}
	.common-table table tr {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
	}
	.common-table table tr th {
		width: 100%;
		padding: 0.5rem 0 0;
        font-size: 0.875rem;
		font-weight: 600;
	}
	.common-table table tr td {
        width: 100%;
        padding: 0 0 0.5rem;
        font-size: 0.875rem;
	}
}
.access-head {
	text-align: left;
}
.access-head__ttl {
    font-size: 1.5rem;
    font-weight: 700;
}
.access-head__tel a {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #115107;
    margin-bottom: 0.3rem;
}
.access-foot p {
	line-height: 1.5;
}
.access-foot .access-foot__table table {
	width: 72%;
}
.access-foot .access-foot__table table {
	border-top: 0.1rem solid #333333;
	border-left: 0.1rem solid #333333;
	border-right: 0.1rem solid #333333;
	margin-bottom: 0.5rem;
}
.access-foot .access-foot__table table tr {
    border-bottom: 0.1rem solid #333333;
    border-left: 0.1rem solid #333333;
    border-right: 0.1rem solid #333333;
}
.access-foot .access-foot__table table tr.access-foot__cl {
	background: #403000;
    color: #fff;
}
.access-foot .access-foot__table table tr th {
	width: 25%;
	text-align: center;
    padding: 0.5rem;
}
.access-foot .access-foot__table table tr td {
	width: 5%;
    padding: 0.5rem;
}
.access-foot__sbtxt {
	text-align: left;
    font-size: 0.9rem;
}
.access-foot .access-foot__calender table {
    width: 72%;
    margin-bottom: 0.5rem;
}
/* .access-foot .access-foot__calender table tr {
    border-bottom: 0.1rem solid #333333;
    border-left: 0.1rem solid #333333;
    border-right: 0.1rem solid #333333;
} */
.access-foot .access-foot__calender table tr td {
    padding: 0.5rem;
}
.access-foot .access-foot__calender table tr th {
	text-align: left;
/*     background: #f0efe9; */
	width: 16%;
    padding: 0.5rem;
}
.access-foot__txt {
	line-height: 1.5;
	font-size: 0.9rem;
}
.access-foot__txt span {
    font-weight: 700;
    color: #115107;
}
@media only screen and (max-width: 767px) {
	.access-foot .access-foot__table table {
		width: 100%;
	}
	.access-foot .access-foot__table table tr th {
		padding: 0.5rem 0;
		font-size: 0.875rem;
	}
	.access-foot .access-foot__table table tr td {
		font-size: 0.875rem;
	}
    .access-foot .access-foot__calender table {
		width: 100%;
    }
	.access-foot .access-foot__calender table tr td {
		padding: 0.5rem;
		font-size: 0.875rem;
	}
	.access-foot .access-foot__calender table tr th {
		width: 27%;
		font-size: 0.875rem;
	}
}
.root-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 1rem;
}
.root-list li {
    border: 0.3rem solid #DFDFD0;
    border-radius: 1rem;
    text-align: center;
    padding: 3rem 2rem;
	position: relative;
    background: #fff;
}
.root-list li.odd:after {
	content: "";
	background: url(../img/about-flow-line2.png) no-repeat;
    background-size: cover;
    height: 1rem;
    width: 2.3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2.3rem;
	margin: auto;
}
.root-list li.even:after {
	content: "";
	background: url(/wp-content/themes/twentynineteen-child/img/about-flow-line.jpg) no-repeat;
    background-size: cover;
    height: 5.9rem;
    width: 50rem;
    position: absolute;
    bottom: -6rem;
    left: -28.2rem;
    z-index: -1;
}
.root-list li.even:last-child:after {
	content: none;
}
.root-list li img {
	width: 100%;
}
.root-content {
	margin-top: 1rem;
}
.root-ttl {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #115107;
}
.root-line {
	position: absolute;
}
@media only screen and (max-width: 767px) {
	.root-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}
	.root-list li {
		padding: 1.5rem;
	}
	.root-ttl {
		font-size: 1rem;
	}
	.root-list li.odd:after {
		content: none;
	}
	.root-list li.even:after {
		content: none;
	}
}
@media only screen and (max-width: 767px) {
	.column {
		flex-direction: column-reverse;
	}
}
.link {
    display: block;
    font-weight: 600;
    text-decoration: underline;
}
.staff-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 3rem 1.5rem;
}
.staff-list .staff-item {
    display: flex;
    flex-direction: column;
}
.staff-list .staff-item img {
	width: 70%;
	margin: 0 auto 1rem;
}
.staff-list .staff-name {
	font-family: "Noto Serif JP", serif;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
.staff-list .staff-post {
	font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    margin-right: 0.5rem;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
.staff-list p {
	line-height: 1.5;
    margin-top: 0.5rem;
}
.staff-list .staff-profile {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: #f0efe9;
    border: 0.1rem solid #c4c2c2;
    padding: 5%;
    flex-grow: 1;
    margin-top: 1rem;
}
.staff-list .staff-profile .staff-profile__list {
	height: 100%;
}
.staff-list .staff-profile .staff-profile__item {
    display: flex;
    flex-direction: column;
	height: 100%;
}
.staff-list .staff-profile .staff-profile__item .staff-profile__wrap {
	flex-grow: 1;
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
}
.staff-list .staff-profile .staff-profile__item .staff-profile__foot {
	flex-grow: 1;
    font-size: 0.9375rem;
}
.staff-list .staff-profile .staff-profile__item h5 {
	font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    border-bottom: 0.1rem solid;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}
.staff-list .staff-profile .staff-profile__item table th {
    width: 15%;
}
.staff-list .staff-profile .staff-profile__item table td {
    width: 70%;
}
@media only screen and (max-width: 767px) {
	.flex-30 {
		flex-direction: column;
	}
	.flex-30 .content {
		width: 100%;
	}
	.flex-30 .content .container {
		padding: 0;
		max-width: 100%;
	}
	.flex-30 .content img {
		width: 90%;
		margin: 0px auto 1rem;
		height: auto;
	}
	.flex-30 .content .common-btn {
		width: 100%;
	}
	.flex-30 .content .common-btn a {
		font-size: 1rem;
		padding: 0.8rem;
	}
	.flex-30 .ttl-40 {
        font-size: 1.25rem;
	}
	.flex-30 .ttl-40 span {
		font-size: 1rem;
	}
	.flex-30 .content p {
		font-size: 0.9rem;
	}
	.staff-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.staff-list .staff-name {
		font-size: 1.25rem;
	}
	.staff-list .staff-post {
		font-size: 1rem;
	}
	.staff-list p {
		font-size: 0.9rem;
	}
	.staff-list .staff-profile .staff-profile__item h5 {
		font-size: 1rem;
	}
	.staff-list .staff-profile .staff-profile__item table th {
		font-size: 0.875rem;
        width: 25%;
	}
	.staff-list .staff-profile .staff-profile__item table td {
		font-size: 0.875rem;
	}
}
.page-contact .page_top_icon,
.page-confirm .page_top_icon,
.page-complete .page_top_icon {
	display: none;
}
.page-contact .page_top_icon + p,
.page-confirm .page_top_icon + p {
	display: none;
}
.page-contact .section-inner,
.page-confirm .section-inner,
.page-complete .section-inner {
	padding: 0;
}
.page-contact .wrap,
.page-confirm .wrap {
	width: 100%;
}
.page-complete .wrap {
	width: 100%;
    max-width: 55rem;
    margin: 0 auto;	
}
.page-contact #recruit_content02 .txt-img,
.page-contact #recruit_content03 .txt-img,
.page-contact #contact_content01 .txt-img,
.page-confirm #recruit_content02 .txt-img,
.page-confirm #recruit_content03 .txt-img,
.page-confirm #recruit_content01 .txt-img,
.page-confirm #contact_content01 .txt-img {
	border: none;
	margin-bottom: 0 !important;
	padding: 0;
	margin-top: 0 !important;
}
.page-contact .form-contact,
.page-confirm .form-contact {
    max-width: 55rem;
    margin: 0 auto;	
}
.page-contact .form-contact tr,
.page-confirm .form-contact tr {
	margin-bottom: 2rem;
}
.page-contact .form-contact th,
.page-confirm .form-contact th {
	width: 25%;
	text-align: left;
    padding: 0;
    font-size: 1rem;
}
.page-contact .f-c1,
.page-confirm .f-c1 {
	background-color: #115107 !important;
	padding: 0.1rem 0.8rem !important;
    border-radius: 0.4rem;
}
.page-contact .form-contact td,
.page-confirm .form-contact td {
	width: 75%;
    padding: 0;
    font-size: 1rem;
}
.page-contact .form-contact td input,
.page-contact .form-contact td textarea,
.page-confirm .form-contact td input,
.page-confirm .form-contact td textarea {
	width: 100%;
	padding: 1rem;
}
.page-contact .c-btn .submit-btn,
.page-confirm .c-btn .submit-btn {
	background: #115107;
}
.page-contact .c-btn:after,
.page-confirm .c-btn:after {
	content: none;
}
@media only screen and (max-width: 767px) {
	.page-contact .section-inner,
	.page-confirm .section-inner,
	.page-complete .section-inner {
		padding-top: 0 !important;
	}
	.page-contact .f-c1,
	.page-confirm .f-c1 {
		font-size: 80% !important;
		font-weight: 700;
	}
	.page-contact .form-contact tr,
	.page-confirm .form-contact tr {
		margin-bottom: 1rem;
	}
	.page-contact .form-contact th,
	.page-confirm .form-contact th {
		width: 100%;
		margin-bottom: 0.5rem;
		font-size: 0.9375rem;
	}
	.page-contact .form-contact td,
	.page-confirm .form-contact td {
		width: 100%;
		font-size: 0.9375rem;
	}
	.page-confirm .c-btn .submit-btn + br {
		display: none;
	}
	.page-confirm .c-btn {
		margin-top: 2rem;
		display: flex;
		flex-direction: column-reverse;
	}
}
.page-recruit .grid-ttl + p {
	text-align: center;
	margin-bottom: 4rem;
}
.page-recruit__confirm .grid-ttl + p,
.page-recruit__complet .grid-ttl + p {
	display: none;
}
.page-recruit .rec-f-list {
	width: 100%;
    max-width: 55rem;
    margin: 0 auto;	
}
.page-recruit__confirm .rec-f-list {
    max-inline-size: max-content;
    margin-inline: auto;
}
.page-recruit .rec-form ,
.page-recruit__confirm .rec-form {
	width: 100%;
}
.recruit__confirm .rec-form table tr {
	gap: 2rem;
}
.page-recruit .rec-form table tr,
.page-recruit__confirm .rec-form table tr {
	width: 100%;
	display: flex;
	margin-bottom: 2rem;
}
.page-recruit .rec-form table th,
.page-recruit__confirm .rec-form table th {
	width: 25%;
	text-align: left;
    padding: 0;
    font-size: 1rem;
}
.page-recruit .rec-form table td,
.page-recruit__confirm .rec-form table td {
	width: 75%;
    padding: 0;
    font-size: 1rem;
}
.page-recruit .rec-form input,
.page-recruit .rec-form textarea {
	width: 100%;
	padding: 1rem;
}
.page-recruit .f-c1,
.page-recruit__confirm .f-c1 {
	background-color: #115107 !important;
	padding: 0.1rem 0.8rem !important;
    border-radius: 0.4rem;
	font-size: 80%;
	font-weight: 500;
}
.page-recruit .c-btn .submit-btn,
.page-recruit__confirm .c-btn .submit-btn {
	background: #115107;
}
.page-recruit .c-btn:after,
.page-recruit__confirm .c-btn:after {
	content: none;
}
.page-recruit__complete #contact_content01 {
    width: 100%;
    max-width: 55rem;
    margin: 0 auto;
}
.page-recruit__complete #contact_content01 .t-c {
	font-weight: 400 !important;
    line-height: 1.5;
}
.page-recruit__complete .grid-ttl + p {
	display: none;
}
.page-recruit__complete .section-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.page-recruit__confirm .f-c1 {
	display: none;
}
@media only screen and (max-width: 767px) {
	.page-recruit .rec-f-list,
	.page-recruit__confirm .rec-f-list {
		padding: 0 1rem;
	}
	.page-recruit__confirm .rec-f-list {
		margin: 0;
		max-inline-size: none;
	}
	.page-recruit .rec-form table tr,
	.page-recruit__confirm .rec-form table tr {
		flex-direction: column;
	}
	.page-recruit .rec-form table th,
	.page-recruit__confirm .rec-form table th {
		width: 100%;
		margin-bottom: 0.5rem;
        font-size: 0.9375rem;
	}
	.page-recruit .rec-form table td,
	.page-recruit__confirm .rec-form table td {
		width: 100%;
		font-size: 0.9375rem;
	}
	.recruit__confirm .rec-form table tr {
		gap: 0;
	}
	.page-recruit__complete #contact_content01 {
		padding: 0 1rem;
	}
}
.facility-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}
.facility-list .facility-item {
	position: relative;
	border-radius: 0.4rem;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.facility-list .facility-img {
    width: 100%;
}
.facility-list .facility-img img {
	border-radius: 0.4rem;
	object-fit: cover;
}
/* .facility-list .facility-content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	z-index: 1;
	border-radius: 0.4rem;
} */
.facility-list .facility-ttl {
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
    margin-bottom: 0.5rem;
}
.facility-list .facility-txt {
    line-height: 1.5;
	font-size: 0.8375rem;
}
.facility-list .facility-content {
	margin-top: 1rem;
}
/* .facility-item:hover .facility-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
	padding: 0 0.5rem;
} */
@media only screen and (max-width: 767px) {
	.facility-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}
}
.case-wrap {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
.case-img {
	margin-bottom: 1.5rem;
}
.case-img .case-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.case-img .case-flex + ul.case-flex {
	margin-bottom: 2rem;
}
.case-img .case-flex h3 {
    color: #115107;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    position: relative;
    font-family: "Noto Serif JP", serif;
    display: block;
    text-align: center;
    width: 42%;
	margin-bottom: 0.5rem;
}
.case-img ul li {
    width: 42%;
    line-height: 0;
}
.case-img ul li.arrow {
    width: 3rem;
    text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #212121;
	line-height: 1;
	position: relative;
	height: 0.3em;
	background: currentColor;
}
.case-img ul li.arrow::before {
	content: '';
    width: 1.65em;
    height: 1.65em;
    border: 0.3em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.2em;
    box-sizing: border-box;
}
.case-detail table {
	border: 2px solid #ddd;
}
.case-detail table th {
	border: 1px solid #ddd;
    background: #CFCFC0;
    width: 30%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 1rem;
}
.case-detail table td {
	border: 1px solid #ddd;
	width: 70%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 1rem;
}
.case-detail.case-pattern table th {
	background: #f0efe9;
}
@media only screen and (max-width: 767px) {
	.case-wrap {
		gap: 3rem;
	}
	.case-img ul li {
		width: 45%;
	}
	.case-img ul li.arrow {
		width: 1rem;
	    height: 0.2em;
	}
	.case-img ul li.arrow::before {
		width: 0.8em;
		height: 0.8em;
		border: 0.2em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		transform: rotate(45deg);
		transform-origin: top right;
		position: absolute;
		top: 50%;
		right: -0.2em;
		box-sizing: border-box;
	}
	.case-img .case-flex h3 {
		font-size: 1.2rem;
	}
	.case-detail table th {
		font-size: 0.875rem;
		padding: 0.8rem;
	}
	.case-detail table td {
		font-size: 0.875rem;
		padding: 0.8rem;
	}
}
.banner {
	width: 100%;
	display: block;
    text-align: center;
}
.banner:hover {
	opacity: 0.7;
}
.cost-menu {
    background: #f0efe9;
	padding: 3.75rem 3.125rem;
}
.cost-menu__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    gap: 2rem;
}
.cost-menu__item a {
	font-weight: 600;
    text-decoration: underline;
	position: relative;
	padding-left: 1.5rem;
}
.cost-menu__item a:hover {
	opacity: 0.7;
}
.cost-menu__item a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #115107;
	border-width: 0.5rem 0px 0.5rem 0.8rem;	
}
@media only screen and (max-width: 767px) {
	.cost-menu {
		padding: 2rem;
	}
	.cost-menu__list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}
	.cost-menu__item a {
		font-size: 0.9375rem;
	}
}
.assistant-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.assistant-btn a {
    background-color: #115107;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
    line-height: 1.2;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 1.3rem 0.2rem;
}
.assistant-btn a:after {
    content: "";
    background: url(/wp-content/themes/twentynineteen-child/img/new/arrow_b.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 2rem;
    height: 1rem;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.assistant-btn a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.assistant-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.assistant-btn a {
		width: 100%;
	}
}
.recruit-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
}
.ceramic-flex {
	display: flex;
	justify-content: space-between;
}
.ceramic-container {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.ceramic-flex {
		flex-direction: column;
	}
}