@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	font-size: 0;
}
#top_ttl video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
/* 挨拶 */
#top_msg {
	font-size: 110%;
	padding: 110px 0 370px;
	line-height: 2.44;
	letter-spacing : 3.6px;
}
#top_msg:before {
	background: url("../img/top/bg-msg.jpg") no-repeat top /cover;
}
#top_msg .btn01 {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_facility {
	padding-top: 170px;
}
#top_facility .bg {
	background: url("../img/bg-wave-gray.jpg") no-repeat bottom left /100% auto, linear-gradient(to bottom, transparent 50px, #E6E6DC 50px);
}
#top_facility .bg:after {
	content: "";
	position: absolute;
	left: -250px;
	bottom: 0;
	display: inline-block;
	width: 820px;
	height: 137px;
	background: url("../img/bg-lines-blue.png") no-repeat center /100% auto;
}
#top_facility .list {
	gap: 40px;
	padding-bottom: 100px;
	position: relative;
}
#top_facility .list:before {
	content: "";
	position: absolute;
	right: -50px;
	top: -80px;
	display: inline-block;
	width: 204px;
	height: 141px;
	/*background: url("../img/top/ico01.png") no-repeat center /100% auto;*/
}
#top_facility .box {
	width: 530px;
	height: 400px;
	box-sizing: border-box;
	padding-top: 125px;
	background: url("../img/top/menu01.jpg") no-repeat center /cover;
	position: relative;
	border-radius : 30px 0px;
}
#top_facility .box:nth-of-type(2) {
	background-image: url("../img/top/menu02.jpg");
}
#top_facility .box:nth-of-type(3) {
	background-image: url("../img/top/menu03.jpg");
}
#top_facility .box:nth-of-type(4) {
	background-image: url("../img/top/menu04.jpg");
}
#top_facility .box:nth-of-type(even) {
	top: 100px;
}
#top_facility .box::before {
	content: "";
	position: absolute;
	inset: 0; /* top, right, bottom, left = 0 */
	background: rgba(0, 0, 0, 0.35); /* 半透明の黒 */
	z-index: 0; /* テキストより下にする場合は0 */
	border-radius : 30px 0px;
}
#top_facility .box .ttl {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 35px;
	color: #fff;
	letter-spacing : 7px;
	margin-bottom: 40px;
}
#top_facility .box .btn {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	text-align: center;
}
#top_facility .box .btn a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	width: 230px;
	line-height: 46px;
	font-size: 16px;
	background: url("../img/arrow-w.png") no-repeat right 20px center / 20px auto;
	border-radius: 25px;
	letter-spacing : 3.2px;
	padding-bottom: 2px;
}
#top_access {
	position: relative;
	margin-top: 20px;
}
#top_access .img {
	position: absolute;
	top: 0;
	left: -180px;
}
#top_access .info {
	width: 700px;
	margin-left: auto;
}
#top_access .info .bg {
	background : rgba(230, 230, 220, 0.2);
	padding: 50px 50px 80px;
	box-sizing: border-box;
	border-radius: 30px;
	position: relative;
}
#top_access .info .bg::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: -80px;
	right: -180px;
	z-index: 1;
	background: url("../img/bg-maru.png") no-repeat center /100% auto;
	width: 271px;
	height: 289px;
}
#top_access .info .bg table {
	width: 100%;
}
#top_access .info .bg table tr {
	border-bottom: 1px solid #E6E6DC;
	letter-spacing : 2.8px;
}
#top_access .info .bg table tr th {
	color : #0DB7D6;
	width: 140px;
}
#top_access .info .bg table tr th, #top_access .info .bg table tr td {
	padding: 15px 0;
}
#top_access .info .bg .btn01 {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_info .list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 24%);
}
#top_contact {
	margin-top: 70px;
	padding-top: 130px;
	padding-bottom: 150px;
	position: relative;
	background: rgba(13, 183, 214, 0.1) url("../img/bg-wave.jpg") no-repeat top left /100% auto;
}
#top_contact::before, #top_contact::after {
	content: "";
	position: absolute;
	left: -180px;
	top: 130px;
	display: inline-block;
	width: 888px;
	height: 170px;
	background: url("../img/bg-lines.png") no-repeat center /100% auto;
}
#top_contact::after {
	left: auto;
	right: -420px;
	top: auto;
	bottom: 60px;
}
#top_contact .box {
	width: 700px;
	background: #fff;
	margin: 0 auto;
	border-radius: 30px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#top_contact .box .in {
	padding: 40px 40px 60px;
	border : 2px solid rgba(13, 183, 214, 0.1);
	border-radius: 30px;
}
#top_contact .box .in .txt {
	font-size : 16px;
	letter-spacing : 3.2px;
	margin-bottom: 30px;
}
#top_contact .box .btn01 {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_contact .box .btn01 a {
	padding-left: 30px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl video {
		height: 350px;
	}
	#top_msg {
		padding: 50px 0 200px;
		line-height: 2;
	}
	#top_msg .btn01 {
		bottom: -25px;
	}
	#top_facility {
		padding-top: 100px;
	}
	#top_facility .bg:after {
		width: 500px;
		height: 100px;
		left: -200px;
	}
	#top_access .info .bg .btn01 {
		bottom: -25px;
	}
	#top_facility .list {
		gap: 10px 0;
	}
	#top_facility .list:before {
		width: 150px;
		height: 120px;
		top: -50px;
		right: 0;
	}
	#top_facility .box {
		width: 48%;
		height: 40vw;
		padding-top: 12vw;
		z-index: 1;
	}
	#top_facility .box .ttl {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#top_access .info {
		width: 100%;
	}
	#top_access .info .bg {
		padding: 30px 30px 50px;
	}
	#top_access .info .bg::before {
		width: 180px;
		height: 190px;
		top: -80px;
		right: -50px;
	}
	#top_access .img {
		position: relative;
		left: auto;
		text-align: center;
		margin-bottom: 30px;
	}
	#top_access .img img {
		width: 250px;
	}
	#top_contact {
		margin-top: 40px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#top_contact::before, #top_contact::after {
		width: 600px;
		height: 150px;
	}
	#top_contact .box {
		width: 100%;
	}
	#top_contact .box .btn01 {
		bottom: -25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl video {
		height: 250px;
	}
	#top_msg {
		font-size: 15px;
		line-height: normal;
		padding: 25px 0 250px 0;
	}
	#top_facility .list {
		padding-bottom: 50px;
	}
	#top_facility .list:before {
		width: 100px;
		height: 80px;
		top: -73px;
	}
	#top_facility .box {
		width: 100%;
		padding-top: 7vw;
		margin-bottom: 20px;
	}
	#top_facility .box:nth-of-type(even) {
		top: 0;
	}
	#top_facility .box .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#top_facility .box .btn a {
		width: 150px;
		font-size: 14px;
		text-align: left;
		padding-left: 20px;
		line-height: 30px;
		background-size: 15px auto;
		background-position: right 10px center;
		letter-spacing: 0;
	}
	#top_info .list {
		grid-template-columns: repeat(2, 48%);
		gap: 10px;
	}
	#top_access .img img {
		width: 200px;
	}
	#top_access .info .bg {
		padding: 15px 15px 40px;
	}
	#top_access .info .bg::before {
		width: 100px;
		height: 110px;
		top: -70px;
		right: -40px;
	}
	#top_access .info .bg table tr th, #top_access .info .bg table tr td {
		padding: 10px 0;
	}
	#top_access .info .bg table tr th {
		width: 80px;
	}
	#top_contact {
		padding-top: 80px;
	}
	#top_contact .box .in {
		padding: 20px 20px 40px;
	}
	#top_contact .box .in .txt {
		font-size: 15px;
	}
}
@media only screen and (max-width: 320px){
	#top_facility .list:before {
		width: 70px;
		height: 60px;
		top: -53px;
	}
	#top_contact .box {
		padding: 5px;
	}
	#top_contact .box .in .txt {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#top_contact .box .in {
		padding: 15px 15px 40px;
	}
	#top_contact .box .btn01 a {
		padding-left: 20px;
	}
}