@charset "utf-8";

/*---------------------------------------------------------------------
basic
---------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px;
	background: #fff;
	color: #000;
	font-family: Montserrat, 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.5;
}
.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4 {
	font-weight: 500;
	line-height: 1.15;
}
.wrapper p + p,
.wrapper p + img,
.wrapper a + p {
	margin: 1em 0;
}
.wrapper a {
	color: #000;
	transition: .2s;
	text-decoration: underline;
	transition: .2s;
}
.wrapper a:hover {
	color: #db1b76;
	text-decoration: none;
}
.wrapper img {
	display: block;
}
.breadcrumbs {
	margin: 10px auto 20px;
}
.wrapper em,
.em {
	color: #db1b76;
}
strong {
	font-weight: 600;
}
@media only screen and (max-width:999px) {
	.pc-only {
		display: none;
	}
	.wrapper {
		padding: 0 15px;
	}
}
@media print, screen and (min-width:1000px) {
	.sp-only {
		display: none;
	}
	.wrapper {
		font-size: 1.6rem;
	}
	.wrapper h1,
	.wrapper h2,
	.wrapper h3,
	.wrapper h4 {
		font-weight: bold;
	}
}
.pagetitle {
	margin: 40px 0 30px;
	font-size: 2.4rem;
	text-align: center;
}
.content {
	position: relative;
}
.content > li {
	transition: opacity .5s;
}
.content > li.hide {
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
}
@media only screen and (max-width:999px) {
	.nav-tab br {
		display: block !important;
	}
 }
@media print, screen and (min-width:1000px) {
	.pagetitle {
		font-size: 3.6rem;
	}
}

.nav-main {
	display: flex;
	max-width: 540px;
	margin: 0 auto;
}
.nav-main > li > a {
	display: block;
	padding: 15px 0;
	background: #ffeaf4;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
.nav-main > li > a > img {
	display: block;
	height: 36px;
	margin: 0 auto 6px;
}
@media only screen and (max-width:999px) {
	.nav-main {
		flex-wrap: wrap;
	}
	.nav-main > li {
		width: 50%;
	}
	.nav-main > li:nth-child(even) {
		padding-left: 2px;
	}
	.nav-main > li:nth-child(n+3) {
		padding-top: 2px;
	}
}
@media print, screen and (min-width:1000px) {
	.nav-main  {
		margin: 0 auto 40px;
	}
	.nav-main > li {
		flex: 1;
	}
	.nav-main > li:nth-child(n+2) {
		padding-left: 2px;
	}
	.nav-main > li > a {
		padding: 20px 0;
	}
	.nav-main > li > a > img {
		height: 30px;
		margin: 0 auto 8px;
	}
}

.info-guide {
	margin: 20px 0;
	padding: 20px 15px 10px;
	border: 2px solid #db1b76;
}
.info-guide h2 {
	margin: 0 0 10px;
	color: #db1b76;
	font-size: 1.8rem;
	text-align: center;
}
.wrapper .btn-more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 44px;
	margin: 20px auto !important;
	border-radius: 22px;
	background: #db1b76;
	color: #fff !important;
	font-weight: 500;
	text-decoration: none !important;
}
.wrapper .btn-more::after {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: rotate(45deg) translateY(-60%);
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border: solid #fff;
	border-width: 2px 2px 0 0;
}
.wrapper .btn-more:hover {
	background: #000;
}
.info-regular {
	display: flex;
	background: #f2f0ec;
	margin: 20px 0 40px;
	padding: 6px;
}
.info-regular > li {
	flex: 1;
	position: relative;
	padding: 15px 10px 10px;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.25;
	text-align: center;
}
.info-regular > li:nth-child(even) {
	margin-left: 2px;
}
.info-regular img {
	display: block;
	height: 36px;
	margin: 0 auto 10px;
}
.info-regular em {
	display: block;
	margin-top: 6px;
	color: #db1b76;
	font-size: 2.1rem;
	font-style: normal;
	font-weight: 500;
}
@media print, screen and (min-width:1000px) {
	.wrapper .btn-more {
		font-weight: bold;
	}
	.info-guide {
		margin: 40px 0;
		padding: 10px 30px 10px;
	}
	.info-guide h2 {
		margin: 20px 0 30px;
		font-size: 2.1rem;
	}
	.info-regular {
		margin: 40px 0;
		padding: 14px;
	}
	.info-regular li {
		padding: 30px 30px 25px;
		font-size: 1.8rem;
	}
	.info-regular img {
		height: 48px;
		margin: 0 auto 15px;
	}
	.info-regular em {
		margin: 0;
		font-size: 3.6rem;
		font-weight: bold;
	}
}

.toc {
	margin: 30px -15px 20px;
	padding: 20px 13px;
	background: #f4f4f4;
}
.toc h2 {
	margin: 5px 0 15px;
	font-size: 1.8rem;
	text-align: center;
}
.toc > ul {
	display: flex;
	flex-wrap: wrap;
}
.toc > ul:nth-of-type(n+2) {
	margin-top: 15px;
}
.toc > ul > li {
	width: 50%;
}
.toc a {
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
	margin: 1px;
	padding: 0 20px 0 8px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	font-size: 1.2rem;
	line-height: 1.25;
	text-decoration: none;
}
.toc a::before {
	position: absolute;
	top: 42%;
	right: 10px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border: solid #db1b76;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
}
.toc a:hover {
	background: #db1b76;
	border-color: #db1b76;
	color: #fff;
	opacity: 1;
}
.toc a:hover::before {
	border-color: #fff;
}
.toc .header {
	width: 100%;
}
@media print, screen and (min-width:1000px) {
	.toc {
		margin: 20px 0;
		padding: 20px 30px 30px;
	}
	.toc h2 {
		margin: 10px 0 20px;
	}
	.toc a {
		padding: 0 22px 0 10px;
		font-size: 1.4rem;
	}
}

.guide-h2 {
	position: relative;
	margin: 40px -15px 20px -15px;
	padding: 8px 14px 6px 14px;
	border-bottom: 1px solid #000;
	font-size: 2.1rem;
}
.guide-h2::before,
.guide-h2::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 4px;
}
.guide-h2::before {
	height: 100%;
	background: #000;
}
.guide-h2::after {
	height: 50%;
	background: #db1b76;
}
.guide-h3 {
	margin: 30px -15px 10px;
	padding: 6px 15px;
	background: #fbedf3;
	font-size: 1.8rem;
}
.guide-h3::first-letter {
	color: #db1b76;
}
.guide-h4 {
	margin: 25px 0 5px;
}
.guide-h4::before {
	display: inline;
	content: '\0025c9';
}

.block-emp {
	margin: 10px 0;
	padding: 10px 15px;
	border: 1px solid #ddd;
}
.block-emp h4 {
	line-height: 1.65;
}
.caution {
	padding: 10px 15px 15px;
	border: 1px solid #db1b76;
}
.caution p {
	color: #db1b76 !important;
}
.decimal  {
	margin-left: 1.25em;
}
.decimal > li {
	list-style: decimal;
}
.decimal-margin > li {
	margin: 1em 0;
}
.tableWrapper {
	margin: .5em 0 1.5em;
	overflow-x: auto;
}
.tableWrapper table {
	width: 100%;
	white-space: nowrap;
}
.tableWrapper td[bgcolor='#dddddd'] {
	background: #f4f4f4;
}
.tableWrapper th,
.tableWrapper td {
	padding: 6px;
	border: 1px solid #ddd;
	font-size: 1.2rem;
	line-height: 1.25;
}
.table-col-row-th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table-col-row-th tr:nth-of-type(n+2) {
	border-top: 1px solid #ddd;
}
.table-col-row-th th,
.table-col-row-th td {
	padding: 6px;
	font-size: 1.2rem;
	line-height: 1.25;
	vertical-align: middle;
}
.table-col-row-th tr:nth-of-type(1) th {
	background: #f4f4f4;
	text-align: center;
	white-space: nowrap;
}
.table-col-row-th tr:nth-of-type(1) th:nth-of-type(n+2) {
	border-left: 1px dashed #ddd;
}
.table-col-row-th td {
	border-left: 1px dashed #ddd;
	text-align: center;
}
.table-2col th,
.table-2col td {
	width: 50%;
}
.table-3col th,
.table-3col td {
	width: 33.3333333333%;
}
@media print, screen and (min-width:1000px) {
	.guide-h2 {
		margin: 40px 0 20px;
		padding: 8px 0 6px 16px;
		font-size: 2.4rem;
	}
	.guide-h3 {
		margin: 30px 0 15px;
		padding: 8px 8px 6px;
	}
	.footnote > li {
		font-size: 1.4rem;
	}
	.block-emp {
		margin: 10px 0 20px;
		padding: 15px 20px;
	}
	.img-2col {
		display: flex;
	}
	.img-2col > li {
		flex: 1;
	}
	.table-col-row-th th,
	.table-col-row-th td {
		font-size: 1.5rem;
	}
}

.reservation-accept {
	border: 1px solid  #e8e8e8;
	margin: 1em 0;
	padding: 1em !important;
	background: #fffafc;
	height: 20em;
	font-size: 85% !important;
	font-weight: 300;
}
