@charset "UTF-8";

/* benefit_hotel_stitch2026 start */
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');

:root {
	--scale-ratio: calc(50vw / 900);
	--font-ratio: 0.62px;
	--color-defoult: #907578;
	--color-pink: #e84472;
	--color-orange: #ed6e11;
	@media screen and (width > 768px) {
		--scale-ratio: 1px;
		--font-ratio: 1px;
	}
}

.ff-murecho,
.benefit_hotel_stitch2026 div:not(.sec-info) li, .benefit_hotel_stitch2026 div:not(.sec-info) p, .benefit_hotel_stitch2026 div:not(.sec-info) dt, .benefit_hotel_stitch2026 div:not(.sec-info) dd, .benefit_hotel_stitch2026 div:not(.sec-info) h3, .benefit_hotel_stitch2026 div:not(.sec-info) h4, .benefit_hotel_stitch2026 div:not(.sec-info) h5, .benefit_hotel_stitch2026 div:not(.sec-info) h6 {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  transform: rotate(0.03deg);
}
.benefit_hotel_stitch2026 div:not(.sec-info){
  font-weight: 500;
}
.-art {
	pointer-events: none;
}
span.-art {
	display: inline-block;
}
.fw-bold {
	font-weight: 800 !important;
}
.fs-ll {
	font-size: 125% !important;
}
.number,
.fs-l {
	font-size: 120% !important;
}
.number {
    padding: 0 0.1em;
}
.week,
.fs-s {
	font-size: 85% !important;
}
.em {
	font-style: normal;
}
.mt2em {
	margin-top: 2em;
}
.mt1em {
	margin-top: 1em;
}
.txt-att{
  color: var(--color-pink);
}
.txt-att2{
  color: var(--color-orange);
}
.txt-bg01{
  background: url(../images/benefit_hotel_stitch2026/bg03.jpg) no-repeat 50% 50% / 100% 1.1em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.benefit_hotel_stitch2026 .fw-bold,
.benefit_hotel_stitch2026 strong {
  font-weight: 700 !important;
}

.benefit_hotel_stitch2026 a:hover {
    opacity: .7;
}

.benefit_hotel_stitch2026 {
	background: #fac016;
	color: var(--color-defoult);
	font-size: calc(20 * var(--font-ratio));
	line-height: 2.1;
}
.benefit_hotel_stitch2026 .content-inner {
  max-width: 900px;
  background: #ffffff url("../images/benefit_hotel_stitch2026/bg01.png") no-repeat 50% -195px / auto 355px;;
	padding: calc(10 / 750 * 100vw) calc(90 * var(--scale-ratio)) .1px;
  position: relative;
	@media screen and (width > 768px) {
		background-position: 50% -150px;
		background-size: auto auto;
	  padding: calc(45 * var(--scale-ratio)) calc(90 * var(--scale-ratio)) .1px;
	}
}
.benefit_hotel_stitch2026 .content-inner::before,
.benefit_hotel_stitch2026 .content-inner::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  display: block;
  opacity: .5;
  pointer-events: none;
}
.benefit_hotel_stitch2026 .content-inner::before {
  background-image: linear-gradient(90deg, transparent, #db9912);
  right: 100%;
}
.benefit_hotel_stitch2026 .content-inner::after {
  background-image: linear-gradient(-90deg, transparent, #db9912);
  left: 100%;
}
.benefit_hotel_stitch2026 div:not(.sec-info) > .ti01::before {
  content: "";
  background: url("../images/benefit_hotel_stitch2026/art01.png") no-repeat 50% 0% / 100% auto;
	margin: calc(-5 / 720 * 100%) auto calc(45 / 720 * 100%);
	width: calc(460 / 720 * 100%);
  padding-top: calc(142 / 720 * 100%);
  display: block;
}
.benefit_hotel_stitch2026 div:not(.sec-info) > .ti01 {
	margin: 0 0 calc(50 / 30 * 1em);
}
.benefit_hotel_stitch2026 .sec-item {
	margin: 0;
	max-width: unset;
}
.benefit_hotel_stitch2026 .sec-item::after {
  content: "";
  background: url("../images/benefit_hotel_stitch2026/bg02.png") 50% 100% repeat-x;
  background-size: contain;
	margin: calc(77 * var(--scale-ratio)) calc(-40 * var(--scale-ratio)) 0;

	height: calc(61 / 20 * 1em);
  display: block;
	@media screen and (width > 768px) {
	height: calc(84 * var(--scale-ratio));
	}
}
.benefit_hotel_stitch2026 .box01 {
  background: #1a773a;
  color: #ffea00;
	border-radius: calc(20 / 20 * 1em);
	padding: calc(5 / 20 * 1em) calc(5 / 20 * 1em) calc(15 / 20 * 1em);
}
.benefit_hotel_stitch2026 .box02 {
  background: #fff1e6;
	border-radius: calc(20 / 20 * 1em);
	margin: calc(35 / 20 * 1em) auto 0;
  padding: calc(18 / 20 * 1em);
  position: relative;
  text-align: center;
}
.benefit_hotel_stitch2026 .box02.-fit {
  width: fit-content;
}
.benefit_hotel_stitch2026 .box02.-bg01{
	@media screen and (width > 768px) {
    max-width: calc(660 * var(--scale-ratio))
  }
}
.benefit_hotel_stitch2026 .box02.-bg01::before {
  content: "";
  background: url("../images/benefit_hotel_stitch2026/art05.png") no-repeat 50% 0% / contain;
	width: calc(80 / 20 * 1em);
  height: calc(85 / 20 * 1em);
  display: inline-block;
  position: absolute;
  left: calc(-20 / 20 * 1em);
  bottom: calc(-20 / 20 * 1em);
	@media screen and (width > 768px) {
	width: calc(102 / 20 * 1em);
  height: calc(112 / 20 * 1em);
  left: calc(-30 / 20 * 1em);
  bottom: calc(-30 / 20 * 1em);
  }
}
.benefit_hotel_stitch2026 .box02 .date-dl,
.benefit_hotel_stitch2026 .box02 .time-dl {
  color: var(--color-pink);
}
.benefit_hotel_stitch2026 .txt {
  margin: calc(30 / 20 * 1em) auto 0;
}
.benefit_hotel_stitch2026 .box02 .txt {
  font-size: calc(23 / 24 * 1em);
  line-height: 1.54;
  margin: 0;
	@media screen and (width > 768px) {
  font-size: calc(22 * var(--scale-ratio));
	}
}
.benefit_hotel_stitch2026 .-ti01 + .txt {
  margin-top:calc(37 / 20 * 1em)
}
.benefit_hotel_stitch2026 .box02 + .txt {
  margin-top: calc(45 / 20 * 1em)
}
.benefit_hotel_stitch2026 .box02 .txt a.ico-arrow {
	position: relative;
}
.benefit_hotel_stitch2026 .box02 .txt a.ico-arrow::before {
  content: "";
  background: url("../images/benefit_hotel_stitch2026/arrow01.png") no-repeat 50% 0% / contain;
	width: calc(24 / 22 * 1em);
  height: calc(25 / 22 * 1em);
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .1em;
}
.benefit_hotel_stitch2026 .-ti01 + .box02 {
  margin-top: calc(50 / 20 * 1em);
}
.benefit_hotel_stitch2026 .-ti01 + .box02 .date-dl {
  margin: .15em 0;
}
.benefit_hotel_stitch2026 .box03 {
  background: #fff1e6;
	border-radius: calc(40 / 20 * 1em);
  padding: calc(40 / 20 * 1em);
  position: relative;
  box-shadow: 0 calc(6 / 20 * 1em) 0 var(--color-orange);
  text-align: center;
  margin: calc(125 / 20 * 1em) 0 calc(86 / 20 * 1em);
}
.benefit_hotel_stitch2026 .box03 + .box03 {
  margin-top: calc(135 / 20 * 1em)
}
.benefit_hotel_stitch2026 .date-dl {
  font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  text-align: center;
	gap: calc(10 * var(--scale-ratio));
}
.benefit_hotel_stitch2026 .date-dl dt {
	font-size: calc(24 * var(--font-ratio));
	display: flex;
	justify-content: center;
	align-items: center;
  position: relative;
	gap: calc(14 / 24 * 1em);
  letter-spacing: 0.05em;
}
.benefit_hotel_stitch2026 .date-dl dt::before,
.benefit_hotel_stitch2026 .date-dl dt::after {
  content: "";
  background: url("../images/benefit_hotel_stitch2026/art02.png") no-repeat 50% 0% / contain;
	width: calc(40 / 24 * 1em);
  height: calc(40 / 24 * 1em);
  display: inline-block;
  transform: translateY(10%);
}
.benefit_hotel_stitch2026 .date-dl dt::after {
  transform: scale(-1, 1) translateY(10%);
}
.benefit_hotel_stitch2026 .date-dl dd{
	font-size: calc(24.54 * var(--font-ratio));
	line-height: calc(34 / 24.54 * 1em);
}
.benefit_hotel_stitch2026 .date-dl dd span {
	vertical-align: baseline;
	padding: 0 0.1em;
  line-height: 1;
}
.benefit_hotel_stitch2026 .sec-text {
	margin-top: calc(38 / 20 * 1em);
}
.benefit_hotel_stitch2026 .sec-text p + p {
	margin-top: 2.1em;
}
.benefit_hotel_stitch2026 .img-main {
	margin: calc(80 / 20 * 1em) calc(-90 / 20 * 1em) 0;
}

.benefit_hotel_stitch2026 .-ti01 {
  width: fit-content;
	font-size: calc(36 * var(--font-ratio));
  font-size: calc(40 / 24 * 1em);
  font-weight: 700;
	margin: calc(70 / 40 * 1em) auto calc(32 / 40 * 1em);
	padding: 0;
  position: relative;
	line-height: calc(65 / 40 * 1em);
	@media screen and (width > 768px) {
	font-size: calc(40 * var(--font-ratio));
	}
}
.benefit_hotel_stitch2026 .-ti01::before {
  content: "";
  background: #fff7be;
	width: calc(100% - 2em);
  height: calc(100%);
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(calc(25 / 40 * 1em));
}
.benefit_hotel_stitch2026 .-ti01 .text {
  background: url(../images/benefit_hotel_stitch2026/bg03.jpg) no-repeat 50% 50% / 100% 1.1em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
	gap: calc(14 / 40 * 1em);
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.benefit_hotel_stitch2026 .-ti01 .text::before,
.benefit_hotel_stitch2026 .-ti01 .text::after {
  content: "";
  background: url("../images/benefit_hotel_stitch2026/art03.png") no-repeat 50% 0% / contain;
	width: calc(54 / 40 * 1em);
  height: calc(54 / 40 * 1em);
  display: inline-block;
  transform: translateY(5%);
}
.benefit_hotel_stitch2026 .-ti01 .text::after {
  transform: scale(-1, 1) translateY(5%);
}
.benefit_hotel_stitch2026 .-ti01.-bg02{
	margin: calc(85 / 40 * 1em) auto calc(32 / 40 * 1em);
}
.benefit_hotel_stitch2026 .-ti01.-bg02 .text {
      gap: calc(10 / 40 * 1em);
  padding-right: .2em;
}
.benefit_hotel_stitch2026 .-ti01.-bg02 .text::before {
  background: url("../images/benefit_hotel_stitch2026/art06.png") no-repeat 50% 0% / contain;
	width: calc(138 / 40 * 1em);
  height: calc(68 / 40 * 1em);
}
.benefit_hotel_stitch2026 .-ti01.-bg02 .text::after {
  background: url("../images/benefit_hotel_stitch2026/art07.png") no-repeat 50% 0% / contain;
	width: calc(128 / 40 * 1em);
  height: calc(75 / 40 * 1em);
  transform: translateY(-10%);
}
.benefit_hotel_stitch2026 .-ti02 {
  color: var(--color-pink);
	font-size: calc(22 * var(--font-ratio));
  font-weight: 500;
	margin: 0 auto calc(22 / 22 * 1em);
  text-align: center;
}
.benefit_hotel_stitch2026 .-ti03 {
  color: var(--color-pink);
	font-size: calc(30 * var(--font-ratio));
  font-weight: 700;
	margin: 0 auto calc(12 / 30 * 1em);
  text-align: center;
}
.benefit_hotel_stitch2026 .-ti04 {
  color: var(--color-pink);
	font-size: calc(24 * var(--font-ratio));
  font-weight: 700;
	margin: calc(30 / 24 * 1em) auto calc(25 / 24 * 1em);
  text-align: center;
  line-height: 1.5;
	@media screen and (width > 768px) {
  letter-spacing: 0.05em;
	}
}

.benefit_hotel_stitch2026 .note-list li,
.benefit_hotel_stitch2026 span.note-list {
	font-size: calc(16 * var(--font-ratio));
	line-height: 1.5;
}
.benefit_hotel_stitch2026 .body-item .img {
	margin-bottom: 0;
	border-radius: calc(40 / 20 * 1em);
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.benefit_hotel_stitch2026 .btn {
	border-radius: calc(15 / 24 * 1em);
	font-size: calc(24 * var(--font-ratio));
  font-weight: 700;
  background: url("../images/benefit_hotel_stitch2026/btn01.jpg") repeat-x 50% 0% / contain;
  color: #fff !important;
  width: fit-content;
  height: calc(80 / 24 * 1em);
  display: flex;
  justify-content: center;
  align-items: center;
	margin: calc(20 / 24 * 1em) auto 0;
  padding: 0 calc(50 / 24 * 1em);
  text-decoration: none !important;
  position: relative;
	@media screen and (width > 768px) {
	  min-width: calc(510 * var(--scale-ratio));
		padding-left: calc(58 / 24 * 1em);
		padding-right: calc(58 / 24 * 1em);
	}
}
.benefit_hotel_stitch2026 .box02 + p .btn {
	margin-top: calc(40 / 24 * 1em);
}
.benefit_hotel_stitch2026 .btn::after {
  content: "";
  background: url("../images/benefit_hotel_stitch2026/arrow03.svg") no-repeat 50% 0% / contain;
	width: calc(25 / 24 * 1em);
  height: calc(25 / 24 * 1em);
  display: inline-block;
  position: absolute;
  right: calc(12 / 24 * 1em);
  top: 50%;
  transform: translateY(-50%);
}

.benefit_hotel_stitch2026 .time-dl {
	font-size: calc(21.73 * var(--font-ratio));
  /*font-size: calc(21.73 / 24 * 1em);*/
  font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: flex-start;
  line-height: calc(26 / 21.73 * 1em);
}
.benefit_hotel_stitch2026 .time-dl.-fs-l {
  font-size: calc(26.19 / 24 * 1em);
	@media screen and (width > 768px) {
	font-size: calc(26.19 * var(--font-ratio));
	}
}
.benefit_hotel_stitch2026 .time-dl dt{
  padding-right: calc(50 * var(--font-ratio));
  position: relative;
  white-space: nowrap;
}
.benefit_hotel_stitch2026 .time-dl dt::after {
  content: "";
  background: url("../images/benefit_hotel_stitch2026/art04.png") no-repeat 50% 50% / contain;
	width: calc(27 * var(--font-ratio));
  height: 100%;
  display: inline-block;
  position: absolute;
  right: calc(10 * var(--font-ratio));
  top: 0;
}
.benefit_hotel_stitch2026 .time-dl dd {
  text-align: left;
}
.benefit_hotel_stitch2026 .time-dl dd .note-list {
  font-weight: normal;
  line-height: inherit;
}
.benefit_hotel_stitch2026 .time-dl dd ul.note-list {
	color: var(--color-defoult);
}
.benefit_hotel_stitch2026 .sec-item.-benefit .benefit-ti {
  width: min(calc(225 / 20 * 1em), 225px);
	text-align: center;
  margin: calc(-120 / 20 * 1em) auto calc(13 / 20 * 1em);
}

.benefit_hotel_stitch2026 .sec-item.-benefit .txt {
	font-size: calc(23 * var(--font-ratio));
	letter-spacing: 0.025em;
	line-height: calc(42 * var(--font-ratio));
  margin: 0 -1.5em;
	@media screen and (width > 768px) {
	font-size: calc(24 * var(--font-ratio));
	}
}
.benefit_hotel_stitch2026 .sec-item.-benefit .txt .fs-s {
  line-height: 1.2;
}
.benefit_hotel_stitch2026 .sec-item.-benefit .benefit-img {
	margin-top: calc(30 / 20 * 1em);
}
.benefit_hotel_stitch2026 .sec-item.-benefit .drink-column {
	margin-top: calc(17 / 20 * 1em);
  position: relative;
}
.benefit_hotel_stitch2026 .sec-item.-benefit .drink-column .drink-img {
	margin: 0 0 0 calc(-40 / 20 * 1em);
	position: relative;
		width: calc(479 / 640 * 100%);
}
.benefit_hotel_stitch2026 .sec-item.-benefit .drink-column .drink-txt {
		width: calc(320 / 640 * 100%);
    height: calc(360 / 640 * 100%);
    min-width: 12.5em;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 1.5em;
  letter-spacing: -.02em;
	@media screen and (width > 768px) {
  letter-spacing: normal;
  padding: .5em 0 0;
	}
}
.benefit_hotel_stitch2026 .sec-item.-benefit .drink-column .drink-txt .txt {
	line-height: 1.4;
  letter-spacing: -.04em;
  margin: 0 -2em -.3em 0;
	@media screen and (width > 834px) {
  letter-spacing: normal;
	}
}

.reservation-accordion {
	margin-top: calc(45 / 20 * 1em);
	overflow: hidden;
	border: calc(4 / 20 * 1em) solid var(--color-orange);
	border-radius: calc(15 / 20 * 1em);
}
.reservation-accordion .reservation-accordion-summary {
	background: var(--color-orange);
  color: #ffffff;
	font-size: calc(24 * var(--font-ratio));
  font-weight: 700;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(64 / 24 * 1em);
	cursor: pointer;
  margin: calc(-4 / 24 * 1em);
}
.reservation-accordion .reservation-accordion-summary::after {
	content: "";
  background: url("../images/benefit_hotel_stitch2026/arrow02.png") no-repeat 50% 0% / contain;
	width: calc(25 / 24 * 1em);
  height: calc(24 / 24 * 1em);
	position: absolute;
	right: calc(10 / 24 * 1em);
	top: 50%;
	transform: translateY(-50%) scaleY(-1);
	display: block;
	pointer-events: none;
	transition: transform .2s ease-out;
  margin: 0;
}
.reservation-accordion .reservation-accordion-summary.switchClose::after {
	transform: translateY(-50%);
}
.reservation-accordion .reservation-accordion-body {
	padding: calc(20 / 20 * 1em) calc(17 / 20 * 1em) calc(17 / 20 * 1em) calc(20 / 20 * 1em);
}

.benefit_hotel_stitch2026 .sec-info {
	margin: calc(80 / 20 * 1em) auto;
    box-shadow: none;
	@media screen and (width > 768px) {
		margin-left: calc(-40 / 20 * 1em);
		margin-right: calc(-40 / 20 * 1em);
	}
}

.tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.tablet {
		display: block;
	}
}