<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.mainVisual {
	background: url(../imgs/bg-main.jpg) center bottom no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0;
}

.mainVisual h2 {
	max-width: 587px;
	margin: 0 0 220px auto;
	text-align: center;
	position: relative;
	z-index: 3;
}

.mainVisual h2 img {
	display: inline-block;
	text-align: center;
}

.mainVisual p.contentTitle {
	z-index: 99;
}

.mainVisual .clickBtn {
	margin-bottom: 130px;
	z-index: 99;
	position: absolute;
	left: 48%;
	bottom: 14%;
}

.mainVisual .clickBtn a {
	padding: 12px 0;
}

.mainVisual .clickBtn:before, .mainVisual .clickBtn:after {
	top: 0;
}

.mainVisual .uspArea {
	position: relative;
	z-index: 3;
}

.mainVisual .uspArea ul {
	letter-spacing: -0.5em;
}

.mainVisual .uspArea ul li {
	display: inline-block;
	letter-spacing: normal;
	border-right: 1px solid #646565;
	padding: 0 30px;
}

.mainVisual .uspArea ul li:first-child {
	border-left: 1px solid #646565;
}

.scroll {
	padding: 25px 0;
	text-align: center;
	background: transparent url(../imgs/bg-cvarea.gif) repeat-x left bottom;
}

.mainVisual .bg {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

.mainVisual .caption {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 10px;
	color: #fff;
}

.mainVisual .spMain {
	display: none;
}

@media only screen and (max-width:1157px) {
	.mainVisual .clickBtn {
		left: 44%;
		bottom: 19%;
	}
}

@media only screen and (max-width:640px) {
	.mainVisual {
		padding-top: 75px;
		background-image: none;
	}
	.mainVisual h2, .mainVisual .clickBtn, .mainVisual .uspArea {
		display: none;
	}
	.mainVisual p.contentTitle {
		display: none;
	}
	.mainVisual .clickBtn.sp {
	    display: block;
	    position: absolute;
	    margin: auto;
	    top: 78%;
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
	.mainVisual .spMain {
		display: block;
	}
	.mainVisual .spMain .image {
		position: relative;
	}
	.mainVisual .caption {
		display: none;
	}
	.mainVisual .spMain .caption {
		display: block;
	}
	.mainVisual .spMain .image .caption {
		position: absolute;
		bottom: 5px;
		left: 5px;
		font-size: 10px;
	}
	.mainVisual .bg {
		display: none;
	}
}

/*info*/

#info {
	text-align: center;
	background: url(../imgs/info-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	letter-spacing: 0.3em;
	padding: 35px 20px 65px;
	box-sizing: border-box;
}

#info .ttl {
	font-size: 16px;
    margin-top: 20px;
	margin-bottom: 20px;
}

#info .textArea {
	margin: 30px auto;
}

#info .textArea .cap {
	color: #eee;
	width: 550px;
	margin: 0 auto 30px;
	letter-spacing: 0;
	text-align: left;
	padding-top: 0;
	font-size: 10px;
}

#info .text {
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 10px;
}

#info .text .big {
	font-size: 26px;
	display: block;
	margin-bottom: 20px;
}

#info .text .mid {
	font-size: 28px;
}

#info .text small {
	font-size: 18px;
}

#info .text .mid br {
	display: block;
}

#info .tInfo {
	margin: 30px auto;
}

.tInfo .cur {
	display: none;
}

#info .cvArea {
	border: none;
	padding: 20px 0 0;
}

#info .text .seatSituation br {
	display: none;
}

#info .boxArea {
	width: auto;
	margin: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: inherit;
	color: #f3ecd9;
	background-color: rgba(127, 109, 57, 0.7);
	border: #b39953 solid 1px;
	letter-spacing: -0.5em;
	display: inline-block;
}

#info .boxArea .box-inner {
	margin: 3px;
	border: #b39953 solid 1px;
	text-align: center;
	letter-spacing: normal;
	display: inline-block;
}

#info .boxArea .box01 .pc {
	display: inline-block;
}

#info .boxArea .box01 .sp {
	display: none;
}

#info .boxArea .box01 {
	width: auto;
	padding: 10px;
	line-height: 1;
	display: inline-block;
	text-align: center;
}

#info .boxArea .box01 .number {
	font-size: 30px;
}

#info .boxArea .box01 small {
	font-size: 15px;
	display: inline-block;
	position: relative;
}

#info .boxArea .box01 small:after {
	content: "";
	width: 1px;
	height: 200%;
	border-right: #848175 solid 1px;
	position: absolute;
	right: -12px;
	top: -75%;
}

@media only screen and (max-width:640px) {
	#info .textArea .cap {
		max-width: 460px;
		width: auto;
		margin: auto;
	}
	#info .text {
		font-size: 12px;
		text-align: center;
	}
	#info .text .mid {
		font-size: 20px;
		line-height: 32px;
	}
	#info .text .mid br {
		display: block;
	}
	#info .text .seatSituation {
		line-height: 2;
	}
	#info .text .seatSituation br {
		display: block;
	}
	.tInfo {
		position: relative;
	}
	.tInfo .body {
		overflow-x: scroll;
		padding-bottom: 75px;
	}
	.tInfo p {
		width: 647px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.tInfo .cur {
		position: absolute;
		left: 5px;
		bottom: 15px;
		width: 250px;
		display: block;
	}
	#info .boxArea .box01 .pc {
		display: none;
	}
	#info .boxArea .box01 .sp {
		display: inline-block;
	}
	#info .boxArea .box01 {
		width: calc(100% - 20px);
		line-height: 1.3;
		box-sizing: border-box;
	}
	#info .boxArea .box01.first {
		margin: 10px 10px 0 10px;
		border-bottom: #848175 solid 1px;
	}
	#info .boxArea .box01 small:after {
		display: none;
	}
}

.section {
	position: relative;
	width: 100%;
	padding: 0;
}

.section .spImage {
	position: relative;
	border-top: 1px solid #bbab71;
}

.section .spImage img {
	width: 100%;
}

.section .cArea {
	width: 100%;
	text-align: center;
	padding: 1px;
	background: transparent url(../imgs/bg-cvarea.gif) repeat-x left bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section .cArea .inner {
	background: rgba(255, 255, 255, 1);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.section .cArea h3 {
	margin-bottom: 30px;
}

.section .cArea .inner a {
	padding: 60px 0;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.section .cArea .inner:hover {
	background: rgba(255, 255, 255, 1);
}

.section .cArea a .text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 38px;
	color: #000;
	letter-spacing: 0.2em;
}

.section .cArea .clickBtn {
	position: relative;
	z-index: 3;
	width: 145px;
	margin: 0 auto;
}

.section .cArea .inner .clickBtn:before, .section .cArea .inner .clickBtn:after {
	position: absolute;
	z-index: -1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.section .cArea .inner .clickBtn:before {
	content: url(../common/imgs/bg-click01.png);
	top: -12px;
	left: 0;
}

.section .cArea .inner .clickBtn:after {
	content: url(../common/imgs/bg-click02.png);
	top: -12px;
	right: 0;
}

.section .cArea .inner:hover .clickBtn:before, .section .cArea .inner:hover .clickBtn:after {
	opacity: 0.7;
}

.section .cArea .inner:hover .clickBtn:before {
	left: 5px;
}

.section .cArea .inner:hover .clickBtn:after {
	right: 5px;
}

.section .cArea .inner .clickBtn .new:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -100px;
	width: 82px;
	height: 18px;
	margin-top: -9px;
	background: url("../imgs/icn-new.png") 0 0 no-repeat;
}

@media only screen and (max-width:640px) {
	.spImage {
		display: block;
	}
	.section {
		padding: 0;
	}
	.section#design, .section#location, .section#access, .section#redevelopment {
		background: none;
	}
	.section .cArea {
		margin: 0 auto;
		position: relative;
	}
	.section .cArea h3 {
		margin-bottom: 20px;
	}
	.section .cArea .inner a {
		padding: 20px 10px 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section .cArea .text {
		font-size: 12px;
		line-height: 25px;
	}
	.section .cArea .clickBtn {
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -72.5px;
	}
	.section .cArea .inner .clickBtn .new:before {
		left: -60%;
		width: calc(100vw * (81 / 320));
		background-size: contain;
	}
}

.section .caption {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #fff;
}

.cvArea .captionArea .capTop {
	display: block;
}

#quality-modelroom.section .bgInner {
	background-color: transparent;
	background-image: url(../imgs/bg-quality-modelroom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding: 70px 20px;
}

#quality-modelroom.section .cArea {
	width: 480px;
	margin-left: 20px;
	margin-right: 20px;
	background: none;
}

#quality-modelroom.section .cArea .inner a {
	padding: 40px 0;
}

#quality-modelroom.section .cArea .img {
	position: relative;
}

#quality-modelroom.section .cArea .img .caption {
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
}

#quality-modelroom.section .cArea:first-child .img .caption {
	color: #000;
}

@media only screen and (max-width:640px) {
	#quality-modelroom.section .bgInner {
		display: block;
		padding: 0;
	}
	#quality-modelroom.section .cArea {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		background: transparent url(../imgs/bg-cvarea.gif) repeat-x left bottom;
	}
	#quality-modelroom.section .cArea .inner a {
		padding: 20px 10px 30px;
	}
	#quality-modelroom.section .cArea .img img {
		width: 100%;
	}
}

.holidayTxt {
	margin: 20px auto;
	color: #e3d28f;
	font-size: 16px;
	border: 1px solid #e3d28f;
	padding: 15px;
	max-width: 970px;
}

@media only screen and (max-width:640px) {
	.holidayTxt {
		text-align: center;
		font-size: 12px;
	}
}

.box-cpbnr {
	margin-top: 60px;
}

.bnr li {
	display: inline-block;
}

.bnr li:first-child {
	margin-right: 20px;
}

@media only screen and (max-width:640px) {
	.bnr li:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* modal */

#modal {
	padding-bottom: 40px;
	z-index: 0;
}

/*#modal-open {
  background-color: #fff;
}*/

#modal-main {
	display: none;
	max-width: 900px;
	height: 100vh;
	margin: 0;
	padding: 0;
	color: #666666;
	position: fixed;
	top: 20px;
	overflow-y: hidden;
	z-index: 999999;
	padding: 0 20px;
	background-color: translate;
}

.modal_img {
	width: 100%;
	max-height: 100vh;
	overflow-y: auto;
	margin: 0 auto;
}

.modal_closeBtn {
	position: absolute;
	top: 5%;
	right: 9%;
}

.modal_closeBtn:hover {
	cursor: pointer;
}

#modal-bg {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.obi {
	background: transparent url(../imgs/obi-bg.png);
	padding: 15px;
	text-align: center;
}

.obi .obi-bnr {
	margin: 28px auto 20px;
	width: 50%;
}

.bnrArea01 {
	max-width: 915px;
	margin: 30px auto;
}

.bnr-cap {
	color: #eee;
	width: auto;
	margin: 0 auto;
	letter-spacing: 0;
	text-align: left;
	padding-top: 5px;
	font-size: 10px;
}

#info .text .mid.emp {
	color: #bbab71;
	font-size: 34px;
	line-height: 1.4;
}

#info .text .mid.emp small {
	font-size: 24px;
}

@media screen and (max-width: 640px) {
	#info .text .mid.emp {
		font-size: 22px;
	}
	#info .text .mid.emp small {
		font-size: 18px;
	}
	.obi .obi-bnr {
		margin: 28px auto 20px;
		width: 100%;
	}
}

.holiday-info {
	color: #f6ebbb;
	font-size: 15px;
}</pre></body></html>