@charset "UTF-8";

.sh-gradient-wrapper {
	padding-bottom: 40px;
}

.sh-contents {
    max-width: 1120px;
}

.sh-contents-heading {
}

.sh-roomplan-img {
}

.pure-g-wrapper {
	overflow: visible;
}

.pure-g {
	margin: 0 -10px 10px;
}

.pure-g > div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 20px;
}

.sh-img-text-box {
	margin-bottom: 10px;
}

.sh-img-text-box__text {
	margin: 4px 0;
	font-size: 13px;
}

.sh-roomplan-title1 {
	font-size: 30px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
}
.sh-roomplan-title2 {
	font-size: 26px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-roomplan-group-title {
	font-size: 30px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	border-bottom: 1px solid #333;
	text-align: left;
	margin-bottom: 20px;
}

.sh-roomplan-text1 {
	font-size: 18px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
}
.sh-roomplan-text1.TL {
	text-align: left;
}

.sh-roomplan-caption1 {
	font-size: 13px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	position: absolute;
	bottom: 1%;
	right: 1%;
}
.sh-roomplan-caption2 {
	font-size: 15px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	margin-top: 2px;
}

.sh-roomplan-bg {
	background-color: #f2eee3;
	padding: 40px 0 20px;
	margin-bottom: 40px; 
}
.sh-roomplan-box1 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
	overflow-x: hidden;
}
.sh-contents-widebox a:hover img {
	opacity: 0.9;
}
.sh-roomplan-box1 .sh-PR .__icon {
	position: absolute;
	width: 31%;
	max-width: 80px;
	right: 0;
	top: 0;
	transform: translate(20%, -20%);
}

.sh-img-text-box {
}
.sh-img-text-box p {
}

.MB40_0 {
	margin-bottom: 40px;
}
.MB80 {
	margin-bottom: 80px;
}

.sh-PR {
	position:relative;
}

.sh-solidout-room {
	position: relative;
}
.sh-solidout-room a img {
	opacity: 0.5;
}
.sh-soldout-list {
  position: absolute;
  top: 0;
  left: 0;
}
.sh-last1 {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26%;
  max-width: 65px;
}

@media screen and (max-width: 767px) {
	.sh-gradient-wrapper {
		padding-bottom: 0;
	}
	.sh-roomplan-img {
		padding: 0;
	}

	.sh-roomplan-title1 {
		font-size: 24px;
		text-align: left;
	}
	.sh-roomplan-title2 {
		font-size: 22px;
	}
	.sh-roomplan-text1 {
		font-size: 16px;
		text-align: left;
	}

	.sh-roomplan-box1 {
	}

	.MB40_0 {
		margin-bottom: 0;
	}
}



/* 吹き出し */
.balloon-box {

}
.balloon{
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	border-radius: 10px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.1em;
	font-size: 20px;
	background-color: #E26A25;
}
.balloon::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 11%;
	top: -15px;
	border-left: 20px solid #E26A25;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(-80deg);
}

@media screen and (max-width: 767px) {
	.balloon{
		font-size: 18px;
	}
}

