/* ============================ */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: default;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* ============================ */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 10rem;
}

body {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

img {
	height: auto;
	width: 100%;
}

a {
	display: block;
	transition: all 0.3s 0s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

.--sp-only {
	display: none;
}

/* ============================ */

/* ============================ */

/* ============================
header
 ========================= */

.l-header {
	left: 0;
	padding: 1.9rem 13.3rem 1.8rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.l-header__logo {
	width: 17rem;
}

/* ============================ */

/* ============================
main
 ========================= */

/* inner1100px */

.l-main__inner {
	margin: 0 auto;
	max-width: 113.2rem;
	padding: 0 1.6rem;
	width: 100%;
}

/* ============================ */

/* ============================
footer
 ========================= */

.l-footer {
	background: #040A18;
	padding-bottom: 6.5rem;
}

/* ハピホテ紹介セクション */

.l-footer__introduction {
	background: #F8F9FF;
	border-top: 0.4rem solid #DEDFF0;
	padding: 4.3rem 0;
}

.l-footer__introduction-inner {
	-moz-column-gap: 2.7rem;
	align-items: center;
	column-gap: 2.7rem;
	display: flex;
	margin: 0 auto;
	max-width: 86.1rem;
	padding: 0 1.6rem;
	width: 100%;
}

.l-footer__introduction-logo {
	width: 20.6rem;
}

.l-footer__introduction-text {
	color: #1E2679;
	font-family: "Segoe UI" "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 160%;
}

/* pc-navlist */

.l-footer__wrap {
	-moz-column-gap: 3.3rem;
	color: #FFF;
	column-gap: 3.3rem;
	display: flex;
	margin: 0 auto;
	max-width: 113.2rem;
	padding: 5.4rem 1.6rem 6.5rem;
	width: 100%;
}

.l-footer__wrap-item {
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}

.l-footer__wrap-item.--first {
	width: 40rem;
}

.l-footer__wrap-item:nth-of-type(2n) {
	flex: 1;
}

.l-footer__wrap-item h4,
.l-footer__wrap-item a {
	font-size: 1.1rem;
	font-weight: 400;
}

.l-footer__nav,
.l-footerOthers {
	padding-top: 1.5rem;
	position: relative;
}

.l-footer__nav::before,
.l-footerOthers::before {
	background: linear-gradient(to right, #9D50BB 20%, #fff 20%);
	content: "";
	height: 0.4rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-footer__nav-item-heading {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
	font-size: 1.6rem;
	padding-bottom: 1.4rem;
}

.l-footer__nav-block {
	-moz-column-gap: 5.7rem;
	column-gap: 5.7rem;
	display: flex;
}

.l-footer__nav-block:not(:first-of-type) {
	margin-top: 1.1rem;
}

.l-footer__nav-block h4 {
	width: 16%;
}

.l-footer__nav-block ul {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	row-gap: 0.8rem;
}

.l-footer__nav-block ul li {
	position: relative;
}

.l-footer__nav-block ul li::after {
	background: #fff;
	content: "";
	height: 1.2rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1rem;
}

.l-footer__nav-block ul li.--border-none::after,
.l-footer__nav-block ul li:last-of-type::after {
	display: none;
}

.l-footer__nav-block ul a {
	padding: 0 0.8rem;
}

.l-footerOthers ul li:not(:first-of-type) {
	margin-top: 1.1rem;
}

.l-footerOthers ul a {
	-moz-column-gap: 0.7rem;
	column-gap: 0.7rem;
	display: flex;
}

.l-footerOthers ul .--arrow {
	display: grid;
	display: block;
	place-content: center;
	width: 0.6rem;
}

.l-footerOthers ul .--arrow::after {
	border: 0.15rem solid currentColor;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 0.5rem;
	line-height: 1;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 0.5rem;
}

/* ========================================== */

/* sp */

.l-footer_sns {
	background: #F8F9FF;
	border-top: 0.2rem solid #1E2679;
}

.l-footer_sns-inner {
	padding: 1.5rem 1rem;
}

.l-footer_sns-list {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: flex;
	justify-content: center;
}

.l-footer_sns-list li {
	flex: 1;
}

.l-footer_pagetop a {
	-moz-column-gap: 0.2rem;
	align-items: center;
	background: linear-gradient(90deg, #9D50BB 0%, #6E48AA 100%);
	color: #FFF;
	column-gap: 0.2rem;
	display: flex;
	font-size: 1.2rem;
	justify-content: center;
	padding: 1.2rem;
}

.l-footer_pagetop img {
	width: 1.3rem;
}

.l-footer__list-sp {
	background: #040A18;
	display: flex;
	flex-wrap: wrap;
}

.l-footer__list-sp li {
	background: #040A18;
	border-bottom: 0.09rem solid #DEDFF0;
	display: block;
	font-size: 1.1rem;
	width: 50%;
}

.l-footer__list-sp li:nth-child(odd) {
	border-right: 0.09rem solid #DEDFF0;
}

.l-footer__list-sp a {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	padding: 2.3rem 1.8rem;
	width: 100%;
}

.l-footer__list-sp .--arrow {
	background: #9D50BB;
	border-radius: 50%;
	display: grid;
	flex-shrink: 0;
	height: 1.1rem;
	place-content: center;
	width: 1.1rem;
}

.l-footer__list-sp .--arrow::after {
	border: 0.12rem solid #fff;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 0.3rem;
	line-height: 1;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 0.3rem;
}

/*/* ============================ */

/* ============================ */

/* ============================ */

/* ============================
p-fv
 ========================= */

.p-fv {
	position: relative;
}

.p-fv__illustration {
	left: 0;
	position: absolute;
	top: 42rem;
	width: 100%;
	z-index: 10;
}

/* ============================
p-finally
 ========================= */

.p-finally {
	background: url(../img/finally-bg_pc.webp) no-repeat center top/cover;
	padding: 8rem 0;
}

.p-finally__inner {
	margin: 0 auto;
	max-width: 76.9rem;
	padding: 0 1.5rem;
	width: 100%;
}

.p-finally__heading {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #D0A900 0%, #F5DC70 50%, #D0A900 100%);
	background-clip: text;
	font-size: 3.2rem;
	letter-spacing: 0.32px;
	line-height: 153%;
	text-align: center;
}

.p-finally__text {
	color: #FFF;
	font-size: 1.8rem;
	letter-spacing: 0.18px;
	line-height: 180%;
	margin-top: 2.4rem;
	text-align: center;
}

/* ============================
p-highlight
 ========================= */

.p-highlight {
	overflow: hidden;
}

.p-highlight__inner {
	margin: 0 auto;
	max-width: 136.6rem;
}

.p-highlight__item {
	background: url(../img/highlight-bg_pc.webp) no-repeat center center/cover;
	padding-bottom: 10rem;
}

.p-highlight__item-inner {
	-moz-column-gap: 5.6rem;
	align-items: flex-start;
	column-gap: 5.6rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 129.4rem;
	padding: 0 2rem;
	width: 100%;
}

.p-highlight__wrap-img {
	max-width: 84rem;
}

.p-highlight__wrap-img.--left {
	margin-left: calc(50% - 50vw);
}

.p-highlight__wrap-img.--right {
	margin-right: calc(50% - 50vw);
}

.p-highlight__item-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 41.4rem;
	padding-top: 6.4rem;
	row-gap: 2.4rem;
}

.p-highlight__item-number {
	width: 11.6rem;
}

.p-highlight__item-heading {
	font-size: 2.4rem;
	letter-spacing: 0.24px;
	line-height: 160%;
	text-align: center;
}

.p-highlight__item-text {
	font-size: 1.6rem;
	letter-spacing: 0.16px;
	line-height: 180%;
}

.p-highlight__item-bottom {
	margin-top: 2.6rem;
	width: 100%;
}

.p-highlight__item-bottom-copy {
	-moz-column-gap: 0.7rem;
	align-items: center;
	column-gap: 0.7rem;
	display: flex;
	justify-content: center;
}

.p-highlight__item-bottom-copy img {
	width: 1.5rem;
}

.p-highlight__item-bottom-copy-text {
	font-size: 2rem;
	line-height: 160%;
}

.p-highlight__item-bottom-button {
	background: linear-gradient(90deg, #9D50BB 0%, #6E48AA 100%);
	border-radius: 100rem;
	color: #fff;
	font-size: 2.4rem;
	line-height: 160%;
	margin: 0 auto;
	margin-top: 0.7rem;
	max-width: 35.2rem;
	padding: 1.6rem;
	text-align: center;
	width: 100%;
}

/* ============================

 ========================= */

.p-hotel {
	background: linear-gradient(180deg, #473079 0%, #1F0836 100%);
	padding: 8rem 0;
}

.p-hotel__inner {
	margin: 0 auto;
	max-width: 113.6rem;
	padding: 0 4.8rem;
	width: 100%;
}

.p-hotel__list {
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 2rem;
}

.p-hotel__item {
	width: calc(33.3% - 2rem);
}

.p-hotel__item-link {
	-moz-column-gap: 1.2rem;
	align-items: center;
	background: linear-gradient(90deg, #9D50BB 0%, #6E48AA 100%);
	border-radius: 100rem;
	color: #fff;
	column-gap: 1.2rem;
	display: block;
	display: flex;
	height: 6.6rem;
	padding: 1.4rem 2.5rem 1.4rem 4rem;
	position: relative;
	width: 100%;
}

.p-hotel__item-link.--small {
	padding: 1.4rem 4rem;
}

.p-hotel__item-link .--arrow {
	display: grid;
	place-content: center;
	width: 0.9rem;
}

.p-hotel__item-link .--arrow .--arrow-shape {
	border: 0.2rem solid currentColor;
	border-bottom: 0;
	border-left: 0;
	content: "";
	display: inline-block;
	height: 0.9rem;
	line-height: 1;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 0.9rem;
}

.p-hotel__item-link .--text {
	flex-grow: 1;
	font-size: 1.8rem;
	line-height: 100%;
	text-align: center;
}

.p-hotel__item-link .--text .--small {
	font-size: 1.4rem;
}

.p-breadcrumb {
	-webkit-overflow-scrolling: touch;
	border-top: 0.1rem solid #DEDFF0;
	overflow-x: auto;
	padding: 1.4rem 1rem;
}

.p-breadcrumb ul {
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	display: flex;
}

.p-breadcrumb li:first-of-type {
	position: relative;
}

.p-breadcrumb li:first-of-type::after {
	border: 0.15rem solid #DEDFF0;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 1.2rem;
	line-height: 1;
	position: absolute;
	right: -1.7rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	vertical-align: middle;
	width: 1.2rem;
}

.p-breadcrumb li a {
	-moz-column-gap: 0.8rem;
	align-items: center;
	color: #1E2679;
	column-gap: 0.8rem;
	display: flex;
	font-size: 1rem;
	white-space: nowrap;
}

.p-breadcrumb li img {
	width: 1.1rem;
}

/* ============================
アニメーション
 ========================= */

.js-inview {
	opacity: 0;
	transition: all 0.6s ease 0.2s;
}

.js-inview.is-show {
	opacity: 1;
}

.js-inview.--fadein-up {
	transform: translateY(4rem);
}

.js-inview.--fadein-up.is-show {
	transform: translateY(0);
}

.js-inview.--fadein-right {
	transform: translateX(-4rem);
}

.js-inview.--fadein-right.is-show {
	transform: translateX(0);
}

.js-inview.--fadein-left {
	transform: translateX(4rem);
}

.js-inview.--fadein-left.is-show {
	transform: translateX(0);
}

/* ============================ */

/* ============================ */

/* ============================
u-font
 ========================= */

.u-font { /* color */ /* /color */ /* あしらい */ /* /あしらい */ /* font-weight */ /* /font-weight */
}

.u-font--green {
	color: #32A681;
}

.u-font--blue {
	color: #20a6a6;
}

.u-font--white {
	color: #fff;
}

.u-font--yellow {
	color: #F3F73E;
}

.u-font--Fyellow {
	color: #FF4;
}

.u-font--Lyellow {
	color: #E2EEBC;
}

.u-font--Gorange {
	-webkit-background-clip: text;
	background: linear-gradient(91deg, #FECA52 33.89%, #FF9000 83.27%, #E16900 93%);
	background-clip: text;
	color: transparent;
}

.u-font--Ggreen {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(270deg, #1F997B 39.52%, #41B88E 100%);
	background-clip: text;
}

.u-font--marker {
	background: linear-gradient(transparent 60%, #F3F73E 60%);
	display: inline;
	font-weight: 700;
}

.u-font--marker-gold {
	background: linear-gradient(90deg, #D7C945 0%, #FEF98C 50%, #D6C950 100%);
	display: inline;
}

.u-font--dots {
	background-image: radial-gradient(circle at center, #F3F73E 15%, transparent 15%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: 0.4rem; /* 縦方向の位置調整 */
}

.u-font--400 {
	font-weight: 400;
}

.u-font--500 {
	font-weight: 500;
}

.u-font--600 {
	font-weight: 600;
}

.u-font--700 {
	font-weight: 700;
}

.u-font--900 {
	font-weight: 900;
}

.u-font--serif {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif JP", serif;
}

/* ============================ */

/* ============================
u-font
 ========================= */

.u-bg--green {
	background: #32A681;
}

.u-bg--green02 {
	background: #36B087;
}

.u-bg--gray {
	background: #F5F5F5;
}

.u-bg--Lgreen {
	background: #F1F6DF;
}

.u-bg--Lgreen02 {
	background: #F7FBEC;
}

.u-bg--Ggreen {
	background: linear-gradient(90deg, #3CB58A 0%, #29937C 100%);
}

.u-bg--G-Lgreen {
	background: linear-gradient(90deg, rgba(241, 246, 223, 0.9) 0%, rgba(227, 244, 238, 0.9) 100%);
}

.u-bg--white {
	background: #fff;
}

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

html {
	font-size: 0.7320644217vw;
}

}

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

html {
	font-size: 2.6666666667vw;
	scroll-padding-top: 8rem;
}

.--pc-only {
	display: none;
}

.--sp-only {
	display: block;
}

.l-header {
	padding: 1.1rem 1.8rem 1rem;
}

.l-header__logo {
	width: 11rem;
}

.l-footer {
	padding: 0;
}

.l-footer__wrap {
	padding: 0;
}

.p-finally {
	background: linear-gradient(180deg, #473079 0%, #1F0836 100%);
	padding: 4rem 0;
}

.p-finally__heading {
	font-size: 2.4rem;
	line-height: 160%;
}

.p-finally__text {
	line-height: 200%;
}

.p-highlight__item {
	padding-bottom: 4rem;
}

.p-highlight__item-inner {
	flex-direction: column;
	row-gap: 4rem;
}

.p-highlight__item-inner.--sp-reverse {
	flex-direction: column-reverse;
}

.p-highlight__item-content {
	margin: 0 auto;
	max-width: 27.5rem;
	padding-top: 0;
	row-gap: 1.6rem;
	width: 100%;
}

.p-highlight__item-number {
	width: 9.7rem;
}

.p-highlight__item-heading {
	font-size: 1.8rem;
	letter-spacing: normal;
	margin-top: 0.8rem;
}

.p-highlight__item-bottom-copy-text {
	font-size: 1.8rem;
	line-height: 177%;
}

.p-highlight__item-bottom-button {
	font-size: 2rem;
	max-width: 27.5rem;
	padding: 1.2rem;
}

.p-hotel {
	padding: 5rem 0;
}

.p-hotel__list {
	flex-direction: column;
	row-gap: 1.2rem;
}

.p-hotel__item {
	width: 100%;
}

.p-hotel__item-link {
	height: 5rem;
	padding: 0.7rem 2.8rem 0.5rem;
}

.p-hotel__item-link.--small {
	padding: 0.7rem 2.8rem 0.5rem;
}

.p-hotel__item-link .--text {
	font-size: 1.6rem;
}

.p-hotel__item-link .--text .--small {
	font-size: 1.3rem;
}

}

