@charset "utf-8";

/* 共通スタイル
 * ************************************************** */
body {
	color: #000;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875em;
	line-height: 1.8;
	width: 100%!important;
	min-width: 100%;
	overflow: hidden;
}
a,
a:focus,
area,
area:focus {
	outline: none;
	/* z-index: 10000; */
}
a {
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.d_pc { display:none!important; }

/* font */
.serif {	font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.encode {	font-family: 'Encode Sans Expanded', sans-serif;}

/* header
 * ************************************************** */
#header {
	position: relative;
	margin-bottom: 40px;
	border-top: 5px solid #0e6ab4;
}
#header .inner .head_bar {
	padding: 0;
	display: flex;
}
#header .inner .head_bar li {
	width: 100%;
}
#header .inner .head_bar li a {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	font-size: 3.5vw;
	font-weight: bold;
}
#header .inner .head_bar li:first-child {
	background: #d10e47;
}
#header .inner .head_bar li:last-child {
	background: #006934;
}
#header .inner .head_logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 3vw 4%;
}
#header .inner .head_logo .logo {
	display: block;
	width: 38%;
}
#header .inner .head_logo .tel {
	display: flex;
}
#header .inner .head_logo .tel i {
	display: block;
	margin: 0.1em 0.8vw 0 0;
	width: 6vw;
}
#header .inner .head_logo .tel .txt a {
	color: #111987;
	font-size: 5vw;
	line-height: 1;
	letter-spacing: -0.01em;
}
#header .inner .head_logo .tel .txt p {
	font-weight: bold;
	font-size: 3vw;
	text-align: right;
	line-height: 1.4;
}
@media (max-width: 320px) {
	#header .inner .head_logo .tel i {
		margin-top: 0.3em;
	}
}

/* content
 * ************************************************** */
#content {
	padding: 0 4%;
}
#content h1 {
	margin: 0 auto 10px;
	padding-bottom: 10px;
	display: block;
	letter-spacing: 0.4em;
	width: 100%;
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #000;
	font-size: 4.6vw;
}
#content .lead {
	margin-bottom: 40px;
	text-align: center;
}
#content section {
	margin-bottom: 40px;
}
#content h2 {
	margin-bottom: 10px;
}
#content .movie-wrap {
	position: relative;
	padding-bottom: 45.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#content .movie-wrap iframe {
	background:#fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content #sec03 .btn {
	display: block;
	margin: 40px auto 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 18vw;
	background: #0e6ab4;
}
#content #sec04 > p {
	margin-bottom: 20px;
	text-align: center;
	color: #c49e26;
	font-size: 4vw;
	font-weight: bold;
}
#content #sec04 .address {
	position: relative;
	padding: 4%;
	box-sizing: border-box;
	background: #c49e26;
	border-radius: 18px;
	color: #fff;
}
#content #sec04 .address h3 {
	position: absolute;
	top: 8vw;
	left: 5%;
	width: 18%;
}
#content #sec04 .address .txt {
	padding-left: 25%
}
#content #sec04 .address .txt .name {
	font-size: 3.3vw;
}
#content #sec04 .address .txt .add {
	margin: 0.3em 0 0.8em;
	font-size: 4vw;
	font-weight: 500;
	line-height: 1.5;
}
#content #sec04 .address .tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#content #sec04 .address .tel i {
	width: 8vw;
}
#content #sec04 .address .tel p {
	margin-left: 2vw;
	font-size: 4.5vw;
}
#content #sec04 .address .tel p span {
	margin-left: 1em;
	font-size: 80%;
	line-height: 1;
}
#content #sec04 .address .tel a {
	margin-top: 0.1em;
	font-size: 9vw;
	line-height: 1;
	color: #fff;
}
/* footer
 * ************************************************** */
#footer {
	margin: 60px auto 35px;
	font-size: 0.66rem;
	color: #666;
	text-align: center;
}