body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h1{
	margin-bottom: 15px;
}

h2{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

h4{
	display: block;
	width: 100%;
	background-color: #e5e5e5;
	padding: 6px;
	background-image: none;
	border-radius: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

p{
	font-size: 1em;
	/* line-height: 1; */
}

img{
	max-width: 100%;
}

div{
	box-sizing: border-box;
}

a:hover {
	opacity: 0.6;
}

.note{
	font-size: 0.65em;
	letter-spacing: -0.05em;
}

#ContentsWrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.Catch{
	margin-bottom: 0px;
	margin: 50px 0 30px;
}
.Catch img{
	text-align: center;
}
.Catch p{
	font-size: 1.75rem;
	font-weight: bold;
	border-bottom: 5px solid #729c52;
}

.intro h2, .related h2{
	font-size:1.4em;
	font-weight:bold;
	border-left: 20px solid #729c52;
	padding:0 0 0 10px;
	margin:40px 0 5px;
}

.related ul{
	color: #729c52;
}
.related ul span{
	color: #000;
}
.related li{
	padding: 10px;
}
.related a{
	cursor: pointer;
	color: #000;
}
.related s:hover{
	color: #eee;
}

.information table{
	width: 100%;
	border-collapse: collapse;
	line-height: 1.6em;
	border: none;
	table-layout: fixed;
	margin: 40px 0;
}
.information th{
	width: 28%;
	background-color: #e6f0e0;
	font-weight: bold;
	border-bottom: #e3e3e3 1px dotted;
	border-left: #e3e3e3 1px solid;
	padding: 15px 10px 15px 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
}
.information td{
	border-bottom: #e3e3e3 1px dotted;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	padding: 15px 10px 15px 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
}
.information tr:first-child{
	border-top: #e3e3e3 1px solid;
}
.information tr:last-child th, .information tr:last-child td {
	border-bottom-style: solid;
}

div .center {
	text-align: center;
	display: block;
	float: none;
	clear: both;
	margin: 0 0 20px 0;
}

/*TOPへ戻る*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 100000;
}

.pagetop a {
	display: block;
	background: #deb8e2;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 12px 15px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.pagetop a:hover {
	display: block;
	background: #e8d1eb;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 12px 15px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#back{
	text-align: center;
	margin: 0 0 60px;
}

#back a{
	cursor: pointer;
	font-weight: bold;
	/* color: #b92525; */
	border: 1px solid #333;
	padding: 6px 8px;
	border-radius: 4px;
	color: #333;
}

/*コピーライト*/
.Support{
	text-align: center;
}

/*.submit-link {
	display: inline-block;
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0.5;
}

.submit-link {
	pointer-events: auto;
	opacity: 1;
}*/

@media screen and (max-width: 768px) {
	.reservation{
		grid-template-columns: 1fr;
	}
	
	.gaiyo ul{
		margin-left: -15px;
	}

	.info-contents img{
		text-align: center;
	}

	.flex-contents{
		display: block;
	}
	.flex-contents img{
		width: 100%;
	}

	.company ul{
		display: block;
		column-count: 1;
	}

	.gaiyo table, tbody, tr, th, td {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	.gaiyo tr {
		border-bottom: 1px solid #e3e3e3;
	}
	.gaiyo th {
		width: 100%;
		font-weight: bold;
		padding: 12px 15px;
	}
	.gaiyo td {
		padding: 12px 15px;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}

	.information{
		margin: 2em 0;
	}
	.information table, tbody, tr, th, td {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}

	.information table {
		border-collapse: collapse;
	}

	.information tr {
		border-bottom: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
		border-left: 1px solid #e3e3e3;
	}

	.information th {
		width: 100%;
		background-color: #e6f0e0;
		font-weight: bold;
		padding: 12px 15px;
		border-bottom: none;
		border-left: none;
	}

	.information td {
		padding: 12px 15px;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}

	.information tr:last-child th, .information tr:last-child td {
		border-bottom-style: none;
	}

	.information tr + tr {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.information {
		font-size: 1.05em;
	}
	.pc{
		display: none;
	}
	.one-center{
		padding-bottom: 0;
	}
	.flex{
		display: block;
		padding-bottom: 0;
	}
	.youtube {
		width: 100%;
		max-width: 100%;
		padding-bottom: 1.5rem;
	}
	.youtube_short{
		height: auto;
		width: 100%;
		max-width: 100%;
		padding-top:0;
		padding-bottom: 1.5rem;
	}
}

@media screen and (max-width: 640px) {
	.moshikomi p {
		font-size: 1em;
		word-break: break-all;
	}

	.detail h2 {
		font-size: 1.3em;
	}

	.time {
		font-size:1.1em;
	}

	.line-b{
		text-align: center;
	}
	
	.line{
		height: 45px;
		margin: 0 auto;
	}

	.kitte-img img{
		max-width: 100%;
	}

	.img-flex{
		display: block;
	}

	.img-flex figure, .kitte-img figure{
		margin: 2rem 0;
	}

}
@media screen and (max-width: 430px) {
	.check label {
		max-width: 1000px;
		width: 100%;
	}
}