@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

:root {
	--blue: #00529B;
	--black: #1d1d1d;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 0.08em;
	line-height: 1.9;
	word-wrap: break-word;
	word-break: break-all;
	color: var(--black);
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	font-style: normal;
	list-style: none;
}

.pc {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
}

#visual .figure img {
	height: 138.7900355871886vw;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 26.66666666666667vw;
	background: var(--blue);
	color: #fff;
}

#header .resv a {
	width: 77.33333333333333vw;
}

/* ---------------------------------------------------------
	CSS Document resv
--------------------------------------------------------- */

.resv a {
	display: block;
	height: 70px;
	margin: 0 5vw;
	border-radius: 5px;
	background: linear-gradient(to bottom, #3398f2 0%,#00529b 100%);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: #fff;
}

.resv span:first-of-type {
	display: block;
	padding-top: 5px;
	font-size: 16px;
	color: #f7e300;
}

.resv span:last-of-type {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 1;
}

.resv span:last-of-type:after {
	display: inline-block;
	vertical-align: 1px;
	content: '';
	width: 0;
	height: 0;
	margin: 0 -2vw 0 2vw;
	border: solid 7px transparent;
	border-left: solid 10px #fff;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer address {
	padding: 15px 0 23vw;
	background: #00529b;
	font-size: 2.5vw;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document f_resv
--------------------------------------------------------- */

#f_resv {
	display: none;
	width: 100%;
	height: 18.66666666666667vw;
	line-height: 1;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
}

#f_resv ul {
	display: flex;
}

#f_resv li {
	width: 22.4vw;
}

#f_resv li:nth-of-type(1) {
	width: 55.2vw;
}

#f_resv a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18.66666666666667vw;
	background: linear-gradient(to bottom, #EE8B3E 0%, #F26400 100%);
	text-decoration: none;
	color: #fff;
}

#f_resv li:nth-of-type(2) a {
	background: linear-gradient(to bottom, #01cac5 0%, #009894 100%);
}

#f_resv li:nth-of-type(3) a {
	background: linear-gradient(to bottom, #359df9 0%, #206fb6 100%);
}

#f_resv img {
	height: 7vw;
}

#f_resv .balloon {
	width: 100%;
	margin-bottom: 1.2vw;
	font-size: 3.7vw;
	color: #FDFF00;
}

#f_resv .name {
	font-weight: 600;
	font-size: 5.9vw;
}

#f_resv .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#f_resv .kana {
	width: 100%;
	margin-top: 1.5vw;
	font-size: 3.5vw;
}
