@charset "UTF-8";

/*=======================================================
共通
=======================================================*/
.el-sec-mainTtl {
	font-size: 32px;
	position: relative;
	margin-bottom: 48px;
	color: #A7660F;
}
.el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 76px;
	height: 7px;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFD490;
}
.el-att {
	justify-content: center;
}
.el-att.sp {
	display: none;
}
@media screen and (max-width : 750px){
    .el-sec-mainTtl {
	    font-size: 48px;
    }
	.el-att.sp {
		display: inline-block;
		margin: 0 0 8px;
	}
}
/*=======================================================
about
=======================================================*/
.bl-about {
	padding: 40px 0 80px;
}
.bl-about .bl-cardUnit {
    flex-flow: wrap;
	gap: 32px;
}
.bl-about .bl-card {
	width: 320px;
	background-color: #F6F3EF;
}
.bl-about .bl-card-imgWrapper {
	width: 320px;
	margin-bottom: 24px;
}
.bl-about .bl-card-body {
    padding: 0 16px 24px;
}
.bl-about .el-card-ttl {
	color: #A7660F;
	font-size: 20px;
	margin-bottom: 8px;
}
@media screen and (max-width : 750px){
    .bl-about {
	    padding: 64px 0;
    }
	.bl-about .bl-cardUnit {
        flex-flow: column;
	    gap: 56px;
    }
    .bl-about .bl-card {
	    width: 100%;
    }
    .bl-about .bl-card-imgWrapper {
	    width: 100%;
	    margin-bottom: 40px;
    }
    .bl-about .bl-card-body {
        padding: 0 32px 40px;
    }
    .bl-about .el-card-ttl {
	    font-size: 38px;
	    margin-bottom: 24px;
    }
}
/*=======================================================
visit
=======================================================*/
.bl-visit {
	background-color: #DAE0CD;
	padding: 80px 0;
}
.bl-visit .el-sec-mainTtl::after {
	background: #FFFFFF;
}
.el-visit-txt {
	text-align: center;
}
.el-visit-txt + .el-visit-txt {
	margin-top: 1.3em;
}
.bl-visit .el-att {
	font-size: 17px;
	margin: 1.3em 0 40px;
}
.bl-visit-table {
    border: 1px solid #818776;
}
.bl-visit-tableTtl {
	background-color: #818776;
}
.bl-visit-tableTtl > tr > th {
	color: #FFFFFF;
	width: 256px;
	padding: 12px 0;
}
.bl-visit-tableTtl > tr > th:not(:last-of-type) {
	border-right: 1px solid #FFFFFF;
}
.bl-visit-table > tbody {
	background-color: #FFFFFF;
}
.bl-visit-table > tbody > tr > td {
	text-align: center;
	padding: 12px 0;
}
.bl-visit-table > tbody > tr > td:not(:last-of-type) {
	border-right: 1px solid #818776;
}
@media screen and (max-width : 750px){
    .bl-visit {
	    padding: 64px 0;
    }
    .el-visit-txt {
	    text-align: start;
    }
    .bl-visit .el-att {
	    font-size: 28px;
	    margin: 1.3em 0 56px;
    }
	.bl-visit .el-att.sp {
		font-size: 22px;
		margin: 0 0 8px;
	}
	.bl-visit-tableWrapper{
		position: relative;
        max-width: 690px;
        overflow-x: scroll;
    }
    .bl-visit-table {
	    min-width: 1020px;
    }
    .bl-visit-tableTtl > tr > th {
	    padding: 24px 0;
    }
    .bl-visit-table > tbody > tr > td {
	    padding: 24px 0;
    }
}
/*=======================================================
spot
=======================================================*/
.bl-spot {
	padding: 80px 0;
}
.el-spot-txt {
	text-align: center;
}
.bl-scene {
	margin: 40px 0;
}
.el-scene-label-txt {
	background-color: #A7660F;
	width: 172px;
	padding: 0 0 2px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
    margin: 0 auto 24px;
}
.el-scene-ttl {
	color: #A7660F;
	text-align: center;
}
.el-scene-txt {
	text-align: center
}
.el-scene-txt + .el-scene-ttl {
	margin-top: 32px;
}
.bl-spot-table {
    border: 1px solid #A7660F;
    margin: auto;
}
.bl-spot-tableTtl {
	background-color: #A7660F;
}
.bl-spot-tableTtl > tr > th {
	color: #FFFFFF;
	width: 256px;
	padding: 12px 0;
}
.bl-spot-tableTtl > tr > th:not(:last-of-type) {
	border-right: 1px solid #FFFFFF;
}
.bl-spot-table > tbody {
	background-color: #FFFFFF;
}
.bl-spot-table > tbody > tr > td {
	text-align: center;
	padding: 12px 0;
}
.bl-spot-table > tbody > tr > td .el-att {
	font-weight: lighter;
}
.bl-spot-table > tbody > tr > td:not(:last-of-type) {
	border-right: 1px solid #A7660F;
}
@media screen and (max-width : 750px){
    .bl-spot {
	    padding: 64px 0;
    }
    .el-spot-txt {
	    text-align: start;
    }
    .el-scene-label-txt {
	    width: 240px;
	    font-size: 32px;
        margin: 0 auto 32px;
    }
    .el-scene-txt + .el-scene-ttl {
	    margin-top: 40px;
    }
    .bl-spot-tableWrapper{
		position: relative;
        max-width: 690px;
        overflow-x: scroll;
    }
    .bl-spot-table {
	    min-width: 1020px;
    }
	.bl-spot-tableTtl > tr > th {
	    padding: 24px 0;
    }
    .bl-spot-table > tbody > tr > td {
	    padding: 24px 0;
    }
}
/*=======================================================
price
=======================================================*/
.bl-price {
	background-color: #F6F3EF;
	padding: 80px 0;
}
.el-price-txt {
	text-align: center;
	margin-bottom: 24px;
}
.bl-price-tableWrapper {
	margin-bottom: 40px;
}
.bl-price .el-att {
	justify-content: end;
	margin-bottom: 8px;
}
.bl-price-table {
    border: 1px solid #818776;
}
.bl-price-tableTtl {
	background-color: #818776;
}
.bl-price-tableTtl > tr > th {
	color: #FFFFFF;
	width: 256px;
	padding: 12px 0;
}
.bl-price-tableTtl > tr > th:not(:last-of-type) {
	border-right: 1px solid #FFFFFF;
}
.bl-price-table > tbody {
	background-color: #FFFFFF;
}
.bl-price-table > tbody > tr > td {
	text-align: center;
	padding: 12px 0;
}
.bl-price-table > tbody > tr > th,
.bl-price-table > tbody > tr > td:not(:last-of-type) {
	border-right: 1px solid #818776;
}
.bl-att {
	width: 762px;
	background-color: #FFFFFF;
	padding: 24px 32px;
	margin: auto;
}
.el-att-ttl {
	margin-bottom: 16px;
	text-align: center
}
.bl-att .bl-bulletList > li {
	font-size: 14px;
}
@media screen and (max-width : 750px){
    .bl-price {
	    padding: 64px 0;
    }
    .el-price-txt {
	    text-align: start;
	    margin-bottom: 32px;
    }
	.bl-price .el-att {
	    justify-content: start;
    }
	.bl-price .el-att.sp {
		margin: 0 0 8px;
	}
    .bl-price-tableWrapper{
		position: relative;
        max-width: 690px;
        overflow-x: scroll;
    }
    .bl-price-table {
	    min-width: 1416px;
    }
	.bl-price-tableTtl > tr > th {
	    padding: 24px 0;
    }
	.bl-price-table > tbody > tr > th,
    .bl-price-table > tbody > tr > td {
	    padding: 24px 0;
    }
    .bl-att {
	    width: 100%;
	    padding: 32px;
    }
    .el-att-ttl {
	    margin-bottom: 24px;
    }
    .bl-att .bl-bulletList > li {
	    font-size: 24px;
    }
}