@charset "UTF-8";

/**************
   reset css
***************/
.clearfix{ zoom : 1; }
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

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;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
}

input, textarea, select, label {
margin:0;
font-size: 100%;
font-family: inherit;
vertical-align: middle;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, textarea, select, label {
margin:0;
font-size: 100%;
font-family: inherit;
vertical-align: middle;
}
ol, ul {
list-style: none;
}
img {
vertical-align:bottom;
}

/*font size reset*/

body{
font:14px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
color:#012a66;
-webkit-font-smoothing: antialiased;
background-color: #f5f4ee;
}

#loading { position: fixed; }
#loading .first { width: 100%; height: 100%; position: fixed; background: #fff;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#loading .first img { position: absolute; top:50%; left:50%; width: 200px; height: 200px; margin-top:-100px; margin-left:-100px; }

#top { background-color: #82c3ff; }
#sub { background-color: #f5f4ee; }

/************* display 共通 *************/

@media (min-width: 961px) {
	#top #main, #sub #sideBar, #access, #footer .clearfix { width: 100%; max-width: 1020px; margin: 0 auto; }
	#subMainImg, #sub #main { width: 960px; margin: 0 auto; }
	.leadCont { max-width: 1020px; margin: 0 auto; }
	#mainSlide { width: 100%; margin: 0 auto; }
	#contents { margin: 30px auto 0; }
	.sp-only { display: none; }
}

@media (max-width: 960px) {
	#footer .clearfix { width: 100%; max-width: 360px; margin: 0 auto;}
	#main { width: 94%; max-width: 360px; margin: 0 auto;}
	.pc-only { display: none; }
}

.nav a, .btn { text-decoration: none; }
.btn { text-align: center; display: block; }

a { color:#012a66; }

@media (min-width: 961px) {
	#sub #main, .subCont > div { padding: 0 15px; }
}

#main h2 {
	color: #fff;
	background: #012a66;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

.subCont h3 {
	color: #fff;
	background: #012a66;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	padding: 15px 20px;
	margin-bottom:18px;
}

#main h4 { font-weight: bold; margin-bottom: 10px; }
#main p.notice { text-align: right; }


/* ------------------------------------------ footer ------------------------------------------*/

#footer { color: #fff; background: #012a66; }
#footer a { color: #fff; text-decoration: none; }
.fAccess { width:320px; }
.fRight img { float: left; width: 57px; height: auto; margin-right: 10px; }
.fRight h3 {
	background: url(../img/img_footerLogo.png) no-repeat left top;
	width:275px;
	height:50px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	text-indent: -9999px;
}
.fAccess { position: relative; position: 0; }
.fAccess .btn {
	z-index: 0;
	position: absolute;
	bottom: 0;
	right:0;
	background: url(../img/btn_footerMap.png) no-repeat center 50% #c8c8c8;
	text-indent: -9999px;
	width: 84px;
	height: 19px;
	background-size: 43px 13px;
	-moz-background-size: 43px 13px;
	-webkit-background-size: 43px 13px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

.notice { text-align: center; }

@media screen and (min-width: 961px) {
	#footer { padding: 0 20px 10px; margin-top: 20px; }
	.fRight {
		padding: 22px 0;
		width:340px;
		float: left;
	}
	.fLeft {
		padding: 18px 0 0;
		float: right;
	}
	.fAccess { margin: 0 0 5px; }
	#footer .number { text-align: center; }
}

@media screen and (max-width: 960px) {
	#footer { padding: 22px 20px; }
	.fRight h3 {
		width:257px;
		height:46px;
		margin: 0 auto 10px;
	}
	.fAccess { width: 100%; margin: 0 0 10px; }
	.fAccess .add { width: 80%; }
	.fAccess .btn {
		width: 79px;
		height: 19px;
		background-size: 43px 13px;
		-moz-background-size: 43px 13px;
		-webkit-background-size: 43px 13px;
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
	}
	#footer .number { text-align: center; margin-bottom: 5px; }
}

/* ------------------------------------------ sideBar ------------------------------------------*/

.bWrap { width: 100%; height: 100%; position: absolute; z-index: 3; }

.slideBtn .lead { text-align: center; }

#sideBar .sideBtn {
	display: block;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	margin: 0 auto 8px;
}

#sideBar .side01, #sideBar .side02 { height: 78px; }
#sideBar .side03 { height: 160px; }

.side01 {
	color: #fff;
	background: #012a66;
	position: relative;
}

#sideBar .side01 .lead {
	margin: 10px 10px 10px;
}

#sideBar .side01 .dayDetail { position: relative; margin: 0 10px; }
#sideBar .side01 .year { margin-right: 0.3em; }
.side01 .more {
	display: block;
	width: 75px;
	height: 13px;
	background: url(../img/btn_showDetail.png) no-repeat top left;
	text-indent: -9999px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#sideBar .side01 .more {
	position: absolute;
	bottom: 4px;
	right: 0;
}

.side01 .month, .side01 .day { color: #ffec00; }

#sideBar .side02 {
	background: url(../img/btn_telNum.png) no-repeat center 50% #f88775;
	background-size: 298px 59px;
	-moz-background-size: 298px 59px;
	-webkit-background-size: 298px 59px;
	text-indent: -9999px;
}

#sideBar .side03 {
	color: #fff;
	background: #0a6d0f;
	position: relative;
	overflow: hidden;
}
.side03 a { width: 100%; height: 100%; position: absolute; z-index:3; }
.side03 .face {
	background: url(../img/btn_timesFace.png) no-repeat 200px 100%;
	background-size: 144px 115px;
	-moz-background-size: 144px 115px;
	-webkit-background-size: 144px 115px;
	padding: 5px 0;
}
.side03 .lead {
	width: 210px;
	height: 99px;
	background: url(../img/btn_timesTop.png) no-repeat top left;
	text-indent: -9999px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	margin: 10px 10px 10px;
}

.side03 .dayDetail {
	background: #fff387;
	width: 100%;
	position: absolute;
}
.side03 .dayDetail {
	height: 26px;
	padding: 8px 0 0;
	bottom: 0;
	left: 0;
	border-radius: 0 0 14px 14px;
	-webkit-border-radius: 0 0 14px 14px;
	-moz-border-radius: 0 0 14px 14px;
}
.side03 .dCont {
	position: relative;
	color: #0a6d0f;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.side03 .date {
	width: 150px;
	margin-left: 15px;
}
.side03 .more {
	background: url(../img/btn_timesDetail.png) no-repeat top right;
	text-indent: -9999px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: absolute;
}
.side03 .more {
	width: 108px;
	height: 16px;
	bottom: 0;
	right: 15px;
}

#sideBar .side04 {
	height: 78px;
	background: url(../img/bg_banner04.png) repeat;
	background: #cbe2fb;
	position: relative;
	overflow: hidden;
	border: solid 2px #325575;
}
.side04 .lead {
	width: 334px;
	height: 78px;
	background: url(../img/btn_busAccess.png) no-repeat top right;
	text-indent: -9999px;
	background-size: 334px 160px;
	-moz-background-size: 334px 160px;
	-webkit-background-size: 334px 160px;
	background-position: 9px -33px;
}

@media screen and (min-width: 961px) {
	#top #sideBar {
		width: 324px;
		float: right;
	}
	#sideBar .sideBtn { width: 324px; }
	#top #sideBar .side01 { display: none; }
	.side01 .lead { margin-top: 5px; }
	.side02 { cursor: default; }
	
	#sub #sideBar { width: 100%; }
	#sub #sideBar .side01 { margin-right: 22px; }
	#sub #sideBar .side01, #sub #sideBar .side02 { float: left; }
	#sub #sideBar .side04 { float: right; }
	#sub #sideBar .side03 { height: 80px; clear: both; width: 100%; }
	
	#sub .side03 .face {
		height: 80px;
		background: url(../img/btn_timesFace.png) no-repeat 640px 50%;
		background-size: 163px 130px;
		-moz-background-size: 163px 130px;
		-webkit-background-size: 163px 130px;
	}
	#sub .side03 .lead {
		width: 595px;
		height: 43px;
		background: url(../img/btn_timesTopSub.png) no-repeat top left;
		text-indent: -9999px;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		position: absolute;
		top:50%;
		left:30px;
		margin-top: -22px;
	}
	#sub .side03 .dayDetail {
		width: 200px;
		height: 100%;
		padding: 0;
		top: 0;
		left: 820px;
		border-radius: 0 14px 14px 0;
		-webkit-border-radius: 0 14px 14px 0;
		-moz-border-radius: 0 14px 14px 0;
	}
	#sub .side03 .dCont {
		width: 200px;
		height: 100%;
	}
	#sub .side03 .date { display: none; }
	#sub .side03 .more {
		width: 150px;
		height: 22px;
		top: 50%;
		right: 25px;
		margin-top: -11px;
	}
}

@media screen and (max-width: 960px) {
	#sideBar .sideBtn { width: 100%; max-width: 324px; }
	#sideBar { padding: 0 0 10px; }
	.side01 { padding-top: 5px; }
	#sideBar .side04 { width: 98.6%; }
}

/* ---------------------------------- subpage --------------------------------- */
#sub #contents { position: relative; }

#sub #subLead {
	color: #012a66;
	background: #e7dfc6;
	font-weight: bold;
	text-align: center;
	padding: 18px 0 20px;
}

#leadList li { display: inline-block; list-style: none; }
#leadList li:before { content: '≫'; margin: 0 2px 0 1em; }
#leadList li:first-child:before { margin: 0 2px 0 0; }

#subMainImg { margin-bottom: 25px; }
#subMainImg img { width: 100%; }

.subCont { padding-top:5px; margin-bottom: 25px; }

@media screen and (max-width: 960px) {
	#sub #leadList {
		margin: 10px 0 0;
	}
}

@media screen and (min-width: 961px) {
	.leadCont { display: table; }
	#sub #subLead h2 {
		background: none;
		color: inherit;
		display: table-cell;
		vertical-align: middle;
	}
	#subLead #leadList { display: table-cell; vertical-align: middle; padding-left: 30px; }
	#subMainImg {
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		overflow: hidden;
	}
}

#pageTop {
	z-index: 5;
	position: fixed;
	width: 60px;
    height: 130px;
}

#pageTop a.gotop {
	z-index: 5;
    display: inline-block;
    text-decoration: none;
	color: #fff;
	text-indent: -9999px;
	background: url(../img/btn_pageTop.png) no-repeat center 5px #ff7f00;
	width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
	  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.6);
	  -webkit-box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.6);
	  -moz-box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.6);
		background-size: 34px 49px;
		-moz-background-size: 34px 49px;
		-webkit-background-size: 34px 49px;
}

#pageTop a.gohome {
	z-index: 5;
    display: inline-block;
    text-decoration: none;
	color: #fff;
	text-indent: -9999px;
	background: url("../img/btn_goHome.png") no-repeat center 5px #0a6d0f;
	width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
	  box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.6);
	  -webkit-box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.6);
	  -moz-box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.6);
		background-size: 34px 49px;
		-moz-background-size: 34px 49px;
		-webkit-background-size: 34px 49px;
}


@media screen and (min-width: 961px) {
	#pageTop { right: 30px; bottom: 40px; }
}

@media screen and (max-width: 960px) {
	#pageTop {
		right: 20px;
		right: max(20px, env(safe-area-inset-right));
	}
	.changebefore {
		bottom: 40px;
		bottom: max(40px, env(safe-area-inset-bottom));
	}
}

/* ---------------------------------- text --------------------------------- */
#sub h2 { font-size:25px; line-height: 1; letter-spacing: 0.1em; }
#sub h2 a { text-decoration: none; }
#sideBar .side01 .lead { font-size:14px; letter-spacing: 0.08em; }
#mainSlide .side01 .lead { font-size:13px; letter-spacing: 0.08em; }

@media screen and (min-width: 961px) {
	#sub #main h3 { font-size:18px; line-height: 1; letter-spacing: 0.15em; }
	#sub #main h4 { font-size:22px; line-height: 1.6; letter-spacing: 0.08em; }
	#sub #main section { font-size:14px; line-height: 1.9; letter-spacing: 0.1em; }
}
@media screen and (max-width: 960px) {
	#sub #main h3 { font-size:18px; line-height: 1; letter-spacing: 0.15em; }
	#sub #main h4 { font-size:17px; line-height: 1.6; letter-spacing: 0.1em; }
	#sub #main section { line-height: 1.8; letter-spacing: 0.05em; }
	#sub #main h4.lead { font-size:20px; line-height: 1.5; }
}

#pageList { font-size: 19px; line-height: 1; letter-spacing: 0.1em; }

#footer .add { font-size: 14px; line-height: 1.3; letter-spacing: 0.1em; }
#footer .post { font-size: 11px; letter-spacing: 0.1em; }
#footer .number { font-size: 11px; letter-spacing: 0.18em; }
#footer .notice { font-size: 9px; letter-spacing: 0.1em; }

#sideBar .side01 { font-size: 16px; line-height: 1; letter-spacing: 0.1em; }
#sideBar .side01 .month, #sideBar .side01 .day { font-size: 35px; letter-spacing: 0.1em; }
#mainSlide .side01 .month, #mainSlide .side01 .day { font-size: 35px; }
.side03 .date { font-size: 12px; line-height: 16px; letter-spacing: 0.1em; }

#leadList li { font-size: 16px; line-height: 1.3; letter-spacing: 0.1em; }
