@charset "utf-8";
h1 {
	text-align:center;
	padding-top:250px;
	line-height: 32px;
	margin-left: 0.7rem;
	font-family: 'Nunito', sans-serif;
	font-size: 7.375em;
	color: transparent;
	letter-spacing: 0.1em;
	text-shadow:0 0 2px rgba(204, 208, 212,0.9),
				0 15px 25px rgba(0, 0, 0, 0.3),
				0 -2px 3px rgba(0, 0, 0, 0.1),
				0 -5px 10px rgba(255, 255, 255, 0.5),
				0 5px 10px rgba(0, 0, 0, 0.3),
				0 3px 4px rgba(255, 255, 255, 0.2),
				0 0 20px rgba(255, 255, 255, 0.45);
}
.title{
	height:400px;
	margin-bottom:200px;
}
.title span {
	font-size: 18px;
}

.mv img {
	margin-top: 110px;
	margin-bottom: 150px;
	width: 100%;
}

h3 {
	text-align:center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size:30px;
}
/*--------------------見出し左右ボーダー-----------------------------*/
.s2 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 70px;

}
.s2:before, .s2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}
.s2:before {
	margin-right: .4em;
	background: linear-gradient(-90deg, #888, transparent);
}
.s2:after {
	margin-left: .4em;
	background: linear-gradient(90deg, #888, transparent);
}


/*-------------------------------------------------------------------*/
.address{
	text-align:center;
	display:block;
	width:100%;
	font-size:1.2rem;
	margin-bottom:350px;
}
.info {
	text-align:left;
	display:inline-block;
	widrh:50%;
	float:left;
}
.info p,.info address{
	margin-left:7rem;
}
.address span{
	font-size:0.9rem;
}

.access{
	text-align:left;
	display:inline-block;
	width:50%;
	float:right;
	font-size:1rem;
	margin-top:30px;
}

.map {
	display:block;
	position: relative;
	width: 100%;
	text-align:center;
}
/*----------------------レスポンシブ------------------------------------*/
@media screen and (max-width: 640px){
h1{
	font-size:5rem;
}
		
.tel img {
	margin-left: 9px;
}
h3 {
	margin-left: 0;
	text-align: center;
}
.info {
	text-align: center;
    width: 80%;
}
.access {
	float: none; 
}
.access p{
	width:100%;
}

.map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.address {
	margin-bottom: 50px;
}
}