@charset "utf-8";
html, body {
	height: 100%;
}
body {
	position: relative;
	background: #fff;
	color: #333;
	font: 16px/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	opacity: 0;
	animation: fadeIn 1.0s ease 0s forwards;
	-webkit-animation: fadeIn 1.0s ease 0s forwards;
}

.center {
	text-align: center;
}
.d_inline, h1, .inline, .hideSpSub {
	display: inline-block;
}
.d_block {
	display: block;
}
.d_none, .hidePc, .hidePcSub {
	display: none;
}
a {
	color: #333;
	text-decoration: none;
	transition: .2s;
}
.line {
	text-decoration: underline;
}
a:hover {
	color: #888;
}
a img {
	vertical-align: middle;
}
a[href^="tel:"] {
	cursor: default;
}
li {
	display:block;
}
img {
	max-width: 100%;
	height: auto;
}
.bold {
	font-weight: bold;
	font-size: 1.2em;
}
.blue {
	color: #0072a0;
}
.smallFont {
	font-size: 87.5%;
}
.area {
	max-width: 1025px;
	margin: 0 auto;
	padding:0 2%;
}
.shadow {
	box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .1);
}
.bg {
	padding-top: 32px;
	padding-bottom: 32px;
	color: #fff;
	background: #005693;
	background: linear-gradient(to bottom, #005693 1%, #008ab9 100%);
}
.sectionSubTitle {
	height: 30px;
	margin-bottom:24px;
	padding-left: 16px;
	border-left: 3px solid #0072a0;
}
iframe {
	border:none;
}
/* ----------------------------------------
* ヘッダー
---------------------------------------- */

header {
	position: relative;
	background: #005693;
	background: linear-gradient(to bottom, #005693 1%, #00659b 28%, #0074a1 42%, #067ea6 62%, #1089ab 72%, #1591b0 85%, #1794b2 88%, #24aabc 95%, #2ebbc5 100%);
}
.headerFlex {
	height: 123px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.headerContact {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width:450px;
	height:90px;
	padding:0 10px;
	line-height:1.3;
	background-color: #fff;
	border-radius: 4px;
}
.headerContactTime {
	width:50%;
}
.headerContactTime dt {
	font-size:16px;
}
.headerContactTime dd, .headerContactTel p {
	font-size:14px;
}
.headerContactAccessSp {
	display:none;
}
.headerContactTel a {
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Noto Serif', serif;
	font-size: 23px;
}
.headerContactTel a, .headerContactAccessSp {
	height:45px;
}
.headerContactTel p {
	margin-top: 4px;
}
.headerContactTel a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width:100%;
	height:100%;
	padding-left:30px;
	background-image: url("../images/img_headerTel.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 24px auto;
}
.headerContactTel a:hover {
	color:inherit;
}
/* ----------------------------------------
* ナビゲーション
---------------------------------------- */
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	opacity: .9;
	z-index: 1;
}
.navPc ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	overflow: hidden;
}
.navPc ul a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	overflow: hidden;
}
.navPc li {
	width: 100%;
}
.navPc li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	z-index: 1;
}
.navPc li a:hover {
	background-color: #c7e0ea;
}
.navPcActive {
	background-color: #e4f0f5;
}
/* ----------------------------------------
* リンクボタン
---------------------------------------- */

.btnLink {
	text-align: center;
	transition: none;
}
.btn {
	position: relative;
	display: inline-block;
	width: 165px;
	height: 56px;
	padding: 8px 26px;
	border: 8px solid #0072a0;
	transition: .2s;
}
.btn:hover {
	border-color: #ccc;
}
.btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 18px;
	font-family: 'Amiri', serif;
}
/* ----------------------------------------
* ボタン：リップルエフェクト
---------------------------------------- */

.ripple {
	position: relative;
	overflow: hidden;
}
.ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 200%;
	height: 200%;
	border-radius: 50%;
	opacity: 0;
	background-color: rgba(0, 0, 0, .1);
	transition: opacity .8s, width 1s, height 1s;
	content: "";
}
.ripple:active:after {
	width: 0;
	height: 0;
	opacity: 1;
	transition: opacity 0s, width 0s, height 0s;
	content: "";
}
/* ----------------------------------------
* 区切り線
---------------------------------------- */
.sectionSub:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 450px;
	height: 1px;
	max-width: 100%;
	margin: 0 auto;
	background-image: linear-gradient(to right, #333, #333 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 3px 3px;
	content: "";
}
/* ----------------------------------------
* リンク部分三角
---------------------------------------- */

.linkBox {
	position: relative;
	padding-left: 10px;
}
.linkBox:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-left: 5px solid #0072a0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transition: .2s;
	content: "";
}
.linkBox:hover:before {
	margin-left: 2px;
}
/* ----------------------------------------
* フッター
---------------------------------------- */

footer {
	background-color: #f7f7f7;
}
.footerFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top:30px;
}
.footerBottom {
	padding:16px 0;
	text-align:center;
}
.timeTable {
	text-align: center;
	background-color: #fff;
	margin:16px 0;
}
.timeTable th, .timeTable td {
	height: 48px;
	line-height:48px;
	border: 1px solid #ccc;
	font-weight: normal;
	vertical-align:middle;
}
.timeHeading {
	text-align: left;
	padding:0 10px 0;
}
.timeTable td {
	padding: 0;
	width: 48px;
}
.relative {
	position:relative;
	width:100%;
	height:100%;
}
.circle, .diagonal, .diamond {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.diamond {
	width: 16px;
	height: 16px;
	background: #47ba68;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.circle {
	width: 20px;
	height: 20px;
	background: #0072a0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.diagonal {
	width: 1px;
	height: 20px;
	background: #333;
	transform: translate(-50%, -50%) skewX(-40deg);
	-webkit-transform: translate(-50%, -50%) skewX(-40deg);
}
.telBox dt {
	font-weight:bold;
	font-size:1.2em;
}
.telBox a {
	padding:0 0 3px 32px;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 2px;
	background-image: url("../images/img_headerTel.png");
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: 2px 50%;
}
.infoList li {
	padding-left:1em;
	text-indent:-1em;
}
.infoList .diamond {
	position: relative;
	top: 0;
	left: 0;
	display :inline-block;
	width: 9px;
	height: 9px;
	margin: 0 4px 0 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.footerNav {
	text-align:center;
}
.footerNav li {
	display:inline-block;
}
.footerNav li:after {
	display: inline-block;
	height: 14px;
	margin: 0 10px;
	vertical-align: middle;
	border-right: 1px solid #333;
	content: "";
}
.footerNav li:last-child:after {
	border-right: none;
}
small {
	font-size: smaller;
}
/* ----------------------------------------
*　ページトップボタン
---------------------------------------- */
#pageTop {
	position: fixed;
	right: 20px;
	bottom: -60px;
	width: 50px;
	height: 50px;
	background: rgba(51, 51, 51, 0.74);
	border-radius: 4px;
	opacity: 1.0;
}
#pageTop a {
	position: relative;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#pageTop:before {
	position: absolute;
	top: 40%;
	left: 60%;
	width: 20px;
	height: 20px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-45deg) translate(-50%, -50%);
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transition: 0.2s;
	content: "";
}
#pageTop:hover:before {
	top: 30%;
}
#pageTop:hover {
	color: #ececec;
	background-color: #ccc;
	transition: .3s;
	opacity: .7;
}
/* ----------------------------------------
* 中コンテンツレイアウト
---------------------------------------- */
.section, .sectionSub {
	position: relative;
	background-color: #fff;
}
.areaInner {
	width: 527px;
	margin: 0 auto;
	padding: 32px 0;
}
.areaInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.textBox {
	margin: 16px 0;
}
.timeTableLast {
	padding: 0 0 0 15px;
}
/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media (max-width: 960px) {
/* ----------------------------------------
* ハンバーガーメニュー
---------------------------------------- */
.toggle {
	right: 0;
	top: 0;
	width: 61px;
	height: 61px;
	background-color: rgba(255, 255, 255, .9);
	cursor: pointer;
	transition: 0.5s;
	z-index: 4;
}
.toggle span {
	position: absolute;
	right: 7px;
	width: 70%;
	padding-top: 5px;
	border-bottom: solid 5px #333;
	transition: .35s ease-in-out;
}
.toggle span:nth-child(1) {
	top: 3px;
}
.toggle span:nth-child(2) {
	top: 14px;
}
.toggle span:nth-child(3) {
	top: 25px;
}
.toggle span:nth-child(4) {
	top: 35px;
	left: 12px;
	font-size: 10px;
	font-weight: bold;
	border: none;
}
.headerTitle.active {
	display: none;
}
.toggle.active span {
	color: #fff;
	border-color: #fff;
}
.toggle.active {
	right: 70%;
	background-color: rgba(255, 255, 255, 0);
}
.toggle.active span:nth-child(1) {
	top: 21px;
	left: 9px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
	top: 21px;
	left: 14px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.toggle.active span:nth-child(4) {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
/* ----------------------------------------
* Spナビゲーション
---------------------------------------- */
.globalNav {
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	text-align: center;
	background: rgba(0, 115, 160, 1);
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all .5s;
	z-index: 6;
}
.globalNavList li a {
	display:block;
	width:100%;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border-bottom: 1px dotted #0073a0;
}
.globalNavList li:last-child a {
	border-bottom: none;
}
.globalNavList li a:hover {
	color: #ececec;
	background-color: #ccc;
	transition: .3s;
}
.globalNav.active {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
.globalNav .linkBox:before {
	left: 35%;
}
.globalNavContact {
	margin-top: 8px;
	padding: 5px;
	background-color: #fff;
	line-height:1.5;
}
.globalNavContact dl {
	margin:8px 0;
}
.globalNavContact dt {
	font-weight:bold;
	font-size:1.2em;
}
.globalNavBg {
	position: fixed;
	top: 0;
	right: -999px;
	width: 100%;
	height: 100%;
	cursor: auto;
	opacity: 0;
}
.globalNavBg.active {
	left: 0;
	background-color: #333;
	opacity: .5;
	transition: all 0s linear 0s;
	z-index: 2;
}
/* ----------------------------------------
* レスポンシブ時レイアウト
---------------------------------------- */
body {
	font-size: 15px;
	line-height: 1.8;
}
h2 {
	margin-top: 123px;
	height: 20vh;
	background-size: auto 200px;
}
.area {
	width:100%;
	max-width:100%;
}
.spInner {
	padding: 0 1%;
}
header, .globalNav .nav_li, table {
	width: 100%;
}
.globalNav .linkBox {
	padding-left: 0;
}
.btn {
	width: 96%;
}
.areaInner {
	width: auto;
	max-width: 527px;
	padding: 32px 0;
}
.sectionSubTitle img {
	width: auto;
	height: auto;
}
.navPc ul, .hideSp, .hidePcSub, .footerNav {
	display: none;
}
.area, .hidePc, .toggle, .toggle span, .footerFlex {
	display: block;
}
.hidePc2{
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 1s;
  background-color: #ebebeb;
  display: none;
  width: 100%;
}

.dropdown {
  position: relative;
}

/* ナビゲーション下矢印部分 */
.dropdown::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 10px;
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* dropdownクラスhoverしたら隣接要素のdropdown_menuクラスを表示 */
.dropdown:hover+.dropdown_menu,
.dropdown_menu:hover {
  display: block;
}
header, .toggle, .globalNav {
	position: fixed;
}
.smallFont {
	font-size: 80%;
}
header {
	top: 0;
	background: #005693;
	background: linear-gradient(to bottom, #005693 0%, #067ea6 31%, #1089ab 39%, #1794b2 46%, #26adbe 50%, #2ebbc5 56%);
	z-index: 3;
}
.headerContact {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62px;
	padding:0;
	border-radius:0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.headerContactTime {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	width:50%;
}
.headerContactChild {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width:50%;
}
.headerContactAccessPc {
	display:none;
}
.headerContactTel, .headerContactAccessSp {
	width:50%;
	height:62px;
	border-right: solid 1px #ccc;
	font-size:2.2vw;
}
.headerContactAccessSp {
	display:block;
}
.headerContactAccessSp a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	height:100%;
	background-image: url("../images/img_headerMap.png");
	background-repeat: no-repeat;
}
.headerContactTel a, .headerContactAccessSp a {
	padding: 0 0 2px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-position:50% 5px;
	background-size: auto 28px;
}
/*.telBox a {
	background-image: url(../images_sp/img_headerTelSp.png);
}*/
td {
	padding: 0 20px;
	width: auto;
}
.timeHeading {
	width: 50%;
}
#pageTop:hover:before {
	top: 40%;
}
#pageTop:hover {
	color: #fff;
	background: rgba(51, 51, 51, 0.74);
	opacity: 1.0;
}
}
@media (max-width: 760px) {
.headerContactTime {
	display:none;
}
.headerContactChild {
	width:100%;
}
.headerContactAccessSp {
	border:none;
}
.headerContactTel a, .headerContactAccessSp {
	font-size:2.5vw;
}
.headerContactTel a, .headerContactAccessSp a {
	padding: 0 0 3px;
	background-position: 50% 7px;
	background-size: auto 28px;
}
.areaInner {
	max-width: inherit;
}
}
@media (max-width: 480px) {
.hideSpSub {
	display: none;
}
.hidePcSub {
	display: block;
}
.globalNav .linkBox:before {
	left: 25%;
}
.headerContactTel a, .headerContactAccessSp {
	font-size:4.2vw;
}
.telBox a {
	padding-left: 26px;
	background-size:20px auto;
	font-size:20px;
}
.timeTable {
	font-size: 12px;
}
.timeTable th, .timeTable td {
	height: 25px;
	padding: 2px;
	line-height:25px;
}
.circle {
	width: 10px;
	height: 10px;
}
.diamond {
	width: 9px;
	height: 9px;
}
.diagonal {
	height: 10px;
}
}


/* ----------------------------------------
* アニメーション
---------------------------------------- */
@keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0
}
 100% {
 opacity: 1
}
}


/* ----------------------------------------
* TOPお知らせ追加
---------------------------------------- */
.top-info {text-align:center;font-size:26px;font-weight:bold;line-height:36px;font-family: "Times New Roman";margin-bottom:0;letter-spacing: 3px;}
.top-info01 {text-align:center;font-size:20px;line-height:36px;}
.top-info span::before, .top-info span::after {position: absolute;top: 50%;transform: translateY(-50%);display: inline-block;width: 100px; height: 2px;border-top: solid 1px #fff;border-bottom: solid 1px #fff;content: '';}
.top-info span::before {left: -110px;}
.infoBox {width:90%;margin:20px auto 30px;padding:20px 30px 10px;border:1px solid #0072a0;background:#fff;height:260px;overflow: auto; color:#000}
.infoBox01 {line-height:32px;border-bottom:1px dotted #eee;margin-bottom:10px;}
.infoBox-date {color:#555;}
.infoBox-title {font-weight:bold;color:#0072a0;}
.infoBox02 {line-height:26px;margin-bottom:20px;color:#000}

@media (max-width: 480px) {
h3.top-info span {width: auto;}
.top-info span::before, .top-info span::after {border:none;}
.infoBox-title {display:block;}
.infoBox {width:95%;padding:10px 20px;
}
}
}