@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: 1em;
	line-height: 1.8;
	min-width: 1200px;
	width: 100%;
  background: #fff;
}
a,
a:focus,
area,
area:focus {
	outline: none;
}
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;
	color: #000;
}
a:hover {
	opacity: 0.8;
}
img {
	max-width: 100%;
  vertical-align: bottom;
}
.d_sp { 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 {
	margin-bottom: 70px;
	border-top: 10px solid #0e6ab4;
}
#header .inner {
	margin: 0 auto;
	width: 800px;
}
#header .inner .head_bar {
	margin: 0 0 0 auto;
	width: 340px;
	display: flex;
}
#header .inner .head_bar li a {
	display: block;
	width: 170px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-size: 1.1rem;
	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;
	justify-content: space-between;
}
#header .inner .head_logo .logo {
	width: 244px;
}
#header .inner .head_logo .tel {
	display: flex;
	margin-top: 24px;
	width: 380px;
}
#header .inner .head_logo .tel i {
	display: block;
	margin-right: 5px;
	width: 76px;
}
#header .inner .head_logo .tel .txt a {
	color: #111987;
	font-size: 2rem;
	line-height: 1;
}
#header .inner .head_logo .tel .txt p {
	font-weight: bold;
	font-size: 0.85rem;
	padding-left: 0.3em;
}


/* content
 * ************************************************** */
#content {
	margin: 0 auto;
	width: 800px;
}
#content h1 {
	margin: 0 auto 15px;
	padding-bottom: 15px;
	display: block;
	letter-spacing: 0.5em;
	width: 620px;
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #000;
	font-size: 1.8rem;
}
#content .lead {
	margin-bottom: 50px;
	text-align: center;
}
#content section {
	margin-bottom: 80px;
}
#content h2 {
	margin-bottom: 20px;
}
#content #sec03 .btn {
	display: block;
	margin: 70px auto 0;
	width: 500px;
	text-align: center;
	color: #fff;
	font-size: 1.11rem;
	font-weight: bold;
	line-height: 80px;
	background: #0e6ab4;
}
#content #sec04 > p {
	margin-bottom: 30px;
	text-align: center;
	color: #c49e26;
	font-size: 1.11rem;
	font-weight: bold;
}
#content #sec04 .address {
	position: relative;
	margin: 0 auto;
	padding: 25px 35px 25px 205px;
	width: 780px;
	box-sizing: border-box;
	background: #c49e26;
	border-radius: 18px;
	color: #fff;
}
#content #sec04 .address h3 {
	position: absolute;
	top: 18px;
	left: 35px;
	width: 120px;
}
#content #sec04 .address .txt .add {
	margin: 0.3em 0 0.8em;
	font-size: 1.11rem;
	font-weight: 500;
	line-height: 1.5;
}
#content #sec04 .address .tel {
	display: flex;
}
#content #sec04 .address .tel i {
	width: 36px;
}
#content #sec04 .address .tel p {
	margin: 0 10px 0 5px;
	font-size: 0.888rem;
}
#content #sec04 .address .tel p span {
	display: block;
	font-size: 0.6rem;
	line-height: 1;
}
#content #sec04 .address .tel a {
	font-size: 2.11rem;
	line-height: 1;
	color: #fff;
}
/* footer
 * ************************************************** */
#footer {
	margin: 60px auto 35px;
	font-size: 0.66rem;
	color: #666;
	text-align: center;
}