/* gnavi_current */
@media screen and (max-width:767px) {
	.gnav_list .nav_stay {
		background: url(../images/nav_stay_sp_ov.svg) no-repeat center center;
		background-size: contain;
	}
}
@media print, screen and (min-width:768px) {
	.gnav_list .nav_stay a {
		background: url(../images/nav_stay_pc_ov.svg) no-repeat 0 0;
		background-size: 100% auto;
	}
	.gnav_list .nav_stay img {
		opacity: 0;
	}
}


/* 共通 */
section div {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
h3 {
	text-align: center;
	width: 100%;
	margin: auto;
}
.indent {
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.kome li::before {
	content: "※";
	padding-right: 0.5em;
}
.kome {
	font-size: 0.875rem;
}
.momo {
	color: #EB8572;
}
a.momo {
	color: #EB8572;
}


@media screen and (max-width:767px) {
	h3 {
		padding: 2rem 0;
	}
	section div img {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	section {
		width: calc(100% - 3rem);
		max-width: 767px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom: 3rem;
	}
	section:last-child {
		padding-bottom: 1.5rem;
	}
	.box_pagetitle {
		background: url(../../stay/images/bg_stay_header_sp.jpg) no-repeat;
		background-size: cover;
		background-position: right;
	}
}
@media print, screen and (min-width:768px) {
	h3 {
		padding: 3rem 0;
	}
	/*h3:first-child {
		margin-top: 2rem;
	}*/
	section {
		width: calc(100% - 4rem);
		max-width: 1800px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom: 5rem;
		line-height: 1.8;
	}
	section.area_section {
		margin-bottom: 0;
	}
	/*section:last-child {
		padding-bottom: 3rem;
	}*/
	.box_pagetitle {
		background: url(../../stay/images/bg_stay_header.jpg) no-repeat;
		background-size: cover;
		background-position: left center;
	}
	.al_center_pc {
		text-align: center;
	}
}


/* bg */
@media screen and (max-width:767px) {
	section.stay_guide_area {
		width: 100%;
		min-width: 100%;
		position: relative;
	}
	.stay_guide_area::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 30rem;
		top: 0;
		display: block;
		transform: skewY(-5deg);
		z-index: -1;
		background: url(../images/bg_cont.png) no-repeat 50% 100%;
		background-size: cover;
	}
	.stay_guide_area .stay_cont {
		width: calc(100% - 3rem);
		max-width: 767px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media print, screen and (min-width:768px) {
	section.stay_guide_area {
		width: 100%;
		min-width: 100%;
		position: relative;
	}
	.stay_guide_area::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 30rem;
		top: -8rem;
		display: block;
		transform: skewY(-5deg);
		z-index: -1;
		background: url(../images/bg_cont.png) no-repeat 50% 100%;
		background-size: cover;
	}
}


/* stay_guide */
.stay_guide_area .stay_cont h4 .stay_number {
	font-family: 'Spectral', serif;
	font-weight: normal;
	color: #EB8572;
}
.stay_guide_area .stay_cont h4 {
	font-size: 1.125rem;
	font-weight: bold;
	border-bottom: 1px solid #EB8572;
	text-align: left;
}

.stay_guide_area .stay_box > p {
	margin-left: 1.5em;
	text-indent: -1.5em;
	padding-top: 0.25rem;
}
.stay_guide_area .stay_box .list_indent {
	margin-left: 3em;
	text-indent: -1.5em;
}

.stay_guide_area .stay_cont .stay_service {
	padding-top: 0.25rem;
}
.stay_guide_area .stay_cont .stay_service li {
	display: inline-block;
	border-left: 1px solid #000000;
	line-height: 1;
	padding: 0 1.25rem;
}
.stay_guide_area .stay_cont .stay_service li:last-child {
	border-right: 1px solid #000000;
}
@media screen and (max-width:767px) {
	/*.stay_guide_area .stay_cont {
		padding-bottom: 1.0rem;
	}*/
	.stay_guide_area .stay_cont h4 {
		position: relative;
		padding: 0 0 0.5rem 0;
	}
	.stay_guide_area .stay_cont:not(:first-child) h4 {
		padding-top: 1.5rem;
	}
	.stay_guide_area .stay_cont h4 .stay_number {
		font-size: 2rem;
		line-height: 1;
		display: block;
		left: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		margin-bottom: 0.5rem;
	}
	.stay_guide_area .stay_cont h4 .stay_number span {
		font-size: 4rem;
		padding-left: 0.5rem;
	}
	.stay_guide_area .stay_cont h4 + div {
		padding: 1rem 0;
	}
	.detail_stay_img img {
		margin-top: 1rem;
	}
}
@media print, screen and (min-width:768px) {
	.stay_guide_area .stay_cont {
		position: relative;
		padding: 1rem 0 2rem 8.5rem;
		max-width: 1000px;
	}
	.stay_guide_area .stay_cont h4 .stay_number {
		position: absolute;
		font-size: 1.75rem;
		top: -1rem;
		left: 1rem;
		display: flex;
		align-items: center;
	}
	.stay_guide_area .stay_cont h4 .stay_number span {
		font-size: 4rem;
		padding-left: 0.5rem;
	}
	.stay_guide_area .stay_cont h4 {
		padding: 0.5rem 0 0.5rem 0.5rem;
	}
	.stay_guide_area .stay_cont h4 + div {
		padding: 0.5rem;
	}
	.stay_guide_area .stay_cont .detail_stay_img {
		display: flex;
		width: 100%;
		padding-right: 0;
	}
	.detail_stay_img img {
		width: 230px;
		flex-shrink: 0;
		align-self: flex-start;
		margin-top: 1rem;
		margin-left: 1rem;
	}
}

/* precautions */
#stay_precautions{
	max-width: 100%;
	height: auto;
}

.precautions_inner{
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}
.stay_precautions_area .border_txt{
	border: #000 1px solid;
	padding: 10px 16px;
}
.stay_precautions_area .box_txt{
	padding: 20px 16px;
}
@media screen and (max-width:767px) {
	.stay_precautions_area{
		margin-bottom: 4rem;
	}
	#stay_precautions{
		max-width: 269px;
		height: auto;
	}	
}
@media print, screen and (min-width:768px) {
	.stay_precautions_area{
		margin-bottom: 14rem;
	}
	#stay_precautions img{
		height: 80px;
	}
}

/* stay */
.note {
	border-top: 1px solid #000000;
	padding-top: 1rem;
	margin-top: 1rem;
}
.area_section {
	line-height: 1.7;
}
.lead {
	text-align: center;
}
.logo_service {
	text-align: center;
}
.facilities {
	display: table;
	width: 100%;
	margin-top: 1.0rem;
	border-top: 1px solid #F48479;
}
.facilities li {
	display: table-row;
}
.facilities .f_tit,
.facilities .f_detail {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #F48479;
}
.facilities .f_tit {
	width: 5rem;
	text-align: center;
}
.area_room_hotaru {
	position: relative;
	padding: 3rem 0 0 0;
}
.area_room_hotaru::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 25rem;
	display: block;
	transform: skewY(-5deg);
	z-index: -1;
	background: url(../images/bg_cont.png) no-repeat 50% 100%;
	background-size: cover;
}
.tit_hotaru {
	display: flex;
	justify-content: center;
}
.area_room_hotaru .note {
	text-align: left;
}
.btn_price {
	position: relative;
	display: block;
	background: rgba(235,133,114,0.2);
	border: 1px solid transparent;
	padding: 15px 10px;
	text-align: center;
}
.btn_price::before,
.btn_price::after {
	position: absolute;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #EB8572;
}
.btn_price::before {
	top: -10px;
}
.btn_price::after {
	bottom: -10px;
}
.btn_price img {
	vertical-align: text-bottom;
}
.reserve_box {
	max-width: 400px;
	margin: 30px auto 0;
}
.reserve_box p {
	text-align: center;
}

@media screen and (max-width:767px) {
	.stay_guide_area .stayguide_step_img img {
		margin-top: 1.5rem;
		width: 260px;
	}
}
@media print, screen and (min-width:768px) {
	.stay_guide_area .step_img {
		width: 230px;
		float: right;
		margin: 0 0 1rem 1rem;
	}
}
.facilities dl.f_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.facilities dl.f_detail dt {
	display: flex;
	justify-content: space-between;
	width: 5em;
	white-space: nowrap;
}
.facilities dl.f_detail dt:after {
	content: "：";
	display: inline-block;
	letter-spacing: 0;
}
.facilities dl.f_detail dd {
	width: calc(100% - 5.5em);
}
.facilities dl.f_detail .num {
	display: inline-block;
	width: 4.5em;
}
.facilities dl.f_detail .cate1 {
	letter-spacing: 1em;
}
.facilities dl.f_detail .notes {
	display: inline-block;
}

/* #subsc .facilities dl.f_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} */
#subsc .facilities dl.f_detail dt {
	width: 9em;
}
#subsc .facilities dl.f_detail dt:after {
	display: none;
}
#subsc .facilities dl.f_detail dd {
	width: calc(100% - 9.5em);
}

.box_photo > dt {
	line-height: 1;
}
.box_photo > dt img {
	vertical-align: text-bottom;
}

@media screen and (max-width:767px) {
	.area_section:first-of-type {
		padding-top: 1.5rem;
	}
	/*.area_section {
		padding-bottom: 3rem;
	}*/
	/*.tit_section {
		margin-bottom: 1.5rem;
	}*/
	.tit_section img {
		height: 64px;
	}
	.lead {
		margin: 1.5rem 0;
	}
	.logo_service {
		margin-bottom: 2rem;
	}
	/*#a-h .logo_service img {
		width: 422px;
	}*/
	#queen .logo_service img {
		width: 337px;
	}
	#king .logo_service img {
		width: 150px;
	}
	.box_photo dt {
		width: 100%;
		margin-bottom: 1.0rem;
		text-align: center;
	}
	.detail_cont {
		font-size: 0.875rem;
	}
	.note {
		font-size: 0.85rem;
	}
	.carterroom_detail {
		margin-top: 3rem;
		padding-bottom: 1.5rem;
		/* border-bottom: 1px solid #000; */
		margin-bottom: 1rem;
	}
	.carterroom_detail .box_service_detail:not(:last-of-type) {
		margin-bottom: 3rem;
	}
	.facilities .f_tit,
	.facilities .f_detail {
		padding: 1rem 0;
	}
	.area_room_hotaru {
		margin-bottom: -2rem;
	}
	.tit_hotaru {
		flex-wrap: wrap;
		margin-bottom: 1.5rem;
		font-size: 0.875rem;
	}
	.tit_hotaru .logo {
		width: 100%;
		padding-bottom: 0.5rem;
	}
	.tit_hotaru .logo img {
		width: 101px;
	}
	.tit_hotaru .tit1 {
		padding-right: 1rem;
	}
	.btn_price {
		margin-top: 20px;
	}
	.btn_price img {
		width: 260px;
	}
	.facilities dl.f_detail {
		text-align: left;
		line-height: 1.3;
	}
	.facilities dl.f_detail dt {
		margin-bottom: 0;
	}
	.facilities dl.f_detail .notes {
		font-size: 0.875em;
	}
}
@media print, screen and (min-width:768px) {
	.area_section {
		padding-bottom: 3rem;
	}
	.area_section:first-of-type {
		padding-top: 3rem;
	}
	.area_section:not(:first-of-type) {
		margin-top: -4rem;
		padding-top: 7rem;
	}
	/*.tit_section {
		margin-bottom: 3rem;
	}*/
	.tit_section img {
		height: 85px;
	}
	.lead {
		margin: 3rem 0;
	}
	.box_service_detail {
		position: relative;
	}
	.logo_service {
		position: absolute;
	}
	.box_service_detail:nth-of-type(odd) .logo_service {
		right: 0;
		width: 50%;
	}
	.box_service_detail:nth-of-type(even) .logo_service {
		left: 0;
		width: 50%;
	}
	.other_detail .logo_service {
		top: 90px;
	}

	#a-h .logo_service img {
		width: 400px;
	}
	#queen .logo_service img {
		width: 270px;
	}
	#king .logo_service img {
		width: 120px;
	}

	.box_photo {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.box_photo > dt {
		max-width: 48%;
	}
	.box_photo > dd {
		max-width: 48%;
		width: 100%;
	}
	.detail_cont {
		padding-top: 170px;
	}
	#a-h .detail_cont {
		padding-top: 240px;
	}
	.normal_detail .detail_cont {
		padding-top: 170px;
	}
	.other_detail .detail_cont {
		padding-top: 250px;
	}
	.carterroom_detail {
		/*margin-top: 1.5rem;*/
		padding-bottom: 2rem;
		/* border-bottom: 1px solid #000; */
		margin-bottom: 1.5rem;
	}
	/*.carterroom_detail .box_service_detail {
		margin-top: -4rem;
		padding-top: 7rem;
	}*/
	.carterroom_detail .box_service_detail {
		padding-top: 3rem;
	}
	.carterroom_detail .box_service_detail:nth-of-type(even) .box_photo {
		flex-direction: row-reverse;
	}
	.facilities .f_tit,
	.facilities .f_detail {
		padding: 1.25rem 0;
	}
	.facilities .f_tit {
		font-size: 1.125rem;
	}
	.facilities .f_detail {
		font-size: 0.9rem;
	}
	.area_room_hotaru {
		margin-bottom: -2rem
	}
	.tit_hotaru {
		align-items: center;
		margin-bottom: 3rem;
	}
	.tit_hotaru .logo {
		padding: 0 2rem;
		order: 2;
	}
	.tit_hotaru .logo img {
		width: 120px;
	}
	.tit_hotaru .tit1 {
		order: 1;
	}
	.tit_hotaru .tit2 {
		order: 3;
	}
	.btn_price {
		margin-top: 30px;
	}
	.btn_price:hover {
		background: #FFF;
	}
}

.pagetitle .pc_only img {
	max-width: 500px;
}
.price_box {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 50px;
}
.price_box th,
.price_box td {
	border: 1px dotted #000;
	padding: 10px;
	line-height: 1.3;
	vertical-align: middle;
}
@media screen and (min-width:768px) {
	.price_box td {
	height: 60px;
}
	
}
.price_box td.price{
	text-align: center;
}
.price_box th {
	border-top: none;
	border-bottom: 1px solid #000;
}
.price_box th:first-child {
    border-left: none;
}
.price_box th:last-child {
    border-right: none;
}
.price_box td:nth-child(3n+1) {
    border-left: none;
	padding-left: 5vw;
}
@media screen and (max-width:767px) {
	.price_box td:nth-child(3n+1) {
		padding-left: 5px;
	}
	.price_box th {
		font-size: 90%;
	}
}
.price_box td:nth-child(3n) {
    border-right: none;
}
.price_box tr:last-child td {
    border-bottom: 1px solid black;
}
.price_box th span,
.price_box td span {
	font-size: 80%;
}

.c-policy_box {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 50px;
}
.c-policy_box th,
.c-policy_box td {
	border: 1px dotted #000;
	padding: 10px;
	line-height: 1.3;
	vertical-align: middle;
}
@media screen and (min-width:768px) {
	.c-policy_box td {
	height: 60px;
}
}
.c-policy_box th {
	border-top: none;
	border-bottom: 1px solid #000;
}
.c-policy_box th:first-child {
    border-left: none;
	text-align: center;
	padding-bottom: 20px;
}
.c-policy_box th:last-child {
    border-right: none;
}
.c-policy_box tr td:first-child {
    border-left: none;
	text-align: center;
}
.c-policy_box tr td:last-child {
    border-right: none;
	text-align: left;
	padding-left: 4vw;
}
.c-policy_box tr:last-child td {
    border-bottom: 1px solid black;
}
.c-policy_box th span,
.c-policy_box td span {
	font-size: 80%;
}
.c-policy_box .sp_season {
  border-top: 1px solid #000;
}
.c-policy_box .day {
	width: 7em;
	display: inline-block;
	font-size: 100%;
}
@media screen and (max-width:767px) {
	.c-policy_box .day {
		display: block;
		margin-bottom: 5px;
		font-size: 100%;
	}
}
.tit_plan_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../../stay/images/bg_price_pc.png) no-repeat;
	height: 60px;
	margin-bottom: 30px;
}
@media screen and (max-width:767px) {
	.tit_plan_wrap {
		display: block;
		background: url(../../stay/images/bg_price_sp.png) center repeat-y;
		background-size: cover;
		height: auto;
		margin-bottom: 30px;
		text-align: center;
		padding: 10px 0;
	}
}

.tit_plan_wrap .tit_plan {
	width: 70%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tit_plan_wrap .tit_plan span {
	font-size: 80%;
}
.plan-price {
	width: 30%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width:767px) {
	.tit_plan_wrap .tit_plan {
		width: 100%;
		margin: 0;
		display: block;
		text-align: center;
	}
	.plan-price {
		width: 100%;
		margin: 0;
		text-align: center;
	}
}

