@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.46em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #FFF4F6;
	font-size: 16pt;
}
html {
	scroll-behavior: smooth;
}
footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	display: block;
	text-align: right;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 20px;
}
main {
	max-width: 1250px;
	margin: 0 auto;
}

img {
	border: none;
}

a:link {
	color: #E37173;
	/* color: #17A4F3; */
}
a:visited {
	color: #E37173;
}

picture {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
picture img {
	width: 100%;
	height: auto;
}


.img {
	width: 95%;
	height: auto;
	max-width: 850px;
}
.shop_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 42px auto 0;
}
.shop_links a {
	text-decoration: none;
	border: 1px solid #E37173;
	padding: 12px 20px;
	/* width: 90%; */
	/* max-width: 300px; */
	display: inline-block;
	margin: 0 3%;
}
.shop_links a:hover {
	background-color: #E37173;
	color: #FFF4F6;
}


h1 {
	padding: 0;
	margin: 35px 0;
	line-height: 1.1em;
	color: #af8030;
}
h1 small {
	display: block;
	line-height: 1.5em;
	font-size: 0.5em;
	color: #000;
}
h3.pk {
	color: #E37173;
}
h3.box {
	border: 2px solid #000;
	display: inline-block;
	padding: 12px 8px;
	margin: 20px 0;
}
h3.bd {
	padding: 12px 0;
	display: inline-block;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

section {
	width: 95%;
	max-width: 850px;
	margin: 0 auto;
	padding: 35px 0;
}
section#contact {
	padding-bottom: 50px;
}

/* タブ */
.tab-002 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	width: 100%;
	/* max-width: 500px; */
}

.tab-002 > label {
	flex: 1 1;
	order: -1;
	opacity: .5;
	min-width: 70px;
	padding: .6em 1em;
	border-radius: 5px 5px 0 0;
	background-color: #E37173;
	color: #fff;
	font-size: .9em;
	text-align: center;
	cursor: pointer;
}

.tab-002 > label:hover {
	opacity: .8;
}

.tab-002 input {
	display: none;
}

.tab-002 > div {
	display: none;
	width: 100%;
	padding: 1.5em 1em;
	background-color: #fff;
}

.tab-002 label:has(:checked) {
	opacity: 1;
}

.tab-002 label:has(:checked) + div {
	display: block;
}

.tab-002 h3 {
	color: #E37173;
	font-size: 16px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
}
.tab-002 table {
	padding: 0;
	margin: 0;
	margin-bottom: 35px;
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}
.tab-002 table tr {
}
.tab-002 table th,
.tab-002 table td {
	border: solid 1px #ccc; 
	padding: 0 5px;
}
.tab-002 table th {
	background-color: #eee;
	font-weight: normal;
}
.tab-002 table td {
	text-align: left;
}
.tab-002 table tr td:nth-child(1) {
	width: 30%;
	white-space: nowrap;
}
.tab-002 table tr td:nth-child(2) {
}
.tab-002 table tr td:nth-child(3) {
	width: 20%;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.tab-002 table tr td:nth-child(1) {
		width: auto;
		white-space:unset;
	}
	.tab-002 table tr td:nth-child(2) {
	}
	.tab-002 table tr td:nth-child(3) {
		width: auto;
		white-space:unset;
	}
}
@media screen and (max-width: 650px) {
	.tab-002 table th,
	.tab-002 table td {
		border: none;
		padding: 0;
	}
	.tab-002 table th {
		display: none;
	}
	.tab-002 table tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-bottom: 1px solid #ccc;
	}
	.tab-002 table tr td:nth-child(1) {
		width: 100%;
		font-weight: bold;
	}
	.tab-002 table tr td:nth-child(2) {
		width: calc(100% - 20px);
		padding-left: 20px;
	}
	.tab-002 table tr td:nth-child(3) {
		width: calc(100% - 20px);
		text-align: left;
		padding-left: 20px;
	}
}


.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.flex h4 {
	width: 45%;
}
.flex .shop_links a {
	margin-top: 0;
}
@media screen and (max-width: 450px) {
	.flex h4 {
		width: 100%;
	}
}



#ticket dl {
	text-align: left;
}
#ticket dl dt {
	padding: 7px 0;
	font-size: 120%;
	font-weight: bold;
	color: #E37173;
}
#ticket dl dd {
	padding: 15px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #ccc;
}
#ticket dl dd iframe {
	width: 100%;
	height: 300px;
	margin-top: 15px;
}

#title picture {
	display: block;
	max-width: 800px;
	margin: 50px auto;
}