@charset "utf-8";


/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */

.section__price-info,
.section__price {
	padding-bottom: 60px;
}

.page-header {
	background: url(../img/price/page-header_bg.jpg) no-repeat center;
	background-size: cover;
	background-color: transparent;
}

.more-link {
	text-decoration: underline;
}

.more-link .lbl {
	font-size: 1em;
}

.more-link .icon {
	width: 20px;
	height: 20px;
}


/* ============================================================================================== */
/* section__price-info                                                                            */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* price-info__included */

.price-info__included {
	position: relative;
	margin-bottom: 40px;
}

.price-info__included:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 1px rgba(91,40,68,.1);
	border-radius: 10px;
	box-sizing: border-box;
}

.price-info__included .ttl {
	border-radius: 10px 10px 0 0;
	background: rgba(143,63,107,.1);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.price-info__included .body {
	padding: 20px;
	box-sizing: border-box;
}

.price-info__included .ttl br {
	display: none;
}

.price-info__included .included-outline {
	font-size: 2.2rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
}

.price-info__included .included-outline .plus {
	font-size: .6em;
	vertical-align: 3px;
	margin: 0 10px;
}

.price-info__included .included-list .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.price-info__included .included-list .item:last-child {
	margin-bottom: 0;
}

.price-info__included .included-list .item .icon {
	width: 25px;
	height: 25px;
	stroke: rgba(91,40,68,1);
	stroke-width: 5px;
	margin-top: 1px;
}

.price-info__included .included-list .item .txt {
	width: calc(100% - 30px);
}


/* ----------------------------------------------------------------------- */
/* price-info__meal */

.price-info__meal {
	margin-bottom: 40px;
}

.price-info__meal .more-link--outer {
	margin: .5em 0 1.5em;
}


/* ----------------------------------------------------------------------- */
/* price-info__room */

.price-info__room {
	margin-bottom: 40px;
}

.price-info__room .room-list__item {
	margin-bottom: 30px;
}

.price-info__room .room-list__img {
	margin-bottom: 15px;
}

.price-info__room .room-list__img img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 5px;
}

.price-info__room .room-list__txt .ttl {
	margin-bottom: 10px;
}

.price-info__room .room-list__txt .txt {
	font-size: .95em;
}


/* ----------------------------------------------------------------------- */
/* price-info__monitor */

.monitor-banner__anchor {
	line-height: 1.6;
	text-decoration: none;
	background: rgba(143,63,107,.1);
	border-radius: 10px;
	padding: 20px;
	display: block;
	text-align: center;
}

.monitor-banner__anchor .txt {
	font-size: .95em;
	text-align: left;
	margin-bottom: 10px;
}

.monitor-banner__anchor .txt .ib {
	display: inline;
}

.monitor-banner__anchor .txt br {
	display: none;
}

.monitor-banner__anchor .btn {
	width: 140px;
	height: 40px;
	margin: 0 auto;
	font-size: 1.2rem;
}

.monitor-banner__anchor:hover .btn {
	color: rgba(255,255,255,1);
	background: rgba(91,40,68,1);
}

.monitor-banner__anchor .btn .icon {
	width: 20px;
	height: 20px;
}

.monitor-banner__anchor:hover .btn .icon {
	stroke: rgba(255,255,255,1);
}


/* ============================================================================================== */
/* section__price                                                                                 */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* section__price */

.section__price .section-ttl--l {
	padding: 50px 0 25px;
	line-height: 1.4;
}

.section__price .section-ttl--l .sub {
	margin-bottom: .5em;
}

.section__price .section-ttl--l .main {
	font-size: 1.6rem;
}


/* ----------------------------------------------------------------------- */
/* sticky-table */

.sticky-table {
	display: block;
	position: relative;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
	font-size: 0;
	margin-right: -25px;
	margin-bottom: 5px;
}

.sticky-table * {
	box-sizing: border-box;
}

.sticky-table thead,
.sticky-table tbody,
.sticky-table tr {
	display: block;
	padding-right: 25px;
}

.sticky-table th,
.sticky-table td {
	font-size: 1.35rem;
	line-height: 1.5;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,1);
	border-right: solid 1px rgba(91,40,68,.1);
	border-bottom: solid 1px rgba(91,40,68,.1);
}

.sticky-table tbody th {
	font-size: 1.1rem;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
	text-align: center;
	background: #f4ebf0;
	border-left: solid 1px rgba(91,40,68,.1);
}

.sticky-table thead th.blank {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 3;
	background: #f4ebf0;
	border-left: solid 1px rgba(91,40,68,.1);
}

.sticky-table thead th {
	border-top: solid 1px rgba(91,40,68,.1);
	border-bottom: solid 2px rgba(91,40,68,.2);
}

.sticky-table thead th:first-child {
	border-radius: 5px 0 0 0;
}

.sticky-table thead th:last-child {
	border-radius: 0 5px 0 0;
}

.sticky-table tbody tr:last-child th {
	border-radius: 0 0 0 5px;
}

.sticky-table tbody tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

.sticky-table tbody tr.tr-divider th,
.sticky-table tbody tr.tr-divider td {
	border-bottom: solid 2px rgba(91,40,68,.2);
}

.sticky-table .th--inner a {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: -3px;
	margin-left: -2px;
	background: url(../svg/icon_exclamation.svg) no-repeat left top;
	background-size: 100%;
}

.col10.sticky-table thead,
.col10.sticky-table tbody,
.col10.sticky-table tr {
	width: 1025px;
}

.col10.sticky-table thead th,
.col10.sticky-table td {
	width: calc((100% - 90px) / 9);
}

.col10.sticky-table tbody th,
.col10.sticky-table thead th.blank {
	width: 90px;
}

.col5.sticky-table thead,
.col5.sticky-table tbody,
.col5.sticky-table tr {
	width: 725px;
}

.col5.sticky-table thead th,
.col5.sticky-table td {
	width: calc((100% - 90px) / 4);
}

.col5.sticky-table tbody th,
.col5.sticky-table thead th.blank {
	width: 90px;
}


/* ----------------------------------------------------------------------- */
/* table-footnote */

.table-footnote {
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------------- */
/* price-footnote */

.price-footnote .footnote__txt {
	font-size: .95em;
	margin-bottom: 30px;
}

.price-footnote .inquiry {
	text-align: center;
}

.price-footnote .btn {
	text-align: left;
	max-width: 350px;
	margin: 0 auto;
}

.price-footnote .btn.line:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(0,184,0,1);
	filter: brightness(105%);
}

.price-footnote .list-style--reg {
	font-size: .95em;
}

.price-footnote .list-style--reg li {
	margin-bottom: .2em;
}


/* ----------------------------------------------------------------------- */
/* table-style--reg */

.table-style--reg .pc {
	display: none;
}



/* ----------------------------------------------------------------------- */
/* tooltip */

#tooltip {
	display: none;
	position: absolute;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 5px;
	z-index: 10;
}
#tooltip .caption {
	font-size: 1.3rem;
	text-align: center;
	padding: 15px;
	display: block;
}

#tooltip img {
	width: 300px;
	vertical-align: bottom;
	border-radius: 5px 5px 0 0;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

	/* price-info__monitor */
	.monitor-banner__anchor .txt {
		text-align: center;
	}

	.monitor-banner__anchor .txt .ib {
		display: inline-block;
	}

	.monitor-banner__anchor .txt br {
		display: inline-block;
	}

	/* section__price */
	.section__price .section-ttl--l .main {
		font-size: 2rem;
	}

}


@media screen and (min-width: 414px) {

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

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

	/* price-info__included */
	.price-info__included {
		display: flex;
	}

	.price-info__included .ttl {
		border-radius: 10px 0 0 10px;
		height: auto;
		width: 180px;
	}

	.price-info__included .ttl br {
		display: inline-block;
	}

	.price-info__included .body {
		padding: 40px 30px;
		width: calc(100% - 180px);
	}

	.price-info__included .included-outline {
		font-size: 2.5rem;
		text-align: left;
	}

	/* price-info__room */
	.price-info__room .room-list__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.price-info__room .room-list__img {
		width: 200px;
		margin-bottom: 0;
	}

	.price-info__room .room-list__txt {
		width: calc(100% - 220px);
	}

	.price-info__room .room-list__txt .ttl {
		margin-bottom: 5px;
	}

	/* sticky-table */
	.col10.sticky-table {
		margin-right: -40px;
	}

	.col10.sticky-table thead,
	.col10.sticky-table tbody,
	.col10.sticky-table tr {
		padding-right: 40px;
	}

	.col5.sticky-table {
		overflow-x: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.col5.sticky-table thead,
	.col5.sticky-table tbody,
	.col5.sticky-table tr {
		width: 100%;
		padding-right: 0;
	}

	.col5.sticky-table thead th,
	.col5.sticky-table td {
		width: calc((100% - 120px) / 4);
	}

	.col5.sticky-table tbody th,
	.col5.sticky-table thead th.blank {
		width: 120px;
	}

	.col5.sticky-table .th--inner br {
		display: none;
	}

	.col5.sticky-table + .table-footnote {
		display: none;
	}

}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {

	/* common */
	.section__price-info,
	.section__price {
		padding-bottom: 120px;
	}

	.section__price:last-child {
		padding-bottom: 180px;
	}

	/* price-info__included */
	.price-info__included {
		margin-bottom: 80px;
	}

	/* price-info__meal */
	.price-info__meal {
		margin-bottom: 80px;
	}

	/* price-info__room */
	.price-info__room {
		margin-bottom: 80px;
	}

	/* .monitor-banner__anchor */
	.monitor-banner__anchor {
		padding: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}

	.monitor-banner__anchor .txt {
		text-align: left;
		margin-bottom: 0;
		width: calc(100% - 140px);
	}

	.monitor-banner__anchor .txt br {
		display: none;
	}

	.monitor-banner__anchor .btn {
		margin: 0;
	}

	/* section__price */
	.section__price .section-ttl--l {
		padding: 100px 0 30px;
	}

	.section__price .section-ttl--l .main {
		font-size: 3.5rem;
	}

	/* sticky-table */
	.sticky-table th,
	.sticky-table td {
		font-size: 1.45rem;
		height: 50px;
	}

	.sticky-table tbody th {
		font-size: 1.3rem;
	}

	.col10.sticky-table {
		overflow-x: auto;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.col10.sticky-table thead,
	.col10.sticky-table tbody,
	.col10.sticky-table tr {
		width: 100%;
		padding-right: 0;
		white-space: nowrap;
	}

	.col10.sticky-table thead th,
	.col10.sticky-table td {
		width: calc((100% - 120px) / 9);
	}

	.col10.sticky-table tbody th,
	.col10.sticky-table thead th.blank {
		width: 120px;
	}

	.col10.sticky-table .th--inner br {
		display: none;
	}

	.col5.sticky-table {
		margin-bottom: 40px;
	}

	.col5.sticky-table thead th,
	.col5.sticky-table td {
		width: calc((100% - 180px) / 4);
	}

	.col5.sticky-table tbody th,
	.col5.sticky-table thead th.blank {
		width: 180px;
	}

	/* table-footnote */
	.section__price .table-footnote {
		display: none;
	}

	/* price-footnote */
	.price-footnote .footnote__txt {
		margin-bottom: 40px;
	}

	/* table-style--reg */
	.table-style--reg .sp {
		display: none;
	}

	.table-style--reg .pc {
		display: inline-block;
	}

}


/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1280px) {

}


@media screen and (min-width: 1440px) {

	/* sticky-table */
	.sticky-table th,
	.sticky-table td {
		font-size: 1.6rem;
		height: 55px;
	}

	.sticky-table tbody th {
		font-size: 1.4rem;
	}

	.col10.sticky-table thead th,
	.col10.sticky-table td {
		width: calc((100% - 140px) / 9);
	}

	.col10.sticky-table tbody th,
	.col10.sticky-table thead th.blank {
		width: 140px;
	}

}
