@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
header {
	padding-top: 70vh;
}

#scrollTxt {
	height: 105px;
	padding-left: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 90px;
	font-size: 1.2rem;
	line-height: 1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	color: #FFE8C6;
}


#scrollTxt:before {
	content: '';
	width: 1px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: #A79451;
	animation: elasticus 2.4s cubic-bezier(1, 0, 0, 1) infinite;
	-webkit-animation: elasticus 2.4s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

/* ロケーション */
/* -------------------------------------------------- */
#location {
	padding-bottom: 105px;
}

#locationSlider {
	height: 660px;
	position: relative;
}

/* スライダー */
#lSlider .sp-bottom-thumbnails {
	margin-top: 15px;
}

#lSlider .sp-top-thumbnails .sp-thumbnail-container,
#lSlider .sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 10px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out 0s;
}

#lSlider .sp-top-thumbnails .sp-thumbnail-container:first-child,
#lSlider .sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

#lSlider .sp-top-thumbnails .sp-thumbnail-container:last-child,
#lSlider .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

#lSlider .sp-selected-thumbnail {
	border: 2px solid #A79451;
}


#lSlider .sp-bottom-thumbnails {
	width: 348px !important;
}

#lSlider .sp-thumbnails {
	width: 100% !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

#lSlider .sp-thumbnails-container {
	overflow: visible;
}


#lSlider .sp-arrow {
	width: 42px;
	height: 42px;
	transition: all 0.3s ease-in-out 0s;
}

.sp-horizontal .sp-previous-arrow {
	background: url(../../img/top/slider_prev.jpg) no-repeat center;
}

.sp-horizontal .sp-next-arrow {
	background: url(../../img/top/slider_next.jpg) no-repeat center;
}

#lSlider .sp-previous-arrow:before,
#lSlider .sp-previous-arrow:after,
#lSlider .sp-next-arrow:before,
#lSlider .sp-next-arrow:after {
	content: none;
}

#lsTxtWrap {
	position: absolute;
	top: 50%;
	left: 8%;
	z-index: 3;
	-webkit-transform: translate(8%, -50%);
	transform: translate(8%, -50%);
}

#lsTit {
	padding-bottom: 30px;
	font-size: 2rem;
}

#lsTxt {
	line-height: 1.9;
}

/* 店内3Dビュー */
/* -------------------------------------------------- */
#indoor3d {
	width: 100%;
	padding: 100px 0;
	position: relative;
	background: url(../../img/top/indoor3d_bg.jpg) center 40px;
	background-size: contain;
	-webkit-background-size: contain;
}

#indoor3d:before {
	content: '';
	width: 270px;
	height: 380px;
	display: inline-block;
	background: url(../../img/top/indoor3d_flower_left.png) no-repeat left center;
	background-size: contain;
	-webkit-background-size: contain;
	position: absolute;
	top: 1100px;
	left: 0;
	z-index: 1;
}

#indoor3d:after {
	content: '';
	width: 280px;
	height: 397px;
	display: inline-block;
	background: url(../../img/top/indoor3d_flower_right.png) no-repeat right center;
	background-size: contain;
	-webkit-background-size: contain;
	position: absolute;
	top: 410px;
	right: 0;
	z-index: 1;
}

#indoor3dTit {
	padding-bottom: 55px;
	line-height: 1;
	font-size: 3.4rem;
}

.indoor3dInner {
	position: relative;
	z-index: 2;
}

/* 料　金 */
/* -------------------------------------------------- */
#middleCon {
/*	padding-bottom: 140px;*/
}

#price {
	position: relative;
	padding: 70px 0 100px;
	margin: 100px auto;
	background: url(../../img/top/fee_frame_middle.jpg) repeat-y 0 0;
	background-size: contain;
	-webkit-background-size: contain;
}

#price:before {
	width: 100%;
	height: 83px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/top/fee_frame_top.jpg) no-repeat 0 top;
	background-size: contain;
	vertical-align: middle;
	content: '';
}

#price:after {
	width: 100%;
	height: 83px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../img/top/fee_frame_bottom.jpg) no-repeat 0 bottom;
	background-size: contain;
	vertical-align: middle;
	content: '';
}

#priceTit {
	padding-bottom: 50px;
	text-align: center;
}

#priceTitJa {
	display: block;
	padding-bottom: 50px;
	position: relative;
	line-height: 1;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	font-size: 2.8rem;
}
#priceTitJa:after {
	width: 50px;
	height: 1px;
	content: '';
	margin-left: -25px;
	display: inline-block;
	background: #A79451;
	position: absolute;
	bottom: 25px;
	left: 50%;
}

#priceTitEn {
	display: block;
	letter-spacing: 1.11em;
	text-indent: 1.11em;
	font-size: 1.1rem;
}

.priceTxt {
	padding-bottom: 45px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.4;
}

#priceTable {
	width: 760px;
	margin: 0 auto 70px;
}

#priceTable tr {
	border-bottom: 1px solid #3C3C3F;
}

.priceTheme {
	width: 50%;
	padding: 15px 30px 15px 0;
	text-align: right;
	line-height: 1;
}

.priceDetail {
	width: 50%;
	padding: 15px 0 15px 30px;
	text-align: left;
	line-height: 1;
}

#priceCard {
	padding-bottom: 0;
	line-height: 2.5;
}


/* 新型コロナウイルス対策について */
#measuresBtn {

}

#measuresBtnLink {
	display: block;
	padding: 20px;
	background: url(../../img/top/about_covid-19_bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

#measuresBtnLink:before {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000000;
	opacity: 0.2;
	transition: all 0.3s ease-in-out 0s;
}

#measuresBtnTxt {
	padding: 115px 0;
	position: relative;
	z-index: 2;
	font-size: 2.8rem;
	line-height: 1;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* レンタルスペース */
/* -------------------------------------------------- */
#rentalSpace {
	width: 100%;
	background: url(../../img/top/rental_bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}

#rentalSpace a {
	display: block;
	padding: 90px 0 80px;
	position: relative;
}

#rentalSpace a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.3;
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

#rsCon {
	width: 465px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
	z-index: 2;
	border: 1px solid #FFFFFF;
}

#rsTit {
	padding: 45px 0 30px;
	line-height: 1;
	font-size: 2.2rem;
	text-indent: 0.15em;
	text-align: center;
	color: #FFFFFF;
}

#rsList {
	padding-bottom: 25px;
	letter-spacing: -.4em;
	text-align: center;
}

.rsItem {
	padding: 5px 15px;
	margin-right: 10px;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	text-indent: 0.15em;
	letter-spacing: 0.15em;
	color: #A79451;
	background: #FFFFFF;
}

.rsItem:last-child {
	margin-right: 0;
}

#rsTxt {
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	text-indent: 0.15em;
	color: #FFFFFF;
}

#rsMore {
	text-align: right;
	letter-spacing: -.4em;
}

#rsMoreTxt {
	padding-right: 15px;
	display: inline-block;
	letter-spacing: 0.15em;
	font-size: 1.1rem;
	line-height: 1;
	background: url(../../img/top/rs_arrow.png) no-repeat center right;
	color: #FFFFFF !important;
	transition: all 0.3s ease-in-out 0s;
}

/* お知らせ */
/* -------------------------------------------------- */
#news{
	padding: 0 0 110px;
}

.newsMainTit {
	padding-bottom: 55px;
	line-height: 1;
	font-size: 3.4rem;
}

.newsItem {
	margin-bottom: 10px;
}

.newsItem:last-child {
	margin-bottom: 0;
}

.newsTitWrap {
	padding: 30px 40px;
	position: relative;
	font-size: 1.6rem;
	text-align: left;
	color: #333333;
	background: #fff;
	cursor: pointer;
}

.newsTitWrap:before {
	width: 20px;
	height: 25px;
	margin-top: -12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 35px;
	font-size: 2.2rem;
	letter-spacing: 0;
	text-align: center;
	line-height: 1;
	content: '';
	color: #A79451;
	transition: all 0.3s ease-in-out 0s;
}

.newsTit {
	width: 100%;
	display: block;
	font-size: 1.8rem;
	line-height: 1.25;
	letter-spacing: 0.22em;
	text-align: left;
}

.newsDate {
	color: #999;
	font-size: 1.4rem;
}

.openBtn {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 30px;
	text-align: center;
}

.openBtnLine {
	width: 30px;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #bda46f;
	transition: all 0.3s ease-in-out 0s;
}

.newsTitWrap.off .openBtnLine:last-child {
	width: 30px;
	height: 1px;
	margin-top: -1px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #bda46f;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transition: all 0.3s ease-in-out 0s;
}

.newsContentWrap {
	padding: 25px 40px;
	margin-bottom: 25px;
	position: relative;
	border-top: 1px solid #D1C0A5;
	background: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.23em;
	color: #333333;
}

.newsContentWrap:before {
	width: 20px;
	height: 25px;
	display: inline-block;
	position: absolute;
	top: 35px;
	left: 35px;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	content: '';
	color: #A79451;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.newsContent {
	font-size: 1.4rem;
	line-height: 1.7;
	color: #333333;
}

.newsContent h2 {
	padding: 20px 10px;
	margin-top: 1em;
	margin-bottom: 30px;
	font-size: 2.4rem;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
}

.newsContent h3 {
	margin-top: 1em;
	margin-bottom: 30px;
	padding: 10px;
	font-size: 2.4rem;
	background: #f1f1f1;
}

.newsContent p {
	padding-bottom: 1em;
}

.newsContent img {
	width: 100%;
	height: auto;
	padding-bottom: 1em;
}

.newsContent a {
	color: #A79451;
}

/* add201126*/
#measuresLink {
	display: block;
	width: 100%;
	height: 430px;
	background: url(../../img/top/measures_bg.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

#measuresLink:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

#measuresLink:hover:after {
	background: rgba(0,0,0,0);
}

#measuresLinkTxt {
	padding: 30px;
	border: 1px #FFF solid;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 3rem;
	z-index: 2;
}

/* プログレスバー */
.pace {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	z-index: 2000;
	position: absolute;
	margin: auto;
	top: 12px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 1px;
}

.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	-webkit-transition: width 1s ease-in-out 1s linear;
	-moz-transition: width 1s ease-in-out 1s linear;
	-ms-transition: width 1s ease-in-out 1s linear;
	-o-transition: width 1s ease-in-out 1s linear;
	transition: width 1s ease-in-out 1s linear;

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	max-width: 190px;
	position: fixed;
	z-index: 2000;
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	height: 1px;
	font-size: 12px;
	background: #fff;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	font-family:  Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pace .pace-progress:after {
	content: attr(data-progress-text);
	display: inline-block;
}

.pace.pace-inactive {
	display: none;
}

/* -------------------------------------------------- */
/* PC 1025px以上  マウスイベント*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	/* ロケーション */
	/* -------------------------------------------------- */
	#lSlider .sp-arrow:hover {
		opacity: 0.7;
	}

	/* 新型コロナウイルス対策について */
	#measuresBtn:hover a:before {
		opacity: 0;
	}

	#rentalSpace:hover a:before {
		opacity: 0;
	}

}

/* -------------------------------------------------- */
/* PC 1300px ~ 1025px*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1300px) {
	/* header */
	/* -------------------------------------------------- */
	.conTit {
		padding-bottom: 2.308vw;
		font-size: 1.538vw;
	}

	.conTxt {
		font-size: 1.231vw;
	}
}


/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* header */
	/* -------------------------------------------------- */
	header {
		padding-top: 55vh;
	}
	
	#scrollTxt {
		height: 120px;
		left: 4%;
	}

	/* ロケーション */
	/* -------------------------------------------------- */
	#locationSlider {
		height: auto;
	}

	/* slider */
	#location {
		padding-bottom: 40px;
	}
	/* slider */
	#lSlider {
		padding-bottom: 20px;
	}

	#lSlider .sp-arrow {
		width: 20px;
		height: 20px;
	}

	.sp-horizontal .sp-previous-arrow {
		background: url(../../img/top/slider_prev_sp.jpg) no-repeat center;
		background-size: contain;
		-webkit-background-size: contain;
	}

	.sp-horizontal .sp-next-arrow {
		background: url(../../img/top/slider_next_sp.jpg) no-repeat center;
		background-size: contain;
		-webkit-background-size: contain;
	}

	#lSlider .sp-top-thumbnails .sp-thumbnail-container,
	#lSlider .sp-bottom-thumbnails .sp-thumbnail-container {
		margin-left: 5px;
		margin-right: 5px;
	}

	#lSlider .sp-bottom-thumbnails {
		width: 250px !important;
	}

	#lSlider .sp-thumbnails {
		width: 100% !important;
	}

	#lSlider .sp-selected-thumbnail {
		border: 2px solid #A79451;
	}

	#lsTxtWrap {
		width: 92%;
		margin: 0 auto;
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	#lsTit {
		padding-bottom: 10px;
		font-size: 2rem;
	}

	#lsTxt {
		line-height: 1.9;
	}


	/* 店内3Dビュー */
	/* -------------------------------------------------- */
	#indoor3d {
		padding: 50px 0 150px;
	}

	#indoor3dTit {
		padding-bottom: 25px;
		font-size: 2.2rem;
	}

	#indoor3d:before {
		display: none;
	}

	#indoor3d:after {
		display: none;
	}

	/* 料金 */
	/* -------------------------------------------------- */
	#middleCon {
/*		padding: 50px 0 80px;*/
		padding: 50px 0 0;
	}
	#price {
		margin: 0 auto 50px;
		padding: 40px 0;
	}

	#priceTit {
		padding-bottom: 40px;
	}

	#priceTitJa {
		font-size: 2.2rem;
		padding-bottom: 20px;
	}

	#priceTitJa:after {
		width: 30px;
		margin-left: -15px;
		bottom: 7px;
	}

	#priceTitEn {
		font-size: 1rem;
	}

	.priceTxt {
		padding-bottom: 30px;
		font-size: 1.4rem;
	}

	#priceTable {
		width: 90%;
		margin: 0 auto 40px;
	}

	.priceTheme {
		width: 100%;
		padding: 15px 0 0 0;
		display: block;
		font-weight: bold;
		text-align: center;
	}

	.priceDetail {
		width: 100%;
		padding: 15px 0 15px 0;
		display: block;
		text-align: center;
	}

	/* 新型コロナウイルス対策について */
	#measuresBtnLink {
		padding: 10px;
	}

	#measuresBtnLink:before {
		content: none;
	}

	#measuresBtnTxt {
		padding: 40px 0;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	
	#measuresLink {
		display: block;
		width: 100%;
		height: 430px;
		background: url(../../img/top/measures_bg_sp.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		position: relative;
	}

	/* レンタルスペース */
	/* -------------------------------------------------- */
	#rentalSpace a:before {
		content: none;
	}

	#rsCon {
		width: 90%;
	}

	#rsTit {
		padding: 20px 0 20px;
	}

	#rsTxt {
		font-size: 1.6rem;
	}

	#rsMoreTxt {
		font-size: 1.4rem;
		background: url(../../img/top/rs_arrow_sp.png) no-repeat center right;
		background-size: contain;
		-webkit-background-size: contain;
	}
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* header */
	/* -------------------------------------------------- */
	header {
		padding-top: 55vh;
	}
	
	#scrollTxt {
		height: 120px;
		left: 2%;
	}

	.topFade {
		padding-top: 30px;
	}
	/* ロケーション */
	/* -------------------------------------------------- */
	#locationSlider {
		height: auto;
	}

	#location {
		padding-bottom: 40px;
	}
	/* slider */
	#lSlider {
		padding-bottom: 20px;
	}
	#lSlider .sp-arrow {
		width: 20px;
		height: 20px;
	}

	.sp-horizontal .sp-previous-arrow {
		background: url(../../img/top/slider_prev_sp.jpg) no-repeat center;
		background-size: contain;
		-webkit-background-size: contain;
	}

	.sp-horizontal .sp-next-arrow {
		background: url(../../img/top/slider_next_sp.jpg) no-repeat center;
		background-size: contain;
		-webkit-background-size: contain;
	}

	#lSlider .sp-top-thumbnails .sp-thumbnail-container,
	#lSlider .sp-bottom-thumbnails .sp-thumbnail-container {
		margin-left: 5px;
		margin-right: 5px;
	}

	#lSlider .sp-bottom-thumbnails {
		width: 190px !important;
	}

	#lSlider .sp-thumbnails {
		width: 100% !important;
	}

	#lSlider .sp-selected-thumbnail {
		border: 2px solid #A79451;
	}

	#lsTxtWrap {
		width: 92%;
		margin: 0 auto;
		position: static;
		-webkit-transform: translate(0, 0);
    	transform: translate(0, 0);
	}

	#lsTit {
		padding-bottom: 10px;
		font-size: 2rem;
		line-height: 1.2;
	}

	#lsTxt {
		font-size: 1.4rem;
		line-height: 1.4;
	}


	/* 店内3Dビュー */
	/* -------------------------------------------------- */
	#indoor3d {
		padding: 50px 0 100px;
	}

	#indoor3dTit {
		padding-bottom: 25px;
		font-size: 2.2rem;
	}

	#indoor3d:before {
		display: none;
	}

	#indoor3d:after {
		display: none;
	}

	/* 料金 */
	/* -------------------------------------------------- */
	#middleCon {
/*		padding: 50px 0 80px;*/
		padding: 50px 0 0;
	}
	#price {
		margin: 0 auto 50px;
		padding: 40px 0;
	}

	#priceTit {
		padding-bottom: 40px;
	}

	#priceTitJa {
		font-size: 2.2rem;
		padding-bottom: 20px;
	}

	#priceTitJa:after {
		width: 30px;
		margin-left: -15px;
		bottom: 7px;
	}

	#priceTitEn {
		font-size: 1rem;
	}

	.priceTxt {
		padding-bottom: 30px;
		font-size: 1.4rem;
	}

	#priceTable {
		width: 90%;
		margin: 0 auto 40px;
	}

	.priceTheme {
		width: 100%;
		padding: 15px 0 0 0;
		display: block;
		font-weight: bold;
		text-align: center;
	}

	.priceDetail {
		width: 100%;
		padding: 15px 0 15px 0;
		display: block;
		text-align: center;
	}

	/* 新型コロナウイルス対策について */
	#measuresBtnLink {
		padding: 10px;
	}

	#measuresBtnLink:before {
		content: none;
	}

	#measuresBtnTxt {
		padding: 20px 0;
		font-size: 2rem;
		line-height: 1.5;
	}

	/* レンタルスペース */
	/* -------------------------------------------------- */
	#rentalSpace a:before {
		content: none;
	}

	#rsCon {
		width: 90%;
	}

	#rsTit {
		padding: 20px 0 20px;
	}

	#rsList {
		letter-spacing: 0.15em;
	}

	.rsItem {
		width: 100%;
		display: block;
		margin: 0 0 10px;
		font-weight: bold;
		font-size: 1.4rem;
	}

	#rsTxt {
		font-size: 1.6rem;
	}

	#rsMoreTxt {
		font-size: 1.4rem;
		background: url(../../img/top/rs_arrow_sp.png) no-repeat center right;
		background-size: contain;
		-webkit-background-size: contain;
	}

	/* お知らせ */
	/* -------------------------------------------------- */
	#news{
		padding: 0 0 80px;
	}

	.newsMainTit {
		padding-bottom: 25px;
		font-size: 2.2rem;
	}

	.newsItem {
		margin-bottom: 10px;
	}

	.newsItem:last-child {
		margin-bottom: 0;
	}

	.newsTitWrap {
		padding: 10px 3%;
		position: relative;
		font-size: 1.4rem;
		text-align: left;
		color: #333333;
		background: #fff;
		cursor: pointer;
	}

	.newsTitWrap:before {
		width: 20px;
		height: 25px;
		margin-top: -12px;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 35px;
		font-size: 2.2rem;
		letter-spacing: 0;
		text-align: center;
		line-height: 1;
		content: '';
		color: #A79451;
		transition: all 0.3s ease-in-out 0s;
	}

	.newsTit {
		width: 100%;
		display: block;
		font-size: 1.4rem;
		line-height: 1.25;
		letter-spacing: 0.22em;
		text-align: left;
	}

	.newsDate {
		color: #999;
		font-size: 1.2rem;
	}

	.openBtn {
		width: 15px;
		height: 15px;
		margin-top: -7px;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 3%;
		text-align: center;
	}

	.openBtnLine {
		width: 15px;
		height: 1px;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		background: #bda46f;
		transition: all 0.3s ease-in-out 0s;
	}

	.newsTitWrap.off .openBtnLine:last-child {
		width: 15px;
		height: 1px;
		margin-top: -1px;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		background: #bda46f;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transition: all 0.3s ease-in-out 0s;
	}

	.newsContentWrap {
		padding: 15px 3% 30px 3%;
		margin-bottom: 25px;
		position: relative;
		border-top: 1px solid #D1C0A5;
		background: #fff;
		font-size: 1.4rem;
		letter-spacing: 0.23em;
		color: #333333;
	}

	.newsContentWrap:before {
		width: 20px;
		height: 25px;
		display: inline-block;
		position: absolute;
		top: 35px;
		left: 35px;
		font-size: 2.2rem;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		content: '';
		color: #A79451;
		-webkit-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}

	.newsContent {
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
		color: #333333;
	}

	.newsContent h2 {
		padding: 20px 10px;
		margin-top: 1em;
		margin-bottom: 30px;
		font-size: 1.8rem;
		border-top: 1px #999 solid;
		border-bottom: 1px #999 solid;
		line-height: 1.2;
	}

	.newsContent h3 {
		margin-top: 1em;
		margin-bottom: 30px;
		padding: 10px;
		font-size: 1.8rem;
		background: #f1f1f1;
		line-height: 1.2;
	}

	.newsContent p {
		padding-bottom: 1em;
	}

	.newsContent img {
		width: 100%;
		height: auto;
		padding-bottom: 1em;
	}


	.newsContent a {
		color: #A79451;
	}
	
	.indoor3dWrap iframe {
		width: 100%!important;
		height: 300px;
	}
	
	/* コロナ */
	#measuresLink {
		display: block;
		width: 100%;
		height: 280px;
		background: url(../../img/top/measures_bg_sp.jpg) center center no-repeat;
			background-size: auto;
		-webkit-background-size: cover;
		background-size: cover;
		position: relative;
	}
	
	#measuresLinkTxt {
		width: 90%;
		padding: 20px 5%;
		font-size: 2rem;
		text-align: center;
	}

}
