@charset "utf-8";

/*-----------------------------------------
		トップページ(T)
-----------------------------------------*/
#main.top {
	background-color: inherit;
}
#main.top .mv {
	margin-bottom: 40px;
	background: url(../../style/img/mv_bg.png) center 0 no-repeat #f2f2f2;
	position: relative;
}
#main.top .mv .img img{
	width: 100%;
}
#main.top .mv .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	z-index: 2;
}
#main.top .mv .link:hover {
	background-color: rgba(252,252,252,0.30);
}
#main.top .mv .box-inner {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
#main.top .mv .info {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #a8233e;
	color: #fff;
	position: absolute;
	bottom: -25px;
	left: 0;
	z-index: 3;
}
#main.top .mv .info .text {
	text-align: center;
	line-height: 1.5;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
#main.top .mv .info .text span {
	font-size: 28px;
}
#main.top .mv .info .text a {
	display: inline-block;
	padding-top: 5px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
#main.top .mv .info .text.vol01 p:nth-of-type(1) {
	line-height: 1.3;
}

#main.top .aside {
	margin-bottom: 40px;
}
#main.top .aside .box-inner {
	padding-top: 0;
	padding-bottom: 0;
}
#main.top .news {
	width: 64.28%;
	float: left;
	position: relative;
}
#main.top .news .title-style01 {
	padding-top: 15px;
	padding-right: 160px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#main.top .news .title-style01 span {
	margin-left: 15px;
	font-size: 16px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
}
#main.top .news .btn-style01 {
	float: none;
	margin: 0;
	min-width: inherit;
	position: absolute;
	top: 15px;
	right: 15px;
}
#main.top .news .btn-style01 a {
	padding: 7px 36px;
}
#main.top .news .table {
	display: table;
	width: 100%;
}
#main.top .news .table dl {
	display: table-row;
}
#main.top .news .table dt,
#main.top .news .table dd {
	border-bottom: 1px solid #e0e0e0;
	display: table-cell;
	padding: 12px 0;
}
#main.top .news .table dt {
	font-size: 18px;
}
#main.top .news .table dd {
	color: #666;
	width: 9em;
}
#main.top .news .table dd span {
	display: inline-block;
	width: 7.5em;
	border-right: 2px solid #e1b2bc;
	line-height: 1.1;
}

#main.top .calendar {
	padding: 15px 30px 12px;
	float: right;
	margin-right: -15px;
	width: 34.3%;
	box-sizing: border-box;
	background: url(../../style/img/calendar_bg.png) 0 0 repeat;
}
#main.top .calendar .wrap {
	position: relative;
}
#main.top .calendar .prev,
#main.top .calendar .next {
	width: 24px;
	height: 24px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 15px;
	cursor: pointer;
	z-index: 2;
}
#main.top .calendar .prev {
	background-image: url(../../style/img/calendar_prev.png);
	left: 0;
}
#main.top .calendar .next {
	background-image: url(../../style/img/calendar_next.png);
	right: 0;
}
#main.top .calendar .prev:hover,
#main.top .calendar .next:hover {
	opacity: 0.7;
}
#main.top .calendar .prev.off {
	background-image: url(../../style/img/calendar_prev_off.png);
	cursor: default;
}
#main.top .calendar .next.off {
	background-image: url(../../style/img/calendar_next_off.png);
	cursor: default;
}
#main.top .calendar .prev.off:hover,
#main.top .calendar .next.off:hover {
	opacity: 1;
}
#main.top .calendar .month {
	margin-bottom: 15px;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}
#main.top .calendar .month span {
	font-size: 36px;
}
#main.top .calendar table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	background-color: #fff;
}
#main.top .calendar table th {
	padding: 5px;
	border-left: 1px solid #e5dfd3;
	background-color: #d6d1c9;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	width: 14.2857143%;
}
#main.top .calendar table th:nth-of-type(1) {
	border: 0;
}
#main.top .calendar table td {
	padding: 2px;
	border-bottom: 1px solid #cfcfce;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}
#main.top .calendar table td .wrap {
	padding: 4px 0;
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
}
#main.top .calendar table td .icons {
	text-align: center;
	line-height: 6px;
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
}
#main.top .calendar table td .icons .event {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ac334b;
}
#main.top .calendar table td .icons .extension {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #506482;
}
#main.top .calendar table td .icons span:nth-of-type(2) {
	margin-left: 3px;
}
#main.top .calendar table td.sunday {
	color: #a90022;
}
#main.top .calendar table td.saturday {
	color: #3a6c9b;
}
#main.top .calendar table td.holiday {
	color: #a90022;
}
#main.top .calendar table td.today .wrap {
	border: 1px solid #000;
}
#main.top .calendar table td.close {
	color: #999;
}
#main.top .calendar table td.close .wrap:after {
	content: " ";
	height: 1px;
	width: 200%;
	line-height: 1px;
	background-color: #d2d1d1;
	position: absolute;
	top: 50%;
	left: -50%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#main.top .calendar table td.close .icons {
	display: none;
}
#main.top .calendar .description {
	margin-top: 8px;
	line-height: 1.8;
	font-size: 14px;
}
#main.top .calendar .description ul {
	overflow: hidden;
}
#main.top .calendar .description li {
	float: left;
	margin-right: 13px;
}
#main.top .calendar .description li:nth-child(2) {
	clear: both;
}
#main.top .calendar .description li:nth-child(1) span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	box-sizing: border-box;
	border: 1px solid #d2d1d1;
	position: relative;
	top: 5px;
	overflow: hidden;
}
#main.top .calendar .description li:nth-child(1) span:after {
	content: " ";
	height: 1px;
	width: 200%;
	line-height: 1px;
	background-color: #d2d1d1;
	position: absolute;
	top: 50%;
	left: -50%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#main.top .calendar .description li:nth-child(2) span,
#main.top .calendar .description li:nth-child(3) span {
	margin: 0 10px 0 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ac334b;
}
#main.top .calendar .description li:nth-child(3) span {
	background-color: #506482;
}

#main.top .navi {
	background-color: #f6f4f0;
}
#main.top .navi .box-inner {
	padding-top: 40px;
	padding-bottom: 10px;
}
#main.top .navi ul {
	overflow: hidden;
}
#main.top .navi li {
	margin: 0 2.9% 30px 0;
	width: 31.4%;
	float: left;
	position: relative;
}
#main.top .navi li:nth-child(3n) {
	margin-right: 0;
}
#main.top .navi li:nth-child(3n+1) {
	clear: both;
}
#main.top .navi li a {
	display: block;
	text-decoration: none;
}
#main.top .navi li a:hover {
	opacity: 0.7;
}
#main.top .navi li.vol01 .tit {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
#main.top .navi li.vol02 dl {
	overflow: hidden;
	background-color: #dedad2;
}
#main.top .navi li.vol02 dt {
	width: 10.6%;
	float: left;
	line-height: 1.3;
	text-align: center;
	color: #868178;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
#main.top .navi li.vol02 dd {
	width: 89.4%;
	float: right;
	position: relative;
}
#main.top .navi li.vol02 dd .tit {
	margin-top: -15px;
	position: absolute;
	top: 50%;
	left: 18px;
	color: #fff;
	font-size: 20px;
}
#main.top .navi li.vol03 a {
	display: table;
	width: 100%;
	background-color: #fff;
}
#main.top .navi li.vol03 dl {
	display: table-row;
}
#main.top .navi li.vol03 dd {
	display: table-cell;
	width: 45.45%;
}
#main.top .navi li.vol03 dd img {
	width: 100%;
}
#main.top .navi li.vol03 dt {
	display: table-cell;
	padding: 15px 35px 15px 15px;
	vertical-align: middle;
	color: #000;
	line-height: 1.4;
	background: url(../img/icon_btn01.png) 94% center no-repeat;
}
@media screen and (max-width: 1080px) {
	#main.top .mv .box-inner {
		padding: 0;
	}
}
@media screen and (max-width: 750px) {
	#main.top .mv {
		margin-bottom: 20px;
	}
	#main.top .mv .info {
		padding: 10px;
		width: auto;
		height: auto;
		border-radius: 0;
		position: static;
	}
	#main.top .mv .link {
		display: none;
	}
	#main.top .mv .info .text {
		font-size: 12px;
		position: static;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
	}
	#main.top .mv .info .text span {
		font-size: 16px;
	}
	#main.top .mv .info .text a {
		padding-top: 0;
		font-size: 12px;
	}
	#main.top .mv .info .text.vol01 p:nth-of-type(1) {
		line-height: inherit;
	}

	#main.top .aside {
		margin-bottom: 35px;
	}
	#main.top .news {
		margin-bottom: 20px!important;
		width: auto;
		float: none;
	}
	#main.top .news .title-style01 {
		padding-top: 0;
		padding-right: 120px;
		padding-bottom: 8px;
		line-height: 1.3;
	}
	#main.top .news .title-style01 span {
		display: block;
		margin-left: 0;
		font-size: 11px;
	}
	#main.top .news .btn-style01 {
		top: 0;
		right: 0;
		width: auto;
	}
	#main.top .news .btn-style01 a {
		padding: 7px 33px;
	}
	#main.top .news .table {
		display: block;
	}
	#main.top .news .table dl {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #e0e0e0;
		line-height: 1.5;
	}
	#main.top .news .table dt,
	#main.top .news .table dd {
		border-bottom: 0;
		display: block;
		padding: 0;
	}
	#main.top .news .table dt {
		font-size: 14px;
	}
	#main.top .news .table dd {
		margin-bottom: 3px;
		width: auto;
		font-size: 13px;
	}
	#main.top .news .table dd span {
		border-right: 1px solid #e1b2bc;
		width: auto;
		padding-right: 10px;
		min-width: 7.5em;
	}

	#main.top .calendar {
		padding: 15px 27px 12px;
		float: none;
		margin-right: 0;
		width: auto;
		background-size: 249px auto;
	}
	#main.top .calendar .prev,
	#main.top .calendar .next {
		width: 13px;
		height: 13px;
		top: 15px;
	}
	#main.top .calendar .prev {
		left: 11px;
	}
	#main.top .calendar .next {
		right: 11px;
	}
	#main.top .calendar .prev:hover,
	#main.top .calendar .next:hover {
		opacity: 1;
	}
	#main.top .calendar .month {
		margin-bottom: 12px;
		font-size: 18px;
	}
	#main.top .calendar .month span {
		font-size: 27px;
	}
	#main.top .calendar table th {
		padding: 6px;
		font-size: 13px;
	}
	#main.top .calendar table td {
		padding: 1px;
		font-size: 14px;
	}
	#main.top .calendar table td .wrap {
		padding: 5px 0;
	}
	#main.top .calendar table td .icons {
		bottom: 2px;
	}
	#main.top .calendar .description {
		font-size: 12px;
	}
	#main.top .calendar .description li {
		margin-right: 20px;
	}
	#main.top .calendar .description li:nth-child(1) span {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	#main.top .navi .box-inner {
		padding-top: 20px;
		padding-bottom: 5px;
	}
	#main.top .navi li {
		margin: 0 0 15px 0;
		width: auto;
		float: none;
	}
	#main.top .navi li:nth-child(3n+1) {
		clear: none;
	}
	#main.top .navi li a:hover {
		opacity: 1;
	}
	#main.top .navi li.vol01 .tit {
		font-size: 18px;
	}
	#main.top .navi li.vol02 dt {
		font-size: 16px;
	}
	#main.top .navi li.vol02 dd .tit {
		margin-top: -14px;
		font-size: 18px;
	}
	#main.top .navi li.vol03 {
		width: 47.8%;
		float: left;
	}
	#main.top .navi li.vol03:nth-of-type(2n+1) {
		float: right;
	}
	#main.top .navi li.vol03:nth-of-type(2n) {
		clear: both;
	}
	#main.top .navi li.vol03 a {
		display: block;
	}
	#main.top .navi li.vol03 dl {
		display: block;
	}
	#main.top .navi li.vol03 dd {
		display: block;
		width: auto;
	}
	#main.top .navi li.vol03 dt {
		display: block;
		padding: 10px 25px 10px 12px;
		background: url(../img/icon_btn01.png) 96% center no-repeat;
		background-size: 10px auto;
	}
}

/*-----------------------------------------
		年間スケジュール(T)
-----------------------------------------*/
#main.year-schedule .box-style01 .column01 {
	float: right;
}
#main.year-schedule .box-style01 .column02 {
	margin-right: 285px;
}
#main.year-schedule .box-style01 .column02 .img {
	display: none;
}
#main.year-schedule .later .text-area {
	width: 65.7%;
	float: right;
}
#main.year-schedule .later .img {
	width: 31.4%;
	float: left;
}
#main.year-schedule .later h4 {
	font-size: 22px;
}
#main.year-schedule .later h4 .date {
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
	color: #9a0c29;
}
#main.year-schedule .later h4 .sub {
	font-size: 18px;
}
#main.year-schedule .later .btn-style02 {
	padding-top: 15px;
	clear: both;
	margin: 0 0 0 34.2%;
}
#main.year-schedule .later .btn-style01 {
	float: right;
}
@media screen and (max-width: 750px) {
	#main.year-schedule section section section {
		margin-bottom: 40px;
	}
	#main.year-schedule .title-style02 {
		margin-bottom: 20px;
	}
	#main.year-schedule .title-style03 {
		margin-bottom: 18px;
	}
	#main.year-schedule .box-style01 {
		margin-top: 20px;
	}
	#main.year-schedule .box-style01 .column01 {
		display: none;
	}
	#main.year-schedule .box-style01 .column02 {
		margin-right: 0;
	}
	#main.year-schedule .box-style01 .column02 .img {
		display: block;
		width: 43.6%;
		margin: 0 auto 20px;
	}
	#main.year-schedule .box-style01 .column02 .btn-style01 {
		margin: 0 0 20px;
		width: auto;
		display: block;
		float: none;
	}
	#main.year-schedule .box-style01 .column02 .btn-style01:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	#main.year-schedule .later .text-area {
		width: auto;
		float: none;
	}
	#main.year-schedule .later .img {
		margin-top: 10px;
		width: auto;
		float: none;
	}
	#main.year-schedule .later h4 {
		font-size: 17px;
	}
	#main.year-schedule .later h4 .date {
		margin-bottom: 2px;
		font-size: 13px;
	}
	#main.year-schedule .later h4 .sub {
		font-size: 13px;
	}
	#main.year-schedule .later .btn-style02 {
		display: block;
		padding-top: 10px;
		margin: 0 auto;
		float: none;
	}
	#main.year-schedule .later .btn-style01 {
		display: block;
		padding-top: 10px;
		margin: 0 auto;
		float: none;
	}
}

/*-----------------------------------------
		併設展示(T)
-----------------------------------------*/
#main.establishment .exhibition2 {
	background-color: #f9f8f6;
}
#main.establishment .exhibition2 .img-box01.list .text-left {
	width: 74.2%;
}
#main.establishment .exhibition2 .img-box01.list .img-right {
	width: 22.8%;
}
#main.establishment .exhibition2 .img-box01.list .img-right li {
	margin-bottom: 20px;
}
#main.establishment .exhibition2 .products {
	overflow: hidden;
}
#main.establishment .exhibition2 .products li {
	margin-right: 2.9%;
	width: 31.4%;
	float: left;
}
#main.establishment .exhibition2 .products li:last-child {
	margin-right: 0;
}
#main.establishment .exhibition2 .products li .caption {
	display: block;
	padding: 10px 14px;
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
}
#main.establishment table {
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	min-width: 50%;
	border-top: 1px solid #e0e0e0;
}
#main.establishment table th {
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #7a766e;
}
#main.establishment table td {
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
	#main.establishment .lead {
		margin: 20px 0 0;
	}
	#main.establishment .exhibition2 .img-box01.list .text-left,
	#main.establishment .exhibition2 .img-box01.list .img-right {
		width: auto;
	}
	#main.establishment .exhibition2 .img-box01.list .img-right ul {
		overflow: hidden;
	}
	#main.establishment .exhibition2 .img-box01.list .img-right li {
		margin-bottom: 0;
		width: 49.2%;
		float: left;
	}
	#main.establishment .exhibition2 .img-box01.list .img-right li:nth-child(2) {
		float: right;
	}
	#main.establishment .exhibition2 .products li {
		margin-right: 0;
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	#main.establishment .exhibition2 .products li .caption {
		padding: 10px 15px;
		font-size: 12px;
	}
}

/*-----------------------------------------
		ご利用案内(T)
-----------------------------------------*/
#main.utilization .access table {
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
#main.utilization .access th {
	padding: 20px 40px 20px 0;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	min-width: 150px;
}
#main.utilization .access td {
	padding: 20px 0 20px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
}
#main.utilization .access td address {
	float: left;
}
#main.utilization .access td .btn-style02 {
	float: right;
}
#main.utilization .map {
	padding: 30px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #fff;
}
#main.utilization .map img {
	width: 380px;
	height: auto;
}
#main.utilization .floor .btn-style01 {
	float: none;
}


@media screen and (max-width: 640px) {
	#main.utilization .access th {
		padding: 13px 0 13px;
		min-width: 5em;
	}
	#main.utilization .access td {
		padding: 13px 0 13px;
	}
	#main.utilization .access td address {
		margin-bottom: 10px;
		float: none;
	}
	#main.utilization .access td .btn-style02 {
		float: left;
		width: 65%;
	}
	#main.utilization .map {
		padding: 20px 40px;
		margin-bottom: 15px;
	}
	#main.utilization .map img {
		width: auto;
	}
	#main.utilization .floor .btn-style01 {
		width: 60%;
	}
}

/*-----------------------------------------
		アクセス(T)
-----------------------------------------*/
#main.access > .box-inner:nth-of-type(1) {
	padding-bottom: 30px;
}
#main.access > .box-inner:nth-of-type(2) {
	padding-top: 20px;
}
#main.access .root-navi {
	margin-bottom: 10px;
}
#main.access .navi01,
#main.access .navi02 {
	border: 1px solid #d4cfc6;
	overflow: hidden;
}
#main.access .navi02 {
	border: 0;
}
#main.access .navi01 li,
#main.access .navi02 li {
	padding: 10px 15px;
	border-bottom: 1px solid #d4cfc6;
	border-right: 1px solid #d4cfc6;
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
}
#main.access .navi01 li:nth-child(3n) {
	width: 33.34%;
	border-right: 0;
}
#main.access .navi01 li:nth-last-child(1),
#main.access .navi01 li:nth-last-child(2) {
	border-bottom: 0;
	border-top: 0;
}
#main.access .navi02 li {
	width: 50%;
	background-color: #f1eee8;
	border: 0;
}
#main.access .navi01 li span,
#main.access .navi02 li span {
	display: inline-block;
	padding-left: 24px;
	background: url(../img/icon_btn03.png) 4px center no-repeat;
	background-size: 10px auto;
	position: relative;
}
#main.access .navi01 li:hover,
#main.access .navi01 li.cur {
	background-color: #dfdbd3;
}
#main.access .navi02 li:hover,
#main.access .navi02 li.cur {
	background-color: #f9f8f6;
}
#main.access .navi01 li.cur,
#main.access .navi02 li.cur {
	font-weight: bold;
}
#main.access .navi01 li.cur span,
#main.access .navi02 li.cur span {
	background: none;
}
#main.access .navi01 li.cur span:after,
#main.access .navi02 li.cur span:after {
	content: " ";
	width: 8px;
	height: 2px;
	line-height: 2px;
	background-color: #9d0020;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
#main.access .map-navi {
	padding-bottom: 20px;
	margin-bottom: 0;
	background-color: #f9f8f6;
	display: none;
}
#main.access .map-navi02 {
	display: none;
}
#main.access .map-navi02:nth-of-type(1) {
	display: inherit;
}
#main.access .map-navi .box-inner {
	padding-top: 40px;
}
#main.access .map-navi .tit-navi {
	background-color: #f6f4f0;
}
#main.access .map-navi .tit-navi .box-inner {
	padding-top: 0;
	padding-bottom: 0;
}
#main.access .map-navi .map {
	margin: 40px 0;
	position: relative;
	background-color: #fff;
	text-align: center;
}
#main.access .map-navi02:nth-of-type(1) .map {
	background-color: #f1eee8;
}
#main.access .map-navi .map span {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
}
#main.access .map-navi .root {
	overflow: hidden;
}
#main.access .map-navi .root li {
	margin: 0 2.9% 20px 0;
	width: 31.4%;
	float: left;
	background-color: #fff;
	position: relative;
}
#main.access .map-navi .root li:nth-child(3n) {
	margin-right: 0;
}
#main.access .map-navi .root li:nth-child(3n+1) {
	clear: both;
}
#main.access .map-navi .root li .text {
	padding: 10px 14px;
	line-height: 1.5;
	font-size: 14px;
}
#main.access .map-navi .root li .num {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #9a8e84;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
#main.access .map-navi .root li.noImage .box {
	padding-top: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	max-width: 230px;
	width: 100%;
	box-sizing: border-box;
}
#main.access .map-navi .root li.noImage .num {
	top: 0;
	left: 50%;
	margin-left: -25px;
}

@media screen and (max-width: 980px) {
	#main.access .map-navi .map span {
		display: block;
		padding: 10px 20px;
		text-align: left;
		position: static;
	}
	#main.access .map-navi .map span br {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	#main.access .navi01 li {
		width: 50%;
	}
	#main.access .navi01 li:nth-child(3n) {
		width: 50%;
		border-right: 1px solid #d4cfc6;
	}
	#main.access .navi01 li:nth-last-child(1),
	#main.access .navi01 li:nth-last-child(2) {
		border-bottom: 1px solid #d4cfc6;
		border-right: 1px solid #d4cfc6;
	}
	#main.access .navi01 li:nth-child(2n) {
		border-right: 0;
	}
	#main.access .navi01 li:last-child {
		border-bottom: 0;
	}
	#main.access .map-navi .root li {
		width: 47.8%;
		float: left;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#main.access .map-navi .root li:nth-child(3n+1) {
		clear: inherit;
	}
	#main.access .map-navi .root li:nth-of-type(2n) {
		float: right;
	}
	#main.access .map-navi .root li:nth-of-type(2n+1) {
		clear: both;
	}
}
@media screen and (max-width: 640px) {
	#main.access > .box-inner:nth-of-type(1) {
		padding-bottom: 20px;
	}
	#main.access > .box-inner:nth-of-type(2) {
		padding-top: 0;
	}
	#main.access .root-navi {
		margin-bottom: 0;
	}
	#main.access .navi01 {
		border-bottom: 0;
	}
	#main.access .navi01 li {
		padding: 8px 10px;
		width: auto;
		float: none;
		border-right: 0;
	}
	#main.access .navi02 li {
		padding: 8px 10px;
	}
	#main.access .navi01 li span,
	#main.access .navi02 li span {
		padding-left: 20px;
		background-size: 10px auto;
	}
	#main.access .navi01 li:nth-child(3n) {
		width: auto;
		border-right: 0;
	}
	#main.access .navi01 li:nth-last-child(1),
	#main.access .navi01 li:nth-last-child(2) {
		border-bottom: 1px solid #d4cfc6;
		border-right: 0;
	}
	
	#main.access .map-navi {
		padding-bottom: 0;
	}
	#main.access .map-navi .box-inner {
		padding-top: 5px;
	}
	#main.access .map-navi .map {
		margin: 20px 0;
		overflow-x: scroll;
	}
	#main.access .map-navi .map span {
		padding: 8px 10px;
		font-size: 12px;
		min-width: 500px;
	}
	#main.access .map-navi .map img {
		min-width: 500px;
	}
	#main.access .map-navi02:nth-of-type(1) .map img {
		min-width: inherit;
	}
	#main.access .map-navi .root li .text {
		padding: 8px 10px;
		font-size: 12px;
	}
	#main.access .map-navi .root li .num {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		top: 5px;
		left: 5px;
	}
	#main.access .map-navi .root li.noImage .box {
		padding: 30px 10px 0;
		box-sizing: border-box;
	}
	#main.access .map-navi .root li.noImage .num {
		margin-left: -15px;
	}
}

/*-----------------------------------------
		収蔵品の紹介「出光コレクション」(T)
-----------------------------------------*/
#main.collection .mv {
	height: 320px;
	background: url(../../about/collection/style/img/mv.png) center 0 repeat-x;
}
#main.collection .about-navi {
	margin-bottom: 70px;
	text-align: center;
}
#main.collection .about-navi .btn-style01 {
	margin: 0 30px 0 0;
	min-width: 330px;
	float: none;
	text-align: left;
}
#main.collection .collec-navi {
	overflow: hidden;
}
#main.collection .collec-navi li {
	margin: 0 2.9% 30px 0;
	width: 31.4%;
	float: left;
	background-color: #fff;
}
#main.collection .collec-navi li:nth-child(3n) {
	margin-right: 0;
}
#main.collection .collec-navi li:nth-child(3n+1) {
	clear: both;
}
#main.collection .collec-navi li a {
	display: block;
	text-decoration: none;
	color: #000;
}
#main.collection .collec-navi li a:hover {
	opacity: 0.7;
}
#main.collection .collec-navi li .text {
	padding: 13px 19px;
	line-height: 1.5;
}
#main.collection .collec-navi li .title {
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	#main.collection .about-navi {
		margin-bottom: 30px;
	}
	#main.collection .about-navi .btn-style01 {
		margin: 0 0 30px 0;
		min-width: inherit;
		width: auto;
		display: block;
	}
}
@media screen and (max-width: 640px) {
	#main.collection .mv {
		height: 190px;
		margin-bottom: 20px;
		background-size: auto 100%;
	}
	#main.collection .about-navi {
		margin-bottom: 15px;
	}
	#main.collection .about-navi .btn-style01 {
		margin-bottom: 15px;
	}
	#main.collection .collec-navi li:nth-child(3n+1) {
		clear: inherit;
	}
	#main.collection .collec-navi li:nth-child(3n) {
		margin-right: 1.6%;
	}
	#main.collection .collec-navi li {
		margin: 0 1.6% 15px 0;
		width: 49.2%;
	}
	#main.collection .collec-navi li a:hover {
		opacity: 1;
	}
	#main.collection .collec-navi li:nth-child(2n) {
		margin-right: 0;
	}
	#main.collection .collec-navi li:nth-child(2n+1) {
		clear: both;
	}
	#main.collection .collec-navi li .text {
		padding: 8px 13px;
	}
	#main.collection .collec-navi li .title {
		font-size: 16px;
		font-weight: bold;
	}
}

/*-----------------------------------------
		コレクション展示情報(T)
-----------------------------------------*/
#main.collection-introduction .white-box {
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
	#main.collection-introduction .white-box {
		margin: 20px 0 30px;
	}
	#main.collection-introduction .btn-style01 {
		width: auto;
		display: block;
		float: none;
	}
}



/*-----------------------------------------
		ミュージアムショップ
-----------------------------------------*/
#main.museum .mv {
	margin: 0 -15px 20px;
}
#main.museum .museum-navi {
	margin-bottom: 40px;
	overflow: hidden;
}
#main.museum .museum-navi li {
	margin: 0 2.9% 0 0;
	width: 22.8%;
	float: left;
	background-color: #fff;
}
#main.museum .museum-navi li:nth-child(4) {
	margin-right: 0;
}
#main.museum .museum-navi li a {
	display: block;
	text-decoration: none;
	color: #000;
}
#main.museum .museum-navi li a:hover {
	opacity: 0.7;
}
#main.museum .museum-navi li .text {
	padding: 9px 14px;
	line-height: 1.5;
	font-size: 14px;
}
#main.museum .museum-navi li .title {
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
}
#main.museum .box-style01 .text-area {
	padding-top: 25px;
}
#main.museum .box-style01 h2 {
	padding: 0 0 8px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dfdbd3;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: inherit;
	color: #000;
}
#main.museum .box-style01 .column01 {
	width: 240px;
	float: right;
}
#main.museum .box-style01 .column02 {
	margin-right: 285px;
}
#main.museum .box-style01 .column02 .img {
	display: none;
}
#main.museum .box-style01 .column02 .text-box {
	padding: 12px 20px;
	background-color: #f6f4f0;
}

@media screen and (max-width: 1080px) {
	#main.museum .box-inner {
		padding-top: 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 640px) {
	#main.museum .mv {
		margin: 20px -130px 15px;
	}
	#main.museum .museum-navi {
		margin-bottom: 5px;
	}
	#main.museum .museum-navi li {
		margin: 0 0 15px;
		width: 48%;
		float: left;
	}
	#main.museum .museum-navi li:nth-child(2n) {
		float: right;
	}
	#main.museum .museum-navi li:nth-child(2n+1) {
		clear: both;
	}
	#main.museum .museum-navi li a:hover {
		opacity: 1;
	}
	#main.museum .museum-navi li .text {
		padding: 5px 10px;
		font-size: 12px;
	}
	#main.museum .museum-navi li .title {
		margin-bottom: 2px;
		font-size: 16px;
	}
	#main.museum .box-style01 .text-area {
		padding-top: 15px;
	}
	#main.museum .box-style01 h2 {
		padding: 0 0 5px;
		margin-bottom: 15px;
		font-size: 16px;
	}
	#main.museum .box-style01 .column01 {
		display: none;
	}
	#main.museum .box-style01 .column02 {
		margin: 0;
	}
	#main.museum .box-style01 .column02 .text-box {
		padding: 8px 10px;
		margin-bottom: 20px;
	}
	#main.museum .box-style01 .column02 .img {
		display: block;
		max-width: 120px;
		margin: 0 auto;
	}
}


/*-----------------------------------------
		ミュージアムショップ下層
-----------------------------------------*/
#buy-btn {
	position: fixed;
	top: 390px;
	right: 0;
	z-index: 6;
	line-height: 1.3;
}
#buy-btn a {
	padding: 40px 20px;
	display: block;
	text-decoration: none;
	background: url(../img/icon_btn03.png) center 90% no-repeat #dfdbd3;
	background-size: 10px auto;
}
#buy-btn a:hover {
	opacity: 0.7;
}
#main.museum-sub .box-style01 {
	margin-bottom: 55px;
}
#main.museum-sub .box-style01 h3 .sub {
	display: block;
	line-height: 1.3;
}
#main.museum-sub .box-style01 .column01 {
	margin-bottom: 30px;
	width: 25%;
	float: right;
}
#main.museum-sub .box-style01 .column02 {
	margin-bottom: 30px;
	width: 70.3%;
	float: left;
}
#main.museum-sub .box-style01 .column02 .text-box {
	padding: 12px 20px;
	background-color: #f6f4f0;
}
#main.museum-sub .box-style01 .images {
	clear: both;
	overflow: hidden;
}
#main.museum-sub .box-style01 .images li {
	margin-right: 1.7%;
	width: 32.2%;
	float: left;
}
#main.museum-sub .box-style01 .images li:nth-child(3n) {
	margin-right: 0;
}
#main.museum-sub .price-ate {
	font-size: 14px;
	text-align: right;
	margin: -10px 0 30px;
}
#main.museum-sub .column-box01 {
	overflow: hidden;
}
#main.museum-sub .column-box01 .column {
	margin-bottom: 40px;
	width: 48.5%;
	float: left;
	overflow: hidden;
}
#main.museum-sub .column-box01 .column.vol02 {
	width: 74.25%;
}
#main.museum-sub .column-box01 .column.vol03 {
	width: auto;
	float: none;
}
#main.museum-sub .column-box01 .column:nth-of-type(2n) {
	float: right;
}
#main.museum-sub .column-box01 .column:nth-of-type(2n+1) {
	clear: both;
}
#main.museum-sub .column-box01 .column .img {
	width: 35.3%;
	float: left;
	position: relative;
}
#main.museum-sub .column-box01 .column.vol02 .imgs {
	overflow: hidden;
	width: 48%;
	float: left;
}
#main.museum-sub .column-box01 .column.vol02 .imgs li {
	margin-right: 4%;
	width: 48%;
	float: left;
	position: relative;
}
#main.museum-sub .column-box01 .column.vol02 .imgs li:nth-child(2) {
	margin-right: 0;
}
#main.museum-sub .column-box01 .column.vol03 .imgs {
	overflow: hidden;
	width: 62%;
	float: left;
}
#main.museum-sub .column-box01 .column.vol03 .imgs li {
	margin-right: 3.5%;
	width: 31%;
	float: left;
	position: relative;
}
#main.museum-sub .column-box01 .column.vol03 .imgs li:nth-child(3) {
	margin-right: 0;
}
#main.museum-sub .column-box01 .column.vol03 .img {
	width: 62%;
}
#main.museum-sub .box-style01 .column01.modal-img0 a,
#main.museum-sub .box-style01 .images .img a,
#main.museum-sub .column-box01 .column .img a,
#main.museum-sub .column-box01 .column.vol02 .imgs li a,
#main.museum-sub .column-box01 .column.vol03 .imgs li a {
	display: block;
	position: relative;
}
#main.museum-sub .box-style01 .column01.modal-img0 a:after,
#main.museum-sub .box-style01 .images .img a:after,
#main.museum-sub .column-box01 .column .img a:after,
#main.museum-sub .column-box01 .column.vol02 .imgs li a:after,
#main.museum-sub .column-box01 .column.vol03 .imgs li a:after {
	content: " ";
	width: 50px;
	height: 50px;
	background: url(../../museum/illust/style/img/icon_expansion.png) 0 0 no-repeat;
	background-size: 50px 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
#main.museum-sub .column-box01 .column .img a:hover,
#main.museum-sub .column-box01 .column.vol02 .imgs li a:hover,
#main.museum-sub .column-box01 .column.vol03 .imgs li a:hover {
	opacity: 0.7;
}
#main.museum-sub .column-box01 .column .text-area {
	width: 58.8%;
	float: right;
}
#main.museum-sub .column-box01 .column.vol02 .text-area {
	width: 49%;
}
#main.museum-sub .column-box01 .column.vol03 .text-area {
	width: 35%;
}
#main.museum-sub .column-box01 .column .title-style03 {
	margin-bottom: 20px;
	line-height: 1.3;
}
#main.museum-sub .column-box01 .column .title-style03 span {
	display: block;
	font-size: 16px;
}
#main.museum-sub .column-box01 .column table {
	margin-top: 15px;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
}
#main.museum-sub .column-box01 .column table th {
	border-top: 1px solid #e0e0e0;
	padding: 5px 0 5px 5px;
	text-align: left;
	vertical-align: top;
	color: #949088;
	font-weight: bold;
	width: 110px;
}
#main.museum-sub .column-box01 .column table td {
	border-top: 1px solid #e0e0e0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#main.museum-modal {
	padding: 30px;
	border: 15px solid #d4cfc6;
	background-color: #fff;
}
#main.museum-modal .indent li {
	padding-left: 1em;
	text-indent: -1em;
}
#main.museum-sub .other-book .column {
	width: 100%;
}
#main.museum-sub .other-book .column .img {
	width: 17%;
}
#main.museum-sub .other-book .column .text-area{
	width: 80.6%;
}
#main.museum-sub .book-info{
	overflow: hidden;
}
#main.museum-sub .book-info li{
	float: left;
	width: 50%;
	padding: 0 20px 40px 0;
	box-sizing: border-box;
}
#main.museum-sub .book-info li:nth-of-type(even){
	padding: 0 0 40px 20px;
}
#main.museum-sub .column .book-info table{
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	#main.museum-sub .box-style01 {
		margin-top: 20px;
	}
	#main.museum-sub .box-style01 .column01,
	#main.museum-sub .box-style01 .column02 {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	#main.museum-sub .box-style01 .column02 .btn-style01 {
		margin: 0 0 20px;
		width: auto;
		display: block;
		float: none;
	}
	#main.museum-sub .box-style01 .column01 {
		text-align: center;
	}
	#main.museum-sub .box-style01 .column01 img {
		max-width: 120px;
	}
	#main.museum-sub .box-style01 .images li {
		margin-right: 0;
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	#main.museum-sub .box-style01 .images li:last-child {
		margin-bottom: 0;
	}
	
	#main.museum-sub .price-ate {
		font-size: 12px;
		margin: -10px 0 10px;
	}
	#buy-btn {
		top: auto;
		bottom: 0;
		right: 0;
		width: 100%;
		text-align: center;
	}
	#buy-btn a {
		padding: 15px;
		background-position: 95% center;
		background-size: 15px auto;
	}
	#buy-btn a:hover {
		opacity: 1;
	}

	#main.museum-sub .column-box01 .column,
	#main.museum-sub .column-box01 .column.vol02 {
		margin-bottom: 35px;
		width: auto;
		float: none;
	}
	#main.museum-sub .column-box01 .column:nth-of-type(2n) {
		float: none;
	}
	#main.museum-sub .column-box01 .column .img {
		width: auto;
		max-width: 140px;
		margin: 0 auto 15px;
		float: none;
		text-align: center;
	}
	#main.museum-sub .column-box01 .column.vol02 .imgs {
		width: auto;
		max-width: 280px;
		margin: 0 auto 15px;
		float: none;
	}
	#main.museum-sub .column-box01 .column .img.size02 {
		max-width: 240px;
	}
	#main.museum-sub .column-box01 .column .img:after,
	#main.museum-sub .column-box01 .column.vol02 .imgs li:after {
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}
	#main.museum-sub .column-box01 .column .img a:hover,
	#main.museum-sub .column-box01 .column.vol02 .imgs li a:hover {
		opacity: 1;
	}
	#main.museum-sub .column-box01 .column.vol03 .imgs {
		width: auto;
		float: none;
	}
	#main.museum-sub .column-box01 .column .text-area,
	#main.museum-sub .other-book .column .text-area{
		width: auto!important;
		float: none;
	}
	#main.museum-sub .other-book .column li {
		width: auto;
		float: none;
		padding: 0 0 30px;
	}
	#main.museum-sub .column-box01 .column .title-style03 {
		margin-bottom: 14px;
	}
	#main.museum-sub .column-box01 .column .title-style03 span {
		font-size: 12px;
	}
	#main.museum-sub .column-box01 .column table {
		margin-top: 15px;
	}
	#main.museum-sub .column-box01 .column table th {
		padding: 12px 0;
		width: 75px;
	}
	#main.museum-sub .column-box01 .column table td {
		padding: 12px 0 12px 10px;
	}
	#main.museum-modal {
		padding: 15px;
		border: 10px solid #d4cfc6;
	}
	body.shop-sub #footer .foot-navi .box-inner {
		padding-bottom: 70px;
	}
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	padding-top: 50px;
	width: 1000px;
}
.mfp-figure-wrap {
	padding-top: 50px;
}
.mfp-figure-inner {
	border: 15px solid #d4cfc6;
	width: 650px;
	padding: 30px;
	background-color: #fff;
}
.mfp-figure-inner .mfp-bottom-bar {
	margin: 0;
	position: static;
}
.mfp-figure-inner .mfp-bottom-bar .mfp-title {
	padding-left: 22px;
	border-left: 10px solid #9a0c29;
	color: #000;
	font-size: 28px;
	line-height: 1.2;
}
.mfp-figure-inner .mfp-bottom-bar .mfp-title span {
	display: block;
	font-size: 20px;
}
.mfp-figure-inner .mfp-bottom-bar .mfp-title span:nth-of-type(1) {
	margin-bottom: 5px;
}
.mfp-figure-inner img.mfp-img {
	padding: 20px 0 0;
}
.mfp-figure-inner .mfp-close {
	top: 10px;
}
@media screen and (max-width: 1000px) {
	.mfp-inline-holder .mfp-content,
	.mfp-ajax-holder .mfp-content {
		padding: 50px 10px 10px;
		width: auto;
	}
}
@media screen and (max-width: 650px) {
	.mfp-figure-inner {
		width: auto;
	}
}

/*-----------------------------------------
		/about/foundation/ 公益財団法人出光美術館について 
-----------------------------------------*/
#main.foundation-about ol {
	line-height: 2.0;
 margin-left: 0.3em;
 padding-left: 1em;
 text-indent: -1em;
}
#main.foundation-about table {
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	min-width: 68.33%;
	border-top: 1px solid #e0e0e0;
}
#main.foundation-about table th {
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #7a766e;
	width: 33.34%;
}
#main.foundation-about table td {
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	vertical-align: top;
}
@media screen and (max-width: 650px) {
#main.foundation-about table {
	min-width: 100%;
}
#main.foundation-about table:last-child{
	margin-bottom: 10px;
}
}
