@charset "utf-8";
/* 記事本文 */
@import url("/ssi/css/detail.css");

/* ==================================================
PC
================================================== */

.errrange {
	position: relative;
	z-index: 100;
}

/* var() 関数 */
:root {

	/* コンテンツ幅 */
	--content-width: 700px;
	/* 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;
	background-size: cover;
  background-attachment: fixed;
  background-position-x: center;
}

#container {
	width: 700px;
	height: auto;
	margin: 0px;
	margin-inline: auto;
	padding: 0px;
	background: #fff;
	position: relative;
}

/* ヘッダ */
#header {
	width: auto;
	height: 80px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
}

#header2 {
	height: inherit;
}

/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 40px 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;
}

#main_a {
	margin: 0px;
	padding: 0px;
}

#main_body {
	margin: 0px;
	padding: 0px 50px;
}

/* サイド */
#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;
}

.u_pc {
	display: block;
}

.u_mobile {
	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: currentColor;
	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;
}
#btn_spm_support {
	display: none;
}

/* ヘッダ */

#header2_box {
	width: var(--content-width, 1080px);
	height: inherit;
	margin: 0px auto;
	position: relative;
}

#he_left {
	width: 180px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
}
#he_left #logo {
	margin: 0px;
}
#he_left #logo h1,
#he_left #logo p {
	margin: 0px;
}
#he_left #logo a {
	display: block;
}
#he_left #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#he_right {
	margin-left: 40px;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	height: inherit;
	position: relative;
}

.header_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: inherit;
}

/* ヘッダメニュー */
.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;
	        align-items: center;
	gap: 20px;
}
.header_nav ul li[class^="h_"] {
	display: inline-block;
}
.header_nav ul li[class^="h_"]:first-child {
	margin-left: 0px;
}
.header_nav ul li[class^="h_"] a {
	display: block;
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-decoration: none;
}
.header_nav ul li[class^="h_"] a:hover{
	text-decoration: underline;
}

.h_lang span {
	display: flex;
	align-items: center;
	gap: 10px;
}

.h_lang span::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("/img/sites/korokke/icon_earth.png") no-repeat center center / contain;
}

.h_support button {
	border: none;
	background: transparent;
	color: #333333;
	font-size: 1.4rem;
	cursor: pointer;
}
.h_support button:hover{
	text-decoration: underline;
}

.h_support button span {
	display: flex;
	align-items: center;
	gap: 10px;

}

.h_support button span::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("/img/sites/korokke/icon_gear.png") no-repeat center center / contain;
}

.h_shop a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 40px 15px 30px;
	background: #ffe400;
	border-radius: 30px 0 0 30px;
	display: inline-block;
}
.h_shop a:hover{
	text-decoration: underline;
}

.h_shop a span {
	display: flex;
	align-items: center;
	gap: 10px;
}

.h_shop a span::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url("/img/sites/korokke/icon_basket.png") no-repeat center center / contain;
}

/* アクセシビリティ機能 */
.h_support {
}

#support_menu_box {
	display: none;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 100;
	border-radius: 5px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 62rem;
	margin: 0px;
	padding: 20px 30px 40px;
	text-align: center;
}
#support_menu_box.open {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

#btn_support_menu_close {
	border: none;
	background: #5c5c5c;
	font-size: 1.4rem;
	margin: 0px;
	padding: 10px 30px;
	color: #fff;
	align-self: center;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

#btn_support_menu_close span {
	display: flex;
	align-items: center;
	gap: 10px;
}
#btn_support_menu_close span::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("/img/sites/korokke/icon_close.png") no-repeat center center / contain;
}

.h_ruby dd.h_ruby_body a {
	padding: 5px 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;

}

.h_ruby dd.h_ruby_body a.h_ruby_on {
  display: none;
}

.h_ruby {
	display: flex;
	align-items: center;
}

.h_ruby_body {
	margin-left: 10px;
}


dl#moji_size,
dl#haikei_color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
dl#moji_size dt,
dl#haikei_color dt {
	display: inline-block;
	vertical-align: middle;
	min-width: 5em;
	font-size: 1.4rem;
	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;
}
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:hover,dl#haikei_color dd a:hover{
	text-decoration: underline;
}
dl#moji_size dd a {
	padding: 5px 10px;
}
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 {
	opacity: 0;
  visibility: hidden;
	position: relative;
  left: 100%;
	bottom: 30px;
  transform: translateY(-100%);
	background: #5c5c5c;
	padding: 40px;
	width: fit-content;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header_search.is-open {
  opacity: 1;
  visibility: visible;
}

.header_search_inner {
	display: grid;
	gap: 20px;
	background: #fff;
	padding: 40px;
	border-radius: 5px;
}

/* キーワード検索 */
#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 {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	text-align: left;
	gap: 20px;

}

#open_page_id_box .search_ttl {
	font-size: 1.8rem;
	display: block;
}
#open_page_id_box .search_ipt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 386px;
	border: 1px solid #5c5c5c;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 20px;
	border-radius: 5px;
}
#open_page_id {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% - 100px);
	height: 6rem;
	border: none;
	padding-block: 20px;
	padding-left: 20px;
	border-radius: 5px;
}

.search_link {
	white-space: nowrap;
	color: #333;
	margin-top: auto;
	margin-bottom: 20px;
}

	.search_link a {
		color: #333;
	}

#open_page_id_submit {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 10rem;
	height: 6rem;
	border: none;
	background: #5c5c5c url(/img/sites/korokke/icon_search02.png) no-repeat left 20px center / 18px 18px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 6rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	padding-left: 25px;
	border-radius: 0 4px 4px 0;
}

#open_page_id_message {
	order: 3;
	text-align: left;
	margin-top: 5px;
	text-align: right;
	font-size: 1.4rem;
}
#open_page_id_message:empty {
	display: none;
}

#btn_search_close {
	border: none;
	background: #5c5c5c;
	color: #fff;
	font-size: 1.4rem;
	margin: 0px;
	padding: 10px 30px;
	align-self: center;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}

#btn_search_close span {
	display: flex;
	align-items: center;
	gap: 10px;
}
#btn_search_close span::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("/img/sites/korokke/icon_close.png") no-repeat center center / contain;
}

/* 共通サイド */
.common_side {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: calc(200 / 2000 * 100vw);
	min-width: 200px;
	height: 100vh;
	z-index: 90;

}
.view_print_mode .common_side{
	display: none;
}

/* グローバルナビ */
#top_search {

}

.gnav {
	display: grid;
	grid-template-rows: min(400px,50vh) min(320px,50vh);
}

.gnav ul {
	margin: initial;
	padding: initial;
	list-style: none;
	display: grid;
}
.gnav ul li {
	display: block;
	border-bottom: 1px solid #d4c8a0;
}
.gnav ul li:last-child {
	border-bottom: none;
}
.gnav ul li a {
	display: grid;
	place-content: center center;
	background: transparent;
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-align: center;
	padding-block: 10px;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	height: 100%;
	box-sizing: border-box;
}
.gnav ul li a:hover,
.gnav ul li a:focus {
	background: rgba(255,255,255,0.5);
	text-decoration: underline;
}

.gnav_title {
	width: auto;
	min-width: 30px;
	margin-inline: auto;
	height: auto;
}

.gnav_title img {
	aspect-ratio: 124/405;
	width: auto;
	height: auto;
	object-fit: contain;
	max-height: 100%;
}

.gnav_btn {
	border: none;
	background: #e7e1cb;
	text-transform: uppercase;
	padding: 15px;
	display: block;
	width: 100%;
}

.gnav_btn span {
	position: relative;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.gnav_btn span::before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background: url("/img/sites/korokke/icon_search.png") no-repeat center center / contain;
}

/* サブサイト共通ヘッダ */
#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;
}

/* TOP背景 */
.main_container::before {
	content: "";
	display: block;
	position: absolute;
	background: url("/img/sites/korokke/header_bg.png") no-repeat center top / contain;
	aspect-ratio: 700/783;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 1;
}

.color_change .main_container::before {
	display: none;
}

.lower_layer_container::before {
	content: "";
	display: block;
	position: absolute;
	background: url("/img/sites/korokke/lower_layer_container_bg.png") no-repeat center top / contain;
	background: #e7e1cb;
	border-radius: 0 0 50px 50px;
	aspect-ratio: 700/292;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.color_change .lower_layer_container::before {
	display: none;
}




	/* みしまコロッケって？ */
.whats {
	padding-inline: 80px;
	position: relative;
	z-index: 1;
	overflow-x: clip;
}

.whats_inner {

}

.whats_title {
	width: 409px;
	margin-inline: auto;
	position: relative;
}

.color_change	h2.whats_title {
	background: #000 !important;
}

.whats_title img {
	aspect-ratio: 409/218;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.color_change	h2.whats_title img {
	background: #000 !important;
}

.whats_list {
	list-style: none;
	display: grid;
	gap: 30px;
	padding: initial;
	margin-top: 50px;
}

.whats_item {
	background: url("/img/sites/korokke/01_bg.png") no-repeat center center / cover;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 50px;
	text-align: center;
	border-radius: 20px;
	width: 100%;
	box-sizing: border-box;
}

.color_change .whats_item {
	background: #333;
}

.whats_item:nth-child(2) {
	background-image: url("/img/sites/korokke/02_bg.png");
}

.color_change	.whats_item:nth-child(2) {
	background: #333;
}

.whats_item:nth-child(3) {
	background-image: url("/img/sites/korokke/03_bg.png");
}

.color_change	.whats_item:nth-child(3) {
	background: #333;
}

.whats_text {
	font-size: 1.8rem;
	line-height: calc(48 / 18);
	letter-spacing: .1em;
	margin-top: 45px;
}

.whats_text::before {
	content: "";
	display: block;
	aspect-ratio: 337/372;
	width: 337px;
	height: auto;
	background: url("/img/sites/korokke/potatoes_03.png") no-repeat center center / contain;
	position: absolute;
	bottom: -170px;
	left: -20px;
	z-index: -1;
}

.color_change .whats_text::before {
	display: none;
}

.whats_text::after {
	content: "";
	display: block;
	aspect-ratio: 238/191;
	width: 238px;
	height: auto;
	background: url("/img/sites/korokke/koromokke.png") no-repeat center center / contain;
	position: absolute;
	bottom: -100px;
	right: 30px;
}

.whats_btn {
	width: 250px;
	margin-inline: auto;
	margin-top: 50px;
}

.whats_link {
}

.btn_01 {
	font-size: 1.8rem;
	text-align: center;
	font-feature-settings: "palt";
	position: relative;
	display: inline-block;
	padding: 20px;
	background: #fff;
	border-radius: 40px;
	border: 1px solid #ffe400;
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

a.btn_01 {
	color: #333;
	text-decoration: none;
}
a.btn_01:hover{
	text-decoration: underline;
}

.btn_01::after {
	content: "";
	display: block;
	width: 7px;
	height: 10px;
	background: url("/img/sites/korokke/icon_arrow.png") no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

/* みしまコロッケ食べ歩きマップ */
.map_walk {
	padding-inline: 40px;
	margin-top: 60px;
	position: relative;
	padding-bottom: 40px;
}

.map_walk::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	aspect-ratio: 700/165;
	background: url("/img/sites/korokke/map_bg2.png") no-repeat center center / contain;
}

.map_walk_inner {
	background: url("/img/sites/korokke/map_bg.png") no-repeat center center / contain;
	width: 100%;
  aspect-ratio: 620 / 1059;
  padding-top: 260px;
}

.color_change .map_walk_inner {
	background: #333;
}

.map_walk_title {
	width: 371px;
	margin-inline: auto;
}

.map_walk_title img {
	aspect-ratio: 371/160;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.color_change	.map_walk_title img {
	background: #000 !important;
}

.map_walk_text {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-inline: 40px;
}

.map_walk_map {
	display: grid;
	justify-content: center;
}

.map_walk_map p {
	width: fit-content;
	margin-inline: auto;
}

.map_walk_map img {
	border-radius: 150px;
}

.map_walk_map a {
	font-size: 2.4rem;
	font-weight: bold;
	color: #333;
}

.map_walk_bottom_text {
	background: url("/img/sites/korokke/speech_bubble.png") no-repeat center center / contain;
	font-size: 1.8rem;
	line-height: calc(30 / 18);
	letter-spacing: .1em;
	width: 350px;
	padding: 40px 80px;
	margin-inline: auto;
	margin-top: 0;
}

.color_change	.map_walk_bottom_text {
	background: #333;
}

/* 生産者のこだわり */

.attention_to_detail {
	padding-inline: 80px;
	margin-top: 40px;
	background: url("/img/sites/korokke/attention_to_detail_bg.png") no-repeat top center / cover;
}

.color_change	.attention_to_detail {
	background: #333;
}

.attention_to_detail_inner {
}

.attention_to_detail_title {
	width: 371px;
	margin-inline: auto;
}

.attention_to_detail_title img {
	aspect-ratio: 371/98;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.color_change .attention_to_detail_title img {
	background: #000 !important;
}

.attention_to_detail_image {
	width: 540px;
	margin-inline: auto;
	margin-top: 50px;
}

.attention_to_detail_image img {
	aspect-ratio: 540/300;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
}

.attention_to_detail_image_text {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 30px;
}

.attention_to_detail_btn {
	width: 260px;
	margin-inline: auto;
	margin-top: 40px;
}

/* 姉妹品 */
.sister_products {
	padding-inline: 40px;
	margin-top: 40px;
	overflow-x: clip;
	position: relative;
}

.sister_products_inner {

}

.sister_products::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("/img/sites/korokke/sister_products_bg.png") no-repeat top center / cover;
	position: absolute;
  left: 0;
	top: -170px;
	pointer-events: none;
}

.color_change .sister_products::before {
	display: none;
}

.sister_products_title {
	width: 522px;
	margin-inline: auto;
	position: relative;
}

.sister_products_title img {
	aspect-ratio: 522/301;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.color_change	.sister_products_title img {
	background: #000 !important;
}

.sister_products_list {
	list-style: none;
	display: grid;
	gap: 60px;
	padding: initial;
	margin-top: 60px;
	position: relative;
}

.sister_products_item_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.sister_products_image {
	width: 300px;
}

.sister_products_image img {
	aspect-ratio: 300/176;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.sister_products_contents {
}

.sister_products_contents_title {
	margin: initial;
	font-size: 2.4rem;
	font-weight: bold;
}

.sister_products_text {
	font-size: 1.8rem;
	line-height: calc(36 / 18);
	letter-spacing: .05em;
}

.sister_products_item_btn {
	margin-top: 30px;
	width: 400px;
	margin-inline: auto;
}

/* みしまコロッケグッズ */
.goods {
	padding-inline: 80px;
	margin-top: 80px;
	background: url("/img/sites/korokke/goods_bg.png") no-repeat top center / cover;
	padding-block: 150px 84px;
  border-radius: 0 0 50px 50px;
}

.color_change	.goods {
	background: #333;
}

.goods_inner {
}

.goods_title {
	width: 371px;
	margin-inline: auto;
}

.goods_title img {
	aspect-ratio: 371/140;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.color_change	.goods_title img {
	background: #000 !important;
}

.goods_image_list {
	list-style: none;
	display: grid;
	gap: 20px;
	padding: initial;
	margin-top: 60px;
	grid-template-columns: 350px 1fr;
	align-items: flex-end;
}

.goods_image_item {
}

.goods_image_item img {
	aspect-ratio: 351/392;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.goods_image_item:nth-child(2) img {
	aspect-ratio: 149/149;

}

.goods_content_title {
	margin: initial;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.goods_btn {
	margin-top: 30px;
	width: 330px;
	margin-inline: auto;
}

.goods_image {
	margin-top: 70px;
	width: 590px;
	margin-inline: auto;
}

.goods_image img {
	aspect-ratio: 590/270;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.goods_text {
	font-size: 1.8rem;
	line-height: calc(36 / 18);
	letter-spacing: .1em;
	text-align: center;
}

.goods_btn_02 {
	margin-top: 40px;
	width: 300px;
	margin-inline: auto;
}

/* お知らせ */
.news {
	margin-top: 70px;
	padding-inline: 40px;
}

.news_title {
	width: 371px;
	margin-inline: auto;
}

.news_title img {
	aspect-ratio: 371/98;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.color_change	.news_title img {
	background: #000 !important;
}

.news .section_information_list ul li {
	display: block;
	margin: initial;
	padding: 20px 30px;
	border-bottom: 1px solid #e7e1cb;
}

.news .section_information_list ul li span {
	display: block;
}

.news .section_information_list ul li span.article_title a {
	color: #552f1e;
	font-size: 1.8rem;
	font-weight: bold;
}

.news .section_information_list div.link_box span {
	width: 300px;
	margin-top: 30px;
}

.news .section_information_list div.link_box span a {
	font-size: 1.8rem;
	text-align: left;
	font-feature-settings: "palt";
	position: relative;
	display: inline-block;
	padding: 20px 40px 20px 20px;
	background: #fff;
	border-radius: 40px;
	border: 1px solid #e7e1cb;
	width: 100%;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}

/* みしまコロッケコンクール */

.link_btn {
	width: 620px;
	margin-inline: auto;
	margin-top: 60px;
}

.btn_02 {
	background: #e7e1cb;
	border-radius: 50px;
	display: inline-block;
	padding: 30px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	font-size: 2.4rem;
}

a.btn_02 {
	color: #333;
	text-decoration: none;
}
a.btn_02:hover{
	text-decoration: underline;
}

/* バナーリスト */
.banner_list {
	margin-top: 50px;
	padding-inline: 40px;
}

.banner_list_inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 20px;
}

/* SNSリンク */
.sns_links {
	margin-top: 60px;
	padding-inline: 40px;

}

.sns_links_inner {
}

.sns_links_list {
	list-style: none;
	display: grid;
	grid-template-columns: 107px repeat(5, 1fr);
	gap: 40px;
	align-items: center;
	padding-inline: 20px;
}

.sns_links_item {
}

.sns_links_item img {
	aspect-ratio: 1/1;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.sns_links_item:first-child img {
	aspect-ratio: 107/68;
}
/* ========== フッタ ========== */

/* フッタ */

.footer_inner {
	position: relative;
	padding-bottom: 200px;
	background: url("/img/sites/korokke/footer_bg.png") no-repeat center center / contain #fff;
	text-align: center;
	max-width: 700px;
	margin-inline: auto;
}

.color_change	.footer_inner {
	background: #333;
}

#author_info {
}
#author_info_box {
	margin: 0px auto;
	padding-bottom: 80px;
}

/* フッタメニュー */
.footer_navi {
	padding: 30px 0px 20px;
	position: relative;
}
.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;
	        justify-content: center;
	        align-items: center;
	position: relative;
	z-index: 1;
}
.footer_navi ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 1em 0px;
	padding-right: 1em;
	border-right: 1px solid;
	line-height: 1.25;
	font-size: 1.2rem;
}
.footer_navi ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
.footer_navi ul li a {
	color: #333;
}

/* 管理者情報 */
#author_box {
	margin: 0px;
	padding: 0px;
}
#author_box p {
	margin: 0px 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;
	position: relative;
	z-index: 1;
}
#copyright p {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin: 0px;
}

/* ページトップボタン */
#btn_pagetop {
	display: block;
	width: 140px;
	height: 110px;
	margin-inline: auto;
	z-index: 70;
	background: url(/img/sites/korokke/top_to_btn.png) no-repeat center center / 21px 13px;
}
#btn_pagetop.fixed {
	bottom: 10px;
}
#btn_pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}
#btn_pagetop img {
	aspect-ratio: 21/13;
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* サブサイト共通フッタ */
#site_footer {
	clear: both;
	float: none;
	margin: 0px auto 20px;
	border: none;
	border-radius: 0;
	color: #333333;
}
#site_footer_box {
	padding-block: 60px 150px;
	position: relative;
}

#site_footer_box::before {
	content: "";
	display: block;
	aspect-ratio: 561/375;
	width: 90%;
	height: auto;
	background: url("/img/sites/korokke/footer_wrapper_bg.png") no-repeat center top / contain;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 420px;
}

.color_change	#site_footer_box::before {
	display: none;
}

#site_footer_box p {
	margin: 0px 0px 1em;
	position: relative;
}

#site_footer_box p:nth-child(2) {
	font-size: 2.4rem;
	font-weight: bold;
	color: #552f1e;
}
#site_footer_box p:last-child {
	margin-bottom: 0px;
	letter-spacing: .05em;
}
#site_footer_box img {
	max-width: 100%;
	height: auto !important;
	vertical-align: top;
}

/* ========== パンくず / 足あと ========== */

/* パンくず・足あと */
#pankuzu_wrap {
	background: #f6f6f6;
	color: #333333;
	padding: 20px 0px 10px;
	font-size: var(--fontsize-main-small, 1.5rem);
	padding-inline: 50px;
}
#pankuzu_wrap > div {
	/* width: var(--content-width, 1080px); */
	margin: 0px auto 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.pankuzu,
#footstep {
	position: relative;
	padding-left: 7rem;
}
.pankuzu .icon_current {
	display: none;
}
.pankuzu:first-child .icon_current,
#footstep_ttl {
	display: block;
	width: 5rem;
	height: auto;
	min-height: 2rem;
	border: none;
	border-radius: 0;
	background: #552f1e;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding: 0.2rem 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 1px;
	left: 0px;
	border-radius: 10px;
}

#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: 30px;
	padding-inline: 30px;
}
#main_header h1 {
	margin: 0px;
	padding: 50px;
	background: #fff url("/img/sites/korokke/h1_bg.png") no-repeat center bottom;
	background-size: 371px 10px;
	font-size: 3.2rem;
	text-align: center;
	border-radius: 20px 20px 0 0;
	color: #552f1e;
}

#main_body :where(h2,h3,h4,h5,h6) {
	clear: both;
	margin: 1em 0px;
}

#main_body h2 {
	padding: 21px 30px 20px;
	background: #e7e1cb;
	font-size: 2.6rem;
	border-radius: 20px;
}

#main_body h2 a {
	color: #333;
}
#main_body h3 {
	padding: 17px 30px;
	background: #fff;
	font-size: 2.4rem;
	border: 1px solid #ffe400;
	border-radius: 10px;
}
#main_body h3 a {
	color: #333;
}
#main_body h4 {
	padding: 14px 30px 13px;
	background: #fff;
	font-size: 2.2rem;
	border-bottom: 1px solid #a3735d;
}
#main_body h4 a {
	color: #333;
}
#main_body h5 {
	padding: 10px 30px;
	background: #fff url("/img/sites/korokke/icon_pager.png") no-repeat left top 5px;
	background-size: 25px 37px;
	font-size: 2.0rem;
}
#main_body h5 a {
	color: #333;
}
#main_body h6 {
	padding: 7px 30px 6px;
	background: #fff url("/img/sites/korokke/h6_bg.png") no-repeat left top 15px;
	background-size: 12px 12px;
	font-size: 1.8rem;
}
#main_body h6 a {
	color: #333;
}

#main_body .detail_free :where(p,ul,ol), #main_body .detail_writing a {
	color: #333;
}

/* テーブル */
#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: 30px;
	padding-bottom: 60px;
	position: relative;
	background: #fff;
}

.content_header_wrap {
	padding-inline: 30px;
}

/* コンテンツヘッダ */
#content_header {
	margin: 0px 0px 20px;
	text-align: left;
	font-size: var(--fontsize-main-small, 1.5rem);
}
#content_header > span {
	display: inline-block;
	margin-left: 2em;
}

#content_header a.link_print {
	color: #333;
}

#main_body div.detail_free {
	/* padding-inline: 50px; */
}

#main_body div.detail_free p > a {
	color: #333;
}

/* コンテンツフッタ */
#content_footer {
	clear: both;
	padding-inline: 20px;
}

/* 印刷 */
#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;
	color: #333;
}

/* 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;
}

.pdf_download {
	padding-inline: 20px;
}

.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 .system_box {
	/* padding-inline: 30px; */
}
#hyouka_area_box .system_box_waku {
	clear: both;
	margin: 40px 0px 0px;
	padding: 30px;
	background: #fff;
	border: 1px solid #036440;
	border-radius: 20px;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	border: none;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: 2rem;
}
#main_body #hyouka_area_box h2::before,
#main_body #hyouka_area_box h2::after {
	display: none;
}
#main_body #hyouka_area_box hr.cf {
	margin: 0px;
}

#hyouka_area_box .hyouka_box_detail {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: var(--fontsize-main-small, 1.5rem);
	border-bottom: 1px solid #dddddd;
}
#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;
	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: #e7e1cb url("/img/sites/korokke/detail_bg.png") no-repeat right bottom / contain;
	width: 100%;
  margin-inline: auto;
	border-radius: 20px;
	box-sizing: border-box;
}

.color_change	#section_footer {
	background: none;
}

#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;
}
#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レコメンド */
#recommend_tag {
	background: #ececec;
	padding: 50px 50px 0;
	margin-top: 30px;
}
.view_print_mode :is(#recommend_tag, #ai_recommend_tag){
	display: none !important;;
}

#sidebar_recommend,
#sidebar_ai_recommend {
	background: #fff;
	padding: 20px 10px;
	border-radius: 20px;

}

#recommend_title,
#ai_recommend_title {
	background: #fff;
	text-align: center;
	padding: 10px 5px 20px;
	border-bottom: 1px solid #552f1e;
}
#recommend_title h2,
#ai_recommend_title h2 {
	display: inline-block;
	text-align: left;
	font-size: 1.8rem;
	line-height: 2rem;
	margin: 0px;
	padding: 5px 0px 5px 40px;
}
#recommend_title h2 {
	background: url("/img/sites/korokke/icon_recommend.png") no-repeat left center / contain transparent;
	color: inherit;
}
#ai_recommend_title h2 {
	background: url("/img/sites/korokke/icon_ai_recommend.png") no-repeat left center / contain transparent;
	color: inherit;
}
#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-type: disc;
	list-style-position: inside;

}
#sidebar_recommend ul li,
#sidebar_ai_recommend ul li {
	border-top: 1px solid #ffffff;
	padding: 15px 20px;
}

#sidebar_recommend ul li a,
#sidebar_ai_recommend ul li a {
	color: #333;
}

/* 関連リンク */
.kanren_link {
	background: #ececec;
	padding: 50px 50px 0px;
}
.kanren_link:empty{
	padding: 0;
}
#kanren_link {
	background: #fff;
	padding: 20px 10px;
	border-radius: 20px;
}
#kanren_link h2 {
	background: #fff;
	margin: 0px;
	padding: 15px 20px 20px;
	border-bottom: 1px solid #552f1e;
	font-size: 2rem;
	text-align: left;
}
#kanren_link ul {
	margin: 0px;
	padding: 20px 0px 20px 20px;
	list-style: inside;
}
#kanren_link ul li {
	margin-bottom: 15px;
}
#kanren_link ul li:last-child {
	margin-bottom: 0px;
}
#kanren_link ul li a {
	color: #333;
}

/* 「見つからないときは」「よくある質問」バナー */
.common_banner {
	background: #ececec;
	padding: 50px;
}
.view_print_mode .common_banner{
	display: none;
}

.common_banner_link {
	display: flex;
    justify-content: space-around;
}

.common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.common_banner_link *[class*="common_banner_"] {
	margin-bottom: 15px;
}
.common_banner_link *[class*="common_banner_"]:last-child {
	margin-bottom: 0px;
}
.common_banner_link a {
	display: block;
	border: 1px solid transparent;
	background: rgb(85, 47, 30, 0.1);
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
	padding: 20px 40px;
	text-align: center;
	border-radius: 20px;
}
.common_banner_link a > span {
	display: inline-block;
	padding: 5px 0px 5px 40px;
}
.common_banner_link .common_banner_mitsukaranai a > span {
	background: url("/img/common/icon-mitsukaranai.png") no-repeat left center transparent;
	color: inherit;
}
.common_banner_link .common_banner_faq a > span {
	background: url("/img/common/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;
	list-style: none;
	padding-inline: 30px;
}
.info_list ul li {
	margin: 0px;
	border-bottom: 1px solid #e7e1cb;
}

.info_list ul li a {
	text-decoration: none;
	display: block;
	color: #333;
	width: 100%;
	padding: 30px 15px;
	box-sizing: border-box;
	background: #fff url("/img/sites/korokke/icon_arrow.png") no-repeat right 35px center;
	background-size: 7px 10px;
}

/* 小メニューリスト */
.info_list1_wrap .info_list ul {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.info_list1_wrap .list_pack {
	display: block;
}
.info_list1_wrap .info_list ul li {
	border: none;
}

.info_list1_wrap .list_pack .article_img {
	width: 100%;
	display: block;
}

.info_list1_wrap .list_pack .article_img span {
	border-radius: 20px;
}

.info_list1_wrap .list_pack .article_img span img {
	aspect-ratio: 290/215;
	object-fit: contain;
	border-radius: 20px;
}

.info_list1_wrap .info_list ul li a {
	background: #fff;
	text-decoration: underline;
	padding: initial;
}

.info_list1_wrap .list_pack .article_img span:not(:has(img)) {
	display: block;
  background: url("/img/sites/korokke/no_image.png")
	no-repeat center center / cover;
	aspect-ratio: 290/215;
}

.info_list1_wrap .list_pack .article_txt {
	margin-top: 10px;
	display: block;
}
/* リスト（日付） */
.info_list.info_list_date ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_list.info_list_date ul li > span {
	display: table-cell;
	vertical-align: top;
}
.info_list.info_list_date ul li > span.article_date {
	width: calc(11em + 10px);
	font-size: var(--fontsize-detail-small, 1.6rem);
	padding-top: 0.1rem;
}

/* リスト（日付 / 文字拡大時） */
.font_size_changed .info_list.info_list_date ul li,
.font_size_changed .info_list.info_list_date ul li > span {
	display: block;
}
.font_size_changed .info_list.info_list_date ul li > span.article_date {
	width: auto;
	padding-top: 0px;
}

/* リスト（担当課） */
.article_section:has(span:empty) {
	display: none;
}

/* リスト（サムネイル） */
.list_pack {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list_pack .article_txt {
	display: table-cell;
	vertical-align: top;
}
.list_pack .article_txt .article_date {
	display: block;
}
.list_pack .article_txt .article_title {
	display: block;
}

.list_pack .article_img {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 20px;
}
.list_pack .article_img span {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 200 / 150;
	overflow: hidden;
	background: #f6f6f6;
}
.list_pack .article_img span:empty {
	background: url("/img/common/noimage.png") no-repeat center center transparent;
	background-size: contain;
}
.list_pack .article_img span img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

/* ========== Googleカスタム検索結果 ========== */

/* googleカスタム検索結果 */
#main_body #cse_search_result table,
#main_body #cse_search_result table td,
#main_body .gsc-control-cse table,
#main_body .gsc-control-cse table td {
	border: none;
	margin: 0px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display: inline-block !important;
	vertical-align: top;
	margin: 0px 0px 5px;
	padding: 10px 15px;
	border: 1px solid #cccccc !important;
	background: #ffffff !important;
	color: #0066cc !important;
	font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #f5f5f5 !important;
	color: #333333 !important;
}

/* ==================================================
PC ここまで
================================================== */


/* ==================================================
背景色変更 / 印刷ページ
================================================== */

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {

}
/* 黒 */
.color_black * {

}
/* 青 */
.color_blue * {

}

/* ========== 印刷ページ ========== */

/* 印刷プレビュー */
.view_print_mode * {

}

/* ==================================================
背景色変更 / 印刷ページ ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@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: 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;
	}
	body:has(.spm_menu_wrap){
		overflow: hidden;
		overscroll-behavior: none
	}

	#container {
		float: none;
		width: 100%;
		min-width: 320px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	/* ヘッダ */
	#header {
		width: auto;
		height: 115px;
		margin: 0px;
		padding: 0px;
	}

	/* フッタ */
	#footer {
		clear: both;
		width: auto;
		height: auto;
		margin: 0px 0 0px;
		padding: 0px 20px 80px;
		position: relative;
		background: #fff;
	}

	/* メイン */
	#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_body{
		padding: 0px;
	}

	#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;
	}

	.u_pc {
	display: none;
}

.u_mobile {
	display: block;
}

	/* ========== 基本設定 ========== */

	/* フォント */
	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);
		/* padding-inline: 20px; */
	}

	/* レスポンシブアコーディオン用 */
	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;
	}

	/* ========== ヘッダ ========== */

	/* ヘッダ */
	#header {
		position: relative;
	}
	.spm_menu_open #header{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
	}

	#header2_box {
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	#he_left {
		position: static;
		margin: 0px;
		padding: 0;
		width: 100%;
		background-color: #d3c7a1;
	}

	#he_left #logo {
		width: 100%;
		max-width: 375px;
		margin-inline: auto;
	}

	#he_left #logo img {
		aspect-ratio: 375/115;
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	#he_right {
		margin-left: 0px;
		text-align: left;
	}

	/* ボトムナビゲーション */
	#spm_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 5px;
		position: relative;
		margin-top: 10px;
		z-index: 999;
	}
	#spm_wrap button,
	#spm_wrap a {
		display: block;
		width: 163px;
		height: 40px;
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border-radius: 20px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 40px 40px;
		overflow: hidden;
		border: none;
		text-transform: uppercase;
	}

	#spm_wrap button#btn_spm_menu {
		background: url("/img/sites/korokke/icon_menu_sp.png") no-repeat center center #fff;
		background-size: 80px auto;
		color: #333;
	}
	#spm_wrap button#btn_spm_menu.is_open {
		background-color: #5c5c5c;
		background-image: url("/img/sites/korokke/icon_close_sp.png");
		background-size: 60px auto;
		border-radius: 20px 20px 0 0;
		color: #fff;
	}

	#spm_wrap button#btn_spm_search {
		background: url("/img/sites/korokke/icon_search_sp.png") no-repeat center center #fff;
		background-size: 100px auto;
		color: #333;
	}
	#spm_wrap button#btn_spm_search.is_open {
		background-color: #5c5c5c;
		background-image: url("/img/sites/korokke/icon_close_sp.png");
		border-radius: 20px 20px 0 0;
		background-size: 60px auto;
		color: #fff;
		transform: translateY(1px);
	}

	#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: none;
		background: #e7e1cb;
	}
	.spm_support_open .header_nav {
		display: block;
	}

	.header_nav.is-sp {
		display: block;
	}

	/* ヘッダメニュー */
	.header_nav ul {
		display: block;
		padding: 10px 20px 20px;
	}
	.header_nav ul li[class^="h_"] {
		display: block;
		margin: 10px 0px 0px;
	}
	.header_nav ul li.h_main {
		display: none !important;
	}

	.h_ruby dd.h_ruby_body a {
		background: #fff;
	}

	.header_nav.is-sp .h_lang {
		border: none;
	}

	.header_nav.is-sp .h_lang a {
		font-weight: normal;
		padding-block: 5px;
	}

	.h_shop {
		max-width: 400px;
	}

	.h_shop a {
		width: 100%;
    box-sizing: border-box;
		padding: 5px 40px;
		border-radius: 20px;
		margin-top: 20px;
	}

	.h_shop a span {
		justify-content: center;
	}

	.h_shop a span::before {
		width: 24px;
		height: 24px;
	}


	/* アクセシビリティ機能 */
	#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: static;
		background: none;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		margin: 0px;
		padding: 0px;
		width: auto;
		min-width: auto;
	}

	dl#moji_size,
	dl#haikei_color {
		margin: 10px 20px 10px 0px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	/* 検索（展開） */
	.header_search {
		display: none;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 165px;
		z-index: 998;
		width: 100%;
		background: #5c5c5c;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0px;
		padding: 20px;
		-ms-scroll-chaining: none;
		    overscroll-behavior: none;
  	transform: translateZ(0);
		opacity: 1;
		visibility: visible;
	}
	.spm_search_open .header_search {
		display: block;
	}

	.header_search_inner {
		padding: 30px 20px;
	}

	/* キーワード検索 */
	#cse-search-box .search_ipt {
		width: auto;
	}

	/* ページID検索 */
	#top_search_page_id {
		margin: 20px 0px 0px;
		flex-direction: column;
	}
	#open_page_id_box .search_ipt {
		width: auto;
	}

	.search_link {
		margin-left: auto;
	}

	#btn_search_close {
		transform: translate(-50%, 1px);
	}

	/* 共通サイド */
.common_side {
	height: auto;
}

	/* グローバルナビ */
	#top_search {
		display: none;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0;
		bottom: 0px;
		z-index: 998;
		width: 100%;
		background: #e7e1cb;
		border-radius: 5px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0px;
		padding: 0px 20px 0px;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		    overscroll-behavior: none;
	}
	.spm_menu_open #top_search {
		display: block;
		overscroll-behavior: none;
		padding-top: 170px;
	}
	.gnav{
		display: block;
	}

	.gnav ul {
		width: auto;
		display: block;
		padding: 0px;
	}
	.gnav ul li,
	.gnav ul li:first-child {
		display: block;
		border: none;
		border-bottom: 1px solid #d4c8a0;
	}
	.gnav ul li:first-child {
	}
	.gnav ul li a {
		padding: 20px 0px;
	}

	.gnav ul.gnav_list {
		background: #fff;
		padding: 0 20px 30px;
		margin-top: 20px;
		max-width: 400px;
	}

	#btn_menu_close {
	border: none;
	background: #5c5c5c;
	color: #fff;
	font-size: 1.4rem;
	margin: 0px;
	padding: 5px 30px;
	align-self: center;
	position: relative;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}

#btn_menu_close span {
	display: flex;
	align-items: center;
	gap: 10px;
}
#btn_menu_close span::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("/img/sites/korokke/icon_close.png") no-repeat center center / contain;
}

	/* サブサイト共通ヘッダ */
	#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;
	}

	/* TOP背景 */
	.main_container::before {
		top: 115px;
	}

	/* ========== スライド ========== */

		/* みしまコロッケって？ */
.whats {
	padding-inline: 15px;
	max-width: 600px;
	margin-inline: auto;
}

.whats_title {
	width: 223px;
}

.whats_list {
	margin-top: 20px;
	gap: 20px;
}

.whats_item {
	padding: 40px 20px;
	font-size: 1.8rem;
}

.whats_text {
  font-size: 1.6rem;
  line-height: calc(30 / 18);
  margin-top: 30px;
}

.whats_text::before {
	width: 200px;
	bottom: -70px;
	left: -50px;
}

.whats_text::after {
	width: 220px;
	bottom: -214px;
  right: 110px;
}

.whats_btn {
	margin-top: 40px;
}

.btn_01 {
	font-size: 1.6rem;
}

/* みしまコロッケ食べ歩きマップ */
.map_walk {
	padding-inline: 15px;
	margin-top: 60px;
	position: relative;
	padding-bottom: clamp(180px,calc(180px + (100vw - 375px) * 100 / 825),280px);
	max-height: 800px;
}
.font_size_changed .map_walk{
	max-height: none;
	padding-bottom: 0;
}

.map_walk::after {
	max-height: 100px;
	display: none;
}

.map_walk_inner {
	background: none;
	position: relative;
	z-index: 0;
	max-height: inherit;
}
.font_size_changed .map_walk_inner{
	aspect-ratio: auto;
}

.map_walk_inner::before {
	content: '';
	aspect-ratio: 375 / 852;
	background: url("/img/sites/korokke/map_bg_sp.png") no-repeat center center / contain;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	display: block;
	position: absolute;
	z-index: -1;
	top: 173px;
	max-height: inherit;
}
.font_size_changed .map_walk_inner::before{
	display: none;
}

.map_walk_title {
	width: 223px;
	margin-block: initial;
}

.map_walk_text {
    font-size: 1.6rem;
    line-height: 1.5;
	margin-top: initial;
	max-width: 300px;
	margin-inline: auto;
	margin-bottom: initial;
}
.font_size_changed .map_walk_text{
	max-width: none;
}

.map_walk_map p {
	width: 295px;
	margin-bottom: initial;
}

.map_walk_map a {
	font-size: 1.8rem;

}

.map_walk_map img {
	aspect-ratio: 540/300;
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
}

.map_walk_bottom_text {
	padding-inline: 15px;
	max-width: 600px;
	margin-inline: auto;
	width: calc(300 / 375 * 100%);
}
.font_size_changed .map_walk_bottom_text{
	width: auto;
	max-width: none;
}

/* 生産者のこだわり */

.attention_to_detail {
	padding-inline: 15px;
	max-width: 600px;
	margin-inline: auto;
	width: calc(300 / 375 * 100%);
}

.attention_to_detail_title {
	width: 223px;
	position: relative;
}

.attention_to_detail_image {
	width: 100%;
	margin-top: 20px;
}

.attention_to_detail_image_text {
	margin-top: 15px;
}

.attention_to_detail_btn {
	position: relative;
	z-index: 1;
}

/* 姉妹品 */
.sister_products {
	padding-inline: 15px;

}

.sister_products::before {
	background: url(/img/sites/korokke/sister_products_bg_sp.png) no-repeat top center / cover;
	left: 0;
	top: -150px;
}

.sister_products_inner {
	max-width: 600px;
	margin-inline: auto;

}

.sister_products_title {
	width: 330px;
}

.sister_products_list {
	display: block;
	margin-top: 20px;
}


.sister_products_item + .sister_products_item {
	margin-top: 20px;
}

.sister_products_item_wrapper {
	grid-template-columns: initial;
}

.sister_products_image {
	margin-inline: auto;
}

.sister_products_item_btn {
	margin-top: 15px;
	width: 100%;
	max-width: 400px;
}

.sister_products_item_btn .btn_01 {
	font-size: 1.4rem;

}

/* みしまコロッケグッズ */
.goods {
	padding-inline: 20px;
	margin-top: 40px;
	background: url("/img/sites/korokke/goods_bg_sp.png") no-repeat top center / cover;
	padding-block: 100px 60px;
  border-radius: 0 0 50px 50px;
}

.goods_inner {
	max-width: 600px;
	margin-inline: auto;
}

.goods_title {
	width: 223px;
}

.goods_image_list {
	display: block;
	margin-top: 30px;
}

.goods_image_item:nth-child(2) {
	margin-top: 20px;
	width: 149px;
	margin-inline: auto;
}

.goods_content_title {
	font-size: 1.8rem;
}

.goods_image {
	margin-top: 50px;
	width: 100%;
}

.goods_text {
	font-size: 1.5rem;
	font-feature-settings: "palt";
}

/* お知らせ */
.news {
	margin-top: 40px;
	padding-inline: 15px;
	max-width: 600px;
	margin-inline: auto;
}

.news_title {
	width: 223px;
}

.news .section_information_list ul {
	padding: initial;
}

.news .section_information_list ul li {
	padding: initial;
	padding-block: 20px;
}

.news .section_information_list div.link_box span {
	width: auto;
	min-width: 200px;
}

.news .section_information_list ul li span.article_title a {
	background: none;

}

/* みしまコロッケコンクール */

.link_btn {
	width: 90%;
	max-width: 400px;
	margin-top: 20px;
}

.btn_02 {
	display: inline-block;
	padding: 20px;
	font-size: 1.6rem;
}

/* バナーリスト */
.banner_list {
	padding-inline: 15px;
}

.banner_list_inner {
	gap: 20px 10px;
	max-width: 600px;
	margin-inline: auto;
}

/* SNSリンク */
.sns_links {
	margin-top: 30px;
	padding-inline: 15px;

}

.sns_links_inner {
	max-width: 600px;
	margin-inline: auto;
}

.sns_links_list {
	grid-template-columns: calc(62 / 375 * 100vw) repeat(5, 1fr);
	gap: 20px;
	padding-inline: initial;
}

	/* ========== フッタ ========== */

	/* フッタ */

	#footer::before {
		content: '';
		aspect-ratio: 354/114;
		width: 94%;
		height: auto;
		background: url("/img/sites/korokke/hedgehog_sp.png") no-repeat center bottom / contain;
		position: absolute;
		bottom: 30px;
		right: 0px;
		z-index: 1;
	}


.footer_inner {
	padding-bottom: 20px;
	background: url(/img/sites/korokke/footer_wrapper_bg.png) #e7e1cb;
	border-radius: 30px;
	height: calc(580 / 375 * 100vw);
  max-height: 660px;
	background-size: 310px auto;
	background-repeat: no-repeat;
	background-position: center top 90px;
}

.footer_inner::before {
	content: '';
	aspect-ratio: 335/150;
	width: 100%;
	height: auto;
	background: url("/img/sites/korokke/footer_potatoes.png") no-repeat center bottom / contain;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

	#author_info_box {
		width: auto;
		margin: 0px;
		padding: 0px 20px 60px;
	}

	/* ページトップ（フローティング表示） */
	#btn_pagetop {
		width: 130px;
		height: 80px;
	}
	#btn_pagetop.fixed {

	}

	/* 回遊ボタン（表示位置） */
	#kaiyu_banner {
		bottom: 70px;
	}

	/* サブサイト共通フッタ */
	#site_footer {
		width: auto;
	}
	#site_footer_box {
		padding: 50px 0px;
	}

	#site_footer_box::before {
		display: none;
		aspect-ratio: 310/210;
		max-width: 360px;
	}

	#site_footer_box p:nth-child(2) {
		font-size: 1.8rem;
	}

	#site_footer_box p:last-child {
		font-size: 1.8rem;
		width: 200px;
		margin-inline: auto;
	}
	.font_size_changed #site_footer_box p:last-child{
		width: auto;
	}

	/* ========== パンくず / 足あと ========== */

	/* パンくず・足あと */
	#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;
		background-size: 250px 8px;
	}

	#main_body h2 {
		padding: 15px 20px;
		font-size: 2rem;
	}

	#main_body h3 {
		padding: 11px 20px;
		font-size: 1.9rem;
	}

	#main_body h4 {
		padding: 7px 20px;
		font-size: 1.8rem;
	}

	#main_body h5 {
		padding: 5px 20px;
		font-size: 1.7rem;
		background: #fff url("/img/sites/korokke/icon_pager.png") no-repeat left top 8px;
		background-size: 15px 20px;
	}

	#main_body h6 {
		padding: 3px 20px;
		font-size: 1.6rem;
		background: #fff url("/img/sites/korokke/h6_bg.png") no-repeat left top 10px;
		background-size: 10px 10px;
	}

		/* ========== メイン ========== */

	/* メイン */
	.lower_layer_container #mymainback {
		margin: 15px var(--mymainback-margin-side, 15px) 40px;
		margin-top: 60px;
	}

	.lower_layer_container::before {
		aspect-ratio: 375/200;
		border-radius: 0 0 30px 30px;
	}

#main_header {
	padding-inline: initial;
}

	/* コンテンツヘッダ */
	#content_header {
		font-size: var(--fontsize-main-small, 1.3rem);
	}
	#content_header > span {
		margin-left: 1em;
	}

	.content_header_wrap {
		padding-inline: initial;
	}

	#main_body div.detail_free {
		padding-inline: initial;
	}

	/* コンテンツフッタ */
	#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 0px;
	}
	#hyouka_area_box .system_box {
		padding-inline: initial;
	}
	#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;
		width: 100%;
		box-sizing: border-box;
	}
	#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レコメンド */
	#recommend_tag {
		padding: 20px;
	}

	#recommend_title h2 {
		background: url(/img/common/icon-recommend.png) no-repeat left center / 30px transparent;
		font-size: 1.4rem;
	}

	@media screen and (max-width: 370px) {
		#recommend_title h2,
		#ai_recommend_title h2 {
			font-size: 1.4rem;
		}
	}

	#sidebar_recommend ul,
	#sidebar_ai_recommend ul {
		list-style: none;
	}

	#sidebar_recommend ul li,
	#sidebar_ai_recommend ul li {
		border-bottom: 1px solid #552f1e;
	}

	#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;
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* 関連リンク */

	.kanren_link {
		padding: 20px;
	}
	#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;
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* 「見つからないときは」「よくある質問」バナー */
	.common_banner_link {
		display: block;
	}

	/* サブサイト大小メニュー */
	.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_list1_wrap .info_list ul {
		grid-template-columns: initial;
	}

	.info_list ul li {
		margin: 0px;
		padding: 0;
		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;
		padding: 20px 15px;
	}

	/* リスト（日付） */
	.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 {
		width: 120px;
	}
	@media screen and (max-width: 370px) {
		.list_pack .article_img {
			width: 100px;
		}
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {

	}
	/* 黒 */
	.color_black * {

	}
	/* 青 */
	.color_blue * {

	}

}
/* ==================================================
スマートフォン ここまで
================================================== */


/* 生成AI検索 コグモサーチ cogmo */

.search_keyword_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.search_keyword_ttl .ttl {
	font-size: 1.8rem;
}
.search_keyword_ttl .sub {
	margin-left: auto;
	font-size: 1.5rem;
}

.cgm-header, .cgm-footer, .cogmo-main {
	font-family: inherit;
	font-size: inherit;
}
.cgm-search-form-area,
.cgm-search-form-area.cgm-form1 {
	display: block;
	padding: 0px;
	background: none;
}
.cgm-search-inner,
.cgm-search-inner.cgm-form1,
.cgm-search-form-container,
.cgm-search-form-group,
.cgm-search-form {
	display: block;
	width: auto;
	max-width: none;
	margin: 0px;
	padding: 0px;
}

.cgm-search-input-wrap {
	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%;
	border: 1px solid #5c5c5c;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 20px;
	border-radius: 5px;
}
.cgm-search-input-area,
.cgm-search-input-area.cgm-form1 {
	width: calc(100% - 10rem);
}
.cgm-search-input-area::before {
	display: none;
}
.cgm-search-input-area textarea {
	display: block;
	width: 100%;
	height: 6rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	margin: 0px;
	padding: 0px 50px 0px 20px;
	font-size: 1.6rem;
	line-height: 6rem;
}
.cgm-search-input-area button,
.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: 6rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	background: #5c5c5c url(/img/sites/korokke/icon_search02.png) no-repeat left 20px center / 18px 18px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 6rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	padding-left: 25px;
	border-radius: 0 4px 4px 0;
	text-align: center;
}
.cgm-search-button::before {
	display: none;
}
.cgm-search-button:hover,
.cgm-search-button.cgm-form1:hover {
	opacity: 1;
}

.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) {

	.search_keyword_ttl {
		margin-bottom: 5px;
	}
	.search_keyword_ttl .sub {
		width: 100%;
		margin: 0px;
		font-size: 1.4rem;
	}
	.cgm-search-input-wrap {
		margin-top: 0px;
	}

	@media screen and (max-width: 640px) {
		.cgm-search-inner,
		.cgm-search-inner.cgm-form1,
		.cgm-search-form-container {
			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%;
			border: 1px solid #5c5c5c;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			margin-top: 0px;
			border-radius: 5px;
		}
		.cgm-search-form-group {
			width: calc(100% - 10rem);
		}
		.cgm-search-input-wrap {
			border: none;
			border-radius: 0px;
		}
		.cgm-search-button-area,
		.cgm-search-button-area.cgm-form1 {
			margin-top: 0px;
		}
	}

}
/* スマートフォン ここまで */

/* 生成AI検索 コグモサーチ cogmo ここまで */


.view_print_mode .lower_layer_container::before {
	display: none;
}
.view_print_mode #content_header{
	text-align: right;
}