@charset "UTF-8";

/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow: auto;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	color: #1e456b;
	font-size: 19px;
	font-size: 0.99vw;
	font-family: 'Noto Sans JP', serif;
	font-weight: 400;
	line-height: 1.8;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

@media screen and (max-width: 480px) {
	body {
		font-size: 16px;
	}
}

.wrapper {
	overflow-x: hidden;
	position: relative;
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

li {
	list-style: none;
}

table,
iframe {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	font-size: 100%;
}

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

svg {
	max-width: 100%;
}

a {
	color: #1e456b;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

a:visited {
	color: #1e456b;
}

a:hover {
	color: #1e456b;
	text-decoration: none;
}

a:active {
	color: #1e456b;
}

select,
input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #ffeeee;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
}

select {
	padding: 8px 5px;
	border: 1px solid #ccc;
}

label {
	cursor: pointer;
}

::-moz-selection {
	color: #fff;
	background-color: #1e456b;
}

::selection {
	color: #fff;
	background-color: #1e456b;
}

::-moz-selection {
	color: #fff;
	background-color: #1e456b;
}

/* ---------------------------------------------------------
 *	共通
 *---------------------------------------------------------- */

.clear {
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 481px) {
	.pc_none {
		display: none;
	}

	.sp_none {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}

	body {
		font-size: 16px;
	}
}

/* ---------------------------------------------------------
 *	スマホヘッダー
 *---------------------------------------------------------- */

#spHeader {
	display: none;
}

@media screen and (max-width: 480px) {
	#spHeader {
		display: block;
		width: 100%;
		height: 55px;
		position: fixed;
		z-index: 12;
		background: #072a4f;
		/* opacity: 0.9;
		mix-blend-mode: multiply; */
	}

	#spHeader .logo {
		position: absolute;
		left: 0;
		top: 10px;
		width: calc(100% - 110px);
	}

	#spHeader .logo img {
		width: 182px;
		display: block;
		margin: 0 auto;
	}

	#spHeader .tel {
		position: absolute;
		right: 55px;
		top: 0;
		width: 55px;
		height: 55px;
		background: #0050a6 url(../image/ico_sp_01.svg) no-repeat center 9px;
		background-size: 18px;
	}

	#spHeader .tel a {
		color: #fff;
		font-size: 10px;
		display: block;
		width: 55px;
		height: 55px;
	}

	#spHeader .tel a span {
		position: absolute;
		left: 10px;
		bottom: 4px;
	}

	#spHeader nav ul li {
		display: table;
		height: 60px;
	}

	#spHeader nav ul li span {
		font-size: 10px;
		display: table-cell;
		vertical-align: bottom;
		height: 50px;
	}

	#spHeader nav ul li:nth-child(1) {
		position: absolute;
		right: 110px;
		top: 5px;
		background: url(../image/img/btn_map.png) no-repeat center 5px;
		background-size: 16px auto;
	}

	#spHeader nav ul li:nth-child(2) {
		position: absolute;
		right: 65px;
		top: 5px;
		background: url(../image/img/btn_date.png) no-repeat center 4px;
		background-size: 23px auto;
	}
}

@media screen and (max-width: 480px) {
	#spHeader .btn {
		display: none;
	}
}

/* ---------------------------------------------------------
 *	メニュー
 *---------------------------------------------------------- */

#spNavArea {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	user-select: none;
	z-index: 99999;
}

#spNavArea .inner {
	position: relative;
	box-sizing: border-box;
}

#spNavArea div#spNavBody {
	transition: 0.3s ease-in-out;
	overflow: auto;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	opacity: 0;
	z-index: 9998;
}

#spNavArea div#spNavBody .logo img {
	height: 30px;
	margin: 15px 0 0 10px;
}

#spNavArea.navOpen div#spNavBody {
	right: 0;
	opacity: 1;
}

#spNavArea.navOpen div#spNavBody .logo img {
	height: 30px;
	margin: 15px 0 0 10px;
}

#spNavArea div#spNavBody nav {
	display: block;
}

#spNavArea div#spNavBody h4 {
	margin: 0 20px 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.025em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-image: linear-gradient(to right, #bfa279 0%, #e0c29d 77%) 1/0 0 1px 0;
	border-style: solid;
}

#spNavArea div#spNavBody nav > ul {
	margin: 60px 20px 60px;
	font-size: 0;
}

#spNavArea div#spNavBody nav > ul > li {
	margin-bottom: 20px;
	list-style-type: none;
	font-size: 18px;
	text-align: center;
}

#spNavArea div#spNavBody nav ul li a {
	text-decoration: none;
	display: block;
}

#spNavArea div#spNavBody nav ul li > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 20px 20px 0 0;
	font-size: 0.875em;
}

#spNavArea div#spNavBody nav ul li > ul li {
	width: 50%;
	margin-bottom: 20px;
}

#spNavArea div#spNavBody nav ul.menu__second-level li {
	margin-bottom: 20px !important;
}

#spNavArea div#spNavBody nav ul li a span br {
	display: none;
}

#spNavArea .navBtn {
	display: block;
	position: absolute;
	cursor: pointer;
	z-index: 9999;
	width: 88px;
	height: 88px;
	top: 20px;
	right: 20px;
	padding: 18px 18px 0;
	background: #072a4f;
}

#spNavArea .navBtn::before {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	content: "MENU";
	position: absolute;
	bottom: 6px;
	left: 19px;
}

#spNavArea .navBtn span {
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	transition: all .5s ease-in-out;
	width: 51px;
}

#spNavArea.navOpen .navBtn span:nth-of-type(1) {
	transform: translateY(10px) translateX(0) rotate(45deg);
}

#spNavArea.navOpen .navBtn span:nth-of-type(2) {
	opacity: 0;
}

#spNavArea.navOpen .navBtn span:nth-of-type(3) {
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}

#spNavArea .navBtn span:nth-of-type(2),
#spNavArea .navBtn span:nth-of-type(3) {
	margin-top: 13px;
}

#spNavArea.navOpen .navBtn span:nth-of-type(1) {
	transform: translateY(15px) translateX(0) rotate(45deg);
}

#spNavArea.navOpen .navBtn span:nth-of-type(3) {
	transform: translateY(-15px) translateX(0) rotate(-45deg);
}

@media screen and (max-width: 960px) {
	#spNavArea .navBtn {
		width: 55px;
		height: 55px;
		padding: 12px 12px 0;
	}

	#spNavArea .navBtn::before {
		font-size: 10px;
		bottom: 4px;
		left: 13px;
	}

	#spNavArea .navBtn span {
		width: 33px;
	}

	#spNavArea.navOpen .navBtn {
		background: #072a4f;
	}

	#spNavArea.navOpen .navBtn span:nth-of-type(1) {
		transform: translateY(10px) translateX(0) rotate(45deg);
	}

	#spNavArea.navOpen .navBtn span:nth-of-type(2) {
		opacity: 0;
	}

	#spNavArea.navOpen .navBtn span:nth-of-type(3) {
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}

	#spNavArea .navBtn span:nth-of-type(2),
	#spNavArea .navBtn span:nth-of-type(3) {
		margin-top: 6px;
	}

	#spNavArea.navOpen .navBtn span:nth-of-type(1) {
		transform: translateY(8px) translateX(0) rotate(45deg);
	}

	#spNavArea.navOpen .navBtn span:nth-of-type(3) {
		transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
}

@media screen and (max-width: 480px) {
	#spNavArea .navBtn {
		top: 0;
		right: 0;
		background: none;
	}
}

#spNavArea .spNavBtn {
	text-align: center;
	margin: 0 20px 20px;
}

#spNavArea .spNavBtn ul li a {
	display: block;
	height: 50px;
	color: #cf2226;
	font-size: 16px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #cf2226;
}

#spNavArea .spNavBtn ul li:first-child {
	margin-bottom: 10px;
}

#spNavArea .spNavBtn ul li:first-child a {
	color: #fff;
	font-size: 18px;
	background: #cf2226;
}

#spNavArea .spNavBtn ul li a span {
	display: inline-block;
}

#spNavArea .spNavBtn ul li:nth-child(1) a span {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023.45%2026.38%22%3E%3Cpath%20d%3D%22M22.84%2020.24s-2.85-1.9-4.11-2.76a2.68%202.68%200%200%200-1.46-.49%201.79%201.79%200%200%200-1.18.41%206.77%206.77%200%200%201-.76.71%201.37%201.37%200%200%201-1.85-.2c-.75-.7-4.91-5.86-6.22-7.62a1.28%201.28%200%200%201-.31-1c.11-.63.85-1.15%201.26-1.42l.14-.1a1.94%201.94%200%200%200%20.63-2.28c-.17-.46-1.86-4.08-2.06-4.48a1.62%201.62%200%200%200-1.57-1%205.71%205.71%200%200%200-2.83.85l-.2.14A4.48%204.48%200%200%200%200%204.8c0%202.78%202.07%206.91%206.32%2012.63%204.55%206.12%2010%209%2012.19%209%202%200%204-2.51%204.66-3.73a1.92%201.92%200%200%200-.33-2.46Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
	background-size: 15px;
	padding-left: 20px;
}

#spNavArea .spNavBtn ul li:nth-child(2) a span {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.41%2013.22%22%3E%3Cpath%20d%3D%22m0%2012.62%203.66-6L0%20.62l1.39-.6%204%206.61-4%206.61Z%22%20fill%3D%22%23cf2226%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
	background-size: 5px;
	padding-left: 10px;
}

/* ---------------------------------------------------------
 *	リンク
 *---------------------------------------------------------- */

#link_01,
#link_02,
#link_03,
#link_04,
#link_05,
#link_06,
#link_07,
#link_08,
#link_09,
#link_10,
#link_11,
#link_12 {
	margin-top: -88px;
	padding-top: 88px;
}

@media screen and (max-width: 960px) {

	#link_01,
	#link_02,
	#link_03,
	#link_04,
	#link_05,
	#link_06,
	#link_07,
	#link_08,
	#link_09,
	#link_10,
	#link_11,
	#link_12 {
		margin-top: 0;
		padding-top: 0;
	}
}

/* ---------------------------------------------------------
 *	サイドボタン
 *---------------------------------------------------------- */

#sideBtn {
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 1;
	text-align: center;
}

#sideBtn a {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	display: block;
	background: #072a4f url(../image/ico_arrow_06.svg) no-repeat 19px center;
	background-size: 7px;
	width: 206px;
	height: 66px;
	line-height: 66px;
}

#sideBtn ul li {
	margin-bottom: 20px;
}

#sideBtn ul li:nth-child(1) a {
	mix-blend-mode: multiply;
	background: url(../image/ico_arrow_06.svg) no-repeat 19px center, url(../image/ico_sp_01.svg) no-repeat 47px center, #0050a6;
	background-size: 7px, 23px;
}

#sideBtn ul li:nth-child(2) a {
	background: url(../image/ico_arrow_06.svg) no-repeat 19px center, url(../image/ico_pc_03.svg) no-repeat 40px center, #072a4f;
	background-size: 7px, 36px;
}

#sideBtn ul li a span {
	padding-left: 30px;
}

#sideBtn ul li:nth-child(3) a span {
	padding-left: 20px;
}

@media screen and (max-width: 960px) {
	#sideBtn {
		display: none;
	}
}

/* ---------------------------------------------------------
 *	大枠
 *---------------------------------------------------------- */

#contents {
	/* overflow: hidden; */
}

/* ---------------------------------------------------------
 *	Footer
 *---------------------------------------------------------- */

#footer h2 {
	height: 38.125vw;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url(../image/bg_footer_01.jpg)no-repeat center center;
	background-size: cover;
}

#footer h2 span {
	color: #fff;
	font-size: 55px;
	font-size: 2.865vw;
	font-family: FOT-筑紫A丸ゴシック Std B;
	text-shadow: 0px 0px 20px #48d3d4, 0px 0px 20px #48d3d4, 0px 0px 20px #48d3d4, 0px 0px 20px #48d3d4, 0px 0px 20px #48d3d4;
}

#footer .copyright {
	font-size: 15px;
	font-size: 0.781vw;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	background: #fff;
	padding: 22.5px 20px;
	padding: 1.172vw 1.042vw;
}

@media screen and (max-width: 960px) {
	#footer .copyright {
		padding: 20px 20px 70px;
	}
}

@media screen and (max-width: 480px) {
	#footer .copyright {
		font-size: 12px;
	}
}

.spBtn {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	opacity: 0;
	z-index: 1;
}

.spBtn ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

.spBtn ul li {
	width: calc(50% - 50px);
}

.spBtn ul li:last-child {
	width: 50px;
}

.spBtn ul li a {
	display: block;
	height: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	background: #072a4f;
}

.spBtn ul li:first-child a {
	color: #fff;
	background: #0050a6;
}

.spBtn ul li:last-child a {
	background: #48d3d4 url(../image/ico_ig.svg) no-repeat center center;
	background-size: 25px;
}

.spBtn ul li:nth-child(1) a span {
	background: url(../image/ico_sp_01.svg) no-repeat left center;
	background-size: 15px;
	padding-left: 25px;
}

.spBtn ul li:nth-child(2) a span {
	background: url(../image/ico_pc_03.svg) no-repeat left center;
	background-size: 25px;
	padding-left: 35px;
}

@media screen and (max-width: 960px) {
	.spBtn {
		display: none;
	}

	#p-home.fixed .spBtn {
		display: block;
		animation: spBtn_anime 1.0s;
		animation-fill-mode: forwards;
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
		opacity: 0;
	}

	@keyframes spBtn_anime {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.spBtn {
		display: block;
		width: 100%;
		opacity: 1;
	}
}
