@charset "utf-8";
/* 記事本文 */
@import url("/ssi/css/detail.css");

/* ==================================================
PC
================================================== */

/* var() 関数 */
:root {

	/* コンテンツ幅 */
	--content-width: 1080px;
	/* 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;
	border-top: 2px solid #31c3d0;
}

/* メイン */
#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: 40px 0 60px;
}
.tpl_site_detail #mymainback {
    padding: 30px 0 60px;
}
#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[type="button"],
input[type="submit"],
input[type="text"],
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フォント使用時） */
/*
#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: Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, 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;
}

:where(#header button, #footer button) {
    text-align: left;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

/* 文字色 */
body {
	color: #333333;
}

/* リンク */
a:link {
	color: #0d59b7;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	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;
}
/* ヘッダ */
#header2 {
    background: url("/img/sites/city-promotion/pc/map2.png") no-repeat left calc(50% - 224px) top;
}
#header2_box {
    width: 1080px;
    margin: 0 auto;
    padding: 15px 0 6px;
    position: relative;
}
#header2_box::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	bottom: 1px;
	right: 0;
	border-radius: 50%;
	background-color: #31c3d0;
}
#header2_box::after {
	content: "";
	position: absolute;
	width: calc(100% - 14px);
	height: 2px;
	bottom: 6px;
	left: 0;
	background-color: #31c3d0;
}
#he_left {
    position: absolute;
    top: 4.6rem;
    left: 0;
    z-index: 1;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo p {
	margin: 0px;
}
#he_left #logo a {
	display: block;
}
#he_left #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* ヘッダメニュー */
nav.h_navi {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 20px;
    margin: 0 7px 20px 2px;
}
.h_navi_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 19px;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 1080px) and (max-width: 1360px) {
	.h_navi_list {
		padding-right: calc(155px - (100vw - 1080px) / 2);
	}
}

.h_navi_list li {
	line-height: 1.5;
    font-size: 1.4rem;
}

.h_navi_i > a:any-link,button#js_sound_btn {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	position: relative;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1.5px 1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px -1.5px 0 #fff, 2px 1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, -2px -1px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	line-height: 28px;
	font-size: 1.4rem;
}
.h_navi_i > a:any-link::before,
.h_navi_i button#js_sound_btn::before{
	content: "";
	display: block;
	/*! vertical-align: middle; */
	width: 28px;
	height: 28px;
}
/* 本文へ */
.easy_active #js_easy_nsi{
	display: flex;
}
.easy_active .h_navi_i .js_easy_ari{
	display: none;
}
.h_navi_i__main > a:any-link:before {
	width: 24px;
	height: 22px;
	margin-right: 3px;
	background: url("/img/sites/city-promotion/pc/skip_icon.png") no-repeat;
}
/* Foreign language */
.h_navi_i__lang > a:any-link:before {
	margin-right: 1px;
	background: url("/img/sites/city-promotion/pc/lang_icon.png") no-repeat;
}
/* やさしい日本語 */
.h_navi_i__easy > a:any-link:before {
    margin-right: 2px;
	background: url("/img/sites/city-promotion/pc/easy_icon.png") no-repeat;
}
/* 音声読み上げ */
.h_navi_list li.h_navi_i__read{
	position: relative;
}
.h_navi_i__read button#js_sound_btn::before {
	width: 32px;
	height: 24px;
	margin: 0 3px 4px 0;
	background: url("/img/sites/city-promotion/pc/speaker_icon.png") no-repeat;
}
#js_sound_btn .sound_close{
	display: none;
}
#js_sound_btn.open .sound_open{
	display: none;
}
#js_sound_btn.open .sound_close{
	display: block;
}
.h_navi_list li.h_navi_i__read .sound_box{
	display: none;
	position: absolute;
	top: 100%;
	white-space: nowrap;
	left: auto;
	right: 0;
	z-index: 10;
}
.h_navi_list li.h_navi_i__read .open ~ .sound_box{
	display: block;
}

/* 閲覧補助【展開】 */
li.h_navi_i__hojo {
	position: relative;
}
.h_navi_hojoBtn {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1;
    color: #333333;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1.5px 1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px -1.5px 0 #fff, 2px 1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, -2px -1px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff;
}
.h_navi_hojoBtn:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
    margin: 0 2px 0px 0;
	background: url("/img/sites/city-promotion/pc/gear_icon.png") no-repeat;
}
.h_support {
	display: none;
	position: absolute;
	right: 0;
	top: calc(50% - 23px);
	z-index: 100;
	width: 49.8rem;
	max-width: 766px;
	background: #fff;
	border: 1px solid #31c3d0;
	padding: 14px 5px 14px 19px;
	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.tpl_site_index .h_support {
	top: calc(50% - 30px);
}
.h_support.open {
	gap: 20px;
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.h_support dl {
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3px;
}
.h_support dt {
	font-size: 1.4rem;
	margin: 0 7px 0 0;
}
.h_support dd {
	margin: 0;
}
.h_support dd a {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 7px;
    color: #333333;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #cccccc;
}
.h_support dl#moji_size dd a {
    padding: 7px 10px;
}
.h_support dd a#haikei_white {
	color: #333333 !important;
	border-color: #cccccc !important;
	background-color: #ffffff !important;
}
.h_support dd a#haikei_black {
	color: #ffffff !important;
	border-color: #000000;
	background-color: #000000 !important;
}
.h_support dd a#haikei_blue {
	color: #ffff00 !important;
	border-color: #0000ff;
	background-color: #0000ff !important;
}
button.h_support_close {
	font-size: 1.4rem;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 9px;
}
button.h_support_close::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: url("/img/sites/city-promotion/pc/icon_clear.png")no-repeat center center;
}

/* ----------------------------------------
検索（セカンド展開用）
---------------------------------------- */
#search_box .header_search {
	display: none;
	position: fixed;
    top: 70px;
    right: 0px;
    z-index: 100;
}
.is_active_search #search_box .header_search,
.is_active_search #search_cls {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#search_ttl {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
	padding: calc(51px + 10px) 0 0;
	background: url("/img/common/icon_s_search.png") no-repeat center top / 51px 51px;
	margin: 0 0 40px;
}
#search_close {
	margin: 60px 0 0;
}
#search_close_btn {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #288182;
	border-radius: 100%;
	background: url("/img/common/icon_clear_green.png") no-repeat center / 13px 13px #fff;
	margin: 0 auto;
}
#search_btnUnit {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
}
#search_btn {
	display: inline-block;
	width: 140px;
	color: #333333;
	line-height: 1;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 39px 10px 15px;
	border: none;
	border-radius: 0 0 10px 10px;
	background: url("/img/sites/city-promotion/pc/icon_search.png") no-repeat top 10px center #31c3d0;
   	-webkit-box-sizing: border-box;
       		box-sizing: border-box;
}
.is_active_search #search_btn {
	display: none;
}
#search_cls {
 	display: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	width: 158px;
    min-height: 70px;
    padding: 0 15px 0 26px;
    background: #def8fc;
}

#search_cls::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url("/img/sites/city-promotion/pc/icon_close.png") no-repeat center center;
}
#search_cls_txt {
	flex: 1;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #333333;
}

/* --- 検索 --- */
.header_search {
	width: 1080px;
    margin: 0 auto;
    gap: 40px;
    background-color: #def8fc;
    padding: 40px 50px;
	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;
}

/* キーワード検索 */
.header_search > div {
    width: 100%;
}
#cse-search-box .search_ttl,
#open_page_id_box .search_ttl {
	display: block;
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    color: #333333;
}
.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: 100%;
	background-color: #fff;
    border: 1px solid #259faa;
    padding: 11px 2px 10px 7px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#tmp_query, #open_page_id {
	display: inline-block;
    vertical-align: middle;
    width: calc(100% - 82px) !important;
    height: 37px !important;
    padding: 0;
    outline: none;
    border: none;
    text-indent: 20px;
    outline: none !important;
    border-right: 1px solid #259faa;
    background-size: 72px auto !important;
    -webkit-box-sizing: border-box;
    		box-sizing: border-box;
}
#submit, #open_page_id_submit {
	display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 79px;
    height: 37px;
    border: none;
    background: url("/img/sites/city-promotion/pc/glass_icon.png") no-repeat right 26px top 5px;
    color: #333333;
    padding: 0px;
    white-space: nowrap;
    text-indent: -9999em;
}
#cse_filetype {
	margin-top: 5px;
	text-align: right;
}
#cse_filetype fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#cse_filetype fieldset legend {
	display: none;
	margin: 0px;
	padding: 0px;
}
#cse_filetype fieldset span {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
}
#cse_filetype fieldset span input {
	margin: 3px 4px 5px 5px;
	vertical-align: middle;
}

/* ページID検索 */
#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 {
    margin: 13px 0 0;
    text-align: right;
    line-height: 1;
}
.open_page_id_link a {
	display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    color: #333333;
}

/* グローバルナビ */
.gnav ul {
	width: calc(100% - 390px);
    margin: 0 0 0 auto;
    padding: 27px 21px 44px 0;
    list-style: none;
    gap: 0 77px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
    	-ms-flex-pack: end;
    justify-content: flex-end;
}
.gnav ul li a {
	display: inline-block;
	vertical-align: middle;
    color: #585858;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-decoration: none;
	-webkit-transition: background 0.5s;
		 -o-transition: background 0.5s;
			transition: background 0.5s;
	position: relative;
}
.gnav ul li a:hover:before {
	content: "";
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	top: 2px;
	left: -2.4rem;
	border-radius: 50%;
	background-color: #31c3d0;
}

/* サブサイト共通ヘッダ */
#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;
}

/* ========== フッタ ========== */

/* フッタ */

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 60px;
	position: fixed;
	right: 10px;
	bottom: -100px;
	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: 10px;
}
#btn_pagetop a {
	display: block;
}
#btn_pagetop img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* 管理者情報 */
#author_info {
    width: 1080px;
    margin: 0 auto;
    padding: 78px 0 80px;
    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;
}
#footer_logo {
    width: 290px;
    line-height: 0;
    margin: 4px 0 0 1px;
}
.tpl_site_list1 #footer_logo,
.tpl_site_list_2 #footer_logo {
        margin: 4px 0 0 50px;
}
#site_logo {
	display: inline-block;
    line-height: 0;
    margin: 0 0 45px;
}
#site_logo a {
    display: inline-block;
}
#author_box {
	width: calc(100% - 291px);
    text-align: right;
}
.tpl_site_list1 #author_box,
.tpl_site_list_2 #author_box {
    width: calc(100% - 340px);
}
#author_box p {
	margin: 0;
	font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
/* フッタメニュー */
.footer_navi {
	margin: 40px 0px 46px;
}
.footer_navi ul {
    list-style: none;
    display: -webkit-box;
    	display: -ms-flexbox;
    display: flex;
    	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    	-webkit-box-pack: end;
    		-ms-flex-pack: end;
    justify-content: flex-end;
    	-webkit-box-align: end;
    		-ms-flex-align: end;
    align-items: flex-end;
	gap: 11px;
}
.footer_navi ul li {
	display: inline-block;
    vertical-align: top;
    padding-right: 11px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    border-right: 2px solid #adadad;
}
.footer_navi ul li:last-child {
	padding-right: 0px;
	border-right: none;
}
.footer_navi ul li a {
    color: #333;
}

/* コピーライト */
#copyright {
	margin: 0px;
	padding: 0px;
}
#copyright p {
	font-size: 1.2rem;
    margin: 0px;
	line-height: 1;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	width: var(--content-width, 1080px);
	margin: 0px auto 60px;
	border: none;
	border-radius: 0;
	background: #f6f6f6;
	color: #333333;
}
#site_footer_box {
	padding: 30px;
}
#site_footer_box p {
	margin: 0px 0px 1em;
}
#site_footer_box p:last-child {
	margin-bottom: 0px;
}
#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap {
    color: #333333;
    padding: 30px 0 17.64px;
    font-size: 1.4rem;
    line-height: 1.5;
}
#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: 6rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
    width: 5rem;
    height: 2rem;
    border: none;
    font-weight: bold;
    background: #31c3d0;
    border-radius: 10px;
    color: #333333;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0.4rem 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.pankuzu a, #footstep a {
    color: #333333;
}
#clear_footstep {
	width: 20px;
    height: 20px;
    border-radius: 100%;
    background: url("/img/common/icon_clear.png") no-repeat center center #333333;
    background-size: 10px 10px;
    vertical-align: middle;
    color: #ffffff;
    margin-left: 10px;
    border: none;
}

/* ========== 見出し / 表 ========== */

/* ページ内目次 */
#main_body .toc_link_wrap {
	border-radius: 10px;
    border: 1px solid #c9c8c8;
}
.toc_link_wrap summary {
    padding: 12px 30px;
    border-radius: 10px;
}
.toc_link_wrap summary::marker {
    color: #153d5d;
}

/* 見出し */
#main_body .detail_free a {
    color: #333;
}
#main_body :where(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a) {
	color: #333333;
}
#main_header {
	margin-bottom: 40px;
}
#main_header h1 {
	margin: 0px;
    padding: 23px 35px 23px 27px;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border: 3px dotted #31c3d0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 0px #def8fc;
            box-shadow: 0px 10px 0px #def8fc;
}
#main_body :where(h2, h3, h4, h5, h6) {
	clear: both;
    margin: 30px 0px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
#main_body h2 {
	padding: 22px 52px 21px 30px;
    background: #def8fc;
    border-radius: 10px;
    font-size: 2.8rem;
}
#main_body h3 {
	padding: 17px 24px 16px 30px;
    font-size: 2.4rem;
    border-bottom: 1px solid #84bdb9;
}
#main_body h4 {
	padding: 14px 41px 13px 30px;
    background: #f6f6f6;
    border-radius: 10px;
    font-size: 2.2rem;
}
#main_body h5 {
	padding: 1rem 32px 10px 3rem;
    font-size: 2rem;
    position: relative;
}
#main_body h5::before {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #31c3d0;
    left: 7px;
    top: 1.9rem;
}
#main_body h6 {
	padding: 7px 40px 6px 30px;
    font-size: 1.8rem;
}

/* テーブル */
#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: #f6f6f6;
	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;
}

/* ========== メイン ========== */


/* コンテンツヘッダ */
#content_header {
	margin: 0px 0px 10px;
    text-align: right;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
}
#content_header > span {
	display: inline-block;
	margin-left: 25px;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
}

/* 印刷 */
#print_mode_link, 
#print_mode_link_large {
    display: inline-block;
    background: url("/img/sites/city-promotion/pc/icon_print.png") no-repeat left center transparent;
    padding-left: 22px;
    color: #333333;
}

/* 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: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 5px 0px 5px 34px;
    background: url("/img/sites/city-promotion/pc/icon_calendar.png") no-repeat left center transparent;
    color: #333333;
}

/* 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: 0px 0px 0px 10px;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0em;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
    margin: 59px 0px 0px;
    padding: 25px 30px;
    background: #f8f8f8;
}
#main_body #hyouka_area_box h2 {
    margin: 0px 0px 15px;
    padding: 0px;
    border: none;
    border-radius: 0;
    background: none;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
#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 #dddddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
#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 15px;
    padding: 0px;
    width: 100%;
}
#hyouka_area_box .hyouka_box_detail fieldset span {
    display: inline-block;
    vertical-align: top;
    margin: 0px 50px 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 5px 3px 5px;
    vertical-align: middle;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    outline: none;
    background: #eeeeee;
    position: relative;
}
#hyouka_area_box .hyouka_box_detail fieldset span input[type='radio']:checked:before {
    background: #0e6eb8;
}
#hyouka_area_box .hyouka_box_detail fieldset span input[type='radio']:before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
#hyouka_area_submit {
	margin-top: 10px;
}
#hyouka_area_submit input {
    display: inline-block;
    border: none;
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    margin: 0px;
    padding: 11px 10px;
    font-size: 1.5rem;
    line-height: 1.2;
    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: 39px 39px 38px;
    border: 1px solid #259faa;
    border-radius: 10px;
    letter-spacing: 0.05em;
}
#section_footer a {
    color: #333333;
}
#main_body #section_footer h2 {
    margin: 0px 0px 15px;
    padding: 0px;
    border: none;
    border-radius: 0;
    background: none;
    font-size: 2rem;
    line-height: 1.2;
}
#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: 13px;
    font-size: 1.8rem;
    line-height: 1.4;
}
#section_footer_detail span[class*="sf_name"] {
    margin-bottom: 13px;
    line-height: 1.2;
}
.sf_email {
    font-size: 1.8rem;
    line-height: 1.2;
}
/* おすすめコンテンツ */
#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 0px 0px 25px;
	background: url("/img/common/icon_osusume.png") no-repeat left center transparent;
	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;
}


/* 重要なお知らせ */
#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/common/icon_clear.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レコメンド */
#sidebar_recommend {
    margin-top: 40px;
}
#sidebar_ai_recommend {
    margin-top: 30px;
}
#recommend_title, 
#ai_recommend_title {
    background: #f6f6f6;
    text-align: left;
    padding: 20px 30px 20px;
    border-radius: 10px;
}
#recommend_title h2, 
#ai_recommend_title h2 {
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0px;
}
#recommend_title h2 {
    background: url("/img/sites/city-promotion/pc/icon_recommend.png") no-repeat left center transparent !important;
    padding: 7px 0px 6px 46px;
}
#ai_recommend_title h2 {
    background: url("/img/sites/city-promotion/pc/icon_ai_recommend.png") no-repeat left center transparent !important;
    padding: 7px 0px 6px 42px;
}
#recommend_title h2 span, 
#ai_recommend_title h2 span {
    display: inline-block;
}
#sidebar_recommend ul, 
#sidebar_ai_recommend ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 30px 31px 29px 30px;
}
#sidebar_recommend ul li, 
#sidebar_ai_recommend ul li {
    display: block;
    font-size: 1.8rem;
    line-height: 1.45;
    margin-bottom: 10px;
    padding-left: 1.5rem;
    position: relative;
}
#sidebar_recommend ul li::before, 
#sidebar_ai_recommend ul li::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background: #333;
    border-radius: 50%;
    left: 0;
    top: .8rem;
}
#sidebar_recommend ul li:last-child, 
#sidebar_ai_recommend ul li:last-child {
	margin-bottom: 0;
}
#sidebar_recommend ul li a, 
#sidebar_ai_recommend ul li a {
    color: #333333;
}
/* 関連リンク */
#kanren_link h2 {
	background: #e6e6e6;
	margin: 0px;
	padding: 15px 20px;
	font-size: 2rem;
	text-align: center;
}
#kanren_link ul {
	margin: 0px;
	padding: 20px 0px 20px 20px;
}
#kanren_link ul li {
	margin-bottom: 15px;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner_link {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
}
.common_banner_link *[class*="common_banner_"] {
    width: 100%;
}
.common_banner_link a {
    display: block;
    border: 1px solid #259faa;
    border-radius: 35px;
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 20px 5px 19px;
    text-align: center;
}
.common_banner_link a > span {
    display: inline-block;
    padding: 5px 0px 5px 40px;
}
.common_banner_mitsukaranai a > span {
    background: url("/img/sites/city-promotion/pc/icon_mitsukaranai.png") no-repeat left center transparent;
}
.common_banner_faq a > span {
    background: url("/img/sites/city-promotion/pc/icon_faq.png") no-repeat left center transparent;
}
.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: #f6f6f6;
	margin: 0px 0px 20px;
}
.subsite_menu:last-child {
	margin-bottom: 0px;
}

.subsite_menu_ttl {
	background: #e6e6e6;
	margin: 0px;
	padding: 18px 20px;
	font-size: 1.6rem;
	text-align: center;
}
.subsite_menu_ttl a {
	color: inherit;
}

.subsite_menu_list ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.subsite_menu_list ul li {
	margin: 0px 0px 15px;
}
.subsite_menu_list ul li:last-child {
	margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
	margin: 0px;
	padding: 0px 35px 25px;
	text-align: center;
}
.subsite_menu_list div.link_ichiran a {
	display: block;
}

/* サブサイト大小メニュー（開閉） */
.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;
    padding: 0px 30px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 40px 60px;
}
.info_list ul li {
    width: 300px;
    -webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.tpl_site_list_2 .info_list ul li {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 35px 19px;
    border: 1px solid #31c3d0;
}
.info_list ul li span.article_title a {
    color:#333;
}

/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack .article_txt .article_date {
    font-size: 1.2rem;
    line-height: 1.3;
	padding-bottom: 20px;
}
.list_pack .article_txt span {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333333;
}
.list_pack .article_img {
	width: 300px;
	padding-bottom: 20px;
}
.list_pack .article_img span {
	display: block;
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.list_pack .article_img span:empty {
	background: url("/img/sites/city-promotion/pc/noimage.png") no-repeat center center #def8fc !important;
}
.list_pack .article_img span img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* ========== 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;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change #header {
    border: none !important;
}
.color_change .gnav ul li a:hover:before,
.color_change #header2_box::after,
.color_change #header2_box::before {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.color_change #he_left div#logo img,
.color_change #footer_logo img,
.color_change #site_logo img,
.color_change #sidebar_recommend ul li::before, 
.color_change #sidebar_ai_recommend ul li::before {
    background-color: #fff !important;
}
.color_change #support_menu_open,
.color_change button.h_support_close,
.color_change #main_body #hyouka_area_box h2,
.color_change #main_body #section_footer h2,
.color_change #btn_pagetop,
.color_change #kaiyu_banner.open .kaiyu_ttl {
    background-color: transparent !important;
}
.color_change #search_cls {
    border: 1px solid;
    border-bottom: none;
    background-color: transparent !important;
}
.color_change #search_box .header_search {
	right: 1px;
}
.color_change .header_search,
.color_change #hyouka_area_box {
    outline: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.color_change #search_cls::before {
    -webkit-filter: invert(1);
            filter: invert(1);
}
.color_change #search_btn {
    background-image: url("/img/sites/city-promotion/pc/color_icon_search.png");
}
.color_change #submit, 
.color_change #open_page_id_submit {
    background-image: url("/img/sites/city-promotion/pc/color_glass_icon.png");
    background-color: transparent !important;
}
.color_change #recommend_title h2 {
	background-image: url("/img/sites/city-promotion/pc/color_icon_recommend.png") !important;
}
.color_change #ai_recommend_title h2 {
	background-image: url("/img/sites/city-promotion/pc/color_icon_ai_recommend.png") !important;
}
.color_change #content_footer #calendar_button_google a, 
.color_change #content_footer #calendar_button_yahoo a {
    background-image: url("/img/sites/city-promotion/pc/color_icon_calendar.png") !important;
}
.color_change .common_banner_mitsukaranai a > span {
	background-image: url("/img/sites/city-promotion/pc/color_icon_mitsukaranai.png");
}
.color_change .common_banner_faq a > span {
	background-image: url("/img/sites/city-promotion/pc/color_icon_faq.png");
}
.color_change .toc_link_wrap summary::marker {
	color: inherit;
}

/* 黒 */
.color_black a#search_btn {
	background-color: #333 !important;
}

/* 青 */
.color_blue a#search_btn {
	background-color: #0000aa !important;
}

/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode #sidebar_recommend, 
.view_print_mode #sidebar_ai_recommend, 
.view_print_mode .common_banner_link {
    display: none;
}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* 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: 20px;
	}
	@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: 15px var(--mymainback-margin-side) 20px;
		padding: 0px !important;
		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;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header2 {
		background: url("/img/sites/city-promotion/sp/map2.png") no-repeat right bottom;
	}
	#header2_box {
	    width: auto;
    	padding: 20px 15px 23px;
	}
	#he_left {
		position: static;
	}
	#he_left #logo {
		width: 242px;
	}
	/* ボトムナビゲーション */
	#spm_wrap {
		position: fixed;
		width: 100%;
		height: 70px;
		bottom: 0;
		left: 0;
		z-index: 200;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-webkit-box-align: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
	}
	#spm_wrap button {
		display: block;
		width: calc(100% / 3);
		height: 70px;
		color: #333;
		background-repeat: no-repeat;
		background-position: center bottom 10px;
	}
	#spm_wrap #spm_kaiyu {
		background-image: url("/img/common/txt_kaiyu.png"), url("/img/common/img_kaiyu.png");
		background-position: center, center top -10px;
		background-size: 67px auto, auto auto;
		background-color: #e2db10;
	}
	.spm_kaiyu_open #spm_wrap #spm_kaiyu {
		background-image: url("/img/sites/city-promotion/sp/kaiyu_close.png"), url("/img/common/img_kaiyu.png");
		background-position: center bottom 10px, center top -10px;
		background-size: auto auto;
	}
	#spm_wrap #spm_menu {
		background-image: url("/img/sites/city-promotion/sp/menu_btn.png");
		background-color: #acece8;
	}
	#spm_wrap #spm_search {
		background-image: url("/img/sites/city-promotion/sp/search_btn.png");
		background-color: #31c3d0;
	}
	.spm_menu_open #spm_wrap #spm_menu,
	.spm_search_open #spm_wrap #spm_search {
		width: calc(100% / 3);
		background-image: url("/img/sites/city-promotion/sp/close_btn.png") !important;
		background-color: #585858;
		color: #fff;
	}
	.spm_menu_open #spm_wrap #spm_menu {	
		left: calc(100% / 3);
	}
	.spm_menu_open #spm_wrap #spm_search{
		display: block;
	}
	.spm_search_open #spm_wrap #spm_search {
		left: calc(100% - (100% / 3));
	}
	.spm_search_open #spm_wrap #spm_menu {
		display: block;
	}
	/* メニュー【展開】 */
	#he_right {
		position: fixed;
        z-index: 100;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		padding: 50px 20px 120px;
		background-color: #def8fc;
		-ms-scroll-chaining: none;
	    overscroll-behavior: none;
        -webkit-box-sizing: border-box;
    			box-sizing: border-box;
        -webkit-transition: .5s translate;
        		transition: .5s translate;
	}
	.spm_menu_open #he_right {
		translate: 0 -100%;
	}

	/* ヘッダメニュー */
	nav.h_navi {
		margin: 0;
	}

	.h_navi_list {
		gap: 22px 39px;
		position: relative;
	}
 	/* 非表示 */
	.h_navi_i__main, .h_navi_hojoBtn, 
	button.h_support_close {
		display: none;
	}
	.h_navi_i__lang, .h_navi_i__hojo {
		width: 100%;
	}
	.h_navi_list li.h_navi_i__read{
/* 		position: static; */
	}
	.h_navi_i > a:any-link,
	.h_navi_i button#js_sound_btn {
		text-shadow: unset;
		line-height: revert;
	}
	/* Foreign language */
	.h_navi_i__lang > a:any-link:before {
		width: 18px;
    	height: 18px;
    	margin-right: 8px;
		background: url("/img/sites/city-promotion/sp/lang_icon.png") no-repeat;
	}
	/* やさしい日本語 */
	.h_navi_i__easy > a:any-link:before {
		width: 18px;
    	height: 18px;
    	margin-right: 8px;
    	background: url("/img/sites/city-promotion/sp/easy_icon.png") no-repeat;
	}
	/* 音声読み上げ */
	.h_navi_i__read button#js_sound_btn::before {
		width: 22px;
	    height: 16px;
	    margin: 0 8px 0 0;
	    background: url("/img/sites/city-promotion/sp/speaker_icon.png") no-repeat;
	}

	/* アクセシビリティ機能 */
	#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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 21px 0;
        position: static;
        background: none;
        border: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        max-width: 100%;
	}

	dl#moji_size, dl#haikei_color {
		width: 100%;
	}

	/* 検索【展開】 */
	.header_search {
        display: block !important;
        position: fixed;
        left: 0;
        top: 100% !important;
        z-index: 100;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 145px 20px;
        overflow-y: auto;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        -webkit-box-sizing: border-box;
        		box-sizing: border-box;
        -webkit-transition: .5s translate;
        		transition: .5s translate;
	}
	.spm_search_open #section_search {
		translate: 0 -100%;
	}
	#search_btnUnit {
		display: none;
	}

	/* キーワード検索.ページID検索 */
	#cse-search-box .search_ttl, #open_page_id_box .search_ttl {
	    margin: 0 0 11px;
    	font-size: 1.4rem;
	}
	.search_ipt {
		padding: 6px 0px 5px 4px;
	}
	#tmp_query, #open_page_id {
		width: calc(100% - 59px) !important;
    	height: 27px !important;
    	text-indent: 10px;
    	font-size: 1.2rem;
	}
	#submit, #open_page_id_submit {
		width: 59px;
   	 	height: 27px;
   	 	background-size: 21px auto;
   	 	background-position: center center;
	}
	.open_page_id_link a {
	    font-size: 1.2rem;
	}

	/* ページID検索 */
	#top_search_page_id {
		margin: 30px 0 0;
	}

	/* グローバルナビ */
	.gnav ul {
		width: auto;
	    gap: 5px;
	    padding: 0;
	    margin: 40px 0 0;
		 -ms-flex-wrap: wrap;
	         flex-wrap: wrap;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	    justify-content: center;
	}
	.gnav ul li {
	    width: calc(50% - 2.5px);
	}
	.gnav ul li a {
		display: block;
	    background-color: #fff;
	    text-align: center;
	    padding: 27px 5px;
	    font-size: 1.6rem;
	    letter-spacing: 0;
	}
	.gnav ul li a:hover:before {
		content: none;
	}
	

	/* サブサイト共通ヘッダ */
	#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;
	}

	/* ========== フッタ ========== */

	/* フッタ */

	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		width: 40px;
	}
	#btn_pagetop.fixed {
		bottom: 81px;
	}

	/* 管理者情報 */
	#author_info {
		display: block;
        padding: 50px 0 100px;
        width: auto;
        margin: 0 20px;
	}
	@media screen and (max-width: 1080px) {
		#author_info { 
			margin: 0 10px;
		}
	}
	#footer_logo {
		width: 232px;
        margin: 0 auto !important;
	}
	#footer_logo img {
        width: 100%;
    }
	#author_box {
		width: 100% !important;
        text-align: center;
	}
	#site_logo {
		width: 184px;
		margin: 30px 0 25px;
	}
	#site_logo img {
        width: 100%;
    }
	#author_box p {
		font-size: 1.2rem;
	}
	.footer_navi {
		margin: 21px 0 29px;
	}
	.footer_navi ul {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		padding: 0px;
		gap: 6px 9px;
	}
	.footer_navi ul li {
		font-size: 1rem;
		padding-right: 8px;
		border-width: 1px;
	}
	#copyright p {
		font-size: 1rem;
		line-height: 1;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		height: 100%;
	}
	.kaiyu_list {
		max-width: 300px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px) 40px;
	}
	#site_footer_box {
		padding: 20px;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#pankuzu_wrap {
		font-size: 1.2rem;
	}
	#pankuzu_wrap > div {
		width: auto;
		margin-left: var(--mymainback-margin-side, 20px);
		margin-right: var(--mymainback-margin-side, 20px);
	}
	.pankuzu,
	#footstep {
		padding-left: 5rem;
	}
	.pankuzu:first-child .icon_current,
	#footstep_ttl {
		width: 4rem;
		font-size: 1rem;
		top: 2px;
	}

	/* 足あとを非表示 */
	#footstep_wrap {
		display: none !important;
	}

	/* ========== 見出し ========== */

	/* ページ内目次 */
	#main_body .toc_link_wrap {
		border-radius: 5px;
	}
	.toc_link_wrap summary {
		padding: 10px 20px;
	}

	/* 見出し */
	#main_header {
		margin-bottom: 30px;
	}
	#main_header h1 {
		margin: 0px;
        padding: 11px 21px 10px 17px;
        font-size: 2.8rem;
        border-radius: 5px;
	}
    #main_body :where(h2, h3, h4, h5, h6) {
        margin: 20px 0;
    }
	#main_body h2 {
		padding: 14px 26px 14px 20px;
        font-size: 2.4rem;
        border-radius: 5px;
	}
	#main_body h3 {
		padding: 13px 29px 13px 20px;
        font-size: 2.2rem;
	}
	#main_body h4 {
		padding: 8px 15px 7px 20px;
        font-size: 2rem;
        border-radius: 5px;
	}
	#main_body h5 {
		padding: 0.8rem 25px 8px 2rem;
        font-size: 1.8rem;
        background: #f1eeec;
	}
	#main_body h5::before {
        left: 0;
        top: 1.3rem;
    }
	#main_body h6 {
		padding: 8px 24px 7px 20px;
        font-size: 1.6rem;
        background: #f1eeec;
	}

	/* ========== メイン ========== */

	/* コンテンツヘッダ */
	#content_header {
		font-size: 1.3rem;
	}
	#content_header > span {
		margin-left: 1em;
	}

	/* コンテンツフッタ */
	#content_footer {
		display: block;
        text-align: center;
	}

	/* 印刷 */
	#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;
        margin: 20px 0px 0px;
	}
	.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 {
		margin: 20px 0 0;
        padding: 20px 12px 15px 15px;
	}
	#main_body #hyouka_area_box h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}
	@media screen and (max-width: 370px) {
		#main_body #hyouka_area_box h2 {
			font-size: 1.6rem;
		}
	}
	#hyouka_area_box .hyouka_box_detail {
		font-size: 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: 1.3rem;
	}

	/* お問い合わせ先 */
	#section_footer {
		margin: 20px 0 0;
		padding: 20px 13px 20px;
        border-radius: 5px;
	}
	#main_body #section_footer h2 {
		font-size: 1.8rem;
		letter-spacing: 0em;
	}
	@media screen and (max-width: 370px) {
		#section_footer h2,
		#main_body #section_footer h2 {
			font-size: 1.6rem;
		}
	}
	#section_footer_detail span, 
	.sf_email {
        font-size: 1.6rem;
        letter-spacing: 0;
    }

	/* おすすめコンテンツ */
	#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レコメンド */
	#sidebar_recommend {
        margin-top: 30px;
    }
    #sidebar_ai_recommend {
    	margin: 10px 0 0;
    }
	#recommend_title, 
	#ai_recommend_title {
        padding: 10px 10px 11px 15px;
        border-radius: 5px;
	}
	@media screen and (max-width: 370px) {
		#recommend_title h2, #ai_recommend_title h2 {
			font-size: 1.7rem;
		}
	}
	#sidebar_recommend ul,
	#sidebar_ai_recommend ul {
		padding: 20px 15px;
	}
	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {
		font-size: 1.6rem;
	}

	/* 関連リンク */
	#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 {
        margin-top: 20px;
        gap: 10px 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.common_banner_link a {
        padding: 13px 5px;
        font-size: 1.4rem;
        border-radius: 5px;
    }
	.common_banner_link a > span {
        padding: 5px 0px 5px 30px;
    }
	/* サブサイト大小メニュー */
	.subsite_menu {
		margin-bottom: 10px;
	}

	.subsite_menu_ttl {
		font-size: 1.6rem;
		text-align: left;
	}

	.subsite_menu_list ul {
		margin: 0px;
		padding: 20px 20px 30px;
		list-style: none;
	}
	.subsite_menu_list ul li {
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid var(--list-bordercolor, #cccccc);
	}

	.subsite_menu_list div.link_ichiran {
		margin: 0px;
		padding: 0px 30px 30px;
	}

	/* サブサイト大小メニュー（開閉） */
	.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 {
		padding: 0px;
		gap: 20px;
	}
	.info_list ul li {
		width: 100%;
	}
	.tpl_site_list_2 .info_list ul li {
		padding: 20px 13px;
	}

	/* リスト（日付） */
	.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;
	}

	/* リスト（サムネイル） */
	.tpl_site_list1 .list_pack {
		gap: 10px 15px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	    -webkit-box-align: start;
	        -ms-flex-align: start;
	            align-items: flex-start;
	}
	.list_pack .article_img {
        width: calc(50% + 13.5px) !important;
        max-width: 165px !important;
        padding: 0px;
	}
	.list_pack .article_img span {
		width: 100% !important;
		height: 124px !important;
	}
	.list_pack .article_img span:empty {
		background-size: 60px auto !important;
	}
	.list_pack .article_txt {
		width: calc(100% - 165px);
	}
	.list_pack .article_txt .article_date {
		font-size: 1rem;
		padding-bottom: 10px;
	}
	.list_pack .article_txt span.article_title {
		font-size: 1.4rem;
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change #spm_wrap > button,
	.color_change .gnav ul li a {
		outline: 1px solid rgba(255, 255, 255, 0.5) !important;
	}
	.color_change #spm_wrap #spm_search {
		background-image: url("/img/sites/city-promotion/sp/color_search_btn.png");
	}
	.color_change #spm_wrap #spm_menu {
		background-image: url("/img/sites/city-promotion/sp/color_menu_btn.png");
	}
	.color_change #spm_wrap #spm_kaiyu {
		background-image: url("/img/sites/city-promotion/sp/color_txt_kaiyu.png");
	}
	.color_change .spm_kaiyu_open #spm_wrap #spm_kaiyu {
		background-image: url("/img/sites/city-promotion/sp/color_kaiyu_close.png");
	}
	.color_change .h_navi_i__lang > a:any-link:before {
		background-image: url("/img/sites/city-promotion/pc/lang_icon.png");
		background-size: 18px;
	}
	.color_change .h_navi_i__easy > a:any-link:before {
		background-image: url("/img/sites/city-promotion/pc/easy_icon.png");
		background-size: 18px;
	}
	.color_change .h_navi_i__read > a:any-link:before {
        background-image: url("/img/sites/city-promotion/pc/speaker_icon.png");
        background-size: 22px 16px;
    }

	/* 黒 */

	/* 青 */

}
/* ==================================================
スマートフォン ここまで
================================================== */