@charset "utf-8";
/* =============================================================================
	common.css
   =============================================================================
	2012-04-12 (Original)
   -------------------------------------------------------------------------- */


/* =============================================================================
	基本設定
   ========================================================================== */

/*
 * ベース
 */

body {
	background: url(../images/bg-base.jpg) repeat 0 0;
}

/*
 * ヘッダ部
 */

#header {
	width: 100%;
	height: 202px;
	background: url(../images/bg-header.gif) repeat-x 0 0;
}

#masthead {
	position: relative;
	width: 1000px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/bg-masthead.jpg) no-repeat 50% 57px;
}

#masthead #site-title {
	position: absolute;
	top: 90px;
	left: 30px;
	background: url(../images/img-logo-hover.gif) no-repeat 0 0;
}
#masthead #site-title a {
	position: relative;
	z-index: 200;
	display: block;
}

#masthead #main-navigation {
	position: absolute;
	top: 100px;
	right: 30px;
}

#masthead #main-navigation ul li {
	float: left;
}

#masthead #main-navigation ul li a {
	display: block;
	height: 30px;
	padding: 0;
	font-size: 1px;
	background-image: url(../images/bg-menu.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#masthead #main-navigation ul li.about {
	background: url(../images/bg-menu.gif) 0 -30px;
}

#masthead #main-navigation ul li.exhibition {
	background: url(../images/bg-menu.gif) -199px -30px;
}

#masthead #main-navigation ul li.usage {
	background: url(../images/bg-menu.gif) -328px -30px;
}

#masthead #main-navigation ul li.access {
	background: url(../images/bg-menu.gif) -456px -30px;
}

#masthead #main-navigation ul li.about a {
	width: 199px;
	background-position: 0 0;
}

#masthead #main-navigation ul li.exhibition a {
	width: 129px;
	background-position: -199px 0;
}

#masthead #main-navigation ul li.usage a {
	width: 128px;
	background-position: -328px 0;
}

#masthead #main-navigation ul li.access a {
	width: 124px;
	background-position: -456px 0;
}

#masthead .nofade ul li.about a:hover {
	background-position: 0 -30px !important;
}

#masthead .nofade ul li.exhibition a:hover {
	background-position: -199px -30px !important;
}

#masthead .nofade ul li.usage a:hover {
	background-position: -328px -30px !important;
}

#masthead .nofade ul li.access a:hover {
	background-position: -456px -30px !important;
}

#masthead #main-navigation ul li a.selected {
	cursor: default;
}

#masthead #main-navigation ul li.about a.selected {
	background-position: 0 -60px;
}

#masthead #main-navigation ul li.exhibition a.selected {
	background-position: -199px -60px;
}

#masthead #main-navigation ul li.usage a.selected {
	background-position: -328px -60px;
}

#masthead #main-navigation ul li.access a.selected {
	background-position: -456px -60px;
}

#masthead .sub-navigation {
	position: absolute;
	top: 22px;
	right: 30px;
}

.sub-navigation ul {
	display: flex;
	align-items: center;
}

.sub-navigation ul li {
	margin-left: 15px;
	background: url(../images/bg-list.gif) no-repeat 0 50%;
}

.sub-navigation ul li a {
	padding-left: 20px;
}

#masthead .breadcrumbs {
	position: absolute;
	top: 174px;
	left: 30px;
	font-size: 93%;
}

#masthead .breadcrumbs a {
	color: #fff;
	margin-left: 15px;
	padding-right: 15px;
	background: url(../images/bg-breadcrumbs.gif) no-repeat right 50%;
}

#masthead .breadcrumbs a:hover {
	color: #0088a5;
}

#masthead .breadcrumbs a.first {
	margin-left: 0;
}

#masthead .breadcrumbs span.separator {
	display: none;
}

#masthead .breadcrumbs span.current,
#masthead .breadcrumbs span span {
	display: inline;
	margin-left: 15px;
}


/*
 * コンテンツ部
 */

#main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/bg-main.gif) repeat-y 0 0;
}

#main #container {
	float: left;
	width: 735px;
	padding: 20px 20px 20px 30px;
}
.page-template-content-search_result #main #container {
	float: none;
	width: auto;
	padding: 20px 30px;
}

#main .page-title {
	margin-bottom: 20px;
}

#main h1 {
	font-size: 139%;
	padding: 10px 0 20px;
	background: url(../images/h1.gif) repeat-x 0 100%;
}

#main #page-title-img {
	margin-bottom: 10px;
}

#main #page-title-img h1 {
	background: none;
	padding: 0;
	margin-bottom: 20px;
}

#main #container a.link-ext,
#main #container a.link-pdf,
#sidebar a.link-ext span,
#sidebar a.link-pdf span,
.site-menu a.link-ext,
.site-menu a.link-pdf {
	padding-right: 25px;
	display: inline;
}

#main #container a.link-ext,
#sidebar a.link-ext span,
.site-menu a.link-ext {
	background: url(../images/lnk-outer.gif) no-repeat 100% 50%;
}

#main #container a.link-pdf,
#sidebar a.link-pdf span,
.site-menu a.link-pdf {
	background: url(../images/lnk-pdf.gif) no-repeat 100% 50%;
}

.dotted {
	margin-bottom: 20px;
	height: 1px;
	width: 100%;
	background: url(../images/bg-dot.gif) repeat-x 0 0;
}

.dotted hr {
	display: none;
}

span.label-pdf {
	font-size: 77%;
	color: #a59f95;
	margin: 0 .5em 0 0;
}

/* コンテンツ内要素 */

.content-page .aligncenter,
.content-page .alignleft,
.content-page .alignright,
.content-page .alignnone,
.content-page #content h2,
.content-page #content h3,
.content-page #content p,
.content-page #content ul {
	margin-bottom: 15px;
}

.content-page #content h2 {
	border-left: 5px solid #00b24f;
	padding-left: 10px;
	color: #00b24f;
}

.content-page #content a {
	color: #0088a5;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

.content-page #content h3 {}

.content-page #content h3 span {
	color: #ffffff;
	padding: .3em .5em;
	background-color: #a59f95;
}

.fadelink a:hover {
	text-decoration: none !important;
}

.content-page #content .content-left,
.content-page #content .content-right {
	width: 350px;
}

.content-page #content .content-left {
	float: left;
}

.content-page #content .content-right {
	float: right
}

/* リスト */

.content-page #content ul,
.list {
	margin-left: 10px;
	/zoom: 1;
}

.content-page #content ul li,
.list li {
	background: url(../images/bg-list-li.gif) no-repeat 0 .5em;
	padding-left: 20px;
	line-height: 1.8em;
	margin-bottom: .2em;
}

.content-page #content ul li a,
.list li a {
	color: #0088a5;
}

.content-page #content ul li a:hover,
.list li a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.content-page ol li {
	padding: 0.4em 0.2em 0.4em 32px;
	background-position: 3px 0.65em;
	background-repeat: no-repeat;
	zoom: 1;
}

.content-page ol li.n1 {
	background-image: url(../images/bg-ol-mark-1.gif);
}

.content-page ol li.n2 {
	background-image: url(../images/bg-ol-mark-2.gif);
}

.content-page ol li.n3 {
	background-image: url(../images/bg-ol-mark-3.gif);
}

.content-page ol li.n4 {
	background-image: url(../images/bg-ol-mark-4.gif);
}

.content-page ol li.n5 {
	background-image: url(../images/bg-ol-mark-5.gif);
}

.content-page ol li.n6 {
	background-image: url(../images/bg-ol-mark-6.gif);
}

.content-page ol li.n7 {
	background-image: url(../images/bg-ol-mark-7.gif);
}

.content-page ol li.n8 {
	background-image: url(../images/bg-ol-mark-8.gif);
}

.content-page ol li.n9 {
	background-image: url(../images/bg-ol-mark-9.gif);
}

/* 画像 */

.content-page .aligncenter {
	margin-left: 15px;
	margin-right: 15px;
}

.content-page .alignnone,
.content-page .alignleft {
	margin-right: 15px;
}

.content-page .alignleft {
	float: left;
}

.content-page .alignright {
	float: right;
	margin-left: 15px;
}

.content-page .wp-caption {}

.content-page .wp-caption-text,
.content-page .wp-caption p {
	text-align: center;
	margin-top: 15px;
	text-align: center;
	font-size: 77%;
	font-weight: bold;
	color: #7E7E7E;
}

.content-page .gallery-icon img {
	border: none !important;
}

.single-attachment .title {
	margin-bottom: 20px;
}

.single-attachment .attachment .entry-content {
	text-align: center;
}

.single-attachment .page-title {
	text-align: center;
	padding: 10px;
	border: 1px solid #d0cfcd;
}

#main #container .page-title a {
	color: #3F4547;
	padding-right: 20px;
	background: url(../images/icon-back-green.gif) no-repeat 100% 49%;
}

/* 共通余白 */

.unit {
	position: relative;
	margin-bottom: 20px;
}

.no-margin {
	margin-bottom: 0 !important;
}

/* テーブル */

.content-page table {
	border: 1px solid #d0cfcd;
	margin: 20px 0;
}

.content-page table th {
	background-color: #00b24f;
	color: #ffffff !important;
}

.content-page table td {}

/* タブ */

.tab {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 !important;
	border-bottom: 5px solid #00b24f;
}

.tab li {
	float: left;
	margin-right: 10px;
	background: #aca79d url(../images/bg-list-selected.gif) no-repeat 10px 55% !important;
}

.content-page #content .tab li a {
	display: block;
	width: 195px;
	padding: 5px 10px 2px 10px;
	color: #ffffff;
}

.tab li.active {
	background: #00b24f url(../images/bg-list-selected-tab.gif) no-repeat 10px 55% !important;
}

.tab li.active a {
	cursor: default;
	color: #ffffff !important;
}

.tab li.active a:hover {
	text-decoration: none !important;
}

.tab-content {
	clear: both;
}

/* ページナビ */

.wp-pagenavi {
	clear: both;
	position: relative;
	text-align: right;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .current,
.wp-pagenavi a {
	padding: 5px;
	margin-right: 5px;
	font-weight: bold;
}

.wp-pagenavi a {
	border: 1px solid #d0cfcd;
	margin-right: 5px;
}

.wp-pagenavi .extend {
	margin-right: 5px;
}

.wp-pagenavi .first img,
.wp-pagenavi .previouspostslink img,
.wp-pagenavi .nextpostslink img,
.wp-pagenavi .last img {
	width: .7em;
}

.wp-pagenavi a.first {
	background: url(../images/lnk-first-off.gif) no-repeat 50% 50%;
}

.wp-pagenavi a.first:hover {
	background: url(../images/lnk-first-on.gif) no-repeat 50% 50%;
}

.wp-pagenavi a.previouspostslink {
	background: url(../images/lnk-prev-off.gif) no-repeat 50% 50%;
}

.wp-pagenavi a.previouspostslink:hover {
	background: url(../images/lnk-prev-on.gif) no-repeat 50% 50%;
}

.wp-pagenavi a.nextpostslink {
	background: url(../images/lnk-next-off.gif) no-repeat 50% 50%;
}

.wp-pagenavi a.nextpostslink:hover {
	background: url(../images/lnk-next-on.gif) no-repeat 50% 50%;
}

.wp-pagenavi a.last {
	background: url(../images/lnk-last-off.gif) no-repeat 50% 50%;
}

.wp-pagenavi a.last:hover {
	background: url(../images/lnk-last-on.gif) no-repeat 50% 50%;
}

/* Prev / Next */

.entry-nav {
	border-top: 1px dotted #d0cfcd;
	margin-top: 20px;
}

.entry-nav div {
	margin-top: 20px;
	border: 1px solid #d0cfcd;
}

.entry-nav div span {
	display: block;
	margin: 5px;
}

.content-page #content .entry-nav a {
	color: #3F4547;
}

.nav-previous {
	float: left;
}

.nav-previous span {
	background: url(../images/lnk-prev-on.gif) no-repeat 0 49%;
	padding-left: 20px;
	margin-right: 10px !important;
}

.nav-next {
	float: right;
}

.nav-next span {
	background: url(../images/lnk-next-on.gif) no-repeat 100% 49%;
	padding-right: 20px;
	margin-left: 10px !important;
}

/* 投稿一覧 */

.post-list-head {
	clear: both;
	float: left;
	width: 115px;
}

.wide .post-list-head {
	width: 170px;
}

h3.post-list-head {
	color: #00b24f;
	padding-left: 10px;
	border-left: 5px solid #00b24f;
}

h3.post-list-head {
	color: #fff;
	border: none;
	background-color: #a59f95;
}

div.post-list-head {
	font-weight: bold;
}

.post-list-head .post-date {
	display: block;
	width: 100px;
	padding-bottom: 10px;
}

.post-list {
	float: right;
	width: 600px;
	padding-bottom: 20px;
}

.wide .post-list {
	width: 535px;
}

.post-list .entry-wrap {
	float: left;
	position: relative;
	width: 600px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d0cfcd;
}

.post-list .entry-info {
	float: left;
	width: 475px;
	min-height: 100px;
	/* add 2023.11.15 xe-que サムネイルありで画像ありの場合の最低高さを確保 */
}

.post-list .entry-info-wide {
	width: 600px;
	min-height: auto;
	/* add 2023.11.15 xe-que サムネイルありで画像ありの場合の最低高さを確保 */
}

.post-list .entry-info .entry-date {
	display: block;
	padding-bottom: 5px;
}

.post-list .entry-info h3 {
	background: url(../images/bg-list.gif) no-repeat 0 .3em;
	padding-left: 20px;
}

.post-list .entry-info h3 a {}

.post-list .entry-info p {
	margin-top: 5px;
	color: #777;
}

.post-list .entry-image {
	float: right;
	width: 120px;
	text-align: right;
}

.post-list .entry-image img {
	border: 1px solid #d0cfcd;
}

.post-list .entry-image .badge {
	border-top: none;
}

.post-list .entry-image .badge-bottom {
	position: absolute;
	right: 0;
	bottom: 20px;
	border: 1px solid #d0cfcd;
}

.right-bottom {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.post-list .entry-type {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

.list-bottom-dotted {
	padding-bottom: 0px;
}

.list-bottom-dotted h4 {
	width: 50px;
	float: left;
	text-align: right;
}

.list-bottom-dotted p {
	float: left;
	display: block;
	width: 530px;
	margin-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d0cfcd;
}


/*
 * サイドバー
 */

#sidebar {
	float: right;
	width: 185px;
	padding: 20px 30px 20px 0;
}

#sidebar h2 {
	padding: 20px 15px;
	background: #00b24f url(../images/bg-sidebar-head.jpg) no-repeat 0 100%;
	font-size: 108%;
	color: #fff;
}

#sidebar h2 span {
	display: block;
	margin-top: .5em;
	font-size: 77%;
	font-weight: normal;
}

#sidebar h2 a {
	color: #fff;
}

#sidebar h2 a span {
	background: url(../images/icon-back.gif) no-repeat 100% 0;
}

#sidebar-menu ul {
	border: 1px solid #d0cfcd;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 15px;
}

#sidebar-menu li {
	background: url(../images/bg-list.gif) no-repeat 10px 49%;
	border-top: 1px dotted #d0cfcd;
}

#sidebar-menu li.selected {
	background: url(../images/bg-list-selected.gif) no-repeat 10px 49%;
	background-color: #00b24f;
}

#sidebar-menu li.selected a {
	color: #fff;
	cursor: default;
}

#sidebar-menu li.start {
	border: none !important;
}

#sidebar-menu li a {
	padding: 10px 10px 10px 30px;
	display: block;
}

#sidebar-menu li a:hover {}

#sidebar-menu li.selected a:hover {
	color: #fff !important;
}

.primary-banner,
.secondary-banner {}

.secondary-banner li {
	margin-bottom: 10px;
}

.primary-banner li a,
.secondary-banner li a {
	display: block;
	padding: 0;
	font-size: 1px;
	margin-right: 1px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.primary-banner li,
.primary-banner li.banner-large a {
	width: 185px;
	height: 140px;
}

.primary-banner li.banner-large a {
	background: url(../images/banner-large.jpg) 0 0 no-repeat;
}

.primary-banner .event {
	background: url(../images/banner-large.jpg) -185px 0 no-repeat;
}

.primary-banner .education {
	background: url(../images/banner-large.jpg) -185px -140px no-repeat;
}

.primary-banner .event a {
	background-position: 0 0 !important;
}

.primary-banner .education a {
	background-position: 0 -140px !important;
}

.secondary-banner .banner-middle,
.secondary-banner .banner-middle a {
	display: block;
	width: 185px;
	height: 70px;
}

.secondary-banner .banner-middle a {
	background: url(../images/banner-middle.jpg) 0 0 no-repeat;
}

.secondary-banner .surrounding {
	background: url(../images/banner-middle.jpg) -185px 0 no-repeat !important;
	;
}

.secondary-banner .collection {
	background: url(../images/banner-middle.jpg) -185px -70px no-repeat !important;
	;
}

.secondary-banner .refreshments {
	background: url(../images/banner-middle.jpg) -185px -140px no-repeat !important;
	;
}

.secondary-banner .greeting {
	background: url(../images/banner-middle.jpg) -185px -210px no-repeat !important;
	;
}

.secondary-banner .history {
	background: url(../images/banner-middle.jpg) -185px -280px no-repeat !important;
	;
}

.secondary-banner .publication {
	background: url(../images/banner-middle.jpg) -185px -350px no-repeat !important;
	;
}

.secondary-banner .rent {
	background: url(../images/banner-middle.jpg) -185px -420px no-repeat !important;
	;
}

.secondary-banner .logo {
	background: url(../images/banner-middle.jpg) -185px -490px no-repeat !important;
	;
}

.secondary-banner .surrounding a {
	background-position: 0 0 !important;
}

.secondary-banner .collection a {
	background-position: 0 -70px !important;
}

.secondary-banner .refreshments a {
	background-position: 0 -140px !important;
}

.secondary-banner .greeting a {
	background-position: 0 -210px !important;
}

.secondary-banner .history a {
	background-position: 0 -280px !important;
}

.secondary-banner .publication a {
	background-position: 0 -350px !important;
}

.secondary-banner .rent a {
	background-position: 0 -420px !important;
}

.secondary-banner .logo a {
	background-position: 0 -490px !important;
}

.secondary-banner li.banner-small,
.secondary-banner li.banner-small a {
	display: block;
	width: 185px;
	height: 36px;
}

.secondary-banner li.banner-small a {
	background: url(../images/banner-small.jpg) 0 0 no-repeat;
}

.secondary-banner .report {
	background: url(../images/banner-small.jpg) -185px 0 no-repeat;
}

.secondary-banner .blog {
	background: url(../images/banner-small.jpg) -185px -36px no-repeat;
}

.secondary-banner .facebook {
	background: url(../images/banner-small.jpg) -185px -72px no-repeat;
}

.secondary-banner .report a {
	background-position: 0 0 !important;
}

.secondary-banner .blog a {
	background-position: 0 -36px !important;
}

.secondary-banner .facebook a {
	background-position: 0 -72px !important;
}

.recommend-banner {}

.recommend-banner li {
	background: url(../images/bg-list.gif) no-repeat 10px 49%;
	border: 1px solid #d0cfcd;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 10px;
}

.recommend-banner li a {
	padding: 10px 15px 10px 30px !important;
	display: block !important;
}

.recommend-banner li a:hover {}

.recommend-banner li.selected a:hover {
	color: #fff !important;
}


/*
 * フッタ部
 */

#footer {
	width: 100%;
	background: url(../images/bg-footer.gif) repeat-x 0 1px;
}

#colophon {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/bg-colophon.jpg) no-repeat 0 0;
	border-bottom: 1px solid #ebebeb;
}

#colophon-nav {
	position: absolute;
	top: 11px;
	right: 30px;
}

#colophon-nav a {
	padding-right: 20px;
	background: url(../images/bg-list-up.gif) no-repeat 100% 50%;
	color: #fff;
}

#colophon-nav a:hover {
	color: #0088a5;
}

#colophon-info {
	padding: 65px 30px 30px;
}

#colophon-info #open-info {
	width: 260px;
}

#colophon-info #close-info {
	width: 320px;
}

#colophon-info dl {
	float: left;
	margin-right: 20px;
}

#colophon-info dl dt {
	color: #a59f95;
	font-weight: bold;
	padding-bottom: .8em;
	border-bottom: 1px solid #a59f95;
}

#colophon-info dl dd {
	margin-top: .8em;
}

#colophon-info #site-info {
	float: right;
	width: 310px;
	text-align: right;
}

#site-info .site-name {
	margin-bottom: 20px;
}

#page-end {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#page-end .sub-navigation {
	float: left;
	margin-left: 15px;
}

#page-end #copyright {
	float: right;
	margin-right: 30px;
	font-size: 77%;
	color: #878787;
}

/* スライド関連共通 */

.img-canvas,
.img-canvas2 {
	position: relative;
	height: 350px;
	overflow: hidden;
	text-align: center;
}

.img-canvas2 {
	height: 250px;
}

.img-canvas .canvas-front,
.img-canvas .canvas-front-img {
	width: 540px;
	height: 350px;
	z-index: 100;
}

.img-canvas2 .canvas-front,
.img-canvas2 .canvas-front-img {
	width: 380px;
	height: 250px;
	z-index: 100;
}

.img-canvas .canvas-front,
.img-canvas2 .canvas-front {
	position: absolute;
	top: 0;
	left: 0;
}

.img-canvas .canvas-front-abs,
.img-canvas2 .canvas-front-abs {
	position: absolute;
	top: 350px;
	left: 0;
}

.img-canvas2 .canvas-front-abs {
	top: 250px;
}

.img-canvas .canvas-fade,
.img-canvas2 .canvas-fade {
	position: absolute;
	z-index: 10;
	top: 350px;
	left: 0;
	background: url(../images/bg-catch-fade.png) 0 0 no-repeat;
	width: 540px;
	height: 800px;
}

.img-canvas2 .canvas-fade {
	top: 250px;
	width: 380px;
}

.img-canvas .canvas-back,
.img-canvas2 .canvas-back {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.img-canvas .canvas-back img,
.img-canvas .canvas-back .img {
	width: 540px;
	height: 350px;
}

/* upd 2023.11.14 xe-que ブラーはcssで対応 */

.img-canvas .canvas-back .img,
.img-canvas2 .canvas-back .img {
	overflow: hidden;
}

/* .img-canvas2 .img { */
.img-canvas2 .canvas-back img,
.img-canvas2 .canvas-back .img {
	width: 380px;
	height: 250px;
	overflow: hidden;
}

.img-canvas .canvas-back .img span,
.img-canvas2 .img span {
	position: relative;
	display: block;
	width: 120%;
	height: 120%;
	left: -10%;
	top: -10%;
	filter: blur(5px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.img-canvas2 .img span {
	opacity: .3;
}

.flink {
	margin-top: 1em;
	padding: .5em 10px;
	width: 580px;
	border: 1px solid #d0cfcd;
	text-align: center;
}

.flink a {
	color: #0088a5;
	font-weight: bold;
}

.flink a:hover {
	text-decoration: underline;
}


/*
 * メニュー部
 */

.site-menu {
	position: relative;
	padding-top: 90px;
	padding-left: 300px;
	font-size: 16px !important;
}

.site-menu * {
	box-sizing: border-box;
}

/* グローバルメニュー */
.hdr-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 10px;
	height: 45px;
}

.hdr-nav__list {
	display: flex;
}

.hdr-nav__items {
	margin-right: 32px;
	line-height: 1.4;
}

.hdr-nav__item-toggle {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	padding-right: 3px;
	padding-left: 3px;
	height: 45px;
	font-size: 0.85rem;
	font-weight: bold;
	cursor: pointer;
}

/* メガメニュー */
.hdr-mega {
	visibility: hidden;
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0;
	padding: 32px 32px 32px 48px;
}

.hdr-mega::before {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	background-color: #fcfcfc;
	content: "";
}

.hdr-mega__checkbox {
	display: none;
}

.hdr-mega__heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: none;
	width: 25%;
	min-height: 120px;
	padding-right: 32px;
	padding-bottom: 0;
	border-right: 1px solid #d0cfcd;
}

.hdr-mega__heading-ttl {
	display: block;
	margin-bottom: 0.4em;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}

.hdr-mega__heading-subttl {
	display: block;
	color: #a59f95;
	font-size: 0.8rem;
	line-height: 1.2;
}

.hdr-mega__list {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex: none;
	width: 100%;
	padding: 0 16px;
	width: 75%;
	padding: 0 0 0 32px;
}

.hdr-mega__item {
	flex: none;
	padding: 6px 0;
	width: 33.3333%;
}

.hdr-mega__item a {
	padding-left: 15px;
	font-size: 0.85rem;
	font-weight: bold;
	line-height: 1.2;
}

.hdr-mega-mask {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 167px;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: url(../images/bg-base.jpg) repeat 0 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.ico-arrow {
	position: relative;
}

.ico-arrow::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 2px #00b24f;
	border-right: solid 2px #00b24f;
	transform: rotate(45deg);
	content: "";
}

#header:not(.menuopen) .hdr-mega {
	transition: all 0.3s ease;
}

#header:not(.menuopen) .hdr-nav__items:hover > .hdr-mega,
#header:not(.menuopen) .hdr-nav__items:focus > .hdr-mega,
#header:not(.menuopen) .hdr-nav__items:active > .hdr-mega {
	visibility: visible;
	opacity: 1;
	z-index: 150;
	transition: all 0.3s ease;
}

#header:not(.menuopen) .hdr-nav__items:hover > .hdr-mega-mask,
#header:not(.menuopen) .hdr-nav__items:focus > .hdr-mega-mask,
#header:not(.menuopen) .hdr-nav__items:active > .hdr-mega-mask {
	visibility: visible;
	opacity: 1;
	z-index: 140;
}

/* ヘッダメニュー - アイコン表示 */
.sub-navigation ul li.ico-sitemap,
.sub-navigation ul li.ico-english,
.sub-navigation ul li.ico-search {
	background-size: 18px 18px;
}

.sub-navigation ul li.ico-sitemap a,
.sub-navigation ul li.ico-english a,
.sub-navigation ul li.ico-search .search-form {
	padding-left: 24px;
}

.sub-navigation ul li.ico-sitemap {
	background-image: url(../images/ico_map.svg);
}

.sub-navigation ul li.ico-english {
	background-image: url(../images/ico_globe.svg);
}

.sub-navigation ul li.ico-search {
	background-image: url(../images/ico_search.svg);
}

.sub-navigation ul li.ico-facebook,
.sub-navigation ul li.ico-instagram {
	background: none;
}

.sub-navigation ul li.ico-instagram {
	margin-left: 8px;
}

.sub-navigation ul li.ico-facebook a,
.sub-navigation ul li.ico-instagram a {
	display: block;
	padding: 0;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px 24px;
	color: transparent;
	font-size: 0;
	text-shadow: none;
}

.sub-navigation ul li.ico-facebook a {
	background-image: url(../images/ico_facebook.svg);
}

.sub-navigation ul li.ico-instagram a {
	background-image: url(../images/ico_instagram.svg);
}


/*
 * 検索フォーム
 */

.search-form {
	display: flex;
	align-items: center;
}

.search-form input.search-field {
	padding: 0;
	width: 2em;
	height: 18px;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-appearance: none;
}
.search-form input.search-field::placeholder {
	color: #3F4547;
	text-decoration: none;
}
.search-form input.search-field:hover::placeholder {
	color: #00b24f;
}
.search-form input.search-field:focus {
	padding: 0.15em 0.3em;
	width: 200px;
	border: 1px solid #d0cfcd;
	background-color: #fff;
}

.search-form .search-submit {
	display: none;
}
