@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@300..700&display=swap');

html {
	font-size: 14px;
	line-height: 1.6;
}

p {
	margin: 1em auto;
}

a, a:visited {
	color: #9c8f69;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[target="_blank"]::after {
	content: 'open_in_new';
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	margin-left: 2px;
	margin-right: 5px;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
}

.main {
	width: 100%;
	margin: 0 auto;
	color: #222;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

footer{
	margin-top: auto;
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 10px;
}

img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

img.mv {
	margin-bottom: 8%;
}

h1 {
	text-align: center;
	margin-top: 20px;
}

h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.4;
	font-size: 1.4rem;
	margin: 10% auto;
}

section {
	margin-bottom: 20%;
	padding: 0 2%;
}

h3.txt {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 20% -2% 6% -2%;
	padding: 1%;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

section h3 {
	margin-top: 0 !important;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2rem 0 0 0;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 2rem 0 0 0;
	position: relative;
	padding: 0 0 0 1.4em;
	display: flex;
	align-items: center;
}
h5::after {
	position: absolute;
	content: '';
	left: 0;
	width: 0.8em;
	height: 0.8em;
	background-color: #d6bb59;
	transform: rotate(45deg);
}

p + h4 {
	margin-top: 3rem;
}
h4 + h5 {
	margin-top: 1rem;
}

a.link_btn {
	display: block;
	width: fit-content;
	margin: 4% auto;
	padding: 0.8em 3em;
	font-size: 1.1em;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
a.link_btn:hover {
	background-color: #555;
}

.logo {
	width: calc(160 * (100vw / 750));
}
.title2 {
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.4;
	font-size: 6vw;
	margin: 6% auto;
}

p.attention {
	color: #e10f1b;
	font-size: 4.6vw;
	font-weight: 600;
	text-align: center;
}

ul.link {
	margin-top: 60px;
}

.btn_p {
	text-align: center;
	margin: 5%;
}

.btn {
	display: inline-block;
	margin: auto 0;
	padding: 2% 1%;
	text-decoration: none;
	color: #333;
	border: solid 2px #333;
	border-radius: 3px;
	text-align: center;
	transition: .4s;
}

.table_point {
	border-collapse: collapse;
	width: 96%;
}
.table_point th {
	padding: 0.6em 0.6em  0.6em 0;
}
.table_point td {
	padding: 0.6em 0 0.6em 1em;
}

.table_point th {
	font-weight: bold;
	text-align: left;
	width: 26%;
	min-width: 4em;
	position: relative;
}
.table_point th::after {
	content: '';
	background-color: #c1c7c6;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
}

.table_point_2 {
	border-collapse: collapse;
	border-spacing: 0;
	width: fit-content;
	max-width: 100%;
	margin-top: 3%;
}
.table_point_2 th {
	padding: 0.6em 1em;
	border: solid 1px #c1c7c6;
}
.table_point_2 td {
	padding: 0.6em 1em;
	border: solid 1px #c1c7c6;
}


.pc {
	display: none;
}

.sp {
	display: block;
}

.info_link {
	text-align: center;
	padding: 1em;
}

.infoContentsTxtAL {
	text-align: left;
}

.point_ss {
	margin: 4% auto;
	border: 1px solid #e3e3e3;
	padding: 3%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.point_ss h5 {
	text-align: center;
	margin: 0 0 3%;
}

.point_ss img {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin-top: 4%;
}

@media screen and (min-width: 1000px) {

	html {
		font-size: 16px;
	}

	.main{
		max-width: 900px;
		margin:0 auto;
	}

	h2 {
		font-size: 32px;
		padding: 1em;
	}

	section {
		margin-bottom: 80px;
	}

	h3.txt {
		margin: 60px -2% 40px -2%;
	}

	p {
	}

	p.img {
		text-align: center;
	}

	p.attention {
		font-size: 26px;
	}

	table {
		width: 96%;
		margin: 0 2%;
	}

	.table_point th, .table_point td {
		padding: 1em;
	}
	.table_point th {
		width: 22%;
		min-width: 4em;
	}

	img {
		width: auto;
	}


	.title2 {
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		line-height: 1.4;
		font-size: 1.8vw;
		margin: 6% auto;
	}
	.btn {
		width: 160px;
	}

	.pc {
		display: inline-block;
	}

	.sp {
		display: none;
	}
		
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: #555;
	}

	.logo {
		width: 142px;
	}
}

.day {
	color: #ba357c;
}

.min {
	color: #9C9C9C;
}

.calendar {
	width: 100%;
}


@media screen and (min-width: 1000px) {

	.calendar {
		max-width: 654px;
	}

}

p.important {
	font-size: 1.1em;
}

/*-------長期連休スケジュール用--------*/

table.schedule {
	width: 98%;
	margin: 2rem auto;
	border-collapse: collapse;
}

table.schedule img {
	width: 2em;
	height: auto;
	margin-right: 1em;
	display: block;
}

table.schedule td , table.schedule th {
	border: solid 1px #424143;
	border-collapse: collapse;
	padding: 0.5em 1em;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
}

table.schedule td {
	background-color: #ffff9d;
	font-family: "Noto Emoji", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

table.schedule th div {
	display: flex;
	align-items: center;
}

table.schedule tr.date th {
	font-size: 1.2em;
}

table.schedule tr.week td {
	padding: 0;
	color: #fff;
	font-size: 0.8em;
	background-color: #aaa7b8;
}

table.schedule th.suspension {
	color: #e774af;
}

table.schedule td.suspension {
	color: #e774af;
	background-color: #fff;
}

table.schedule tr.week td.suspension {
	color: #fff;
	background-color: #e774af;
}

table.schedule td.annotation {
	padding: 0;
	color: #fff;
	font-size: 0.9em;
	font-family: sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	background-color: #25a5ff;
}

.material-symbols-outlined {
	font-size: 2em;
	padding-top: 0.3em;
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}

@media screen and (max-width: 830px) {
	table.schedule {
		width: 100%;
	}

	table.schedule img {
		width: 2em;
		margin-right: 0;
		margin-bottom: 1vw;
	}

	table.schedule td , table.schedule th {
		padding: 0.5em 0.2em;
		font-size: 3vw;
	}

	table.schedule th div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	table.schedule tr.date th {
		font-size: 3.6vw;
	}

	table.schedule tr.week td {
		font-size: 3vw;
	}

	table.schedule td.annotation {
		font-size: 3vw !important;
	}

	.material-symbols-outlined {
		font-size: 5vw;
		padding-top: 0.3em;
	}
}
