@charset "utf-8";
/* CSS Document */

section#info {
	padding-top: 0px;
}

.facility_navi {
	max-width: 1300px;
	width: 90%;
	margin: 6vh auto;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
	gap: 1rem;
	li {
		background: var(--bg-gradient-blue-moz);
		background: var(--bg-gradient-blue-webkit);
		background: var(--bg-gradient-blue);
		color: #FFF;
		.is-active,&:hover {
			background: var(--bg-gradient-purple-moz);
			background: var(--bg-gradient-purple-webkit);
			background: var(--bg-gradient-purple);
		}
		a {
			display: flex;
			align-items: center;
			position: relative;
			column-gap: 1rem;
			img:hover {
				opacity: 1;
			}
			&:hover {
				opacity: 1;
			}
			.facility_name {
				display: grid;
				width: 90%;
				span {
					font-size: clamp(16px,2vw,20px);
					font-weight: bold;
				}
				small {
					font-size: clamp(12px,1.4vw,14px);
				}
			}
			&::after {
				content: '';
				background: url("../images/common/arrow_white_right.svg");
				background-repeat: no-repeat;
				background-size: contain;
				display: inline-block;
				width: 9px;
				height: 15px;
				right: 20px;
				margin-left: auto;
				position: relative;
			}
		}
	}
}

.page_ttl_wrap {
	background: var(--bg-gradient-purple-moz);
	background: var(--bg-gradient-purple-webkit);
	background: var(--bg-gradient-purple);
	padding: 19px 10px;
	height: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 3vh;
	&::before {
		background: var(--bg-gradient-purple-moz);
        background: var(--bg-gradient-purple-webkit);
        background: var(--bg-gradient-purple);
	}
	.page_ttl {
		color: #FFF471;
		font-size: clamp(30px,5vw,50px);
		font-weight: 500;
		font-feature-settings: 'palt';
		top: -3px;
		position: relative;
		small {
			font-size: clamp(22px,3vw,30px);
		}
	}
	.public {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 1rem;
		.mark_public {
			font-size: clamp(18px,2vw,25px);
			top: 3px;
			position: relative;
			background: #FFF;
			padding: 1px 2vh;
		}
	}
}

.mark_public {
	color: #DB5151;
	border: 3px solid #DB5151;
	font-size: clamp(20px,3vw,32px);
	font-weight: 500;
	padding: 1px 4vh;
	letter-spacing: 3px;
}


.facility_info {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	align-items: flex-start;
	gap: 3rem;
	picture {
		display: flex;
		max-width: 600px;
		width: 100%;
		margin: 0px auto;
	}
}

.data_inner {
	font-size: 16px;
	border-top: 1px solid #DBDBDB;
	width: 100%;
	li {
		padding-block: 1rem;
		padding-inline: 5px;
		border-bottom: 1px solid #DBDBDB;
	}
	p {
		position: relative;
		padding-left: 30px;
		font-weight: 500;
		&::before {
			content: '';
			background-repeat: no-repeat !important;
			background-size: contain !important;
			display: inline-block;
			left: 0px;
			position: absolute;
		}
	}
	.address {
		span {
			color: #C73A3A;
		}
		&::before {
			background: url("../images/facility/icon_map.svg");
			width: 15px;
			height: 23px;
			top: 2px;
		}
	}
	.parking {
		&::before {
			background: url("../images/facility/icon_parking.svg");
			width: 19px;
			height: 19px;
			top: 3px;
		}
	}
}

.car_navi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	dt {
		background: #9F79BF;
		color: #FFF;
		position: relative;
		display: flex;
		align-items: center;
		padding: 6px 1rem;
		font-size: 13px;
		font-weight: bold;
		border-radius: 5px;
		&::before {
			content: '';
			background: url("../images/facility/icon_car.svg");
			background-repeat: no-repeat;
			background-size: contain;
			display: inline-block;
			width: 19px;
			height: 15px;
			position: relative;
			margin-right: 5px;
		}
	}
	dd {
		color: #833B6D;
		font-size: clamp(18px,2.4vw,24px);
		font-family: var(--ff-robot);
		font-weight: bold;
	}
}

.car_navi_txt {
	padding: 3rem 1rem;
	font-weight: 500;
	max-width: 430px;
	width: 100%;
	margin: 0px auto;
	p {
		text-indent: -1em;
		margin-left: 1em;
		line-height: 160%;
	}
}

.virtual_kengaku {
	max-width: 456px;
	width: 90%;
	margin-block: 2rem 0px;
	@media screen and (max-width: 768px) {
		margin-inline: auto;
	}
}

.facility_equipment {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	column-gap: 1rem;
	padding: 0px 1rem;
	max-width: 500px;
	width: 100%;
	div {
		display: grid;
		row-gap: 5px;
		p {
			display: flex;
			align-items: center;
			column-gap: 2px;
			padding-left: 1em;
			&::before {
				content: '●';
				font-size: 10px;
			}
		}
	}
}

.production_txt {
	font-size: clamp(15px,1.8vw,18px);
	line-height: 160%;
	text-align: justify;
	max-width: 620px;
	width: 90%;
	margin: 0px auto;
}

.production_mark {
	max-width: 800px;
	width: 90%;
	margin: 5vh auto;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
	gap: 5px;
	li {
		color: #FFF;
		border-radius: 5px;
		font-size: clamp(13px,1.8vw,18px);
		font-weight: 500;
		display: flex;
		justify-content: space-around;
		align-items: center;
		position: relative;
		padding: 10px;
		column-gap: 5px;
		&::before {
			content: '';
			background-repeat: no-repeat !important;
			background-size: contain !important;
			display: inline-block;
			position: relative;
		}
	}
	.group {
		background: #3693BC;
		&::before {
			background: url("../images/facility/icon_group.svg");
			width: 19px;
			height: 26px;
		}
	}
	.private {
		background: #BC79BF;
		&::before {
			background: url("../images/facility/icon_private.svg");
			width: 23px;
			height: 22px;
		}
	}
	.capacity {
		background: #5765B1;
		&::before {
			background: url("../images/facility/icon_capacity.svg");
			width: 32px;
			height: 27px;
		}
	}
	.pet_ok {
		background: #31A069;
		&::before {
			background: url("../images/facility/icon_pet_ok.svg");
			width: 25px;
			height: 25px;
		}
	}
}

.facility_sub_photo {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	gap: 1rem;
	max-width: 1200px;
	width: 90%;
	margin: 0px auto;
} 

.kengaku_info {
	max-width: 800px;
	width: 90%;
	margin: 3rem auto;
	border: 5px solid var(--primary-pale);
	dt {
		background: var(--primary-pale);
		color: var(--primary-dark);
		font-size: clamp(18px,2.6vw,26px);
		font-weight: bold;
		padding: 12px 10px;
		text-align: center;
	}
	dd {
		padding: 1rem;
	}
}

.kengaku_info_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 640px;
	width: 100%;
	margin: 0px auto;
	gap: 1rem;
	picture {
		width: 97px;
		margin: 0px auto;
	}
	.kengaku_info_area {
		width: 80%;
		@media screen and (max-width: 768px) {
			width: 100%;
		}
	}
}

.kengaku_info_txt {
	p {
		text-indent: -1em;
		margin-left: 1em;
		line-height: 160%;
		&::before {
			content: '※';
		}
	}
}

.kengaku_tel {
	background: #FDF9C5;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	justify-content: center;
	padding: 5px;
	margin-top: 2rem;
	border-radius: 5px;
	font-weight: bold;
	max-width: 490px;
	width: 100%;
	p {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.kengaku_tel_ttl {
		color: #DB5151;
		font-size: clamp(16px,2vw,20px);
	}
	.kengaku_num {
		position: relative;
		font-size: clamp(20px,2.4vw,24px);
		font-family: var(--ff-robot);
		font-weight: bold;
		gap: 5px;
		&::before {
			content: '';
			background: url("../images/common/icon_freedial.png");
			background-repeat: no-repeat;
			background-size: contain;
			display: inline-block;
			width: 23px;
			height: 15px;
		}
	}
}

.kengaku_reserved {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	gap: 1rem 5px;
	max-width: 600px;
	width: 100%;
	margin: 1rem auto;
	a {
		color: #FFF;
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 5px;
		font-size: clamp(18px,2.2vw,22px);
		font-weight: bold;
		padding: 11px 10px;
		border-radius: 10px;
		&::before {
			content: '';
			background-repeat: no-repeat !important;
			background-size: contain !important;
			display: inline-block;
			position: relative;
		}
	}
	.reserved_line {
		background: var(--line);
		filter: drop-shadow(0px 5px 0px #04A345);
		&::before {
			background: url("../images/common/icon_line.svg");
			width: 36px;
			height: 34px;
		}
	}
	.reserved_tel {
		background: #3B4983;
		filter: drop-shadow(0px 5px 0px #293258);
		&::before {
			background: url("../images/common/icon_tel.svg");
			width: 22px;
			height: 29px;
		}
	}
}

.map {
	height: 38vw;
	@media screen and (max-width: 768px) {
		height: 35vh;
	}
	iframe {
		width: 100%;
		height: 100%;
		aspect-ratio: 16/9;
	}
}

.access_info {
	max-width: 900px;
	width: 90%;
	margin: 2rem auto;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	color: #FFF;
	font-size: clamp(16px,2vw,20px);
	font-weight: 500;
	a {
		display: flex;
		align-items: center;
		column-gap: 5px;
		padding: 12px 2rem;
		position: relative;
		border-radius: 10px;
		max-width: 430px;
		width: 100%;
		margin: 0px auto;
		&::after {
			content: '';
			background: url("../images/common/arrow_right.svg") #FFF;
			background-repeat: no-repeat;
			background-size: 5px 8px,contain;
			background-position: left 59% top 46%;
			display: inline-block;
			border-radius: 30px;
			width: 19px;
			height: 19px;
			right: 20px;
			position: absolute;
		}
	}
}

.access_btn {
	background: var(--primary-light);
}

.print_btn {
	background: #3F8BAC;
}

.access_wrap {
	max-width: 1000px;
	width: 90%;
	margin: 3rem auto 0px;
}

.access_img {
	max-width: 845px;
	width: 90%;
	margin: 4vh auto 8vh;
	display: flex;
}

.access_point {
	max-width: 520px;
	width: 90%;
	margin: 10vh auto;
	display: flex;
}

.access_table {
	caption {
		color: #FFF;
		background: #252E4D;
		padding: 5px 10px;
		font-size: clamp(16px,2vw,20px);
		font-weight: 500;
		text-align: center;
	}
	tr {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	th,td {
		padding: 2rem;
		font-size: clamp(14px,1.6vw,16px);
		font-weight: 500;
	}
	th {
		background: #F0EDF2;
		border-bottom: 1px solid #FFF;
		width: 20%;
		display: flex;
		justify-content: center;
		align-items: center;
		@media screen and (max-width: 768px) {
			width: 100%;
			padding: 5px 1rem;
		}
	}
	td {
		border-bottom: 1px solid #DBDBDB;
		background: #FFF;
		width: 80%;
		@media screen and (max-width: 768px) {
			width: 100%;
			padding: 1rem 5px;
		}
	}
}

.access_table tr:last-of-type th {
	align-items: baseline;
}

.duration {
	display: grid;
	row-gap: 5px;
	li {
		display: flex;
		position: relative;
		font-feature-settings: 'palt';
		&::before {
			content: '●';
			font-size: 10px;
			top: 4px;
			position: relative;
			margin-right: 2px;
			@media screen and (max-width: 980px) {
				top: 2px;
			}
		}
	}
}

.departure_point {
	&:nth-of-type(n+2) {
		margin-top: 2rem;
		@media screen and (max-width: 768px) {
			margin-top: 1rem;
		}
	}
	.duration {
		li {
			&::before {
				content: '◎';
				font-size: 10px;
			}
		}
	}
}

.facility_wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	&:nth-of-type(n+2) {
		margin-top: 10vh;
	}
}

.facility_photo_ttl {
	background: var(--primary-pale2);
	color: var(--primary-dark);
	text-align: center;
	font-size: clamp(20px,2.4vw,24px);
	font-weight: bold;
	padding: 8px 1rem;
	margin-bottom: 5px;
}

.facility_photo_ttl {
    background: var(--primary-pale2);
    color: var(--primary-dark);
    text-align: center;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: bold;
    padding: 8px 1rem;
    margin-bottom: 5px;
}

.facility_photo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.facility_photo__item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.facility_half {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10vh 5px;
	@media (max-width: 600px) {
		grid-template-columns: 1fr;
	}
	.facility_photo {
		grid-template-columns: repeat(1,1fr);
	}
}

.facility_photo__item.wide {
    grid-column: 1 / -1;
}

@media (max-width: 600px) {
    .facility_photo {
        grid-template-columns: 1fr;
    }
    .facility_photo__item.wide {
        grid-column: auto;
    }
}

.floor_img {
	max-width: 900px;
	width: 100%;
	margin: 3rem auto;
	display: flex;
}

.equipment_list {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
	gap: 1rem 2rem;
	max-width: 800px;
	width: 100%;
	margin: 3rem auto 0px;
	@media screen and (max-width: 639px) {
		grid-template-columns: repeat(4,1fr);
	}
	@media screen and (max-width: 499px) {
		grid-template-columns: repeat(3,1fr);
	}
}

.public_txt {
	font-size: clamp(17px,2.6vw,26px);
	font-weight: 500;
	line-height: 200%;
	margin-top: 2vh;
	span.area {
		background: linear-gradient(transparent 60%, #FFF471 60%);
	}
	span.red {
		color: #DB5151;
	}
}

 section#fee {
	padding-block: 0px 10vh;
	.grade_ttl_beside {
		background: var(--bg-gradient-purple-right-moz);
		background: var(--bg-gradient-purple-right-webkit);
		background: var(--bg-gradient-purple-right);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		gap: 5px 10px;
		span {
			color: #FFEB00;
		}
	}
}

.fee_intro {
	display: grid;
	justify-content: center;
	row-gap: 2rem;
	max-width: 730px;
	width: 90%;
	margin: 6vh auto;
}

.fee_intro_ttl {
	color: #DB5151;
	font-size: clamp(24px,3.6vw,36px);
	font-weight: 600;
	text-align: center;
}

.fee_intro_txt {
	font-size: clamp(16px,2vw,20px);
	font-weight: 500;
	text-align: justify;
	span {
		color: #DB5151;
	}
}

.set_plan_ttl {
	background: var(--primary-pale2);
	font-size: clamp(20px,3vw,30px);
	font-weight: 600;
	color: var(--primary-dark);
	text-align: center;
	padding: 9px 1rem;
}

.tikuji_plan_list {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	gap: 2rem;
	max-width: 760px;
	width: 90%;
	margin: 4vh auto;
	li {
		border: 1px solid #B9B9B9;
		background: #FFF;
		text-align: center;
		padding-bottom: 2rem;
		.plan_option {
			font-size: clamp(15px,2vw,22px);
			font-weight: 600;
			color: #FFF;
			padding: 1.3rem 2rem;
		}
		.plan_name {
			font-size: clamp(40px,5vw,50px);
			font-weight: bold;
			padding: 1rem 2rem;
			line-height: 1;
			height: 13vh;
			display: flex;
			flex-direction: column;
			align-items: stretch;
			small {
				font-size: clamp(16px,2vw,20px);
				top: 3px;
				position: relative;
			}
			span {
				display: flex;
				justify-content: center;
				align-items: center;
				flex-grow: 1;
			}
		}
		.plan_price_ttl {
			font-size: clamp(18px,2vw,23px);
			font-weight: 600;
			background: #FFEB00;
			border-radius: 30px;
			padding: 5px 1rem;
			margin: 2rem 1rem 1rem;
		}
		.plan_price {
			color: #DB5151;
			font-size: clamp(34px,3.6vw,46px);
			font-family: var(--ff-robot);
			font-weight: bold;
			font-feature-settings: 'palt';
			span {
				font-size: clamp(16px,2vw,22px);
			}
			small {
				font-size: 13px;
			}
		}
		&.kasou {
			.plan_option {
				background: var(--kasou-plan);
			}
			.plan_name {
				color: var(--kasou-plan);
			}
		}
		&.day {
			.plan_option {
				background: var(--day-plan);
			}
			.plan_name {
				color: var(--day-plan);
			}
		}
		&.family {
			.plan_option {
				background: var(--family-plan);
			}
			.plan_name {
				color: var(--family-plan);
			}
		}
		&.family_premium {
			.plan_option {
				background: var(--family-premium-plan);
			}
			.plan_name {
				color: var(--family-premium-plan);
			}
		}
	}
}

.facility_tikuji_photo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 10vh 0;
}

.facility_tikuji_photo li {
    list-style: none;
}

.facility_tikuji_photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.facility_tikuji_photo li:nth-child(1) {
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .facility_tikuji_photo {
        grid-template-columns: repeat(2, 1fr);
    }

    .facility_tikuji_photo li {
        height: 250px;
		img  {
			width: 100%;
			height: auto;
			object-fit: cover;
		}
    }

    .facility_tikuji_photo li:nth-child(1) {
        grid-column: 1 / -1;
		img {
			width: auto;
			height: 100%;
			object-fit: cover;
		}
    }
}

@media (max-width: 480px) {
    .facility_tikuji_photo {
        grid-template-columns: 1fr;
    }
}



