@charset "utf-8";
/* 記事本文 */
@import url("/ssi/css/detail.css");

/* ==================================================
PC
================================================== */

/* var() 関数 */
:root {

	/* コンテンツ幅 */
	--content-width: 1100px;
	/* sidebar1の幅 */
	--sidebar1-width: 300px;
	/* sidebar2の幅 */
	--sidebar2-width: 300px;

	/* フォントサイズ / 行間 / 文字間 */
	--fontsize-main-base: 62.5%;
	--fontsize-main: 1.6rem;
	--lineheight-main: 1.5;
	--letterspacing-main: 0em;
	/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
	--fontsize-main-small: 1.5rem;
	/* 本文（ #main ） */
	--fontsize-detail: 1.8rem;
	--lineheight-detail: 1.75;
	--letterspacing-detail: 0.05em;
	/* 本文の一段階小さいフォントサイズ（日付など） */
	--fontsize-detail-small: 1.6rem;
	/* 見出し */
	--lineheight-detail-midashi: 1.5;
	--letterspacing-detail-midashi: 0.1em;

	/* フォントファミリー */
	--fontfamily-normal: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;

}
/* var() 関数 ここまで */


/* ========== レイアウト ========== */

/* 全体 */
html {
	font-size: var(--fontsize-main-base, 62.5%);
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#container {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	min-width: var(--content-width, 1080px);
}

/* ヘッダ */
#header {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* メイン */
#mymainback {
	clear: both;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: var(--content-width, 1080px);
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#main {
	float: none;
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#main_a {
	margin: 0px;
	padding: 0px;
}

#main_body {
	margin: 0px;
	padding: 0px;
}

/* サイド */
#sidebar1 {
	float: none;
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
	width: var(--sidebar1-width, 300px);
	margin: 0px;
	padding: 0px;
}

#sidebar2 {
	float: none;
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
	width: var(--sidebar2-width, 300px);
	margin: 0px;
	padding: 0px;
}

.tpl_side1 #main {
	width: calc(100% - var(--sidebar1-width, 300px));
}
.tpl_side1 #main_a {
	padding-left: 40px;
}

.tpl_side2 #main {
	width: calc(100% - var(--sidebar2-width, 300px));
}
.tpl_side2 #main_a {
	padding-right: 40px;
}

.tpl_side1.tpl_side2 #main {
	width: calc(100% - var(--sidebar1-width, 300px) - var(--sidebar2-width, 300px));
}
.tpl_side1.tpl_side2 #main_a {
	padding-left: 40px;
	padding-right: 40px;
}

.tpl_side1 hr.hide,
.tpl_side2 hr.hide {
	display: none;
}

/* ========== 基本設定 ========== */

/* フォント */
body,
button,
input,
textarea,
select {
	font-family: var(--fontfamily-normal, sans-serif);
	font-size: var(--fontsize-main, 1.6rem);
	line-height: var(--lineheight-main, 1.5);
	letter-spacing: var(--letterspacing-main, 0em);
	overflow-wrap: break-word;
}

#main {
	font-size: var(--fontsize-detail, 1.8rem);
	line-height: var(--lineheight-detail, 1.75);
	letter-spacing: var(--letterspacing-detail, 0.05em);
}

h1, h2, h3, h4, h5, h6, strong,
.subsite_menu_ttl,
.site_name {
	font-family: var(--fontfamily-bold, sans-serif);
	line-height: var(--lineheight-detail-midashi, 1.5);
	letter-spacing: var(--letterspacing-detail-midashi, 0.1em);
	font-weight: bold;
}

/* JavaScript挿入箇所のフォントファミリー（webフォント使用時） */
/*
input,
textarea,
select,
#pankuzu_wrap, #footstep_wrap, #keep_page, #count_down_area,
#important_noticest_area, #important_noticest_area h2,
#osusume_contents_area, #osusume_contents_area h2,
#recommend_tag, #recommend_tag h2,
#ai_recommend_tag, #ai_recommend_tag h2 {
	font-family: sans-serif;
}
*/

em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Osaka, 'MS PGothic', sans-serif;
}

.mincho {
	font-family: 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝 Pro W3', Century, 'BIZ UDPMincho', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif;
}

/* 文字色 */
body {
	color: #333333;
}

/* リンク */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:hover img, a:focus img {
	opacity: 0.75;
}

/* レスポンシブアコーディオン用 */
input[id*="acc_ttl_label"] {
	display: none;
}
.acc_icon {
	display: none;
}

/* レスポンシブアコーディオン用（class付与） */
.acc_title.accordion {
	pointer-events: none;
}
.acc_title.accordion:focus {
	outline: none;
}
.acc_title.accordion a {
	pointer-events: auto;
}

/* ========== ヘッダ ========== */

/* スマートフォン用 */
#spm_wrap {
	display: none;
}
#btn_spm_support {
	display: none;
}

/* ヘッダ */
#header {
	font-size: 1.4rem;
	line-height: 1;
}

#header2 {
	background: url("/img/sites/zoo/common/bg-header.png") no-repeat center bottom #f2fcd0;
	color: #333333;
	position: relative;
}
#header2::before {
	content: '';
	display: block;
	width: 194px;
	height: 95px;
	background: url("/img/sites/zoo/common/img-head3.png") no-repeat left top transparent;
	color: inherit;
	position: absolute;
	left: calc(50% - 840px);
	bottom: 0px;
	pointer-events: none;
}
#header2::after {
	content: '';
	display: block;
	width: 208px;
	height: 330px;
	background: url("/img/sites/zoo/common/img-head4.png") no-repeat left top transparent;
	color: inherit;
	position: absolute;
	left: calc(50% + 690px);
	bottom: -180px;
	pointer-events: none;
}

#header2_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	position: relative;
}
#header2_box::before {
	content: '';
	display: block;
	width: 103px;
	height: 209px;
	background: url("/img/sites/zoo/common/img-head1.png") no-repeat left top transparent;
	color: inherit;
	position: absolute;
	left: -110px;
	bottom: 80px;
	pointer-events: none;
}
#header2_box::after {
	content: '';
	display: block;
	width: 136px;
	height: 214px;
	background: url("/img/sites/zoo/common/img-head2.png") no-repeat left top transparent;
	color: inherit;
	position: absolute;
	right: -140px;
	bottom: 20px;
	pointer-events: none;
}

#logo {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	line-height: 1;
	text-align: center;
	background: url("/img/sites/zoo/common/logo-img.png") no-repeat left calc(50% - 400px) top 50% transparent;
}
#logo a {
	display: block;
}
#logo h1,
#logo p {
	margin: 0px;
}
#logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_left {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
#he_right {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

/* ヘッダメニュー */
.header_nav {
	padding: 15px 0px 5px;
}

.header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.header_nav ul li:nth-child(2) {
	margin-right: auto;
}
.header_nav ul li > a,
.header_nav ul li > button {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 5px 0px 5px 30px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	color: #004273;
	font-weight: bold;
	text-decoration: none;
}
.header_nav ul li > a:hover,
.header_nav ul li > a:focus,
.header_nav ul li > button:hover,
.header_nav ul li > button:focus {
	text-decoration: underline;
}
.header_nav ul li.h_lang > button {
	background-image: url("/img/sites/zoo/common/icon-h-lang.png");
}
.header_nav ul li.h_easy > a {
	background-image: url("/img/sites/zoo/common/icon-h-easy.png");
}
.header_nav ul li.h_sound > button {
	background-image: url("/img/sites/zoo/common/icon-h-voice.png");
}
.header_nav ul li.h_support > button {
	background-image: url("/img/sites/zoo/common/icon-h-support.png");
}

/* アクセシビリティ機能 */
.h_support {
	position: relative;
}
.h_support.open button#btn_support_menu_open::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	background: #004273;
	color: #ffffff;
}
.h_support.open button#btn_support_menu_open::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	border: 8px solid transparent;
	border-bottom-width: 0px;
	border-top-width: 9px;
	border-top-color: #004273;
}

/* アクセシビリティ機能 */
#support_menu_box {
	display: none;
	width: 650px;
	position: absolute;
	top: calc(100% + 18px);
	right: 10px;
	z-index: 100;
	border-radius: 10px;
	border: 1px solid transparent;
	background: #004273;
	color: #ffffff;
	padding: 29px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.open #support_menu_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 30px;
}

#btn_support_menu_close {
	display: block;
	width: 24px;
	height: 24px;
	border: none;
	background: url("/img/sites/zoo/common/icon-support-close.png") no-repeat center center #ffffff;
	border-radius: 100%;
	color: #000000;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	bottom: -13px;
	right: -13px;
}

dl#moji_ruby, dl#moji_size, dl#haikei_color {
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
dl#moji_ruby dt, dl#moji_size dt, dl#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0px 7px 0px 0px;
	padding: 5px 0px;
}
dl#moji_ruby dt {
	margin: 0px 3px 0px 0px;
}
dl#moji_ruby dd, dl#moji_size dd, dl#haikei_color dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 3px;
}
dl#moji_ruby dd a, dl#moji_size dd a, dl#haikei_color dd a {
	display: block;
	background: #ffffff;
	color: #333333;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 10px;
}
dl#moji_ruby dd a {
	padding: 5px 11px;
}
dl#haikei_color dd a#haikei_white {
	padding: 5px 7px;
	border-color: #cccccc;
	background: #ffffff !important;
	color: #333333 !important;
}
dl#haikei_color dd a#haikei_black {
	padding: 5px 7px;
	border-color: #000000;
	background: #000000 !important;
	color: #ffffff !important;
}
dl#haikei_color dd a#haikei_blue {
	padding: 5px 7px;
	border-color: #0000ff;
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* 翻訳 */
.lang_box {
	right: auto;
	left: 0px;
}

/* グローバルメニュー */
#top_search {
	padding: 30px 0px 60px;
}
#top_search ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#top_search ul li {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-right: 2px solid #b3da5b;
}
#top_search ul li:last-child {
	border-right: none;
}
#top_search ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #004273;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 100%;
	position: relative;
}
#top_search ul li a::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: block;
	width: 0px;
	height: 2px;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
	background: #004273;
	color: #ffffff;
}
#top_search ul li a:hover::before,
#top_search ul li a:focus::before {
	width: calc(100% - 20px);
}

/* サブサイト共通ヘッダ */
#mainimg {
	width: var(--content-width, 1080px);
	margin: 30px auto 0px;
}

#mainimg_box {
	position: relative;
}
#mainimg_box a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#mainimg_box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#mainimg_box .site_name {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 3.2rem;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 1;
}
#mainimg_box .site_name.noimage {
	position: static;
	padding: 30px;
	text-shadow: none;
	background: #f6f6f6;
	color: #333333;
}

/* メニューへのリンク（スマートフォン用） */
.link_to_subsitemenu {
	display: none;
}

/* 検索展開 */
#open_search {
	display: block;
	position: fixed;
	right: 0px;
	top: 130px;
	z-index: 100;
	line-height: 1;
	text-align: center;
	background-color: #ffffff !important;
	border: 1px solid #7baf48 !important;
	border-right: none !important;
	border-radius: 10px 0px 0px 10px;
	padding: 15px 16px 12px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#open_search img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

dialog#search_dialog[open] {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 60px 0px;
	border: none;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
		-ms-overflow-style: none;
			scrollbar-width: none;
	background-color: #bbd96d;
}
.header_search {
	width: 1100px;
	margin: 0px auto;
	background: #ffffff;
	padding: 56px 60px 49px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.header_search_ttl {
	text-align: center;
	margin: 0px 0px 80px;
}
.header_search_ttl span {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	color: #004273;
	letter-spacing: 0.4em;
	padding: 73px 0px 0px;
	background: url("/img/sites/zoo/common/ico-search-ttl.png") no-repeat top center transparent;
}
#search_wrap {
	padding: 0px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
}

/* 探し方がわからないときは */
.search_howto {
	text-align: center;
	margin: 40px 0px 0px;
}
.search_howto a {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #333333;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.05em;
	padding: 5px 0px 5px 42px;
	background: url("/img/sites/zoo/common/ico-question.png") no-repeat center left transparent;
}

/* dialogを閉じる */
form[method="dialog"] {
	text-align: center;
	margin: 40px 0px 0px;
}
form[method="dialog"] .search_close {
	display: inline-block;
	vertical-align: middle;
	border: none;
	font-size: 1.8rem;
	line-height: 1;
	color: #333333;
	font-weight: bold;
	padding: 15px 0px 17px 72px;
	background: url("/img/sites/zoo/common/btn-close.png") no-repeat center left transparent !important;
}

/* キーワード検索 */
#top_search_keyword {
	width: calc(100% - 293px);
	margin: 0px 50px 40px 0px;
}

/* ページID検索 */
#top_search_page_id {
	display: inline-block;
	vertical-align: middle;
	width: 293px;
	text-align: left;
	margin: 0px 0px 32px;
}

#open_page_id_box .search_ttl {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1 !important;
	font-weight: bold;
	margin: 0px 0px 16px;
	color: #333333;
	letter-spacing: 0.05em;
	padding: 0px !important;
}
#open_page_id_box .search_ipt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	width: 293px;
	border: 1px solid #b3da5b;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0px;
	width: calc(100% - 100px);
	height: 58px;
	text-indent: 19px;
	border: none;
	border-radius: 10px 0px 0px 10px;
	font-size: 1.4rem;
	color: #333333;
	letter-spacing: 0.05em;
	outline: none !important;
}
#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100px;
	height: 58px;
	border: none;
	border-radius: 0px 10px 10px 0px;
	background: #b3da5b;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

#open_page_id_message {
	margin-top: 5px;
	text-align: right;
	font-size: 1.4rem;
}
#open_page_id_message:empty {
	display: none;
}
#open_page_id_link {
	display: block;
	margin: 14px 0 0;
	text-align: right;
}
#open_page_id_link a {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 8px 0 8px 40px;
	line-height: 1;
	font-size: 1.4rem;
	color: #333333;
	letter-spacing: 0.05em;
	background: url("/img/sites/zoo/common/ico-question.png") no-repeat left center transparent;
}

/* 重要なお知らせ */
#site_header_important_wrap {
	margin-top: -2px;
	background: #7baf48;
	padding-top: 10px;
	padding-bottom: 30px;
}
#site_header_important {
	width: var(--content-width, 1080px);
	margin: 0px auto;
}

#site_footer {
	margin-bottom: 30px;
	border: 1px solid transparent;
	background: #ffffff;
	border-radius: 60px;
	padding: 19px 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 20px;
}
#site_footer .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	color: #bb271a;
	background: url("/img/sites/zoo/common/icon-important.png") no-repeat left center transparent;
	padding: 5px 0px 5px 45px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 18rem;
}

#site_footer_box {
	width: calc(100% - 18rem - 20px);
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 3px 0px;
}
#site_footer_box p {
	margin: 0px 0px 1em;
}
#site_footer_box p:last-child {
	margin-bottom: 0px;
}

/* ========== フッタ ========== */

/* キッチンカー */
#btn_kitchencar {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 80;
	line-height: 1;
	width: 160px;
}
#btn_kitchencar img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#btn_kitchencar a {
	display: block;
	color: inherit;
	text-decoration: none;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
#btn_kitchencar a:hover {
	-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
}

/* フッタ */
#author_info {
	font-size: 1.4rem;
	line-height: 1;
	background: url("/img/sites/zoo/common/img-foot4.png") no-repeat left calc(50% - 780px) top 130px,
				url("/img/sites/zoo/common/img-foot5.png") no-repeat left calc(50% + 720px) top 180px transparent;
}
#author_info_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 40px 0px;
	position: relative;
}
#author_info_box::before {
	content: '';
	display: block;
	width: 309px;
	height: 360px;
	background: url("/img/sites/zoo/common/img-foot1.png") no-repeat left top transparent;
	position: absolute;
	top: -175px;
	left: -135px;
	pointer-events: none;
}
#author_info_box::after {
	content: '';
	display: block;
	width: 192px;
	height: 332px;
	background: url("/img/sites/zoo/common/img-foot2.png") no-repeat left top transparent;
	position: absolute;
	top: -240px;
	right: -80px;
	pointer-events: none;
}

#logo_footer {
	text-align: center;
}
#logo_footer img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#logo_footer::before {
	content: '';
	display: block;
	width: 209px;
	height: 149px;
	background: url("/img/sites/zoo/common/img-foot3.png") no-repeat left top transparent;
	position: absolute;
	top: 120px;
	right: 20px;
	pointer-events: none;
}

#author_box {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px 80px;
}
#author_box dl {
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px 30px;
}
#author_box dl dt {
	color: #004273;
	font-size: 3rem;
	font-weight: bold;
}
#author_box dl dd {
	margin: 0px;
	padding: 0px;
	font-size: var(--fontsize-main, 1.6rem);
	line-height: 1.75;
}

/* フッタメニュー */
.footer_navi {
	margin-top: 40px;
	text-align: center;
}
.footer_navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 50px;
}
.footer_navi ul li {
	width: 206px;
}
.footer_navi ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.8rem;
	line-height: 2.4rem;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 200px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.footer_navi ul li a:hover,
.footer_navi ul li a:focus {
	opacity: 0.75;
	-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.footer_navi ul li a .icon {
	display: inline-block;
	background-color: #00c7ff;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 100px;
}
.footer_navi ul li a:hover .icon,
.footer_navi ul li a:focus .icon {
	text-decoration: underline;
}

.footer_navi ul li.fnav1 a {
	background-image: url("/img/sites/zoo/common/bg-foot-link1.png");
}
.footer_navi ul li.fnav1 a .icon {
	background-image: url("/img/sites/zoo/common/icon-f-ichikawa.png");
}

.footer_navi ul li.fnav2 a {
	background-image: url("/img/sites/zoo/common/bg-foot-link2.png");
}
.footer_navi ul li.fnav2 a .icon {
	background-image: url("/img/sites/zoo/common/icon-f-ichikawa.png");
}

.footer_navi ul li.fnav3 a {
	background-image: url("/img/sites/zoo/common/bg-foot-link3.png");
}
.footer_navi ul li.fnav3 a .icon {
	background-image: url("/img/sites/zoo/common/icon-f-x.png");
	background-color: #000000;
	color: #ffffff;
}

/* コピーライト */
#copyright {
	background: #43c4fe;
}
#copyright p {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 25px 0px;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 78px;
	position: fixed;
	right: 0px;
	bottom: -180px;
	z-index: 70;
	-webkit-transition: bottom 0.5s ease-in-out;
	-o-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
#btn_pagetop.fixed {
	bottom: 0px;
}
#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#btn_pagetop a {
	display: block;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
#btn_pagetop a:hover {
	-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
}

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap {
	padding: 20px 0px 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
}
#pankuzu_wrap > div {
	width: var(--content-width, 1080px);
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu,
#footstep {
	position: relative;
	padding-left: 7rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
	width: 5rem;
	height: auto;
	min-height: 2rem;
	border: none;
	border-radius: 0;
	background: #004273;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding: 0.2rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
}

#clear_footstep {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: none;
	background: url("/img/sites/zoo/common/icon-clear.png") no-repeat center center transparent;
	color: inherit;
	margin-top: -2px;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin-bottom: 30px;
}
#main_header h1 {
	margin: 0px;
	padding: 26px 60px;
	background: url("/img/sites/zoo/common/h1-bg.png") no-repeat right 5px top 5px #b3da5b;
	border-radius: 60px;
	font-size: 3.2rem;
	color: #004273;
}

#main_body :where(h2,h3,h4,h5,h6) {
	clear: both;
	margin: 0px 0px 1em;
}

#main_body h2 {
	padding: 18px 37px 17px;
	border: 3px solid #7bb048;
	background: url("/img/sites/zoo/common/h2-bg.png") no-repeat right 10px top 10px transparent;
	border-radius: 50px;
	font-size: 2.6rem;
}

#main_body h3 {
	padding: 14px 37px;
	border: 3px solid #b3da5b;
	background: url("/img/sites/zoo/common/h3-bg.png") no-repeat right 15px top 15px transparent;
	border-radius: 40px;
	font-size: 2.4rem;
}

#main_body h4 {
	padding: 11px 37px 10px;
	border: 3px solid #7bb048;
	background: transparent;
	border-radius: 30px;
	font-size: 2.2rem;
}

#main_body h5 {
	padding: 10px 30px;
	background: transparent;
	font-size: 2.0rem;
	position: relative;
}
#main_body h5::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #004273;
	border-radius: 100%;
	color: #ffffff;
	position: absolute;
	left: 5px;
	top: 0.8em;
}

#main_body h6 {
	padding: 7px 30px 6px;
	background: transparent;
	font-size: 1.8rem;
	position: relative;
}
#main_body h6::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 3px solid #004273;
	background: #ffffff;
	border-radius: 100%;
	color: #000000;
	position: absolute;
	left: 5px;
	top: 0.65em;
}

/* テーブル */
#main_body table {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px; /* CMSver5以降は管理画面で枠線の太さを変更することができない（機能が削除された）ためCSSで指定 */
	margin: 0px 0px 1em;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body th {
	background: #e1f0bd;
	color: #333333;
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_body td {
	border-color: #333333;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* テーブル内のpタグのマージンを0にする */
#main_body table p {
	margin: 0px 0px 1em;
}
#main_body table p:last-child {
	margin: 0px;
}

/* ========== メイン ========== */

/* メイン */
#container {
	max-width: 2000px;
	margin: 0px auto;
	overflow: hidden;
}

#mymainback_bg {
	margin-top: -2px;
	background: url("/img/sites/zoo/common/img-foot6.png") no-repeat left 50% bottom -100px,
				url("/img/sites/zoo/common/bg-footer.png") no-repeat center bottom,
				url("/img/sites/zoo/common/bg-main.png") no-repeat center top #f0fccb;
	padding-bottom: 340px;
}

#mymainback {
	padding-top: 0px;
	padding-bottom: 60px;
}

#main_body {
	background: #ffffff;
	border-radius: 20px;
	padding: 30px;
}
#main_body p {
	margin: 0px 0px 1em;
}

.tpl_site_detail #main_body {
	border-radius: 0px 0px 20px 20px;
}

/* コンテンツヘッダ */
#content_header {
	background: #ffffff;
	border-radius: 20px 20px 0px 0px;
	margin: 0px 0px -2px;
	padding: 30px 30px 10px;
	text-align: right;
	font-size: var(--fontsize-main-small, 1.5rem);
}
#content_header > span {
	display: inline-block;
	margin-left: 2em;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url("/img/sites/zoo/common/icon-print.png") no-repeat left center transparent;
	padding-left: 20px;
}

/* SDGsアイコン */
.d-flex.f-wrap-wrap,
.sdgs-icons {
	margin: 0px 0px 20px;
	text-align: left;
}
.d-flex.f-wrap-wrap > *,
.sdgs-icons > * {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 5px 0px;
	width: 100px;
}

.d-flex.f-wrap-wrap img,
.sdgs-icons img {
	width: 100px;
	height: auto;
	vertical-align: top;
}
.d-flex.f-wrap-wrap > * img,
.sdgs-icons > * img {
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}

/* カレンダー登録 */
#calendar_button_google,
#calendar_button_yahoo {
	display: inline-block;
	vertical-align: top;
	margin: 40px 30px 0px 0px;
}
#calendar_button_google a,
#calendar_button_yahoo a {
	display: inline-block;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 2rem;
	padding: 5px 0px 5px 35px;
	background: url("/img/sites/zoo/common/icon-calendar.png") no-repeat left center transparent;
}

/* SNSボタン */
.sns_button_wrap {
	margin-top: 40px;
	line-height: 1;
}
.sns_button_wrap > div {
	display: inline-block;
	vertical-align: top;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 40px 0px 0px;
	width: 100%;
	display: table;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
.wmplayer_download .wmplayer_img {
	width: 88px;
}
.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.tenpu_txt {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0em;
}
.tenpu_txt br {
	display: none;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 40px 0px 0px;
	padding: 25px 30px 30px;
	background: #e8efee;
	border-radius: 20px;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}
#main_body #hyouka_area_box h2::before,
#main_body #hyouka_area_box h2::after {
	display: none;
}
#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

#hyouka_area_box .hyouka_box_detail {
	border-bottom: 1px solid #004273;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: var(--fontsize-main-small, 1.5rem);
}
#hyouka_area_box .hyouka_box_detail:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset legend {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 4em 0px 0px;
}
#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: 11em;
}
.font_size_changed #hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
	min-width: auto;
}
#hyouka_area_box .hyouka_box_detail fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

#hyouka_area_submit {
	margin-top: 10px;
}
#hyouka_area_submit input {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	width: 260px;
	max-width: 90%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#hyouka_area_submit input:hover,
#hyouka_area_submit input:focus {
	text-decoration: underline;
}

/* お問い合わせ先 */
#section_footer {
	clear: both;
	margin: 40px 0px 0px;
	padding: 19px 29px 24px;
	border: 1px solid #004273;
	border-radius: 20px;
}

#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px 0px 15px;
	padding: 0px 0px 10px;
	border: none;
	border-bottom: 1px solid #004273;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}
#main_body #section_footer h2::before,
#main_body #section_footer h2::after {
	display: none;
}
#main_body #section_footer hr.cf {
	margin: 0px;
}

#section_footer_detail span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}
#section_footer_detail span[class*="sf_name"] {
	margin-bottom: 10px;
}

/* おすすめコンテンツ */
#osusume_contents_area {
	clear: both;
}
#osusume_contents_area .second_osusume {
	margin: 40px 0px 0px;
	padding: 30px;
	background: #f6f6f6;
}
#osusume_contents_area .second_osusume h2,
#osusume_contents_area .second_osusume_ttl {
	margin: 0px 0px 20px;
	padding: 0px;
	color: inherit;
	font-size: 2rem;
}
#osusume_contents_area .second_osusume ul {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 30px;
}
#osusume_contents_area .second_osusume ul li {
	width: 200px;
}
#osusume_contents_area .second_osusume ul li div > span {
	display: block;
}
#osusume_contents_area .second_osusume ul li div > span.osusume_img {
	margin-bottom: 10px;
}
#osusume_contents_area .second_osusume ul li div > span.osusume_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* ========== サイド ========== */

/* サイドバー */
#sidebar1 > div,
#sidebar2 > div {
	margin-bottom: 20px;
}
#sidebar1 > div:last-child,
#sidebar2 > div:last-child,
#sidebar1 > div:empty,
#sidebar2 > div:empty {
	margin-bottom: 0px !important;
}

#sidebar1 img,
#sidebar2 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* 自由編集項目 */
.free_box {
	display: flow-root;
}
.free_box p {
	margin: 0px 0px 1em;
}
.free_box p:last-child {
	margin-bottom: 0px;
}
.free_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* 重要なお知らせ */
#important_noticest_area .second_important {
	background: #fdf2f2;
	padding: 30px 20px;
}
#important_noticest_area .second_important a {
	color: #cc0000;
}

#important_noticest_area .second_important h2,
#important_noticest_area .second_important_ttl {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #cc0000;
	font-size: 2rem;
	text-align: center;
}

#important_noticest_area .second_important ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
}
#important_noticest_area .second_important ul li:last-child {
	margin-bottom: 0px;
}
#important_noticest_area .second_important ul li > span {
	display: block;
}
#important_noticest_area .second_important ul li > span.article_date {
	font-size: var(--fontsize-main-small, 1.5rem);
}

#important_noticest_area .second_important .link_box {
	margin-top: 20px;
	text-align: right;
}
#important_noticest_area .second_important .link_box > span {
	display: block;
	margin-top: 5px;
}
#important_noticest_area .second_important .link_box > span a {
	font-size: var(--fontsize-main-small, 1.5rem);
}

/* カウントダウン */
#count_down_area .count_down_box {
	background: #f6f6f6;
	margin: 0px 0px 15px;
	padding: 20px;
	position: relative;
}
#count_down_area .count_down_box:last-child {
	margin-bottom: 0px;
}

#count_down_area .count_down_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#count_down_area .count_down_box2 > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#count_down_area .count_down_box2 > span.count_img {
	width: 100px;
}
#count_down_area .count_down_box2 > span.count_img > span {
	display: block;
}
#count_down_area .count_down_box2 > span.count_img > span img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#count_down_area .count_down_box2 > span.count_txt {
	width: calc(100% - 120px);
}
#count_down_area .count_down_box2 > span.count_txt:only-child {
	width: 100%;
}
#count_down_area .count_down_box2 > span.count_txt > span {
	display: block;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_day {
	margin-top: 10px;
	color: #cc0000;
	font-weight: bold;
	text-align: right;
}
#count_down_area .count_down_box2 > span.count_txt > span.count_day span {
	font-size: 3rem;
	line-height: 1;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

/* カウントダウン クリアボタン */
#count_down_area .count_down_clear {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #ffffff;
	background: url("/img/sites/zoo/common/icon-support-close.png") no-repeat center center #333333;
	background-size: 10px 10px;
	border-radius: 100%;
	color: #ffffff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* カウントダウン クリアボタンを使用しない */
#count_down_area .count_down_clear {
	display: none;
}

/* レコメンド・AIレコメンド */
#recommend_tag + #ai_recommend_tag {
	margin-top: -20px;
}

#sidebar_recommend,
#sidebar_ai_recommend {
	background: #ffffff;
}

#recommend_title,
#ai_recommend_title {
	background: #edf5df;
	text-align: center;
	padding: 10px 5px;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px 5px 40px;
}
#recommend_title h2 {
	background: url("/img/sites/zoo/common/icon-recommend.png") no-repeat left center transparent;
	color: inherit;
}
#ai_recommend_title h2 {
	background: url("/img/sites/zoo/common/icon-ai-recommend.png") no-repeat left center transparent;
	color: inherit;
}
#recommend_title h2 span,
#ai_recommend_title h2 span {
	display: block;
}

#sidebar_recommend ul,
#sidebar_ai_recommend ul {
	margin: 0px;
	padding: 5px 20px;
	list-style: none;
}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: block;
	border-bottom: 2px solid #b9d59d;
	padding: 15px 0px;
}
#sidebar_recommend ul li:last-child,
#sidebar_ai_recommend ul li:last-child {
	border-bottom: none;
}

/* 関連リンク */
#kanren_link {
	background: #ffffff;
	padding: 10px 20px;
}
#kanren_link h2 {
	border-bottom: 2px solid #b9d59d;
	margin: 0px;
	padding: 10px 20px;
	font-size: 2rem;
	text-align: center;
}
#kanren_link ul {
	margin: 0px;
	padding: 20px 0px 10px 20px;
}
#kanren_link ul li {
	margin-bottom: 15px;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.common_banner_link *[class*="common_banner_"] {
	margin-bottom: 15px;
}
.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}
.common_banner_link a {
	display: block;
	border: 1px solid transparent;
	background: #e6e6e6;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	padding: 20px 5px;
	text-align: center;
}
.common_banner_link a > span {
	display: inline-block;
	padding: 5px 0px;
}
.common_banner_link a:hover,
.common_banner_link a:focus,
.common_banner_link a:hover span,
.common_banner_link a:focus span {
	text-decoration: underline;
}

/* サブサイト大小メニュー */
.subsite_menu {
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px 0px 20px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	margin: 0px;
	padding: 17px 20px 16px;
	font-size: 1.8rem;
	color: #004273;
}
.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list {
	padding: 0px 20px 20px;
}
.subsite_menu_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.subsite_menu_list ul li {
	border-bottom: 1px solid #b9d59d;
}
.subsite_menu_list ul li:first-child {
	border-top: 1px solid #b9d59d;
}
.subsite_menu_list ul li a,
.subsite_menu_list ul li strong {
	display: block;
	padding: 15px 0px 15px 30px;
	background: url("/img/sites/zoo/common/icon-arrow-list.png") no-repeat 5px center transparent;
	text-decoration: none;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.subsite_menu_list ul li a:hover,
.subsite_menu_list ul li a:focus {
	text-decoration: underline;
	background-color: #f8fde7;
}

.subsite_menu_list div.link_ichiran {
	margin: 15px 10px 0px;
	padding: 0px;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
	border: 2px solid #b9d59d;
	border-radius: 40px;
	background: url("/img/sites/zoo/common/icon-arrow-link.png") no-repeat right 20px top 50% transparent;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 2rem;
	padding: 13px 50px 13px 20px;
	-webkit-transition: background-position 0.5s;
	-o-transition: background-position 0.5s;
	transition: background-position 0.5s;
}
.subsite_menu_list div.link_ichiran a:hover,
.subsite_menu_list div.link_ichiran a:focus {
	text-decoration: underline;
	background-position: right 10px top 50%;
}

/* サブサイト大小メニュー（開閉） */
.subsite_menu summary:only-child {
	display: block;
	list-style-type: none;
	pointer-events: none;
	cursor: auto;
}
.subsite_menu summary:only-child::-webkit-details-marker {
	display: none;
}
.subsite_menu summary:only-child a {
	pointer-events: auto;
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） */
@media screen and (min-width: 1081px) {
	.subsite_menu summary {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}
}
/* サブサイト大小メニュー（開閉）（PCは開閉しない） ここまで */

/* ========== リスト ========== */

/* リスト（一覧） */
.info_list ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: none;
}
.info_list ul li {
	border-bottom: 1px solid #b9d59d;
	padding: 15px 0px;
}

/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: calc(11em + 10px);
	font-size: var(--fontsize-detail-small, 1.6rem);
	padding-top: 0.1rem;
}

/* リスト（日付 / 文字拡大時） */
.font_size_changed .info_list.info_list_date ul li,
.font_size_changed .info_list.info_list_date ul li > span {
	display: block;
}
.font_size_changed .info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-top: 0px;
}

/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	gap: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list_pack .article_txt {
	width: calc(100% - 220px);
}
.list_pack .article_txt .article_date {
	display: block;
	font-size: var(--fontsize-detail-small, 1.6rem);
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	width: 200px;
}
.list_pack .article_img span {
	display: block;
	width: 200px;
	height: auto;
	aspect-ratio: 200 / 150;
	overflow: hidden;
	background: #f6f6f6;
	border-radius: 10px;
}
.list_pack .article_img span:empty {
	background: url("/img/sites/zoo/common/noimage.png") no-repeat center center #f2fcd0;
	background-size: contain;
}
.list_pack .article_img span img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

/* ========== Googleカスタム検索結果 ========== */

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc !important;
	background: #ffffff !important;
	color: #0066cc !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333333 !important;
}

/* 検索フォーム */
.keyword_search_box input.search_txt {
	border-color: #b3da5b;
	border-radius: 10px 0px 0px 10px;
}
.keyword_search_box input.search_btn {
	background: #b3da5b;
	color: #333333;
	border-radius: 0px 10px 10px 0px;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change #logo img,
.color_change #logo_footer img {
	background: #ffffff !important;
}
.color_change #header2::before,
.color_change #header2::after,
.color_change #header2_box::before,
.color_change #header2_box::after,
.color_change #author_info_box::before,
.color_change #author_info_box::after,
.color_change #logo_footer::before {
	display: none !important;
}
.color_change .h_support.open button#btn_support_menu_open::before,
.color_change #top_search ul li a::before {
	background: #ffffff;
}
.color_change .h_support.open button#btn_support_menu_open::after {
	border-top-color: #ffffff;
}
.color_change .footer_navi ul li a {
	background-image: none !important;
}

/* 黒 */
.color_black * {

}
/* 青 */
.color_blue * {

}

/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode #site_header_important_wrap,
.view_print_mode #open_search {
	display: none !important;
}
.view_print_mode #pankuzu_wrap {
	padding: 20px 0px 0px;
}
.view_print_mode #main_body,
.view_print_mode #content_header {
	background: none !important;
	border-radius: 0px !important;
	padding: 0px !important;
}
.view_print_mode #content_header {
	margin-bottom: 20px;
}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1100px) {

	/* var() 関数 */
	:root {
		/* フォントサイズ */
		--fontsize-main: 1.4rem;
		/* 一段階小さいフォントサイズ（一覧をみるボタンなど） */
		--fontsize-main-small: 1.3rem;
		/* 本文（ #main ） */
		--fontsize-detail: 1.5rem;
		/* 本文の一段階小さいフォントサイズ（日付など） */
		--fontsize-detail-small: 1.4rem;

		/* #mymainbackの左右余白 */
		--mymainback-margin-side: 15px;
	}
	@media screen and (max-width: 370px) {
		:root {
			/* 本文（ #main ） */
			--fontsize-detail: 1.4rem;
			/* 本文の一段階小さいフォントサイズ（日付など） */
			--fontsize-detail-small: 1.3rem;
			/* #mymainbackの左右余白 */
			--mymainback-margin-side: 10px;
		}
	}
	/* var() 関数 ここまで */

	/* ========== レイアウト ========== */

	/* 全体 */
	body {
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		-webkit-text-size-adjust: none;
		   -moz-text-size-adjust: none;
		    -ms-text-size-adjust: none;
		        text-size-adjust: none;
	}

	#container {
		float: none;
		width: 100%;
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	/* ヘッダ */
	#header {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* フッタ */
	#footer {
		clear: both;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	/* メイン */
	#mymainback {
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

	#main,
	.tpl_side1 #main,
	.tpl_side2 #main,
	.tpl_side1.tpl_side2 #main {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	#main_a,
	.tpl_side1 #main_a,
	.tpl_side2 #main_a,
	.tpl_side1.tpl_side2 #main_a {
		margin: 0px;
		padding: 0px;
	}

	/* サイド */
	#sidebar1 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	#sidebar2 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
		clear: both;
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	/* パンくずをフッタ上に表示 */
	#mymainback_bg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	#mymainback_bg > * {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	#mymainback_bg > #pankuzu_wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	/* ========== 基本設定 ========== */

	/* フォント */
	body,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="text"],
	textarea,
	select {
		font-size: var(--fontsize-main, 1.4rem);
	}

	#main {
		font-size: var(--fontsize-detail, 1.5rem);
	}

	/* レスポンシブアコーディオン用 */
	input[id*="acc_ttl_label"] + *,
	input[id*="acc_ttl_label"] + .acc_title + * {
		display: none;
	}
	input[id*="acc_ttl_label"] + .acc_title,
	input[id*="acc_ttl_label"]:checked + *,
	input[id*="acc_ttl_label"]:checked + .acc_title + * {
		display: block;
	}

	label[for*="acc_ttl_label"] {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}
	.acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .acc_open label[for*="acc_ttl_label"] {
		background-image: url("/img/sp/acc_close_white.png");
	}

	.no_acc_title label[for*="acc_ttl_label"] {
		background: none !important;
		padding-right: 0px;
	}

	/* レスポンシブアコーディオン用（class付与） */
	.acc_title.accordion {
		pointer-events: auto;
	}
	.acc_title.accordion:focus {
		outline: auto;
	}

	.acc_title.accordion + * {
		display: none;
	}
	.acc_title.accordion.acc_open + * {
		display: block;
	}

	.acc_title.accordion .accordion_icon {
		display: block;
		cursor: pointer;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50% transparent;
		background-size: 15px 15px;
		padding-right: 40px;
	}
	.acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.color_change .acc_title.accordion .accordion_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* レスポンシブアコーディオン用（index2） */
	.index-2 .section_information input[id*="acc_ttl_label"] + *,
	.index-2 .section_information input[id*="acc_ttl_label"] + .acc_title,
	.index-2 .section_information input[id*="acc_ttl_label"] + .acc_title + *,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked + *,
	.index-2 .section_information input[id*="acc_ttl_label"]:checked + .acc_title + *,
	.index-2 .section_information .acc_title.accordion + *,
	.index-2 .section_information .acc_title.accordion.acc_open + * {
		display: block;
	}
	.index-2 .section_information label[for*="acc_ttl_label"],
	.index-2 .section_information .acc_title.accordion .accordion_icon {
		background: none !important;
		padding-right: 0px;
		pointer-events: none;
	}

	/* テーブル表の幅対応 */
	#main_body .sp_large_table {
		width: 1000px;
		max-width: unset;
	}

	/* ========== ヘッダ ========== */

	/* スマホ時は非表示 */
	#open_search {
		display: none !important;
	}
	#btn_kitchencar {
		display: none !important;
	}

	/* ヘッダ */
	#header {
		position: relative;
	}

	#header2 {
		background-size: 100% auto;
	}
	#header2::before,
	#header2::after {
		display: none;
	}

	#header2_box {
		width: auto;
		margin: 0px;
		padding: 3rem 0px 40px;
	}
	#header2_box::before,
	#header2_box::after {
		display: none;
	}

	#logo {
		width: calc(100% - 40px);
		max-width: 536px;
		margin: 10px auto 0px;
		padding: 130px 0px 0px;
		background-size: 27% auto;
		background-position: center top;
		position: relative;
	}
	@media screen and (max-width: 670px) {
		#logo {
			padding-top: 20%;
		}
	}
	#logo::before {
		content: '';
		display: block;
		width: 16%;
		height: auto;
		aspect-ratio: 103 / 209;
		background: url("/img/sites/zoo/common/img-head1.png") no-repeat left top transparent;
		background-size: contain;
		color: inherit;
		position: absolute;
		left: -5%;
		bottom: 10%;
		pointer-events: none;
	}
	#logo::after {
		content: '';
		display: block;
		width: 24%;
		height: auto;
		aspect-ratio: 136 / 214;
		background: url("/img/sites/zoo/common/img-head2.png") no-repeat left top transparent;
		background-size: contain;
		color: inherit;
		position: absolute;
		right: -5%;
		bottom: 15%;
		pointer-events: none;
	}
	#logo a {
		position: relative;
		z-index: 1;
	}

	/* ボトムナビゲーション */
	#spm_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 999;
		width: 100%;
	}
	#spm_wrap button,
	#spm_wrap a {
		display: block;
		width: 100%;
		height: 60px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0px;
		padding: 0px;
		border: 1px solid transparent;
		border-bottom: none;
		border-radius: 10px 10px 0px 0px;
		text-align: left;
		text-indent: -9999em;
		overflow: hidden;
	}

	#spm_wrap button#btn_spm_menu {
		background: url("/img/sites/zoo/common/sp-btn-menu.png") no-repeat center center #004273;
		background-size: auto 60px;
		color: #ffffff;
	}
	.spm_menu_open #spm_wrap button#btn_spm_menu {
		background-image: url("/img/sites/zoo/common/sp-btn-menu-close.png");
		background-color: #ffffff;
		color: #000000;
		border-radius: 0px;
	}

	#spm_wrap button#btn_spm_search {
		background: url("/img/sites/zoo/common/sp-btn-search.png") no-repeat center center #ffffff;
		background-size: auto 60px;
		color: #000000;
		border-color: #6bb133;
	}
	.spm_search_open #spm_wrap button#btn_spm_search {
		background-image: url("/img/sites/zoo/common/sp-btn-search-close.png");
		background-color: #b3da5b;
		border-radius: 0px;
		border-color: transparent;
	}

	#spm_wrap a#btn_spm_pagetop {
		background: url("/img/sites/zoo/common/sp-btn-pagetop.png") no-repeat center center #ffffff;
		color: #000000;
		border-color: #004273;
	}

	#spm_wrap a#btn_spm_kitchencar {
		background: url("/img/sites/zoo/common/sp-btn-kitchencar.png") no-repeat center center #ffb800;
		color: #000000;
	}

	/* 閲覧補助（展開） */
	button#btn_spm_support {
		display: block;
		position: absolute;
		top: 5px;
		right: 20px;
		z-index: 99;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		min-height: 3rem;
		margin: 0px;
		padding: 0.5rem 0px 0.4rem;
		border: 1px solid transparent;
		border-bottom: none;
		border-radius: 5px 5px 0px 0px;
		background: transparent;
		color: #004273;
		font-size: 1.1rem;
		line-height: 2rem;
		font-weight: bold;
	}
	.spm_support_open button#btn_spm_support {
		border-color: #004273;
		background: #ffffff;
		padding-left: 15px;
		padding-right: 25px;
	}
	.spm_support_open button#btn_spm_support::before {
		content: '';
		display: block;
		width: 100%;
		height: 5px;
		background: #ffffff;
		color: #000000;
		position: absolute;
		top: 100%;
		right: 0px;
		pointer-events: none;
	}

	span.support_active {
		display: inline-block;
		padding: 0px 0px 0px 25px;
		line-height: 2rem;
		background: url("/img/sites/zoo/common/icon-h-support.png")no-repeat left center transparent;
	}
	.spm_support_open span.support_active {
		display: none;
	}
	span.support_close {
		display: none;
		padding: 0px 0px 0px 22px;
		line-height: 2rem;
		font-weight: normal;
		background: url("/img/sites/zoo/common/icon-support-close.png")no-repeat left center transparent;
	}
	.spm_support_open span.support_close {
		display: inline-block;
	}

	/* ヘッダメニュー */
	.header_nav {
		padding: 0px;
	}
	.header_nav ul li.h_lang {
		position: absolute;
		top: 10px;
		left: 20px;
		z-index: 99;
		max-width: 190px;
	}
	.header_nav ul li.h_lang button.h_lang_btn {
		font-size: 1.1rem;
		line-height: 1.25;
		padding: 5px 0px 5px 28px;
		background-size: 24px auto;
		text-align: left;
	}

	.spm_support_open .header_nav > ul {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 20px 35px;
		margin: 0.4rem 20px 10px;
		padding: 20px;
		border: 1px solid #004273;
		background: #ffffff;
	}
	.header_nav > ul > li:nth-child(2) {
		margin-right: 0px;
	}

	.header_nav ul li.h_main,
	.header_nav ul li.h_easy,
	.header_nav ul li.h_sound,
	.header_nav ul li.h_support {
		display: none;
	}
	.spm_support_open .header_nav ul li.h_easy,
	.spm_support_open .header_nav ul li.h_sound {
		display: inline-block;
	}

	/* アクセシビリティ機能 */
	.spm_support_open .header_nav ul li.h_support {
		display: block;
		width: 100%;
	}
	#btn_support_menu_open,
	#btn_support_menu_close {
		color: #333;
		display: none !important;
	}
	#support_menu_box {
		display: block;
		position: static;
		width: auto;
		background: none;
		padding: 0;
	}
	dl#moji_ruby, dl#moji_size, dl#haikei_color {
		margin: 0 0 20px;
		-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
	}
	dl#moji_ruby dt {
		color: #333;
		margin: 0px 33px 0px 0px;
	}
	dl#moji_size dt {
		color: #333;
		margin: 0px 20px 0px 0px;
	}
	dl#haikei_color dt {
		color: #333;
		margin: 0px 16px 0px 0px;
	}
	dl#moji_ruby dd, dl#moji_size dd, dl#haikei_color dd {
		margin: 0 0 0 4px;
	}
	dl#moji_ruby dd a {
		padding: 7px 9.5px;
	}
	dl#moji_size dd a {
		padding: 7px 8.5px;
	}

	/* グローバルナビ */
	#top_search {
		display: none;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 998;
		width: 100%;
		height: 100%;
		background: #ffffff;
		color: #333333;
		margin: 0px;
		padding: 0px;
		overflow-y: auto;
		-ms-scroll-chaining: none;
			overscroll-behavior: none;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	.spm_menu_open #top_search {
		display: block;
	}

	#top_search ul {
		display: block;
		padding: 80px 15px 120px;
	}
	#top_search ul li {
		border: none;
		border-bottom: 1px solid #b3da5b;
	}
	#top_search ul li a {
		display: block;
		padding: 20px 10px;
	}
	#top_search ul li a br.sp-none {
		display: none;
	}
	#top_search ul li a::before {
		display: none !important;
	}

	/* 検索（展開） */
	dialog#search_dialog[open] {
		padding: 40px 15px 100px;
		background-color: #b3da5b;
	}
	.header_search {
		width: auto;
		padding: 20px;
	}
	.header_search_ttl {
		margin: 0px 0px 40px;
	}
	.header_search_ttl span {
		background-size: 36px 30px;
		background-position: top center;
		padding: 40px 0px 0px;
		letter-spacing: 0.2em;
		font-size: 2.4rem;
	}
	#search_wrap {
		display: block;
		padding: 0px;
	}
	.search_howto {
		margin: 45px 0px 0px;
	}
	.search_howto a {
		padding: 8px 0px 8px 40px;
	}
	form[method="dialog"] {
		display: none;
	}

	/* キーワード検索 */
	#top_search_keyword {
		width: 100%;
		margin: 0px;
	}

	/* ページID検索 */
	#top_search_page_id {
		width: 100%;
		margin: 40px 0px 0px;
	}
	#open_page_id_box .search_ipt {
		width: auto;
	}
	#open_page_id {
		width: calc(100% - 70px);
		height: 48px;
		text-indent: 16px;
	}
	#open_page_id_submit {
		width: 70px;
		height: 48px;
		font-size: 1.6rem;
	}
	#open_page_id_link {
		margin: 10px 0px 0px;
	}

	/* サブサイト共通ヘッダ */
	#mainimg {
		width: auto;
		margin: 15px var(--mymainback-margin-side, 15px) 0px;
	}
	#mainimg_box .site_name {
		position: static;
		font-size: 1.8rem;
		background: #333333;
		color: #ffffff;
		text-shadow: none;
		padding: 5px 20px;
	}
	#mainimg_box .site_name.noimage {
		background: #f6f6f6;
		color: #333333;
		text-shadow: none;
		padding: 20px;
	}

	/* メニューへのリンク */
	.link_to_subsitemenu {
		display: block;
		margin: var(--mymainback-margin-top, 15px) var(--mymainback-margin-side, 15px);
	}
	.link_to_subsitemenu a {
		display: block;
		font-size: var(--fontsize-main-small, 1.3rem);
		border: 1px solid #333333;
		border-radius: 5px;
		background: #eeeeee;
		color: #333333;
		text-decoration: none;
		padding: 10px;
		text-align: center;
	}
	.link_to_subsitemenu a span {
		display: inline-block;
		padding-right: 20px;
		position: relative;
	}
	.link_to_subsitemenu a span::before {
		content: '';
		width: 0px;
		height: 0px;
		border: 7px solid transparent;
		border-bottom-width: 0px;
		border-top-width: 9px;
		border-top-color: #333333;
		position: absolute;
		top: 50%;
		right: 0px;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.color_change .link_to_subsitemenu a span::before {
		border-top-color: #ffffff;
	}

	/* 重要なお知らせ */
	#site_header_important_wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#site_header_important {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px);
	}
	#site_footer {
		display: block;
		border-radius: 20px;
		margin: 0px;
		padding: 15px 20px 20px;
	}
	#site_footer .ttl {
		width: auto;
	}
	#site_footer_box {
		width: auto;
		margin-top: 15px;
		padding: 0px;
		font-size: 1.6rem;
	}

	/* ========== フッタ ========== */

	/* フッタ */
	#author_info {
		background: none;
	}

	#author_info_box {
		width: auto;
		margin: 0px;
		padding: 40px 20px;
	}
	#author_info_box::before {
		width: 135px;
		height: auto;
		aspect-ratio: 309 / 360;
		background-size: contain;
		top: -80px;
		left: calc(50% - 230px);
		z-index: 1;
	}
	#author_info_box::after {
		width: 90px;
		height: auto;
		aspect-ratio: 192 / 332;
		background-size: contain;
		top: -100px;
		right: calc(50% - 210px);
		z-index: 1;
	}
	#logo_footer::before {
		width: 110px;
		height: auto;
		aspect-ratio: 209 / 149;
		background-size: contain;
		top: auto;
		bottom: -80px;
		right: -10px;
		z-index: 1;
	}
	#logo_footer::after {
		content: '';
		display: block;
		width: 400px;
		height: auto;
		aspect-ratio: 818 / 382;
		background: url("/img/sites/zoo/common/img-foot6.png") no-repeat left top transparent;
		background-size: contain;
		position: absolute;
		bottom: 96.5%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		pointer-events: none;
	}

	#logo_footer {
		max-width: 536px;
		margin: 0px auto;
		position: relative;
	}

	#author_box {
		margin-top: 60px;
	}
	#author_box dl {
		gap: 10px;
	}
	#author_box dl dt {
		width: 100%;
		font-size: 2.4rem;
	}
	#author_box dl dd {
		line-height: 1.5;
	}

	.footer_navi ul {
		gap: 20px;
	}
	.footer_navi ul li {
		width: calc(50% - 10px);
		max-width: 206px;
	}
	.footer_navi ul li a {
		background-size: contain;
		font-size: 1.4rem;
		line-height: 2rem;
		min-height: auto;
		height: calc(50vw - 50px);
		max-height: 20rem;
	}
	.footer_navi ul li a .icon {
		background-size: auto 40px;
		padding-top: 30%;
		min-height: auto;
	}

	/* コピーライト */
	#copyright p {
		width: auto;
		margin: 0px 20px;
		font-size: 1.2rem;
		padding-bottom: 90px;
	}

	/* ページトップ */
	#btn_pagetop {
		display: none !important;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap {
		font-size: 1.2rem;
	}
	#pankuzu_wrap > div {
		width: auto;
		margin-left: var(--mymainback-margin-side, 15px);
		margin-right: var(--mymainback-margin-side, 15px);
	}
	.pankuzu,
	#footstep {
		padding-left: 5rem;
	}
	.pankuzu:first-child .icon_current,
	#footstep_ttl {
		width: 4rem;
		font-size: 1rem;
		top: -1px;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: none !important;
	}

	/* ========== 見出し ========== */

	/* 見出し */
	#main_header h1 {
		margin: 0px;
		padding: 17px 20px;
		font-size: 2.4rem;
	}

	#main_body h2 {
		padding: 15px 20px;
		font-size: 2rem;
		border-width: 2px;
	}

	#main_body h3 {
		padding: 11px 20px;
		font-size: 1.9rem;
		border-width: 2px;
	}

	#main_body h4 {
		padding: 7px 20px;
		font-size: 1.8rem;
		border-width: 2px;
	}

	#main_body h5 {
		padding: 5px 20px;
		font-size: 1.7rem;
	}
	#main_body h5::before {
		left: 3px;
		top: 0.6em;
		width: 12px;
		height: 12px;
	}

	#main_body h6 {
		padding: 3px 20px;
		font-size: 1.6rem;
	}
	#main_body h6::before {
		left: 3px;
		top: 0.6em;
		width: 12px;
		height: 12px;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback_bg {
		background: url("/img/sites/zoo/common/bg-footer.png") no-repeat center bottom,
					url("/img/sites/zoo/common/bg-main.png") no-repeat center top #f0fccb;
		background-size: 100% auto;
		padding-bottom: 40%;
	}

	#mymainback {
		margin: 0px var(--mymainback-margin-side, 15px) 40px;
	}

	#main_body {
		padding: 20px 10px;
	}

	/* コンテンツヘッダ */
	#content_header {
		font-size: var(--fontsize-main-small, 1.3rem);
		padding: 25px 15px 5px;
	}
	#content_header > span {
		margin-left: 1em;
	}

	/* コンテンツフッタ */
	#content_footer {}

	/* 印刷 */
	#content_header > span.link_print,
	#print_mode_link,
	#print_mode_link_large {
		display: none !important;
	}

	/* SDGsアイコン */
	.d-flex.f-wrap-wrap > *,
	.sdgs-icons > *,
	.d-flex.f-wrap-wrap img,
	.sdgs-icons img,
	.d-flex.f-wrap-wrap > * img,
	.sdgs-icons > * img {
		width: 60px;
	}

	/* カレンダー登録 */
	#calendar_button_google,
	#calendar_button_yahoo {
		margin: var(--content-margin-narrow, 20px) 20px 0px 0px;
	}
	#calendar_button_google a,
	#calendar_button_yahoo a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* SNSボタン */
	.sns_button_wrap {}

	/* PDF・WMPリンク */
	.pdf_download,
	.wmplayer_download {
		display: block;
		width: auto;
	}
	.pdf_download .pdf_img,
	.wmplayer_download .wmplayer_img {
		display: block;
	}
	.tenpu_txt {
		display: block;
		padding: 10px 0px 0px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	/* 評価エリア */
	#hyouka_area_box {
		padding: 30px 20px;
	}
	#hyouka_area_box h2,
	#main_body #hyouka_area_box h2 {
		font-size: 1.7rem;
		letter-spacing: 0em;
	}
	@media screen and (max-width: 370px) {
		#hyouka_area_box h2,
		#main_body #hyouka_area_box h2 {
			font-size: 1.6rem;
		}
	}
	#hyouka_area_box .hyouka_box_detail {
		font-size: var(--fontsize-main-small, 1.3rem);
	}
	#hyouka_area_box .hyouka_box_detail fieldset span {
		margin-right: 2em;
	}
	#hyouka_area_box .hyouka_box_detail fieldset span:first-of-type {
		min-width: auto;
	}

	#hyouka_area_submit {
		margin: 10px 10px 0px;
	}
	#hyouka_area_submit input {
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* お問い合わせ先 */
	#section_footer {
		padding: 30px 20px;
	}
	#section_footer h2,
	#main_body #section_footer h2 {
		font-size: 1.7rem;
		letter-spacing: 0em;
	}
	@media screen and (max-width: 370px) {
		#section_footer h2,
		#main_body #section_footer h2 {
			font-size: 1.6rem;
		}
	}

	/* おすすめコンテンツ */
	#osusume_contents_area .second_osusume {
		padding: 30px 20px;
	}
	#osusume_contents_area .second_osusume h2,
	#osusume_contents_area .second_osusume_ttl {
		font-size: 1.8rem;
		margin: 0px 0px 20px;
	}
	#osusume_contents_area .second_osusume ul {
		padding: 0px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 20px;
	}
	#osusume_contents_area .second_osusume ul li {
		width: calc(50% - 10px);
		max-width: 200px;
	}

	/* ========== サイド ========== */

	/* サイドバー */
	#sidebar1,
	#sidebar2 {
		margin-top: 40px;
	}

	/* 重要なお知らせ */
	#important_noticest_area .second_important {}

	#important_noticest_area .second_important h2,
	#important_noticest_area .second_important_ttl {
		font-size: 1.8rem;
	}

	#important_noticest_area .second_important ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#important_noticest_area .second_important ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}
	#important_noticest_area .second_important ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	#important_noticest_area .second_important .link_box {
		text-align: center;
	}
	#important_noticest_area .second_important .link_box > span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* カウントダウン */
	#count_down_area .count_down_box {}

	/* レコメンド・AIレコメンド */
	@media screen and (max-width: 370px) {
		#recommend_title h2,
		#ai_recommend_title h2 {
			font-size: 1.4rem;
		}
	}

	#sidebar_recommend ul,
	#sidebar_ai_recommend ul {}

	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {}

	#sidebar_recommend ul li a,
	#sidebar_ai_recommend ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* 関連リンク */
	#kanren_link h2 {
		font-size: 1.8rem;
	}
	#kanren_link ul {
		margin: 0px;
		padding: 10px 0px;
		list-style: none;
	}
	#kanren_link ul li {
		margin: 0px;
		padding: 15px 20px;
		border-bottom: 1px solid #cccccc;
	}
	#kanren_link ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	.common_banner_link {}

	/* サブサイト大小メニュー */
	.subsite_menu {
		margin-bottom: 10px;
	}
	.subsite_menu_ttl {
		font-size: 1.6rem;
		text-align: left;
	}

	/* サブサイト大小メニュー（開閉） */
	.subsite_menu summary {
		display: list-item;
		pointer-events: auto;
		cursor: pointer;
	}
	.subsite_menu summary a {
		pointer-events: auto;
	}

	.subsite_menu summary:only-child {
		display: block;
		list-style-type: none;
		pointer-events: none;
		cursor: auto;
	}
	.subsite_menu summary:only-child::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary:only-child a {
		pointer-events: auto;
	}

	/* サブサイト大小メニュー（開閉） ＋－ */
	.subsite_menu summary {
		display: block;
		list-style-type: none;
	}
	.subsite_menu summary::-webkit-details-marker {
		display: none;
	}
	.subsite_menu summary .tti_icon {
		margin: -18px -20px; /* .subsite_menu_ttl の padding の値をマイナスにして指定する */
		padding: 18px 20px;  /* .subsite_menu_ttl の  padding と同じ値を指定する */
		padding-right: 40px;
		display: block;
		background: url("/img/sp/acc_open.png") no-repeat right 20px top 50%;
		background-size: 15px 15px;
	}
	.subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close.png");
	}

	.subsite_menu summary:only-child .tti_icon,
	.subsite_menu details[open] summary:only-child .tti_icon {
		background: none !important;
	}

	.color_change .subsite_menu summary .tti_icon {
		background-image: url("/img/sp/acc_open_white.png");
	}
	.color_change .subsite_menu details[open] summary .tti_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* ========== リスト ========== */

	/* リスト（一覧） */
	.info_list ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.info_list ul li {
		margin: 0px;
		padding: 15px 10px;
	}
	.info_list ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* リスト（日付） */
	.info_list.info_list_date ul li {
		display: block;
		width: auto;
	}
	.info_list.info_list_date ul li > span {
		display: block;
	}
	.info_list.info_list_date ul li > span.article_date {
		width: auto;
		padding-top: 0px;
	}

	/* リスト（担当課） */
	.article_section {
		display: block;
		text-align: right;
	}
	.article_section a {
		display: inline !important;
		background: none !important;
		padding-right: 0px !important;
		text-decoration: underline !important;
	}

	/* リスト（サムネイル） */
	.list_pack {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.list_pack .article_img,
	.list_pack .article_img span {
		width: 120px;
	}
	.list_pack .article_txt {
		width: calc(100% - 140px);
	}
	@media screen and (max-width: 370px) {
		.list_pack .article_img,
		.list_pack .article_img span {
			width: 100px;
		}
		.list_pack .article_txt {
			width: calc(100% - 120px);
		}
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change .spm_support_open button#btn_spm_support::before {
		display: none;
	}
	.color_change #support_menu_box {
		border: none;
	}
	.color_change #logo_footer::after {
		display: none;
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */