@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.0.0/css/all.css");
/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 * 5.0 - Navi
 * 6.0 - Main
 * 7.0 - Footer
 * 8.0 - Single Page
 * 9.0 - Option
 */
/*----------------------------------------------------
	1.0 - Normalize
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: """";
}
a img {
	border: 0;
}
figure {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/*Border*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------*/
html {
	font-size: 62.5%; /* base-font-size:10px */
}
body {
	background-color: #fff;
	color: #333;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0;
	position: relative;
	overflow-x: hidden;
	border-top: 10px solid;
	border-image: linear-gradient(to right, #d94e57, #d94e57, #d94e57, #d94e57, #f1a7c1) 1;
}
@media (max-width: 999px) {
	body {
		border-top: none;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}
a {
	color: #ff290b;
}
a:hover {
	color: #728d3d;
	text-decoration-color: transparent;
}
img {
	vertical-align: middle;
}
a:hover img {
	opacity: 0.7;
	transition: 0.3s;
}
*tel-setting*/ a[href*="tel:"] {
	pointer-events: none;
}
#wrapper {
	width: 100%;
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	position: relative;
	margin: 0 auto;
}
@media (max-width: 1199px) {
	#wrapper {
		background: transparent;
	}
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
	color: #333;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	line-height: 0;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.3s;
	/* Scroll */
}
header.move {
	background: rgba(255, 255, 255, 0.4); /* 半透明の白 */
	backdrop-filter: blur(10px); /* 背景のぼかし */
	-webkit-backdrop-filter: blur(10px); /* Safari対応 */
	padding: 0 0 0;
}
@media (max-width: 999px) {
	header {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		height: 60px;
		border-top: none;
		position: fixed;
		padding: 0 0 0;
		box-shadow: none;
		z-index: 2;
		/*overflow-y: auto;*/
	}
}
header .head_top {}
header img {
	max-width: 100%;
	height: auto;
}
.header_logo {
	display: flex;
	align-items: center;
	column-gap: 1.5em;
}
header h1 {
	width: 92%;
	max-width: 220px;
	height: 80px;
	color: #856113;
	font-size: 1.5em;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	padding: 14px 0;
}
@media (max-width: 999px) {
	.header_logo {
		position: fixed;
		top: 0;
		left: 0;
		column-gap: 0.5em;
		padding: 8px 128px 0 4vw;
		z-index: 2;
	}
	header h1 {
		width: 100%;
		max-width: 220px;
		height: 52px;
		display: flex;
		align-items: center;
		z-index: 2;
	}
	header h1 img {
		width: 100%;
		max-width: 226px;
		transition: 0.3s;
	}
	header h1 img[src*="_pc"] {
		display: none;
	}
}
header h1 a {
	display: block;
}
header h1 span {
	display: block;
	transform: translateY(-120%);
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
}
.logo_jspn {
	width: 45px;
	display: flex;
	row-gap: 2px;
	flex-direction: column;
	font-size: 0.9rem;
	line-height: 1;
}
@media (max-width: 999px) {
	.logo_jspn {
		font-size: 0.8rem;
		width: 36px;
	}
}
.head_inner {
	width: 92%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 999px) {
	.head_inner {
		width: 100%;
	}
}
.langmenu {}
@media (max-width: 999px) {
	.langmenu {
		height: 60px;
		display: flex;
		align-items: center;
		padding: 0;
		position: fixed;
		top: 0;
		right: 60px;
		z-index: 2;
	}
}
.langmenu > li {
	width: 160px;
	height: 40px;
	background: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 20px;
	line-height: 1.2;
}
@media (max-width: 999px) {
	.langmenu > li {
		width: 60px;
		height: 60px;
		border-radius: 0;
	}
}
.langmenu > li a {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #d94e57;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.25em;
	text-decoration: none;
	border-radius: 20px;
	transition: 0.3s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}
.langmenu > li a::before {
	content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="%23d94e57"><path class="q" d="m44,32c0,2.78-.15,5.45-.41,8h-23.18c-.27-2.55-.41-5.23-.41-8s.15-5.45.41-8h23.18c.28,2.55.41,5.23.41,8Zm3.6-8h15.39c.66,2.56,1.01,5.24,1.01,8s-.35,5.44-1.01,8h-15.39c.26-2.58.4-5.25.4-8s-.14-5.43-.4-8Zm14.08-4h-14.59c-1.25-7.99-3.72-14.68-6.91-18.95,9.79,2.59,17.75,9.69,21.49,18.95h.01Zm-18.64,0h-22.07c.76-4.55,1.94-8.58,3.38-11.84,1.31-2.95,2.77-5.09,4.19-6.44,1.4-1.33,2.56-1.73,3.48-1.73s2.08.4,3.47,1.73c1.41,1.35,2.88,3.49,4.19,6.44,1.45,3.25,2.61,7.28,3.38,11.84Zm-26.12,0H2.33C6.07,10.74,14.02,3.64,23.83,1.05c-3.19,4.28-5.66,10.96-6.91,18.95h0ZM1.01,24h15.39c-.26,2.58-.4,5.25-.4,8s.14,5.43.4,8H1.01c-.66-2.56-1.01-5.24-1.01-8s.35-5.44,1.01-8Zm23.32,31.83c-1.45-3.25-2.61-7.28-3.38-11.83h22.07c-.76,4.55-1.94,8.58-3.38,11.83-1.31,2.95-2.78,5.09-4.19,6.44-1.4,1.34-2.56,1.74-3.47,1.74s-2.08-.4-3.48-1.72c-1.41-1.35-2.88-3.49-4.19-6.44h0Zm-7.42-11.83c1.25,7.99,3.73,14.68,6.91,18.95-9.8-2.59-17.75-9.69-21.5-18.95h14.59Zm44.76,0c-3.75,9.26-11.7,16.36-21.49,18.95,3.19-4.28,5.65-10.96,6.91-18.95h14.58Z"/></svg>');
	width: 1em;
	height: 1em;
}
.langmenu > li.off a {
	background: #ddd;
	color: #999;
	cursor: default;
	pointer-events: none;
}
.langmenu > li.off a::before {
	content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="%23999999"><path class="q" d="m44,32c0,2.78-.15,5.45-.41,8h-23.18c-.27-2.55-.41-5.23-.41-8s.15-5.45.41-8h23.18c.28,2.55.41,5.23.41,8Zm3.6-8h15.39c.66,2.56,1.01,5.24,1.01,8s-.35,5.44-1.01,8h-15.39c.26-2.58.4-5.25.4-8s-.14-5.43-.4-8Zm14.08-4h-14.59c-1.25-7.99-3.72-14.68-6.91-18.95,9.79,2.59,17.75,9.69,21.49,18.95h.01Zm-18.64,0h-22.07c.76-4.55,1.94-8.58,3.38-11.84,1.31-2.95,2.77-5.09,4.19-6.44,1.4-1.33,2.56-1.73,3.48-1.73s2.08.4,3.47,1.73c1.41,1.35,2.88,3.49,4.19,6.44,1.45,3.25,2.61,7.28,3.38,11.84Zm-26.12,0H2.33C6.07,10.74,14.02,3.64,23.83,1.05c-3.19,4.28-5.66,10.96-6.91,18.95h0ZM1.01,24h15.39c-.26,2.58-.4,5.25-.4,8s.14,5.43.4,8H1.01c-.66-2.56-1.01-5.24-1.01-8s.35-5.44,1.01-8Zm23.32,31.83c-1.45-3.25-2.61-7.28-3.38-11.83h22.07c-.76,4.55-1.94,8.58-3.38,11.83-1.31,2.95-2.78,5.09-4.19,6.44-1.4,1.34-2.56,1.74-3.47,1.74s-2.08-.4-3.48-1.72c-1.41-1.35-2.88-3.49-4.19-6.44h0Zm-7.42-11.83c1.25,7.99,3.73,14.68,6.91,18.95-9.8-2.59-17.75-9.69-21.5-18.95h14.59Zm44.76,0c-3.75,9.26-11.7,16.36-21.49,18.95,3.19-4.28,5.65-10.96,6.91-18.95h14.58Z"/></svg>');
	width: 1em;
	height: 1em;
}
.langmenu > li a:hover, .langmenu > li a:active, .langmenu > li a:focus {
	width: 100%;
	height: 100%;
	background: #ffdcdf;
	color: #d94e57;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.25em;
	text-decoration: none;
	border-radius: 20px;
}
@media (max-width: 999px) {
	.langmenu > li a {
		width: 60px;
		height: 60px;
		border-radius: 0;
		flex-direction: column;
		row-gap: 0.2em;
	}
	.langmenu > li a::before {
		content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="%23d94e57"><path class="q" d="m44,32c0,2.78-.15,5.45-.41,8h-23.18c-.27-2.55-.41-5.23-.41-8s.15-5.45.41-8h23.18c.28,2.55.41,5.23.41,8Zm3.6-8h15.39c.66,2.56,1.01,5.24,1.01,8s-.35,5.44-1.01,8h-15.39c.26-2.58.4-5.25.4-8s-.14-5.43-.4-8Zm14.08-4h-14.59c-1.25-7.99-3.72-14.68-6.91-18.95,9.79,2.59,17.75,9.69,21.49,18.95h.01Zm-18.64,0h-22.07c.76-4.55,1.94-8.58,3.38-11.84,1.31-2.95,2.77-5.09,4.19-6.44,1.4-1.33,2.56-1.73,3.48-1.73s2.08.4,3.47,1.73c1.41,1.35,2.88,3.49,4.19,6.44,1.45,3.25,2.61,7.28,3.38,11.84Zm-26.12,0H2.33C6.07,10.74,14.02,3.64,23.83,1.05c-3.19,4.28-5.66,10.96-6.91,18.95h0ZM1.01,24h15.39c-.26,2.58-.4,5.25-.4,8s.14,5.43.4,8H1.01c-.66-2.56-1.01-5.24-1.01-8s.35-5.44,1.01-8Zm23.32,31.83c-1.45-3.25-2.61-7.28-3.38-11.83h22.07c-.76,4.55-1.94,8.58-3.38,11.83-1.31,2.95-2.78,5.09-4.19,6.44-1.4,1.34-2.56,1.74-3.47,1.74s-2.08-.4-3.48-1.72c-1.41-1.35-2.88-3.49-4.19-6.44h0Zm-7.42-11.83c1.25,7.99,3.73,14.68,6.91,18.95-9.8-2.59-17.75-9.69-21.5-18.95h14.59Zm44.76,0c-3.75,9.26-11.7,16.36-21.49,18.95,3.19-4.28,5.65-10.96,6.91-18.95h14.58Z"/></svg>');
		width: 1.5em;
		height: 1.5em;
	}
	.langmenu > li a:hover, .langmenu > li a:active, .langmenu > li a:focus {
		border-radius: 0;
	}
}
.head_inner nav {
	width: 100%;
	position: relative;
}
.head_inner nav::before {
	content: "";
	width: 100vw;
	height: 60px;
	background: #d94e57;
	background: linear-gradient(90deg, rgba(217, 78, 87, 1) 0%, rgba(217, 78, 87, 1) 75%, rgba(241, 167, 193, 1) 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 999px) {
	.head_inner nav::before {
		content: none;
	}
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
	flex: 1;
	width: 100%;
	flex-basis: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	z-index: 0;
}
@media (max-width: 999px) {
	.contents {
		width: 100%;
		/*padding-top: 60px;*/
	}
}
.page_section {
	display: flex;
	column-gap: 20px;
	margin: 0 auto;
}
.page_section > .side_banner {
	width: 260px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	flex-shrink: 0;
}
@media (max-width: 999px) {
	.page_section > .side_banner {
		width: 26vw;
	}
}
@media (max-width: 768px) {
	.page_section > .side_banner {
		width: 100%;
		display: grid;
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 20px) / 3));
		row-gap: 10px;
		column-gap: 10px;
		justify-content: center;
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.page_section > .side_banner {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 10px) / 2));
	}
}
.page_section > .side_banner img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
@media (max-width: 999px) {
	.page_section {
		width: 92%;
	}
}
@media (max-width: 768px) {
	.page_section {
		flex-direction: column;
	}
}
section.bg_light {
	background: #fafafa;
	color: #333;
}
section.bg_dark {
	background: #333333;
	color: #fff;
}
section.bg_green {
	background: #728d3d;
	background-image: url(../img/common/bg_green.webp);
	background-size: 2000px 1200px;
	background-position: center center;
	background-repeat: repeat-y;
	color: #fff;
}
@media (min-width: 2000px) {
	section.bg_green {
		background-size: contain;
		color: #fff;
	}
}
section.bg_green h2 {
	color: #fff;
}
section.bg_green h2:before {
	background: #fff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 100%);
}
section.bg_beige {
	background: #f0eee8;
	background-image: url(../img/common/bg_beige.webp);
	background-size: cover;
	background-position: center center;
}
section.bg_red {
	background: #f86f9a;
	background-image: url(../img/common/bg_red.webp);
	background-size: cover;
	background-position: center center;
	color: #fff;
}
section.bg_ {}
/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Hamburger */
@media (min-width: 1000px) {
	.hamburger {
		display: none;
	}
}
/* 999px under */
@media (max-width: 999px) {
	.hamburger {
		position: fixed;
		display: flex;
		justify-content: center;
		background: #d94e57;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		line-height: 1.75;
		text-align: center;
		cursor: pointer;
		/*z-index: 1;*/
		z-index: 10;
	}
	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 15px;
		background: #fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 12px;
	}
	.hamburger span:nth-child(2) {
		top: 21px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}
	.hamburger.active span:nth-child(1) {
		top: 21px;
		left: 15px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
		top: 21px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hamburger p {
		position: absolute;
		top: 34px;
		color: #fff;
		font-family: "Roboto", sans-serif;
		font-size: 1.2rem;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hamburger.active p {
		color: #fff;
	}
}
/* Menu */
nav {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin: 0 auto;
}
@media (max-width: 999px) {
	nav {
		row-gap: 0;
		background: rgba(255, 255, 255, 0.85);
		width: 100%;
		height: 100vh;
		padding-top: 60px;
		display: none;
	}
}
.dropmenu {
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 0;
	display: flex;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 999px) {
	.dropmenu {
		background: #d94e57;
		/*flex-direction: column;*/
		z-index: 2;
		flex-wrap: wrap;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
	.dropmenu:nth-of-type(2) {
		border-top: none;
	}
}
.dropmenu > li {
	position: relative;
	display: block;
	transition: 0.3s all;
	line-height: 1.2;
	flex-grow: 10;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 999px) {
	.dropmenu > li {
		border-bottom: 1px solid #c3b29b;
		width: 100%;
		flex-grow: 0;
	}
}
@media (max-width: 768px) {
	.dropmenu > li {
		width: 100%;
	}
}
.dropmenu > li a {
	width: 100%;
	height: 60px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.25em 0.25em;
	text-decoration: none;
	transition: 0.3s;
}
@media (max-width: 999px) {
	.dropmenu > li a {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1em 0.25em 1.1em 1.3em;
		text-align: left;
		justify-content: space-between;
	}
}
.dropmenu > li a:hover, .dropmenu > li a:focus, .dropmenu > li.on a {
	background: #ffdcdf;
	color: #d94e57;
}
@media (max-width: 999px) {
	.dropmenu > li a:hover, .dropmenu > li a:focus, .dropmenu > li.on a {
		width: 100%;
		margin: 0;
	}
}
.dropmenu > li.off a {
	cursor: default;
	pointer-events: none;
	color: #ccc;
}
/* submenu */
.dropmenu > li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: auto; /* nowrap */
	min-width: 100%; /* nowrap */
}
.dropmenu > li ul li {
	background: #41c281;
	height: 0;
	overflow: hidden;
	transition-duration: 0.3s;
}
.dropmenu > li ul li.nowrap, .dropmenu > li ul li ul li.nowrap {
	white-space: nowrap;
}
.dropmenu > li:hover > ul li {
	height: 50px;
	overflow: visible;
	text-align: left;
}
.dropmenu > li ul li a, .dropmenu > li.on ul li a {
	background: #41c281;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0 1em 0;
	text-align: left;
}
@media (max-width: 999px) {
	.dropmenu > li ul {
		position: relative;
		top: 0;
	}
	.dropmenu > li ul li {
		height: auto;
		overflow: visible;
		text-align: left;
		background: transparent;
	}
	.dropmenu > li:hover > ul li, .dropmenu > li:hover > ul li a {
		height: auto;
	}
	.dropmenu > li ul li a, .dropmenu > li.on ul li a {
		height: auto !important;
		padding: 0.75em 1em 0.75em 2em;
		background: transparent;
	}
}
.dropmenu > li.on ul li a:hover, .dropmenu > li.on ul li a:focus, .dropmenu > li.on ul li.on a {
	background: #ff5741;
	color: #fff;
}
.dropmenu > li ul li a::after {
	content: "";
	width: 1em;
	height: 1em;
	background: #fff;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(36% 24%, 70% 50%, 36% 76%);
}
.dropmenu > li:hover ul li.off a {
	cursor: default;
	pointer-events: none;
	background: #ddd;
	color: #999;
}
.dropmenu > li:hover ul li.off a::after {
	background: #999;
}
@media (max-width: 999px) {
	.dropmenu > li:hover ul li.off a {
		cursor: default;
		pointer-events: none;
		background: #ddd;
		color: #999;
	}
	.dropmenu > li:hover ul li.off a::after {
		background: #999;
	}
}
.dropmenu > li:hover ul li a {
	height: 50px;
}
.dropmenu > li ul li ul {
	top: 0;
	left: 100%;
}
.dropmenu > li:last-child ul li ul {
	left: -100%;
	width: 100%;
}
/* bannermenu */
.bannermenu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 10px;
	margin: 20px 0 0;
	padding: 0;
}
@media (max-width: 999px) {
	.bannermenu {
		width: auto;
		display: inline-flex;
		margin: 20px auto 0;
		padding: 0;
	}
}
@media (max-width: 480px) {
	.bannermenu {
		width: 100%;
	}
}
.bannermenu > li {
	background: #ddd;
	width: 100%;
	max-width: 240px;
}
@media (max-width: 999px) {
	.bannermenu > li {
		width: calc((100% - 2em) / 3);
	}
}
@media (max-width: 480px) {
	.bannermenu > li {
		width: calc((100% - 1em) / 2);
	}
}
.cont_banner {
	width: 100%;
	display: none;
	padding: 0 0 6%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 999px) {
	.cont_banner {
		display: block;
		margin: -4% auto 0;
	}
}
.cont_index_banner {
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	display: none;
	padding: 0 0 40px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 999px) {
	.cont_index_banner {
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 999px) {
	.cont_banner > .bannermenu, .cont_index_banner > .bannermenu {
		width: 92%;
		display: grid;
		grid-template-columns: repeat(auto-fit, 23.5%);
		column-gap: 2%;
		justify-content: center;
		margin: 0 auto;
		padding: 0;
	}
	.cont_banner > .bannermenu > li:nth-of-type(n), .cont_index_banner > .bannermenu > li:nth-of-type(n) {
		margin-top: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.cont_banner > .bannermenu, .cont_index_banner > .bannermenu {
		grid-template-columns: repeat(auto-fit, 32%);
		column-gap: 2%;
	}
}
@media (max-width: 480px) {
	.cont_banner > .bannermenu, .cont_index_banner > .bannermenu {
		grid-template-columns: repeat(auto-fit, 48%);
		column-gap: 4%;
	}
}
/* new marker */
a.new:after {
	content: "NEW";
	background: red;
	color: #fff;
	font-size: 0.75em;
	display: inline-block;
	line-height: 1;
	padding: 0.3em 0.25em 0.25em;
	transform: translateY(0.1em);
}
a.new:hover:after, .on a.new:after {
	content: "NEW";
	background: #fff;
	color: red;
}
/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#main {
	width: 100%;
	text-align: center;
	z-index: 0;
	background-image: url("../img/common/bg_mv.webp");
	background-size: 2000px 680px;
	background-position: center top;
	background-repeat: repeat-y;
}
@media (min-width: 2000px) {
	#main {
		background-size: contain;
	}
}
@media (max-width: 1199px) {
	#main {
		/*padding-top: 20px;*/
		border: none;
	}
}
.main_bg {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0;
	position: relative;
}
@media (max-width: 999px) {
	.main_bg {
		height: auto;
		border: none;
		padding: 0 0 0;
	}
}
.page_head {
	width: 92%;
	max-width: 720px;
	font-size: 2em;
	line-height: 1;
	margin: 0 auto;
	padding: 1em 0;
}
@media (max-width: 768px) {
	.page_head {
		padding: 5vw 60px;
	}
}
.page_head img {
	width: 100%;
	height: auto;
	filter: drop-shadow(1px -1px 5px rgba(255, 255, 255, 1)) drop-shadow(1px 1px 5px rgba(255, 255, 255, 1)) drop-shadow(-1px 1px 5px rgba(255, 255, 255, 1)) drop-shadow(-1px -1px 5px rgba(255, 255, 255, 1));
}
article {
	width: 100%;
	min-height: 50vh;
	margin: 0 auto;
	padding: 0;
	line-height: 1.8;
	text-align: left;
	overflow: hidden;
}
@media (max-width: 999px) {
	article {
		min-height: 35vh;
		margin: 0 auto;
	}
}
article h1 {
	width: 100%;
	max-width: 1200px;
	min-height: 3em;
	color: #d94e57;
	display: flex;
	align-items: center;
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 auto;
	padding: calc(140px + 1em) 0.2em 1em 0.5em;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 1), 1px -1px 3px rgba(255, 255, 255, 1), -1px -1px 3px rgba(255, 255, 255, 1), -1px 1px 3px rgba(255, 255, 255, 1);
	background-image: url("../img/common/bg_h1.webp");
	background-size: 320px 200px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
article h1::after {
	content: "";
	width: 100vw;
	height: 100%;
	background: rgb(177, 52, 58);
	background: linear-gradient(90deg, rgba(177, 52, 58, 1) 0%, rgba(148, 34, 41, 1) 100%);
	color: #fff;
	display: flex;
	align-items: center;
	font-optical-sizing: auto;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.15em 0.2em 0.25em 1em;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	border-bottom: 5px solid rgba(10, 127, 111, 1);
	z-index: -1;
	transform: translateX(-50%);
}
@media (max-width: 999px) {
	article h1 {
		transition: 0.3s;
		border-bottom: 10px solid;
		border-image: linear-gradient(to right, #d94e57, #d94e57, #d94e57, #d94e57, #f1a7c1) 1;
		padding: calc(60px + 1em) 4vw 1em;
	}
	article h1::after {
		content: none;
	}
}
@media (max-width: 480px) {
	article h1 {
		height: 3em;
		padding-left: 0.75em;
		font-size: 2.1em;
		background-image: url("../img/common/bg_h1.webp");
		background-size: contain;
		background-position: right bottom;
		background-repeat: no-repeat;
		padding: calc(60px + 1.5em) 4vw 1.5em;
	}
}
article h1 .en_title {
	font-size: 0.5em;
	display: flex;
	align-items: center;
	position: relative;
	letter-spacing: 0.1em;
	opacity: 0.75;
}
article h1 .en_title:before, article h1 .en_title:after {
	content: "";
	width: 1.5em;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
}
article h1 .en_title:before {
	left: -2em;
}
article h1 .en_title:after {
	right: -2em;
}
section {
	/*min-height: 50vh;*/
	background: #fff;
	padding: 3.5em 2.5em 4.5em;
	text-align: left;
}
section:last-of-type {
	padding: 3.5em 2.5em 6em;
}
@media (max-width: 999px) {
	section {
		min-height: 30vh;
	}
}
@media (max-width: 480px) {
	section {
		padding: 2em 1.4em;
		min-height: 35vh;
	}
}
.section_inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1200px) {
	.section_inner {
		width: 100%;
	}
}
section:first-child {
	padding-top: 0;
}
section h2 {
	width: 100%;
	color: #728d3d;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	margin: 3em auto 1.2em;
	padding: 0 0 0.5em;
	text-align: center;
}
section h2:first-of-type {
	margin-top: 0;
}
section h2:before {
	content: "";
	width: 200px;
	height: 4px;
	background: #728d3d;
	background: linear-gradient(90deg, rgba(114, 141, 61, 0) 0%, rgba(114, 141, 61, 1) 35%, rgba(114, 141, 61, 1) 65%, rgba(114, 141, 61, 0) 100%);
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
}
#main section h2 {
	font-size: 2.25em;
	text-align: left;
	margin: 2em auto 0.75em;
}
#main section h2:first-of-type {
	margin-top: 0;
}
#main section h2:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #728d3d;
	background: linear-gradient(90deg, rgba(114, 141, 61, 1) 0%, rgba(114, 141, 61, 1) 35%, rgba(114, 141, 61, 1) 65%, rgba(114, 141, 61, 0) 100%);
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
}
section h2 + h3 {
	margin-top: 0;
}
section h3 {
	color: #d94e57;
	font-family: "Zen Old Mincho", serif;
	position: relative;
	margin: 1em auto 0.6em;
	padding: 0 0 0.4em;
	font-size: 1.35em;
	font-weight: 700;
	line-height: 1.15;
	border-bottom: 2px solid #ddd;
}
section h4 {
	background: #ece7e0;
	margin: 1.5em auto 0.5em;
	padding: 0.4em 0.6em 0.5em;
	position: relative;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1;
}
section h3 + h4 {
	margin-top: 0;
}
section p, section li, section dl, section table {
	line-height: 1.8;
}
/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
	background: #d94e57;
	background: linear-gradient(270deg, rgba(217, 78, 87, 1) 0%, rgba(217, 78, 87, 1) 75%, rgba(241, 167, 193, 1) 100%);
	color: #fff;
	position: relative;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
}
footer::before {
	content: "";
	position: absolute;
	top: 0; /* 波の高さ分 */
	left: 0;
	width: 100vw;
	height: calc(100vw * 0.02);
	background: url("../img/common/foot_wave.svg") no-repeat top center;
	background-size: cover;
	z-index: 1;
	transform: translateY(-92%);
}
.foot_inner {
	width: 96%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 3.5em 0;
	position: relative;
	z-index: 1;
	column-gap: 1em;
	row-gap: 2em;
}
@media (max-width: 768px) {
	.foot_inner {
		width: 92%;
		padding: 3.5em 0 3em;
	}
}
@media (max-width: 768px) {
	.foot_inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		grid-row-gap: 2em;
	}
}
.foot_secretariat {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	column-gap: 1.25em;
	row-gap: 1.25em;
}
@media (max-width: 480px) {
	.foot_secretariat {
		row-gap: 2em;
	}
}
.foot_secretariat > li {
	display: inline-flex;
	justify-content: flex-start;
	column-gap: 1.25em;
	row-gap: 0.75em;
	flex-direction: column;
}
@media (max-width: 768px) {
	.foot_secretariat > li {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		grid-row-gap: 1em;
	}
}
.foot_secretariat h3 {
	flex-shrink: 0;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}
@media (max-width: 768px) {
	.foot_secretariat h3 {
		font-size: 2em;
		text-align: center;
	}
}
.foot_secretariat dl {
	text-align: left;
	border-top: 1px solid #fff;
}
@media (max-width: 768px) {
	.foot_secretariat dl {
		width: 100%;
		text-align: center;
		border-left: none;
		padding-left: 0;
	}
}
.foot_secretariat dt {
	font-weight: 500;
	padding-top: 0.5em;
}
.foot_secretariat dt + dd {
	margin-top: 0.25em;
}
.foot_secretariat dd {
	font-size: 0.875em;
	line-height: 1.6;
}
.foot_secretariat dd.address {
	font-size: 0.875em;
	display: flex;
	display: inline-flex;
	flex-wrap: wrap;
	column-gap: 0.5em;
	row-gap: 0;
}
.foot_secretariat dd.address p::after {
	content: " /";
}
.foot_secretariat dd.address p:last-of-type:after {
	content: none;
}
@media (max-width: 768px) {
	.foot_secretariat dd:nth-of-type(3) {
		justify-content: center;
	}
}
.foot_secretariat dd:nth-of-type(4) {
	font-size: 0.875em;
}
.foot_organizer {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
	justify-content: flex-end;
}
.foot_logo {
	width: auto;
	height: auto;
	display: inline-flex;
	justify-content: flex-end;
	column-gap: 2em;
}
.foot_logo > li {
	display: inline-flex;
	align-items: flex-end;
	column-gap: 0.5em;
	font-size: 0.75em;
}
.foot_logo li img {
	width: 51px;
	height: auto;
	vertical-align: middle;
}
footer .copyright {
	font-size: 0.75em;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
@media (max-width: 999px) {
	footer .copyright {
		width: 100%;
	}
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #c5cfa6;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
#main_index {
	width: 100%;
	text-align: center;
	z-index: 0;
}
@media (max-width: 999px) {
	#main_index {
		border: none;
	}
}
.mv {
	width: 100%;
	height: 670px;
	top: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	background-image: url("../img/common/bg_mv.webp");
	background-size: 2000px 680px;
	background-position: center -10px;
	background-repeat: repeat-y;
	overflow: hidden;
}
@media (min-width: 2000px) {
	.mv {
		background-size: contain;
	}
}
@media (max-width: 1280px) {
	.mv {
		width: 100vw;
		height: 56.25vw;
	}
}
@media (max-width: 768px) {
	.mv {
		width: 100vw;
		height: 133.4vw;
	}
}
@media (max-width: 480px) {
	.mv {
		width: 100vw;
		height: 149vw;
	}
}
.mv img {
	width: 100%;
	height: auto;
}
.mv > img:last-of-type {
	margin-top: 1.25em;
}
@media (max-width: 999px) {
	.mv {
		padding: 0;
		text-align: center;
	}
	.mv img {
		width: 100%;
	}
}
.mv .mv_slide {
	width: 100%;
	height: 680px;
	transform: translateY(-10px);
}
@media (max-width: 1280px) {
	.mv .mv_slide {
		transform: translateY(0);
		width: 100vw;
		height: 56.25vw;
	}
}
@media (max-width: 768px) {
	.mv .mv_slide {
		width: 100vw;
		height: 133vw;
	}
}
@media (max-width: 480px) {
	.mv .mv_slide {
		width: 100vw;
		height: 150vw;
	}
}
.mv .mv_slide > li, .mv .mv_slide div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.mv .mv_slide > li img, .mv .mv_slide div img {
	width: auto;
	height: 680px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 1280px) {
	.mv .mv_slide > li img, .mv .mv_slide div img {
		width: 100%;
		height: auto;
	}
}
/* info */
.info {
	width: 100%;
	background: rgba(255, 255, 255, 0.75);
	margin: 0 0 0 auto;
	text-align: left;
	position: relative;
	z-index: 0;
}
@media (max-width: 999px) {
	.info {
		max-width: 760px;
		margin: 0 auto 0;
	}
}
.info dl {
	width: 100%;
	max-height: 17.1em;
	background: #fff;
	color: #111;
	font-size: 0.9375em;
	margin: 0 0 0 auto;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #c3b29b #dfdbd5;
	border: 1px solid #eaeaea;
}
.info dl::-webkit-scrollbar {
	width: 8px;
}
.info dl::-webkit-scrollbar-track {
	background-color: #dfdbd5;
}
.info dl::-webkit-scrollbar-thumb {
	background-color: #c3b29b;
}
@media (max-width: 768px) {
	.info dl {
		height: 16.6em;
	}
}
@media (max-width: 480px) {
	.info dl {
		height: 22.25em;
	}
}
.info dt {
	width: 6.25em;
	color: #808080;
	float: left;
	margin: 1.25em 0 0 1.3em;
	padding: 0;
	position: relative;
	text-align: left;
}
.info dt::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #808080;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.info dt.none {
	background: transparent;
	content: none;
	border: none;
}
.info dd {
	position: relative;
	margin: 0;
	padding: 1.25em 0 1.35em 8.75em;
	border-bottom: 1px solid #efeae1;
}
.info dd:last-of-type {
	border-bottom: none;
}
.info dd::after {
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	width: 1em;
	height: 1em;
	color: #c9c9c9;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 1.25em;
	transform: translateY(-50%);
}
@media (max-width: 768px) {
	.info dt {
		display: inline-block;
		margin-top: 1em;
		padding-top: 0;
		padding-bottom: 0;
		float: none;
	}
	.info dt::after {
		content: none;
	}
	.info dd {
		padding-top: 0.25em;
		padding-bottom: 1em;
		padding-left: 1.3em;
	}
}
/* option */
.info_area {
	width: 100%;
	padding: 1.75em 2em 2em;
	background-color: #474f36;
	color: #fff;
	border-bottom: 3px double #e1b65c;
}
/* Attention Box Index */
.box_attention_index {
	background: #fff;
	max-width: 90%;
	margin: 20px auto 0;
	padding: 1em;
	line-height: 1.6;
	border: 3px solid #e0363c;
}
.box_attention_index + .info {
	margin-top: 10px;
}
/* Important */
.box_important {
	width: 100%;
	display: grid;
	/* template-columns と column-gap を合計して100%になるようにする */
	grid-template-columns: repeat(auto-fit, calc((100% - 10%) / 3));
	row-gap: 10px;
	column-gap: 5%;
	justify-content: center;
}
@media (max-width: 999px) {
	.box_important {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 5%) / 2));
	}
}
@media (max-width: 768px) {
	.box_important {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, 100%);
	}
}
.box_important div {
	width: 100%;
	margin: 0 auto 0.75em;
	line-height: 1.2;
	text-align: center;
	background: #fff;
	border-radius: 0.5em;
	overflow: hidden;
	box-shadow: 5px 5px 10px rgba(13, 76, 153, 0.1);
	display: flex;
	flex-direction: column;
}
.box_important div h3 {
	background: rgb(54, 167, 69);
	background: linear-gradient(90deg, rgba(54, 167, 69, 0.85) 0%, rgba(10, 127, 111, 0.85) 100%);
	color: #fff;
	width: 100%;
	height: 2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	border: none;
}
.box_important div ul {
	width: 100%;
	font-weight: 700;
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 0.75em;
	padding: 0.5em;
}
.box_important div ul li {
	position: relative;
}
.box_important div ul li::after {
	content: "";
	width: 1em;
	height: 1em;
	background: rgb(10, 127, 111);
	position: absolute;
	bottom: -1.3em;
	left: 50%;
	transform: translate(-50%, -50%);
	clip-path: polygon(0% 25%, 100% 25%, 50% 75%);
}
.box_important div ul li:last-of-type:after {
	content: none;
}
.index_grt {
	position: relative;
}
.index_grt::before {
	content: "";
	position: absolute;
	top: 0; /* 波の高さ分 */
	left: 0;
	width: 100vw;
	height: calc(100vw * 0.02);
	background: url("../img/common/green_wave.svg") no-repeat top center;
	background-size: cover;
	z-index: 1;
	transform: translateY(-92%);
}
/*  Calendar
----------------------------------------------------*/
.calendar_info {
	background: #f7f6e4;
	border: 1px solid #ff290b;
	display: flex;
}
@media (max-width: 999px) {
	.calendar_info {
		max-width: 760px;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
	}
}
.calendar_info .calendar_title {
	background: #ff290b;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.25em 1em;
	font-weight: 700;
	font-size: 1.25em;
	flex-shrink: 2;
}
.calendar_info ul {
	flex-grow: 10;
	padding: 0.75em 1em;
	display: flex;
	column-gap: 1em;
}
@media (max-width: 480px) {
	.calendar_info ul {
		flex-direction: column;
		grid-row-gap: 1em;
	}
}
.calendar_info ul li {
	width: calc((100% - 2em) / 3);
}
@media (max-width: 480px) {
	.calendar_info ul li {
		width: 100%;
	}
}
.calendar_info ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(235, 137, 51);
	background: linear-gradient(90deg, rgba(243, 153, 75, 1) 0%, rgba(255, 41, 11, 1) 100%);
	color: #fff;
	text-decoration: none;
	border-radius: 1.2em;
	min-height: 2.4em;
	position: relative;
	padding-right: 1.75em;
	padding-left: 0.75em;
}
.calendar_info ul li a::before {
	content: "";
	width: 1em;
	height: 1em;
	background: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0.5em;
}
.calendar_info ul li a::after {
	content: "";
	width: 1em;
	height: 1em;
	background: #ff290b;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(36% 24%, 70% 50%, 36% 76%);
}
.calendar_info ul li a:hover {
	background: #fff;
	color: rgba(255, 41, 11, 1);
	box-shadow: 0px 0px 10px rgba(13, 76, 153, 0.5);
	font-weight: 700;
	transition: 0.3s;
}
.calendar_info ul li a:hover::before {
	background: #ff290b;
	transition: 0.3s;
}
.calendar_info ul li a:hover::after {
	background: #fff;
	transition: 0.3s;
}
.mv .calendar_info {
	width: 12em;
	position: absolute;
	left: 50%;
	top: calc(100% - 60px);
	flex-direction: column;
	transform: translate(calc(600px - 12em), calc(-100% - 1.5em));
	z-index: 2;
	border-radius: 0.5em;
	overflow: hidden;
}
@media (max-width: 1200px) {
	.mv .calendar_info {
		font-size: 0.9375em;
		top: calc(100%);
		transform: translate(calc(48vw - 12em), calc(-100% - 1.5em));
	}
}
.mv .calendar_info .calendar_title {
	font-size: 1em;
	line-height: 1.25;
}
.mv .calendar_info ul {
	flex-direction: column;
	font-size: 0.9375em;
	row-gap: 0.5em;
	padding: 0.75em 0.75em;
}
.mv .calendar_info ul li {
	width: 100%;
	height: 2em;
	min-height: 1em;
	border-radius: 1em;
}
.mv .calendar_info ul li a {
	height: 2em;
	min-height: 1em;
	border-radius: 1em;
}
/*  Greeting
----------------------------------------------------*/
.grt_info {
	display: flex;
	align-items: flex-start;
	column-gap: 40px;
}
@media (max-width: 999px) {
	.grt_info {
		column-gap: 5%;
	}
}
@media (max-width: 480px) {
	.grt_info {
		flex-wrap: wrap;
	}
}
.grt_info .grt_image {
	width: 240px;
	flex-basis: 240px;
}
@media (max-width: 999px) {
	.grt_info .grt_image {
		width: 24vw;
		flex-basis: 24vw;
	}
}
@media (max-width: 480px) {
	.grt_info .grt_image {
		width: 100%;
		flex-basis: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.grt_info .grt_image img {
		max-width: 160px;
	}
}
.grt_info .grt_image img {
	width: 100%;
	height: auto;
}
.grt_info .grt_name {
	margin-top: 1em;
	font-weight: 700;
	font-size: 1.2em;
}
.grt_info .grt_belong {
	font-size: 0.875em;
}
.grt_info .grt_data {
	width: calc(100% - 240px - 40px);
	flex-basis: calc(100% - 240px - 40px);
	text-align: left;
}
@media (max-width: 999px) {
	.grt_info .grt_data {
		width: calc(100% - 24vw - 5%);
		flex-basis: calc(100% - 24vw - 5%);
		text-align: left;
	}
}
@media (max-width: 480px) {
	.grt_info .grt_data {
		width: 100%;
		flex-basis: 100%;
		margin-top: 1em;
		text-align: center;
	}
}
.grt_text:first-letter {
	margin-left: 1em;
}
.grt_info .list_button {
	justify-content: flex-start;
}
/*  Outline
----------------------------------------------------*/
.out_org {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.out_org dt {
	width: 6em;
}
.out_org dd {
	width: calc(100% - 6em);
}
@media (max-width: 480px) {
	.out_org dt {
		width: 100%;
	}
	.out_org dd {
		width: 100%;
	}
}
/*  Abstracts
----------------------------------------------------*/
/*  Program
----------------------------------------------------*/
.program_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.program_list .prg_title {
	width: 100%;
	color: #00a2dc;
	display: flex;
	column-gap: 0.5em;
	align-items: baseline;
	margin-top: 0.5em;
	font-weight: 700;
}
.program_list .prg_title > .title_number {
	min-width: 4.5em;
	background: #00a2dc;
	color: #fff;
	line-height: 1.15;
	padding: 0.15em 0.15em 0.25em;
	text-indent: 0;
	text-align: center;
	flex-shrink: 0;
}
.program_list > dt {
	min-width: 4em;
	flex-shrink: 0;
	/*text-align: right;*/
	display: flex;
	justify-content: flex-start;
	padding-left: 1em;
}
.program_list > dt:after {
	content: "：";
}
.program_list > dd {
	width: calc(100% - 4em);
	margin-left: 4em;
	display: flex;
	column-gap: 0.5em;
	text-indent: -1em;
}
.program_list > dt + dd {
	width: calc(100% - 4em);
	margin-left: 0em;
}
.program_list > dt.dt_long + dd {
	margin-left: 4em;
}
.program_list > dd .prg_name {
	min-width: 7em;
	flex-shrink: 0;
	text-indent: 0;
}
@media (max-width: 480px) {
	.program_list > dd {
		flex-direction: column;
		text-indent: 0em;
	}
}
/* dt option */
.program_list.en_list {}
.program_list.en_list dt {
	width: 6em;
	justify-content: space-between;
}
.program_list.en_list dt + dd {
	width: calc(100% - 6em);
	margin-left: 0em;
}
.program_list.en_list dd {
	width: calc(100% - 6em);
	margin-left: 6em;
}
.program_list.dt04 dt {
	width: 6.1em;
}
.program_list.dt04 dt + dd {
	width: calc(100% - 6.1em);
}
.program_list.dt04 dd {
	width: calc(100% - 6.1em);
	margin-left: 6.1em;
}
.program_list.dt05 dt {
	width: 7.1em;
}
.program_list.dt05 dt + dd {
	width: calc(100% - 7.1em);
}
.program_list.dt05 dd {
	width: calc(100% - 7.1em);
	margin-left: 7.1em;
}
.program_list.dt06 dt {
	width: 8.1em;
}
.program_list.dt06 dt + dd {
	width: calc(100% - 8.1em);
}
.program_list.dt06 dd {
	width: calc(100% - 8.1em);
	margin-left: 8.1em;
}
.program_list.dt065 dt {
	width: 8.6em;
}
.program_list.dt065 dt + dd {
	width: calc(100% - 8.6em);
}
.program_list.dt065 dd {
	width: calc(100% - 8.6em);
	margin-left: 8.6em;
}
.program_list.dt07 dt {
	width: 9.1em;
}
.program_list.dt07 dt + dd {
	width: calc(100% - 9.1em);
}
.program_list.dt07 dd {
	width: calc(100% - 9.1em);
	margin-left: 9.1em;
}
.program_list[class*="dt"] dt {
	flex-shrink: 0;
	/*justify-content: flex-end;*/
}
.program_list[class*="dt"] dt + dd {
	margin-left: 0em;
}
.program_list[class*="dt"] dt.dt_long + dd {
	margin-left: 0em;
}
.program_list .en_name {
	column-gap: 1em;
}
.program_list .en_name .prg_name {
	width: auto;
}
/* 240424 option */
.program_list dt.dt04 {
	width: 6.1em;
}
.program_list dt.dt04 + dd {
	width: calc(100% - 6.1em);
}
.program_list dt.dt05 {
	width: 7.1em;
}
.program_list dt.dt05 + dd {
	width: calc(100% - 7.1em);
}
.program_list dt.dt06 {
	width: 8.1em;
}
.program_list dt.dt06 + dd {
	width: calc(100% - 8.1em);
}
.program_list dt.dt065 {
	width: 8.6em;
}
.program_list dt.dt065 + dd {
	width: calc(100% - 8.6em);
}
.program_list dt.dt07 {
	width: 9.1em;
}
.program_list dt.dt07 + dd {
	width: calc(100% - 9.1em);
}
.program_list dt.dt08 {
	width: 10.1em;
}
.program_list dt.dt08 + dd {
	width: calc(100% - 10.1em);
}
/* time style */
.prg_time {
	color: #555;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	text-align: right;
	padding-top: 0.5em;
}
.prg_time span:before {
	content: "／";
}
@media (max-width: 480px) {
	.prg_time {
		flex-direction: column;
		padding-top: 0.75em;
	}
	.prg_time span:before {
		content: none;
	}
}
.prg_sponsor {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}
.prg_sponsor span {
	flex-shrink: 0;
}
.prg_message {
	display: flex;
	flex-wrap: wrap;
}
.prg_message > dt {
	height: 2em;
	background: #42641c;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.25em;
	padding: 0 1em 0.1em;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.prg_message > dt:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #fff;
	clip-path: polygon(0% 20%, 100% 20%, 50% 100%);
	transition: 0.3s;
}
.prg_message > dt.open {
	border-radius: 5px 5px 0 0;
}
.prg_message > dt.open:before {
	clip-path: polygon(0% 100%, 50% 20%, 100% 100%);
}
.prg_message > dd {
	width: 100%;
	flex-basis: 100%;
	border: 1px solid #42641c;
	padding: 1em;
	border-radius: 0 5px 5px 5px;
}
/* Flyer Style */
section .prg_flyer {
	float: right;
	margin-left: 1em;
	overflow: hidden;
}
section .prg_flyer img {
	width: 100px;
	float: right;
}
section .prg_flyer a:hover img {
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;
	transition: 0.2s;
}
section .prg_flyer a:not(:first-of-type) {
	display: none;
}
/* Irregular Option */
section h2 + .prg_time {
	margin-top: -1em;
}
section h3 + .prg_time {
	margin-top: -1.25em;
}
section h4 + .prg_time {
	margin-top: -1em;
}
section h4.prg {
	font-size: 1.25em;
	display: flex;
	column-gap: 0.5em;
	justify-content: space-between;
}
@media (max-width: 768px) {
	section h4.prg {
		flex-direction: column;
		row-gap: 0.25em;
		column-gap: 0;
	}
}
section h4.prg .prg_icon {}
section h4.prg .prg_icon span {
	height: 1.5em;
	padding: 0 0.25em;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
@media (max-width: 768px) {
	section h4.prg .prg_icon {
		display: inline-flex;
		flex-basis: auto;
		width: auto;
	}
}
/* timetable */
.btn_timetable {
	display: flex;
	height: 3em;
	font-weight: 700;
	font-size: 1.2em;
	border-bottom: 2px solid #f10e15;
	justify-content: space-around;
}
@media (max-width: 768px) {
	.btn_timetable {
		font-size: 3.25vw;
	}
}
.btn_timetable > li {
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #f10e15;
	border-bottom: none;
	cursor: pointer;
}
.btn_timetable > li:hover {
	background: #f10e15;
	color: #fff;
	transition: 0.3s;
}
.btn_timetable > li.on {
	background: #f10e15;
	color: #fff;
	cursor: default;
	pointer-events: none;
}
.prg_timetable {}
.prg_timetable > .on {
	display: block;
}
.prg_timetable > .off {
	display: none;
}
.prg_anchor {
	display: flex;
	height: 0;
	transform: translateY(-1em);
}
@media (max-width: 1199px) {
	.prg_anchor {
		display: flex;
		height: 0;
		transform: translateY(-5em);
	}
}
/*  Registration
----------------------------------------------------*/
.reg_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reg_flow > li {
	width: calc(100% / 3);
	flex-basis: calc(100% / 3);
	position: relative;
}
@media (max-width: 768px) {
	.reg_flow > li {
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 3em;
	}
}
.reg_flow > li:nth-of-type(1) h3:after {
	content: "";
	width: 1em;
	height: 100%;
	background: #ed4b16;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 100% 50%);
}
.reg_flow > li:nth-of-type(2) h3:after {
	content: "";
	width: 1em;
	height: 100%;
	background: #d60e19;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 100% 50%);
}
@media (max-width: 768px) {
	.reg_flow > li:nth-of-type(1) h3:after, .reg_flow > li:nth-of-type(2) h3:after {
		content: none;
	}
}
@media (max-width: 768px) {
	.reg_flow > li:after {
		content: "";
		background: #c5851a;
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
		margin: 0;
		width: 2em;
		height: calc(tan(60deg) * 1em / 2);
		display: inline-block;
		position: absolute;
		top: auto;
		bottom: -2em;
		right: auto;
		left: 50%;
		transform: rotate(180deg) translate(50%, -0%);
	}
}
@media (max-width: 768px) {
	.reg_flow > li:last-of-type {
		margin-bottom: 0;
	}
}
.reg_flow > li:last-of-type:after {
	display: none;
}
.reg_flow > li h3 {
	height: 4.75em;
	background: #049678;
	color: #fff;
	display: flex;
	align-items: center;
	column-gap: 0.25em;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 0.75em 0.5em 1em;
	border-bottom: none;
}
.reg_flow > li:nth-of-type(1) h3 {
	background: #ef9a0e;
}
.reg_flow > li:nth-of-type(2) h3 {
	background: #ed4b16;
}
.reg_flow > li:nth-of-type(3) h3 {
	background: #d60e19;
}
.reg_flow > li h3 span {
	font-size: 3em;
	font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
	.reg_flow > li h3 {
		height: auto;
		font-size: 1.25em;
		column-gap: 0.75em;
		padding: 0.25em 0.25em 0.25em 1em;
	}
	.reg_flow > li h3 span {
		font-size: 2em;
	}
	.reg_flow > li h3 br {
		display: none;
	}
}
@media (max-width: 480px) {
	.reg_flow > li h3 {
		height: auto;
		padding: 0.5em 1em 0.5em 1.25em;
	}
}
.reg_flow > li p {
	padding: 0.75em 1em;
}
.reg_card {
	display: flex;
	column-gap: 1em;
	row-gap: 0.5em;
	flex-wrap: wrap;
}
.reg_card img {
	vertical-align: middle;
}
/*  Access
----------------------------------------------------*/
.map {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
}
.map > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.box_access {
	width: 100%;
	display: grid;
	/* template-columns と column-gap を合計して100%になるようにする */
	grid-template-columns: repeat(auto-fit, calc((100% - 8%) / 3));
	row-gap: 2em;
	column-gap: 4%;
	justify-content: center;
}
@media (max-width: 999px) {
	.box_access {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 5%) / 2));
	}
}
@media (max-width: 768px) {
	.box_access {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, 100%);
	}
}
.box_access div {
	width: 100%;
	margin: 0 auto 0.75em;
	line-height: 1.2;
	text-align: center;
	background: #fff;
	border-radius: 0.5em;
	overflow: hidden;
	box-shadow: 5px 5px 10px rgba(13, 76, 153, 0.1);
	display: flex;
	flex-direction: column;
}
/*  Sponsorship
----------------------------------------------------*/
.spn_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spn_flow > li {
	border: 1px solid #174e91;
	width: 30%;
	flex-basis: 30%;
	position: relative;
}
@media (max-width: 768px) {
	.spn_flow > li {
		border: 1px solid #174e91;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 3em;
	}
}
.spn_flow > li:after {
	content: "";
	background: #000;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin: 0;
	width: 2em;
	height: calc(tan(60deg) * 1em / 2);
	display: inline-block;
	position: absolute;
	top: 55%;
	right: -13%;
	transform: rotate(90deg) translate(-50%, -50%);
}
@media (max-width: 768px) {
	.spn_flow > li:after {
		content: "";
		background: #000;
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
		margin: 0;
		width: 2em;
		height: calc(tan(60deg) * 1em / 2);
		display: inline-block;
		position: absolute;
		top: auto;
		bottom: -2em;
		right: auto;
		left: 50%;
		transform: rotate(180deg) translate(50%, -0%);
	}
}
@media (max-width: 768px) {
	.spn_flow > li:last-of-type {
		margin-bottom: 0;
	}
}
.spn_flow > li:last-of-type:after {
	display: none;
}
.spn_flow > li h3 {
	height: 4em;
	background: rgba(46, 167, 224, 1);
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 1em;
	padding-left: 2em;
	text-indent: -1em;
	border-bottom: none;
}
@media (max-width: 768px) {
	.spn_flow > li h3 {
		height: auto;
		padding: 1em 1em 1em 2em;
	}
}
.spn_flow > li p {
	padding: 1em;
}
.spn_faq {}
.spn_faq > li {
	margin-bottom: 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ddd;
}
.spn_faq dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.spn_faq dt {
	color: #da7c03;
	width: 2em;
	flex-basis: 2em;
	font-weight: 700;
	text-align: right;
}
.spn_faq dt:nth-of-type(1) {
	color: rgb(21, 145, 202);
}
.spn_faq dd {
	width: calc(100% - 2em);
	flex-basis: calc(100% - 2em);
}
.spn_faq dd:nth-of-type(1) {
	color: rgb(21, 145, 202);
	font-weight: 700;
}
/*  Omotenashi
----------------------------------------------------*/
.omotenashi_index {
	display: flex;
	column-gap: 2em;
	row-gap: 2em;
	flex-wrap: wrap;
}
.omotenashi_index > div {
	width: calc((100% - 2em) / 2);
}
@media (max-width: 480px) {
	.omotenashi_index > div {
		width: 100%;
	}
}
.omotenashi_index > div {
	cursor: pointer !import;
}
/* 01 */
.omotenashi_data {
	display: flex;
	column-gap: 2em;
	row-gap: 2em;
	flex-wrap: wrap;
}
.omotenashi_list {
	width: calc((100% - 2em) / 2);
	/*display: flex;
	column-gap: 2em;
	row-gap: 2em;
	flex-wrap: wrap;*/
}
@media (max-width: 480px) {
	.omotenashi_list {
		width: 100%;
	}
}
.omotenashi_list .tours_image {
	cursor: default;
}
.omotenashi_list .tours_image:hover img {
	opacity: 1;
}
/* 03 */
.tours_map {}
/* 04 */
.omotenashi_shop {}
.omotenashi_shop .shop_data {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.5em;
	row-gap: 0.25em;
	align-items: baseline;
}
.omotenashi_shop .shop_data dt {
	background: #ddd;
	width: 5em;
	text-align: center;
}
.omotenashi_shop .shop_data dd {
	width: calc(100% - 5.5em);
}
/* 05 */
.tours_map {
	width: 100%;
	padding-bottom: 640px;
	position: relative;
	display: block;
}
@media (max-width: 1199px) {
	.tours_map {
		padding-bottom: 640px;
	}
}
@media (max-width: 768px) {
	.tours_map {
		padding-bottom: 65vh;
	}
}
@media (max-width: 480px) {
	.tours_map {
		padding-bottom: 65vh;
	}
}
.tours_map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/* 06 */
.tours_list {
	display: block;
	position: relative;
}
.tours_data {}
.tours_image {
	cursor: pointer;
}
.tours_image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.tours_image:hover img {
	opacity: 0.7;
	transition: 0.3s;
}
.tours_info {
	width: 100%;
	height: 100%;
	min-height: 0;
	background-color: rgba(255, 255, 255, 0.85);
	border: 1px solid #ddd;
	padding: 2em;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	row-gap: 2em;
	justify-content: center;
	/*align-items: center;*/
	overflow-y: auto;
}
@media (max-width: 768px) {
	.tours_info {
		justify-content: flex-start;
	}
}
.tours_info .tours_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 0.5em;
	margin: 0;
	padding: 0;
	border: none;
}
.tours_info .tours_title span:first-of-type {
	background: #000;
	color: #fff;
	font-weight: 400;
	padding: 0.25em 0.5em;
}
.tours_info .tours_title span:last-of-type {
	font-size: 1.25em;
	text-decoration-line: underline;
	text-decoration-thickness: 8px;
	text-decoration-color: #fded0e;
	text-underline-offset: -2px;
}
.tours_info .tours_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	width: 100%;
}
.tours_info .tours_button a {
	min-width: 40%;
	height: 4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #d50e19;
	color: #fff;
	text-decoration: none;
	border: 2px solid #d50e19;
	border-radius: 4px;
	transition: 0.3s;
}
@media (max-width: 480px) {
	.tours_info .tours_button a {
		width: 92%;
		min-width: 6em;
	}
}
.tours_info .tours_button a:hover {
	background-color: #fffcf3;
	color: #251616;
	border: 2px solid #d50e19;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
}
.tours_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.33em;
	height: 1.33em;
	background: #000;
	font-size: 1.5em;
	color: #fff;
	display: flex;
	justify-content: center;
	cursor: pointer;
	align-items: center;
}
/* event list */
.omotenashi_event_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
	row-gap: 2em;
}
.omotenashi_event_list > div {
	width: 100%;
	border: 1px solid #eee;
	min-height: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.omotenashi_event_list > div h3 {
	width: 100%;
	background: rgb(214, 163, 54);
	background: linear-gradient(90deg, rgba(214, 163, 54, 1) 0%, rgba(232, 185, 85, 1) 100%);
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	border: none;
	margin: 0;
	padding: 0.3em 0.5em 0.4em;
	font-size: 1.5em;
}
.omotenashi_event_list .omotenashi_event_data {
	width: 100%;
	min-height: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.omotenashi_event_list > div .omotenashi_event_text {
	width: 69%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
	font-weight: 700;
	padding: 0.75em 1em;
	display: flex;
	align-items: flex-start;
	position: absolute;
	flex-direction: column;
	justify-content: center;
	row-gap: 1em;
	left: 0;
	bottom: 0;
}
@media (max-width: 768px) {
	.omotenashi_event_list > div .omotenashi_event_text {
		width: 100%;
	}
	.omotenashi_event_list > div .omotenashi_event_text br.blank {
		display: none;
	}
}
@media (max-width: 480px) {
	.omotenashi_event_list > div .omotenashi_event_text {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
		justify-content: space-between;
	}
}
.omotenashi_event_list > div .omotenashi_event_image {
	width: 100%;
}
.omotenashi_event_list > div .omotenashi_event_image img {
	width: 100%;
	height: auto;
}
.omotenashi_event_list > div {
	/*width: calc((100% - 2em) / 2);*/
}
@media (max-width: 480px) {
	.omotenashi_event_list > div {
		width: 100%;
	}
}
.omotenashi_event_list > div > div p {
	line-height: 1.5;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.85);
}
.omotenashi_event_list > div p {}
.omotenashi_event_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	width: 100%;
}
@media (max-width: 480px) {
	.omotenashi_event_button {
		justify-content: center;
	}
}
.omotenashi_event_button a {
	min-width: 40%;
	height: 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #d50e19;
	color: #fff;
	text-decoration: none;
	border: 2px solid #d50e19;
	border-radius: 4px;
	transition: 0.3s;
}
@media (max-width: 480px) {
	.omotenashi_event_button a {
		width: 92%;
		min-width: 6em;
	}
}
.omotenashi_event_button a:hover {
	background-color: #fffcf3;
	color: #251616;
	border: 2px solid #d50e19;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
}
/*----------------------------------------------------
	9.0 - Option
----------------------------------------------------*/
.img_fit {
	width: 100%;
}
.img_fit img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
/*  List - Text
----------------------------------------------------*/
/* No icon Style */
ul.list_normal li {
	padding-left: 1em;
}
ul.list_normal li {
	padding-left: 1em;
	text-indent: -1em;
}
/* No icon Style/English */
ul.list_normal_en li {
	padding-left: 0.425em;
}
ul.list_normal_en li {
	padding-left: 0.425em;
	text-indent: -0.425em;
}
/* Disk Style */
ul.list_disc {
	margin-left: 1em;
}
ul.list_disc li {
	position: relative;
}
ul.list_disc li:after {
	display: block;
	background-color: #666;
	content: "";
	position: absolute;
	top: 0.65em;
	left: -0.75em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
/* Mark Style */
ul.list_mark li {
	padding-left: 1em;
	position: relative;
}
ul.list_mark li:before, ul.list_mark li:after {
	content: " ";
	position: absolute;
}
ul.list_mark li:before {
	background-color: #d50e19;
	width: 1em;
	height: 1em;
	top: 0.45em;
	left: 0em;
	border-radius: 50%;
}
ul.list_mark li:after {
	background: #fff;
	top: 0.45em;
	left: 0em;
	width: 1em;
	height: 1em;
	clip-path: polygon(40% 20%, 75% 50%, 40% 80%);
}
/* Link Style */
ul.list_link li {
	padding: 0 0 0.5em 1em;
	position: relative;
	border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
	display: block;
	position: absolute;
	content: "\025b6";
	width: 1em;
	height: 1em;
	margin-left: -1em;
	color: #d50e19;
}
/* Decimal Style */
ol.list_decimal {
	list-style: none;
	counter-reset: num;
	margin-left: 2em;
}
ol.list_decimal > li {
	position: relative;
}
ol.list_decimal > li:before {
	counter-increment: num;
	content: counter(num) ".";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses) Style */
ol.list_numberParen {
	list-style-type: none;
	counter-reset: ol_li;
	margin-left: 2em;
}
ol.list_numberParen > li {
	position: relative;
}
ol.list_numberParen > li:before {
	counter-increment: ol_li;
	content: "("counter(ol_li) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses - One Side) Style */
ol.list_numberParenR {
	list-style-type: none;
	counter-reset: ul_lione;
	margin-left: 2em;
}
ol.list_numberParenR > li {
	position: relative;
}
ol.list_numberParenR > li:before {
	counter-increment: ul_lione;
	content: counter(ul_lione) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/*  List - Button
----------------------------------------------------*/
/*ul.list_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}*/
ul.list_button {
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	display: grid;
	/* template-columns と column-gap を合計して100%になるようにする */
	grid-template-columns: repeat(auto-fit, calc((100% - 80px) / 3));
	row-gap: 1em;
	column-gap: 40px;
	justify-content: center;
}
@media (max-width: 1199px) {
	ul.list_button {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, calc((100% - 40px) / 2));
	}
}
@media (max-width: 768px) {
	ul.list_button {
		/* template-columns と column-gap を合計して100%になるようにする */
		grid-template-columns: repeat(auto-fit, 100%);
		row-gap: 2em;
	}
}
ul.list_button li {
	width: 280px;
	margin: 0 auto;
	line-height: 1.2;
}
ul.list_button > li a {
	min-width: 280px;
	height: 48px;
	background: rgb(54, 167, 69);
	background: linear-gradient(90deg, rgba(54, 167, 69, 1) 0%, rgba(10, 127, 111, 1) 100%);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 4px;
	transition: 0.5s;
	border-radius: 24px;
	position: relative;
	padding: 0 1.75em;
}
ul.list_button > li a::before {
	content: "";
	width: 1em;
	height: 1em;
	background: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0.5em;
}
ul.list_button > li a::after {
	content: "";
	width: 1em;
	height: 1em;
	background: #279c7b;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(36% 24%, 70% 50%, 36% 76%);
}
ul.list_button > li a:hover {
	background: #fff;
	color: rgb(10, 127, 111);
	box-shadow: 0px 0px 10px rgba(13, 76, 153, 0.5);
}
ul.list_button > li a:hover::before {
	background: rgb(10, 127, 111);
}
ul.list_button > li a:hover::after {
	background: #fff;
}
ul.list_button > li.notLink a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dddddd;
	color: #999999;
	cursor: default;
	pointer-events: none;
	border: 1px solid #ccc;
}
ul.list_button > li.notLink a::before {
	content: "";
	width: 1em;
	height: 1em;
	background: #999999;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0.5em;
}
ul.list_button > li.notLink a::after {
	content: "";
	width: 1em;
	height: 1em;
	background: #ddd;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(36% 24%, 70% 50%, 36% 76%);
}
ul.list_button.button_l {}
ul.list_button.button_l li {
	width: 100%;
	max-width: 360px;
}
ul.list_button.button_l > li a {
	min-width: 280px;
	height: 64px;
	border-radius: 32px;
}
/*
ul.list_button.btn_col01 > li {
	width: 280px;
}
ul.list_button.btn_col01_l > li {
	width: 96%;
}
ul.list_button.btn_col01_l > li a {
	padding: 0 0.5em;
}
ul.list_button.btn_col02 > li {
	width: 280px;
}
ul.list_button.btn_col02_center > li {
	width: 40%;
}
ul.list_button.btn_col03 > li {
	width: 30%;
}
@media (max-width: 768px) {
	ul.list_button.btn_col02_center > li,
	ul.list_button.btn_col03 > li {
		width: 48%;
	}
}*/
/* 2 Column After */
ul.list_button.btn_col02:after {
	content: "";
	display: block;
	width: 50%;
	height: 0;
}
/* 3 Column After */
ul.list_button.btn_col03:after {
	content: "";
	display: block;
	width: 66.67%;
	height: 0;
}
@media (max-width: 768px) {
	ul.list_button.btn_col03:after {
		width: 50%;
	}
}
/* option */
ul.list_button .caption {
	font-weight: 400;
	font-size: 0.8em;
	display: inline-block;
	line-height: 1.2;
}
/*  List - Banner
----------------------------------------------------*/
.list_banner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.list_banner li {
	width: 100%;
}
.list_banner img {
	width: 100%;
	height: auto;
	max-width: 280px;
	max-height: 90px;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
/*ul.list_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.1;
	text-align: center;
}
ul.list_banner li {
	margin: 0 0 0.75em;
}
ul.list_banner li a img {
	width: 100%;
	max-width: 280px;
	transition: 0.3s;
}
ul.list_banner > li a img:hover {
}
ul.list_banner li.blank {
	margin: 0;
}
ul.list_banner.btn_col01 > li {
	width: 100%;
}
ul.list_banner.btn_col02 > li {
	width: 48%;
}
ul.list_banner.btn_col03 > li {
	width: 30%;
}
ul.list_banner.btn_col04 > li {
	width: 24%;
}*/
/*@media (max-width: 480px) {
	ul.list_banner.btn_col04 > li {
		width: 30%;
	}
}*/
/*  Table
----------------------------------------------------*/
table.table_normal {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_normal th {
	padding: 10px;
	background: #eff0e9;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-weight: 700;
}
table.table_normal td {
	padding: 10px;
	background: #fff;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
/* Vertical Setting */
table th.vtl_center, table td.vtl_center {
	vertical-align: middle;
}
table.vtl_center_all td {
	vertical-align: middle;
}
/* th number setting */
table.table_number th {
	width: 3.5em;
	text-align: center;
}
/* Scroll */
@media (max-width: 768px) {
	.table_scroll {
		overflow-x: scroll;
	}
	.table_scroll::-webkit-scrollbar {
		height: 10px;
	}
	.table_scroll::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #ccc;
		border-radius: 5px;
	}
	.table_scroll::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	.table_scroll:after {
		content: "*If the window size is narrow, this table is displayed with side scrolling.";
		position: relative;
		font-size: calc(768px * 0.015625);
	}
	.table_scroll .table_normal {
		min-width: 700px;
	}
}
/* Stack */
table.table_stack_sp {
	width: 100%;
}
table.table_stack_sp th {
	padding: 1em 0.5em;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
table.table_stack_sp td {
	padding: 1em 0 1em 0.5em;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
@media (max-width: 480px) {
	table.table_stack_sp th {
		width: auto;
		background: #fff;
		text-align: left;
	}
	table.table_stack_sp th, table.table_stack_sp td {
		border-bottom: none;
		border: 1px solid #ccc;
	}
	table.table_stack_sp th, table.table_stack_sp td {
		display: list-item;
		list-style: none;
		width: 100%;
		padding: 5px;
		border-width: 1px 0 0;
	}
}
/* Stack Irregular */
section h2 + table.table_stack_p {
	margin-top: -0.5em;
}
section h3 + table.table_stack_p {
	margin-top: -0.45em;
}
table.table_stack_p {
	width: auto;
}
table.table_stack_p.table_center {
	margin-left: auto;
	margin-right: auto;
}
table.table_stack_p th, table.table_stack_p td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	border: none;
}
table.table_stack_p td:first-of-type {
	white-space: nowrap;
}
table.table_stack_p td {}
@media (max-width: 999px) {
	table.table_stack_p tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.table_stack_p tr th, table.table_stack_p tr td {
		display: inline-block;
		width: auto;
	}
	table.table_stack_p tr td:first-of-type {
		white-space: normal;
	}
}
/* noborder */
table.table_stack_noborder tr {
	width: auto;
	display: inline-flex;
	align-items: flex-start;
}
@media (max-width: 1199px) {
	table.table_stack_noborder tr {
		flex-wrap: wrap;
	}
}
table.table_stack_noborder th, table.table_stack_noborder td {
	padding: 0;
	white-space: nowrap;
	border: none;
}
@media (max-width: 1199px) {
	table.table_stack_noborder th, table.table_stack_noborder td {
		max-width: 100%;
		white-space: normal;
	}
}
/*  Table
----------------------------------------------------*/
table.table_style01 {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_style01 th {
	padding: 10px;
	background: #f8f1dc;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-weight: 700;
}
table.table_style01 td {
	padding: 10px;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
/* Vertical Setting */
table.vtl_center th, table.vtl_center td {
	vertical-align: middle;
}
/*  Table Program
----------------------------------------------------*/
table.table_timetable {
	width: 100%;
	border: none;
	table-layout: fixed;
}
table.table_timetable th, table.table_timetable td {
	font-size: 0.8em;
	line-height: 1.4;
	padding: 0;
	text-align: center;
	border: none;
	border-left: 1px solid #fff;
	letter-spacing: -0.04em;
}
@media (max-width: 480px) {
	table.table_timetable th, table.table_timetable td {
		font-size: 2vw;
	}
}
table.table_timetable tr:nth-of-type(1) th:nth-of-type(n + 2) {
	background: #f10e15;
	color: #fff;
	padding: 0.25em 0;
}
table.table_timetable tr:nth-of-type(2) td {
	background: #fcd7d8;
	color: #111;
	font-weight: 700;
	padding: 0.25em 0;
}
table.table_timetable th {
	width: calc((100% - 3em) / 7);
	vertical-align: middle;
}
table.table_timetable th:nth-of-type(1) {
	width: 3em;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-left: none;
	padding: 0.25em 0;
}
table.table_timetable td {
	width: calc((100% - 3em) / 7);
	background: #eee;
	border-bottom: 1px solid #fff;
	position: relative;
}
table.table_timetable td a {
	width: 100%;
	height: 100%;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 0.25em;
	position: absolute;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
table.table_timetable td a:hover {
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0);
}
table.table_timetable .bg_yellow {
	background: #fff8ad;
}
table.table_timetable .bg_ygreen {
	background: #daf1ae;
}
table.table_timetable .bg_green {
	background: #c5edc3;
}
table.table_timetable .bg_cyan {
	background: #b9f0f7;
}
table.table_timetable .bg_blue {
	background: #d2e6ff;
}
table.table_timetable .bg_indigo {
	background: #0758bb;
	color: #fff;
}
table.table_timetable .bg_purple {
	background: #efbfff;
}
table.table_timetable .bg_pink {
	background: #ffc8da;
}
table.table_timetable .bg_orange {
	background: #ffb995;
}
table.table_timetable .bg_gray {
	background: #ccc;
}
table.table_timetable .bg_yellow a:hover, table.table_timetable .bg_yellow a:active {
	background: #ffd43f;
	transition: 0.3s;
}
table.table_timetable .bg_green a:hover, table.table_timetable .bg_green a:active {
	background: #3fc039;
	color: #fff;
	transition: 0.3s;
}
table.table_timetable .bg_ygreen a:hover, table.table_timetable .bg_ygreen a:active {
	background: #7db335;
	color: #fff;
	transition: 0.3s;
}
table.table_timetable .bg_cyan a:hover, table.table_timetable .bg_cyan a:active {
	background: #2dd8ed;
	color: #fff;
	transition: 0.3s;
}
table.table_timetable .bg_blue a:hover, table.table_timetable .bg_blue a:active {
	background: #4f6bf0;
	color: #fff;
	transition: 0.3s;
}
table.table_timetable .bg_indigo a:hover, table.table_timetable .bg_indigo a:active {
	background: #142997;
	color: #fff;
	transition: 0.3s;
}
table.table_timetable .bg_purple a:hover, table.table_timetable .bg_purple a:active {
	background: #c36be0;
	color: #fff;
	transition: 0.3s;
}
table.table_timetable .bg_pink a:hover, table.table_timetable .bg_pink a:active {
	background: #f56aa7;
	color: #fff;
	transition: 0.3s;
}
table.table_timetable .bg_orange a:hover, table.table_timetable .bg_orange a:active {
	background: #ff7c38;
	color: #fff;
	transition: 0.3s;
}
table.table_timetable .bg_gray a:hover, table.table_timetable .bg_gray a:active {
	background: #999;
	color: #fff;
	transition: 0.3s;
}
table.table_timetable td .table_br {
	display: none;
}
@media (max-width: 480px) {
	table.table_timetable td .table_br {
		display: block;
	}
}
/*  Back Ground Color
----------------------------------------------------*/
.bg_blue {
	background: #174e91;
}
.bg_green {
	background: #509869;
}
.bg_red {
	background: #f10e15;
}
.bg_orange {
	background: #ec7430;
}
/*  Align
----------------------------------------------------*/
.stack_center {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
/*  Hr
-----------------------------------------------*/
hr {
	border: solid 1px #ddd;
}
/*  Text
----------------------------------------------------*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong {
	font-weight: 700;
}
.tx_cancel {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
}
.tx_cancel_red {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #f10e15;
}
.tx_cancel_red span {
	color: black;
}
.tx_red {
	color: #f10e15;
}
.tx_blue {
	color: #19375b;
}
.tx_black {
	color: #222;
}
.tx_white {
	color: #fff;
}
.tx_green {
	color: #19375b;
}
.tx_13 {
	font-size: 1.3rem;
}
.tx_13B {
	font-size: 1.3rem;
	font-weight: 700;
}
.tx_14 {
	font-size: 0.875em;
}
.tx_14B {
	font-size: 0.875em;
	font-weight: 700;
}
.tx_15 {
	font-size: 0.9375em;
}
.tx_15B {
	font-size: 0.9375em;
	font-weight: 700;
}
.tx_16 {
	font-size: 1em;
}
.tx_16B {
	font-size: 1em;
	font-weight: 700;
}
.tx_18 {
	font-size: 1.125em;
}
.tx_18B {
	font-size: 1.125em;
	font-weight: 700;
}
.tx_20 {
	font-size: 1.25em;
}
.tx_20B {
	font-size: 1.25em;
	font-weight: 700;
}
.tx_24 {
	font-size: 1.5em;
}
.tx_24B {
	font-size: 1.5em;
	font-weight: 700;
}
.tx_28 {
	font-size: 1.75em;
}
.tx_28B {
	font-size: 1.75em;
	font-weight: 700;
}
@media (max-width: 768px) {
	.tx_13, .tx_13B {
		font-size: 1.2rem;
	}
	.tx_14, .tx_14B {
		font-size: 1.3rem;
	}
	.tx_15, .tx_15B {
		font-size: 1.4rem;
	}
	.tx_16, .tx_16B {
		font-size: 1.5rem;
	}
	.tx_17, .tx_17B {
		font-size: 1.6rem;
	}
	.tx_18, .tx_18B {
		font-size: 1.7rem;
	}
	.tx_20, .tx_20B {
		font-size: 1.8rem;
	}
	.tx_22, .tx_22B {
		font-size: 2rem;
	}
}
.tx_space01 {
	letter-spacing: 0.1rem;
}
.tx_space02 {
	letter-spacing: 0.2rem;
}
.tx_space03 {
	letter-spacing: 0.3rem;
}
.tx_space04 {
	letter-spacing: 0.4rem;
}
.tx_space05 {
	letter-spacing: 0.5rem;
}
.tx_space_nw001 {
	letter-spacing: -0.01rem;
}
.tx_space_nw01 {
	letter-spacing: -0.1rem;
}
.tx_space_nw02 {
	letter-spacing: -0.2rem;
}
.tx_space_nw03 {
	letter-spacing: -0.3rem;
}
.tx_indent01 {
	padding-left: 1em;
	text-indent: -1em;
}
.tx_indent02 {
	padding-left: 2em;
	text-indent: -2em;
}
/*  Line Height
----------------------------------------------------*/
.line_height00 {
	line-height: 0;
	vertical-align: middle;
}
.line_height01 {
	line-height: 1;
	vertical-align: middle;
}
.line_height02 {
	line-height: 2;
	vertical-align: middle;
}
/*  Text Break
----------------------------------------------------*/
@media (max-width: 1199px) {
	span.br999_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 768px) {
	span.br768_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 480px) {
	span.br480_under:before {
		content: "\A";
		white-space: pre;
	}
}
/*  Margin
----------------------------------------------------*/
.mgt_10 {
	margin-top: 10px;
}
.mgt_20 {
	margin-top: 20px;
}
.mgt_30 {
	margin-top: 30px;
}
.mgt_40 {
	margin-top: 40px;
}
.mgt_50 {
	margin-top: 50px;
}
.mgb_10 {
	margin-bottom: 10px;
}
.mgb_20 {
	margin-bottom: 20px;
}
.mgb_30 {
	margin-bottom: 30px;
}
.mgb_40 {
	margin-bottom: 40px;
}
.mgb_50 {
	margin-bottom: 50px;
}
.mgl_10 {
	margin-left: 10px;
}
.mgl_01 {
	margin-left: 1em;
}
.mgl_02 {
	margin-left: 2em;
}
.mgl_03 {
	margin-left: 3em;
}
.mgl_04 {
	margin-left: 4em;
}
.mgl_05 {
	margin-left: 5em;
}
/*  Icon
----------------------------------------------------*/
/*Link Blank Icon*/
.link:after {
	font-family: "Font Awesome 6 Free";
	content: "\f360";
	margin-left: 0.2em;
	color: #4369c4;
	font-size: 1.375em;
	font-weight: 900;
}
.pdf:after {
	font-family: "Font Awesome 6 Free";
	content: "\f1c1";
	margin-left: 0.2em;
	color: #f54328;
	font-size: 1.6em;
	font-weight: 900;
}
.ppt:after {
	font-family: "Font Awesome 6 Free";
	content: "\f1c4";
	margin-left: 0.2em;
	color: #ce6243;
	font-size: 1.6em;
	font-weight: 900;
}
.word:after {
	font-family: "Font Awesome 6 Free";
	content: "\f1c2";
	margin-left: 0.2em;
	color: #254c9b;
	font-size: 1.6em;
	font-weight: 900;
}
.excel:after {
	font-family: "Font Awesome 6 Free";
	content: "\f1c3";
	margin-left: 0.2em;
	color: #347241;
	font-size: 1.6em;
	font-weight: 900;
}
.ssl:after {
	font-family: "Font Awesome 6 Free";
	content: "\f084";
	margin-left: 0.2em;
	color: #ceaf28;
	font-size: 1.6em;
	font-weight: 900;
}
/* Irregular Option */
.list_button a.link:hover:after, .list_button a.pdf:hover:after, .list_button a.ppt:hover:after, .list_button a.word:hover:after, .list_button a.excel:hover:after, .list_button a.ssl:hover:after {
	color: #fff;
}
/* Triangle Icon */
.triangle {
	/* margin: 0; */
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
}
.triangle:before {
	content: "\025b6";
	color: #d50e19;
}
/*  Page Top
----------------------------------------------------*/
#page_top {
	position: fixed;
	display: flex;
	bottom: 1em;
	right: 1em;
	margin: 0;
}
#page_top a {
	display: block;
	line-height: 0;
	opacity: 0.85;
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border-radius: 30px;
}
#page_top a:before {
	position: absolute;
	top: 25px;
	left: 35%;
	content: "";
	width: 15px;
	height: 15px;
	margin: auto;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#page_top a {
	background-color: #dcaa42;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #ffdcdf;
}
#page_top a:hover:before {
	border-left: 3px solid #d94e57;
	border-top: 3px solid #d94e57;
}
@media (max-width: 480px) {
	#page_top a:before {
		top: 18px;
		left: 33%;
	}
	#page_top a {
		width: 50px;
		height: 50px;
	}
}
/*  Float
----------------------------------------------------*/
.fL {
	float: left;
	margin: 0 1em 10px 0;
}
.fR {
	float: right;
	margin: 0 0 10px 1em;
}
/*  Attention
----------------------------------------------------*/
.box_attention {
	max-width: 100%;
	padding: 1em;
	line-height: 1.6;
	border: 4px solid #e0363c;
}
.box_attention_g {
	max-width: 100%;
	padding: 1em;
	line-height: 1.6;
	border: 4px solid #969696;
}
/*  Construction
----------------------------------------------------*/
.construction {
	width: 60%;
	margin: 5% auto 30%;
	padding: 20px 40px;
	display: block;
	color: #bbb;
	text-align: center;
	border: 3px solid #ddd;
}
.construction .title {
	font-size: 1.2em;
	font-weight: 700;
}
@media (max-width: 480px) {
	.construction {
		padding: 10px 20px;
	}
}
/*  Coming
----------------------------------------------------*/
.box_coming {
	max-width: 30em;
	color: #999;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 3em 1em;
	line-height: 1.6;
	border: 3px double #ccc;
	border-radius: 1em;
	text-align: center;
}
.box_coming > p {
	display: inline-block;
}
.box_coming p:first-of-type {
	font-size: 2em;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.25em;
	position: relative;
}
.box_coming > p:first-of-type:after {
	content: "";
	width: 4em;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: calc(50% - 2em);
}
.box_coming p:last-of-type {
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	padding-top: 0.75em;
}
/*  anker link
----------------------------------------------------*/
.inner_link {
	transform: translateY(-4em);
	display: inline-block;
	z-index: -1;
}
/*  Print
----------------------------------------------------*/
@media print {
	#wrapper {
		max-width: 100%;
	}
	header {
		position: absolute;
		top: 0;
		left: 0;
	}
	header h1 {
		mix-blend-mode: normal;
	}
	header h1 a {
		text-decoration: none;
		color: #002063;
	}
	header h1 span {
		display: block;
		transform: translateY(0%);
		position: relative;
		mix-blend-mode: normal;
	}
	header h1 img {
		display: none;
	}
	.hamburger {
		position: absolute;
	}
	.main_bg {
		padding-bottom: 5%;
	}
	.theme:after {
		width: 100%;
		bottom: -5px;
		left: 0;
		transform: translate(0, 0);
	}
	.info:after {
		width: 100%;
	}
}
.fonts {
	font-family: "Zen Old Mincho", serif;
	font-family: "Noto Sans JP", sans-serif;
	font-family: "Inter", sans-serif;
}