@charset "utf-8";

#info p.info {
	text-align: center;
}

#info ul.area {
	overflow: hidden;
	width: 94%;
	margin: 0 3%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#info ul.area li {
	width: 48%;
	float: left;
	margin: 10px 0;
}

#info ul.area li:nth-child(2n) {
	margin-left: 4%;
}

#info ul.area li img {
	max-width: 100%;
	width: auto;
}

#info ul.area li h4 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	text-align: center;
	padding: 10px 0 15px;
}

#info ul.pricemenu {
	overflow: hidden;
	max-width: 1068px;
	margin: 0 auto;
}

#info ul.pricemenu li {
	width: 48%;
	float: left;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#info ul.pricemenu li:first-child {
	margin-right: 4%;
}

#info ul.pricemenu a {
	text-decoration: none;
	color: #333;
	padding: 20px;
	display: block;
	min-height: 90px;
}

#info ul.pricemenu li img {
	float: left;
	position: absolute;
	max-width: 100%;
	width: auto;
}

#info ul.pricemenu li h4 {
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1rem;
	font-size: 1.3rem;
	color: #000;
	margin-left: 260px;
	padding-top: 15px;
}

#info ul.pricemenu li span {
	display: block;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.2rem;
	padding: 12px 0 10px;
	line-height: 100%;
	color: #fff;
	border: 1px solid #9a9aa7;
	background: #9a9aa7;
	margin-top: 10px;
	margin-left: 260px;
	font-family: 'Martel Sans', sans-serif;
	transition: all 0.4s;
}

#info ul.pricemenu li a:hover span {
	color: #9a9aa7;
	border: 1px solid #9a9aa7;
	background: #fff;
}

table.price,
table.price td,
table.price th {
	border-collapse: collapse;
	border: 1px solid #cbcbce;
}

table.price {
	width: 100%;
	margin-top: 10px;
}

table.price tr th,
table.price tr:first-child th.head {
	background: #eaf5f6;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: .9rem;
	padding: 8px;
	vertical-align: middle;
	color: #333;
}

table.price tr:first-child th {
	background: #00a2ba;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	padding: 8px;
	vertical-align: middle;
}

table.price th .small {
	font-size: 80%;
}

table.price th span {
	font-size: 0.9rem;
}

table.price td {
	padding: 8px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: .9rem;
	color: #6f6f81;
	vertical-align: middle;
}

table.price td div {
	/* text-align: left;
	max-width: 120px;
	margin-left: -38px; */
}

table.price tr td:last-child {
	text-align: right;
	width: 110px;
}

/*20190227*/
table.price tr td.other {
	padding: 8px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: .9rem;
	color: #6f6f81;
	vertical-align: middle;
	width: 150px;
}

table.price td img {
	vertical-align: -2px;
	margin-right: 3px;
}

table.price td span {
	font-size: 0.75rem;
	line-height: 1rem;
	color: #999999;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

table.price td.pricecell {
	width: 170px;
}


.price_detail {
	overflow: hidden;
	margin-bottom: 20px;
}

.price_detail a {
	display: block;
	background: #f6f6f6;
	border: 1px solid #aaaaaa;
	text-align: center;
	text-decoration: none;
	color: #666;
	line-height: 36px;
	margin: 10px auto;
	float: right;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.price_detail p {
	float: left;
	padding-top: 10px;
	width: 65%;
	display: block;
	font-size: 0.7rem;
}

.price_inbox {
	background: #f1ede8;
	padding: 20px 7%;
	width: 86%;
}

.price_inbox h4 {
	text-align: center;
	font-size: 1.5rem;
}

.price_inbox h4:before {
	content: "―　";
	color: #999;
}

.price_inbox h4:after {
	content: "　―";
	color: #999;
}

.price_inbox ul {
	overflow: hidden;
}

.price_inbox li {
	float: left;
	width: 50%;
	padding-top: 15px;
}

.price_inbox ul.oneline {
	padding-top: 15px;
	display: block;
	max-width: 570px;
	margin: 0 auto;
}

.price_inbox ul.oneline li {
	float: none;
	width: 100%;
	padding-top: 7px;
}

.price_inbox li:nth-child(2n+1) {
	clear: both;
}

#info .scroll {
	overflow: auto;
}

#info .scroll::-webkit-scrollbar {
	height: 5px;
}

#info .scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}

#info .scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.access_box {
	overflow: hidden;
}

#price01,
#price02 {
	padding-top: 70px;
	margin-top: -70px;
}

.youtube_frame {
	max-width: 800px;
	margin: 0 auto 30px;
}

.youtube_frame .inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube_frame .inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (min-width: 1681px) {}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1260px) {

	#info ul.pricemenu a {
		padding: 20px;
		min-height: 70px;
	}

	#info ul.pricemenu li img {
		height: 70px;
	}

	#info ul.pricemenu li h4 {
		margin-left: 200px;
		padding-top: 5px;
		padding-bottom: 3px;
	}

	#info ul.pricemenu li span {
		margin-left: 200px;
		padding: 7px 0 5px;
	}

}

@media only screen and (max-width: 980px) {

	#info ul.pricemenu li {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	#info ul.pricemenu li:first-child {
		margin-right: 0;
	}

}

@media only screen and (max-width: 768px) {

	table.price tr th {
		font-size: .8rem;
	}

	table.price tr:first-child th {
		font-size: .8rem;
	}

	table.price th span {
		font-size: .8rem;
	}

	table.price td {
		font-size: 0.8rem;
	}

	table.price td.pricecell {
		width: 50px;
	}

	.price_inbox li {
		float: none;
		width: 100%;
		padding-top: 15px;
		font-size: 0.8rem;
	}

}

@media only screen and (max-width: 480px) {


	#info ul.area li {
		width: 100%;
		float: none;
		margin: 2% 0;
	}

	#info ul.area li:nth-child(2n) {
		margin-left: 0%;
	}

	#info ul.pricemenu a {
		padding: 10px;
		min-height: 35px;
	}

	#info ul.pricemenu li img {
		height: 50px;
	}

	#info ul.pricemenu li h4 {
		margin-left: 150px;
		padding-top: 0px;
		padding-bottom: 0;
		font-size: 0.9rem;
		letter-spacing: 0;
	}

	#info ul.pricemenu li span {
		margin-left: 140px;
		padding: 3px 0 0px;
		margin-top: 8px;
	}

	.price_detail a {
		width: 100%;
		float: none;
	}

	.price_detail p {
		float: none;
		width: 100%;
	}

	table.price tr td:last-child {
		width: 30px;
	}

}

@media only screen and (max-width: 320px) {}

/*20190227*/
.price_inbox p.bikou {
	color: #333333;
	padding-top: 15px;
}
