@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
#header .con_header .box_title h1 span.jp, #header .con_title .box_slide .box_text h2 span.jp, .con_exhibitions .inner .box_exhibitions .st {
	font-family: "Noto Serif JP", serif;
	font-weight: normal;
}

#header .con_header .box_title h1 span.en, #header .con_title .box_slide .box_text h2 span.en {
	font-family: "EB Garamond", serif;
	font-weight: normal;
}

/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
#contents {
	z-index: 3;
	max-width: 1530px;
	margin-top: -80px;
}

@media only screen and (max-width: 1260px) {
	#contents {
		margin-top: 0;
	}
}

@media print {
	#contents {
		margin-top: 0;
	}
}

.ie8 #contents {
	margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#contents {
		margin-top: 0;
	}
}

#contents #side {
	padding-top: 5px;
}

@media only screen and (max-width: 1260px) {
	#contents #side {
		padding-top: 40px;
	}
}

@media print {
	#contents #side {
		padding-top: 40px;
	}
}

.ie8 #contents #side {
	padding-top: 40px;
}

#contents #side .box_info {
	margin-bottom: 42px;
}

#contents #side .box_info .st_m_01 {
	margin-bottom: 10px;
}

#contents #side .box_info .st_m_01 span {
	display: block;
}

@media only screen and (min-width: 1261px) {
	#contents #side .box_info .st_m_01 span {
		color: #fff;
	}
}

@media print {
	#contents #side .box_info .st_m_01 span {
		color: #fff;
	}
}

.ie8 #contents #side .box_info .st_m_01 span {
	color: #fff;
}

#contents #side .box_info .st_m_01 span.jp {
	margin-left: 0;
}

#contents #side .box_info .box_text {
	border: 1px solid #dddddd;
}

#contents #side .box_info .box_text .st {
	margin-bottom: 5px;
	padding: 0.25em 0.5em;
	background: #dcd0c2;
}

#contents #side .box_info .box_text .st em {
	font-size: 131%;
}

#contents #side .box_info .box_text .text {
	padding: 0.25em 0.5em;
}

#contents #side .box_info .box_text .text > p {
	margin-bottom: 5px;
}

#contents #side .box_info .box_text .text ul li {
	font-size: 93%;
	padding-left: 1em;
	text-indent: -1em;
}

#contents main {
	padding-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#contents main {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#contents main {
		padding-top: 2em;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1260px) {
	#contents main {
		padding-top: 40px;
	}
}

@media print {
	#contents main {
		padding-top: 40px;
	}
}

.ie8 #contents main {
	padding-top: 40px;
}

@media only screen and (min-width: 1025px) {
	#contents main {
		width: calc(100% - 310px);
	}
}

@media print {
	#contents main {
		width: calc(100% - 310px);
	}
}

.ie8 #contents main {
	width: calc(100% - 310px);
}

@media only screen and (max-width: 767px) {
	#contents main .con_footer_sns {
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1260px) {
	#header .con_header {
		padding: 40px 0;
	}
}

@media print {
	#header .con_header {
		padding: 40px 0;
	}
}

.ie8 #header .con_header {
	padding: 40px 0;
}

@media only screen and (max-width: 767px) {
	#header .con_header {
		border-bottom: none;
	}
}

#header .con_header .box_title h1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
}

#header .con_header .box_title h1 > a {
	margin: 0 17px;
}

@media only screen and (max-width: 1260px) {
	#header .con_header .box_title h1 > a {
		margin: 0 0.5em;
	}
}

@media print {
	#header .con_header .box_title h1 > a {
		margin: 0 0.5em;
	}
}

.ie8 #header .con_header .box_title h1 > a {
	margin: 0 0.5em;
}

@media only screen and (max-width: 767px) {
	#header .con_header .box_title h1 > a {
		order: 1;
		width: 20%;
		margin: 0 auto 0.5em;
	}
}

#header .con_header .box_title h1 span {
	letter-spacing: 0.1em;
}

#header .con_header .box_title h1 span.jp {
	font-size: 216%;
}

@media only screen and (max-width: 1260px) {
	#header .con_header .box_title h1 span.jp {
		font-size: 193%;
	}
}

@media print {
	#header .con_header .box_title h1 span.jp {
		font-size: 193%;
	}
}

.ie8 #header .con_header .box_title h1 span.jp {
	font-size: 193%;
}

@media only screen and (max-width: 767px) {
	#header .con_header .box_title h1 span.jp {
		order: 2;
		width: 100%;
		font-size: 154%;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_header .box_title h1 span.en {
		order: 3;
		width: 100%;
		font-size: 85%;
	}
}

#header .con_title {
	position: relative;
	z-index: 1;
}

#header .con_title .box_slide > .slide:not(:first-child) {
	display: none;
}

#header .con_title .box_slide .slick-dots {
	bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .con_title .box_slide .slick-dots {
		bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_title .box_slide .slick-dots {
		bottom: 1em;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1260px) {
	#header .con_title .box_slide .slick-dots {
		bottom: 20px;
	}
}

@media print {
	#header .con_title .box_slide .slick-dots {
		bottom: 20px;
	}
}

.ie8 #header .con_title .box_slide .slick-dots {
	bottom: 20px;
}

#header .con_title .box_slide .slick-dots .slick-active button {
	background: #fff;
}

#header .con_title .box_slide .slide:first-child {
	background-image: url();
}

#header .con_title .box_slide.slick-initialized .slide:nth-child(2) {
	background-image: url();
}

#header .con_title .box_slide .slick-slide {
	position: relative;
}

#header .con_title .box_slide .box_text {
	width: 80%;
	position: absolute;
	bottom: 18%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

@media only screen and (min-width: 1025px) and (max-width: 1260px) {
	#header .con_title .box_slide .box_text {
		bottom: 8%;
	}
}

@media print {
	#header .con_title .box_slide .box_text {
		bottom: 8%;
	}
}

.ie8 #header .con_title .box_slide .box_text {
	bottom: 8%;
}

@media only screen and (max-width: 767px) {
	#header .con_title .box_slide .box_text {
		width: 95%;
	}
}

#header .con_title .box_slide .box_text h2 {
	display: inline-block;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	#header .con_title .box_slide .box_text h2 {
		display: block;
	}
}

#header .con_title .box_slide .box_text h2 span {
	display: block;
}

#header .con_title .box_slide .box_text h2 span.en {
	font-size: 139%;
	letter-spacing: 0.1em;
	margin-bottom: 22px;
}

@media only screen and (max-width: 1450px) {
	#header .con_title .box_slide .box_text h2 span.en {
		font-size: 124%;
		margin-bottom: 1em;
	}
}

@media print {
	#header .con_title .box_slide .box_text h2 span.en {
		font-size: 124%;
		margin-bottom: 1em;
	}
}

.ie8 #header .con_title .box_slide .box_text h2 span.en {
	font-size: 124%;
	margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
	#header .con_title .box_slide .box_text h2 span.en {
		display: none;
	}
}

#header .con_title .box_slide .box_text h2 span.jp {
	font-size: 139%;
	letter-spacing: 0.4em;
	line-height: 2;
}

@media only screen and (max-width: 1450px) {
	#header .con_title .box_slide .box_text h2 span.jp {
		font-size: 124%;
		line-height: 1.75;
		letter-spacing: 0.1em;
	}
}

@media print {
	#header .con_title .box_slide .box_text h2 span.jp {
		font-size: 124%;
		line-height: 1.75;
		letter-spacing: 0.1em;
	}
}

.ie8 #header .con_title .box_slide .box_text h2 span.jp {
	font-size: 124%;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
	#header .con_title .box_slide .box_text h2 span.jp {
		font-size: 85%;
		letter-spacing: 0.2em;
	}
}

.safari #header .con_title .box_slide .box_text h2 span.jp, .ipad #header .con_title .box_slide .box_text h2 span.jp, .iphone #header .con_title .box_slide .box_text h2 span.jp {
	white-space: nowrap;
}

#header .con_title .box_slide .box_text img {
	width: 100%;
	position: relative;
	z-index: 1;
}

#footer {
	border-top: none;
	padding-top: 0;
}

#footer .con_facinfo {
	margin-top: 0;
}

/* -----------------------------------------------------------
	.box_info（タブレット以下用）
----------------------------------------------------------- */
#header .box_info {
	padding: 20px 2.5%;
	display: flex;
	flex-wrap: wrap;
	background: #3f3a39;
}

@media only screen and (max-width: 767px) {
	#header .box_info {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

#header .box_info .st_m_01 {
	width: 220px;
	padding-top: 0.5em;
}

@media only screen and (max-width: 767px) {
	#header .box_info .st_m_01 {
		width: 100%;
		margin-bottom: 0.5em;
		padding: 0;
	}
}

#header .box_info .st_m_01 span {
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .box_info .st_m_01 span {
		display: block;
	}
}

#header .box_info .st_m_01 span.jp {
	margin-left: 0;
}

#header .box_info .box_text {
	width: calc(100% - 220px);
	padding-left: 2em;
	border-left: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
	#header .box_info .box_text {
		width: 100%;
		padding: 0.5em 0 0;
		border-left: none;
		border-top: 1px solid #fff;
	}
}

#header .box_info .box_text .st {
	margin-bottom: 5px;
}

#header .box_info .box_text .st em {
	font-size: 170%;
}

@media only screen and (max-width: 767px) {
	#header .box_info .box_text .st em {
		font-size: 131%;
	}
}

#header .box_info .box_text .text ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/* -----------------------------------------------------------
	con_exhibitions
----------------------------------------------------------- */
.con_exhibitions {
	margin-bottom: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_exhibitions {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_exhibitions {
		margin-bottom: 3em;
	}
}

.con_exhibitions .st_m_01 {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_exhibitions .st_m_01 {
		text-align: center;
	}
}

@media only screen and (min-width: 1261px) {
	.con_exhibitions .st_m_01 span {
		color: #fff;
	}
}

@media print {
	.con_exhibitions .st_m_01 span {
		color: #fff;
	}
}

.ie8 .con_exhibitions .st_m_01 span {
	color: #fff;
}

.con_exhibitions .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;
	padding: 10px 10px 0;
}

@media only screen and (max-width: 767px) {
	.con_exhibitions .inner {
		padding: 0;
	}
}

.con_exhibitions .inner .box_movie {
	width: 72%;
	position: relative;
	overflow: hidden;
	background: #000;
}

@media only screen and (max-width: 767px) {
	.con_exhibitions .inner .box_movie {
		width: 100%;
		margin-bottom: 1em;
	}
}

.con_exhibitions .inner .box_movie span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #000;
}

@media only screen and (min-width: 768px) {
	.con_exhibitions .inner .box_movie span {
		position: absolute;
		bottom: 0;
	}
}

@media print {
	.con_exhibitions .inner .box_movie span {
		position: absolute;
		bottom: 0;
	}
}

.ie8 .con_exhibitions .inner .box_movie span {
	position: absolute;
	bottom: 0;
}

@media only screen and (max-width: 767px) {
	.con_exhibitions .inner .box_movie span {
		padding-top: 56.25%;
		overflow: hidden;
	}
}

.con_exhibitions .inner .box_movie iframe, .con_exhibitions .inner .box_movie video {
	width: 100%;
	height: 100%;
	background: #000;
}

@media only screen and (max-width: 767px) {
	.con_exhibitions .inner .box_movie iframe, .con_exhibitions .inner .box_movie video {
		position: absolute;
		top: 0;
		left: 0;
	}
}

.con_exhibitions .inner .box_exhibitions {
	width: 24%;
}

@media only screen and (max-width: 767px) {
	.con_exhibitions .inner .box_exhibitions {
		width: 100%;
		display: flex;
	}
}

.con_exhibitions .inner .box_exhibitions .st {
	background: #3f3a39;
	color: #fff;
	font-size: 139%;
	letter-spacing: 0.1em;
	margin-bottom: 0.25em;
	padding: 0.25em 0.5em;
}

@media only screen and (max-width: 767px) {
	.con_exhibitions .inner .box_exhibitions .st {
		font-size: 108%;
		width: 28%;
		margin-bottom: 0;
	}
	.con_exhibitions .inner .box_exhibitions .st span {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_exhibitions .inner .box_exhibitions .box_slide {
		width: 72%;
	}
}

@media only screen and (min-width: 768px) {
	.con_exhibitions .inner .box_exhibitions .box_slide .slick-dots {
		bottom: -20px;
	}
}

@media print {
	.con_exhibitions .inner .box_exhibitions .box_slide .slick-dots {
		bottom: -20px;
	}
}

.ie8 .con_exhibitions .inner .box_exhibitions .box_slide .slick-dots {
	bottom: -20px;
}

@media only screen and (max-width: 767px) {
	.con_exhibitions .inner .box_exhibitions .box_slide .slick-dots {
		bottom: 5px;
	}
	.con_exhibitions .inner .box_exhibitions .box_slide .slick-dots li:not(.slick-active) button {
		background: #fff;
	}
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
	margin-bottom: 62px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news {
		margin-bottom: 3em;
	}
}

.con_news .btn_more {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.con_news .btn_more {
		margin-top: 10px;
	}
}

.con_news .box_title {
	position: relative;
	margin-bottom: 10px;
}

.con_news .box_title .st_m_01 {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.con_news .box_title .st_m_01 {
		text-align: center;
	}
	.con_news .box_title .st_m_01 span {
		display: block;
	}
	.con_news .box_title .st_m_01 span.jp {
		margin-left: 0;
	}
}

.con_news .box_title .btn_more {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.con_news .box_news ul {
	border-top: 1px solid #dddddd;
}

.con_news .box_news ul li {
	border-bottom: 1px solid #dddddd;
}

.con_news .box_news ul li a {
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .box_news ul li a {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a {
		padding: 0.75em 0;
	}
}

.con_news .box_news ul li a:hover {
	background: #dddddd;
}

.con_news .box_news ul li a .cate {
	width: 110px;
	color: #fff;
	text-align: center;
	font-size: 85%;
	line-height: 1;
	padding: 8px 0.25em;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .cate {
		width: 30%;
		margin-bottom: 5px;
		padding: 5px 0.25em;
	}
}

.con_news .box_news ul li a .cate.color01 {
	background-color: #92ac37;
}

.con_news .box_news ul li a .cate.color02 {
	background-color: #b8660e;
}

.con_news .box_news ul li a .cate.color03 {
	background-color: #3982a1;
}

.con_news .box_news ul li a .cate.color04 {
	background-color: #8f2424;
}

.con_news .box_news ul li a .cate.color05 {
	background-color: #68478d;
}

.con_news .box_news ul li a .cate.color06 {
	background-color: #0c7c80;
}

.con_news .box_news ul li a .cate.color07 {
	background-color: #8d7247;
}

.con_news .box_news ul li a .cate.color08 {
	background-color: #999999;
}

.con_news .box_news ul li a .cate.color09 {
	background-color: #666666;
}

.con_news .box_news ul li a .cate.color10 {
	background-color: #000000;
}

.con_news .box_news ul li a .text {
	width: calc(100% - 110px);
	padding-left: 16px;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .text {
		width: 100%;
		padding-left: 0;
	}
}

.con_news .box_news ul li a .text span {
	display: block;
}

.con_news .box_news ul li a .text span.date {
	font-size: 85%;
}
