@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}


body {
	line-height: 1.6;
	font-size: 16px;
	font-family: 'Noto Sans JP', YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", 'ＭＳ Ｐゴシック',sans-serif;
	background-color: #ecf4f6;
	overflow: hidden;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	color: #00a1b8;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a.non_ul:hover { text-decoration: none; }

a img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; backface-visibility: hidden; }
a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
a:hover img.non_ef{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

p { margin: 0 0 20px 0; }

#ss-footer { background: #fff; line-height: 1.2; }
#ss-footer p { margin-top: 10px; margin-bottom: 0; color: #009fb9; }
#ss-footer ul#footerMenu {
    padding-bottom: 14px;
}

/* テキスト回り */
h3 {margin-bottom: 30px;}
.txt_lsp1 { letter-spacing: 1px; }
.txt_lsm10 { letter-spacing: -10px !important; }
.txt_lsm25 { letter-spacing: -2.5px !important; }
.txt_lsm35 { letter-spacing: -3.5px !important; }
.txt_lsm5 { letter-spacing: -5px !important; }
.txt_lsm6 { letter-spacing: -6px !important; }
.txt_lsm1 { letter-spacing: -1px !important; }
.txt_lsm05 { letter-spacing: -0.5px !important; }
.txt_lh16 { line-height: 1.6; }
.txt_125 { font-size: 125%; }
.txt_110 { font-size: 110%; }
.txt_90 { font-size: 90%; }
.txt_80 { font-size: 80%; }
.txt_70 { font-size: 70%; }
.txt_fN { font-weight: normal !important; }
.txt_fN strong { font-weight: bold; }
.txt_TS { font-weight: bold; font-size: 125%; }
ol { padding-left: 20px !important; box-sizing:border-box; }
.txt_cl { text-align: center; }
.txt_lc { text-align: left; }
.txt_cl2 { text-align: center !important; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_rc { text-align: right; }
.txt_rr { text-align: right; }
.txt_fmin { font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }
.inde_25 { padding-left:2.2em; text-indent:-2.2em; }
@media all and (max-width: 767px) {
.txt_cl { text-align: left; }
.txt_lc { text-align: center; }
.txt_rc { text-align: center; } }
@media all and (max-width: 480px) { .txt_cl2 { text-align: left; } }

.wball { word-break: break-all; } 
.color_red { color: #e00000; }
.color_stk { color: #67b8c4; }
.color_grn { color: #289250; }
.cap01 { color: #2e8a98; font-size: 14px; font-weight: bold; }

/* 画像関係 */
.b_c { margin: 0 auto; }
.w100 { max-width: 100%; }
.w80 { max-width: 80%; }
.w80r { max-width: 80%; }
.w75 { max-width: 75%; }
.w70 { max-width: 70%; }
.w50 { max-width: 50%; }
.trivia_img { max-width: 55%; }
.phR { float: right; margin: 0 0 15px 15px; }
.phR3 { float: right; margin: 0 0 0 15px; }
.phL { float: left; margin: 0 15px 15px 0; }
.phR2 { float: right; margin: 0 0 20px 30px; }
.phL2 { float: left; margin: 0 30px 20px 0; }

#skip { display: none; }

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.header-container {
   width: 100%;
   margin: -15px auto 16px;
   position: relative;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 1024px) {.header-container {margin-top: -3px;}}
.site_logo { width: 425px; margin-top: 4px; }
.site_logo img { width: 100%; height: auto; max-width: 440px; }
.main_menu { width: 54%; display: flex; justify-content: flex-end; }
.main_menu li { list-style: none; width: 44%; margin-left: 6%; }
@media all and (max-width: 1199px) {
.site_logo { width: 40%; }
.main_menu { width: 58%; }
.main_menu li { width: 44%; margin-left:5%; }
}
.main_menu li img { width: 100%; height: auto; }
.main_menu li a {display: block;}
.main_menu li a:hover,.main_menu li a.active { background-color: rgba(19,132,147,0.12); }
@media all and (max-width: 900px) and (min-width:768px) {.main_menu { padding-top: 12px; }.site_logo { margin-top: -4px; }}
@media all and (max-width: 767px) {
.header-container{display: block; margin: 0 0 30px; }
.site_logo { width: 100%; display: block; margin-bottom: 12px; }
.site_logo img { width: 70%; height: auto; max-width: 440px; }
.main_menu { width: 100%; padding-top: 0; margin-bottom: 18px; }
.main_menu li { width: 47%; margin-left: 6%; }
.main_menu li:first-child{margin-left: 0;}
}
@media all and (max-width: 420px) {.site_logo{margin-top: -18px;}}

.emergency_block { border: 4px solid #f2bc5d; background: #fff; display: flex; margin-bottom: 32px; align-items: center; }
.emergency_block_ttl { width: 160px; background: #f2bc5d; align-self: stretch; align-items: center; padding: 6px 0; display: flex; }
.emergency_block_ttl img { margin: 0 !important; }
.emergency_block_cnt { padding: 12px 18px 13px; font-weight: 500; color: #f26c1c; }
@media all and (max-width: 767px) {
	.emergency_block_ttl { padding: 0; }
	.emergency_block {display: block;}
}
@media all and (max-width: 480px) {.emergency_block_ttl { width: 130px;}}

.top_exp_box { color: #009fb9; border: 2px solid #3bb4c8; padding: 16px; margin: 32px 0; }
.top_exp_box a { color: #cd9a10; }
@media all and (max-width: 480px) {.top_exp_box { margin-bottom: 32px; margin: 20px 0; }}



.map_block { margin: 0 auto 20px; }
.guide_block { margin: 0 auto; position: relative; }

.tab{overflow:hidden; margin: 0; padding: 20px 20px 9px; }

.hide {display:none !important;}

select.time_select_btn {
	border-radius: 0px;
	border: 1px solid #000;
	background: #fff;
	color:#000;
	padding: 4px 8px;
	font-size: 20px;
	top: -2px;
	position: relative;
	left: 8px;
	display: inline-block;
}
select.time_select_btn:disabled {
	background: #ddd;
	color: #666;
}

.select_notice { position: relative; display: inline-block; color: #fff; top: -6px; left: 16px; }
.time_txt { position: absolute; top: 26px; left: 460px; color: #000; }
.day_ttl { font-weight: 700;font-size: 160%; color: #009fb9; text-align: center; margin: 32px 0 40px; }
.day_ttl span { padding: 11px 0;
background-image: url(../images/common/brd01.gif), url(../images/common/brd01.gif);
background-size: auto auto;
background-position: center top, center bottom;
background-repeat: repeat-x;
display: inline-block;
}
.day_box { position: relative; background: #ccecf1; border: 4px solid #47879e; margin-bottom: 20px; }
.select_label01 { color: #fff; font-weight: 700; font-size: 20px; position: relative; top: 16px; left: 0; margin-bottom: 12px; display: inline-block !important; background: #47879e; padding: 3px 24px 3px 20px; }
.select_label02 { color: #fff; font-weight: 700; font-size: 20px; position: relative; top: -3px; left: 0; margin-bottom: 0; display: inline-block !important;
background-image: url(../images/common/arrow3.png);
background-size: 24px 24px;
background-position: right center;
background-repeat: no-repeat;
padding-right: 32px; }

/* .time_select_box { background: #116a78; position: relative; top: -24px; right: 24px; width: 100%; height: 20px; box-sizing: content-box; padding: 24px 24px 32px; } */
.map_area { padding: 24px; position: relative; background: #fff; }
.select_map_img { width: 100%; text-align: center; margin-bottom: 32px; }
.select_map_img img { width: 100%; height: auto; }

/* .update_day { text-align: left; margin-top: -8px; margin-bottom: 16px; display: block; } */
@media all and (max-width: 767px) {
.tab { padding: 12px 12px 6px; }
/* .update_day { font-size: 90%; margin-bottom: 24px; } */
.select_notice{display: block;text-align: right; top: auto; left: auto; margin: 5px 0 0 0; }
.select_label01 { display: block; margin: 0; top: 0; padding: 10px 16px 14px 12px; line-height: 1.2; }
.time_select_box { height: 26px; padding: 13px 16px 18px; }
.day_ttl {font-size: 125%; margin: 24px 0 48px; }
.day_box { margin-right: 0; }
.time_txt { position: absolute; top: 42px; left: 200px; color: #000; }
}
@media all and (max-width: 578px) {
.time_txt { position: relative; top: 0; left: 0; color: #000; margin-bottom: 0; }
}
@media all and (max-width: 640px) {
.select_label02 { display: block; background-image: url(../images/common/arrow4.png); line-height: 1.2; }
select.time_select_btn { top: 2px; left: 0; display: block; width: 100%; }
.time_select_box { height: auto; padding: 15px 16px 18px; }
.select_notice { font-size: 14px; text-align: left; margin-top: 8px; }
}
@media all and (max-width: 440px) {select.time_select_btn{font-size: 14px;padding: 5px 8px 6px; }.tab li{font-size: 14px;}.day_ttl {font-size: 110%;}}
@media all and (max-width: 400px) {
.time_txt {line-height: 1.2;}
}

.time_select_top { padding: 120px 0; text-align: center; font-size: 130%; }

.container1 {
	max-width: 1360px;
	min-width: 769px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 20px 20px 45px;
	box-sizing: border-box;
}
.container2 {
	max-width: 1360px;
	min-width: 769px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
}
.container3 {
	max-width: 1360px;
	min-width: 769px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	box-sizing: border-box;
}

.clear {
   clear: both;
}



/******************************
シェアボタン設定
******************************/
.social-area-syncer{
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}

/* [ul]要素 */

ul.social-button-syncer{
	overflow: hidden;
	margin: 0;
	padding-right: 0;
	border: none;
	list-style-type: none;
}

/* [li]要素 */
ul.social-button-syncer li{
	overflow: hidden;
	float: left;
	text-align: center;
	height: auto;
	margin: 0;
	padding:0;
}

/* 各種ボタン */
/* [Twitter] */
.sc-tw{
	width: 75px;
}

/* [Facebook] */
.sc-fb{
	width: 78px;
}

/* header */

.non_sh { box-shadow: none !important; }
#ss-header { background: #fff; }
#ss-header ul#headerlogo { width: 100%; max-width: 1360px; min-width: 769px; }
#logo {
  width: 100%;
  text-align: center;
}
.copy_ttl {position: absolute; top: -54px; left: 15px; font-weight: bold; font-size: 90%;}


/* To TOP */
.page-top{
    position: fixed;
    bottom: 36px;
    right: 36px;
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
	width:50px;
	height:50px;
	z-index: 10;
	-webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    transition: all  0.0s ease;
	
}
.page-top:hover{ 
	-ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;}
.page-top:before{
	content: " ";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/btn_arrowTop.png);
	background-size: 50px auto;
	background-repeat: no-repeat;
}
.page-top span{
	visibility:hidden;
	}

/* レイアウト調整用 */
.mgB0 { margin-bottom: 0 !important; }
.mgB5 { margin-bottom: 5px !important; }
.mgB6 { margin-bottom: 6px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB15 { margin-bottom: 15px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB40 { margin-bottom: 40px !important; }
.mgB50 { margin-bottom: 50px !important; }
.mgB60 { margin-bottom: 60px !important; }
.mgB70 { margin-bottom: 70px !important; }
.mgB80 { margin-bottom: 80px !important; }
.mgBM10 { margin-bottom: -10px !important; }
.mgBM15 { margin-bottom: -15px !important; }
.mgBM20 { margin-bottom: -20px !important; }
.mgBM30 { margin-bottom: -30px !important; }
.mgBM40 { margin-bottom: -40px !important; }
.mgBM50 { margin-bottom: -50px !important; }
.mgT0 { margin-top: 0px !important; }
.mgT5 { margin-top: 5px !important; }
.mgT10 { margin-top: 10px !important; }
.mgT15 { margin-top: 15px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT40 { margin-top: 40px !important; }
.mgT50 { margin-top: 50px !important; }
.mgT60 { margin-top: 60px !important; }
.mgT70 { margin-top: 70px !important; }
.mgT80 { margin-top: 80px !important; }
.mgT100 { margin-top: 100px !important; }
.mgT120 { margin-top: 120px !important; }
.mgTM10 { margin-top: -10px !important; }
.mgTM20 { margin-top: -20px !important; }
.mgTM30 { margin-top: -30px !important; }
.mgR0 { margin-right: 0 !important; }
.sub { position: relative; top: -3px; font-size: 60%; }
.sup { font-size: 60%; position: relative; top: -4px; }

/* table */
.table01{font-size: 95%;}
table.table01 td {
	padding: 5px 8px;
	border: 1px solid #888;
	background: #fff;
	color: #333 !important;
}
table.table01 th {
	padding: 5px 8px;
	border: 1px solid #888;
	background: #EDEDED;
	color:#000;
}
/*
table.listtable td {
	padding: 5px 8px;
	border: 1px solid #888;
	background: #fff;
	color: #333 !important;
	text-align: left;
}
table.listtable th {
	padding: 5px 8px;
	border: 1px solid #888;
	background: #EDEDED;
	color:#000;
} */

/* Youtube */
.movie-wrap {
    position: relative;
    padding-bottom: 56.6%;
    height: 0;
    overflow: hidden;
}


.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Google Search */
#g_search { position: absolute; right: 8px; top: 0; width: 280px; }
#g_search .gsc-control-cse { background: none !important; border: none !important; }
#g_search .gsib_a input {position: relative !important; top: -2px !important;}
#g_search_foot { display: none; }



/* Common */
a.link_btn { background: #54a7b3; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; position: relative; width: auto; height: auto; color: #fff; font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; display: inline-block; padding: 2px 40px 2px 26px; box-sizing: border-box; }
a.link_btn:hover { text-decoration: none; background: #010101; }
a.link_btn:before {content: url(../images/common/arrow2.png); position: absolute; left: 0; top:50%; margin-top: -13px; }
a.link_btn:after { width: 100%; height: 100%; position: absolute; z-index: -1 !important; top: 2px; right: -2px;margin-left: 25px; background: url(../images/common/dot01.png); content: ""; display: block; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-sizing: border-box; }
a.link_btn span{position: relative;}
a.link_btn span:after {content: url(../images/common/external.png); position: absolute; top:50%; right: -30px; margin-top: -10px; }
.link_btn2 { padding-right: 20px !important; }

a.link_btn3 { background: #54a7b3; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; position: relative; width: auto; height: auto; color: #fff; font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; display: inline-block; padding: 7px 33px 6px 26px; box-sizing: border-box;
line-height: 1.1;
background-image: 
url(../images/common/external2.png),
url(../images/common/arrow2.png);
background-position: 
right center,
left center;
background-repeat:no-repeat, no-repeat;
}
a.link_btn3:hover { text-decoration: none; background: #010101;
background-image: 
url(../images/common/external2.png),
url(../images/common/arrow2.png);
background-position: 
right center,
left center;
background-repeat:no-repeat, no-repeat;
}

a.link_btn3.link_tks01:after, a.link_btn3.link_tks02:after { width: 100%; height: 100%; position: absolute; top: 2px; right: -2px; background: url(../images/common/dot01.png); content: ""; display: block; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-sizing: border-box; z-index: -1; }


.point_box {background: #fff; padding: 16px 20px; font-size: 90%; width: 60%; margin: 0 auto; box-sizing: border-box; }
.point_box li { list-style: disc inside; margin-bottom: 8px; }
ol.point_box li { list-style: decimal; margin-bottom: 8px; margin-left: 20px; }
.point_box li:last-child {margin-bottom: 0;}
ul.arrow_list { margin: 0; padding: 0; }
ul.arrow_list li {
	list-style: none;
	margin-bottom: 8px;
	font-size: 92%;
	background-image: url(../images/common/icon2.png);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding-left: 16px;
	background-size: 8px auto;
}
ul.arrow_list li:last-child {margin-bottom: 0;}
ul.arrow_list2 {background: #fff; padding: 16px 20px; width: 700px; margin: 0 auto; }

ol { padding: 0; margin: 0 auto; }
ol li { margin-bottom: 8px; list-style: decimal; }
ol li:last-child {margin-bottom: 0;}



/* レスポンシブ */
.pcB { display: inherit; }
.spB { display: none; }
.pcB2 { display: inherit; }
.spB2 { display: none; }
@media all and (max-width: 767px) {
#g_search { display: none; }
#g_search_foot { width: 100%; display: block; background: #ccc; }
#g_search_foot .gsc-control-cse { background: none !important; border: none !important; }
#g_search_foot .gsib_a input {position: relative !important; top: -2px !important;}
#logo h1 img { max-width: 100%; }
.pcB { display: none; }
.spB { display: inherit; }
.container1 { min-width: auto; }
.container2 { min-width: auto; }
.container3 { min-width: auto; }
#ss-header ul#headerlogo { min-width: auto; }

iframe { width: 100% !important; overflow: hidden; }

#g_search { position: absolute; top: 5px; right: 0; }

a.anchor_btn {
	width: 160px;
	font-size: 14px;
	margin: 0 8px 10px !important;
}
a.btn_long { width: 200px !important; }
a.btn_long2 { width: 240px !important; padding: 7px 8px 5px 30px; letter-spacing: -1px; }
a.anchor_btn.mgT15 { margin-top: 0 !important; }	
	
ul.arrow_list2 {padding: 16px 20px; width: 100%; box-sizing: border-box; }
	
h5{line-height: 1.2; background-position: 0 1px;}


.w70 { max-width:100%; width: 100%; }
.w80 { max-width:100%; width: 100%; }

.point_box { padding: 14px 18px; width: 80%; }
}
@media all and (max-width: 480px) {
.pcB2 { display: none; }
.spB2 { display: inherit; }
.phL { float: none; margin: 0 0 0 0; }


.container1 {padding: 18px 14px 32px;}
.container2 {padding: 0 14px;}


.page-top{ bottom: 16px; right: 16px; }
}




.mikata_block { width: 100%; border: 1px solid #3bb4c8; padding: 60px 20px 20px; box-sizing: border-box; margin-bottom: 20px; background: #fff; position: relative; font-size: 14px; color: #228595; text-align: left;}
h4.mikata_ttl { background: #3bb4c8; color: #fff; font-weight: 700; display: inline-block; position: absolute; top: 0px; left: 0px; padding: 5px 15px 3px; font-size: 18px; }
.mrk01,.mrk02,.mrk03,.mrk04,.mrk05 {position: relative; display: inline-block; margin-right: 10px; }
.mrk01:before { content: ""; display: inline-block; background: #000000; height: 8px; width: 24px; position: relative; top: -1px; margin-right: 8px; }
.mrk02:before { content: ""; display: inline-block; background: #000000; height: 12px; width: 12px; position: relative; top: -1px; margin-right: 14px; margin-left: 6px; border-radius: 50%; }
.mrk03:before { content: ""; display: inline-block; background: #ff0000; height: 8px; width: 24px; position: relative; top: -1px; margin-right: 8px; }
.mrk04:before { content: ""; display: inline-block; background: #ff9000; height: 8px; width: 24px; position: relative; top: -1px; margin-right: 8px; }
.mrk05:before { content: ""; display: inline-block; background: #abd58a; height: 8px; width: 24px; position: relative; top: -1px; margin-right: 8px; }

.select_map_img { position: relative; }
.prev,.next { background: #009fb9; color: #fff; font-weight: 500; text-align: center; position: absolute; cursor: pointer; font-size: 160%; -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; line-height: 1.0; }
.prev:hover,.next:hover { filter: alpha(opacity=80); opacity: 0.8; }
.prev { top: 12px; left: 11%; padding: 8px 16px 9px 11px; }
.next { top: 12px; right: 11%; padding: 8px 11px 9px 16px; }
@media all and (max-width:1299px) {
.prev { left: 9.5%; }
.next { right: 9.5%; }
}
@media all and (max-width:1250px) {
.prev { left: 8.5%; }
.next { right: 8.5%; }
}
@media all and (max-width:1199px) {
.prev { left: 6%; }
.next { right: 6%; }
}
@media all and (max-width:1160px) {
.prev { left: 3%; }
.next { right: 3%; }
}
@media all and (max-width:1100px) {
.prev { left: 0; }
.next { right: 0; }
}
@media all and (max-width: 767px) {
h4.mikata_ttl { font-size: 16px; padding-top: 1px; }
.prev,.next { position: relative; font-size: 90%; }
.prev { top: -20px; left: -10px; margin-bottom: 20px; padding: 5px 16px 6px 11px; }
.next { top: -20px; right: -10px; margin-bottom: 20px; padding: 5px 11px 6px 16px; }
}

/* Add 20190722 */
.select_map_top { width: 100%; text-align: center; margin-bottom: 32px; }
.select_map_img img, .select_map_top img { width: 100%; height: auto; }
@media all and (min-width:769px) {
.select_map_img img,.select_map_top img { width: auto; height: 900px; }
}

.tab li{ width:19.04%; margin-left: 1.2%; font-size: 16px; font-weight: bold; cursor:pointer; float:left; text-align: center; height: auto; padding: 6px; box-sizing:border-box; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 4px; line-height: 1.4; margin-bottom:8px;
border:1px solid #333;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #efefef), color-stop(0.00, #fdfdfd));
background: -webkit-linear-gradient(#fdfdfd, #efefef);
background: -moz-linear-gradient(#fdfdfd, #efefef);
background: -o-linear-gradient(#fdfdfd, #efefef);
background: -ms-linear-gradient(#fdfdfd, #efefef);
background: linear-gradient(#fdfdfd, #efefef); }
.tab li span { font-size:90%; display: none; background: #fff; border-radius: 3px; width: 100%; padding: 4px; box-sizing: border-box; color: #105b67; margin-bottom: 5px; }
.tab li:first-child { margin-left: 0; height: 80px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1d91a3), color-stop(0.00, #27b1c7));
background: -webkit-linear-gradient(#27b1c7, #1d91a3);
background: -moz-linear-gradient(#27b1c7, #1d91a3);
background: -o-linear-gradient(#27b1c7, #1d91a3);
background: -ms-linear-gradient(#27b1c7, #1d91a3);
background: linear-gradient(#27b1c7, #1d91a3);
color:#fff;
border:1px solid #198394;
font-size: 120%;
}
@media all and (max-width: 920px) and (min-width: 875px) {.tab li:first-child {font-size: 110%;}}
@media all and (max-width: 890px) and (min-width: 768px) {.tab li:first-child {font-size: 100%;letter-spacing: -0.5px;}}
.tab li:first-child span {
  display: block;
}
.tab li.select {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #105b67), color-stop(0.00, #198394));
background: -webkit-linear-gradient(#198394, #105b67);
background: -moz-linear-gradient(#198394, #105b67);
background: -o-linear-gradient(#198394, #105b67);
background: -ms-linear-gradient(#198394, #105b67);
background: linear-gradient(#198394, #105b67);
color:#fff;
border:1px solid #198394; }
.tab li:nth-child(n + 10) {
  display: none;
}
@media all and (max-width: 767px) {
.tab li { width: 32%; margin-left: 2%; }
.tab li:first-child { width: 100%; height: auto; padding: 8px 8px 10px; }
.tab li:nth-child(2), .tab li:nth-child(5), .tab li:nth-child(8) { margin-left: 0; clear: both; }
}
@media all and (max-width: 480px) {
.tab li { font-size: 14px; }
}
@media all and (max-width: 360px) {
.tab li { width: 48.5%; margin-left: 3% !important; }
.tab li:first-child { width: 100%; margin-left: 0 !important; }
.tab li:nth-child(5) { margin-left: 3% !important; margin-left: 0; clear: inherit; }
.tab li:nth-child(2), .tab li:nth-child(4), .tab li:nth-child(6), .tab li:nth-child(8), .tab li:nth-child(10){ margin-left: 0 !important; }
.mikata_block { padding: 50px 13px 20px; }
h4.mikata_ttl { padding: 5px 9px 3px; font-size: 16px; }
}

.emergency_block_ttl img {flex-shrink: 0;}


/* iOS18用修正 */
.date-wrap {
  position: relative;
  width: 260px;
  min-width: 220px;
  flex: 0 1 260px;
  overflow: hidden;
}

.date-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #28b7cf;
  pointer-events: none;
  z-index: 2;
}

/* Add 20240228 */
#date {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 40px 0 12px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 18px;
  -webkit-appearance: none;
  appearance: none;
}

#date::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  cursor: pointer;
}

select.time_select_btn {
  height: 44px;
  line-height: 44px;
  -webkit-appearance: none;
  appearance: none;
  position: static;
  background: #fff url(../images/common/down.svg) no-repeat right 5px center;
  background-size: 12px;
  padding: 4px 28px 4px 8px;
  font-size: 18px;
}

.datetime {
  background: #fff;
  padding: 24px 24px 0;
}

.datetime_inner {
  max-width: 796px;
  width: 100%;
  background: #116a78;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 15px;
  gap: 10px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.datetime label {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.datetime img {
  width: 18px !important;
  height: 18px !important;
  vertical-align: middle !important;
  margin: -4px 3px 0 0;
}

.date_box,
.time_box {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-width: 0;
}

.map_txt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}

.map_area {
  margin: 0 0 20px;
  padding: 0 24px 24px;
}

@media all and (max-width: 767px) {
  .time_select_box {
    height: auto;
    padding: 0;
  }

  .date-wrap {
    width: 100%;
    flex: none;
    overflow: hidden;
  }

  #date,
  select.time_select_btn {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding: 0 36px 0 10px;
    box-sizing: border-box;
  }

  .datetime_inner {
    display: block;
    padding: 12px;
    overflow: visible;
  }

  .datetime label {
    display: block;
    font-size: 16px;
    margin: 0 0 3px;
  }

  .date_box,
  .time_box {
    display: block;
  }

  .time_box {
    margin: 12px 0 0;
  }

  .map_txt {
    text-align: center;
    font-size: 20px;
    white-space: normal;
  }
}

.map_sup { background: #000; color: #fff; text-align: center; padding: 5px 10px; margin: 0 auto; max-width: 776px}
.update_day { max-width: 796px; display: flex; justify-content: space-between; align-items: center; background: #000; color: #fff; text-align: left; box-sizing: border-box; margin: 0 auto; padding: 5px 10px;}
.update_day p { font-size: 18px; font-weight: bold; margin: 0;}
.update_day span { font-size: 14px;}
@media all and (max-width: 767px) {
.map_sup { font-size: 14px;}
.update_day { display: block; text-align: center;}
.update_day p { font-size: 14px;}
.update_day span { font-size: 13px;}
}

.jct {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background: #000;
	border-radius: 50%;
}

/* 絞り込み検索 */
.search_ttl { background: #116a78; box-sizing: border-box; font-weight: bold; color: #fff; padding: 10px 20px;}
.search_inner { background: #ecf4f6; display: flex; align-items: center; box-sizing: border-box; margin: 0 0 20px; padding: 20px;}
.search_box:not(:last-child) { margin: 0 20px 0 0;}
.search_box p { font-size: 14px; margin: 0;}
@media all and (max-width: 767px) {
.search_ttl { font-size: 16px;}
.search_inner { display: block; padding: 10px 15px 15px;}
.search_box:not(:last-child) { margin: 0 0 15px;}
.search_box p { display: block; font-size: 12px;}
}

/* アコーディオン */
.accordion_item {
	margin: 0 0 30px;	
}
.accordion_toggle {
	display: none;
}
.accordion_label {
	padding: 15px 10px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #3bb4c8;
	cursor: pointer;
}
.accordion_label::before {
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #3bb4c8;
	border-right: 2px solid #3bb4c8;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.accordion_label,
.accordion_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion_content {
	height: 0;
	overflow: hidden;
}
.accordion_toggle:checked + .accordion_label + .accordion_content {
	height: auto;
	padding: 20px 0 0;
	transition: all .3s;
}
.accordion_toggle:checked + .accordion_label::before {
	transform: rotate(-45deg) !important;
}

@media all and (max-width: 767px) {
	.accordion_item {
		margin: 0 0 10px;	
	}
	.accordion_label {
		display: block;
		font-size: 15px;
		padding: 10px 0;
	}
	.accordion_label::before {
		right: 5px;
	}
}
/*--mew-ti template調整-------------------------*/
#pageContainer{
	font-size: 12px;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
#container{width:1180px;}
#naviWrap{margin-bottom:0;padding-bottom:20px;}

/*--このサイトについて     --*/
body#doc_page_style{background-color:#fff;}
	#doc_page_style #pageContainer{
		border-top: solid 3px #00A0B8;
		width: 1180px;
		margin: 0 auto;
		background: #FFFFFF;
	}
	#doc_page_style #container{
		margin: 0 auto;
		text-align: left;
		width: 980px;
	}
	#doc_page_style .header {
		position: relative;
		height: 125px;
	}
	#doc_page_style .header div.headerLogo {
		float: left;
		padding-top: 20px;/*21px*/
		height: 59px;
	}
	#doc_page_style .h2title {
		color: #00b0c7;
		position: relative;
		background: #f0f0f0;
		font-weight: bold;
		height: 60px;
		font-size:12px;
		border-radius: 5px;
	}
		#doc_page_style .h2title .noIcon {
			left: 25px;
		}
		#doc_page_style .h2title span {
			position: absolute;
			top: 50%;
			left: 85px;
			margin-top: -0.5em;
			width: 620px;
		}
		#doc_page_style .txtSize24 {
			font-size: 200%;
			line-height: 100%;
		}
	#doc_page_style #mainContents {
		padding: 20px 0px;
	}
	#doc_page_style #siteContents {
		letter-spacing: 0.07em;
		line-height: 1.7;
	}

	#doc_page_style #siteContents h3 {
		clear: both;
		font-size: 150%;
		margin: 1em 0;
		padding-left: 0.4em;
		font-weight: bold;
		border-left: 4px solid #00b0c7;
		color: #00b0c7;
		text-align: left;
	}
	#doc_page_style .articleText {
		padding: 0 0 1.5em 10px;
	}
	#doc_page_style #siteContents .articleText h4 {
		font-size: 133.3%;
		margin: 1.5em 0 1em 0;
		padding: 0 0 0.1em 0.2em;
		color: #00b0c7;
		border-bottom: 1px dotted #b4b4b4;
	}
	#doc_page_style #siteContents .articleText ul.listDefault {
		margin-bottom: 10px;
	}
	#doc_page_style #siteContents .articleText ul.listDefault li {
    list-style: disc;
    margin: 0.2em 0 0.2em 1.5em;
	}
	#doc_page_style #siteContents .articleText p{
		margin:0 0;padding: 0 0;
		line-height: 150%;
	}
	#doc_page_style #ss-footer p#copyright {padding: 10px 0px;}


/*--地図のsvg用     --*/
.map-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.map-wrap > img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*--iOS用の調整     --*/
#map {
  position: relative;
  width: 100%;
  max-width: 838px;
  margin: 0 auto;
}
#map > img {
  display: block;
  width: 100%;
  height: auto;
}
#map > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.lineHidden {
	display: none;
}
svg path {
	stroke: red;
	stroke-width: 3;
	fill: none;
}
/* 黒 */
.line-black {
	stroke: #000;
	stroke-width: 3;
	fill: none;
}
/* 赤 */
.line-red {
	stroke: #ff0000;
	stroke-width: 3;
	fill: none;
}
/* オレンジ */
.line-orange {
	stroke: #ffaa00;
	stroke-width: 3;
	fill: none;
}
/* 緑 */
.line-green {
	stroke: #00aa1a;
	stroke-width: 3;
	fill: none;
}
.clickable {
  pointer-events: stroke;   /* 線だけ当たり判定 */
  cursor: pointer;
}
.not-clickable {
  pointer-events: none;     /* 完全に当たらない */
}

/* 見た目側はイベント無効 */
.seg-line {
  pointer-events: none;
}

/* 当たり判定：透明だけど押せる */
.seg-hit {
  fill: none;
  stroke: transparent;
  stroke-width: 10;      /* 押しやすさ */
  pointer-events: stroke;
  cursor: pointer;
}

/* クリック不可は完全無効化 */
.seg-hit.not-clickable {
  pointer-events: none;
  cursor: default;
}


/* マーカーの初期表示を非表示 */
.is-hidden { display: none; }
.marker { cursor: pointer; }


/* === dialog 外側（枠なし・中央） === */
.reg-dialog {
  position: fixed;     /* ←これ必須 */
  margin: 0;           /* ←デフォルト中央寄せを無効化 */
  border: 0;
  padding: 0;
  background: transparent;
  width: min(560px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
}

/* 画面全体の暗幕 */
.reg-dialog::backdrop {
  /*background: rgba(0, 0, 0, 0.55);*/
}

/* 半透明パネル */
.reg-panel {
  background: rgba(40, 40, 40, 0.85);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

/* タイトル行 */
.reg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px;
  /*padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
}

.reg-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* 閉じるボタン */
.reg-close {
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 4px 8px;
  cursor: pointer;
  opacity: 0.9;
}
.reg-close:hover { opacity: 1; }

/* 本文 */
.reg-body {
  padding: 0px 8px 8px;
}

/* 表 */
.reg-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

/* 罫線とセル */
.reg-table th,
.reg-table td {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 2px 4px;
  vertical-align: middle;
}

/* 左見出し列 */
.reg-table th {
  width: 22%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.06);
}

/* 右本文列 */
.reg-table td {
  text-align: left;
  word-break: break-word;
}

/* 規制箇所の2行表示 */
.reg-main {
  /*font-size: 18px;*/
  font-weight: 700;
}
.reg-sub {
  margin-top: 4px;
  font-size: 14px;
  opacity: 0.95;
}

/* 小さい画面は少し詰める */
@media (max-width: 480px) {
  .reg-table { font-size: 14px; }
  .reg-main { font-size: 16px; }
  .reg-title { font-size: 16px; }
}

/*--- STG表示 ---*/
body.env-dev::before {
  content: "STG";
  position: fixed;
  top: 8px;
  left: 12px;
  padding: 4px 10px;
  background: #c0392b;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 9999;
  opacity: 0.9;
}


