@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: 'UD新ゴ R', 'UD Shin Go Regular', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
	/* 見出し / 太字 */
	--fontfamily-bold: 'UD新ゴ B', 'UD Shin Go 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;
	overflow-x: hidden;
}

#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 {
	background-color: #edfcf1;
	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[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: 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: auto;
}

a:visited {
	/* color: #660099; */
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	text-decoration: none;
}

a:hover,
a:focus {
	/* color: #000000; */
	text-decoration: underline;
}

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;
}

/* ヘッダ */
#header2_box {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 61px;
}

#he_left {
	width: 180px;
	/* position: absolute; */
	top: auto;
	left: 0px;
	z-index: 1;
}

#he_left #logo {
	width: 220px;
	margin: 0px;
	display: flex;
	background-color: #ffffff !important;
}

#he_left #logo h1,
#he_left #logo p {
	margin: 0px;
}

#he_left #logo a {
	display: flex;
}

#he_left #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	width: 220px;
}

#he_right {
	margin-left: auto;
	text-align: right;
	position: relative;
	z-index: 2;
}

/* ヘッダメニュー */
.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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
}

.header_nav ul li[class^="h_"] {
	display: flex;
	vertical-align: middle;
	margin: 0px 0px 0px 41px;
	text-align: -webkit-match-parent;
	align-items: center;
	justify-content: center;
}

.header_nav ul li[class^="h_"]:first-child {
	margin-left: 0px;
	padding: 10px 0;
	padding-left: 15px;
}

/* アクセシビリティ機能 */
.h_support {
	width: 80px;
	position: relative;
}

#support_menu_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	/* right: 0px; */
	transform: translate(-50%, 0%);
	z-index: 100;
	border: none;
	border-radius: 0px;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 24rem;
	margin: 0px;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #53de77;
}

#support_menu_box.open {
	display: flex;
	gap: 20px;
}

#support_menu_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	/* right: 0px; */
	transform: translate(-50%, 0%);
	z-index: 100;
	border: none;
	border-radius: 0px;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 24rem;
	margin: 0px;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #53de77;
}

#support_menu_box.open {
	display: flex;
	gap: 20px;
}

#btn_support_menu_close {
	border: none;
	background: #e6e6e6;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px 15px;
}

dl#moji_size,
dl#haikei_color {
	margin: 0px 0px 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;
	position: relative;
	padding-left: 20px;
}

dl#moji_size dt,
dl#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	min-width: 5em;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8rem;
	margin: 0px 4px 0px 0px;
	padding: 6px 0px;
}

dl#moji_size dd,
dl#haikei_color dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	width: max-content;
}

dl#moji_size dd a,
dl#haikei_color dd a {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 5px 8px;
}

dl#moji_size dd a {
	padding: 5px 10px;
	border-radius: 5px;
}

dl#moji_size dd a#moji_large {
	font-size: 1.4rem;
	font-weight: bold;
}

.font_size_limit_max dl#moji_size dd a#moji_large {
	background: #f6f6f6;
	color: #666666;
}

dl#haikei_color dd a#haikei_white {
	border-color: #cccccc;
	background: #ffffff !important;
	color: #333333 !important;
}

dl#haikei_color dd a#haikei_black {
	border-color: #000000;
	background: #000000 !important;
	color: #ffffff !important;
}

dl#haikei_color dd a#haikei_blue {
	border-color: #0000ff;
	background: #0000ff !important;
	color: #ffff00 !important;
}

/* 検索 */
.header_search {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* キーワード検索 */
#top_search_keyword {
	text-align: left;
}

#cse-search-box .search_ttl {
	display: block;
}

#cse-search-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: 30rem;
	border: 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tmp_query {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 6rem) !important;
	height: 3.8rem !important;
	border: none !important;
}

#submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 6rem;
	height: 3.8rem;
	border: none;
	background: #e6e6e6;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 3.8rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

#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検索 */
#top_search_page_id {
	text-align: left;
	margin: 20px 0px 0px;
	display: flex;
	align-items: flex-end;
	gap: 15px;
}

#open_page_id_box .search_ttl {
	display: block;
	margin-bottom: 10px;
}

#open_page_id_box .search_ipt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 26rem;
	border: 1px solid;
	box-shadow: none;
	padding: 5px;
	background: #ffffff;
	border-radius: 10px;
	border: none;
}

#open_page_id {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 6rem);
	height: 3.8rem;
	border: none;
}

#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 9rem;
	height: 3.8rem;
	border: none;
	background: #333333;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 3.8rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	border-radius: 10px;
}

#open_page_id_message {
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 15px;
}

#open_page_id_message:empty {
	display: none;
}

/* グローバルナビ */
#top_search {
	background: #53de77;
}

.gnav ul {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 20px 0px;
	list-style: none;
	display: table;
	table-layout: fixed;
}

.gnav ul li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #959595;
}

.gnav ul li:first-child {
	border-left: 1px solid #959595;
}

.gnav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	background: transparent;
	color: #333333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	padding-left: 30px;
}

.gnav ul li a:hover,
.gnav ul li a:focus {
	background: rgba(255, 255, 255, 0.5);
}

/* サブサイト共通ヘッダ */
#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;
}

/* ========== フッタ ========== */

/* フッタ */
#author_info {
	background: #ffffff;
}

#author_info_box {
	display: flex;
	justify-content: space-between;
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 40px 0px 80px;
}

/* フッタメニュー */
.footer_navi {
	padding: 36px 0px 20px;
}

.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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer_navi ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 1em 0px;
	padding-right: 1em;
	line-height: 1.25;
}

.footer_navi ul li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #000;
	transform: rotate(25deg);
}

.footer_navi ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.footer_navi ul li:last-child::before {
	display: none;
}

/* 管理者情報 */
#author_box {
	margin: 0px;
	padding: 0px;
}

#author_box p {
	margin: 10px 0px 0.5em;
}

#author_box p.f_author {
	font-size: 3rem;
	font-weight: bold;
}

#author_box p.f_number {
	font-size: var(--fontsize-main-small, 1.5rem);
}

/* コピーライト */
#copyright {
	margin: 0px;
	padding: 0px;
}

#copyright p {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin: 0px;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 70px;
	position: fixed;
	right: 10px;
	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: 20px;
	right: 20px;
}

#btn_pagetop a {
	display: block;
}

#btn_pagetop img {
	width: 70px;
	height: auto;
	vertical-align: top;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	margin: 0px auto 0px;
	border: none;
	border-radius: 0;
	background-color: #edfcf1;
	color: #333333;
	padding-top: 80px;
	padding-bottom: 100px;
	background: url("/img/sites/kanko/fuji.png") no-repeat;
	background-size: auto;
	background-position: bottom;
}

#site_footer_box {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

#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 {
	background: transparent;
	color: #333333;
	padding: 20px 0px 40px;
	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: 5px;
	background: #53de77;
	color: #333333;
	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: 24px;
	height: 24px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	background: url("/img/common/icon-clear.png") no-repeat center center #333333;
	background-size: 10px 10px;
	color: #ffffff;
}

/* ========== 見出し / 表 ========== */

/* 見出し */
#main_header {
	margin-bottom: 0px;
}

#main_header h1 {
	margin: 0px;
	padding: 26px 30px;
	background: transparent;
	font-size: 3.2rem;
	text-align: center;
}

#main_body :where(h2, h3, h4, h5, h6) {
	clear: both;
	margin: 1em 0px;
}

#main_body h2 {
	padding: 20px 30px 20px 30px;
	font-size: 2.6rem;
	border-radius: 10px;
	background-color: #53de77;
}

#main_body h3 {
	padding: 17px 30px;
	background: transparent;
	font-size: 2.4rem;
	position: relative;
}

#main_body h4 {
	padding: 14px 30px 13px;
	background: transparent;
	font-size: 2.2rem;
	border-bottom: 1px solid #9d9d9d;
}

#main_body h5 {
	padding: 10px 30px;
	background: #F6F6F6;
	font-size: 2rem;
	border-radius: 10px;
}

#main_body h6 {
	padding: 7px 30px 6px;
	background: transparent;
	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;
}

/* ========== メイン ========== */

/* メイン */
#mymainback {
	padding-top: 40px;
	padding-bottom: 60px;
}

/* コンテンツヘッダ */
#content_header {
	margin: 0px 0px 20px;
	text-align: center;
	font-size: var(--fontsize-main-small, 1.5rem);
}

#content_header>span {
	display: inline-block;
	/* margin-left: 2em; */
	margin: 0 10px;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
	margin-bottom: 60px;
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
	display: inline-block;
	background: url("/img/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: center;
}

.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/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.3rem;
	line-height: 1.4;
	letter-spacing: 0em;
}

/* 評価エリア */
#hyouka_area_box {
	clear: both;
	margin: 40px 0px 0px;
	padding: 30px;
	background: transparent;
	border: 1px solid #9d9d9d;
	border-radius: 10px;
}

#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 #dddddd;
	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: #f6f6f6;
	border-radius: 10px;
	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: 30px;
	background: transparent;
	border: 1px solid #53de77;
	border-radius: 10px;
}

#section_footer h2,
#main_body #section_footer h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
	border-left: 3px solid #53de77;
	padding-left: 10px;
}

#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 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;
}

/* 自由編集項目 */
.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/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,
#sidebar_ai_recommend {
	background: transparent;
	margin-bottom: 30px;
}

#recommend_title,
#ai_recommend_title {
	background: #f6f6f6;
	text-align: left;
	padding: 10px 5px;
	padding-left: 25px;
	border-radius: 10px 10px 0 0;
	margin-bottom: 21px;
}

#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px;
	padding: 15px 0px 15px 40px;
}

#recommend_title h2 {
	background: url("/img/sites/kanko/icon-recommend.png") no-repeat left center transparent;
	background-size: 35px;
	color: inherit;
}

#ai_recommend_title h2 {
	background: url("/img/sites/kanko/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: 0px;
	list-style-type: disc;
	padding-left: 50px;
}

#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	display: list-item;
	padding: 5px 0px;
	background: #ffffff;
}

/* 関連リンク */
#kanren_link h2 {
	background: #f6f6f6;
	margin: 0px;
	padding: 15px 20px;
	padding-left: 30px;
	font-size: 2rem;
	text-align: left;
	border-radius: 10px 10px 0 0;
}

#kanren_link ul {
	margin: 0px;
	padding: 15px 0px 20px 50px;
}

#kanren_link ul li {
	margin-bottom: 10px;
}

#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;
	width: 100%;
}

.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}

.common_banner_link a {
	display: block;
	border: 1px solid #9d9d9d;
	background: transparent;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	padding: 20px 5px;
	text-align: center;
	border-radius: 10px;
}

.common_banner_link a>span {
	display: inline-block;
	padding: 5px 0px 5px 40px;
}

.common_banner_link .common_banner_mitsukaranai a>span {
	background: url("/img/sites/kanko/icon_mitsukaranai.png") no-repeat left center transparent;
	color: inherit;
}

.common_banner_link .common_banner_faq a>span {
	background: url("/img/sites/kanko/icon_faq.png") no-repeat left center transparent;
	color: inherit;
}

.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;
}

.info_list ul li {
	margin: 0px 0px 0px;
	padding: 25px 0px;
	border-bottom: 2px dotted #9e9e9e;
}

/* リスト（日付） */
.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: 1.5rem;
	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 {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom: 0px;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
}

.list_pack .article_txt .article_date {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: auto;
	/* padding-right: 20px; */
}

.list_pack .article_img span {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 200 / 150;
	overflow: hidden;
	background: #f1fdf4;
	border-radius: 10px 10px 0 0;
}

.list_pack .article_img span:empty {
	background: url("/img/sites/kanko/noimage.png") no-repeat center center #f1fdf4;
	background-size: auto;
}

.list_pack .article_img span img {
	width: 100%;
	height: 210px;
	-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;
}

/* code ここから */


/* ヘッダー ここから */

#author_box img {
	background-color: #ffffff !important;
}

.h_search.is-open button {
	padding: 0;
}

.h_main a,
.h_main button,
.h_lang a,
.h_lang button,
.h_support a,
.h_support button {
	font-size: 1.4rem;
	color: currentColor;
}

.h_main {
	padding-left: 15px;
	position: relative;
}

.h_main::before {
	content: "";
	width: 16px;
	height: 16px;
	background: url("/img/sites/kanko/honbun.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
}

.h_lang {
	padding-left: 15px;
	position: relative;
}

.h_lang::before {
	content: "";
	width: 16px;
	height: 16px;
	background: url("/img/sites/kanko/tikyuu.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
}

.h_support button {
	padding-left: 10px;
	position: relative;
	background: transparent;
	border: none;
}

.h_support button::before {
	content: "";
	width: 16px;
	height: 16px;
	background: url("/img/sites/kanko/gear.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
}

.h_search {
	position: relative;
	background-color: #53de77;
	border-radius: 5px;
	margin: 0;
	cursor: pointer;
	height: 36px;
	width: 200px;
	/* padding-left: 20px; */
	margin-left: 32px !important;
}

.h_search button {
	text-align: center;
	background: transparent;
	border: none;
	letter-spacing: 0.2em;
	padding-left: 35px;
}

.h_search::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url("/img/sites/kanko/search.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 72px;
	transform: translate(-50%, -50%);
}

.h_search::after {
	content: "";
	width: 15px;
	height: 20px;
	background: url("/img/sites/kanko/search-close.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 68%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}



.header_search {
	position: absolute;
	right: 0;
	background-color: #53de77;
	display: none;
	padding: 20px;
	border-radius: 10px 0 10px 10px;
	z-index: 2;
}

.header_search.is-open {
	display: block;
}

.h_search.is-open {
	border-radius: 10px 10px 0 0;
	padding-left: 0;
	padding-bottom: 22px;
	height: 38px;
	top: 10px;
}


.h_search.is-open::before {
	display: none;
}

.h_search.is-open::after {
	display: block;
}

.h_support button.open {
	background-color: #53de77;
	width: 80px;
	padding: 0;
	padding-left: 0;
	padding-bottom: 20px;
	padding-top: 4px;
	height: 60px;
	border-radius: 10px 10px 0 0;
	position: relative;
	top: 10px;
}

.h_support button::after {
	content: "";
	width: 15px;
	height: 20px;
	background: url("/img/sites/kanko/search-close.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 66%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.h_support button.open::before {
	display: none;
}

.h_support button.open::after {
	display: block;
}

#btn_support_menu_close {
	display: none;
}


.search_link {
	margin-bottom: 10px;
}

/* ヘッダー ここまで */

/* フッター ここから */

.author_contact a {
	display: block;
	max-width: 309px;
	padding: 30px 20px;
	text-decoration: none;
	background-color: #53de77;
	border-radius: 10px;
	margin-top: 9px;
	margin-bottom: 35px;
	margin-left: auto;
	position: relative;
	font-size: 1.8rem;
}

.author_contact a::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url("/img/sites/kanko/footer-arrow.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0%, -50%);
}

.site_footer_banner {
	margin-bottom: 30px;
}

.site_footer_banner img {
	width: 100%;
}

.site_footer_flex {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.site_footer_flex img {
	width: 100%;
}

.site_footer_wrap {
	margin: 0 auto;
	max-width: 1080px;
}

/* フッター ここまで */

/* セカンドページ ここから*/

#mymainback_bg {
	background: url("/img/sites/kanko/head_bg.png") no-repeat;
	background-size: auto;
	background-position: top;
}


.common_banner_link {
	display: flex;
	justify-content: center;
	gap: 30px;
}

/* セカンドページ ここまで*/

/* トップページ ここから */

.swiper-control {
	position: absolute;
	right: 35px;
	bottom: 15px;
	display: flex;
}

.swiper-slide img.pg_class_slide_img_fit {
	display: block !important;
}

.swiper-pagination {
	left: -86px !important;
	margin-top: 14px !important;
	top: -5px !important;
}

button.swiper-button-start,
button.swiper-button-stop {
	top: 19px !important;
	right: -31px !important;
}

button.swiper-button-prev {
	left: 45px;
}

button.swiper-button-next {
	left: 84px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	background: url("/img/sites/kanko/dot-n.png") no-repeat;
	background-size: contain;
	background-position: center center;
	width: 16px;
	height: 16px;
	opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url("/img/sites/kanko/dot.png") no-repeat;
	background-size: contain;
	background-position: center center;
	width: 18px;
	height: 18px;
	position: relative;
	top: 1px;
	opacity: 1;
}

button.swiper-button-prev::after,
button.swiper-button-next::after {
	background: #333333 !important;
}

button.swiper-button-prev,
button.swiper-button-next {
	background-color: #ffffff !important;
	width: 30px !important;
	height: 30px !important;

}

button.swiper-button-next {
	background: url(/img/sites/kanko/next.png) no-repeat center #333 !important;
	background-size: contain;
}

button.swiper-button-prev {
	background: url(/img/sites/kanko/prev.png) no-repeat center #333 !important;
	background-size: contain;
}

button.swiper-button-next::after {
	clip-path: none !important;
}

button.swiper-button-prev::after,
button.swiper-button-next::after {
	display: none !important;
}

button.swiper-button-stop {
	background: url(/img/sites/kanko/stop.png) no-repeat center #333 !important;
	background-size: contain;
}

:where(button.swiper-button-stop)::after {
	display: none !important;
}

:where(button.swiper-button-start)::after {
	background-color: #cc0000 !important;
	color: #fff !important;
}

.detail_slideshow button.swiper-button-start {
	background: #fae5e5;
	box-shadow: unset;
	color: #333;
}
.detail_slidesehow :is(button.swiper-button-start, button.swiper-button-stop) span {
    border: none  !important;
    color: #333;
}

.swiper-control-outer {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;

	& > img {
		position: absolute;
		left: 0;
		bottom: 87px;
		z-index: 2;
		width: 100%;
		max-width: 605px;
	}
}

.main_sec {

	& h2 {
		font-size: 4rem;
		position: relative;
		padding-left: 50px;
		margin-bottom: 40px;
	}

	& h2::after {
		content: "";
		width: 40px;
		height: 40px;
		background: url(/img/sites/kanko/top-head-icon.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translate(0%, -50%);
	}

	& > p {
		margin-bottom: 160px;
		padding-left: 15px;
	}
}

.main_sec_link {
	& a {
		display: block;
		max-width: 280px;
		padding: 20px 30px;
		margin: 0 auto;
		text-decoration: none;
		background-color: #53de77;
		border-radius: 10px;
		margin-top: 10px;
		margin-bottom: 30px;
		position: relative;
		color: currentColor;
	}

	& a::after {
		content: "";
		width: 30px;
		height: 30px;
		background: url(/img/sites/kanko/footer-arrow.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translate(0%, -50%);
	}
}

.tpl_site_index {
	& #mymainback_bg {
		background: url("/img/sites/kanko/map.png") no-repeat;
		background-size: auto;
		background-position: top;
		margin-bottom: 75px;
	}

	& #mymainback {
		padding-bottom: 0px;
		padding-top: 93px;
	}

	& .list_pack {
		width: 100%;
		display: flex;
		flex-direction: column;
		background: #dcf7e3;
		border-radius: 10px;
		height: inherit;
	}

	& .link_ichiran a {
		font-size: 1.6rem;
		display: block;
		text-align: end;
		position: relative;
		padding-right: 30px;
		text-decoration: none;
	}

}

.system_box {
	padding-top: 100px;
	padding-bottom: 0px;
}

.h2_rss {
	position: relative;
	padding: 20px 0;
	padding-left: 50px;
	border-bottom: 1px solid #53de77;
	& a {
		font-size: 4rem;
		text-decoration: none;
	}
}

.h2_rss::after {
	content: "";
	width: 36px;
	height: 50px;
	background: url(/img/sites/kanko/news-icon.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
}

.article_title {
	& a {
		color: #333333;
		font-weight: 700;
	}
}



.link_ichiran a::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url("/img/sites/kanko/recommend-arrow.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
}

.spot {
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 0;
	padding-top: 15px;
	padding-bottom: 0;
}

.spot-title {
	position: relative;
}

.spot-title::after {
	content: "";
	width: 43px;
	height: 41px;
	background: url(/img/sites/kanko/spot-icon.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
}

.spot-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

a.spot-item {
	position: relative;
	display: block;
	height: 240px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background: #000;
	
	
	
	
	& span {
		color: currentColor;
		text-shadow: 0 0 8px rgba(0, 0, 0, 0.6),
			0 0 16px rgba(0, 0, 0, 0.4),
			0 0 24px rgba(0, 0, 0, 0.2);
	}
}

/* 背景画像として使うimg */
.spot-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.5s ease;
}

/* ホバーで120% */
.spot-item:hover .spot-img {
	transform: scale(1.2);
	transition: 0.5s;
}

/* テキスト */
.spot-main {
	position: absolute;
	top: 24px;
	left: 24px;
	font-size: 3rem;
	font-weight: bold;
	z-index: 1;
}

.spot-sub {
	position: absolute;
	top: 75px;
	left: 24px;
	font-size: 1.8rem;
	z-index: 1;
}

/* 矢印 */
.spot-arrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 32px;
	z-index: 1;
}


.enjoy {
	max-width: 1080px;
	margin: 0 auto;
}

.enjoy-title {
	position: relative;
	margin-bottom: 24px;
}

.enjoy-title::after {
	content: "";
	width: 43px;
	height: 41px;
	background: url(/img/sites/kanko/enjoy-icon.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.enjoy-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

a.enjoy-item {
	position: relative;
	display: block;
	height: 240px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background: #000;
}

.enjoy-item span {
	color: currentColor;
	text-shadow:
		0 0 8px rgba(0, 0, 0, 0.6),
		0 0 16px rgba(0, 0, 0, 0.4),
		0 0 24px rgba(0, 0, 0, 0.2);
}

/* 背景img */
.enjoy-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.5s ease;
}

/* hoverで120% */
.enjoy-item:hover .enjoy-img {
	transform: scale(1.2);
	transition: 0.5s;

}

/* テキスト */
.enjoy-main {
	position: absolute;
	top: 24px;
	left: 24px;
	font-size: 3rem;
	font-weight: bold;
	z-index: 1;
}

/* 矢印 */
.enjoy-arrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 32px;
	z-index: 1;
}

.info_list_date {
	padding-bottom: 37px;
	border-bottom: solid 1px #53de77;
}

.info_list ul>:last-child {
	border-bottom: none;
}

.system_box {
	position: relative;
}

.system_box::after {
	content: "";
	width: 218px;
	height: 215px;
	background: url(/img/sites/kanko/hotaru.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: -150px;
	left: -185px;
}

/* トップページ ここまで */


.tpl_site_index {
	& #main_body h2 {
		padding: 10px 30px 10px 60px;
		font-size: 4rem;
		border-radius: 10px;
		background-color: transparent;
	}

	& .list_pack .article_txt .article_date {
		font-size: 1.4rem;
	}

	& .list_pack .article_txt {
		display: table-cell;
		vertical-align: middle;
		padding: 25px;
	}

	& .list_pack .article_img span {
		height: 210px;
	}
}

.tpl_site_list_2 {
	& .info_list ul li {
		margin: 0px 0px 0px;
		padding: 35px 0px;
		border-bottom: 1px solid #dbead9;
	}

	& #main_header h1 {
		margin: 0px;
		padding: 25px 30px;
		background: transparent;
		font-size: 3.2rem;
		text-align: center;
		padding-bottom: 45px;
	}
}


.tpl_site_list1 {
	& .list_pack .article_img {
		display: table-cell;
		vertical-align: top;
		width: 150px;
	}

	& .info_list ul li {
		margin: 0px 0px 0px;
		padding: 25px 0px;
		border-bottom: 2px dotted #9e9e9e;
	}

	& .list_pack .article_txt {
		display: table-cell;
		vertical-align: middle;
		padding: 0 50px;
	}

	& #main_header h1 {
		margin: 0px;
		padding: 26px 30px;
		background: transparent;
		font-size: 3.2rem;
		text-align: center;
		margin-bottom: 20px;
	}

	& .info_list ul {
		margin: 0px;
		padding: 0px 0px;
		list-style: none;
	}

	& .list_pack .article_img span {
		border-radius: 0px;
	}

	& .list_pack .article_img span img {
		width: 100%;
		height: 100%;
	}


}

.tpl_site_detail {
	& #main_header {
		margin-bottom: 25px;
	}

	& #main_body h3::after {
		content: "";
		width: 16px;
		height: 16px;
		background: url("/img/sites/kanko/head3.png") no-repeat center;
		background-size: contain;
		position: absolute;
		top: 27px;
		left: 0;
		transform: translate(0, 0);
	}

	& .system_box {
		padding: 0;
	}

	& .system_box::after {
		display: none;
	}

	& #kanren_link {
		margin-bottom: 30px;
	}
}

.f_tel {
	margin-left: 10px;
	& span {
		font-size: 2rem;
	}
}

.footer_navi {
	& a {
		font-size: 1.4rem;
		color: currentColor;
	}
}


.swiper-slide img.pg_class_slide_img_fit {
	height: 700px;
	object-fit: cover !important;
}

button.swiper-button-prev::after {
	left: 9px !important;
	-webkit-clip-path: polygon(100% 0, 25% 50%, 100% 100%, 75% 100%, 0% 50%, 75% 0);
	clip-path: polygon(100% 0, 25% 50%, 100% 100%, 75% 100%, 0% 50%, 75% 0);
}

button.swiper-button-next::after {
	right: 9px !important;
	-webkit-clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0 100%, 75% 50%, 0 0);
	clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0 100%, 75% 50%, 0 0);
}

button.swiper-button-start,
button.swiper-button-stop {
	width: 30px !important;
	height: 30px !important;
	box-shadow: none !important;
}

.br-1080 {
	display: none;
}

dl#moji_size::before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(/img/sites/kanko/text-sp.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
}

dl#haikei_color::before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(/img/sites/kanko/haikei-sp.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
}

.main_sec_archive {
	font-size: 1.6rem;
	display: block;
	position: relative;
	text-align: right;
	padding: 60px 0;
	padding-right: 30px;
	text-decoration: none !important;
}

.main_sec_archive::after {
	content: "";
	width: 16px;
	height: 16px;
	background: url("/img/sites/kanko/itiran-arrow.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
}

.font_size_changed {

	& button.swiper-button-start,
	& button.swiper-button-stop {
		top: 26px !important;
		right: -31px !important;
	}

	& .spot-sub {
		position: absolute;
		top: 105px;
	}
}


.font_size_limit_max {
	& .h_search::before {
		left: 29%;
	}

	& #he_left #logo {
		background-color: transparent !important;
		margin: 0px;
	}

	& button.swiper-button-start,
	& button.swiper-button-stop {
		top: 29px !important;
	}

	& .author_contact {
		a {
			display: block;
			max-width: 383px;
		}
	}

	& #he_left {
		width: 185px;
		background-color: transparent !important;
	}

}


.tpl_site_list1,
.tpl_site_list_2,
.tpl_site_detail {
	& #support_menu_box, .header_search {
		box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5) !important;
	}
}

.global_nav {
	background-color: #53de77;
}

.font_size_limit_max {
	& .tpl_site_detail {
		& #main_body h3::after {
			content: "";
			width: 16px;
			height: 16px;
			background: url(/img/sites/kanko/head3.png) no-repeat center;
			background-size: contain;
			position: absolute;
			top: 40px;
			left: 0;
			transform: translate(0, 0);
		}
	}
}

.tpl_site_index .article_title a {
	color: #33772e;
}

#pankuzu_wrap a {
	text-decoration: underline;
}

#pankuzu_wrap a:hover {
	text-decoration: none;
}

.tpl_site_list1 .article_title a,
.tpl_site_list_2 .article_title a {
	text-decoration: underline;
}

.tpl_site_list1 .article_title a:hover,
.tpl_site_list_2 .article_title a:hover {
	text-decoration: none;
}

/* code ここまで */

/* ==================================================
PC ここまで
================================================== */

/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {
	& .main_sec_link a {
		border: 1px solid;
	}

	& #footer .author_contact a {
		border: 1px solid;
	}

	& #support_menu_box,
	& .header_search {
		border: 1px solid;
	}

	& .recommend_article::before {
		display: none;
	}

	& #site_footer {
		background: none;
	}

	& .system_box::after {
		display: none;
	}

}

/* 黒 */
.color_black * {}

/* 青 */
.color_blue * {}

/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode * {}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */

/* ==================================================
スマートフォン
================================================== */


@media screen and (min-width: 1081px) {
	.search_link {
		margin-bottom: 0px;
		font-size: 1.4rem;
	}

	.font_size_limit_max #header2_box {
		height: 90px;
	}

	.font_size_limit_max .h_support {
		width: 130px;
		position: relative;
	}

	.font_size_limit_max .h_support button::after {
		top: 45px;
		z-index: 110;
	}

	.search_ipt_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

}

@media screen and (max-width: 1080px) {

	#open_page_id_submit {
		font-size: 1.2rem;
	}

	.h_search {
		display: none !important;
	}


	.global_nav {
		display: none !important;
	}


	.tpl_site_list1,
	.tpl_site_list_2,
	.tpl_site_detail {

		& #support_menu_box,
		& .header_search {
			box-shadow: none !important;
		}
	}





	/* 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;
		padding-top: 60px;
	}

	#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");
	}


	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header {
		position: fixed;
		display: block;
		background: #ffffff;
		width: 100%;
		z-index: 33;
	}

	#header2_box {
		width: auto;
		margin: 0px;
		height: 60px;
		padding: 0px 10px;
	}

	#he_left {
		position: static;
		margin: 0px;
		padding: 10px;
	}

	#he_right {
		margin-left: 0px;
		text-align: left;
	}

	/* ボトムナビゲーション */
	#spm_wrap {
		position: absolute;
		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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 5px;
		z-index: 999;
		top: 50%;
		right: 20px;
		background: #53de77;
		transform: translate(0%, -50%);
		border-radius: 5px;
	}

	#spm_wrap button,
	#spm_wrap a {
		display: block;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 10px 24px 10px 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #405577;
		border-radius: 30px 15px 30px 15px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 40px 40px;
		text-align: left;
		overflow: hidden;
	}

	#spm_wrap button#btn_spm_menu {
		background: url("/img/sites/kanko/menu-icon.png") no-repeat center;
		background-size: auto;
		background-position-x: 27px;
		border: none;
		border-top: none;
	}

	.spm_menu_open #btn_spm_wrap button#spm_menu {
		background-color: #f6f6f6;
		background-image: url("/img/sp/btn_close.png");
		border-top-color: transparent;
	}

	#spm_wrap button#btn_spm_search {
		background: url("/img/sp/btn_search.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		border-top: 1px solid;
	}

	.spm_search_open #btn_spm_wrap button#spm_search {
		background-color: #f6f6f6;
		background-image: url("/img/sp/btn_close.png");
		border-top-color: transparent;
	}

	#spm_wrap button#btn_spm_kaiyu {
		background: url("/img/sp/btn_kaiyu.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		border-top: 1px solid;
	}

	.spm_kaiyu_open #btn_spm_wrap button#spm_kaiyu {
		background-color: #f6f6f6;
		background-image: url("/img/sp/btn_close.png");
		border-top-color: transparent;
	}

	#spm_wrap a#btn_spm_pagetop {
		background: url("/img/common/btn_pagetop.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		border-top: 1px solid;
	}

	/* 閲覧補助（展開） */
	button#btn_spm_support {
		display: block;
		width: 60px;
		height: 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 0px;
		border: none;
		background: url("/img/sp/btn_support.png") no-repeat center center #cccccc;
		background-size: 26px auto;
		color: #000000;
		text-align: left;
		text-indent: -9999em;
		overflow: hidden;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 90;
	}

	.spm_support_open button#btn_spm_support {
		background-color: #f6f6f6;
		background-image: url("/img/sp/btn_close.png");
	}

	.header_nav {
		display: block;
		background: transparent;
	}

	.spm_support_open .header_nav {
		display: block;
	}

	/* ヘッダメニュー */
	.header_nav ul {
		display: block;
		padding: 0;
		padding-left: 10px;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.header_nav ul li[class^="h_"] {
		display: block;
		margin: 0px 0px 0px;
	}

	.header_nav ul li.h_main {
		display: none !important;
	}

	/* アクセシビリティ機能 */
	#btn_support_menu_open,
	#btn_support_menu_close {
		display: none !important;
	}

	#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;
		position: relative;
		background: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0px;
		padding: 0px;
		width: auto;
		min-width: auto;
		flex-direction: column;
	}

	dl#moji_size,
	dl#haikei_color {
		height: 35px;
		margin: 10px 20px 0px 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: block;
		margin-right: auto;
	}

	/* 検索（展開） */
	.header_search {
		display: block;
		position: relative;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		z-index: 998;
		width: auto;
		height: 100vh;
		height: auto;
		background: transparent;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 0;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
	}

	.spm_search_open .header_search {
		display: block;
	}

	/* キーワード検索 */
	#cse-search-box .search_ipt {
		width: auto;
	}

	/* ページID検索 */
	#top_search_page_id {
		gap: 5px;
		margin: 20px 0px 15px;
		flex-direction: column;
		align-items: flex-start;
	}

	#open_page_id_box .search_ipt {
		width: 100%;
	}

	/* グローバルナビ */
	#top_search {
		display: none;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 60px;
		bottom: 0px;
		z-index: 998;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		background: #53de77;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0px;
		padding: 25px 20px;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: none;
	}

	.spm_menu_open #top_search {
		display: block;
		position: fixed;
		padding-bottom: 120px;
	}

	.gnav ul {
		width: auto;
		display: block;
		padding: 0px;
	}

	.gnav ul li,
	.gnav ul li:first-child {
		display: block;
		border: none;
		border-bottom: 1px solid;
	}

	.gnav ul li:first-child {
		border-top: 1px solid;
	}

	.gnav ul li a {
		padding: 10px 10px;
		justify-content: flex-start;
	}

	/* サブサイト共通ヘッダ */
	#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;
	}

	/* ========== フッタ ========== */

	/* フッタ */
	#author_info_box {
		width: auto;
		margin: 0px;
		padding: 40px 20px 60px;
		flex-direction: column;
	}

	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		/* width: 40px; */
	}

	#btn_pagetop.fixed {
		/* bottom: 20px; */
		width: 60px;
	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 0px) 0px;
		margin: 0;
		padding: 80px 15px;
	}

	#site_footer_box {
		padding: 0px;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#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: 3.2rem;
		padding-left: 40px;
	}

	#main_body h3 {
		padding: 11px 20px;
		font-size: 2.4rem;
	}

	#main_body h4 {
		padding: 7px 20px;
		font-size: 2rem;
	}

	#main_body h5 {
		padding: 5px 20px;
		font-size: 1.8rem;
	}

	#main_body h6 {
		padding: 3px 20px;
		font-size: 1.8rem;
	}

	/* ========== メイン ========== */

	/* メイン */
	#mymainback {
		margin: 15px var(--mymainback-margin-side, 15px) 40px;
	}

	/* コンテンツヘッダ */
	#content_header {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	#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.8rem;
		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.8rem;
		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 {
		padding-left: 20px;
	}

	#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;
		padding-left: 20px;
	}

	#kanren_link ul li {
		margin: 0px;
		padding: 15px 0px;
	}

	#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;
	}

	/* 「見つからないときは」「よくある質問」バナー */
	.common_banner_link {
		flex-direction: column;
		gap: 5px;
	}

	/* サブサイト大小メニュー */
	.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 {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	.info_list ul li {
		margin: 0px;
		padding: 15px 20px;
		border-bottom: 1px solid #cccccc;
	}

	.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 {}

	@media screen and (max-width: 370px) {
		.list_pack .article_img {
			width: 100px;
		}
	}


	/* code-sp ここから */

	.h_lang {
		margin-bottom: 0px;
	}

	.h_lang::before {
		content: "";
		width: 16px;
		height: 16px;
		background: url(/img/sites/kanko/tikyuu-sp.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translate(-50%, -50%);
	}

	dl#moji_size {
		display: flex;
		position: relative;
		padding-left: 15px;
		gap: 5px;
		width: max-content;
	}

	dl#haikei_color {
		position: relative;
		padding-left: 15px;
		display: flex;
		width: max-content;
	}

	dl#moji_size::before {
		content: "";
		width: 16px;
		height: 16px;
		background: url(/img/sites/kanko/text-sp.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translate(-50%, -50%);
	}

	dl#haikei_color::before {
		content: "";
		width: 16px;
		height: 16px;
		background: url(/img/sites/kanko/haikei-sp.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translate(-50%, -50%);
	}

	.h_support {}

	.sp_header_nav ul {
		list-style: none;
		padding-left: 10px;

		& li {
			padding-left: none;
		}
	}

	#header {
		position: fixed;
		left: 0%;
		padding: 0px;
	}

	#open_page_id_box {
		width: 325px;
	}

	.search_link {
		margin-left: auto;
	}

	#container.spm_menu_open {
		& #spm_wrap {
			background-color: #333333;
			z-index: 1;
			top: 66%;
			padding: 0px 0 20px;
		}

		& #spm_wrap button#btn_spm_menu {
			background: url(/img/sites/kanko/search-close.png) no-repeat center;
			background-position-x: 28px;
		}

		& #spm_wrap button#btn_spm_menu span {
			color: #ffffff;
		}

	}

	.footer_navi ul {
		justify-content: center;
	}

	.author_contact {
		& a {
			max-width: 235px;
			margin: 0 auto;
			margin-bottom: 20px;
		}
	}

	#author_box {
		& img {
			margin-bottom: 10px;
		}
		text-align: center;
	}

	#copyright p {
		font-size: 1rem;
		text-align: center;
	}

	.footer_navi ul li {
		font-size: 1.2rem;
	}

	.f_contact {
		span {
			display: block;
		}

		text-align: center;
	}

	.f_contact>:first-child {
		margin-bottom: 10px;
	}

	.f_tel span {
		display: inline-block;
		font-size: 1.6rem;
	}

	.site_footer_flex {
		margin-bottom: 20px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.site_footer_banner {
		position: relative;
		margin-bottom: 60px;
		& img {
			position: absolute;
			top: -65px;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 700px;
		}
	}


	#site_footer_box a {
		display: block;
		height: auto;
	}

	#main_header {
		margin-bottom: 0;
	}


	.swiper-slide img.pg_class_slide_img_fit {
		display: inline-block;
		object-fit: cover !important;
		height: 460px;
		width: 100%;
	}

	.swiper-control-outer {
		&  > img {
			max-width: 250px;
			bottom: 55px;
		}
	}

	.swiper-pagination {
		opacity: 0;
	}

	.swiper-control {
		right: 55px !important;
		bottom: 10px;
	}

	.tpl_site_index {
		& #mymainback_bg {
			background: url(/img/sites/kanko/map-sp.png) no-repeat;
			background-size: auto;
			background-position: top;
			padding-top: 30px;
			margin-bottom: 15px;
		}
	}

	.main_sec {
		& h2 {
			font-size: 3rem;
			padding-left: 30px;
		}
	}

	.main_sec {
		& > p {
			margin-top: 0;
			padding-left: 0;
			margin-bottom: 30px;
		}
	}

	.system_box::after {
		content: "";
		width: 111px;
		height: 215px;
		background: url(/img/sites/kanko/hotaru.png) no-repeat center;
		background-size: contain;
		position: absolute;
		bottom: -200px;
		left: -16px;
	}

	.recommend_article_list {
		& ul {
			justify-content: center;
		}
	}

	.spot-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.spot-item {
		height: 110px;
	}

	.spot-main {
		position: absolute;
		top: 7px;
		left: 15px;
		font-size: 1.8rem;
		font-weight: bold;
		z-index: 1;
	}

	.spot-sub {
		position: absolute;
		top: 39px;
		left: 15px;
		font-size: 1.4rem;
		z-index: 1;
	}

	.spot-arrow {
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 14px;
		z-index: 1;
	}

	.enjoy-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.enjoy-main {
		position: absolute;
		top: 15px;
		left: 15px;
		font-size: 1.8rem;
		font-weight: bold;
		z-index: 1;
	}

	.enjoy-title::after {
		width: 32px;
	}

	.spot-title::after {
		width: 33px;
	}

	.enjoy-item {
		height: 140px;
	}

	.br-1080 {
		display: block;
	}

	.br-1080-none {
		display: none !important;
	}



	.tpl_site_detail {
		& #main_body h2 {
			padding: 15px 20px;
			font-size: 2.6rem;
		}

		& #main_body h3::after {
			top: 20px;
		}
	}

	#he_left #logo {
		width: 160px;
		margin: 0px;
	}

	.tpl_site_index {
		& .main_sec {
			& h2::after {
				content: "";
				width: 25px;
				height: 40px;
				background: url(/img/sites/kanko/top-head-icon.png) no-repeat center;
				background-size: contain;
				position: absolute;
				top: 50%;
				left: 0px;
				transform: translate(0%, -50%);
			}
		}

		.main_sec {
			& h2 {
				font-size: 3rem;
				position: relative;
				padding-left: 40px;
				margin-bottom: 30px;
			}
		}

		.main_sec_link {
			& a {
				max-width: 240px;
			}
		}




		#main_body h2 {
			padding: 0px 30px 5px 50px;
			font-size: 3.2rem;
		}

		.spot {
			padding: 0px 0;
			padding-bottom: 0;
		}

		.site_footer_flex {
			& img {
				width: 90%;
				margin: 0 auto;
				display: block;
			}
		}

	}


	.footer_navi {
		& a {
			font-size: 1.2rem;
		}
	}

	#footer {
		& #author_box {
			& img {
				width: 190px;
				height: inherit;
				margin-bottom: 10px;
			}
		}

		& .footer_navi {
			padding: 10px 0px 20px;
		}

		& .author_contact {
			a {
				padding: 20px;
			}
		}

		& .author_contact {
			a::after {
				width: 20px;
			}
		}
	}

	.search_link {
		& a {
			display: block;
			margin-top: 10px;
			font-size: 1rem;
			text-align: right;
		}
	}

	.gnav ul li a img {
		width: 33px;
		height: 33px;
		object-fit: contain;
	}

	.font_size_changed {
		& .spot-sub {
			position: absolute;
			top: 55px;
		}

		& .tpl_site_detail {
			#main_body h3::after {
				top: 27px;
			}
		}
	}



	.font_size_limit_max #he_left #logo img {
		width: 135px;
		background-color: #ffffff !important;
	}

	.font_size_limit_max button.swiper-button-start,
	.font_size_limit_max button.swiper-button-stop {
		top: 25px !important;
		right: -31px !important;
	}

	.font_size_limit_max .spot-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.font_size_limit_max .spot-item {
		height: 170px;
	}

	.font_size_limit_max .tpl_site_detail #main_body h3::after {
		top: 36px;
	}


	.font_size_limit_max .spot-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.main_sec_link a::after {
		content: "";
		width: 24px;
	}



	.tpl_site_list1 .list_pack .article_img {
		display: block !important;
		width: auto !important;
	}

	.tpl_site_list1 .list_pack .article_txt {
		display: block !important;
		padding: 15px 0 0 !important;
	}

	.tpl_site_list1 .list_pack .article_img span img {
		width: 100%;
		height: auto;
	}
	@media screen and (max-width: 600px) {
		#site_footer {
			background: url(/img/sites/kanko/fuji-sp.png) no-repeat;
			background-size: auto;
			background-position: left bottom;
		}

		#mymainback_bg {
			padding-top: 60px;
			background-position-x: -1147px;
			background-position-y: -71px;
		}
	}

	/* code-sp ここまで */



	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {}

	.color_change #support_menu_box,
	.color_change .header_search {
		border: none !important;
	}

	/* 黒 */
	.color_black * {}

	/* 青 */
	.color_blue * {}

}

/* ==================================================
スマートフォン ここまで
================================================== */


/* 生成AI検索 コグモサーチ cogmo */

.search_keyword_ttl {
	text-align: left;
	margin-bottom: 10px;
}

.search_keyword_ttl .ttl {
	margin-right: 20px;
}

.search_keyword_ttl .sub {
	font-size: 1.4rem;
}

#top_search_keyword {
	background: #ffffff;
	color: #333333;
	border-radius: 10px;
	padding: 8px 10px;
}

.header_nav .cogmo_search_wrap ul {
	height: auto;
}

.header_search .cgm-search-input-area.cgm-form1 button {
	background: none;
	border-radius: 0;
}

.cgm-header,
.cgm-footer,
.cogmo-main {
	font-family: inherit;
	font-size: inherit;
}

.cgm-search-form-area,
.cgm-search-form-area.cgm-form1 {
	display: block;
	margin: 0px;
	padding: 0px;
	background: none;
}

.cgm-search-inner,
.cgm-search-inner.cgm-form1 {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0px;
	padding: 0px;
}

.cgm-search-form,
.cgm-search-form.cgm-form1 {
	margin-bottom: 0px;
}

.cgm-search-input-wrap,
.cgm-search-input-wrap.cgm-form1 {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	background: none;
}

.cgm-search-input-area,
.cgm-search-input-area.cgm-form1 {
	width: calc(100% - 10rem);
}

.cgm-search-input-area::before,
.cgm-search-input-area.cgm-form1::before {
	display: none;
}

.cgm-search-input-area textarea,
.cgm-search-input-area.cgm-form1 textarea {
	display: block;
	border: 1px solid #85afd8;
	border-radius: 20px;
	border: none;
	border-radius: 0px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0px;
	padding: 12px 60px 12px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*height: 5.4rem;*/
	height: 100%;
	overflow: hidden;
}

.cgm-search-input-area button {
	padding-top: 4px;
}

.cgm-search-input-area.cgm-form1 button {
	padding-top: 0px;
}

.cgm-search-button-area,
.cgm-search-button-area.cgm-form1 {
	width: 10rem;
}

.cgm-search-button,
.cgm-search-button.cgm-form1 {
	display: block;
	width: 100%;
	height: 5.4rem;
	border: none;
	border-radius: 10px;
	background: #333333;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 5.4rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}

.cgm-search-button:hover,
.cgm-search-button.cgm-form1:hover {
	opacity: 1;
}

.cgm-search-button::before,
.cgm-search-button.cgm-form1::before {
	display: none;
}

.cogmo_search_wrap .cogmo-note {
	display: none;
}

.color_change .cgm-search-input-area textarea,
.color_change .cgm-search-input-area.cgm-form1 textarea {
	background-color: #ffffff !important;
	color: #000000 !important;
}

.color_change .cgm-search-input-area button,
.color_change .cgm-search-input-area.cgm-form1 button {
	background-color: transparent !important;
}

/* スマートフォン */
@media screen and (max-width: 1080px) {

	#top_search_keyword {
		padding: 5px;
	}

	.cgm-search-inner,
	.cgm-search-inner.cgm-form1 {
		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: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cgm-search-input-area,
	.cgm-search-input-area.cgm-form1,
	.cgm-search-form-group,
	.cgm-search-form-group.cgm-form1 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	@media screen and (max-width: 640px) {

		.cgm-search-input-area,
		.cgm-search-input-area.cgm-form1,
		.cgm-search-form-group,
		.cgm-search-form-group.cgm-form1 {
			width: calc(100% - 90px);
		}
	}

	.cgm-search-input-area textarea,
	.cgm-search-input-area.cgm-form1 textarea {
		font-size: 1.5rem;
	}

	.cgm-search-input-area button,
	.cgm-search-input-area.cgm-form1 button {
		right: 12px;
	}

	.cgm-search-button-area,
	.cgm-search-button-area.cgm-form1 {
		margin: 0px;
		width: 90px;
	}

	.cgm-search-button,
	.cgm-search-button.cgm-form1 {
		font-size: 1.5rem;
	}

	.search_keyword_ttl .sub {
		display: block;
		font-size: 1.2rem;
	}

	#site_footer_box {
		justify-content: center;
	}

	#btn_pagetop img {
		width: 60px;
	}


}

/* スマートフォン ここまで */

/* 生成AI検索 コグモサーチ cogmo ここまで */