@charset "UTF-8";
.content-wrapper {
	overflow: hidden;
	padding: 0;
}
/* page-space
-------------------------------------------------- */
.box-main-image__inner{
	padding: 75px 0 60px;
}
@media (max-width: 767px) {
	.box-main-image{
		height: auto;
	}
	.box-main-image__inner{
		padding: 40px 0 30px;
	}
}
/*------------------------------------------------*/
.lst-link {
	margin: 0 0;
}
.lst-link .box-link {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.lst-link li {
	margin-bottom: 5px;
}
.lst-link li:last-child {
	margin-bottom: 0;
}
.lst-link li:nth-child(even) .box-link {
	direction: rtl;
}
.lst-link .box-link .box-link__image {
	display: table-cell;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
}
.lst-link .box-link .box-link__content {
	display: table-cell;
	vertical-align: middle;
	padding: 55px 30px 30px;
	background: url(/assets/images/common/bg_noized_beige_medium.png);
	text-align: center;
	position: relative;
	opacity: 1;
	transition: 1s;
	width: 42.5%;
}
.page-space .box-link:hover .box-link__image{
	opacity: 0.7;
	transition: opacity .3s;
}
.page-space .box-link .box-link__content:before{
	content: '';
	width: 100%;
	height: 100%;
	background: url(/assets/images/common/bg_noized_beige_semidark.png);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s;
}
.page-space .box-link:hover .box-link__content:before{
	opacity: 1;
}
.lst-link .box-link .js-fullbg {
	height: 320px;
}
.page-space .lst-link li{
	width: 100%;
	padding: 0;
}
.lst-link .box-link .box-link__title {
	position: relative;
	z-index: 2;
	font-size: 12px;
	color: #ec937b;
	line-height: 1.4;
}
.lst-link .box-link .box-link__title em {
	font-size: 30px;
	color: #8a714c;
	display: block;
}
.lst-link .box-link .box-link__text {
	position: relative;
	z-index: 2;
	font-size: 15px;
	color: #665e5a;
	margin-top: 15px;
	line-height: 2.0;
	direction: ltr;
}
.lst-link .box-link .box-link__icon {
	line-height: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
}
@media (max-width: 767px) {
	.lst-link {
		margin: 0;
	}
	.lst-link li {
		margin-bottom: 2px;
	}
	.lst-link li:last-child {
		margin-bottom: 2px;
	}
	.lst-link li:nth-child(even) .box-link {
		direction: ltr;
	}
	.lst-link li:nth-child(odd) .box-link {
		direction: rtl;
	}
	.lst-link .box-link .box-link__content {
		padding: 0 25px 0 22px;
		width: 50%;
	}
	.lst-link .box-link .js-fullbg {
		height: 160px;
	}
	.lst-link .box-link .box-link__title {
		font-size: 10px;
		line-height: 1.4;
	}
	.lst-link .box-link .box-link__title em {
		font-size: 18px;
	}
	.lst-link .box-link .box-link__text {
		font-size: 12px;
		color: #333;
		line-height: 1.5;
		margin-top: 10px;
	}
	.lst-link .box-link .box-link__icon img {
		width: 19px;
		height: 19px;
	}
}
@media (max-width: 1119px) and (min-width: 768px) {
	.lst-link {
		margin: 0;
	}
}

.box-capacity{
	margin: 20px 0 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #4e4544;
	line-height: 1;
}
.box-capacity__label{
	background: #bdae98;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	margin-right: 10px;
}
.box-capacity__people span{
	font-size: 12px;
}
@media (max-width: 767px){
	.box-capacity{
		margin: 20px 0 30px;
		font-size: 14px;
	}
}

/* page-space-chapel
-------------------------------------------------- */

.box-lead--02{
	margin: 120px 0 55px;
}

.box-lead--02 .hdg-lv2{
	margin-bottom: 45px;
	line-height: 1.6;
}
@media (max-width: 767px) {
	.box-lead--02{
		margin: 40px 0 25px;
	}
}

.lbl-information{
	text-align: center;
	color: #fff;
	display: block;
	margin-bottom: -20px;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: bold;
}
.lbl-information span{
	background: #bdaf99;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	position: relative;
}
.lbl-information span:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 15px 21px 0;
	border-color: transparent #bdaf99 transparent transparent;
	position: absolute;
	top: 0;
	left: -15px;
	content: "";
}
.lbl-information span:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 15px;
	border-color: transparent transparent transparent #bdaf99;
	position: absolute;
	top: 0;
	right: -15px;
	content: "";
}
@media (max-width: 767px) {
	.lbl-information{
		margin-bottom: -13px;
	}
	.lbl-information span{
		font-size: 12px;
		padding: 4px 15px 3px;
	}
	.lbl-information span:before{
		border-width: 13px 13px 13px 0;
		left: -13px;
	}
	.lbl-information span:after{
		border-width: 13px 0 13px 13px;
		right: -13px;
	}
}
.page-space-chapel .box-main-image {
	background: none;
	height: 180px;
}
.page-space-chapel .box-main-image__inner {
	padding-top: 55px;
}
.page-space-chapel .box-main-image__inner h1 {
	color: #dc795f;
	font-weight: normal;
}
.page-space-chapel .box-main-image__inner p{
	color: #83685b;
}
.page-space-chapel .box-main-visual{
	background: url(/assets/images/space/space_chapel_main.jpg) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 715px;
	margin:0 auto;
}
.box-main-visual{
	padding-top: 220px;
	box-sizing: border-box;
}
.box-main-heading{
	width: 260px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	background: url(/assets/images/space/space_chapel_bg_heading.png) repeat center;
	padding: 4px;
}
.box-main-heading__inner{
	border: 1px solid #d8cab5;
	padding: 20px 0px 25px;
}
.box-main-heading p{
	font-size: 48px;
	color: #fff;
	line-height: 1.45;
}
.box-main-heading h1{
	font-size: 12px;
	color: #fff;
}
@media (max-width: 767px) {
	.page-space-chapel .box-main-image {
		height: 100px;
	}
	.page-space-chapel .box-main-image__inner {
		padding-top: 23px;
	}
	.page-space-chapel .box-main-visual{
		height: auto;
	}
	.box-main-visual{
		padding-top: 0;
		padding-bottom: 240px;
	}
	.box-main-heading{
		width: 100%;
		background: #fff;
		padding: 0;
	}
	.box-main-heading__inner{
		border: none;
		padding: 25px 10px 25px;
	}
	.box-main-heading p{
		font-size: 30px;
		color: #83685b;
		line-height: 1.2;
	}
	.box-main-heading h1{
		font-size: 10px;
		color: #dc795f;
	}
	.page-space-chapel .box-capacity{
		margin-bottom: 22px;
	}
}

.lst-image {
	margin: 0 0 10px;
}
.lst-image img {
	width: 100%;
	max-width: none;
}
.lst-image > span a {
	display: block;
	position: relative;
	overflow: hidden;
}
.lst-image a > .btn--more {
	position: absolute;
	right: 2px;
	bottom: 0;
}
.lst-image > span a > .btn--more {
	right: 0;
}
.lst-image a > .btn--more .icn {
	bottom: 5px;
	right: 3px;
}
.lst-image > span a {
	padding: 0;
	display: block;
	margin-bottom: 4px;
}
.lst-image > span a:last-child {
	margin-bottom: 0;
}

.lst-image{
	margin: 0 0 75px;
}
.lst-image > a,
.lst-image > span {
	display: block;
	float: left;
	box-sizing: border-box;
	line-height: 0;
	overflow: hidden;
}
.lst-image a > .btn--more {
	position: absolute;
	right: 2px;
	bottom: 0;
}
.lst-image > span a > .btn--more {
	right: 0;
}
.lst-image > span a {
	padding: 0;
	display: block;
	margin-bottom: 3px;
}
.lst-image > span a > img {
	transition: all 0.3s ease;
}
.lst-image > span a:last-child {
	margin-bottom: 0;
}
.lst-image > span a:hover {
	opacity: 1;
}
.lst-image > span a:hover > img{
	opacity: 0.7;
}
.lst-image{
	position: relative;
	padding-bottom: 50.179%;
}
.lst-image--primary{
	padding-bottom: 84.850%;
}
.lst-image .lst-image__img01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 31.965%;
	margin-bottom: 0;
	padding-right: 2px;
}
.lst-image .lst-image__img02{
	position: absolute;
	top: 0;
	width: 43.036%;
	left: 31.965%;
	padding-right: 2px;
}
.lst-image .lst-image__img03 {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
}
.lst-image .lst-image__img04{
	position: absolute;
	width: 25%;
	bottom: 0;
	left: 31.965%;
	margin-bottom: 0;
}
.lst-image--primary .lst-image__img04{
	top: 29.7842105%;
}
.lst-image .lst-image__img05{
	position: absolute;
	width: 43.036%;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	padding-left: 2px;
}
.lst-image--primary .lst-image__img05{
	top: 29.7842105%;
}
.lst-image .lst-image__img06{
	position: absolute;
	width: 54.9107143%;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}
.lst-image .lst-image__img07{
	position: absolute;
	width: 21.9642857%;
	bottom: 0;
	right: calc(22.7678571% + 2px);
	margin-bottom: 0;
}
.lst-image .lst-image__img08{
	position: absolute;
	width: 22.7678571%;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
}
.page-space-chapel .lst-image__img06{
	left: auto;
	right: 0;
}
.page-space-chapel .lst-image__img07{
	right: auto;
	left: 0;
}
.page-space-chapel .lst-image__img08{
	right: auto;
	left: calc(21.9642857% + 3px);
}
@media (max-width: 767px) {
	.lst-image{
		margin: 0 0 37px;
	}
	.lst-image > span a > .btn--more img{
		width: 19px;
		height: auto;
	}
	.lst-image > a, .lst-image > span {
		padding: 0;
		margin-bottom: 2px;
	}
	.lst-image .lst-image__img01 {
		position: static;
		width: 55.93%;
		padding-right: 1px;
		margin-bottom: 2px;
	}
	.lst-image .lst-image__img02{
		position: static;
		width: 50%;
		padding-right: 1px;
	}
	.lst-image .lst-image__img03 {
		position: static;
		width: 44.06%;
		float: right;
		padding-left: 1px;
	}
	.lst-image .lst-image__img04{
		position: static;
		width:  44.06%;
		float: right;
		padding-left: 1px;
	}
	.lst-image .lst-image__img05{
		position: static;
		width: 50%;
		padding-left: 1px;
	}
	.lst-image .lst-image__img06{
		position: static;
		width: 100%;
		float: right;
		padding-left: 0;
		margin-bottom: 2px;
	}
	.lst-image .lst-image__img07{
		position: static;
		width: 49.350%;
		padding-left: 2px;
		float: right;
	}
	.lst-image .lst-image__img08{
		position: static;
		width: 50.625%;
	}
	.lst-image,
	.lst-image--primary{
		padding-bottom: 0;
	}
	.lst-image > span a{
		margin-bottom: 2px;
	}
}


.box-information{
	background: url(/assets/images/space/space_chapel_bg-information.png) repeat-y center center;
	padding: 45px 0;
	font-size: 13px;
	box-sizing: border-box;
	margin: 0 auto;
	display: table;
	max-width: 600px;
	text-align: center;
}
.box-information .hdg-lv3{
	margin-top: 5px;
	margin-bottom: 20px;
	color: #8a714c;
	font-size: 22px;
	text-align: center;
}
.box-information .hdg-lv3 span {
	font-weight: bold;
}
.box-information li {
	border-right: 1px solid #ddd6ce;
	padding: 0 20px;
	/*width: 100%;*/
}
.box-information li:last-child {
	border-right: 0;
}
.box-information .hdg-lv3 em{
	display: block;
	color: #dc795f;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: normal;
	margin-top: 5px;
}
.box-information .wrp-grid {
	display: table;
	table-layout: fixed;
	text-align: center;
	font-size: 0;
}
.box-information .wrp-grid li {
	display: inline-block;
	float: none;
	text-align: center;
}
.box-information .box-media__text p {
	font-size: 13px;
}
@media (max-width: 767px) {
	.box-information{
		padding: 15px;
		margin-bottom: 17px;
	}
	.box-information li {
		padding: 0 20px;
	}
	.box-information .hdg-lv3{
		margin-bottom: 10px;
		font-size: 15px;
	}
	.box-information .hdg-lv3 em{
		font-size: 10px;
	}
	.box-information .box-media__image img{
		width: 130px;
		height: auto;
	}
	.box-information .box-media__text {
		vertical-align: top;
	}
	.box-information .box-media__text  p{
		margin-top: 7px;
		font-size: 12px;
	}
	.box-information li {
		border-right: 0;
		border-bottom: 1px solid #ddd6ce;
		padding: 20px 0;
	}
	.box-information li:last-child {
		border-right: 0;
	}
	.box-information li:last-child {
		border-bottom: 0;
	}
	.box-information .box-media__text p {
		font-size: 12px;
	}
}
.box-information-txt {
	font-size: 12px;
	line-height: 1.4;
}


.box-info-other {
	background: url(/assets/images/space/space_bg_info-other.png) no-repeat center center;
	background-size: contain;
	padding: 45px 0;
	margin-bottom: 60px;
	font-size: 13px;
	box-sizing: border-box;
	margin: 0 auto 60px;
	display: table;
	max-width: 850px;
}
.box-info-other .wrp-grid {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.box-info-other li {
	border-right: 1px solid #ddd6ce;
	padding: 0 20px;
	text-align: center;
}
.box-info-other li:last-child {
	border-right: 0;
}
.box-info-other .wrp-grid li {
	display: inline-block;
	float: none;
}
.box-info-other .hdg-lv3 {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #83685b;
	font-size: 22px;
}
.box-info-other .hdg-lv3 em {
	display: block;
	color: #dc795f;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: normal;
	margin-top: 5px;
}
.box-info-other .box-media__text {
	text-align: left;
}
@media (max-width: 767px) {
	.box-info-other {
		background: url(/assets/images/space/space_bg_info-other_sp.png) no-repeat center center;
		background-size: contain;
		width: 90%;
		max-width: 340px;
		min-width: 300px;
	}
	.box-info-other .wrp-grid {
		margin: 0 auto;
	}
	.box-info-other li:last-child {
		border-bottom: 0;
	}
	.box-info-other .box-media {
		display: block;
		max-width: 513px;
		margin: 0 auto;
	}
	.box-info-other .box-media__image {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.box-info-other .box-media__text {
		display: block;
	}
	.box-info-other .hdg-lv3 {
		font-size: 15px;
	}
}


.box-media{
	display: table;
}
.box-media__image, .box-media__text{
	display: table-cell;
	vertical-align: middle;
}
.box-media__image{
	padding-right: 30px;
	line-height: 0;
	font-size: 0;
}
.box-media__text p {
	margin-top: 15px;
	line-height: 1.7;
}
@media (max-width: 767px) {
	.box-media__image{
		padding-right: 15px;
	}
}

.acr-rollover .acr-rollover__img {
	transform: scale(1,1);
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
}
@media (max-width: 767px) {
	.acr-rollover .acr-rollover__img {
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
	}
}
@media (max-width: 767px) {
	a.fancybox-nav span{
		margin-top: 0;
		position: static;
		display: block;
		height: 16px;
		width: 22px;
		background-size: auto 16px;
	}
	.fancybox-default a.fancybox-prev{
		left: 50%;
		margin-left: -90px;
	}
	.fancybox-default a.fancybox-next{
		right: 50%;
		margin-right: -90px;
	}
	.fancybox-img{
		line-height: 0;
	}
	.fancybox-img img{
		max-width: 100%;
	}
}

/* page-space-terrace
-------------------------------------------------- */
.page-space-terrace .box-main-image {
	background: none;
	height: 180px;
}
.page-space-terrace .box-main-image__inner {
	padding-top: 55px;
}
.page-space-terrace .box-main-image__inner h1 {
	color: #dc795f;
	font-weight: normal;
}
.page-space-terrace .box-main-image__inner p{
	color: #83685b;
}
.page-space-terrace .box-main-visual{
	background: url(/assets/images/space/space_terrace_main.jpg) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 715px;
	margin:0 auto;
}
@media (max-width: 767px) {
	.page-space-terrace .box-main-image {
		height: 100px;
	}
	.page-space-terrace .box-main-image__inner {
		padding-top: 23px;
	}
	.page-space-terrace .box-main-visual{
		background-size: contain;
		height: auto;
	}
}
@media (max-width: 557px) {
	.page-space-terrace .box-main-visual{
		background-size: auto 240px;
		height: auto;
	}
}
.lst-terrace {
	margin: 0 0 10px;
}
.lst-terrace img {
	width: 100%;
	max-width: none;
}
.lst-terrace > span a {
	display: block;
	position: relative;
	overflow: hidden;
}
.lst-terrace a > .btn--more {
	position: absolute;
	right: 2px;
	bottom: 0;
}
.lst-terrace > span a > .btn--more {
	right: 0;
}
.lst-terrace a > .btn--more .icn {
	bottom: 5px;
	right: 3px;
}
.lst-terrace > span a {
	padding: 0;
	display: block;
	margin-bottom: 4px;
}
.lst-terrace > span a:last-child {
	margin-bottom: 0;
}

.lst-terrace{
	margin: 0 0 75px;
}
.lst-terrace > a,
.lst-terrace > span {
	display: block;
	float: left;
	box-sizing: border-box;
	line-height: 0;
	overflow: hidden;
}
.lst-terrace a > .btn--more {
	position: absolute;
	right: 2px;
	bottom: 0;
}
.lst-terrace > span a > .btn--more {
	right: 0;
}
.lst-terrace > span a {
	padding: 0;
	display: block;
	margin-bottom: 4px;
}
.lst-terrace > span a > img {
	transition: all 0.3s ease;
}
.lst-terrace > span a:last-child {
	margin-bottom: 0;
}
.lst-terrace > span a:hover {
	opacity: 1;
}
.lst-terrace > span a:hover > img{
	opacity: 0.7;
}
.lst-terrace{
	position: relative;
	padding-bottom: 50.179%;
}
.lst-terrace .lst-terrace__img01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 42.7%;
	margin-bottom: 0;
}
.lst-terrace .lst-terrace__img02{
	position: absolute;
	top: 0;
	width: 25.036%;
	left: 42.95%;
	padding-right: 2px;
}
.lst-terrace .lst-terrace__img03 {
	position: absolute;
	left: -23px;
	bottom: -6px;
	width: 25.59%;
}
.lst-terrace .lst-terrace__img04{
	position: absolute;
	width: 44.036%;
	bottom: -6px;
	right: 32.09%;
	margin-bottom: 0;
	padding-right: 2px;
}
.lst-terrace .lst-terrace__img05{
	position: absolute;
	right: 0;
	top: 0;
	width: 32%;
	margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 890px) {
	.lst-terrace .lst-terrace__img03 {
		left: -16px;
	}
	.lst-terrace .lst-terrace__img04{
		bottom: -4px;
	}
	.lst-terrace .lst-terrace__img03{
		bottom: -4px;
	}
}
@media (min-width: 891px) and (max-width: 1023px) {
	.lst-terrace .lst-terrace__img03 {
		left: -18px;
	}
}
@media (max-width: 767px) {
	.lst-terrace{
		margin: 0 0 17px;
		padding-bottom: 0;
		overflow: hidden;
	}
	.lst-terrace > span a > .btn--more img{
		width: 19px;
		height: auto;
	}
	.lst-terrace > a, .lst-terrace > span {
		padding: 0;
		margin-bottom: 2px;
	}
	.lst-terrace .lst-terrace__img01 {
		position: static;
		width: 50%;
		padding-left: 1px;
		float: right;
		margin-top: -1px;
	}
	.lst-terrace .lst-terrace__img02{
		position: static;
		width: 44.05%;
		float: left;
		padding-right: 1px;
	}
	.lst-terrace .lst-terrace__img03 {
		position: static;
		width: 44.06%;
		float: left;
		padding-right: 1px;
	}
	.lst-terrace .lst-terrace__img04{
		position: static;
		width: 50%;
		padding-right: 1px;
		margin-top: -1px;
	}
	.lst-terrace .lst-terrace__img05{
		position: static;
		width: 55.90%;
		padding-left: 1px;
		margin-bottom: 3px;
		float: right;
	}
}
.page-space-terrace .box-lead--02{
	margin: 95px 0 50px;
}
.page-space-terrace .box-lead--02 .hdg-lv2{
	margin-bottom: 35px;
}
@media (max-width: 767px){
	.page-space-terrace .box-lead--02 .hdg-lv2{
		margin-bottom: 10px;
	}
	.page-space-terrace .box-lead--02 {
		margin: 20px 0 25px;
	}
	.page-space-terrace .lst-image {
		margin: 0 0 20px;
	}
}
/* page-space-party
-------------------------------------------------- */
.page-space-party .box-main-image {
	background: none;
	height: 180px;
}
.page-space-party .box-main-image__inner {
	padding-top: 55px;
}
.page-space-party .box-main-image__inner h1 {
	color: #dc795f;
	font-weight: normal;
}
.page-space-party .box-main-image__inner p{
	color: #83685b;
}
.page-space-party .box-main-visual{
	background: url(/assets/images/space/space_party_main.jpg) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 715px;
	margin:0 auto;
	position: relative;
	&::before{
		content: '';
		display: block;
		position: absolute;
		background: url(/assets/images/common/icon_renewal.png) no-repeat center bottom;
		background-size: contain;
		top: 0;
		left: 15%;
		width: 9.8125vw;
		height: 6.25vw;
		max-width: 157px;
		max-height: 100px;
	}
}
.page-space-party .box-capacity{
	margin-top: 0;
}
.page-space-party .box-lead--02{
	margin-bottom: 40px;
}
.page-space-party .lst-image{
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.page-space-party .box-main-image {
		height: 100px;
	}
	.page-space-party .box-main-image__inner {
		padding-top: 23px;
	}
	.page-space-party .box-main-visual{
		background-size: contain;
		height: auto;
		&::before{
			width: 86px;
			height: 55px;
			left: 15%;
		}
	}
	.page-space-party .lst-image{
		margin-bottom: 20px;
	}
	
	.page-space-party .box-lead .txt-lead{
		margin: 0 15px;
	}
}
@media (max-width: 557px) {
	.page-space-party .box-main-visual{
		background-size: auto 240px;
		height: auto;
		&::before{
			width: 86px;
			height: 55px;
			left: 4%;
		}
	}
}
.lst-theme {
	margin: 100px 0;
}
.lst-theme .box-theme {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.lst-theme .box-theme .js-fullbg{
	height: 260px;
}
.lst-theme{
	margin: 0 -10px 60px;
	overflow: hidden;
}
.lst-theme li {
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
.lst-theme .box-theme .box-theme__image {
	display: table-cell;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
}
.lst-theme .box-theme .box-theme__title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.box-theme.box-green .box-theme__title {
	color: #7aa13b;
}
.box-theme.box-red .box-theme__title {
	color: #d0494f;
}
.box-theme.box-pink .box-theme__title {
	color: #df908c;
}
.box-theme.box-blue .box-theme__title {
	color: #273268;
}
.lst-theme .box-theme .box-theme__content {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 40px;
	box-sizing: border-box;
}
@media (max-width: 1119px) and (min-width: 768px) {
	.lst-theme {
		margin: 0 -10px 60px;
		overflow: hidden;
	}
	.lst-theme li {
		margin-bottom: 20px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.lst-theme .box-theme .box-theme__image{
		display: block;
	}
	.lst-theme .box-theme .box-theme__content {
		padding: 16px 20px 20px;
		display: block;
	}
	.lst-theme .box-theme .box-theme__title {
		font-size: 18px;
		margin-bottom: 7px;
	}
}
.box-green{
	background: #eef3db;
}
.box-red{
	background: #f6e5d8;
}
.box-pink{
	background: #f8ebe8;
}
.box-blue{
	background: #e3e6eb;
}

/* page-space-facilities
-------------------------------------------------- */
.page-space-facilities .box-main-visual {
	background: url(/assets/images/space/space_facilities_main.jpg) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 715px;
	margin: 0 auto;
}
.box-facilities-intro{
	margin-bottom: 110px;
}
.box-facilities-intro .wrp-grid{
	margin: 0 -10px;
}
.box-facilities-intro .wrp-grid li{
	padding: 0 10px;
	box-sizing: border-box;

}
.box-facilities__content{
	line-height: 1;
}
.box-facilities__content a{
	position: relative;
	display: block;
	line-height: 0;
}
.box-facilities__content .btn--more{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 28px;
}
.box-facilities__content .btn--more img{
	max-width: 100%;
	height: auto;
}
.heading{
	text-align: center;
	padding-bottom: 15px;
}
.heading__title-en{
	font-size: 20px;
	color: #aa8b63;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 5px;
	padding-left: 10px;
}
.heading__title-jp{
	font-size: 14px;
	color: #dc795f;
	letter-spacing: 0.1em;
	line-height: 1.428;
	font-weight: normal;
}
.page-space-facilities .box-facilities-intro{
	margin-bottom: 80px;
}
@media (max-width: 767px) {
	.page-space-facilities .box-main-image {
		height: 100px;
	}
	.page-space-facilities .box-main-visual{
		height: auto;
	}
	.box-facilities-intro{
		padding: 0 20px;
		margin-bottom: 7px;
	}
	.box-facilities-intro ul{
		margin: 0 -5px;
	}
	.box-facilities-intro li{
		padding: 0 5px;
		margin-bottom: 18px;
	}
	.heading{
		padding-bottom: 9px;
	}
	.heading__title-en{
		font-size: 12px;
		line-height: 2
	}
	.heading__title-jp{
		font-size: 9px;
		line-height: 1.555;
	}
	.box-facilities-intro .wrp-grid li{
		padding: 0 5px;
	}
	.box-facilities-intro .heading__title-en{
		line-height: 1.67;
		letter-spacing: 0.05em;
		padding-left: 0;
	}
	.box-facilities__content .btn--more{
		width: 19px;
		height: 19px;
	}
	.page-space-facilities .box-facilities-intro{
		margin-bottom: 25px;
	}
}

.box-fair-bottom .content-wrapper {
	overflow: visible;
}

@media (max-width: 1119px) {
	.fancybox-outer {
		background: transparent !important;
	}
}

/* box-specification */
.box-specification{
	background: #F9F7F2;
	padding: 100px 0;
}
.box-specification__content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-specification__info{
	width: 49%;
}
.box-specification__title{
	color: #AA8B63;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.box-specification__table{
	width: 100%;
	border-top: solid 1px #C3BEBB;
	margin-top: 20px;
}
.box-specification__table tbody tr{
	display: flex;
	border-bottom: solid 1px #C3BEBB;
	padding: 20px 0;
}
.box-specification__table tbody th,
.box-specification__table tbody td{
	font-size: 15px;
	line-height: 1.933;
}
.box-specification__table tbody th{
	color: #AA8B63;
	font-weight: 600;
	width: 34%;
	flex-shrink: 0;
}
.box-specification__table tbody td{
	color: #665E5A;
	font-weight: 300;
}
.box-specification .lst-dot li{
	margin: 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.933;
}
.box-specification .lst-dot li + li{
	margin-top: 4px;
}
.box-specification__photo{
	width: 51%;
	font-size: 0;
	padding-left: 10.4%;
	box-sizing: border-box;
}
.box-specification__photo img{
	width: 100%;
}
@media (max-width: 1119px) {
	.box-specification__content{
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.box-specification{
		padding: 50px 0;
	}
	.box-specification__photo{
		display: none;
	}
	.box-specification__info{
		width: 100%;
	}
	.box-specification__title{
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.68;
	}
	.box-specification__table{
		margin-top: 15px;
	}
	.box-specification__table tbody tr{
		padding: 15px 0;
	}
	.box-specification__table tbody th,
	.box-specification__table tbody td{
		font-size: 14px;
		line-height: 1.64;
	}
	.box-specification__table tbody th{
		width: 90px;
	}
	.box-specification .lst-dot li{
		font-size: 14px;
		line-height: 1.64;
	}
}