@charset "UTF-8";
/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pc-only {
	display: block !important;
}
.sp-only {
	display: none !important;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
	width: 100%;
	min-width: 1100px;
  color: #333;
	font-family: YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	margin: auto;
}
a {
  text-decoration: none;
	display: block;
}
a:hover {
  opacity: 0.8;
}
body .inner {
	width: 1020px;
	margin: auto;
}
.c-01 {
	color: #fff;
}
.f-bold {
	font-weight: bold;
}
.bg01 {
	background: #f3f5f6;
}
.fl01 {
	display: flex;
	align-items: flex-end;
}
.fl02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
header {
	width: 100%;
	height: 70px;
	min-width: 1100px;
	background: rgba(255,255,255,0.70);
	padding: 0 50px 0 30px;
	box-sizing: border-box;
	position: fixed;
	top:0;
	z-index: 999;
	display: block;
}
header .h-inner {
	position: relative;
}
header h1 {
	padding: 20px 0 0;
	box-sizing: border-box;
	float: left;
}
header h1 img {
	width: 235px;
	height: 35px;
}

/*---------- g-nav ----------*/
header .nav {
  margin: 0 0 0 0;
  position: relative;
  float: right;
}
header .g-nav ul {
  width: 100%;
	text-align: center !important;
	white-space: nowrap; /* 自動で折り返ししない */
	letter-spacing: -1em; /* 文字間を詰める */
	margin: 28px 0 0 0;
	display: table;
}
header .g-nav ul li {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
	font-size: 16px;
	padding: 0 0 0 44px;
	box-sizing: border-box;
}
header .g-nav li a {
	height: 100%;
	color: #333;
	line-height: 1;
  margin: auto;
}
header .g-nav li a:hover {
	color: #5292b0;
}

/*---------- 背景変更 ----------*/
header.thin {
	width: 100%;
	background: #f7f7f7;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*--------------------------------------------------
  mv
--------------------------------------------------*/
#top .mv {
	width: 100%;
	height: 680px;
	background: url("../images/mv-bg.jpg") top center no-repeat;
	background-size: cover;
	margin: 70px 0 0;
	position: relative;
}
#top .mv .mv-txt {
	width: 530px;
	height: 209px;
	background: url("../images/mv-logo.png") no-repeat;
	background-size: 100% auto;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	margin: auto;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
}

/*--------------------------------------------------
  sec ttl-box
--------------------------------------------------*/
.sec {
	padding: 100px 0 0;
	box-sizing: border-box;
}
.ttl-box {
	text-align: center;
}
.ttl-box01 {
	margin: 0 0 110px;
}
.ttl-box02 {
	margin: 0 0 90px;
}
.ttl-box h3 {
	height: 30px;
	background: #5ba1c2;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.1em;
	border-radius: 15px;
	margin: 0 0 32px 0;
	padding: 0 26px;
	box-sizing: border-box;
	display: inline-block;
}
.ttl-box p {
	font-size: 30px;
	line-height: 1;
	position: relative;
}
.ttl-box p::after {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	background: #d6e7f0;
	margin: auto;
	bottom: -30px;
	left: 0;
	right: 0;
}

/*--------------------------------------------------
 sec01
--------------------------------------------------*/
#top .sec01 {
	width: 100%;
}
#top .sec01 .txt-area {
	width: 100%;
	margin: 0 auto 230px;
	position: relative;
}
#top .sec01 .img-box {
	width: 54%;
	height: 580px;
	background: url("../images/sec01-img01.jpg") top center no-repeat;
	background-size: cover;
}
#top .sec01 .txt-box {
	position: absolute;
	width: 620px;
	height: 500px;
	background: rgba(255,255,255,0.80);
	padding: 100px 0 0 105px;
	box-sizing: border-box;
	top: 190px;
	left: 46%;
}
#top .sec01 .txt-box h4 {
	font-size: 19px;
	margin: 0 0 35px;
}
#top .sec01 .txt-box p {
	font-size: 18px;
	line-height: 2.0em;
	margin: 0 0 40px;
}
#top .sec01 .img-bg {
	width: 100%;
	height: 420px;
	background: url("../images/sec01-img02.jpg") center center no-repeat;
	background-size: cover;
}

/*------------------------------------------------------------
 sec02
------------------------------------------------------------*/
#top .sec02 {
	width: 100%;
}
#top .sec02 .txt-area {
	width: 100%;
}
#top .sec02 .txt-area .img-box {
	width: 48%;
	height: 680px;
	background: url("../images/sec02-img.jpg") center center no-repeat;
	background-size: cover;
}
#top .sec02 .txt-box {
	width: 52%;
	height: 680px;
	background: #fff;
	padding: 175px 0 0 100px;
	box-sizing: border-box;
}
#top .sec02 .txt-box p {
	font-size: 16px;
	line-height: 2.0em;
	margin: 0 0 50px;
}
#top .sec02 .btn01 {
	width: 380px;
	height: 64px;
}
#top .sec02 .btn01 a {
	color: #333;
	font-size: 18px;
	background: #fff;
	border: 1px solid #333;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 64px;
}
#top .sec02 .btn01 a:hover {
	color: #fff;
	font-size: 18px;
	background: #333;
	border: 1px solid #333;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 64px;
}

/*------------------------------------------------------------
 sec03
------------------------------------------------------------*/
#top .sec03 {
	width: 100%;
}
#top .sec03 .block {
	position: relative;
}
#top .sec03 .block {
	width: 33.33%;
	height: 520px;
}
#top .sec03 .block .img-box {
	width: 33.33%;
	height: 520px;
}
#top .sec03 .block01 {
	width: 33.33%;
	height: 520px;
	background: url("../images/sec03-img01.jpg") center center no-repeat;
	background-size: cover;
}
#top .sec03 .block02 {
	width: 33.33%;
	height: 520px;
	background: url("../images/sec03-img02.jpg") center center no-repeat;
	background-size: cover;
}
#top .sec03 .block03 {
	width: 33.33%;
	height: 520px;
	background: url("../images/sec03-img03.jpg") center center no-repeat;
	background-size: cover;
}
#top .sec03 .btn02 {
	position: absolute;
	width: 216px;
	height: 60px;
	margin: auto;
	top: 230px;
	left: 0;
	right: 0
}
#top .sec03 .btn02 a {
	color: #111;
	font-size: 20px;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	line-height: 60px;
	position: relative;
}
#top .sec03 .btn02 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #82bcd8;
	border-right: 2px solid #82bcd8;
	transform: rotate(45deg);
	top: 50%;
	right: 13%;
	margin-top: -5px;
}
#top .sec03 .btn02 a:hover {
	color: #fff;
	font-size: 20px;
	background: #5ba1c2;
	border-radius: 100px;
	text-align: center;
	line-height: 60px;
	position: relative;
}
#top .sec03 .btn02 a:hover::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 13%;
	margin-top: -5px;
}

/*------------------------------------------------------------
 footer
------------------------------------------------------------*/
footer {
	width: 100%;
}
footer .txt-area {
	width: 100%;
	height: 650px;
}
footer .txt-area .img-box {
	width: 50%;
	height: 650px;
	background: url("../images/footer-img.jpg") top center no-repeat;
	background-size: cover;
}
footer .txt-area .txt-box {
	width: 50%;
	height: 650px;
	background: #f3f5f6;
	padding: 80px 0 0 80px;
	box-sizing: border-box;
}
footer .txt h4 {
	color: #5ba1c2;
	font-size: 16px;
	margin: 0 0 15px;
}
footer .txt01 p {
	font-size: 16px;
}
footer .txt02 p {
	font-size: 14px;
	float: right;
}
footer .txt01 {
	margin: 0 0 30px;
}
footer .txt02 {
	margin: 0 0 65px;
}

/* schedule */
.schedule {
	width: 490px;
}
.schedule table {
	width: 490px;
	font-size: 14px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.schedule table tr {
	background: #fff;
	line-height: 37px;
}
.schedule table thead th {
	height: 30px;
	background: #82bcd8;
	text-align: center;
	line-height: 30px;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
.schedule table tbody th {
	width: 30%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.schedule table td {
	width: 8.75%;
	color: #82bcd8;
	font-weight: bold;
	text-align: center;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}

/* tel-box */
.tel-box {
	margin: 0 0 25px;
}
.tel-box h3 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 20px;
}
.tel-box h3 img {
	width: 325px;
	height: 30px;
}

/* access-box */
.access-box .access {
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 0 15px;
}
.access-box .how {
	font-size: 14px;
	line-height: 1.8em;
}

/*------------------------------------------------------------
  copyright
------------------------------------------------------------*/
.copy {
	height: 30px;
	background: #5ba1c2;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
