@charset "utf-8";

/*---------------------------------------------

stayページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼全体PC */

/* ▼stay PC */
#stay .inner {
	padding: 90px 0 50px 0;
	position: relative;
	box-sizing: border-box;
}

#stay h1 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 25px;
	position: absolute;
}

#stay h1 span {margin-right: 30px;}

#stay h1 img {
	width: 151px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.pagemenu {
	width: 435px;
	margin: 0 0 45px auto;
}

.pagemenu ul {margin-bottom: 16px;}

.pagemenu li {margin-bottom: 8px;}

.pagemenu li a {
	display: block;
	color: #000;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	padding: 10px 0;
}

.pagemenu li a:hover {text-decoration: underline;}

.pagemenu p {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.staybox {
	padding: 50px 0 100px 0;
	border-top: solid 1px #c9caca;
	position: relative;
}

.staybox h2 {
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 16px;
}

.s_name {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	margin-bottom: 24px;
}

.s_name span {
	font-size: 40px; font-size: 4.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-left: 24px;
}

.s_price {
	width: 240px;
	border: solid 1px #000;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 7px 0;
	font-weight: bold;
	margin-bottom: 12px;
}

.s_m {
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
	margin-bottom: 50px;
}

.s_txt {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	margin-bottom: 25px;
}

.s_list {margin-bottom: 25px;}

.s_list li {
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
	list-style: disc;
	margin: 0 0 10px 20px;
}

.s_kome {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-indent: -1.4rem;
	margin-left: 1.4rem;
}

.s_kome::before {content: "※";}

.s_mainimg {
	position: absolute;
	top: 50px;
	right: 0;
	width: 400px;
}

.s_mainimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.s_subimg {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.s_subimg li {width: 296px;}

.s_subimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}

@media only screen and (max-width: 767px) {

/* ▼全体SP */

/* ▼stay SP */
#stay .inner {
	padding: 14vw 0 ;
	position: relative;
	box-sizing: border-box;
}

#stay h1 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	text-align: center;
	margin-bottom: 10vw;
}

#stay h1 span {
	display: block;
	margin-bottom: 4vw;
}

#stay h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.pagemenu {
	width: 100%;
	margin: 0 auto 14vw auto;
}

.pagemenu ul {margin-bottom: 4vw;}

.pagemenu li {margin-bottom: 2vw;}

.pagemenu li a {
	display: block;
	color: #000;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	text-align: center;
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	padding: 3vw 0;
}

.pagemenu li a:hover {text-decoration: underline;}

.pagemenu p {
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.staybox {
	padding: 8vw 0 6vw 0;
	border-top: solid 1px #c9caca;
}

.staybox h2 {
	font-size: 4.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 6vw;
}

.s_name {
	text-align: center;
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	margin-bottom: 7vw;
}

.s_name span {
	display: block;
	font-size: 8vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-top: 2vw;
}

.s_price {
	width: 60%;
	margin: 0 auto 4vw auto;
	border: solid 1px #000;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 2vw 0;
	font-weight: bold;
}

.s_m {
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 5vw;
}

.s_txt {
	font-size: 4.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5vw;
}

.s_list {
	width: 80%;
	margin: 0 auto 5vw auto;
}

.s_list li {
	font-size: 3.4vw;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	list-style: disc;
	margin-bottom: 3vw;
}

.s_kome {
	width: 80%;
	margin: 0 auto;
	font-size: 3vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-indent: -3vw;
}

.s_kome::before {content: "※";}

.s_mainimg {
	margin: 10vw auto 6vw auto;
	width: 90%;
}

.s_mainimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.s_subimg {
	margin: 0 auto;
	width: 90%;
}

.s_subimg li {
	width: 100%;
	margin-bottom: 6vw;
}

.s_subimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}
