@charset "utf-8";
*{
	box-sizing: border-box;
}
html {
	font-size: 20px;
}
body {
	font-size:0.8rem;
	color: #4e4e4e;
	line-height: 1.8;
	letter-spacing: 0.02em;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, figure {
	margin: 0;
	padding: 0
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1rem;
	font-weight: normal;
}
address {
	font-style: inherit
}
a {
	text-decoration: none;
	color: #393327;
	transition: 0.3s ease;
}
a:hover {
	text-decoration: none;
	transition: 0.3s ease;
	opacity: 0.7;
}
p {
	margin-bottom: 1.5em;
}
p:last-child{
	margin-bottom: 0;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table {
	width: 100%;
	border-collapse: collapse;
}
hr {
	border: none;
	height: 1px;
	background: #1c1c1c;
	margin-bottom: 1em;
}
strong{
	font-weight: bold;
}
.sp_only,
.hide{
	display: none;
}

/* 768px for SP */
@media screen and (max-width: 768px) {
	html{
		font-size: 2.666667vw;
	}
	body{
		font-size: 1.3rem;
	}
	img{
		width: 100%;
	}
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
}

/*---------------------------------------------------------*/
/* wrapper */
.wrapper_l,
.wrapper_m,
.wrapper_s{
	max-width:1240px;
	padding: 0 20px;
	margin:0 auto;
}
.wrapper_m{
	max-width:1040px;
}
.wrapper_s{
	max-width:808px;
}
.separater{
	margin: 5rem 0 4rem;
	background: #ceb07a;
}

/* 768px for SP */
@media screen and (max-width: 768px) {
	/* wrapper */
	.wrapper_l,
	.wrapper_m,
	.wrapper_s{
		padding: 0 2rem;
		margin:0 auto;
	}
}

/*---------------------------------------------------------*/
/* font */
/* family */
.notosans{
	font-family: 'Noto Sans JP', sans-serif;
}
.cinzel{
	font-family: 'Cinzel', serif;
}
/* weight */
.light{
	font-weight: 300;
}
.normal{
	font-weight: 400;
}
.medium{
	font-weight: 500;
}
.semibold{
	font-weight: 600;
}
.bold{
	font-weight: 700;
}
/* size */
.size_ll{
	font-size: 150%;
}
.size_l{
	font-size: 110%;
}
.size_s{
	font-size: 87.5%;
}
.size_ss{
	font-size: 60%;
}
/* align */
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.text_upper{
	vertical-align: super;
	font-size:0.6em;
}
/* color */
.text_brown{
	color: #b0903b;
}
.text_brown2{
	color: #8f7152;
}
.text_green{
	color: #7e8f3b;
}
.text_red{
	color: #cc0000;
}
/* decoration */
.underline{
	text-decoration: underline;
}

/*---------------------------------------------------------*/
/* list */
.list_disc{
	margin-left: 1.5rem;
}
.list_disc li{
	list-style: disc;
	margin-bottom: 0.5rem;
}

/*---------------------------------------------------------*/
/* link_underline */
.link_underline{
	text-decoration: underline;
}

/*---------------------------------------------------------*/
/* table_basic */
.table_basic,
.page_lower .table_basic{
	width: 100%;
	border-collapse: collapse;
}
.table_basic th, .table_basic td,
.page_lower .table_basic th, .page_lower .table_basic td{
	text-align: left;
	padding:0.8rem 0.2rem;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	vertical-align: middle;
}
.table_basic th,
.page_lower .table_basic th{
	background: #fbf7f5;
	font-weight: bold;
}
/* 768px for SP */
@media screen and (max-width: 768px) {
	.table_basic th, .table_basic td,
	.page_lower .table_basic th, .page_lower .table_basic td{
		padding: 1.2rem 0.2rem;
	}
}

/*---------------------------------------------------------*/
/* mtym */
h1{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 2rem 0;
	text-align: center;
}
form{
	margin: 0;
}
input[type=text],
select{
	width: 100%;
	padding: 0.5rem 0.1rem;
}
input[type=submit]{
	display: block;
	margin: 0.5rem auto 0;
	padding: 0.7rem 0;
	width: 50%;
}
.form_block{
	border: 1px solid #aaa;
	border-radius: 1rem;
	padding: 1rem;
	margin: 2rem 0;
}
.form_block table th,
.form_block table td{
	background: #fafafa;
	border-width: 0.5rem;
	border-color: #fff;
	padding: 0.5rem 1rem;
}
.form_block table th{
	white-space: nowrap;
}

/* result_table */
.result_table{
	margin: 1rem 0;
}
.result_table .mark{
	background: #ddd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.result_table .name{
	width: 90%;
}
.result_table .ticket .mark.on{
	background: #21a82c;
}
.result_table .machipay .mark.on{
	background: #2e76bc;
}
.result_table .efuca .mark.on{
	background: #f26648;
}
.result_table .map a{
	border: 1px solid #aaa;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.5rem;
	width: 3rem;
	margin: 0 0 0 auto;
	line-height: 1;
}

/* 768px for SP */
@media screen and (max-width: 768px) {
	h1{
		font-size: 1.7rem;
	}
	
	/* result_table */
	.result_table{
		font-size: 1.3rem;
	}
	.result_table .mark{
		height: 2.2rem;
		width: 2.2rem;
	}
	.result_table .name{
	}
	.result_table .map a{
		height: 2.2rem;
		width: 5rem;
	}
	
}

.footer{
	background: #eee;
	margin-top: 5rem;
	padding: 3rem 0;
	border-top: 2px solid #aaa;
	line-height: 1.5;
}