@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23111111'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23212121' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23212121' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
p, a {
	color: #fff;
	font-size: 0.75em;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a[href*="tel:"] {
	pointer-events: initial;
}
img {
	margin: 0 auto;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}
#bottom {
	margin-bottom: 100px;
}
#sp-fixed-menu {
	position: fixed;
	width: 100%;
	bottom: 0px;
	font-size: 0;
	opacity: 0.9;
	z-index: 99;
}
#sp-fixed-menu ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#sp-fixed-menu li {
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	border-right: 1px solid #fff;
}
#sp-fixed-menu li a {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
}
#t-scroll {
	position: fixed;
	bottom: 102px;
	right: 5px;
}
#t-scroll a {
	background-color: #999;
	color: #fff;
	font-size: 1.5em;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	padding: 14px 14px;
}
#t-scroll a:hover {
	background-color: #666;
	text-decoration: none;
}

@media screen and (min-width: 1025px) {
	body {
		max-width: 600px;
		margin: 0 auto;
	}
	a[href*="tel:"] {
		pointer-events: none;
	}
	#bottom {
		margin-bottom: 0;
	}
   .for-sp{
		display: none;
    }
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}
@media screen and (min-width: 1025px) {
	body {
		max-width: 600px;
		margin: 0 auto
	}
}

iframe.youtube {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}