@charset "UTF-8";
/*
	Theme Name: 長崎県美術館2nd
	Description:長崎県美術館オリジナルテーマ2nd
	Theme URI:
	Author: 長崎県美術館
	Author URI: 
	Version: 1.0
*/

/* ********** css reset ********** */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}
ul,
ol {
	padding: 0;
}
ul {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
address {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
	/*font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", メイリオ, Meiryo, sans-serif;*/
	font-family: "あおとゴシック L";
	font-feature-settings: "palt";
	color: #101010;
	overflow-wrap: anywhere; /* 収める */
	word-break: normal; /* 単語分割 */
	line-break: strict; /* 禁則処理 */
	text-align: justify; /* 均等割り付け */
}
html {
	font-size: 100%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

/*body,
.open_trigger,
.regular_lnkbtn {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif !important;	
}*/

/* ************************************************** 

	Link
		  
************************************************** */

a {
	color: #333;
}
a:hover {
	color: #555;
}
a img:hover {
	opacity: 0.75;
}

/* 外部リンクアイコン */
.external {
	padding-right: 20px;
	background-image: url(images/icon/link_blank.svg);
	background-repeat: no-repeat;
	background-position: right center;
}


/* ************************************************** 

	footer bottom
		  
************************************************** */
html,
body {
	height: 100%;
}
.footer {
	position: sticky;
	top: 100vh;
}

/* ************************************************** 

	Layout
		  
************************************************** */
/*
#ed1c2a;#e6001b;
*/
:root {
	--base_color: #ff000f;
	--hover_color: #777;
	--content_width: 1280px;
	--chg_width_cmn: 769px;
	--chg_width_hdr: 880px;
}
.common_width {
	max-width: var(--content_width);
	margin: 0px auto;
}
@media screen and (max-width: 880px)  {
	.common_width {
		width: 100%;
		padding: 0 24px;
	}
}
.container {
	max-width: var(--content_width);
	padding: 0px 40px 88px 40px;
	margin: 0px auto;
	padding-top: 216px;
}
.front_container {
	max-width: var(--content_width);
	padding: 0px 40px 88px 40px;
	margin: 0px auto;
}
@media screen and (max-width: 880px)  {
	.scroll_nav .container {
		padding-top: 0
	}
}


/* ************************************************** 

	Header
		  
************************************************** */
.header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #b7b7b7;
	height: 216px; /* 通常ヘッダー高さ */
	z-index: 100;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	padding: 40px 24px 24px 40px;
	margin: 0px auto;
	position: relative;
}
/* ////////////// iPhone セーフエリア対策　////////////// */

@media screen and (max-width: 880px)  {
	.front_container {
		padding: 0px 56px 88px 56px;
	}
	.container {
		padding: 0px 56px 88px 56px;
	}
	.header_inner {
		width: auto;
		height: auto;
		flex-direction: column;
		padding: 8px 24px 16px 0;
	}
	.logo_mark_small {
		margin-left: 42px;
	}
	.today_status_mobile  {
		margin-left: 60px !important;
	}
}
@media screen and (max-width: 480px)  {
	.front_container {
		padding: 0px 24px 88px 24px;
	}
	.container {
		padding: 0px 16px 88px 16px;
	}
	.header_inner {
		width: auto;
		height: auto;
		flex-direction: column;
		padding: 8px 72px 16px 0;
	}
	.logo_mark_small {
		margin-left: 0;
	}
	.today_status_mobile  {
		margin-left: 16px !important;
	}
}

/* iPhone横表示でのセーフティーエリア対策 */
@media screen and (max-width: 960px)   {
	.openNav #menu-global > li > a {
		padding: 0.6em 48px;
	}
}
@media screen and (max-width: 768px)   {
	.openNav #menu-global > li > a {
		padding: 0.6em 32px;
	}
}

.logo_mark h1 {
	line-height: 1;
}
.logo_mark_small {
	display: none;
}

@media screen and (max-width: 880px)  {
	.header {
		position: inherit;
		height: auto;
	}
	/* ハンバーガーメニューオープン時Toggle絶対配置 */
	.openNav {
		position: relative;		
		overflow: hidden;
	}
	.openNav .header {
		position: fixed;
		top: 0;
		left: 0;
	}
/* スクロール時ヘッダー高さ変更 */
	.scroll_nav .header_inner {
		padding: 8px 0 !important;
		padding-bottom: 16px !important;
	}
	.logo_mark {
		display: none;
	}
	.logo_mark_small {
		display: block;
		width: 50%;
		padding: 16px 0 0 16px;
	}
	.logo_mark_small img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 480px)  {
	.logo_mark_small {
		display: block;
		width: 88%;
		padding: 16px 0 0 16px;
	}
}

/* スクロールでヘッダースタイル変更 */
.scroll_nav .header {
	background-color: rgba(255, 255, 255, 1);
	height: auto;
}
.scroll_nav .header_inner {
	padding: 22px 40px 16px 40px;
}
.scroll_nav .sub_nav,
.scroll_nav .menu-other-container {
	display: none;
}
.scroll_nav .logo_mark {
	display: none;
}
.scroll_nav .logo_mark_small {
	display: block;
}
.scroll_nav .today_status {
	display: none;
}

.header_content {
	/*position: relative;*/
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
@media screen and (max-width: 880px)  {
	.header_content {
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
	.scroll_nav .header {
	height: auto; /* スクロール時ヘッダー高さ */
}
	.scroll_nav .today_status {
		display: flex;
	}
	.scroll_nav .sub_nav {
		display: block;
	}
	.scroll_nav .menu-other-container {
		display: flex;
		justify-content: space-around;
	}
}

/* *********** モバイル専用ナビ ********** */
.mobile_navi {
	display: none;
}

@media screen and (max-width: 880px) {
	.global_nav {
		display: none;
	}
/* ***** モバイル ***** */
	.mobile_navi {
		display: block;
	}
/* Mobile 親メニュー */
	.open_trigger,
	.regular_lnkbtn {
		display: block;
		font-size: 1.063rem;
		font-family: "あおとゴシック DB";
		text-decoration: none;
		position: relative;
		width: 100%;
		padding: 0.8em 56px;
	}
	.mnav_child_1st {
		display: none;
		background-color: #efefef;
	}
	.mnav_child_1st > li {		
		border-top: 1px solid rgba(0,0,0,0.10);
	}
	.mnav_child_1st > li > a {
		display: block;
		font-size: 1rem;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		padding: 0.5em 56px;
		margin: 0px;
	}
	.mnav_child_1st > li > a.external {
		background-image: url(images/icon/link_blank.svg);
		background-repeat: no-repeat;
		background-position: right 24px center;
	}
	.mnav_child_2nd {
		margin: 0.5em 0 0.5em 1em;
	}
	.mnav_child_2nd {		
	}
	.mobile_navi > li {
		border-bottom: 1px solid rgba(0,0,0,0.10);
	}
	.mobile_navi > li > a {
		padding: 0.6em 32px;
	}
	/* ********** iPhone　セーフエリア  ********** */
	.open_trigger::after {
		content: url(images/icon/sitemap_open.svg);
		position: absolute;
		right: 64px;
	}
	.close::after {
		content: url(images/icon/sitemap_close.svg);
	}
	/* 開閉なし */
	.open_trigger_direct {		
		display: block;	
		position: relative;
		padding: 0.8em 1em;
	}
}
/* ********** iPhone　セーフエリア  ********** */
@media screen and (max-width: 480px)  {
	.open_trigger,
	.regular_lnkbtn {
		font-size: 1.063rem;
		display: block;	
		position: relative;
		padding: 0.8em 24px;
	}
	.mnav_child_1st > li > a {
		font-size: 1rem;
		padding: 0.5em 24px;
	}
	.open_trigger::after {
		content: url(images/icon/sitemap_open.svg);
		position: absolute;
		right: 24px;
	}
}
/* ************************************************** 

	Global Navi
		  
************************************************** */

/* ********** Global ********** */
.global_nav {
	width: 870px;
}
@media screen and (max-width: 880px) {
	.global_nav {
		width: auto;
	}
	#menu-global #menu-item-23 > a:first-child,
	#menu-global #menu-item-24 > a:first-child,
	#menu-global #menu-item-27 > a:first-child,
	#menu-global #menu-item-28 > a:first-child {
		pointer-events: none;
	}
}

#menu-global {
	display: grid;
	grid-template-columns: repeat(6, auto);
	align-items: center;
	gap: 40px;
}
#menu-global > li {
	position: relative;
}
#menu-global > li > a {
	display: block;
	font-size: 1.187rem;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	padding: 0.4em 0;
	position: relative;
}
#menu-global > li > a::before {
	background: #000000;
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 0.3s;
}
#menu-global > li > a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.global_nav .current-menu-item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 3px;
	background-color: #000000;
}
/* 子メニュー */
.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.sub-menu li:not(:last-child) {
	border-bottom: 1px solid #999;
}
.sub-menu li a {
	font-size: 0.93rem;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	background-color: #fff;
	padding: 0.6em 0.6em;
}
.sub-menu li a:hover {
	color: #000;
	/*background-color: #efefef;*/
	background-color: #fff;
}
@media screen and (max-width: 880px)   {
	.sub-menu {
		width: 100%;
		position: inherit;
		background-color: #f1f1f1;
	}
	.sub-menu li a {
		background-color: #f1f1f1;
	}
	.sub-menu li a:hover {
		background-color: #efefef;
	}
}

/* ********** サブメニュー　中段　********** */
.sub_nav {
	margin-right: 16px;
	margin-bottom: 24px;
}
#menu-subnavi {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#menu-subnavi li {
	padding-right: 22px;
	margin-right: 22px;
	border-right: 1px solid #cdcdcd;
}
#menu-subnavi li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
#menu-subnavi li a {
	font-size: 0.9375rem;
	text-decoration: none;
}
@media screen and (max-width: 880px)   {
	#menu-subnavi {
		display: flex;
		flex-direction: column;
	}
	#menu-subnavi li {
		width: 100%;
		padding-right: 0;
		border-right: none;
		margin: 4px auto;
		border-bottom: 1px solid rgba(0,0,0,0.10);
	}
	#menu-subnavi li:last-child {
		margin-right: auto;
	}
/* ********** iPhone　セーフエリア  ********** */
	#menu-subnavi li a {
		display: block;
		text-align: left;
		align-items: center;
		font-size: 0.938rem;
		padding: 0.4em 48px;
		border: none;
	}
}
/* ********** iPhone　セーフエリア  ********** */
@media screen and (max-width: 480px)  {
		#menu-subnavi li a {
		padding: 0.4em 24px !important;
	}
}

/* Toggle(Button) */
.navToggle {
	display: none;
	position: absolute;
	right: 24px;
	top: 30px;
	width: 30px;
	height: 16px;
	cursor: pointer;
	z-index: 100;
}
/* ////////////// iPhone セーフエリア対策　////////////// */
@media screen and (max-width: 880px) {
	.navToggle {
		right: 60px;
		top: 30px;
	}
}
@media screen and (max-width: 480px) {
	.navToggle {
		right: 24px;
	}
}

.navToggle div {
	position: relative;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 2px #555;
	transition: 0.3s ease-in-out;
}
.navToggle span:nth-child(1) {
	top: 0;
}
.navToggle span:nth-child(2) {
	top: 7px;
}
.navToggle span:nth-child(3) {
	top: 14px;
}

/*tmb対策*/
.header__overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
@media screen and (max-width: 880px)  {
.openNav .header__overlay {
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
}

.header_navi_wrapper {
	z-index: 10;
}

@media screen and (max-width: 880px)   {
	/* Toggle(Button) */
	.navToggle {
		display: block;
		width: 24px; /* ✕を小さく */
		z-index: 200;
	}
	/* Click Toggle(Button) */
	.openNav .navToggle span:nth-child(1) {
		top: 7px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.openNav .navToggle span:nth-child(2),
	.openNav .navToggle span:nth-child(3) {
		top: 7px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/*header menu*/
	#menu-global {
		display: block;
		margin-bottom: 0px;
		border-top: 1px solid #ccc;
	}
	.header_content {
		position: fixed;
		transition: all 0.5s;
		display: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch; /*慣性スクロールを追加*/
		width: 100%;
		height: calc(100vh - 60px);
		padding-bottom: 64px;
	}
	.openNav .header_content {
		display: block;
	}
	
	#menu-global .menu-item-has-children {
		position: relative;
	}
	#menu-global .menu-item-has-children::after {
			content: url(images/icon/sitemap_open.svg);
			position: absolute;
			right: 32px;
			top: 8px;
		}
	#menu-global .menu-item-has-children.child_open::after {
			content: url(images/icon/sitemap_close.svg);
		}
	
	#menu-global li {
	border-right: none;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	margin: 0;
	}
	#menu-global > li > a {
		font-family: "あおとゴシック DB";
		font-size: 1.063rem;
		letter-spacing: 0.125em;
		font-weight: normal;
		text-align: left;
		/*padding: 0.6em 32px; iPhone横対策*/
		margin: 0px;
	}
	#menu-global li a:hover {
		background-color: #f5f5f5;
		color: #1e50a2;
	}
	#menu-global .sub-menu a {
		font-size: 1rem;
		font-weight: normal;
		text-align: left;
		padding: 0.5em 32px;
		margin: 0px;
	}
	.global_nav .current-menu-item::after {
		background-color: inherit;
	}
}


/* ************************************************** 

	menu-other-container
		  
************************************************** */

.menu-other-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.today_status {
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	margin-right: 1em;
	margin-left: 16px;
}
/* English用 */
#english_header .today_status {
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	margin-right: 0;
	margin-left: 0;
}

.today_status_mobile {
	display: none;
	font-size: 0.875rem;
	align-items: center;
	margin-right: 1em;
	margin-left: 16px;
}
.other_r {
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.month_day_week {
	margin-right: 1em;
}
.open_close {
	margin-right: 1em;
}
/* フル表示時 */
.mb-bhi-closed .mb-bhi-oc-text {
	color: #fff;
	background-color: var(--base_color);
	padding: 0.2em 1em;
}
.mb-bhi-open .mb-bhi-oc-text {
	color: #000;
	padding: 0.1em 1em;
	border: 2px solid #000;
}
/* SNS */
.sns_menu {
	margin-right: 28px;
}
.sns_menu ul li {
	margin-right: 28px;
}
.x_icon {
}
.sns_menu ul {
	display: flex;
	align-items: center;
}
/* 多言語ボタン */
.language {	
	position: relative;
	padding-right: 12px;
}
.language a {	
	font-size: 0.875rem;
	text-decoration: none;
}

.language > a {
	padding-right: 20px;
	background-image: url(images/icon/lang_open_arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
/*.language::after {
    position: absolute;
    right: 16px;
	top: 50%;
    content: '';	
    width: 6px;
    height: 6px;	
	transform: translate(50%, -50%) rotate(45deg);
    border-bottom: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
    pointer-events: none;	
}*/

/* ENGLISHページ公開までは非表示 */
.language {
	/*visibility: hidden;*/
}
.lang_mobile {
	/*visibility: hidden;*/
} 

/* 多言語ボタン モバイル */
.lang_mobile {	
	display: none;
	position: relative;
	padding-right: 32px;
}
.lang_mobile a {	
	font-size: 0.875rem;
	text-decoration: none;
}
.lang_mobile > a {
	padding-right: 20px;
	background-image: url(images/icon/lang_open_arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
/*.lang_mobile::after {
    position: absolute;
    right: 16px;
	top: 50%;
    content: '';	
    width: 6px;
    height: 6px;	
	transform: translate(50%, -50%) rotate(45deg);
    border-bottom: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
    pointer-events: none;	
}*/

.lang_list {
	display: none;
	position: absolute;
	left: 0;
	top: 120%;
	background-color: #fff;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.lang_list li a {
	display: block;
	padding: 0.5em 1em;
}
.lang_list li a:hover {
	color: #fff;
	background-color: #1967d2;
}
/* 外部サイトアイコンは表示させない */
.lang_list li a.external {
	background-image: none;
}

/* レスポンシブ時 */
@media screen and (max-width: 880px)   {
	.menu-other-container {
		display: block;
	}
	.today_status {
		font-size: 0.75rem;
		margin-left: 2em;		
	}
	.today_status_mobile {
		display: flex;
		margin-bottom: 16px;
	}
	/* English 版 */
	#english_header .today_status_mobile {
		display: block;
		margin-top: 16px;
		margin-bottom: 0;
	}
	#english_header .today_status_mobile .status_upper {
		margin-bottom: 8px;
	}
	.openNav .today_status {
		display: none;
	}
	.openNav .today_status_mobile {
		display: none;
	}
	.today_status span {
		white-space: nowrap;
	}
	.month_day_week {
		margin-right: 0.5em;
	}
	.open_close {
		margin-right: 0.5em;
	}
	.mb-bhi-closed .mb-bhi-oc-text {
		color: #fff;
		background-color: var(--base_color);
		padding: 0.1em 0.4em;
	}
	.mb-bhi-open .mb-bhi-oc-text {
		color: #000;
		padding: 0.1em 0.4em;
		border: 1px solid #000;
	}
	.other_r {
		display: block;
	}
	.sns_menu {
		display: flex;
		justify-content: center;
		margin-bottom: 16px;
		margin-right: 0;
	}
	.sns_menu ul li:last-child {
		margin-right: 0;
	}
	.sub_nav {
		margin: 0 0 16px 0;
	}
	.language {
		display: none;
/*		position: absolute;
		left: 16px;
		top: 24px;*/
	}
/*	.language select {
		border: 1px solid #2b2b2b;
	}*/
	.openNav .lang_mobile {
		display: block;
		z-index: 201;
	}
	.lang_mobile {
		position: absolute;
		left: 34px;
		top: 24px;
	}
	.lang_mobile select {
		border: 1px solid #2b2b2b;
	}
	.lang_mobile .lang_list {
		background-color: #efefef;
}
}
/* iPhone横表示でのセーフティーエリア対策 */
@media screen and (max-width: 960px) {
	 .openNav .lang_mobile {
		left: 48px;
	}
}
@media screen and (max-width: 480px) {
	.openNav .lang_mobile {
		left: 24px;
		top:30px;
	}
}
/*TodayStatusLayout iPadのSplit View対応　*/
@media screen and (max-width: 360px) {
	.today_status_mobile {
		display: block;
	}
	.status_upper {
		margin-bottom: 6px;
	}
}


/* **************** Google翻訳バー表示対応 **************** */
@media screen and (max-width: 880px)   {
	#english_header .navToggle {
		top: 70px !important;
	}
	#english_header .header_content {
		top: 110px !important;
	}
	#english_header .lang_mobile {
		top: 64px !important;
	}
}

/* Search Form　*/
.search_form_box {
	position: relative;
	height: 28px;
	padding: 0;
	margin-right: 28px;
}
.search_form_box input[type="text"] {
	height: 32px;
	font-family: "あおとゴシック L";
	font-size: 0.9rem;
	display: inline-block;
	border: none;
	outline: none;
	color: #555;
	padding: 6px 16px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
	cursor: pointer;
}
.search_form_box input[type="text"]:focus:hover {
	border-bottom: 1px solid #bbb;
}
.search_form_box input[type="text"]:focus {
	width: 350px;
	z-index: 1;
	cursor: text;
	background-color: #fff;
	border-bottom: 1px solid #666;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}
.search_form_box input[type="submit"] {
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/icon/search_icon.svg);
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	background-color: inherit;
}
.search_form_box input[type="submit"]:hover {
	opacity: 0.4;
}
 /* placeholderフォント */
.search_form_box input::-webkit-input-placeholder {
	font-family: "あおとゴシック L";
}
.search_form_box input:-moz-placeholder {
	font-family: "あおとゴシック L";
}
.search_form_box input::-moz-placeholder { 
    
	font-family: "あおとゴシック L";
}
.search_form_box input:-ms-input-placeholder {
	font-family: "あおとゴシック L";
}

@media screen and (max-width: 880px)   {
	.search_form_box {
		width: 290px;
		margin: 0 auto 24px auto;
	}
	.search_form_box input[type="text"] {
		font-size: 1rem;
		width: 100%;
		border: 1px solid #bbb;
		background-color: #fff;
	}
	.search_form_box input[type="text"]:focus {
		width: 100%;
		z-index: 1;
		cursor: text;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	}
}

/* ************************************************** 

	BREADCRUMB
		  
************************************************** */
.breadcrumbs {
	font-size: 85%;
	line-height: 1.5em;
	padding: 15px 0px 0px 0px;
}

/* ************************************************** 

		Typography
		  
************************************************** */

/* 左右に直線付きデザイン
.gb_style h2 {
	font-size: 2rem;
	margin-top: 2em;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
}
.gb_style h2::before,
.gb_style h2::after {
  background-color: #6d6d6d;
  content: "";
  flex-grow: 1;
  height: 2px;
}
.gb_style h2::before {
  margin-right: 1em;
}
.gb_style h2::after {
  margin-left: 1em;
}
*/

/* 左に赤マーカー付き
.gb_style h3 {
    font-size: 1.6rem;
    padding: 0.3em 1em 0.3em 2em;
    margin-top: 2em;
    margin-bottom: 2em;
	position: relative;
}
.gb_style h3::before {
	display: block;
	content: "";
	width: 1em;
	height: 5px;
	background-color: var(--base_color);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
*/
/*
.gb_style h2 {
	position: relative;
	font-size: 2rem;
	text-align: center;
	padding-bottom: 0.2em;
	margin-top: 2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #d9dbdd;
}
.gb_style h2::after {
	content: "";
	background-color: var(--base_color);
	width: 50%;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;	
}
*/

:root {
	--gb_lr_margin: 28px;
}

/* グループ化し背景色を付けるテスト */
.haikei {
	background-color: #f5f5f5;
	padding: 2em 0;
}

.gb_style h1 {
	font-size: 2.75rem;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2.5em;
	position: relative;
}
.gb_style h1::after {
	content: "";
	background-color: #000;
	width: 1px;
	height: 48px;
	position: absolute;
	top: 120%;
	left: 50%;
}
.gb_style h2 {
	position: relative;
	font-size: 1.875rem;
	text-align: center;
	max-inline-size: max-content;
	padding-bottom: 0.6em;
	margin: 2.2em auto;
}
.gb_style h2::after {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #dddddd;
}
/* 領域侵入時のスタイル */
@keyframes box-animation {
	0% {
		width: 0%;
		height: 2px;
	}
	100% {
		width: 100%;
		height: 2px;
	}
}
.gb_style .target_area::after {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	background-color: var(--base_color);
	animation-name: box-animation;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-timing-function: easeOutSine;
}

.gb_style h3 {
	font-size: 1.437rem;
	line-height: 1.4em;
	padding: 0 23px 0.05em 23px;
	margin-top: 3em;
	margin-bottom: 0.8em;
	border-left: 5px solid var(--base_color);
	position: relative;
}
.gb_style h4 {
	color: #000;
	font-size: 1.375rem;
	padding: 0.4em var(--gb_lr_margin);
	margin: 1em 0px 1.5rem 0px;
	border-bottom: 1px solid #ccc;
}
.gb_style h5 {
	color: var(--base_color);
	font-size: 1.25rem;
	font-weight: bold;
	margin: 1em 1em 1em var(--gb_lr_margin);
}
.gb_style h6 {
	font-size: 1.06rem;
	font-weight: bold;
	margin: 0px 1em 1em var(--gb_lr_margin);
}
.gb_style ul {
	list-style: disc;
	line-height: 2em;
	padding-left: var(--gb_lr_margin);
	margin: 0 var(--gb_lr_margin) 2em var(--gb_lr_margin);
}
.gb_style ul ul {
	padding-left: 0;
	list-style: circle;
}
.gb_style ul ul ul {
	padding-left: 0;
	list-style: disc;
}
.gb_style ul ol {
	padding-left: 0;
}
/*
.gb_style ul[class] {
	padding: 0px;
}
*/
.gb_style ol {
	line-height: 2em;
	padding-left: var(--gb_lr_margin);
	margin: 0 var(--gb_lr_margin) 2em var(--gb_lr_margin);
}
.gb_style ol ol {
	padding-left: 0;
}
.gb_style ol ul {
	padding-left: 0;
}
/*
.gb_style ol[class] {
	padding: 0px;
}
*/
.gb_style figcaption {
}
.gb_style p {
	font-size: 1rem;
	line-height: 1.8em;
	margin: 0 var(--gb_lr_margin) 1.5em var(--gb_lr_margin);
}
.gb_style strong {
	font-family: "あおとゴシック B";
	font-weight: bold;
}
.gb_style img {
	display: inline;
}
.gb_style hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

@media screen and (max-width: 880px)  {
	.gb_style h1 {
		font-size: 1.5rem;
		margin: 1em 0 4em 0;
	}
	.gb_style h2 {
		font-size: 1.4rem;
		margin-top: 0px;
		margin-bottom: 2em;
	}
	.gb_style h3 {
		font-size: 1.3rem;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	.gb_style p {
		font-family: "あおとゴシック R"
	}
}

/* ********** table ********** */

.gb_style table {
	font-size: 1rem;
	margin-bottom: 1em;
}
.gb_style table td,
.gb_style table th {
	border: 1px solid #dedede;
	line-height: 1.5em;
	vertical-align: middle;
	padding: 1em !important;
}
.gb_style table th {
	background-color: #f5f5f5;
	font-weight: normal;
}
/* tableは1120pxでPC版のまま横スクロール */
@media screen and (max-width: 880px) {
	.scroll_table {
		width: auto;
		margin: 0 auto;
		overflow-x: scroll;
	}
	.scroll_table table {
		min-width: 768px
	}
}

/* ************************************************** 

		WORDPRESS Block Editor
		  
************************************************** */
.wp-block-gallery ul {
	margin-bottom: 0px !important;
}

.wp-block-flexible-table-block-table {
	margin: 0 28px 2em 28px !important;
}
.wp-block-table thead {
	border-bottom-width: 1px !important;
}
.wp-block-table th {
	text-align: center !important;
	background-color: #e0e0e0 !important;
}
.wp-block-table td {
	background-color: #fff !important;
}

/*.wp-block-columns {
	margin: 0 3em 2em 3em;
}*/
.wp-block-file {
	margin: 0 var(--gb_lr_margin) 2em var(--gb_lr_margin);
}
.wp-block-gallery {
	margin-bottom: 1.5em;
}
.wp-block-image {
	transform: scale(0.98);
	margin: 0 var(--gb_lr_margin) 2em var(--gb_lr_margin);
}
.wp-block-gallery .wp-element-caption {
	color: #2b2b2b !important;
	font-size: 0.97rem !important;
	will-change: inherit !important;
	text-shadow: none !important;
	bottom: -3.5em !important;
	background-image: none !important;
	padding: 0 !important;
	margin-bottom: 4em;
	position: relative;
}
.wp-block-gallery .wp-block-image {
	margin-bottom: 3.5em !important;
}

.wp-block-image img {
	padding-bottom: 0 !important;
}
.vk_button_link {
	margin: 0 var(--gb_lr_margin) 1.5em var(--gb_lr_margin);
}
.wp-block-file:not(.wp-element-button) {
	font-size: 1rem !important;
}

.wp-block-image figcaption {
	text-align: left!important;
}
.wp-block-vk-blocks-button a {
	background-image: none;
}

/* レスポンシブでギャラリーのカラムを無効化 */
@media screen and (max-width: 880px)  {
	.is-layout-flex {
		display: block !important;
		}
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: inherit !important;
		transform: scale(0.98) !important;
		margin-bottom: 2em !important;
		margin: 0 var(--gb_lr_margin) 2em var(--gb_lr_margin) !important;
	}
	.wp-block-image {
		margin-bottom: 1em;
	}
	.wp-block-vk-blocks-slider {	
		margin: 0 var(--gb_lr_margin) 2em var(--gb_lr_margin)!important;
	}
}

/* ************************************************** 

		Front Page
		  
************************************************** */

/* Slider */
.top_slider {
	margin-bottom: 64px;
	padding-top: 216px;
}
.metaslider .flex-control-nav {
	bottom: -24px !important;
}
@media screen and (max-width: 880px)  {
	.top_slider {
		padding-top: 0 !important;
		margin-bottom: 32px;
	}
	.flex-control-paging li a {
		width: 8px !important;
		height: 8px !important;
		}
	
}

/* ニュースティッカー */
.ticker {
	margin: 0 auto;
	padding: 0.3em;
	width: 75%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.ticker ul {
	width: 70%;
}
.ticker ul li {
	width: 100%;
	display: none;
}
.ticker ul li a {
	color: #2b2b2b;
	font-size: 0.875rem;
}
.no_news {
	color: #2b2b2b;
	font-size: 0.875rem;
}

/* トップニュース */
.top_news {
	display: flex;
	justify-content: space-between;
	padding: 0 30px 0 40px;
}
.news_ticker {
	display: flex;
}
.top_news_title {
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-right: 2em;
	border-right: 1px solid #2b2b2b;
}
.top_news_content {
	letter-spacing: 0.1em;
}
.view_list_link a {
	font-size: 0.875rem;
	text-decoration: none;
	white-space: nowrap;
	max-inline-size: max-content;
	padding-right: 3em;
	padding-bottom: 0.2em;
	position: relative;
}
.view_list_link a::after {
	position: absolute;
	left: -8px;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 16px;
	border-bottom: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	transform: skew(45deg);
}
.view_link_wrap {
	text-align: center;
}
.privacy_btn {
	font-size: 0.875rem;
}
@media screen and (max-width: 880px)  {
	.top_news {
		flex-direction: column;
		padding: 0;
	}
	.top_news_title {
		font-weight: bold;
		letter-spacing: 0.05em;
		padding-right: 0;
		border-right: none;
	}
	.ticker {
		width: 100%;
		margin-bottom: 10px;
	}
	.view_list_link {
		font-size: 0.8rem;
		text-align: right;
	}
}




/* Front Page タイトル */
.front_title {
	position: relative;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 104px;
}
.front_title::after {
	content: "";
	display: block;
	width: 1px;
	height: 48px;
	background-color: #2b2b2b;
	position: absolute;
	top: 128px;
	left: 50%;
}
.front_title span {
	line-height: 1;
	display: block;
}
.en_title {
	max-inline-size: max-content;
	margin: 0 auto;
}
.ja_title {
	font-size: 1.35rem;
	letter-spacing: 0.12em;
	margin-top: 0.8em;	
}
@media screen and (max-width: 880px)  {
	.front_title {
		margin-top: 48px;
		margin-bottom: 104px;
	}
	.front_title::after {
		top: 96px;
		height: 48px;
	}
	.en_title img {
		height: 40px;
		width: auto;
		object-fit: contain;
	}
	.ja_title {
		font-size: 1.125rem;
	}
}

/* ********** 展示会エリア ********** */
.exhibition_wrapper {
	display: grid;
	grid-template-columns: 1fr 252px;
	gap: 64px;
}
.calendar_area {
	max-width: 252px;
}
@media screen and (max-width: 880px)  {
	.exhibition_wrapper {
		display: block;
	}
	.exhibition_area {
		margin-bottom: 48px;
	}
	.calendar_area {
		margin: 0 auto;
	}
}

/* *************************************

　　　過去の企画展一覧 past-exhibition

************************************** */
.exhibition_page_list_inner {
	margin-bottom: 56px;
}
.old_event_item_heading {
	display: grid;
	grid-template-columns: 2.5fr 1.5fr 1fr;
	padding: 1em;
	background-color: #f5f5f5;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.item_heading01,
.item_heading02,
.item_heading03 {
	font-size: 0.875rem;
	text-align: center;
}

.old_event_item {
	display: grid;
	grid-template-columns: 2.5fr 1.5fr 1fr;
	border-bottom: 1px solid #cdcdcd;
}
.kcat_icon {
	font-size: 0.75rem;
	width: fit-content;
	padding: 0.2em 0.8em;
	color: #fff;
	background-color: #555;
	margin-bottom: 1em;
}
.old_event_title_area {
	padding: 1em;
}
.old_event_title {
	font-family: "あおとゴシック DB";
	line-height: 1.2em;
}
.old_event_title a {
	font-size: 1.125rem;
	text-decoration: none;
}
.old_event_title a:hover {
	text-decoration: underline;
}
.old_event_date_area {
	background-color: #f5f5f5;
	padding: 1em;
	display: grid;
	place-content: center;
}
.old_event_date_area p {
	font-size: 0.875rem;
}
.old_event_room_area {
	padding: 1em;
	display: grid;
	place-content: center;
}
.old_event_room_area p {	
	font-size: 0.875rem;
}
@media screen and (max-width: 880px)  {
	.old_event_item {
		display: block;
	}
	.old_event_item_heading {	
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.5em 1rem;
	}
	.old_event_item_heading .item_heading01::after,
	.old_event_item_heading	.item_heading02::after {
		content: "/";
		font-size: 0.875rem;
		margin: 0 1em;
	}
	.old_event_date_area,
	.old_event_room_area {
		display: block;
		padding: 0.5em 1rem;
	}
	.old_event_title_area {
		padding: 1rem;/* rem表記 */
	}
}

/* ************* コレクション展一覧 ************* */
.future_cat_titel {
    font-size: 1.5rem;
    padding: 0 23px 0.05em 23px;
	margin-top: 2em;
    margin-bottom: 1em;
    border-left: 5px solid var(--base_color);
}
.room_heading {
	font-size: 1.375rem;
	color: #2b2b2b;
	background-color: #efefef;
	letter-spacing: 0.125em;
	padding: 0.2em 2em;
	margin-bottom: 1em;
	border-radius: 4px;
}

/* *************************************

　　　過去の県民ギャラリー一覧 past-gallery

************************************** */
.gallery_item_heading {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	padding: 1em;
	background-color: #f5f5f5;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.item_heading01,
.item_heading02,
.item_heading03,
.item_heading04 {
	font-size: 0.875rem;
	text-align: center;
}
.gallery_item {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	border-bottom: 1px solid #cdcdcd;
}
.gallery_title_area {
	padding: 1em;
}
.gallery_title {
	font-family: "あおとゴシック DB";
	line-height: 1.2em;
}
.gallery_title a {
	font-size: 1.125rem;
	text-decoration: none;
}
.gallery_title a:hover {
	text-decoration: underline;
}
.gallery_date_area {
	background-color: #f5f5f5;
	padding: 1em;
	display: grid;
	align-items: center;
}
.gallery_date_area p {
	font-size: 0.875rem;
}
.gallery_host_area {
	padding: 1em;
	display: grid;
	align-items: center;
}
.gallery_host_area p {	
	font-size: 0.875rem;
}
.gallery_room_area {
	padding: 1em;
	display: grid;
	align-items: center;
}
.gallery_room_area p {	
	font-size: 0.875rem;
}
@media screen and (max-width: 880px)  {
	.gallery_item_heading,
	.gallery_item {
		display: block;
	}
	.gallery_item_heading {
		display: flex;
		justify-content: center;
	}
	.gallery_item_heading .item_heading01::after,
	.gallery_item_heading .item_heading02::after,
	.gallery_item_heading .item_heading03::after {
		content: "/";
		font-size: 0.875rem;
		margin: 0 1em;
	}
	.gallery_date_area,
	.gallery_host_area,
	.gallery_room_area {
		padding: 0.5em 1rem;
	}
	.gallery_title_area {
		padding: 1rem;/* rem表記 */
	}
}

/* 企画展投稿 */
.kikakuten_post {
	margin-bottom: 40px;
}
.kikakuten_post a {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 64px;
	text-decoration: none;
}
.kikakuten_thumb {
}
.kkt_thumb {	
	width: 280px;
	height: 192px;
	background-color: #f7f7f7;
	border: 1px solid #b3b3b3;
}
.kikakuten_thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.kkt_caption {
	font-size: 0.75rem;
	margin-top: 0.3em;
}
.kikakuten_content {	
	padding-right: 1em;
}
.overview_limit {
	font-size: 0.875rem;
	line-height: 1.7em;
	margin-top: 0.5em;
}
.kikakuten_content h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 16px;
}
.exb_room_name {
	font-size: 0.875rem;
}
.kkt_icon {
	font-size: 0.875rem;
	width: fit-content;
	padding: 0.2em 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: var(--base_color);
	margin-bottom: 16px;
}
.kkt_icon_detail {
	font-size: 0.875rem;
	width: fit-content;
	padding: 0.2em 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: var(--base_color);
	margin-bottom: 32px;	
}
.kkt_date {
	font-size: 1rem;
}
.kkt_time {
	font-size: 1rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 880px)  {
	.kikakuten_post a {
		display: block;
	}
	.kikakuten_thumb {
		width: 100%;
		height: auto;
		/*aspect-ratio: 1.45 / 1;*/
		margin: 0 auto 16px auto;
	}
	.kikakuten_content h3 {
		font-size: 1.2rem;
		font-family: "あおとゴシック DB";
	}
	.kkt_icon {
		margin-bottom: 16px;
	}
	.kikakuten_content {
		margin-bottom: 40px;
	}
	.kikakuten_content h3 {
		margin-bottom: 16px;
	}
	.kkt_date {
		font-size: 0.875rem;
		margin-bottom: 0;
	}
	.kkt_time {
		font-size: 0.875rem;
	}
}

/* ********** コレクション展　タイトル　********** */
.front_title_hdg3 {
	font-size: 1.5rem;
	margin-top: 2.5em;
	margin-bottom: 0.7em;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}
.front_title_hdg3::before,
.front_title_hdg3::after {
	background-color: #4c4c4c;
	content: "";
	flex-grow: 1;
	height: 1px;
}
.front_title_hdg3::before {
	margin-right: 1em;
}
.front_title_hdg3::after {
	margin-left: 1em;
}
@media screen and (max-width: 880px)  {
	.front_title_hdg3 {
		font-size: 1.2rem;
	}
	.front_title_hdg3::before {
		margin-right: 0.5em;
	}
	.front_title_hdg3::after {
		margin-left: 0.5em;
	}
}

/* ********** コレクション展　一覧　********** */
.event_list_wrapper ul li a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	padding: 15px 0 12px 0;
}
.event_list_wrapper ul li a:hover {
	background-color: #f7f7f7;
}
.collection_place {
	width: 23%;
}
.collection_place span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.875rem;
	width: 143px;
	height: 24px;
	margin: 0 auto;
	color: #fff;
	border-radius: 100vh;
	background-color: #0065b2;

	padding-top: 0.2em; /* 仮センター合わせ */
}
.event_list_content {
	width: 72%;
}
.el_title {
	font-family: "あおとゴシック DB";
	font-size: 1.125rem;
	line-height: 1.4em;
	margin-bottom: 0.3em;
}
.el_date {
	font-size: 0.937rem;
}
@media screen and (max-width: 880px)  {
	.event_list_wrapper ul li a {
		display: block;
	}
	.collection_place {
		margin-bottom: 16px;
	}
	.event_list_content {
		width: 100%;
	}
}

/* ********** イベント・ワークショップ ********** */
.event_room {
	width: 23%;
}
.event_room span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.875rem;
	width: 143px;
	height: 24px;
	margin: 0 auto;
	color: #1b1b1b;
	border-radius: 100vh;
	background-color: #fef036;

	padding-top: 0.2em; /* 仮センター合わせ */
}
@media screen and (max-width: 880px)  {
	.event_room {
		margin-bottom: 16px;
	}
}

/* ********** 農民ギャラリー ********** */
.gallery_place {
	width: 23%;
}
.gallery_place span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.875rem;
	width: 143px;
	height: 24px;
	margin: 0 auto;
	color: #2a4d49;
	border-radius: 100vh;
	background-color: #c8f1e9;

	padding-top: 0.2em; /* 仮センター合わせ */
}
@media screen and (max-width: 880px)  {
	.gallery_place {
		margin-bottom: 16px;
	}
}

/*　********** もっと見る・閉じる部分 **********　*/
.event_open_btn,
.gallery_open_btn {
	display: flex;
	align-items: center;
	font-size: 0.937rem;
	text-decoration: none;
	width: 142px;
	height: 32px;
	margin: 0 auto;
	/*border: 1px solid #999999;*/
	border-radius: 100vh;
	transition: all 0.5s;
	position: relative;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.open_mark {
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color: var(--base_color);
	position: absolute;
	right: 10px;
	margin-left: 10px;
	transition: all 0.3s;
}
.open_mark::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--base_color);
	transform: rotate(90deg);
}
.close .open_mark {
	transform: rotate(45deg);
}
.moji {
	margin-left: 2em;
}
.close .moji {
	font-size: 0;
}
.close .moji::after {
	content: "閉じる";
	font-size: 0.937rem;
	margin-left: 3em;
}
.event_list_detail,
.gallery_list_detail {
	display: none;
	margin-top: 32px;
}

/* ********** calender_area ********** */
@media screen and (max-width: 880px)  {
	.calender_area {
		margin: 64px 16px 0 16px;
	}
}

/* ********** News ********** */
.news_list {
}
.news_list ul {
	margin-bottom: 24px;
	border-top: 1px solid #cccccc;
}
.news_list ul li {
	border-bottom: 1px solid #cccccc;
}
.news_list ul li a {
	display: grid;
	grid-template-columns: 8em auto 1fr;
	align-items: center;
	gap: 32px;
	text-decoration: none;
	padding: 24px;
}
.news_list ul li a:hover {
	background-color: #f7f7f7;
}
.news_list ul li a:hover .news_post_title {
	color: var(--hover_color);
}
.news_date {
	white-space: nowrap;
}
.news_cat_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.625rem;
	width: 7em;
	height: 24px;
	background-color: #d9dbdd;
}
@media screen and (max-width: 880px)  {
	.news_list ul li a {
		display: grid;
		grid-template-columns: 10em repeat(2, 1fr);
		grid-template-rows: repeat(2, auto);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding: 1em;
	}
	.news_date {
		grid-area: 1 / 1 / 2 / 2;
	}
	.news_cat_icon {
		grid-area: 1 / 2 / 2 / 3;
	}
	.news_post_title {
		grid-area: 2 / 1 / 3 / 4;
		margin-top: 8px;
	}	
	.news_cat_icon {
		white-space: nowrap;
		width: fit-content;
		height: 20px;
		padding: 0 1em;
	}
}

/* Museum Shop & Cafe */
.shop_cafe_wrapper {
	display: flex;
	justify-content: space-between;
	width: 810px;
	margin: 80px auto 80px auto;
}
@media screen and (max-width: 880px)  {
	.shop_cafe_wrapper {
		flex-direction: column;
		width: auto;
	}
}

.shop_cafe_title {
	height: 56px;
}
.mshop_title {
	max-inline-size: max-content;
	margin-inline: auto;
}
.cafe_title {
	max-inline-size: max-content;
	margin-inline: auto;
	padding-top: 10px;
}
/* ********** iPhone　セーフエリア  ********** */
.shop_cafe {
	width: 350px;
}
.shop_cafe_image {
	aspect-ratio: 1.5 / 1;
	margin-bottom: 16px;
}
.shop_cafe_image a {
	display: block;
	overflow: hidden;
}
.shop_cafe_image a:hover img {
	transform: scale(1.1);
}
.shop_cafe_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.7s;
}
.shop_cafe_info {
	display: flex;
	justify-content: space-between;
}
.shop_cafe_open {
	font-size: 0.875rem;
}
.shop_cafe_sns {
	display: flex;
	justify-content: flex-end;
}
.shop_cafe_sns a:not(:last-child) {
	margin-right: 32px;
}
/* ********** iPhone　セーフエリア  ********** */
@media screen and (max-width: 880px)  {
	.shop_cafe {
		width: 70%;
		margin: 0 auto 64px auto;
	}
}
@media screen and (max-width: 480px)  {
	.shop_cafe {
		width: 100%;
	}
}

/* ********** Banner ********** */
.banner_wrapper {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 880px)  {
	.banner_wrapper {
		flex-direction: column;
	}
}
.banner_category {
	flex-grow: 1;
}
.banner_category_name {
	color: #2b2b2b;
	font-size: 0.875rem;
	text-align: center;
}
.banner_category ul {
	display: flex;
	border-left: 1px solid #666;
	padding: 14px 0;
}
.banner_category:last-child ul {
	border-right: 1px solid #666;
}
.banner_category ul li {
	padding-left: 24px;
}
.banner_category ul li:last-child {
	padding-right: 24px;
}
.banner_category ul li a {
	display: block;
	width: 200px;
	height: 56px;
}
.banner_category ul li a img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 880px)  {
	.banner_category ul {
		flex-direction: column;
		align-items: center;
		border-left: none;
	}
	.banner_category:last-child ul {
		border-right: none;
	}
	.banner_category ul li {
		padding: 0 !important;
		margin: 0 auto 24px auto;
	}
}

/* ********** 下部リンクメニュー ********** */
.bottom_navi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 64px 24px;
}
.link_navi a:first-child {
	margin-right: 4em;
}
.arrow_linkbtn {
	font-size: 0.875rem;
	text-decoration: none;
	white-space: nowrap;
	max-inline-size: max-content;
	padding-right: 3em;
	padding-bottom: 0.2em;
	position: relative;
}
.arrow_linkbtn::after {
	position: absolute;
	left: -8px;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 16px;
	border-bottom: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	transform: skew(45deg);
}
/*.arrow_linkbtn::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #2b2b2b;
}*/
/*.arrow_linkbtn::after {	
	position: absolute;
	right: 14px;
	bottom: -13px;
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #2b2b2b;
	transform: rotate(45deg);
	transform-origin: bottom right 20px;
}*/
@media screen and (max-width: 880px)  {
	.bottom_navi {
		flex-direction: column;
		align-items: flex-start;
		margin: 32px auto 24px auto;
	}
	.link_navi {
		margin-bottom: 32px;
	}
}

/* ************************************************** 

		検索結果ページャー
		  
************************************************** */
.search_pager {
	display: flex;
	margin-bottom: 40px;
}
.search_pager li a {
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	margin: 0px 4px;
	border: 1px solid #1e1e1e;
}
.search_pager li span {
	display: block;
	color: #fff;
	padding: 2px 10px;
	margin: 0px 4px;
	border: 1px solid #1e1e1e;
	background-color: #1e1e1e;
}
@media screen and (max-width: 880px) {
	.search_pager {
		flex-wrap: wrap;
	}
	.search_pager li {
		margin-bottom: 8px;
	}
}

/* 検索結果ページャー */
.page-numbers {
    display: flex;
	justify-content: center;
}
.page-numbers li a { 
    display: block;
    text-decoration: none;
    padding: 2px 10px;
    margin: 0px 4px;
    border:1px solid #333;
}
.page-numbers li span {    
    display: block;
    color: #333;
    padding: 2px 10px;
    margin: 0px 4px;
}
.page-numbers li .current {    
    display: block;
    color: #fff;
    padding: 2px 10px;
    margin: 0px 4px;
    border: 1px solid #333;
    background-color: #333;
}
@media screen and (max-width: 880px)  {
	.page-numbers {
		flex-wrap: wrap;
	}
	.page-numbers li {
		margin-bottom: 8px;
	}    
}


/* *************** 子の記事を一覧表示 **************** */
.child_category_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 22px;
	list-style: none !important;
	padding-left: 0 !important;
}
.child_category_list li a {
	display: grid;
	place-content: center;
	font-size: 1rem;
	text-decoration: none;
	padding: 1em 0.5em;
	border: 1px solid #999;
	border-radius: 10px;
	height: 100%;
}
.child_category_list li a:hover {
	color: #000;
	background-color: #f9f9f9;
}
@media screen and (max-width: 880px)  {
	.child_category_list {
		grid-template-columns: repeat(2, 1fr);
	}
}


/* ************************************************** 

		展覧会ページ
		  
************************************************** */
/*　展覧会種類ボタン　*/
.division_btn_wrapper {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 88px;
}
/*　イベント種類ボタン　*/
.division_btn_wrapper {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 58px;
}
/* 展覧会ーイベント共通　*/
.div_btn_item {
	width: 30%;
}
.div_btn_item a {
	font-size: 1.25rem;
	text-decoration: none;
	display: grid;
	place-content: center;
	background-color: #fff;
	aspect-ratio: 6 / 1;
	border: 1px solid #727171;
	border-radius: 10px;
}
.div_btn_item .db_active {
	color: #000;
	background-color: #dcdddd;
}
.div_btn_item a:hover,
.div_btn_item .db_active:hover {
	color: #000;
	background-color: #f2f2f2;
}
@media screen and (max-width: 880px)  {
	.division_btn_wrapper {
		display: block;
	}
	.div_btn_item{
		width: 80%;
		margin: 0 auto 24px auto;
	}
}

.exhibition_page_list_tab {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
	padding-left: 32px;
	padding-right: 32px;
	margin-bottom: 40px;
	border-bottom: 1px solid #999;
}
.exhibition_page_list_tab li a {
	display: block;
	height: 100%;
	font-size: 1.125rem;
	text-align: center;
	text-decoration: none;
	padding: 0.7em 1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.exb_tab_active a {
	background-color: #efefef;
}
@media screen and (max-width: 880px)  {
	.exhibition_page_list_tab {
		gap: 5px;
		padding-left: 0;
		padding-right: 0;
	}
	.exhibition_page_list_tab li a {
		font-size: 0.875rem;
		padding: 0.7em 0.2em;
	}
}

/* ************************************************** 

		展覧会　詳細ページ
		  
************************************************** */
.exh_image {
	width: 50%;
	margin: 0 auto 64px auto;
}
.exh_image img {
	width: 100%;
	max-height: 400px;
	object-fit: contain;
}
/* 画像のキャプション Copyright */
.exh_img_caption {
	font-size: 0.75rem;
	text-align: center;
	margin-top: 0.5em;
}
.eve_img_caption {
	font-size: 0.75rem;
	text-align: center;
	margin-top: 0.2em;
}
.exh_detail_list  {
	
}
.exh_detail_list div {
	display: grid;
	grid-template-columns: 8em 1fr;
	gap: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #dedede;
}
.exh_detail_list div dt {
	padding-left: 1em;
}
.exh_overview {
	line-height: 2em;
}
@media screen and (max-width: 880px)  {
	.exh_image {
		width: 80%;
		margin: 0 auto 32px auto;
	}
	.exh_image img {
		width: 100%;
		max-height: 250px;
		object-fit: contain;
	}
	.exh_detail_list div {
		display: block;
	}
	.exh_detail_list div dt {
		font-family: "あおとゴシック B" !important;
		padding-left: 0;
		margin-bottom: 1em;
	}
}

/* ************************************************** 

		イベント情報　一覧ページ　現在・過去・未来
		  
************************************************** */
/*
.event_post_list {
	width: 90%;
	margin: 0 auto 64px auto;
}
.event_post_list li {
	border-bottom: 1px solid #dedede;
}
.event_post_list li a {
	text-decoration: none;
	display: block;
	padding: 1em;
}
.event_post_list li:hover {
	text-decoration: underline;
}
.eve_name {
	font-size: 1.125rem;
}
.eve_date {
	font-size: 0.875rem;
	
}
*/

.event_past_link {
	text-align: right;
	margin-bottom: 24px;
}
/* ********** イベントカテゴリーターム一覧　*********** */
.evnt_term_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
.evnt_term_list li {
	margin: 0 8px;
}
.evnt_term_list li a {
	display: block;
	font-size: 1rem;
	text-decoration: none;
	padding: 0.4em 1em;
	border: 1px solid #cdcdcd;
	border-radius: 100vh;
}
.evnt_term_list li a:hover {
	color: #fff;
	background-color: #333;
}
@media screen and (max-width: 880px)  {
	.evnt_term_list {
		justify-content: flex-start;
	}
	.evnt_term_list li {
		margin: 0 8px 8px 0;
	}
}

/* イベントカテゴリセレクトボックス */
.eve_cat_select {
	padding: 0.5em;
	margin-bottom: 32px;
}


/* ********** 20240117　イベント一覧表示　********** */
.event_item {
	display: grid;
	grid-template-columns: 150px 1fr 200px;
	gap: 24px;
	padding: 8px;
	border: 1px solid #cdcdcd;
	margin-bottom: 24px;
}
.event_thumb {
}
.event_thumb_wrap {	
	width: 150px;
	height: 150px;
	background-color: #f1f1f1;
}
.event_thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.eve_thumb_caption {
	font-size: 0.75rem;
	margin-top: 0.5em;
}
.event_noimage {
	font-size: 0.875rem;
	color: #999;
	display: grid;
	place-content: center;
	background-color: #f5f5f5;
	height: 100%;
}
.event_name {
	font-size: 1.188rem;
	font-family: "あおとゴシック DB";
	margin-bottom: 1em;
}
.event_room_wrap {	
	display: grid;
	place-content: center;
	padding: 1em;
}
.event_icon {
	margin-bottom: 0.5em;
}
.event_icon a {
	color: #fff;
	font-size:0.75rem;
	text-decoration: none;
	padding: 0.2em 0.8em;
	background-color: #333;
}
.event_room_wrap {
	border-left: 1px solid #dedede;
}

@media screen and (max-width: 880px)  {
	.event_item {
		display: block;
	}
	.event_thumb_wrap {
		margin: 0 auto 16px auto;
	}
	.event_room_wrap {	
		display: block;
		padding: 0;
	}
	.event_room_wrap {
		border-left: none;
	}
}


/* ************************************************** 

		イベント情報　詳細ページ
		  
************************************************** */
.eve_detail_cat_icon {
	margin-bottom: 40px;
}
.eve_detail_cat_icon a {
	color: #fff;
	font-size:0.875rem;
	text-decoration: none;
	padding: 0.3em 0.8em;
	background-color: #333;
}
.event_main_image {
	width: 500px;
	display: grid;
	place-content: center;
	margin: 0 auto 64px auto;
}
.event_main_image img {
	max-width: 100%;
	max-height: 500px;
	width: auto;
	height: auto;
	object-fit: contain;
}
/*.event_main_image {
	display: grid;
	place-content: center;
	max-width: 500px;
	max-height: 500px;
	margin: 0 auto 64px auto;
}
.event_main_image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}*/
.event_detail_list  {
	padding-top: 1em;
	margin-bottom: 40px;
	border-top: 1px solid #dedede;
}
.event_detail_list div {
	display: grid;
	grid-template-columns: 14em 1fr;
	gap: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #dedede;
}
.event_detail_list div dt {
	padding-left: 1em;
}
.exh_overview {
	line-height: 2em;
}
@media screen and (max-width: 880px)  {
	.event_detail_list div {
		display: block;
	}
	.event_detail_list div dt {
		font-family: "あおとゴシック B" !important;
		padding-left: 0;
	}
	.event_main_image {
		width: 100%;
	}
}
/* ************************************************** 

		県民ギャラリー
		  
************************************************** */
/* ページ遷移ページ */
.transition_btn {
	margin-bottom: 2em;
	text-align: right;
}
/* 年度セレクトボックス */
.select_nendo_wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}
.select_nendo {
	font-size: 1.06rem;
	padding: 0.25em 0.5em;
	margin-right: 1em;
}
.select_nendo_text {
	font-size: 0.938rem;
}


/* ************************************************** 

		県民ギャラリー　詳細ページ
		  
************************************************** */
.gallery_detail_list  {
	
}
.gallery_detail_list div {
	display: grid;
	grid-template-columns: 8em 1fr;
	gap: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #dedede;
}
.gallery_detail_list div dt {
	padding-left: 1em;
}
.gallery_detail_list {
	line-height: 2em;
}
@media screen and (max-width: 880px)  {
	.gallery_detail_list div {
		display: block;
	}
	.gallery_detail_list div dt {
		padding-left: 0;
	}
}

/* ************************************************** 

		過去の展覧会、イベント
		  
************************************************** */
.past_list div {
	display: grid;
	grid-template-columns: 15% 1fr;
	gap: 2em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #dedede;
}
.past_list div dt {
	background-color: #f2f2f2;
}

/* 画像 */
.eve_img_url,
.exb_img_url {
	max-width: 500px;
	/* max-height: 400px; */
	margin: 0 auto 64px auto;
}
.eve_img_url img,
.exb_img_url img {
	/* max-width: 100%; */
	/* max-height: 100%; */
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* ************************************************** 

		メルマガバックナンバー
		  
************************************************** */
.merumaga_list {
	width: 80%;
	margin: 0 auto 48px auto;
}
.merumaga_list th {
	background-color: #f0f0f0;
}
.merumaga_list th,
.merumaga_list td {
	padding: 0.5em 1em;
	border: 1px solid #cdcdcd;
	text-align: center;
}
.mmg_number {
	background-color: #f9f9f9;
}
.mmg_title {
	text-align-last: left;
}
.mmg_title a:hover {
	color: #000;
}
.mmg_date {
	width: fit-content;
}
@media screen and (max-width: 880px)  {
	.merumaga_list {
		width: 100%;
	}
}

/* 詳細ページ */
.merumaga_detail_list {
	margin-bottom: 40px;
}
.merumaga_detail_list div {
	display: grid;
	grid-template-columns: 5em 1fr;
	gap: 24px;
}
.marumaga_detail_content {
	
}

/* ************************************************** 

		図録
		  
************************************************** */
.zuroku_list li {
	display: grid;
	grid-template-columns: 128px 1fr;
	gap: 24px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #dedede;
}
.zuroku_thumb {
	width: 128px;
	aspect-ratio: 1 / 1;
}
.zuroku_thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.zuroku_detail_wrapper span {
	margin-right: 1em;
}
.zuroku_name {
	font-size: 1.125rem;
	font-family: "あおとゴシック DB";
	margin-bottom: 0.3em;
}
.zuroku_overview {
	font-size: 0.875rem;
	margin-bottom: 0.3em;
}

 /* ************************************************** 

		Events Manager
		  
************************************************** */ 

/* カレンダーの月設定を無効にする */
.em-month-picker {
	pointer-events: none;
}
.calendar_area .em.pixelbones .input input.select-toggle {
	background: none!important;
}
/* 本日の下線 */
.eventless-today {
	position:relative;
}
.eventless-today:after {
	content:"";
	width:75%;
	height:1px;
	background-color: var(--base_color);
	position:absolute;
	top:90%;
	display: block;
}
.closed_mark {
	font-size: 0.75rem;
	color: #333;
	margin: 2em 0 1.5em 1em;
	display: flex;
	align-items: center;
}
.closed_mark span {
	display: block;
	background-color: #eff1f4;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 1em;
}
.cal_info_text {	
	font-size: 0.75rem;
	color: #333;
	line-height: 1.7em;
	margin: 0 1em;
}
/* イベントが複数あるとき */
.em-item .em-item-image {
	width: 200px !important;
	height: 200px !important;
	margin: 0 auto;
}
.em-item .em-item-info {
	border-left: none !important;
}
.em-item .em-item-info .em-item-title {
	padding-left: 0.4em !important;
    border-left: 4px solid var(--base_color);
}
.em-item .em-item-info .em-item-title a {
	color: #2b2b2b !important;
	font-family: "あおとゴシック DB";
	font-size: 1.75rem;
	/*padding: 0.2em 0.5em;*/
}

.ring {
	background-color: #dee3e9 !important;
	padding: 0 !important;
	border-radius: 50% !important;
}
.ring a {
	pointer-events: none !important;
}
.calender_area .em-cal-day-date span {
	color: #2b2b2b !important;
}
/* 詳細ページの画像左側の緑色LINEを修正 */
.em.em-item.em-item-single .em-item-image img {
  border-left: 4px solid #dedede !important;
}

/* 詳細ページ */
.em-view-container {
	
}
.em_eve_title {	
	font-size: 1.375rem;
	padding-left: 16px;
	margin-bottom: 1em;
	border-left: 5px solid var(--base_color);
}
.em-item {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 40px;
}
.em-item-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: top;
	gap: 40px;
}
.em-item-image {
	
}
.em-item-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}
.em-item-meta {
	
}
.em-event-content {
	
}

/*
.em-item-image-placeholder {
	background-image: url(images/calendar/cal_frame.svg)!important;
}
*/


/* No imageアイコン内の日付を上下逆にする */
.em.em-events-list .em-item-image .em-item-image-placeholder div.date {
    display: grid;
    grid-template-rows: 1.3fr 1fr !important;
    justify-content: center;
    align-items: start;
    height: 100%;
    min-width: 125px;
}
.em.em-events-list .em-item-image .em-item-image-placeholder div.date .month {
	grid-row: 1;   /* 上の 1.5fr 行へ */
    align-self: end !important; /* ← 上揃え（初期値なので無くてもOK） */
}
.em.em-events-list .em-item-image .em-item-image-placeholder div.date .day {
	grid-row: 2;   /* 下の 1fr 行へ */
    align-self: start !important;  /* ← 下揃えにする */
}


@media screen and (max-width: 880px)  {
	.em-item {
		display: block;
	}
	.em-item-header {
		margin-bottom: 32px;
	}
	.em-item .em-item-info {
		border-top: none !important;
	}
}

/* Events Calendarの曜日を英語にする */
.en_footer_calendar .em-cal-head .em-cal-col-0 {
	font-size: 0;
}
.en_footer_calendar .em-cal-head .em-cal-col-0::before {
	font-size: 1rem;
	content: "S";
}
.en_footer_calendar .em-cal-head .em-cal-col-1 {
	font-size: 0;
}
.en_footer_calendar .em-cal-head .em-cal-col-1::before {
	font-size: 1rem;
	content: "M";
}
.en_footer_calendar .em-cal-head .em-cal-col-2 {
	font-size: 0;
}
.en_footer_calendar .em-cal-head .em-cal-col-2::before {
	font-size: 1rem;
	content: "T";
}
.en_footer_calendar .em-cal-head .em-cal-col-3 {
	font-size: 0;
}
.en_footer_calendar .em-cal-head .em-cal-col-3::before {
	font-size: 1rem;
	content: "W";
}
.en_footer_calendar .em-cal-head .em-cal-col-4 {
	font-size: 0;
}
.en_footer_calendar .em-cal-head .em-cal-col-4::before {
	font-size: 1rem;
	content: "T";
}
.en_footer_calendar .em-cal-head .em-cal-col-5 {
	font-size: 0;
}
.en_footer_calendar .em-cal-head .em-cal-col-5::before {
	font-size: 1rem;
	content: "F";
}
.en_footer_calendar .em-cal-head .em-cal-col-6 {
	font-size: 0;
}
.en_footer_calendar .em-cal-head .em-cal-col-6::before {
	font-size: 1rem;
	content: "S";
}

/* ************************************************** 

		Single
		  
************************************************** */
.post_meta {
	font-size: 0.875rem;
	text-align: right;
	margin-bottom: 2em;
}
.post_date {
	margin-right: 1em;
}
.post_category span {
	font-size: 0.75rem;
	margin-right: 1em;
}
/* Single Pager */
.post_navigation {
	display: flex;
	justify-content: space-between;
	margin: 100px 10px 50px 10px;
}
.navi_left a,
.navi_right a {
	font-size: 0.9rem;
	color: #2b2b2b;
	text-decoration: none;
	background-color: #dedede;
	padding: 0.5em 1em;
	border-radius: 3px;
}
.navi_left a:hover,
.navi_right a:hover {
	color: #000;
	background-color: #ffec47;
}

/* ************************************************** 

		お問い合わせフォーム
		  
************************************************** */
.contact_form_body {
	width: fit-content;
	margin: 0 auto;
}
.contact_form_body p {
	padding: 0;
	margin: 0;
}
.label_wrap {
	margin-bottom: 2em;
}
.contact_form_body input {
	padding: 0.5em;
}
.form_must {
	font-size: 0.8rem;
	color: var(--base_color);
}
.form_caption {
	font-size: 0.875rem;
}
/* 同意ボタン */
.wpcf7-list-item {
	margin: 0 !important;
}
/* 既存版用 */
.form_submit_wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
/*　New 確認なし版用 2025年5月21日　*/
.form_submit_wrapp {
	text-align: center;
}
.response_area {
	font-size: 1.125rem;
	margin-bottom: 40px;
}
.wpcf7-submit:disabled {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.wpcf7-submit:disabled:hover {
	background-color: #ccc;
}
/* ここまで */

.agree_btn {
	margin-bottom: 2em;
}
/* 確認ボタン */
.form_check_btn input {
	font-size: 1rem;
	padding: 0.5em 2em;
}
/* 戻るボタン */
.form_prev_btn input {
	font-size: 1rem;
	padding: 0.5em 2em;
}
/* 送信ボタン */
.form_submit_btn input {
	font-size: 1rem;
	color: #fff;
	background-color: var(--base_color);
	padding: 0.5em 2em;
	border: 1px solid #ad151f;
	border-radius: 4px;
}
.form_submit_btn input:hover {
	background-color: #cc1521;
}

/* 確認用リスト */
.form_check_list {
	margin-bottom: 4em;
}
/*.form_check_list div {
	display: flex;
	margin-bottom: 1em;
}
.form_check_list dt {
	color: #666;
	width: 11em;
}*/
.form_check_list div {
	display: grid;
	grid-template-columns: 11em 1fr;
	margin-bottom: 1em;
}
.form_check_list dt {
	color: #666;
}
@media screen and (max-width: 880px)  {
	.form_check_list div {
		display: block;
	}
	.form_check_list dt {
		width: 100%;
	}
}

/* ************************************************** 

		アトリエだより
		  
************************************************** */
.atelier_post_meta {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 2em;
}
.post_date {
	font-size: 0.875rem;
	margin-right: 1em;
}
.term_link_list {
	display: flex;
	list-style: none !important;
}
.term_link_list span {
	font-size: 0.8rem;
	margin-right: 1em;
}
.atelier_tag_title {
	text-align: center;
	margin-bottom: 1em;
}
.atelier_body embed {
	display: block;
	width: 80%;
	aspect-ratio: 16 / 9;
	margin: 0 auto 40px auto;
}
.atelier_body img {
	max-width: 100%;
}
@media screen and (max-width: 880px)  {
	.atelier_body embed {
		width: 90%;
	}
}

/* ************************************************** 

		独自スタイル（ブロックエディタ用）
		  
************************************************** */

.jump {
	display: flex;
	flex-wrap: wrap;
	list-style: none !important;
}
.jump li {
	position: relative;
	margin: 0 1em 0.5em 0.5em;
}
.jump li::after {
	position: absolute;
	right: 0;
	top: 25%;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #777;
	border-right: 2px solid #777;
	transform: rotate(45deg);
}
.jump li a {
	font-size: 0.937rem;
	text-decoration: none;
	padding: 0 1em 0 2em;
	transition: all 0.3s;
}
.jump li a:hover {
	color: var(--hover_color);
}
@media screen and (max-width: 880px)  {
	.jump {
		margin: 0 0 32px 0 !important;
		padding-left: 0 !important;		
		gap: 8px;
	}
	.jump li {
		margin: 0 !important;
	}
	.jump li a {
		padding: 0 1em !important;
	}
}
/*.jump {
	display: flex;
	flex-wrap: wrap;
	list-style: none!important;
}
.jump li {
	position: relative;
	margin: 0 1em 0.5em 0.5em;
}
.jump li::before {
	position: absolute;
	left: 16px;
	top: 25%;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #777;
	border-right: 2px solid #777;
	transform: rotate(45deg);
}
.jump li a {
	font-size: 0.937rem;
	text-decoration: none;
	padding: 0.4em 1em 0.3em 2em;
	border: 1px solid #ccc;
	border-radius: 100vmax;
	transition: all 0.3s;
}
.jump li a:hover {
	color: var(--base_color);
	background-color: #f7f7f7;
}*/


/* ************************************************** 

		名品案内カスタム投稿
		  
************************************************** */
.meihin_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: var(--gb_lr_margin);
	margin-right: var(--gb_lr_margin);
}
.meihin_item {
	width: 45%;
	margin-bottom: 64px;
}
.meihin_item a {
	text-decoration: none;
}
.meihin_item a:hover {
	text-decoration: underline;
}
.meihin_image {
	aspect-ratio: 4 / 3;
	margin-bottom: 16px;
}
.meihin_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.meihin_noimage {
	display: grid;
	place-content: center;
	font-size: 1rem;
	color: #cdcdcd;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
}
.meihin_content {	
	padding-bottom: 8px;
	border-bottom: 1px solid #cdcdcd;
}
.meihin_name {
	font-size: 1.125rem;
	font-family: "あおとゴシック DB";
	color: #000;
	margin-bottom: 0.5em;
}
.meihin_work {
	font-size: 1rem;
	margin-bottom: 0.2em;
}
.meihin_sg {
	font-size: 1rem;
	margin-bottom: 0.2em;
}
.maihin_year_wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.2em;
}
.meihin_year {
	font-size: 1rem;
	color: #666;
}
.meihin_more_btn {
	font-size: 1rem;
	padding-left: 24px;
	background-image: url(images/icon/more_btn.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
.img_copyright {
	font-size: 0.688rem;
}
@media screen and (max-width: 880px)  {
	.meihin_wrapper {
		display: block;
	}
	.meihin_item {
		width: 100%;
		margin: 0 auto 64px auto;
	}
}

/* ************************************************** 

		ショップ　図録
		  
************************************************** */
.shop_zuroku_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 55px;
}
.shop_zuroku_item {
	margin-bottom: 40px;
}
.shop_image {
	height: 300px;
	margin-bottom: 24px;
}
.shop_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.zuroku_noimage {
	display: grid;
	place-content: center;
	font-size: 0.875rem;
	color: #777777;
	background-color: #f5f5f5;
	width: 60%;
	height: 100%;
	margin: 0 auto;
}
.shop_zuroku_title {
	font-size: 0.938rem;
	font-family: "あおとゴシック DB";
	margin-bottom: 0.8em;
}
.shop_comment {
	font-size: 0.875rem;
	line-height: 1.7em;
	margin-bottom: 1em;
}
.shop_zuroku_type {
	font-size: 0.875em;
}
.shop_size {
	margin-right: 1em;
}
.shop_other {
	margin-right: 1em;
}
.shop_page {	
	margin-right: 1em;
}
.shop_cover {
	
}
.shop_zuroku_price {
	font-size: 0.875em;
}
.shop_price {
	
}
.shop_zuroku_date {
	font-size: 0.875em;
}
.shop_zuroku_other {
	font-size: 0.875em;
}
.shop_discount {
	color: #E30000;
	font-family: "あおとゴシック DB";
	margin-right: 1em;
}
.shop_price_disc {
	
}
@media screen and (max-width: 880px)  {
	.shop_zuroku_wrapper {
		display: block;
		width: 90%;
		margin: 0 auto 40px auto;
	}
}

/* ************************************************** 

		ミュージアムニュース
		  
************************************************** */
.mus_news_list {
	border-top: 1px solid #cccccc;
	margin-bottom: 40px;
}
.mus_news_list li {
	display: grid;
	grid-template-columns: 128px 1fr;
	gap: 48px;
	padding: 24px;
	border-bottom: 1px solid #cccccc;
}
.mus_news_list li h2 {
	font-size: 1.125rem;
	font-family: "あおとゴシック DB";
	margin-bottom: 1em;
}
.mus_news_list li a:hover .mus_news_title {
	color: var(--hover_color);
}
.musnews_thumb {
	width: 128px;
	height: 128px;
}
.musnews_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.musnews_noimage {
	font-size: 0.875rem;
	color: #999;
	display: grid;
	place-content: center;
	background-color: #f5f5f5;
	height: 100%;
}

/* ************************************************** 

		教育普及活動レポート
		  
************************************************** */
.report_list {
	border-top: 1px solid #cccccc;
	margin-bottom: 40px;
}
.report_list li {
	border-bottom: 1px solid #cccccc;
}
.report_list li a {
	display: grid;
	grid-template-columns: 8em auto 1fr;
	align-items: center;
	gap: 32px;
	text-decoration: none;
	padding: 24px;
}
.report_list li a:hover {
	background-color: #f7f7f7;
}
.report_list li a:hover .report_title {
	color: "var(--base_color)";
}
.report_title {
	font-size: 1rem;
}
/* 教育普及レポート　カテゴリ一覧 */
.report_heading {
	margin-bottom: 0.5em;
}
/* カテゴリ別アーカイブリスト */
.report_cat_list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0 1em 32px 1em;
}
.report_cat_list li a {	
	background-color: #fff;
	font-size: 1.063rem;
	text-decoration: none;
	display: grid;
	padding: 0.3em 1em;
	place-content: center;
	border: 1px solid #555;
	border-radius: 100vh;
	transition: background-color 0.25s;
}
.report_cat_list li a:hover {
	color: #fff;
	background-color: #555;
}
/* 年別アーカイブリスト */
.report_yearly_list {
	padding-left: 1em;
	margin: 0 1em 48px 1em;
	list-style: disc;
}
.report_yearly_list li a {
	font-size: 1.125rem;
}
.report_list_link {
	text-align: center;
	margin-bottom: 40px;
}
.report_list_link a {
	font-size: 0.875rem;
	text-decoration: none;
	white-space: nowrap;
	max-inline-size: max-content;
	padding-right: 3em;
	padding-bottom: 0.2em;
	position: relative;
}
.report_list_link a::after {
	position: absolute;
	left: -8px;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 16px;
	border-bottom: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	transform: skew(45deg);
}
/* 詳細ページ */
.rprt_cat_label {
	font-size: 0.875rem;
	margin-left: 1em;
}

@media screen and (max-width: 880px)  {
	.report_list li a {
		display: block;
		padding: 24px 16px;
	}
	.report_date {
		margin-bottom: 0.4em;
	}
}


/* ************************************************** 

		プレスリリース
		  
************************************************** */
.press_list {
	border-top: 1px solid #cccccc;
	margin-bottom: 40px;
}
.press_list li {
	border-bottom: 1px solid #cccccc;
}
.press_list li a {
	display: grid;
	grid-template-columns: 8em auto 1fr;
	align-items: center;
	gap: 32px;
	text-decoration: none;
	padding: 16px 24px;
}
.press_list li a:hover {
	background-color: #f7f7f7;
}
.press_list li a:hover .press_title {
	color: var(--hover_color);
}
.press_title {
	font-size: 1.125rem;
}
.press_link_btn {
	margin-bottom: 64px;
}
.press_link_btn a {
	display: block;
	font-size: 1rem;
	text-decoration: none;
	width: fit-content;
	padding: 0.4em 1em;
	margin-inline: auto;
	border: 1px solid #cdcdcd;
	border-radius: 100vh;
}
.press_link_btn a:hover {
	background-color: #f7f7f7;
}
@media screen and (max-width: 880px)  {
	.press_list li a {
		display: block;
		padding: 12px 8px;
	}
	.press_date {
		margin-bottom: 0.3em;
	}
}

/* ************************************************** 

		来館案内のトップメニュー
		  
************************************************** */
.visitor_menu {
	margin-bottom: 64px;
}
.visitor_menu ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 16px;
}
.visitor_menu a {
	background-color: #fff;
	font-size: 1.063rem;
	text-decoration: none;
	display: grid;
	padding: 0.5em;
	place-content: center;
	border: 1px solid #555;
	border-radius: 100vh;
	transition: background-color 0.25s;
}
.visitor_menu a:hover,
.vstr_active a {
	color: #fff;
	background-color: #555;
}
@media screen and (max-width: 1024px)  {
	.visitor_menu ul {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 780px)  {
	.visitor_menu ul {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 640px)  {
	.visitor_menu ul {
		grid-template-columns: 1fr 1fr;
	}
	.visitor_menu a {
		font-size: 0.875rem;
	}
}

/* ************************************************** 

		貸施設のトップメニュー
		  
************************************************** */
.rental_fc_menu {
	margin-bottom: 64px;
}
.rental_fc_menu ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}
.rental_fc_menu a {
	background-color: #fff;
	font-size: 1.063rem;
	text-decoration: none;
	display: grid;
	padding: 0.5em;
	place-content: center;
	border: 1px solid #555;
	border-radius: 100vh;
	transition: background-color 0.25s;
}
.rental_fc_menu a:hover,
.rent_active a {
	color: #fff;
	background-color: #555;
}
@media screen and (max-width: 880px)  {
	.rental_fc_menu ul {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 24px;
	}
}
@media screen and (max-width: 640px)  {
	.rental_fc_menu ul {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
}

/* ************************************************** 

		Archives　一覧
		  
************************************************** */
.archive_list {
	border-top: 1px solid #cccccc;
	margin-bottom: 64px;
}
.archive_list li {
	border-bottom: 1px solid #cccccc;
}
.archive_list li a {
	display: grid;
	grid-template-columns: 8em auto 1fr;
	align-items: center;
	gap: 32px;
	text-decoration: none;
	padding: 24px;
}
.archive_list li a:hover {
	background-color: #f7f7f7;
}
.archive_list li a:hover .archive_title {
	color: var(--hover_color);
}

/* ************************************************** 

	検索結果一覧　search
		  
************************************************** */
.search_result_wrapper {
    padding-bottom: 96px;
}
.result_number_title {
	font-size: 1.125rem;
	margin-bottom: 2em;
}
.result_area {
    margin: 2em 0;
    list-style: none!important;
}
.result_area li {
    border-bottom: 1px solid #dedede;
}
.result_area li:first-child {
    border-top: 1px solid #dedede;
}
.result_area li a {
    display: block;
    font-size: 1rem;
    padding: 1em 2em;    
}
.result_area li a:hover {
	color: var(--hover_color);
    background-color: #f4f4f4;
}


/* ************************************************** 

		予約状況カレンダー
		  
************************************************** */
.roomLink {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-bottom: 32px;
}
.roomLink li a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 0.5em 1em 0.5em 3em; 
	border: 1px solid #ababab;
	border-radius: 100vh;
	transition: all 0.5s;
}
.roomLink li a::before {
	position: absolute;
	left: 8px;
	top: 30%;
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
.roomLink li a:hover,
.roomLink li a.active {
	color: #fff;
	background-color: #2b2b2b;
}
.roomLink .current a {
	color: #fff;
	background-color: #2b2b2b;
}

.facility_name {
	font-size: 1.875rem;
	padding-left: 16px;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	border-bottom: 3px solid #dddddd;
}
.ym_title {
	font-size: 1.437rem;
	padding-left: 16px;
	margin-bottom: 1em;
}
/* Table */
.schedule_table {
	width: 100%;
	margin: 0 auto 32px auto;
}
.schedule_table th,
.schedule_table td {
	padding: 0.5em 1em;
	border: 1px solid #cdcdcd;
	text-align: center;
}
th.monday,
th.tuesday,
th.wednesday,
th.thursday,
th.friday {
	background-color: #f3f3f3;
}
.sunday {
	background-color: #fff4f4;
}
.saturday {
	background-color: #f4faff;
}
.schedule_table td strong {
	font-size: 1.375rem;
	font-weight: normal;
}
.schedule_table td ul {
	color: #666;
}
/* 月のリンクボタン */
.monthLink {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 24px;
}
.monthLink li {
	margin: 0 0.5em;
}
.monthLink li a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 4em;
	padding: 0.2em 0.5em;
	border: 1px solid #aaa;
	transition: background-color 0.5s;
}
.monthLink li a:hover {
	color: #fff;
	background-color: #2b2b2b;
}
.monthLink .current a {
	color: #fff;
	background-color: #2b2b2b;
}
.schedule_table table tbody td {
	text-align: center;
}
.schedule_table table tbody td strong {
	display: block;
	padding-bottom: 7px;
	font-size: 1.33em;
	line-height: 1;
	color: #666;
}
.schedule_table ul {
	list-style-type: none; /* デフォルトのリストマーカーを削除 */
	width: fit-content;
	line-height: 1.5em;
	padding: 0px;
	margin-inline: auto;
}
.schedule_table ul li {	
	display: flex;
	align-items: center;
	font-size: 0.8em;
	justify-content: space-between;
	padding: 0 0.5em 0.2em 0.5em;
	margin-bottom: 0.2em;
	/*border-bottom: 1px solid #ccc; 20250215 */
}
.schedule_table img {
	margin-left: 8px;
	width: 14px;
	height: 14px;
}
.request_link {
	font-size: 1rem;
}

@media screen and (max-width: 880px)  {
	.ym_title {
		text-align: center;
	}
	.schedule_table {
		width: 80%;
	}
	.schedule_table th {
		display: none;
	}
	.schedule_table td {
		display: block;
	}
	.schedule_table th,
	.schedule_table td {
		padding: 0.2em 1em;
	}
	.schedule_table td {
		border-bottom: none;
	}
	.schedule_table {
		border-bottom: 1px solid #cdcdcd;
	}
	.schedule_table td ul li {
		display: flex;
		align-items: center;
	}
	.schedule_table td ul li img {
		margin-left: 1em;
	}
	.noEntry {
		display: none !important;
	}
	.sunday strong:after {
		content: "（日）";
		color: #ff000f;
		font-size: 1rem;
	}
	.monday strong:after {
		content: "（月）";
		color: #333;
		font-size: 1rem;
	}
	.tuesday strong:after {
		content: "（火）";
		color: #333;
		font-size: 1rem;
	}
	.wednesday strong:after {
		content: "（水）";
		color: #333;
		font-size: 1rem;
	}
	.thursday strong:after {
		content: "（木）";
		color: #333;
		font-size: 1rem;
	}
	.friday strong:after {
		content: "（金）";
		color: #333;
		font-size: 1rem;
	}
	.saturday strong:after {
		content: "（土）";
		color: #008bca;
		font-size: 1rem;
	}
	.roomLink {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
	.monthLink {
		flex-wrap: wrap;
		justify-content: center;
	}
	.monthLink li {
		margin-bottom: 16px;
	}
	.monthLink li a {
	width: auto;
	padding: 0.2em 0.5em;
	}
	.roomLink li a {
		padding: 0.5em 0.2em 0.5em 2.5em;
	}
}

/* ************************************************** 

		footer
		  
************************************************** */
.footer {
	padding-top: 40px;
	padding-bottom: 16px;
	border-top: 1px solid #dedede;
}
/* ////////////// iPhone セーフエリア対策　////////////// */
.footer_inner {
	max-width: var(--content_width);
	padding: 0 40px;
	margin: 0px auto;
}
.footer_logo {
	margin-bottom: 32px;
}
.footer_contents {
	display: flex;
	margin-bottom: 30px;
}
.footer_address p {
	margin-right: 80px;
	margin-bottom: 1em;
}
.footer_contact a {
	font-size: 0.75rem;
	text-decoration: none;
	padding: 0.5em 1.5em;
	border: 1px solid #999999;
	border-radius: 100vh;
}
.footer_contact a:hover {
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
}
.footer_information {
}
.footer_info_wrapper {
	display: flex;
	margin-bottom: 1em;
}
.opening_hours {
	margin-right: 80px;
}
.closed_days {
}
/* ////////////// iPhone セーフエリア対策　////////////// */
@media screen and (max-width: 880px) {
	.footer_contents {
		display: block;
	}
	.footer_inner {
		padding: 0 60px;
	}
	.footer_info_wrapper {
		display: block;
	}
	.opening_hours {
		margin-right: 0;
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 480px) {
	.footer_inner {
		padding: 0 40px;
	}
}

/* copyright */
.copyright {
	text-align: center;
}
.copyright small {
	font-size: 0.81rem;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.15em;
}

/* ********** サイトマップ ************ */
.footer_sitemap {
	background-color: #f3f3f3;
	padding: 36px 0 0 0;
	margin-bottom: 16px;
}
/* ////////////// iPhone セーフエリア対策　////////////// */
.footer_sitemap_inner {
	max-width: var(--content_width);
	padding: 0 40px;
	margin: 0px auto;
}
.sitemap_Parent_list {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
.sitemap_Parent_list a {
	font-size: 0.875rem;
	text-decoration: none;
}
.sitemap_child_list {
	line-height: 1.7em;
	margin-bottom: 2em;
}
.sitemap_child_list li a {
	font-size: 0.75rem;
}
/* PC a Parent */
.sm_parent_pc {
	display: block;
	font-size: 0.875rem;
	font-family: "あおとゴシック DB";
	margin-bottom: 0.5em;
}
/* Mobile a Parent */
.open_child {
	display: none;
}
/* ////////////// iPhone セーフエリア対策　////////////// */
@media screen and (max-width: 880px)  {
	
	.sitemap_child_list {
		display: none;
		margin-left: 1em;
	}
	.sitemap_Parent_list {
		display: block;
	}
	.sitemap_Parent_list > li {
		width: 100%;
	}
	.footer_sitemap {
		padding: 36px 0;
	}
	.copyright small {
		font-size: 0.7rem;
		letter-spacing: 0;
	}
	.footer_sitemap_inner {
		padding: 0 60px;
	}
	/* PC a Parent */
	.sm_parent_pc {
		display: none!important;
	}
	/* Mobile a Parent */
	.open_child {
		display: block;
		font-size: 0.875rem;
		font-family: "あおとゴシック DB";
		position: relative;
		width: 100%;
		padding-top: 0.5em;
		margin-bottom: 0.5em;
		border-top: 1px solid #cdcdcd;
	}
	.open_child::after {
		content: url(images/icon/sitemap_open.svg);
		position: absolute;
		right: 0;
	}	
	.open_child.is_open::after {
		content: url(images/icon/sitemap_close.svg);
		margin-left: 6px;
	}
}
@media screen and (max-width: 480px)  {
	.footer_sitemap_inner {
		padding: 0 24px;
	}
}

/* ************************************************** 

		アトリエ便り
		  
************************************************** */
.atelier_logo {
	width: 50%;
	margin: 0 auto 64px auto;
}
.atelier_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.atelier_article_area {
	margin-bottom: 100px;
}
.atelier_box {
	padding: 24px;
	margin-bottom: 40px;
	border: 1px solid #dedede;
	border-radius: 8px;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.2);
}
.atelier_box img {
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 100%;
}
.atelier_post_info {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #cdcdcd;
}
.atelier_date {
	font-size: 1rem;
	color: #333;
	margin-right: 1em;
}
.category_label {
	margin-right: 20px;
}
.category_label a {
	font-size: 0.875rem;
	text-decoration: none;
	padding: 0.1em 0.5em;
	border-radius: 8px;
	border: 1px solid #cdcdcd;
}

.atelier_title {
	font-family: "あおとゴシック B";
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.more_link {
	color: #CD5F92;
}
/* ********** コントロール部分 ********** */
.atelier_control_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F4F4F4;
	padding: 16px 0px;
	margin-bottom: 40px;
}
.atelier_ctrl_archive_area {
	width: 15%;
	text-align: center;
}
.atelier_ctrl_cat_area {
	width: 80%;
	margin: 0px auto;
	padding-left: 24px;
	border-left: 1px solid #999;
}
.atelier_archive_title {
	margin-bottom: 8px;
}
.atelier-cat_title {	
	margin-bottom: 0.8em;
	text-align: center;
}
.atelier_archive_box select {
	padding: 0.2em 0.5em;
}
.atelier_cal_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px;
}
.atelier_cal_list li {
}
.atelier_cal_list li a {
	display: block;
	font-size: 0.85rem;
	text-decoration: none;
	background-color: #fff;
	padding: 0.3em;
	text-align: center;
	border: 1px solid #555;
	border-radius: 6px;
}
.atelier_cal_list li a:hover {
	color: #fff;
	background-color: #2b2b2b;
}
@media screen and (max-width: 880px)  {
	.atelier_logo {
		width: 90%;
	}
	.atelier_box {
		flex-direction: column;
	}
	.atelier_control_area {
		flex-direction: column;
		padding: 10px;
	}
	.atelier_ctrl_archive_area {
		width:  100%;
		margin: 0px auto 20px auto;
		border: none;
	}
	.atelier_cal_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
	.atelier_ctrl_cat_area {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
	.atelier_archive_title {
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #777;
	}
	.atelier-cat_title {	
		text-align: center;
		margin-bottom: 10px;
		border-bottom: 1px solid #777;
	}	
}

/* 404ページのメッセージ */
.message_404 {
	font-size: 1.25rem !important;
	color: #ff0000;
}

/* ************************************************** 

		トップへ戻るボタン
		  
************************************************** */
.grecaptcha-badge {
    bottom: 80px !important;
}
.top_button {
	position: fixed;
	bottom: 13px;
	right: 13px;
}
.top_button a {
	display: grid;
	place-content: center;
	width: 46px;
	height: 46px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
}
.top_button a:hover {
	opacity: 0.7;
}
.top_button a img {
	width: 24px;
	height: auto;
}

/* ////////// 2025年12月tableをリスト風に見せるclass（simple-list) ////////// */
.simple-list table th,
.simple-list table td {
	border: none !important;
}
.simple-list table tr {
	border-bottom: 1px solid #dedede;
}
.simple-list table thead {
	font-size: 1rem;
	border-bottom: none;
	background-color: #f7f7f7 !important;
}
.simple-list table thead th {
	background-color: inherit !important;
}
@media (max-width: 880px) {
	.simple-list table {
		width: 100% !important;
	}
	.simple-list table tr,
	.simple-list table td {
		display: block;
	}
	.simple-list table tr {
		padding: 0.5em 0;
	}
	.simple-list table td {
		padding: 0.2em 1em !important;
	}
	.simple-list thead tr {
		display: flex;
		justify-content: center;
	}
	.simple-list thead tr th,
	.simple-list thead tr td {
		width: auto !important;
		padding: 0.5em !important;
	}
/*	.simple-list thead tr th:first-child::after {
		content: "/";
		font-size: 1rem;
		margin-left: 1em;
	}	*/
	.simple-list thead tr th:not(:last-child)::after {
		content: "/";
		font-size: 1rem;
		margin-left: 1em;
	}
}