@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	color: #333333;
	background: url(background.jpg) no-repeat 0 0 / cover;
}
header {
	background: url(header.jpg) no-repeat 0 0 / cover;
	background-position: 50%  50%;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family:,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
footer {
	color: #333333;
}
hr
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.topimage
{
	margin-top: 100px;
	margin-bottom: 100px;
	width: 200px;
}
.topmenu
{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: white;
	margin-bottom: 50px;
}
.swiper
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.about
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.location
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.topics
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.info
{
	margin-top: 30px;
	margin-bottom: 30px;
}
footer
{
	margin-top: 10px;
	margin-bottom: 30px;
}
.emenu
{
	font-size: 14px;
	float: left;
	
}

.jmenu
{
	font-size: 14px;
}
.price
{
	font-size: 14px;
	text-align: right;
}
.infotext
{
	margin-left: 10px;
}
.block
{
	margin-left: 10px;
}

.white
{
	background-color: white;
}
.paper
{
	background-color: white;
}
.explanation
{
	font-size: 14px;
}
.headtext
{
	font-size: 22px;
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "MS明朝", serif;
}
.subheadtext
{
	font-size: 14px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.imgoverlapbox
{
	position: relative;
}
.overlaptext
{
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 18px;
	color: white;
	text-shadow:0 0 8px rgb(0,0,0,0.4);
}
.swiper
{
	max-width: 1250px;
}
nav
{
	max-width: 1250px;
}
.topmenu a:link { color: white; }
.topmenu a:visited { color: white; }
.topmenu a:hover { color: white; }
.topmenu a:active { color: white; }
.swiper-pagination-bullet {
	width:12px;
	height:12px;
}
.pc-video {
	display: block;
}
.sp-video {
	display: none;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}
.shadow {
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
	.overlaptext
	{
		bottom: 10px;
		right: 10px;
		font-size: 14px;
	}
	.swiper-pagination-bullet {
		width:8px;
		height:8px;
	}
	.pc-video {
		display: none;
	}
	
	.sp-video {
		display: block;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	header {
		background: url(headersp.jpg) no-repeat 0 0 / cover;
		background-position: 0%  0%;
	}
	.topimage
	{
		margin-top: 50px;
		margin-bottom: 50px;
		width: 150px;
	}
	.swiper
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.topmenu
	{
		font-size: 9px;
	}
}
