@charset "UTF-8";
/******************** CSS RESET ********************/
*, *::before, *::after {
	box-sizing: border-box;
}
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%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #949494;
	margin: 1em 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="radio"]{
	margin-top: 0;
	padding-top: 0;
}
input,
label{
	vertical-align: middle;
}
legend{
	width: 100%;
}
/******************** 共通設定 ********************/
html{
	scroll-padding-top: 97px;
	overflow: auto;
	scroll-behavior: smooth;
}
body {
	font-family: "UD新ゴ R", "UD Shin Go Regular", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
	letter-spacing: 0.12em;
	color: #222;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-wrap: anywhere;
	padding-left: 6em;
}
#main_outline{
	background: #FFF;
}
	@media (min-width: 1025px) {
		body{
			position: static !important;
			width: 100% !important;
			overflow: hidden;
		}
	}
	@media (max-width: 1024px){
		html{
			scroll-padding-top: 5em;
		}
		body {
			padding: 4.6em 0 0;
		}
	}
	@media (max-width: 480px){
		body {
			padding-top: max(4.25em , 73px);
		}
	}
/**** テキスト ****/
p, li {
	margin-top: 12px;
}
.small {
	font-size: 85%;
}
strong{
	color: #222222;
}
/**** リンク ****/
a {
	min-height: 24px;
	min-width: 24px;
	transition: .2s;
}
a:link {
	text-decoration: underline;
	color: #2b3095;
}
a:visited {
	text-decoration: underline;
	color: #791e78;
}
a:hover {
	color: #860000;
}
a:active {
	color: #860000;
}
a:link > strong{
	color: #2b3095;
}
a:visited > strong {
	text-decoration: underline;
	color: #791e78;
}
a:hover > strong {
	color: #9f0000;
}
a:active > strong {
	color: #9f0000;
}
.block-link {
  display: inline-block;
}

/**** 別ウィンドウで開く ****/
.window {
	display: inline-block;
	font-size: 62.5%;
	font-weight: normal;
	background: #FFFFB1;
	color: #222;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #706101;
	vertical-align: text-bottom;
	word-wrap: break-word;
	outline: 1px solid #fff;
}
h2 .window{
	font-size:56.25%;
}
.main_naka h2 .window{
	font-size: 49%;
}
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	width: 1px;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: auto;
	left: -3000px;
	z-index: 9999;
	padding: 4px 0;
}
.skip a:active,
.skip a:focus-visible {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
	outline-offset: -3px;
}
/**** フォーム ****/
#body input, header button, #main_outline button, footer button, #body textarea {
	background: #fff;
	border: 1px solid #706101;
	font-size: 85%;
	letter-spacing: 0.12em;
	color: #333;
}
/* text,textarea */
#body input[type="text"], #body textarea ,#body input[type="password"] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #706101;
	padding: 8px 6px;
}
/* select */
#body select,#body select[size], #body select[multiple], #body select[size][multiple] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: 24px;
	min-width: 24px;
	appearance: none;
	border: 1px solid #777;
	background: #fff url(../images/select.svg) calc(100% - 8px) center no-repeat;
	border-radius: 4px;
	padding: 8px 24px 8px 6px;
	color: #333;
}
#body select[multiple],
#body select[size][multiple]{
	background: #fff;
	padding: 8px 6px;
}
/* submit,reset,button */
#body input[type="submit"], #body input[type="reset"],header button[type="button"],#main_outline button[type="button"],footer button[type="button"], header button, #main_outline button, footer button, #body #shelter_search, #body #reset, #body .print input[type="button"] {
	background: #FFF6D1;
	border-radius: 4px;
	cursor: pointer;
	color: #2b3095;
	display: inline-block;
	text-align: center;
	padding: 6px 16px;
	transition: .2s;
	width: auto;
}
#body input[type="submit"]:hover, #body input[type="reset"]:hover,header button[type="button"]:hover,#main_outline button[type="button"]:hover,footer button[type="button"]:hover, header button:hover, #main_outline button:hover, footer button:hover,#body #shelter_search:hover, #body #reset:hover, #body .print input[type="button"]:hover {
	background: #FFEFC1;
	border-color: #860000;
	color: #860000;
}
/**** 見出し等のフォント ****/
h1, h2, h3, h4, h5, h6, strong, th, em, b {
  font-family: "UD新ゴ DB","UD Shin Go DemiBold";
}
/**** その他 ****/
.anchor, .notit {
	display: block;
	height: 0;
	min-height: auto;
	min-width: auto;
	position: relative;
	z-index: -1;
	margin: 0;
	top: -1.5em;
}
:focus-visible{
	outline: 2px solid #422D1F;
	outline-offset: 2px;
}
.focus_visible:focus-visible{
  border-radius: 0;
  position: relative;
  z-index: 1001;
}
.anchor.focus_visible:focus-visible,
.notit.focus_visible:focus-visible {
	display: block;
	background-color: #fff;
	padding: 4px;
	height: auto;
	outline-offset: -3px;
	text-align: center;
	font-size: 85%;
	outline: 2px solid #422D1F;
	top: 0;
}
.focus_visible[tabindex="-1"]:focus{
	outline: none !important;
}
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
textarea:focus-visible {
  outline: inherit;
}
.user-tabbing input[type="text"]:focus-visible,
.user-tabbing input[type="tel"]:focus-visible,
.user-tabbing textarea:focus-visible {
  outline: 2px solid #422D1F;
}
.date {
	font-size: 85%;
	color: #222222;
	display: inline-block;
  margin: 0 4px;
}
.noscript {
	font-size: 85%;
	color: #a90000;
}
.none {
	display: none;
}
/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/

.design{
	clear: both;
}
/*
.zone01_in,
.zone02_in,
.zone03_in,
.zone04_in{
	padding: 0 12px;
}
*/

/********************** ヘッダー **********************/
.main_header {
	background: #fff;
	width: 100%;
}
	@media only screen and (max-width: 1024px) {
		.main_header{
			position: relative;
		}
	}
/**** ヘッダー上段(サブサイト帯) ****/
.sub_head-box {
	position: relative;
	display: block;
	background: #FDFDD6;
	border-bottom: 1px solid #CEC77C;
	z-index: 3;
}
.sub_head_in {
	display: flex;
/*	flex-wrap: wrap;*/
	max-width: 1224px;
	margin: 0 auto;
	padding: 16px 12px;
	justify-content: space-between;
}
.sub_head_in .sub_link-box {
	width: auto;
	align-self: center;
}
.sub_head_in .sub_link-box ul {
	display: flex;
/*	flex-wrap: wrap;*/
}
.sub_head_in .sub_link-box ul li:nth-child(n) {
	width: auto;
	margin: 0 24px 0 0;
	padding: 0;
}
.sub_head_in .sub_link-box ul li:last-child {
	margin-right: 0;
}
.sub_head_in .sub_link-box a {
	display: inline-block;
	border-radius: .6em;
}
.sub_head_in .sub_link-box a:hover {
	outline: 1px solid #860000;
	outline-offset: 2px;
	border-radius: .5em;
}
.sub_head_in .sub_link-box a span.window {
	margin: 4px 0 0 0;
}
.sub_head_in .sub_id {
	width: 100%;
	max-width: 270px;
	margin: 0 0 0 24px;
	align-self: center;
}
	@media only screen and (max-width: 1024px) {
		.sub_head-box {
			display: none;
		}
		.sub_head-box:has(.sub_head_kin-box){
			display: block;
		}
		.sub_head-box:has(.sub_head_kin-box) .sub_head_in {
			display: none;
		}
	}
.sub_head_in .sub_link-box.eme_btn-box {
/*	max-width: calc(100% - (450px + 6em));*/
	width: 100%;
	margin: 0;
	padding: 0;
}
.sub_head_in .sub_link-box.eme_btn-box li:nth-child(n) {
	max-width: unset;
	width: auto;
	margin: 0 1em 0 0;
	padding: 0;
}
.sub_head_in .sub_link-box.eme_btn-box li:last-child {
	margin: 0;
}
.sub_head_in .sub_link-box.eme_btn-box li a {
	display: flex;
	height: 100%;
	padding: 10px 12px;
	background: #FD7155;
	border: 2px solid #FFF;
	border-radius: .5em;
	outline: 1px solid #940F0F;
	color: #FFF;
	text-decoration: none;
	text-shadow: #9E311B 1px 1px 0,#9E311B -1px -1px 0,#9E311B -1px 1px 0,#9E311B 1px -1px 0,#9E311B 0px 1px 0,#9E311B 0 -1px 0,#9E311B -1px 0 0,#9E311B 1px 0 0;
}
.sub_head_in .sub_link-box.eme_btn-box li:last-child a {
	background: #69D1FB;
	outline-color: #007BAD;
	text-shadow: #005D82 1px 1px 0,#005D82 -1px -1px 0,#005D82 -1px 1px 0,#005D82 1px -1px 0,#005D82 0px 1px 0,#005D82 0 -1px 0,#005D82 -1px 0 0,#005D82 1px 0 0;
}
.sub_head_in .sub_link-box.eme_btn-box li a:hover {
	background: #FAD0CC;
	color: #860000;
	text-shadow: unset;
}
.sub_head_in .sub_link-box.eme_btn-box li a:focus-visible {
	background: #FAD0CC;
	color: #860000;
	text-shadow: unset;
	outline-offset: 2px;
}
.sub_head_in .sub_link-box.eme_btn-box li:last-child a:focus-visible {
	background: #BFE7F7;
	outline-color: #026992;
}
.sub_head_in .sub_link-box.eme_btn-box li:last-child a:hover {
	background: #BFE7F7;
}
.sub_head_in .sub_link-box.eme_btn-box li .icon-box {
	width: 60px;
	margin: 0 8px 0 0;
	align-self: center;
}
.sub_head_in .sub_link-box.eme_btn-box li .ttl-box {
	max-width: calc(100% - 68px);
	width: 100%;
	font-size: 114%;
	text-align: center;
	align-self: center;
}
.sub_head_in .sub_link-box.eme_btn-box li .main-ttl span:not(.sub-ttl) {
	display: inline-block;
}
.sub_head_in .sub_link-box.eme_btn-box li .sub-ttl {
	display: block;
	font-size: 90%;
}
.sub_head_in .sub_link-box.eme_btn-box li .sub-ttl span {
	display: inline-block !important;
	font-size: 70%;
}
/**** ヘッダーメイン ****/
.head {
	position: fixed;
	max-width: 6em;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.head_wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow-x: auto;
	justify-content: center;
	height: 100%;
	padding: 24px 8px 16px;
	background: #F9D800;
	border-right: 1px solid #958A81;
	z-index: 2;
}
.h_top .h1 {
	position: relative;
	max-width: 80px;
	width: 100%;
	margin: 24px auto 0;
	padding: 0;
	z-index: 1;
}
.head_in {
	display: inline-block;
	width: 100%;
	margin: auto 0 0;
}
.head_in .h1 {
	margin: 0;
	width: 270px;
}
.head_in .mainsite {
	margin: 0;
	min-width: 150px;
	text-align: center;
	max-height: 60px;
	display: flex;
	align-items: center;
}
.head_in .mainsite a {
	display: block;
	border: 1px solid #949494;
	background: #444;
	color: #fff;
	font-size: 85%;
	padding: 3px 10px 2px;
	text-decoration: none;
	border-radius: 4px;
}
.head_in .mainsite li a:hover{
	background: #007DB3;
}
	@media only screen and (max-width: 1024px) {
		.head {
			max-width: none;
			width: 100%;
			height: auto;
		}
		.head_wrap {
			padding: 8px 12px 8px;
			border: 0;
			border-bottom: 1px solid #958A81;
		}
		.h_top {
			display: flex;
			width: 100%;
			justify-content: space-between;
			flex-direction: row-reverse;
		}
		.h_top .h1 {
			display: flex;
			max-width: 220px;
			margin: 0;
			align-items: center;
		}
		.drawer_btn {
			display: flex;
		}
		.head_in{
			display: none;
		}
	}
	@media only screen and (max-width: 480px) {
		.head_in .h1 {
			max-width: 50vw;
			display: flex;
			align-items: center;
			max-height: 57px;
		}
		.h_main{
			width: 50vw;
		}
	}
	@media only screen and (max-width: 390px) {
		.h_top .h1 {
			max-width: 180px;
		}
	}
/**** ヘッダー下部 ****/
.h_toplist > li {
	position: relative;
	margin: 0;
	padding: 4px 0;
	text-align: center;
	font-size: 85%;
}
.h_toplist > li::after {
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	border-bottom: 1px solid #6B5B4F;
	bottom: 0;
	left: calc(50% - 20px);
}
.h_toplist > li > a {
	display: inline-block;
	padding: 6px 4px;
	background: #FFFFB1;
	border: 1px solid #422D1F;
	border-radius: 10px;
	text-decoration: none;
	overflow-wrap: anywhere;
	letter-spacing: 0.01em;
}
.h_toplist > li > a:hover {
	background: #FFF;
	border-color: #860000;
	color: #860000;
}
.h_toplist > li > a > span {
	display: inline-block;
}
	@media only screen and (max-width: 1024px) {
		.h_toplist {
			display: flex;
			flex-wrap: wrap;
		}
		.h_toplist > li {
			max-width: 50%;
			width: 100%;
			padding: 8px;
		}
		.h_toplist > li:first-child {
			max-width: unset;
			margin-bottom: 8px;
		}
		.h_toplist > li::after {
			display: none;
		}
		.h_toplist > li > a {
			width: 100%;
		}
	}
/* 色の反転 */
.bg_color{
	display: flex;
	align-items: center;
	margin-right:16px;
}
.bg_tit{
	padding: 0;
	margin: 0 6px 0 0;
}
.bg_list{
	display: flex;
	align-items: center;
}
.bg_list li{
	padding: 0;
	margin: 0 0 0 4px;
}
.bg_list li a{
	display: block;
	border: 1px solid #949494;
	border-radius: 4px;
	background: #fff;
	text-decoration: none;
	padding: 0 4px;
}
.bg_list li:last-child a{
	background: #000;
}
.bg_list li:last-child a > strong{
	color: #fff;
}

/* 文字サイズ */
.font_tit {
	margin: 0;
}
.font_list {
	display: flex;
}
.font_list li {
	margin: 0;
	width: 100%;
}
.font_list li a {
	display: block !important;
	padding: 2px 3px;
	background: #FFFFB1;
	border: 1px solid #422D1F;
	border-radius: 10px 0 0 10px;
	color: #222;
	text-decoration: none;
}
.font_list li:last-child a {
	background: #422D1F;
	border-radius: 0 10px 10px 0;
	color: #FFF;
}
.font_list li:last-child a strong {
	color: #FFF;
}
	@media only screen and (max-width: 1024px) {
		.h_toplist .font_tit {
			margin-bottom: 8px;
		}
	}


/* 言語選択 */
.Language{
	position: relative;
	display: inline-block;
	padding: 4px 4px 4px 8px;
	letter-spacing: 0;
}
.Language .ac_box:focus{
	outline: 2px solid #007bbb;
	outline-offset: 4px;
  border-radius: 0;
}
.ac_box .ac_title.lang_btn{
	margin-top: 0;
	padding-right: max(3.5em, 64px);
}
header .Language button[type="button"].ac_display{
	top: -2px;
  right: 0;
  font-size: 100%;
}
.ac_box_lang .ac_box_in{
	display: none;
	position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
  border: 1px solid #949494;
  left: 0;
  margin: 4px 0 0;
  overflow: hidden;
  border-radius: 4px;
}
.lang_list li{
	border-bottom: 1px solid #949494;
	padding: 0;
	margin: 0;
}
.h_top .h_toplist .lang_list li a{
	display: inline-block;
	padding: 2px;
	text-align: center;
	width: 100%;
	border: none;
	border-radius: 0;
}
.main_header .Language .ac_box_in .close{
	text-align: center;
	padding: 4px;
	background: #fff;
}
.h_top .h_toplist .Language .close a{
	border-radius: 0;
	border: none;
	display: inline-block;
	border: 1px solid #949494;
	padding: 2px 4px 2px 18px;
	position: relative;
	border-radius: 4px;
}
.h_top .h_toplist .Language .close a::before{
	content: '';
  background: #007DB3;
  position: absolute;
  left: 4px;
  top: 0.85em;
  height: 2px;
  width: 10px;
  z-index: 1;
}

/* 検索ボックス */
.src_box .q {
	float: left;
	width: calc(100% - 80px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px!important;
	border: 1px solid #949494 !important;
	border-right: none;
	border-radius: 4px 0 0 4px!important;
}
.src_box input.q:focus-visible{
	outline-offset: -4px;
	outline: 2px solid #422D1F;
}
.h_main .src_box #search_button,
.src_box #search_button_sp {
	width: 80px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #007DB3;
	color: #fff;
	font-size: 80%;
	cursor: pointer;
	border: 1px solid #949494;
	border-left: none;
	white-space: normal;
	display: block;
	border-radius: 0 4px 4px 0 ;
}
.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover{
	background: #006fab;
}
/* 探す内 */
/* 検索ボックス */
.search_box {
	background: #FFE9BE;
}
.search_box h2{
	position: absolute;
	z-index: -10;
	opacity: 0;
}
.search .tab_index{
	display: flex;
	gap: 12px;
}
.head_src .tab_index .tab_change{
	width: 100%;
}
.search .tab_index a{
	display: block;
	text-decoration: none;
	border: 1px solid #A37833;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	padding: 8px 12px;
	background: #fff;
	text-align: center;
}
.search .tab_index .is-active a{
	background: #FFFFB1;
	color: #422D1F;
	border-color: #A37833;
}
.search .tab_index .is-active a::after{
	content: "";
	display: inline-block;
	background: url(img/arrow07.svg) no-repeat;
	width: 12px;
  height: 10px;
	margin: 0 0 0 8px;
}
.search_box ul{
	border: 1px solid #A37833;
	background: #fff;
	padding: 16px;
	border-radius: 0 0 8px 8px;
}
.search_box ul li{
	margin: 0;
	width: 100%;
}
.search_box .src_box .q {
	float: left;
	width: calc(100% - 80px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px!important;
	border: 1px solid #A37833 !important;
	border-right: none;
	border-radius: 4px 0 0 4px!important;
}
.search_box .src_box #search_button,
.search_box .src_box #id-search_button,
.search_box .src_box #search_button2,
.search_box .src_box #id-search_button2{
	width: 80px;
	min-height: 40px;
	margin: 0;
	padding: 4px 4px 4px 26px;
	background: #FFF6D1 url("img/ss_chil_search.svg") no-repeat 10px 50% / 15px 15px;
	color: #2B3095;
	cursor: pointer;
	border: 1px solid #A37833;
	border-left: none;
	white-space: normal;
	display: block;
	border-radius: 0 4px 4px 0 ;
}
.search_box .src_box #search_button:hover,
.search_box .src_box #id-search_button:hover,
.search_box .src_box #search_button2:hover,
.search_box .src_box #id-search_button2:hover{
	background: #FFFFB1 url("img/ss_chil_search.svg") no-repeat 10px 50% / 15px 15px;
	color: #860000;
}
.common_src{
	margin: 16px 0 24px;
}
.common_src h2{
	position: relative;
}
.common_src h2 span{
	background: #FFE9BE;
  z-index: 1;
  position: relative;
  margin: 0 0 0 12px;
  padding: 8px;
}
.common_src h2::before{
	content: "";
  display: block;
  position: absolute;
  z-index: 0;
  border-bottom: 1px solid #6B5B4F;
  width: 100%;
  top: 0.7em;
  left: 0;
}
.common_src .ilist_lower{
	margin: 8px;
}
.common_src .ilist ul{
	display: flex;
	flex-wrap: wrap;
}
.common_src .ilist li{
	margin: 8px 16px 0 0;
}
.common_src .ilist a{
	display: block;
	text-decoration: none;
	border: 1px solid #A37833;
	border-radius: 1000px;
	padding: 4px 8px;
	background: #fff;
	font-size: 85%;
	transition: 0.2s;
}
.common_src .ilist a:hover{
	background: #FFF6D1;
}
.context_src{
	margin: 16px 0;
	border-bottom: 1px solid #6B5B4F;
	padding: 0 0 16px;
}
.context_src h2{
	position: relative;
	margin: 0 0 16px;
}
.context_src h2 span{
	background: #FFE9BE;
  z-index: 1;
  position: relative;
  margin: 0 0 0 12px;
  padding: 8px;
}
.context_src h2::before{
	content: "";
  display: block;
  position: absolute;
  z-index: 0;
  border-bottom: 1px solid #6B5B4F;
  width: 100%;
  top: 0.7em;
  left: 0;
}
.context_src ul{
	display: flex;
	flex-wrap: wrap;
}
.context_src li:nth-child(n) {
	width: calc((100% - (8px * 2)) / 3);
	margin: 0 8px 8px 0;
}
.context_src li:nth-child(3n) {
	margin-right: 0;
}
.context_src a{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	padding: 12px 2px;
	background: #fff;
	border: 1px solid #A37833;
	border-radius: 8px;
	justify-content: center;
	text-decoration: none;
	transition: 0.2s;
}
.context_src a:hover {
	border-color: #860000;
}
.context_src a img{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	transition: 0.2s;
}
.context_src a:hover img{
	transform: scale(1.1);
}
.context_src a span.ilist_title {
	text-align: center;
	margin: 8px 0 0;
	width: 100%;
	font-size: 85%;
	align-self: center;
}
.context_src a .ilist_title span {
	display: block;
}
	@media only screen and (max-width: 768px) {
		.search_box .src_box .q{
			width: calc(100% - 72px) !important;
		}
		.search_box .src_box #search_button,
		.search_box .src_box #id-search_button,
		.search_box .src_box #search_button2,
		.search_box .src_box #id-search_button2{
			width: 72px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.src_box .q{
			width: calc(100% - 54px) !important;
		}
		.src_box #search_button_sp{
			width: 54px;
		}
	}
/**** グローバルナビ ****/
.g_navi {
	position: relative;
	background: #FDFDD6;
	letter-spacing: 0.12em;
	z-index: 1;
}
.g_navi_inner {
	position: relative;
	display: flex;
	max-width: 1224px;
	margin: 0 auto;
	padding: 24px 12px;
	justify-content: center;
}
.g_navi_inner nav {
	width: 100%;
	align-self: end;
}
.g_navi_in {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.g_navi_in > li:nth-child(n) {
	display: flex;
	width: calc((100% - 36px) / 4);
	margin: 0 12px 0 0;
	border: 0;
}
.g_navi_in > li:nth-child(4n) {
	margin-right: 0;
}
.g_navi_in > li .ac_box {
	display: block;
	margin: 0 auto;
	width: 100%;
	min-height: 74px;
	padding: 0;
	background: #FFF6D1 url("img/ss_chil_g_nav-bg.png") no-repeat;
	background-size: cover;
	border: 1px solid #7A6801;
	border-radius: .5em;
	align-content: center;
}
.g_navi_in > li.active .ac_box,
.g_navi_in > li .ac_box:has(button.ac_display:hover) {
	border-color: #860000;
}
header .g_navi_in > li button.ac_display,
header .g_navi_in > li a.home {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 4px;
	background: transparent;
	border: 0;
	border-radius: 7px;
	color: #422D1F;
	font-size: 100%;
	text-decoration: none;
	text-align: center;
	top: auto;
	right: auto;
	left: auto;
}
header .g_navi_in > li button.ac_display::before,
header .g_navi_in > li button.ac_display::after {
	display: none;
}
header .g_navi_in > li.active .ac_box,
header .g_navi_in > li.active button.ac_display {
	background: #F9D800;
	border-color: #422D1F;
}
header .g_navi_in > li button.ac_display:focus-visible {
	outline: 2px solid #422D1F;
	outline-offset: 4px;
}
header .g_navi_in > li button.ac_display:hover {
	background: #FFFEF8;
}
header .g_navi_in:not(.sidr_navi) > li button.ac_display b {
	position: relative;
	align-content: center;
	padding-bottom: 20px;
}
header .g_navi_in:not(.sidr_navi) > li button.ac_display b::before {
	display: block;
	position: absolute;
	content: '';
	width: 14px;
	height: 10px;
	background: url("img/arrow07.svg") no-repeat;
	bottom: 10px;
	left: calc(50% - 7px);
	transition: .2s;
}
header .g_navi_in > li button.ac_display:hover b::before {
	bottom: 5px;
}
.g_navi_inner .g_navi_in li .ac_box_in {
	padding-top: 2px;
}
.g_navi_inner .g_navi_in li .ac_box_in li a {
	display: flex;
	justify-content: flex-start;
	text-align: initial;
}
.g_navi_inner .g_navi_in li .ac_box_in li a span.icon-box {
	display: block;
	max-width: 40px;
	width: 100%;
	margin: 0 8px 0 0;
}
.g_navi_inner .g_navi_in li .ac_box_in li a span.ttl {
	align-content: center;
}
.g_navi_inner .g_navi_in li .ac_box_in li.active a {
	background: #FFF6D1;
	border-color: #422D1F;
	color: #422D1F;
}
.g_navi_in > li > a {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 74px;
	padding: 4px;
	background: #FFF6D1 url("img/ss_chil_g_nav-bg.png") no-repeat;
	background-size: cover;
	border: 1px solid #7A6801;
	border-radius: .5em;
	color: #422D1F;
	font-size: 120%;
	align-content: center;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	transition: all 0.3s;
	z-index: 2;
	outline: 1px solid #FFF;
}
.g_navi_in > li > a:focus-visible {
	outline: 2px solid #422D1F;
	outline-offset: 2px;
}
.g_navi_in > li > a:hover,
.g_navi_in > li.active > a {
	background-image: none;
	border-color: #860000;
	color: #860000;
}
.g_navi_in > li > a b {
	position: relative;
	display: block;
	align-content: center;
	width: 100%;
	margin: 0 4px 0 0;
	font-family: "A-OTF UD新丸ゴ Pr6N DB","UDShinMGoPr6N-DeBold";
	text-shadow: #FFF 1px 1px 0,#FFF -1px -1px 0,#FFF -1px 1px 0,#FFF 1px -1px 0,#FFF 0px 1px 0,#FFF 0 -1px 0,#FFF -1px 0 0,#FFF 1px 0 0;
	z-index: 2;
}
.g_navi_in > li > a b span {
	display: block;
}
.g_navi_in > li > a .icon-box {
	position: relative;
	display: block;
	max-width: 60px;
	width: 100%;
	height: auto;
	align-self: center;
	z-index: 1;
}
	@media only screen and (max-width: 1024px) {
		.g_navi{
			display: none;
		}
	}

/**** スマホメニューに関するスタイル ****/
/* メニューボタン */
#menu_button,
#menu_button2,
#menu_button_src,
#menu_button2_src{
	margin: 0;
	text-align: center;
	align-content: center;
}
#menu_button {
	margin: 16px 0 8px;
}
#menu_button.d_btn {
	padding: 0 8px;
}
#menu_button::after {
	display: block;
	position: relative;
	content: '';
	width: 40px;
	border-bottom: 1px solid #6B5B4F;
	left: calc(50% - 20px);
}
#menu_button button,
#menu_button_src button {
	position: relative;
	display: inline-block;
	padding: 20px 0 8px 0;
	background: transparent;
	border: none;
	border-radius: 4px;
	text-align: center;
	z-index: 2;
}
#menu_button_src button {
	min-width: 4em;
	padding: 0;
}
#menu_button2 button,
#menu_button2_src button {
	position: fixed;
	display: inline-block;
	width: 6em;
	padding: 24px 0 0 0;
	background: #FFF6D1;
	border: none;
	border-top: 1px solid #6B5B4F;
	border-bottom: 1px solid #6B5B4F;
	border-radius: 0;
	text-align: center;
	font-size: 100%;
	top: 33px;/* サイトIDが下部にあるため */
	left: 0;
}
#menu_button2_src button {
	top: calc(84px + 1em);/* サイトIDが下部にあるため */
	background: #FFE9BE;
}
#menu_button button .menu_text,
#menu_button2 button .menu_text,
#menu_button_src button .menu_text,
#menu_button2_src button .menu_text {
	color: #422D1F;
}
#menu_button button .icon_ham{
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #422D1F;
	top: 4px;
	left: 50%;
}
#menu_button button .icon_ham:before,
#menu_button button .icon_ham:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #422D1F;
	left: 50%;
}
#menu_button button .icon_ham:before{
	top: 6px;
}
#menu_button button .icon_ham:after{
	top: 12px;
}
#menu_button2 button .icon_ham,
#menu_button2_src button .icon_ham {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	margin-left: -8px;
	top: 4px;
	left: 50%;
}
#menu_button2 button .icon_ham:before,
#menu_button2 button .icon_ham:after,
#menu_button2_src button .icon_ham::before,
#menu_button2_src button .icon_ham::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 2px;
	margin-left: -12px;
	background: #422D1F;
	left: 50%;
}
#menu_button2 button .icon_ham:before,
#menu_button2_src button .icon_ham::before {
	top: 8px;
  transform: rotate(-45deg);
}
#menu_button2 button .icon_ham:after,
#menu_button2_src button .icon_ham::after {
	top: 8px;
  transform: rotate(45deg);
}
#menu_button_src button .icon {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	padding: 0;
	background: url("img/ss_chil_src_icon.svg") no-repeat;
}

	@media only screen and (max-width: 1024px) {
		#menu_button {
			position: relative;
			margin: 0;
			padding: 0 12px;
		}
		#menu_button::after {
			display: none;
		}
		#menu_button button,
		#menu_button_src button {
			max-width: 90px;
			min-height: 60px;
			padding: 32px 6px 4px;
			background: #FFFFB1;
			border: 1px solid #422D1F;
			border-radius: 10px;
		}
		#menu_button button .icon_ham {
			top: 12px;
		}
		#menu_button_src button {
			min-width: 60px;
			width: 100%;
			padding: 4px 6px;
		}
	}
/* メニュー内(ドロワーメニュー内部) */
#drawer.drawer-nav,
#drawer_src.drawer-nav_src {
	position: fixed;
	scrollbar-gutter: stable;
	overscroll-behavior-y: contain;
	width: 400px;
	height: 100vh;
	margin: 0 0 0 6em;
	background: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #6B5B4F;
	top: 0;
	left: 0;
	z-index: 1000;
}
.drawer-nav .anchor{
	padding: 0;
}
body.drawer-open{
	width: 100%;
}
.drawer-menu{
	min-height: calc(100% + 1px);
}
#drawer .d-close,
#drawer_src .d-close_src {
	max-width: 1224px;
	width: 100%;
	margin: 32px auto 0;
	text-align: center;
}
#drawer .d-close a,
#drawer_src .d-close_src a {
	background: #422D1F;
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  font-size: 85%;
  text-align: center;
  border-radius: 8px;
  min-width: 146px;
  color: #fff;
}
#drawer .d-close span,
#drawer_src .d-close_src span {
	display: inline-block;
  padding: 0 0 0 34px;
  position: relative;
}
#drawer .d-close span::before,
#drawer .d-close span::after,
#drawer_src .d-close_src span::before,
#drawer_src .d-close_src span::after {
	content: '';
  background: #fff;
  height: 2px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: calc(50% - 1px);
  margin-top: 0;
  transform: rotate(-45deg);
}
#drawer .d-close span::after,
#drawer_src .d-close_src span::after {
	transform: rotate(45deg);
}
.drawer_in {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100vh;
	padding: 32px 12px 40px 12px;
	background: #FFF6D1;
	border-right: 1px solid #6B5B4F;
}
.head_src .drawer_in {
	background: #FFE9BE;
}
#drawer_src .drawer_menu {
	background: #FFE9BE;
}
.drawer_menu .side_sitenavi {
	background: transparent;
	z-index: auto;
}
.sidr_navi.g_navi_in {
	display: block;
	padding: 0;
}
.sidr_navi.g_navi_in > li {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #CEC77C;
}
.sidr_navi.g_navi_in > li > a {
	color: #2B3095;
	font-size: 100%;
}
.sidr_navi.g_navi_in > li > a:hover {
	background: #FFF6D1;
	color: #860000;
}
.sidr_navi.g_navi_in > li > a,
header .sidr_navi.g_navi_in > li button.ac_display {
	position: relative;
	display: flex;
	justify-content: flex-start;
	padding: 8px 24px;
	border-radius: 8px;
	align-items: center;
	text-decoration: none;
	z-index: auto;
	transition: .2s;
}
header .sidr_navi.g_navi_in > li button.ac_display {
	width: 100%;
	min-height: 74px;
	background: url("img/ss_chil_g_nav-bg.png") no-repeat;
	background-size: cover;
	border-color: #7A6801;
	font-size: 100%;
	right: auto;
	top: auto;
}
header .sidr_navi.g_navi_in > li button.ac_display::before,
header .sidr_navi.g_navi_in > li button.ac_display::after {
	display: none;
}
header .sidr_navi.g_navi_in > li button.ac_display:hover {
	background: #FFF6D1;
	border-color: #860000;
	color: #860000;
}
.sidr_navi.g_navi_in > li > a .img,
header .sidr_navi.g_navi_in > li button.ac_display .img {
	display: block;
	width: 50px;
	margin: 0 12px 0 0;
}
.g_navi_in > li a.home img,
header .g_navi_in > li button.ac_display img {
	width: 50px;
	transition: .2s;
}
.sidr_navi.g_navi_in > li > a b {
	text-shadow: unset;
}
.sidr_navi.g_navi_in > li > a b,
header .sidr_navi.g_navi_in > li button.ac_display b {
	width: auto;
	font-family: "A-OTF UD新丸ゴ Pr6N DB","UDShinMGoPr6N-DeBold";
	align-content: flex-start;
	color: #2B3095;
}
.sidr_navi.g_navi_in > li > a:hover b,
header .sidr_navi.g_navi_in > li button.ac_display:hover b {
	color: #860000;
}
.sidr_navi.g_navi_in .ac_box_in {
	position: relative;
	top: 0;
}
.g_navi_in li .ac_box_in {
	display: none;
	position: absolute;
	width: 100%;
	padding-top: 12px;
	top: 100%;
	left: 0;
	z-index: 300;
}
.g_navi_in li .ac_box_in > div{
	background: #FDFDD6;
	border: 1px solid #422D1F;
	font-size: 90%;
	padding: 12px 8px 12px;
	position: relative;
	border-radius: 10px;
}
.sidr_navi.g_navi_in li .cate_title {
	margin-top: 12px;
}
.g_navi_in li .cate_title{
	padding: 0 8px 8px;
	margin: 0;
}
.g_navi_in li .cate_title a{
	position: relative;
  display: block;
  text-decoration: none;
  padding: 8px 16px 8px 8px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #A37833;
  transition: 0.2s;
  max-width: 300px;
  font-size: 120%;
}
.g_navi_in li .cate_title a:hover{
	background: #F7F7F7;
}
.g_navi_in li .cate_title a::before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	border-right: 1px solid #422D1F;
	border-bottom: 1px solid #422D1F;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	transition: 0.2s;
}
.g_navi_in li .cate_title a:hover::before{
	right: 8px;
}
.sidr_navi.g_navi_in li .cate_title a {
	max-width: none;
}
.sidr_navi.g_navi_in li .cate_title a:hover {
	background: #FFF6D1;
	border-color: #860000;
}
.sidr_navi.g_navi_in li .cate_title a:hover::before {
	border-color: #860000;
}
.g_navi_in li .ac_box_in ul{
	display: flex;
	flex-wrap: wrap;
}
.sidr_navi.g_navi_in li .ac_box_in ul {
	margin: 0 0 16px;
}
.g_navi_in li.ac_nav_active .ac_box::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform :translateX(-50%);
	border: 8px solid transparent;
	border-bottom: 12px solid #422D1F;
	z-index: 1;
}
.sidr_navi.g_navi_in li.ac_nav_active .ac_box::before {
	left: 32px;
}
.g_navi_in li .ac_box_in li{
	display: inline-block;
	position: relative;
	padding: 0 8px;
	margin-right: 0;
	border-bottom: none;
	vertical-align: top;
	box-shadow: none;
	width: 25%;
}
.g_navi_in li .ac_box_in li a{
	position: relative;
	display: block;
	padding: 8px;
	height: 100%;
	background: #FFF6D1 url("img/ss_chil_g_nav-bg.png") no-repeat;
	background-size: cover;
	border-radius: 10px;
	border: 1px solid #A37833;
	align-content: center;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
}
.g_navi_in li .ac_box_in li a:hover{
	background: #FFF6D1;
	border-color: #860000;
}
/*
.g_navi_in li .ac_box_in li a::before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	border-right: 1px solid #392004;
	border-bottom: 1px solid #392004;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	transition: 0.2s;
}
.g_navi_in li .ac_box_in li a:hover::before{
	right: 8px;
	border-color: #860000;
}
*/
.g_navi_in li .ac_box_in li a span.img {
	display: block;
	max-width: 50px;
	width: 100%;
	height: auto;
	margin: 0 auto 8px;
}
.sidr_navi.g_navi_in li .ac_box_in li {
	width: 50%;
}
.g_navi_in li .ac_box_in .close .ac_display{
	position: relative;
	border-color: #A37833;
	text-decoration: none;
	top: 0;
	right: auto;
}
.g_navi_in li .ac_box_in .close .ac_display::before {
	background: #392004;
	top: .95em;
}
.g_navi_in li .ac_box_in .close .ac_display::after{
	display: none;
}
.side_shien {
	display: block;
	max-width: 400px;
	margin: 24px auto 0;
	padding: 12px;
	background: #FFF6D1;
	border: 1px solid #CEC77C;
	border-radius: .5em;
}
/* メニュー内救急ボタン、下層ページ救急ボタン */
.g_navi_inner .eme_btn-box {
	max-width: 12.5vw;
	width: 100%;
	margin-right: 1em;
	padding: 2px 0 0 0;
}
.g_navi_inner .eme_btn-box li:nth-child(n) {
	width: 100%;
	margin: 0 0 12px;
	padding: 0;
}
.g_navi_inner .eme_btn-box li:last-child {
	margin: 0;
}
.side_ema .side_ema_lower li:nth-child(n) {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
}
.side_ema .side_ema_lower li:last-child {
	margin: 0 0 16px;
}
.g_navi_inner .eme_btn-box li a,
.side_ema .side_ema_lower li a {
	display: flex;
	padding: 10px 12px;
	background: #FD7155;
	border: 2px solid #FFF;
	border-radius: .5em;
	outline: 1px solid #940F0F;
	color: #FFF;
	text-decoration: none;
	text-shadow: #9E311B 1px 1px 0,#9E311B -1px -1px 0,#9E311B -1px 1px 0,#9E311B 1px -1px 0,#9E311B 0px 1px 0,#9E311B 0 -1px 0,#9E311B -1px 0 0,#9E311B 1px 0 0;
}
.g_navi_inner .eme_btn-box li:last-child a,
.side_ema .side_ema_lower li:last-child a {
	background: #69D1FB;
	outline-color: #007BAD;
	text-shadow: #005D82 1px 1px 0,#005D82 -1px -1px 0,#005D82 -1px 1px 0,#005D82 1px -1px 0,#005D82 0px 1px 0,#005D82 0 -1px 0,#005D82 -1px 0 0,#005D82 1px 0 0;
}
.side_ema .side_ema_lower li a:hover {
	background: #FAD0CC;
	color: #860000;
	text-shadow: unset;
}
.side_ema .side_ema_lower li:last-child a:hover {
	background: #BFE7F7;
}
.side_ema .side_ema_lower li .icon-box {
	width: 60px;
	margin: 0 8px 0 0;
	align-self: center;
}
.g_navi_inner .eme_btn-box li .ttl-box,
.side_ema .side_ema_lower li .ttl-box {
	max-width: calc(100% - 68px);
	width: 100%;
	font-size: 114%;
	text-align: center;
	align-self: center;
}
.g_navi_inner .eme_btn-box li .ttl-box {
	max-width: unset;
}
.g_navi_inner .eme_btn-box li .main-ttl span {
	display: inline-block;
}
.g_navi_inner .eme_btn-box li .sub-ttl,
.side_ema .side_ema_lower li .sub-ttl {
	display: block;
	font-size: 90%;
}
.g_navi_inner .eme_btn-box li .sub-ttl span,
.side_ema .side_ema_lower li .sub-ttl span {
	display: inline-block !important;
	font-size: 70%;
}
	@media print, screen and (min-width: 1025px) {
		#drawer.drawer-nav,
		.side_shien {
			display: none;
		  }
	}
	@media only screen and (max-width: 1024px) {
		#drawer.drawer-nav,
		#drawer_src.drawer-nav_src {
			width: 100%;
			margin: 4.7em 0 0;
		}
		#menu_button2 button,
		#menu_button2_src button {
			top: 0;
			max-width: 90px;
			min-width: 70px;
			width: auto;
			left: auto;
			padding: 0 10px;
			padding-top: 28px;
			border: none;
			border-right: 1px solid #6B5B4F;
			border-left: 1px solid #6B5B4F;
			right: 80px;
			height: calc(4.7em + 1px);
		}
		#menu_button2_src button{
			min-width: 60px;
			padding: 28px 0 0;
			top: 0;
			right: 12px;
		}
		#menu_button2 button .icon_ham,
		#menu_button2_src button .icon_ham{
			top: 17px;
		}
	}
	@media only screen and (max-width: 1024px) {
		.drawer_menu .side_sitenavi.g_navi {
			display: block;
		}
		.drawer_in {
			padding: 24px 12px 50dvh 12px;
			border-right: 0;
		}
		.side_ema .side_ema_lower li a {
			justify-content: center;
		}
		.side_ema .side_ema_lower li .icon-box {
			max-width: 60px;
			width: 100%;
			margin-right: 12px;
		}
		.side_ema .side_ema_lower li .ttl-box {
			max-width: unset;
			width: auto;
		}
	}
	@media only screen and (max-width: 480px) {
		#menu_button button {
			padding: 20px 2px 0;
		}
		#menu_button2 button,
		#menu_button2_src button {
			padding: 0 8px;
			padding-top: 28px;
		}
		#menu_button2_src button {
			min-width: 72px;
			padding: 0 2px;
			padding-top: 28px;
			right: 0;
		}
		#drawer.drawer-nav,
		#drawer_src.drawer-nav_src {
			margin-top: 4.4em;
		}
	}

/**** 緊急情報・重要なお知らせのスタイル ****/
.sub_head_kin-box {
	width: 100%;
	padding: 0 0 24px 0;
}
.emergency_wrap{
	padding: 24px 0 1px;
}
.main_header .emergency,
.main_header .important {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto ;
	padding: 0 12px;
}
.main_header .emergency p.ema_h,
.main_header .important p.ema_h{
	color: #fff;
	margin: 0;
	font-size: 120%;
}
.main_header .important p.ema_h{
	color: #222;
}
.main_header .ac_box_ema .ac_box,
.main_header .ac_box_ema2 .ac_box{
	position: relative;
	display: inline-block;
	width: 100%;
	background: #a90000;
	padding: 12px 16px;
	border-radius: 8px;
}
.main_header .ac_box_ema2 .ac_box{
	background: #F9D800;
	border: 1px solid #949494;
}
.main_header .ac_box_ema .ac_box:focus{
	outline: 2px solid #FF8A9B;
}
.main_header .ac_box_ema .ac_box button[type="button"].ac_display,
.main_header .ac_box_ema2 .ac_box button[type="button"].ac_display{
	top: calc(50% - 12px);
}
.main_header .ac_box_ema .ac_box button[type="button"].ac_display{
	border-color: #fff;
}
.main_header .ac_box_ema .ac_box button[type="button"].ac_display:focus,
.main_header .ac_box_ema .ac_box button[type="button"].ac_display:focus-visible {
	outline-color: #FFF;
}
.main_header .ac_box_in .close{
	text-align: right;
}
.main_header .ac_box_in .close .ac_display_ema,
.main_header .ac_box_in .close .ac_display_ema2{
  font-size: 85%;
}
.main_header .ac_box_in .close .ac_display_ema{
	border-color: #fff;
}
.main_header .ac_box_in .close .ac_display_ema::before{
	background: #a90000;
}
.main_header .ac_box_ema2 .ac_box p.ema_h {
	color: #392004;
}
.ac_box_ema .ac_box_in,
.ac_box_ema2 .ac_box_in {
	position: relative;
  background: #a90000;
  padding: 12px 16px;
  border: none;
  font-size: 100%;
  margin-top: 4px;
  border-radius: 8px;
  width: 100%;
}
.ac_box_ema2 .ac_box_in{
	background: #F9D800;
	border: 1px solid #949494;
}
.kinkyu{
	margin: 12px 0;
	padding: 12px;
	background: #fff;
	border-radius: 8px;
}
.main_header .kinkyu ul.more{
	font-size: 85%;
	margin: 16px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
}
.kinkyu .more li{
	padding: 0;
	margin: 8px 0 0 8px;
	min-width: 180px;
}
.kinkyu .more a{
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 8px;
	background: #FFF;
	border: 2px solid #a90000;
	border-radius: 8px;
	text-decoration: none;
}
.important .kinkyu .more a{
	background: #FFF6D1;
	border: 1px solid #998402;
	border-radius: 1000px;
}
.kinkyu .more a:hover{
	background: #FFE8E2;
}
.important .kinkyu .more a:hover{
	background: #FFEEE6;
	border-color: #860000;
}
.kinkyu .more li.rss span{
	background: url(../images/rss_o.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 20px;
}
.main_header .ac_box_ema_in {
	position: relative;
	background: #a90000;
	padding: 12px 16px;
	border: none;
	font-size: 100%;
	margin-top: 4px;
	border-radius: 4px;
	width: 100%;
}
.main_header .emergency_lower ul{
	margin: 0 0 16px;
}
.main_header .emergency ul:not(.more,.shelter_more) li,
.main_header .important ul:not(.more,.shelter_more) li{
	position: relative;
	padding-left: 16px;
	margin-top: 12px;
	text-align: left;
}
.main_header .emergency ul:not(.more,.shelter_more) li::before,
.main_header .important ul:not(.more,.shelter_more) li::before{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	transform: rotate(-45deg);
}
.main_header .emergency_lower ul.kin_text li:first-of-type{
	margin-top: 0;
}
.main_header .emergency_lower ul.kin_link{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.main_header .emergency_lower ul.kin_link li{
	padding: 0;
	margin: 0 12px 8px 0;
	display: block;
}
.main_header .emergency_lower ul.kin_link li::before{
	display: none;
}
.main_header .emergency_lower ul.kin_link li a{
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 4px;
	position: relative;
	padding: 6px 28px 6px 12px;
	background: #fff;
	display: flex;
	width: 100%;
	font-size: 90%;
	height: 100%;
	align-items: center;
	text-align: left;
	transition: 0.2s;
}
.main_header .emergency_lower ul.kin_link li a::before{
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #a90000;
	top: calc(50% - 7px);
	right: 8px;
}
.main_header .emergency_lower ul.kin_link li a::after{
	content: '';
	position: absolute;
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	bottom: calc(50% - 3px);
	right: 13px;
}
.main_header .emergency_lower ul.kin_link li a:hover{
	background: #fff;
}
.main_header .emergency_lower ul.kin_link li a:focus,
.main_header .emergency_lower ul.kin_link li a:focus-visible {
	outline-color: #FFF;
}
.ac_box_ema_in .close{
	text-align: right;
}
#body .ac_box_ema_in .ac_box_ema {
	background: #fff;
	border-radius: 4px;
	position: relative;
	padding: 6px 8px 6px 22px;
	text-decoration: none;
	display: inline;
	font-size: 85%;
}
	@media only screen and (max-width: 1024px){
		.sub_head_kin-box {
			padding: 24px 0 8px;
		}
		.emergency_wrap{
			padding: 12px 0 12px;
		}
		.main_header .ac_box_in .close{
			text-align: center;
		}
		.main_header .emergency_lower ul{
			margin: 0 0 8px;
		}
		.kin_text {
			min-width: unset;
			margin: 0 0 2px;
			font-size: 90%;
			padding: 0;
		}
		.main_header .emergency .kinkyu > li a{
			width: 100%;
			font-size: 100%;
			padding: 0;
			max-width: none;
			text-align: left;
		}
		.main_header .emergency_lower ul.kin_text{
			margin-bottom: 0px;
		}
		.main_header .emergency_lower ul.kin_link{
			margin-bottom: 16px;
		}
		.main_header .emergency_lower ul.kin_link li{
			margin: 12px 12px 0 0;
		}
		.main_header .emergency_lower ul.kin_link li.sp_none{
			display: none;
		}
		.main_header .emergency_lower ul.kin_link li a{
			max-width: none;
		}
		.ac_box_ema_in .close {
			position: relative;
			text-align: center;
			right: 0;
			bottom: 0;
		}
	}
/**** 避難所一覧機能のスタイル ****/
.emergency_shelter{
	border: 2px solid #a90000;
	padding: 0 12px 12px;
	margin-top: 12px;
	background-color: #ffdfdf;
	border-radius: 8px;
}
.main_header .ac_box_ema_wrap .ema_s_h,
.emergency_shelter h3{
	margin-top: 12px;
	padding: 4px 6px;
	font-size: 110%;
	border-left: 4px solid #a90000;
}
.main_header .shelter_more{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 85%;
}
.main_header .shelter_more li{
	padding: 0;
}
.main_header .shelter_more li::before{
	display: none;
}
.main_header .shelter_more a{
	background: #fff;
	border: 2px solid #a90000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	min-width: 180px;
	border-radius: 8px;
}
.main_header .shelter_more a:hover{
	background: #FFE8E2;
}
/********************** フッター **********************/
.main_footer {
	width: 100%;
	background: transparent;
	overflow: hidden;
}
	@media only screen and (max-width: 1024px) {
		.main_footer {
			min-width: 100%;
		}
	}
/**** トップへ戻る ****/
.foot_modori {
	margin-top: 80px;
	background: transparent;
}
.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px 24px;
	text-align: right;
}
.foot_modori a {
	position: fixed;
	display: inline-block;
	padding: 8px 6px 8px 4px;
	text-decoration: none;
	background: #FFF6D1;
	border: 1px solid #998402;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	outline: 1px solid #FFF;
	line-height: 1;
	font-size: 85%;
	transition: .4s;
	z-index: 100;
	right: 12px;
	bottom: 12px;
}
.foot_modori a::before {
	display: inline-block;
	content: '';
	width: 15px;
	height: 10px;
	margin: 0 8px;
	background: url("img/arrow08.svg") no-repeat 0 0 /contain;
}
.foot_modori a:hover {
	background: #FFEFC1;
	border-color: #860000;
}
.scroll_modori .foot_modori .modoriin a {
	position: relative;
	padding: 16px 12px;
	box-shadow: none;
	right: 0;
	bottom: 0;
}
.scroll_modori .foot_modori .modoriin a:focus,
.scroll_modori .foot_modori .modoriin a:focus-visible {
	outline-offset: -4px;
	outline-color: #000;
	background: #FFEFC1;
	border-color: #860000;
}
.scroll_modori .foot_modori a::before {
	width: 12px;
	height: 8px;
	margin: 0 12px 1px 8px;
}
.scroll_modori .foot_modori a:hover {
	bottom: 4px;
}
	@media only screen and (max-width: 1024px) {
		.foot_modori .modoriin {
			padding: 0 10px 24px;
			width: 100%;
		}
	}
/**** メインフッター ****/
.foot_wrap {
	padding: 0;
	background: #FDFDD6;
}
.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 12px;
}
.sub_foot_link {
	max-width: 1200px;
	width: 100%;
	margin: 24px auto 0;
	padding: 12px 24px 24px;
	background: #FFFFB1;
	border-radius: 20px;
}
.sub_foot_link .foot_link {
	width: fit-content;
	margin: 0 auto;
}
.sub_foot_link .foot_link li {
	width: auto;
}
.foot_link li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin-left: 16px;
	margin-right: 16px;
}
.foot_link li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -16px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(-45deg);
}
.foot_link li a:focus,
.foot_link li a:focus-visible {
	border-radius: 4px;
}
.foot_in {
	display: flex;
	margin: 32px 0 0;
}
.foot_id {
	max-width: calc(100% - (300px + 24px));
	width: 100%;
	margin: 0 auto 0 0;
}
.foot_id .img {
	max-width: 180px;
	width: 100%;
}
.foot_id ul:not(.foot_link) {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 12px 0;
}
.foot_id ul:not(.foot_link) li {
	margin: 0;
}
.foot_id ul:not(.foot_link) li a {
	display: inline-block;
	padding: 8px 16px;
	background: #FFF6D1;
	border: 1px solid #998402;
	border-radius: 10px;
	text-decoration: none;
	transition: .2s;
}
.foot_id ul:not(.foot_link) li a:hover {
	background: #FFEFC1;
	border-color: #860000;
}
.foot .address {
	margin-top: 8px;
}
.foot .address a[href^="tel:"]{
	cursor: default;
	color: #222;
	text-decoration: none;
}
.foot_copy {
	margin-top: 24px;
	padding: 8px 12px;
	background: #FFFFB1;
	font-size: 85%;
	text-align: center;
}
.foot_copyin {
	width: 1000px;
	margin: 0 auto;
}
	@media only screen and (max-width: 1024px) {
		.foot {
			width: 100%;
		}
		.foot_copyin{
			padding: 0 10px;
			width: 100%;
		}
		.foot .address a[href^="tel:"]{
			cursor: pointer;
			color: #2b3095;
			text-decoration: underline;
		}
		.foot_in {
			display: block;
		}
		.foot_id {
			max-width: unset;
			margin: 0 auto 24px;
		}
	}
/**** 各サブサイトへのリンク ****/
.foot_sub-site_link_box {
	display: block;
	position: relative;
	max-width: 300px;
	width: 100%;
	margin: 0 0 0 auto;
}
.sub-site_link ul {
	display: flex;
	flex-wrap: wrap;
}
.sub-site_link li:nth-child(n) {
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0;
}
.sub-site_link li:nth-child(3n) {
	margin-bottom: 0;
}
.sub-site_link li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 16px;
	background: #FFF6D1;
	border: 1px solid #998402;
	font-family: "A-OTF UD新丸ゴ Pr6N R","UDShinMGoPr6N-Regular";
	border-radius: 10px;
	color: #222;
	text-decoration: none;
}
.sub-site_link li a::before {
	display: block;
	position: absolute;
	content: '';
	width: 8px;
	height: 12px;
	background: url("img/arrow09.svg") no-repeat;
	top: calc(50% - 4px);
	right: 24px;
	transition: .2s;
}
.sub-site_link li a:hover {
	background: #FFEFC1;
	border-color: #860000;
}
.sub-site_link li a:hover::before {
	background: url("img/arrow10.svg") no-repeat;
	right: 18px;
}
.sub-site_link li a:focus,
.sub-site_link li a:focus-visible {
	outline-offset: -4px;
	outline-color: #000;
}
.sub-site_link li a .ilist_in {
	display: flex;
}
.sub-site_link li .ilist_left {
	max-width: 60px;
	width: 100%;
	height: 100%;
	margin: 0 12px 0 0;
	align-self: center;
}
.sub-site_link li .ilist_right {
	position: relative;
	max-width: calc(100% - (60px + 12px));
	width: 100%;
	margin: 0;
	padding: 0 20px 0 0;
}
.sub-site_link li .ilist_title {
	margin: 0;
	padding: 0;
	font-size: 80%;
}
.sub-site_link li .ilist_title span {
	display: block;
}
.sub-site_link li .ilist_title span.top_text {
	margin: 4px 0 0;
	color: #2B3095;
	font-size: 125%;
	transition: .2s;
	font-family: "A-OTF UD新丸ゴ Pr6N DB","UDShinMGoPr6N-DeBold";
}
.sub-site_link li a:hover span.top_text {
	color: #860000;
}
	@media only screen and (max-width: 1024px) {
		.foot_sub-site_link_box {
			max-width: unset;
			margin: 0;
		}
		.sub-site_link li .ilist_right {
			align-self: center;
		}
		.sub-site_link li .ilist_title span:not(.top_text) {
			display: inline-block;
		}
	}
/********************** 領域共通のスタイル **********************/
.list_icon{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 4px 0;
	padding: 0 8px;
	background: #F9D800;
	border: 1px solid #998402;
	border-radius: 4px;
	text-decoration: none;
}
/**** アコーディオンのスタイル ****/
.ac_display{
	display: none;
}
.ac_box{
	position: relative;
}
.ac_box .ac_title,
.main .ac_box .ac_title{
	padding-right: max(3.5em, 70px);
}
.ac_box:focus{
	outline: 2px solid #007bbb;
  outline-offset: -2px;
  z-index: 1;
  border-radius: 7px;
}
.ac_box02 .ac_box:focus{
	outline: 2px solid #949494;
  border-radius: 0;
  outline-offset: 2px;
}
.ac_box[tabindex="-1"]:focus,
.ac_box02 .ac_box[tabindex="-1"]:focus {
  outline: none !important;
}
.ac_box:focus >*{
	z-index: -1;
}
.ac_display,
#main_outline button[type="button"].ac_display,
header button[type="button"].ac_display{
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: none;
	border: 1px solid #706101;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border-radius: 4px;
	color: #2b3095;
	transition: .2s;
}
.ac_display:hover,
#main_outline button[type="button"].ac_display:hover,
header button[type="button"].ac_display:hover{
	background: #fff;
	border-color: #860000;
	color: #860000;
}
.ac_display::before,
.ac_display::after{
	content: '';
	background: #2b3095;
	position: absolute;
	left: 4px;
	top: 0.85em;
	height: 2px;
	width: 10px;
	z-index: 1;
	transition: .2s;
}
.ac_display:hover::before,
.ac_display:hover::after {
	background: #860000;
}
.ac_box_ema .ac_display::before,
.ac_box_ema .ac_display::after,
.ac_box_ema .close .ac_display::before{
	background: #a90000;
}
.ac_display::after{
	transform: rotate(90deg);
}
.ac_box_ema2.active .ac_display::after,
.ac_box_ema.active .ac_display::after,
.ac_box_wrap.ac_nav_active .ac_display::after{
	display: none;
}
.ac_box02_in .close .ac_display{
	position: relative;
  text-decoration: none;
  right: auto;
  width: auto;
  top: auto;
  margin: 0;
}
.ac_box_in .close {
	text-align: center;
}
.ac_box_in .close .ac_display_01,
.ac_box_in .close .ac_display_02,
.ac_box_in .close .ac_display_ema,
.ac_box_in .close .ac_display_ema2 {
	display: inline-block;
	font-size: 72%;
	background: #fff;
	border: 1px solid #949494;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border-radius: 4px !important;
	position: relative;
	text-decoration: none;
	right: auto;
	width: auto;
	top: auto;
	margin: 0;
	transition: .2s;
}
.ac_box_in .close .ac_display_01::before,
.ac_box_in .close .ac_display_02::before,
.ac_box_in .close .ac_display_ema::before,
.ac_box_in .close .ac_display_ema2::before {
	content: '';
	background: #2b3095;
	position: absolute;
	left: 4px;
	top: 1em;
	height: 2px;
	width: 10px;
	z-index: 1;
	transition: .2s;
}
.ac_box_in .close .ac_display_01:hover,
.ac_box_in .close .ac_display_02:hover,
.ac_box_in .close .ac_display_ema:hover,
.ac_box_in .close .ac_display_ema2:hover {
	border-color: #860000;
}
.ac_box_in .close .ac_display_01:hover::before,
.ac_box_in .close .ac_display_02:hover::before,
.ac_box_in .close .ac_display_ema:hover::before,
.ac_box_in .close .ac_display_ema2:hover::before {
	background: #860000;
}
.ac_box02 .ac_box_in{
	display: none;
}
@media print, screen and (min-width: 1025px) {
	.ac_box01 .ac_box_in{
		display: block !important;
	}
	.ac_box_in button[type="button"].ac_display_01,
	#main_outline button[type="button"].ac_display_01,
	.ac_box01 .close{
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	button[type="button"].ac_display_01,
	#main_outline button[type="button"].ac_display_01{
		display: inline-block;
	}
	.ac_box01 .ac_box_in{
		display: none;
	}
}

/**** RSSアイコンのスタイル ****/
.rss_icon,
a.rss_icon,
a.rss_icon2{
	background: #007DB3;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	line-height: 1.1;
	position: relative;
	border-radius: 4px;
	outline: 1px solid #fff;
}
.rss_icon,
a.rss_icon{
	font-size: 90%;
}
a.rss_icon2{
	font-size: 68.75%;
	padding: 3px 28px 1px 6px;
}
.rss_icon:focus,
a.rss_icon:focus,
a.rss_icon2:focus{
	outline: 2px solid #000;
}
a.rss_icon2 span{
	display: block;
}
a.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
.rss_icon img{
	margin-left: 4px;
	margin-top: -3px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
a.rss_icon2 img{
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 6px;
	height: auto;
	width: 16px;
	vertical-align: middle;
}
/********************** 伝えるWEBのスタイル(カスタム) **********************/
.head_in .tsutaeru-speech,
.head_in .tsutaeru-speech-buttons,
.side_shien .tsutaeru-speech,
.side_shien .tsutaeru-speech-buttons {
	padding: 0;
}
.head_in .tsutaeru-speech-buttons,
.side_shien .tsutaeru-speech-buttons {
	display: flex;
	flex-wrap: wrap;
}
.head_in .tsutaeru-speech .tsutaeru-button {
	display: block;
	width: 100%;
	margin: 0 0 8px 0;
	padding: 6px 4px !important;
	background: #FFFFB1 !important;
	border: 1px solid #422D1F !important;
	border-radius: 10px !important;
	color: #2b3095 !important;
	font-size: 100%;
}
.head_in .tsutaeru-speech .tsutaeru-button:hover {
	background: #FFF !important;
	border-color: #860000 !important;
	color: #860000 !important;
}
.head_in .tsutaeru-speech .tsutaeru-button:last-child {
	position: relative;
	margin-bottom: 0 !important;
	padding: 6px 4px !important;
}
.head_in .tsutaeru-speech .tsutaeru-button:last-child::before {
	display: block;
	position: absolute;
	content: '';
	width: 40px;
	border-top: 1px solid #6B5B4F;
	top: -6px;
	left: calc(50% - 20px);
}
.head_in .tsutaeru-speech-audio-container {
	position: fixed;
	bottom: max(200px , 5em);
	right: 24px;
	z-index: 9999;
}
.side_shien .h_toplist > li.read_btn {
	max-width: unset;
	width: 100%;
	margin: 0 0 8px;
}
.side_shien .tsutaeru-speech {
	width: 100%;
}
.side_shien .tsutaeru-speech .tsutaeru-button {
	max-width: 100%;
	width: calc((100% - 16px) / 2);
	margin: 0 16px 0 0;
	padding: 6px 4px !important;
	background: #FFFFB1 !important;
	border: 1px solid #422D1F !important;
	border-radius: 10px !important;
	color: #2b3095 !important;
	font-size: 100%;
}
.side_shien .tsutaeru-speech .tsutaeru-button:hover {
	background: #FFF !important;
	border-color: #860000 !important;
	color: #860000 !important;
}
.side_shien .tsutaeru-speech .tsutaeru-button:last-child {
	margin-right: 0;
}
.side_shien .tsutaeru-speech-audio-container {
	width: 100% !important;
	padding: 8px 0 0 !important;
}
.side_shien .tsutaeru-speech-audio {
	width: 100% !important;
}
body#body .tsutaeru-text {
	max-width: 100vw;
	max-height: calc(10em + 30px);
	width: calc(100% - 6em);
	margin-left: auto;
	font-size: 100%;
}
	@media only screen and (max-width: 1024px) {
		body#body .tsutaeru-text {
			width: 100%;
			z-index: 99900;
		}
	}