@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 #777;
	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: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #333;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-wrap: anywhere;
}

.inbody #main_outline {
	background: #fff;
}

@media (min-width: 1025px) {
	body {
		position: static !important;
		width: 100% !important;
	}
}

@media (max-width: 1024px) {
	html {
		scroll-padding-top: 0;
	}
}

/**** テキスト ****/
p,
li {
	margin-top: 12px;
}

.small {
	font-size: 85%;
}

strong {
	color: #B50000;
}

/**** リンク ****/
a {
	min-height: 24px;
	min-width: 24px;
}

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: #fff;
	color: #333;
	border-radius: 4px;
	padding: 1px 4px;
	margin: 0 4px;
	border: 1px solid #970E21;
	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;
	outline-offset: 0;
}

.skip a:active,
.skip a:focus-visible {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 85%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
	outline-offset: -2px;
}

/**** フォーム ****/
#body input,
header button,
#main_outline button,
footer button,
#body textarea {
	background: #fff;
	border: 1px solid #777;
	font-size: 100%;
	letter-spacing: 0.12em;
	color: #333;
}

/* text,textarea */
#body input[type="text"],
#body input[type="file"],
#body textarea,
#body input[type="password"],
#body input[type="email"],
#body input[type="tel"] {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	border: 1px solid #777;
	padding: 8px 6px;
	appearance: none;
	border-radius: 4px;
}

/* 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"] {
	cursor: pointer;
	display: inline-block;
	padding: 8px 16px;
	width: auto;
	color: #fff;
	text-align: center;
	background: #970E21;
	border: 0;
	border-radius: 4px;
}

#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: #660011;
}

/**** その他 ****/
.anchor,
.notit {
	display: block;
	height: 0;
	min-height: auto;
	min-width: auto;
	position: relative;
	z-index: -1;
	margin: 0;
}

:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.focus_visible:focus-visible {
	border-radius: 0;
	z-index: 1;
	position: relative;
}

.anchor.focus_visible:focus-visible,
.notit.focus_visible:focus-visible {
	display: block;
	background-color: #fff;
	padding: 4px;
	height: auto;
	outline-offset: -2px;
	text-align: center;
	font-size: 85%;
}

.focus_visible[tabindex="-1"]:focus-visible {
	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 #000;
}

.date {
	font-size: 85%;
	color: #555;
	display: inline-block;
	margin: 0 4px;
}

.noscript {
	font-size: 85%;
	color: #a90000;
}

.none {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.date {
		width: 100%;
	}
}

/******************** レイアウトCSS ********************/

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

.design {
	clear: both;
	background-color: #F4F1EF;
}

.inbody .design {
	background-color: transparent;
}


/********************** ヘッダー **********************/
.main_header {
	background: #fff;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.main_header {
		position: relative;
	}
}

/**** ヘッダー上段リンク ****/
.h_top_wrap {
	display: none;
	background: #e8f4f9;
	border-bottom: 3px solid #970E21;
	font-size: 85%;
}

.h_top {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 4px 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* head-list */
ul.head-list {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

ul.head-list li {
	margin: 12px 0 0 16px;
}

ul.head-list li:first-child {
	margin: 12px 0 0;
}

ul.head-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	width: 120px;
	min-height: 40px;
	font-size: 87.5%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #333;
	border: 0;
	border-radius: 4px;
	transition: all 0.3s;
}

ul.head-list li a:hover {
	background-color: #555;
}

/* ユーティリティ */
.h_toplist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 0 auto;
}

.h_toplist>li {
	margin: 12px 0 0 20px;
}

.h_toplist>li:first-child {
	margin: 12px 0 0;
}

.h_toplist>li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	min-height: 40px;
	font-size: 87.5%;
	text-decoration: none;
	background: #fff;
	border: 1px solid #970E21;
	border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
	.h_top_wrap {
		display: none;
	}
}

/* 色の反転 */
.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 #777;
	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_size,
.font_tit,
.font,
.font_list,
.font_list li {
	float: left;
}

.font_size {
	display: flex;
	align-items: center;
}

.font_tit {
	margin: 0 8px 0 0;
}

.font_list li {
	margin: 0 0 0 4px;
}

.font_list li:first-child {
	margin: 0;
}

.font_list li a {
	width: 48px;
}

.font_list li:first-child a {
	background-color: #FFFAFC;
}

.font_list li:last-child a {
	background-color: #970E21;
	transition: all 0.3s;
}

.font_list li:last-child a:hover {
	background-color: #660011;
}

.font_list li:last-child a strong {
	color: #fff;
}

/**** ヘッダーメイン ****/
.head_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px 8px;
	display: flex;
	position: relative;
}

.clone-nav .head_in {
	display: none;
}

.h_main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	width: calc(100% - 500px);
}

.head_in .h1 {
	margin: 12px 0 0;
	width: 480px;
}

@media only screen and (max-width: 1024px) {
	.head_in {
		align-items: center;
		width: 100%;
		padding: 12px 94px 11px 12px;
		min-height: 93px;
	}

	.head_in .h1 {
		margin: 0;
		max-width: none;
	}

	.h_main {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.head_in .h1 {
		display: flex;
		align-items: center;
	}
}

/* 言語選択 */
.language {
	position: relative;
	display: inline-block;
	padding: 4px 4px 4px 8px;
	letter-spacing: 0;
}

.language .ac_box:focus-visible {
	outline: 2px solid #000;
	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 #777;
	left: 0;
	margin: 4px 0 0;
	overflow: hidden;
	border-radius: 4px;
	outline: 1px solid #fff;
}

.lang_list li {
	border-bottom: 1px solid #777;
	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;
}

.h_top .h_toplist .lang_list li a:focus-visible {
	outline-offset: -2px;
}

.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 #777;
	padding: 2px 4px 2px 18px;
	position: relative;
	border-radius: 4px;
}

.h_top .h_toplist .language .close a::before {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 0.85em;
	height: 2px;
	width: 10px;
	z-index: 1;
}

/* 検索ボックス */
.h_main .src_box {
	width: 300px;
}

.src_box .q {
	float: left;
	width: calc(100% - 100px) !important;
	margin: 0;
	height: 40px !important;
	padding: 0 6px !important;
	border: 1px solid #970E21 !important;
	border-right: none;
	border-radius: 4px 0 0 4px !important;
}

.src_box input.q:focus-visible {
	outline-offset: -4px;
}

.h_main .src_box #search_button,
.src_box #search_button_sp {
	width: 100px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: #970E21;
	font-size: 87.5%;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	cursor: pointer;
	border: 1px solid #970E21;
	border-left: none;
	white-space: normal;
	display: block;
	border-radius: 0 4px 4px 0;
	transition: all 0.3s;
}

.src_box #search_button_sp {
	font-size: 100%;
}

.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover {
	background: #660011;
}

@media only screen and (max-width: 1024px) {
	.h_main .src_box {
		display: none;
	}

	/* .src_box .q {
		width: calc(100% - 54px) !important;
	}

	.src_box #search_button_sp {
		width: 54px;
	} */
}

/**** グローバルナビ ****/
.g_navi {
	position: relative;
	padding: 16px 0;
	letter-spacing: 0.1em;
	z-index: 1;
}

.g_navi_in {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	display: flex;
}

.g_navi_in>li {
	display: flex;
	margin: 0 auto 0 0;
	width: calc((100% - 80px) / 5);
}

.inbody .g_navi_in>li {
	width: calc((100% - 50px) / 6);
}

.g_navi_in>li:last-child {
	margin: 0;
}


.g_navi_in>li>a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 6px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	font-size: 125%;
	color: #fff;
	background: #970E21;
	border: 1px solid #970E21;
	border-radius: 8px;
	transition: all 0.3s;
	z-index: 2;
}

.inbody .g_navi_in>li>a {
	font-size: 112.5%;
	letter-spacing: 0;
}

.g_navi_in>li>a::before {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #fff;
	border-radius: 5px;
	z-index: -1;
}

.g_navi_in>li>a:hover,
.g_navi_in>li.active>a {
	color: #333;
	background-color: #fff;
}

.g_navi_in>li>a:hover::before,
.g_navi_in>li.active>a::before {
	border-color: #970E21;
}

.g_navi_in>li>a:focus-visible {
	outline-offset: -2px;
}

@media only screen and (max-width: 1024px) {
	.g_navi {
		display: none;
	}
}

/* 追従メニュー */
.clone-nav {
	background: rgba(255, 255, 255, 0.9);
	position: fixed !important;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	transition: .4s;
	transform: translateY(-170%);
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.is-show {
	transform: translateY(0);
}

.clone-nav .h_top_wrap,
.clone-nav .kin,
.clone-nav .emergency {
	display: none;
}

.clone-nav .h1 {
	flex-shrink: 0;
	width: 230px;
}

.clone-nav .h1 img {
	width: 170px;
}

.clone-nav .h1 .go_home {
	display: none;
}

.clone-nav .h_main {
	padding-bottom: 0 !important;
	width: calc(100% - 230px);
}

.clone-nav .g_navi_in>li a {
	/* font-size: 80%;
	padding-top: 6px;
	padding-bottom: 4px;
	letter-spacing: 0; */
}

.clone-nav .src_box .q,
.clone-nav .head_in .src_box #search_button {
	height: 32px;
	vertical-align: top;
}

.clone-nav:focus-within {
	transform: translateY(0);
}

.clone-nav #drawer.drawer-nav {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	.clone-nav {
		display: none;
	}
}

@media only screen and (max-width: 998px) {
	.clone-nav-in {
		flex-wrap: wrap;
		padding: 10px 0 0;
	}

	.clone-nav .h1 {
		padding: 0 12px 10px;
		width: auto;
	}

	.clone-nav .h1 img {
		width: 250px;
	}

	.clone-nav .g_navi_in {
		width: 100%;
	}
}


/**** スマホメニューに関するスタイル ****/
/* メニューボタン */
#menu_button,
#menu_button2 {
	position: fixed;
	top: 12px;
	right: 10px;
	margin-top: 0;
	z-index: 9997;
}

#menu_button button,
#menu_button2 button {
	position: relative;
	background: #3B3B3B;
	font-size: 87.5%;
	display: inline-block;
	text-align: center;
	padding: 42px 0 0 0;
	min-height: 72px;
	width: 72px;
	border: 2px solid #fff;
	border-radius: 8px;
	z-index: 2;
}

#menu_button button .menu_text,
#menu_button2 button .menu_text {
	color: #fff;
	letter-spacing: 0;
}

#menu_button button .icon_ham {
	position: absolute;
	top: 12px;
	left: 44%;
	margin-left: -15px;
	display: inline-block;
	background: #fff;
	height: 3px;
	width: 40px;
}

#menu_button button .icon_ham:before,
#menu_button button .icon_ham:after {
	position: absolute;
	left: 38%;
	content: '';
	margin-left: -15px;
	background: #fff;
	height: 3px;
	width: 40px;
}

#menu_button button .icon_ham:before {
	top: 14px;
}

#menu_button button .icon_ham:after {
	top: 28px;
}

#menu_button2 button .icon_ham {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -8px;
	display: inline-block;
	height: 3px;
	width: 30px;
}

#menu_button2 button .icon_ham:before,
#menu_button2 button .icon_ham:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 33%;
	margin-left: -22px;
	background: #fff;
	height: 3px;
	width: 40px;
}

#menu_button2 button .icon_ham:before {
	transform: rotate(-45deg);
}

#menu_button2 button .icon_ham:after {
	transform: rotate(45deg);
}

@media print,
screen and (min-width: 1025px) {

	#menu_button,
	#lan_drop {
		display: none !important;
	}
}

/* メニュー内 */
#drawer.drawer-nav {
	margin: 0;
	padding: 6em 12px 100dvh;
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.9);
	overscroll-behavior-y: contain;
	top: 0;
	left: 0;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	scrollbar-gutter: stable;
	z-index: 9998;
	/*バリデーションエラーは無視する*/
}

.drawer-nav .anchor {
	padding: 0;
}

body.drawer-open {
	width: 100%;
}

.drawer-menu {
	min-height: calc(100% + 1px);
}

#drawer .d-close {
	width: 100%;
	max-width: 1224px;
	margin: 32px auto 0;
	text-align: center;
}

#drawer .d-close a {
	background: #970E21;
	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 {
	display: inline-block;
	padding: 0 0 0 34px;
	position: relative;
}

#drawer .d-close span::before,
#drawer .d-close 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 {
	transform: rotate(45deg);
}

.sidr_navi {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sidr_navi li {
	width: calc((100%/3) - 8px);
	margin: 0;
}

.sidr_navi li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	min-height: 60px;
	background: #970E21;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	z-index: 0;
}

@media only screen and (max-width: 480px) {
	.sidr_navi li a {
		font-size: 87.5%;
		letter-spacing: 0;
	}
}

.sidr_navi li a::before {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #fff;
	border-radius: 5px;
	z-index: -1;
}

.sidr_navi_sub {
	margin: 24px 0 0;
	display: flex;
	gap: 8px;
}

.sidr_navi_sub li {
	width: calc((100%/2) - 4px);
	margin: 0;
}

.sidr_navi_sub li a {
	border: 1px solid #970E21;
	border-radius: 8px;
	display: block;
	text-decoration: none;
	padding: 8px 24px 8px 8px;
	background: #fff;
	position: relative;
}

.sidr_navi_sub li a::after {
	content: '';
	position: absolute;
	display: block;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	right: 12px;
	top: calc(50% - 4px);
}

.side_shien {
	background: #F4F1EF;
	padding: 24px 12px;
	border-radius: 8px;
	margin-top: 24px;
	border: 1px solid #970E21;
	font-size: 85%;
}

.sidr_navi02 {
	display: flex;
	gap: 8px;
	padding: 0 0 12px;
	flex-wrap: wrap;
}

.sidr_navi02 li {
	margin: 0;
}

.sidr_navi02 li a {
	border: 1px solid #777;
	border-radius: 8px;
	display: block;
	text-decoration: none;
	padding: 4px 8px;
	background: #fff;
	position: relative;
}

.sidr_navi03 {
	display: flex;
	gap: 8px;
}

.sidr_navi03 li {
	width: calc((100%/2) - 4px);
	margin: 0;
}

@media only screen and (max-width: 480px) {
	.sidr_navi03 {
		flex-wrap: wrap;
	}
}

.sidr_navi03 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 6px 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #333;
	border-radius: 4px;
}

.drawer_menu .src_box {
	padding: 24px 0 8px;
}


@media print,
screen and (min-width: 1025px) {
	#drawer.drawer-nav {
		display: none;
	}
}

@media print,
screen and (max-width: 768px) {
	.sidr_navi li {
		width: calc((100%/2) - 6px);
	}

	.sidr_navi_sub li a {
		padding: 4px 24px 4px 8px;
	}
}


/**** 緊急情報のスタイル ****/
.main_header .emergency {
	margin: 0 auto;
	padding: 0 12px 12px;
	max-width: 1224px;
	width: 100%;
}

.main_header .emergency p.ema_h {
	color: #fff;
	margin: 0;
	font-size: 120%;
}

.main_header .ac_box_ema .ac_box {
	position: relative;
	width: 100%;
	display: inline-block;
	background: #a90000;
	padding: 12px 16px;
	border-radius: 4px;
}

.main_header .ac_box_ema .ac_box:focus-visible {
	outline: 2px solid #000;
}

.main_header .ac_box_ema .ac_box button[type="button"].ac_display {
	border-color: #fff;
	top: calc(50% - 12px);
}

.main_header .ac_box_ema .ac_box button[type="button"].ac_display:focus-visible {
	outline-offset: -3px;
}

.main_header .ac_box_in .close {
	text-align: right;
}

.main_header .ac_box_in .close .ac_display_ema {
	font-size: 85%;
	border-color: #fff;
}

.main_header .ac_box_in .close .ac_display_ema::before {
	background: #a90000;
}

.ac_box_ema .ac_box_in {
	position: relative;
	background: #a90000;
	padding: 12px 16px;
	border: none;
	font-size: 100%;
	margin-top: 4px;
	border-radius: 4px;
	width: 100%;
}

.kinkyu {
	margin: 12px 0;
	padding: 12px;
	background: #fff;
	border-radius: 8px;
}

.kinkyu .more {
	font-size: 85%;
	margin-top: 16px;
	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 {
	background: #fff;
	border: 2px solid #a90000;
	display: inline-block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 8px;
}

.kinkyu .more a:hover {
	background: #FFE8E2;
}

.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 {
	position: relative;
	padding-left: 16px;
	margin-top: 12px;
	text-align: left;
}

.main_header .emergency 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-visible {
	outline-offset: -3px;
}

.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) {
	.kinkyu {
		margin: 12px 0 0;
	}

	.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;
}

.shelter_more {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 85%;
}

.shelter_more li {
	padding: 0;
}

.shelter_more li::before {
	display: none;
}

.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;
}

.shelter_more a:hover {
	background: #FFE8E2;
}

/**** ▼▼▼▼ 本番用緊急情報（JSで書き出しているため、デザインテンプレートのものでは適応できなかったため） ▼▼▼▼ ****/

.main_header .ac_box_ema {
	position: relative;
	width: 100%;
	display: inline-block;
	background: #a90000;
	padding: 12px 16px;
	border-radius: 4px;
}

.main_header .ac_box_ema a {
	color: #fff;
}

.main_header .ac_box_ema p.ac_ema_display {
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	right: 12px;
	margin-top: 0;
	font-size: 72%;
	background: #fff;
	outline: 1px solid #777;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border: none;
	border-color: #fff;
	border-radius: 4px;
	color: #2b3095;
}

.main_header .ac_box_ema p.ac_ema_display::before,
.main_header .ac_box_ema p.ac_ema_display::after {
	position: absolute;
	top: calc(50% - 2px);
	left: 4px;
	content: '';
	background: #a90000;
	height: 2px;
	width: 10px;
	z-index: 1;
}

.main_header .ac_box_ema_wrap .ac_box_ema p.ac_ema_display::after {
	transform: rotate(90deg);
}

.main_header .ac_box_ema_wrap.active .ac_box_ema p.ac_ema_display::after {
	display: none;
}

/**** ▲▲▲▲ 本番用緊急情報（JSで書き出しているため、デザインテンプレートのものでは適応できなかったため） ▲▲▲▲ ****/

/********************** フッター **********************/
.main_footer {
	margin-top: 76px;
	overflow: hidden;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.main_footer {
		min-width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.main_footer {
		margin-top: 26px;
	}

}


/**** ▼▼▼▼ マイページ ▼▼▼▼ ****/
.online_strage_a {
	padding-bottom: 24px;
}

.online_strage_a .mypage {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}

.online_strage_a .mypage_h2_wrapper {
	background-color: #970E21;
	padding-left: 16px;
	position: relative;
	border-radius: 8px 8px 0 0;
}

.online_strage_a .mypage_title {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	z-index: -1;
	position: absolute;
}

.online_strage_a .mypage_contents {
	background-color: #fff;
	padding: 4px 16px 16px;
	border: 1px solid #970E21;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}

.online_strage_a .mypage_list li {
	display: inline-block;
	font-size: 85%;
	margin-right: 8px;
}

.online_strage_a .mypage_list li p.online_strage_title {
	margin-top: 0;
}

.online_strage_a .mypage_list li p.online_strage_title a {
	background: #fff;
	border: 1px solid #555;
	padding: 2px 8px;
	margin: 0;
	border-radius: 4px;
	display: block;
	text-decoration: none;
}

.online_strage_a .online_strage button {
	background: #fff;
	color: #333;
	font-size: 68.75%;
	padding: 2px 4px;
	margin: 12px 8px 12px 0;
	vertical-align: bottom;
}

#body .online_strage_a .online_strage button[type="button"] {
	background: #fff;
	color: #2b3095;
	font-size: 75%;
	padding: 4px 6px;
	border: 1px solid #555;
}

#body .online_strage_a .online_strage button[type="button"]:hover {
	color: #9f0000;
}

@media only screen and (max-width: 1024px) {
	.online_strage_a {
		padding: 24px 0;
	}

	.online_strage_a .mypage {
		width: 100%;
	}
}

/**** ▲▲▲▲ マイページ ▲▲▲▲ ****/

/**** ▼▼▼▼ ページの先頭へ戻る ▼▼▼▼ ****/
.foot_modori {
	margin-top: 6px;
	margin-bottom: 16px;
}

.foot_modori .modoriin {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
	text-align: right;
}

.foot_modori a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	padding: 10px 6px;
	width: 160px;
	min-height: 50px;
	text-decoration: none;
	border-bottom: 0;
	line-height: 1;
	font-size: 87.5%;
	color: #fff;
	background: #970E21;
	border-radius: 4px;
	z-index: 0;
	transition: all 0.3s;
}

.foot_modori a:hover {
	background-color: #660011;
}

.foot_modori a::before {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #fff;
	border-radius: 4px;
	z-index: -1;
}

@media only screen and (max-width: 1024px) {
	.foot_modori .modoriin {
		padding: 0 10px;
		width: 100%;
	}
}

/**** ▲▲▲▲ ページの先頭へ戻る ▲▲▲▲ ****/

/**** メインフッター ****/
.foot_wrap {
	background-color: #FFFAFC;
}

.foot {
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 12px 12px;
}

.foot_link {
	text-align: center;
}

.foot_link li {
	position: relative;
	padding: 0;
	display: inline-block;
	margin: 16px 20px 0 0;
	padding-left: 20px;
	background-image: url(img/icon/mark-leaf.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}

.foot_id {
	margin-top: 40px;
}

.foot .address {
	margin: 0 auto;
	padding: 0 12px;
	max-width: 324px;
}

.foot .address a[href^="tel:"] {
	cursor: default;
	color: #222;
	text-decoration: none;
}

.foot_copy {
	position: relative;
	margin-top: 118px;
	padding: 8px 12px;
	font-size: 85%;
	color: #fff;
	text-align: center;
	background: #970E21;
}

.foot_copy::before {
	position: absolute;
	top: -80px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 80px;
	background-image: url(img/bg-brick.png);
	background-size: 200px;
}

.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;
	}
}

/********************** 領域共通のスタイル **********************/
.list_icon {
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	/* vertical-align: middle;
	margin: 0 4px 4px 0;
	border: 1px solid #007bbb;
	border-radius: 4px;
	background: #e8f4f9;
	text-decoration: none;
	padding: 0 8px;
	display: inline-block; */
}

.list_icon img {
	height: 100%;
	vertical-align: sub;
}

/**** アコーディオンのスタイル ****/
.ac_display {
	display: none;
}

.ac_box {
	position: relative;
}

.ac_box .ac_title,
.main .ac_box .ac_title {
	padding-right: max(2.5em, 70px) !important;
}

.ac_box:focus-visible {
	outline: 2px solid black;
	outline-offset: -2px;
	z-index: 1;
	border-radius: 7px;
}

.ac_box02 .ac_box:focus-visible {
	outline: 2px solid #777;
	border-radius: 0;
	outline-offset: 2px;
}

.ac_box[tabindex="-1"]:focus-visible,
.ac_box02 .ac_box[tabindex="-1"]:focus-visible {
	outline: none !important;
}

.ac_box:focus-visible>* {
	z-index: -1;
}

.ac_display,
#main_outline button[type="button"].ac_display,
header button[type="button"].ac_display {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 72%;
	background: #fff;
	border: none;
	outline: 1px solid #777;
	z-index: 100;
	padding: 4px 4px 4px 18px;
	border-radius: 4px;
	color: #2b3095;
}

.ac_display:hover,
#main_outline button[type="button"].ac_display:hover,
header button[type="button"].ac_display:hover {
	background: #fff;
	color: #860000;
}

.ac_display:focus-visible,
#main_outline button[type="button"].ac_display:focus-visible,
header button[type="button"].ac_display:focus-visible {
	outline: 2px solid #000;
	outline-offset: -4px;
	border: 1px solid #777;
}

.ac_display::before,
.ac_display::after {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 11px;
	height: 2px;
	width: 10px;
	z-index: 1;
}

.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_wrap.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 {
	display: inline-block;
	font-size: 72%;
	background: #fff;
	border: 1px solid #777;
	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;
}

.ac_box_in .close .ac_display_01::before,
.ac_box_in .close .ac_display_02::before,
.ac_box_in .close .ac_display_ema::before {
	content: '';
	background: #555;
	position: absolute;
	left: 4px;
	top: 1em;
	height: 2px;
	width: 10px;
	z-index: 1;
}

.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: #0075B3;
	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-visible,
a.rss_icon:focus-visible,
a.rss_icon2:focus-visible {
	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;
}