@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: #fff;
	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;
}
img {
	border: none;
}

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

h1 {
	line-height: 1.4em;
}


img {
	width: 95%;
	height: auto;
	max-width: 850px;
}
.shop_links a {
	text-decoration: none;
	border: 1px solid #e0ebf6;
	padding: 12px 0;
	width: 90%;
	max-width: 300px;
	display: block;
	margin: 42px auto 0;
}
.shop_links a:hover {
	background-color: #e0ebf6;
	color: #FFF4F6;
}

.wbr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.wbr.center {
  justify-content: center;
}
.wbr i {
  white-space: nowrap;
	font-style: normal;
}


section {
	width: 95%;
	max-width: 850px;
	margin: 0 auto;
	padding-top: 55px;
}
#shop_links {
	width: 90%;
	max-width: none;
}

/* タブ */
.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: #e0ebf6;
	color: #000;
	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 0;
	background-color: #fff;
}

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

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

.tab-002 h3 {
	color: #e0ebf6;
	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: 10px;
	text-align: center;
	white-space: nowrap;
}
.tab-002 table tr td:nth-child(2) {
	white-space: nowrap;
}
.tab-002 table tr td:nth-child(4) {
	width: 30%;
	line-height: 1.45em;
}
@media screen and (max-width: 768px) {
}
@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 #888;
	}
	.tab-002 table tr td:nth-child(1) {
	}
	.tab-002 table tr td:nth-child(2) {
		width: calc(100% - 30px);
		padding-left: 15px;
		white-space: unset;
	}
	.tab-002 table tr td:nth-child(3) {
		width: calc(100% - 25px);
		padding-left: 25px;
		border-top: 1px dashed #ccc;
	}
	.tab-002 table tr td:nth-child(3) .wbr {
		padding-right: 25px;
		display: inline-block;
	}
	.tab-002 table tr td:nth-child(4) {
		width: calc(100% - 25px);
		padding-left: 25px;
		border-top: 1px dashed #ccc;
	}
}




#ticket dl {
	text-align: left;
}
#ticket dl dt {
	padding: 7px 0;
	font-size: 120%;
	font-weight: bold;
	color: #0f6d85;
}
#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;
}