@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&family=Zen+Old+Mincho:wght@400;500;700;900&display=swap");
.m_ft {
  font-family: "Zen Old Mincho", serif;
}

.g_ft {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

#contents_top, .detail_evaluate {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.detail_text {
  display: none;
}

#header {
  background: none;
}

body, main {
  overflow: hidden;
  overflow-y: auto;
}

.hotel_body, .hotel_mv {
  font-size: 10px;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  color: #3B4044;
}

.hotel_body h2, .hotel_body h3, .hotel_mv h2, .hotel_mv h3 {
  font-size: inherit;
  margin: 0;
}

.hotel_body p, .hotel_mv p {
  margin: 0;
}

.hotel_body i, .hotel_body em, .hotel_mv i, .hotel_mv em {
  font-style: normal;
}

.u_inner {
  width: 112em;
  max-width: calc(100% - 4em);
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .hotel_body {
    font-size: calc(100vw * 10 / 1300);
  }
}

@media screen and (max-width: 767px) {
  .hotel_body {
    font-size: calc(100vw * 10 / 375);
  }
}

.hotel_mv {
  margin: -110px 0 0;
  background: url(../img/mv_bg.jpg) no-repeat 50%/cover;
  display: flex;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 960px) and (max-width: 1053px) {
  .hotel_mv {
    margin: -132px 0 0;
  }
}

@media screen and (max-width: 1400px) {
  .hotel_mv {
    font-size: calc(100vw * 10 / 1400);
  }
}

@media screen and (min-width: 768px) {
  .hotel_mv {
    height: calc(100vh - 45px);
    min-height: 90.5em;
  }
}

@media screen and (max-width: 767px) {
  .hotel_mv {
    margin: -75px 0 0;
    background: url(../img/mv_bg_sp.jpg) no-repeat center top/100%;
    font-size: calc(100vw * 10 / 375);
    padding: 40.9em 0 4.3em;
  }
}

.hotel_mv img {
  position: absolute;
}

.hotel_mv .icon {
  width: 28.2em;
  left: -2em;
  top: 0;
}

@media screen and (max-width: 767px) {
  .hotel_mv .icon {
    width: 13.2em;
    left: 2em;
    top: -15.8em;
  }
}

.hotel_mv .img {
  width: 44.5em;
  right: -5.5em;
  bottom: -7.5em;
}

@media screen and (max-width: 767px) {
  .hotel_mv .img {
    width: 15.1em;
    top: -15.8em;
    right: .8em;
  }
}

.hotel_mv .box {
  margin: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .hotel_mv .box {
    margin-top: -1em;
  }
}

@media screen and (min-width: 768px) {
  .hotel_mv .box {
    padding-top: 10em;
    width: 127.2em;
    height: 56em;
  }
  .hotel_mv .box:before, .hotel_mv .box:after {
    content: '';
    position: absolute;
    left: 50%;
    translate: -50% 0;
    width: 74.1em;
    height: 100%;
    background: #fff;
    background: #FFFFFF;
    filter: blur(16.7106em);
    z-index: -1;
    border-radius: 50%;
    top: 0;
  }
}

.hotel_mv .ttl {
  float: none;
  margin: 0;
  width: auto;
  font-weight: 900;
  font-size: 4.4em;
  letter-spacing: .15em;
  line-height: 1.5;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .hotel_mv .ttl {
    font-size: 1.8em;
  }
}

.hotel_mv .ttl i {
  display: block;
  font-size: 2.136em;
  letter-spacing: .15em;
  background: radial-gradient(56.28% 340.17% at 47.58% 50%, #F8C265 0%, #633939 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: .15em;
}

@media screen and (max-width: 767px) {
  .hotel_mv .ttl i {
    font-size: 2.44em;
  }
}

.hotel_mv p {
  font-weight: bold;
  font-size: 2.4em;
  line-height: 2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .hotel_mv p {
    font-size: 1.4em;
  }
}

.c_btn {
  text-align: center;
  margin-top: 8em;
}

@media screen and (max-width: 767px) {
  .c_btn {
    margin-top: 5em;
  }
}

.c_btn a {
  display: inline-block;
  width: 26.875em;
  font-size: 3.2em;
  line-height: 3;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(180deg, #F68C8C 0%, #E62626 50%, #9D0808 100%);
  box-shadow: -4px 4px 11px rgba(0, 0, 0, 0.25);
  border-radius: .625em;
  text-shadow: 0px 0px 10px #181919;
  letter-spacing: .1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    display: block;
    width: auto;
    font-size: 2em;
    line-height: 4.25;
    margin: 0 -.3em;
  }
  .c_btn a i {
    font-size: .7em;
  }
}

.c_btn a:before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(0deg, #F68C8C 0%, #E62626 50%, #9D0808 100%);
  z-index: -1;
  border-radius: inherit;
}

.c_btn a:after {
  content: '';
  position: absolute;
  background: url(../img/icon_arrow_w.svg) no-repeat 50%/contain;
  width: .71875em;
  height: 100%;
  top: 0;
  right: 1.5em;
}

@media screen and (max-width: 767px) {
  .c_btn a:after {
    right: 1em;
  }
}

.hotel_review {
  background: url(../img/review_bg.jpg) no-repeat center top/cover;
  padding: 23em 0 10.8em;
}

@media screen and (max-width: 767px) {
  .hotel_review {
    background: url(../img/review_bg_sp.jpg) no-repeat center top/100%;
    padding: 9em 0;
  }
}

.hotel_review .head {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 3.5em rgba(94, 90, 90, 0.25);
  margin-bottom: 7em;
}

.hotel_review .head .u_inner {
  position: relative;
  padding: 6em 0;
}

@media screen and (max-width: 767px) {
  .hotel_review .head .u_inner {
    padding: 4em 0 3.5em;
  }
}

@media screen and (max-width: 767px) {
  .hotel_review .head {
    margin-bottom: 3.5em;
  }
}

.hotel_review .catch {
  position: absolute;
  width: 72.6em;
  top: -11em;
  left: -14em;
}

@media screen and (max-width: 767px) {
  .hotel_review .catch {
    width: 31.6em;
    left: 50%;
    translate: -50% 0;
    top: -4.8em;
  }
}

.hotel_review .sub {
  font-size: 3em;
  font-weight: bold;
  letter-spacing: .08em;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hotel_review .sub {
    line-height: 1.5;
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}

.hotel_review .sub:before, .hotel_review .sub:after {
  content: '';
  position: absolute;
  background: url(../img/review_bg_left.svg) no-repeat 50%/contain;
  width: 1.033em;
  height: 100%;
  top: .3em;
}

@media screen and (max-width: 767px) {
  .hotel_review .sub:before, .hotel_review .sub:after {
    top: .5em;
  }
}

.hotel_review .sub:before {
  left: 5em;
}

@media screen and (max-width: 767px) {
  .hotel_review .sub:before {
    left: 2em;
  }
}

.hotel_review .sub:after {
  background-image: url(../img/review_bg_right.svg);
  right: 5em;
}

@media screen and (max-width: 767px) {
  .hotel_review .sub:after {
    right: 2em;
  }
}

.hotel_review .row2 {
  display: flex;
  gap: 3.5em;
}

@media screen and (max-width: 767px) {
  .hotel_review .row2 {
    flex-direction: column;
    gap: 1em;
    margin-left: 4.5em;
  }
}

.hotel_review .row2 p {
  font-weight: bold;
  font-size: 4em;
  letter-spacing: .1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hotel_review .row2 p {
    font-size: 1.5em;
  }
}

.hotel_review .row2 p img {
  position: absolute;
  width: 4.25em;
  bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .hotel_review .row2 p img {
    left: 12.5em;
    width: 5em;
  }
}

.hotel_review .row2 em {
  font-weight: 900;
  font-size: 3.625em;
  line-height: 1.5;
  background: radial-gradient(318.82% 1609.83% at 45.96% 13.22%, #F0C985 0%, #C07F15 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: 0;
  margin-left: .02em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .hotel_review .row2 em {
    display: inline-block;
    width: 2.2em;
    text-align: center;
  }
}

.hotel_review .ttl {
  text-align: center;
  font-size: 3.4em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .hotel_review .ttl {
    font-size: 1.8em;
  }
}

.hotel_review .ttl em {
  color: #EA4646;
  letter-spacing: .1em;
  font-size: 1.2353em;
}

.hotel_review dl {
  border-radius: 2em;
  background: #fff;
  padding: 6em 9em 5em;
  margin-top: 4em;
}

@media screen and (max-width: 767px) {
  .hotel_review dl {
    margin-top: 3em;
    padding: 0 2em 2em;
  }
}

.hotel_review dt {
  position: relative;
  padding-left: 13em;
}

@media screen and (max-width: 767px) {
  .hotel_review dt {
    padding-left: 6.7em;
  }
}

.hotel_review dt span {
  display: block;
  font-size: 2.4em;
  letter-spacing: .05em;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .hotel_review dt span {
    font-size: 1.5em;
  }
}

.hotel_review dt small {
  color: #DBB878;
  font-size: .833em;
  display: block;
  line-height: 1.4;
}

.hotel_review dt img {
  position: absolute;
  left: 0;
  width: 7.9em;
}

@media screen and (max-width: 767px) {
  .hotel_review dt img {
    width: 5.2em;
  }
}

@media screen and (min-width: 768px) {
  .hotel_review dd {
    padding-left: 13em;
  }
}

.hotel_review dd img {
  width: 13.4em;
}

@media screen and (max-width: 767px) {
  .hotel_review dd img {
    width: 10.4em;
    margin-left: 6.7em;
  }
}

.hotel_review dd p {
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2;
  margin-top: 1.4em;
}

@media screen and (max-width: 767px) {
  .hotel_review dd p {
    font-size: 1.4em;
    line-height: 1.75;
  }
}

.hotel_review .other {
  text-align: right;
}

.hotel_review .other a {
  display: inline-block;
  border-bottom: solid 1px #0071B3;
  color: #0071B3;
  font-size: 2.4em;
  letter-spacing: .05em;
  background: url(../img/icon_arrow.svg) no-repeat right 0.2em/0.75em;
  padding-right: 2em;
  padding-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .hotel_review .other a {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .hotel_review .slide {
    margin: 3em 0 12em;
    background: #fff;
    box-shadow: 0px 0px 1em rgba(94, 90, 90, 0.25);
    border-radius: 1em;
    position: relative;
  }
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  width: 3.8em;
  height: 3.8em;
  border: none;
  color: transparent;
  cursor: pointer;
  bottom: -9em;
  top: auto;
}

.slick-arrow:before, .slick-arrow:after {
  content: none;
}

.slick-prev {
  background: url(../img/ico_prev.svg) no-repeat 50%/contain;
  right: 6em;
  left: auto;
}

.slick-next {
  background: url(../img/ico_next.svg) no-repeat 50%/contain;
  right: 0;
}

.slick-dots {
  bottom: -8em;
}

.hotel_day {
  background: url(../img/day_bg.jpg) no-repeat center top/cover;
  padding: 12em 0 7em;
}

@media screen and (max-width: 767px) {
  .hotel_day {
    background-image: url(../img/day_bg_sp.jpg);
    padding: 10em 0 7em;
  }
}

.hotel_day .row2 {
  display: flex;
  gap: 2em;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .hotel_day .row2 {
    flex-direction: column;
    gap: 3em;
  }
  .hotel_day .row2.a {
    margin-bottom: 3em;
  }
}

@media screen and (min-width: 768px) {
  .hotel_day .row2.a {
    margin-bottom: 4em;
  }
  .hotel_day .row2.a figure {
    width: 76.6em;
    margin-right: -15.2em;
  }
  .hotel_day .row2.b {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .hotel_day .row2.b p {
    font-size: 1.8em;
  }
  .hotel_day .row2.b figure {
    width: 64em;
    margin-left: -1.5em;
  }
  .hotel_day .row2 .desc {
    width: 47.4em;
  }
}

.hotel_day .ttl {
  font-size: 3.6em;
  line-height: 1.5;
  letter-spacing: .15em;
  white-space: nowrap;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .hotel_day .ttl {
    font-size: 2.4em;
    letter-spacing: .05em;
    margin-bottom: 1.2em;
  }
}

.hotel_day p {
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .hotel_day p {
    font-size: 1.4em;
  }
}

.hotel_secret {
  padding: 10em 0 12em;
}

@media screen and (max-width: 767px) {
  .hotel_secret {
    padding: 5em 0 5em;
  }
}

.hotel_secret .head {
  position: relative;
  z-index: 2;
  padding-bottom: 3.5em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .head {
    z-index: -1;
    padding-bottom: 2.5em;
  }
}

.hotel_secret .head img {
  width: 43.4em;
  position: absolute;
  bottom: 0;
  right: .5em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .head img {
    width: 100%;
    left: -2em;
    right: auto;
    bottom: auto;
    top: 1.7em;
  }
}

.hotel_secret .catch {
  background: radial-gradient(318.82% 1609.83% at 45.96% 13.22%, #F0C985 0%, #C07F15 100%);
  box-shadow: -4.40625px 4.40625px 14.6875px rgba(73, 77, 80, 0.41);
  font-size: 3.2em;
  letter-spacing: .1em;
  color: #fff;
  line-height: 2;
  padding: 0 1.5em;
  text-shadow: 0px 0px 10px #524841;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .catch {
    font-size: 1.6em;
    padding: 2em 1.5em 2em 8em;
    margin: 0 -1.25em 2.5em;
    text-align: center;
    line-height: 1.5;
  }
  .hotel_secret .catch b {
    font-weight: inherit;
    font-size: 1.34375em;
  }
}

.hotel_secret .catch em {
  font-size: 1.34375em;
  letter-spacing: .1em;
}

.hotel_secret .ttl {
  font-weight: bold;
  position: relative;
  width: 69.5em;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .hotel_secret .ttl {
    width: auto;
  }
}

.hotel_secret .ttl:before, .hotel_secret .ttl:after {
  content: '';
  position: absolute;
  background: url(../img/icon_point_left.svg) no-repeat center bottom/contain;
  width: 6.9em;
  height: 100%;
  bottom: .5em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .ttl:before, .hotel_secret .ttl:after {
    width: 3.5em;
  }
}

.hotel_secret .ttl:before {
  left: 0;
}

.hotel_secret .ttl:after {
  background-image: url(../img/icon_point_right.svg);
  right: 0;
}

.hotel_secret .ttl small {
  font-size: 4.2em;
  display: block;
  line-height: 1.2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .ttl small {
    font-size: 2.5em;
    letter-spacing: .05em;
  }
}

.hotel_secret .ttl i {
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .ttl i {
    font-size: .75em;
  }
}

.hotel_secret .ttl span {
  display: block;
  font-size: 6.1em;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .ttl span {
    font-size: 2.4em;
  }
}

.hotel_secret .ttl em {
  font-size: 1.4em;
  background: linear-gradient(180deg, #E9B35C 0%, #B27C26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .hotel_secret .ttl em {
    font-size: 1.66em;
  }
}

.hotel_secret .box {
  background: url(../img/secret_bg.jpg) no-repeat center top/cover;
  box-shadow: 0px 0.4em 2.3em 0.2em rgba(0, 0, 0, 0.4);
  border-radius: 1em;
  border: solid .5em #fff;
  padding: 10em 9em 3em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .box {
    background-image: url(../img/secret_bg_sp.jpg);
    margin: 0 -1em;
    padding: 4.5em 2em 1px;
    border-width: 1px;
  }
}

.hotel_secret .ttl2 {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1.3em;
  margin-bottom: 2.5em;
}

@media screen and (min-width: 768px) {
  .hotel_secret .ttl2 {
    gap: 6em;
    margin-bottom: 6.4em;
  }
  .hotel_secret .ttl2.b {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.hotel_secret .ttl2 i {
  position: relative;
  text-align: center;
  font-size: 2.7em;
  letter-spacing: .1em;
  display: block;
  padding: 0 2.5em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .ttl2 i {
    font-size: 1.2em;
    padding: 0 1.5em;
    letter-spacing: 0;
  }
}

.hotel_secret .ttl2 i:before, .hotel_secret .ttl2 i:after {
  content: '';
  position: absolute;
  background: url(../img/icon_point_left.svg) no-repeat 50%/contain;
  width: 1.66em;
  height: 100%;
  top: .3em;
}

.hotel_secret .ttl2 i:before {
  left: 0;
}

.hotel_secret .ttl2 i:after {
  background-image: url(../img/icon_point_right.svg);
  right: 0;
}

.hotel_secret .ttl2 em {
  font-size: 3.4em;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .ttl2 em {
    font-size: 2.5em;
    display: block;
    line-height: 1;
    letter-spacing: 0;
  }
}

.hotel_secret .ttl2 span {
  font-size: 3.6em;
  letter-spacing: .15em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .hotel_secret .ttl2 span {
    font-size: 1.8em;
    letter-spacing: .1em;
    white-space: nowrap;
  }
}

.hotel_secret .row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .row2 {
    flex-direction: column;
    gap: 2.2em;
    margin-bottom: 4em;
  }
  .hotel_secret .row2 + .row2 {
    margin-top: -1.5em;
  }
}

.hotel_secret .row2 dt {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 2;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .row2 dt {
    line-height: 1.5;
    font-size: 1.8em;
    margin-bottom: .8em;
  }
}

.hotel_secret .row2 p, .hotel_secret .row2 dd {
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .hotel_secret .row2 p, .hotel_secret .row2 dd {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  .hotel_secret .row2.b {
    flex-direction: row-reverse;
  }
  .hotel_secret .row2.b figure {
    margin-right: -9em;
  }
  .hotel_secret .row2:not(.b) figure {
    margin-left: -9em;
  }
  .hotel_secret .row2 figure {
    width: 55em;
  }
  .hotel_secret .row2 .desc {
    width: 42em;
  }
}

.hotel_care {
  background: url(../img/care_bg.jpg) no-repeat 50%/cover;
  padding: 10em 0 11em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hotel_care {
    background-image: url(../img/care_bg_sp.jpg);
    padding: 7em 0 5em;
  }
}

.hotel_care .ttl {
  font-size: 4.2em;
  font-weight: bold;
  letter-spacing: .4em;
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .hotel_care .ttl {
    font-size: 2.5em;
  }
}

.hotel_care p {
  font-size: 2.2em;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hotel_care p {
    font-size: 1.4em;
  }
}

.hotel_care dl {
  width: 39em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .hotel_care dl {
    width: 33.5em;
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
}

.hotel_care dl {
  position: relative;
  padding-top: 10em;
}

@media screen and (max-width: 767px) {
  .hotel_care dl {
    padding-top: 8.5em;
  }
}

.hotel_care dt {
  margin-bottom: 2.5em;
}

.hotel_care dt span {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: .1em;
  position: relative;
  padding-bottom: 1.3em;
  display: block;
}

@media screen and (max-width: 767px) {
  .hotel_care dt span {
    font-size: 2em;
    top: 0;
  }
}

.hotel_care dt span:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #9DA0A3;
  height: 1px;
  width: 5em;
  bottom: 0;
}

.hotel_care dt i {
  position: absolute;
  font-weight: 300;
  font-size: 2.6em;
  color: #B5B7B8;
  left: 1.54em;
  top: -1.2em;
}

@media screen and (max-width: 767px) {
  .hotel_care dt i {
    font-size: 2em;
    top: 0;
  }
}

.hotel_care dt em {
  display: block;
  font-size: 2.846em;
  line-height: 1;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .hotel_care dt em {
    font-size: 2.5em;
  }
}

.hotel_care dd {
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .hotel_care dd {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .hotel_care .slide {
    margin: 3em 0 12em;
    position: relative;
  }
  .hotel_care .item {
    padding: 1em 0;
    width: 32em;
  }
  .hotel_care .slick-arrow {
    bottom: -5.5em;
  }
  .hotel_care .slick-prev {
    right: 9em;
  }
  .hotel_care .slick-next {
    right: 3em;
  }
  .hotel_care .slick-dots {
    bottom: -4.5em;
  }
}

@media screen and (min-width: 768px) {
  .hotel_care .slide {
    margin-top: 8em;
    display: flex;
  }
  .hotel_care .item:nth-child(2) {
    margin: 0 -2.5em;
  }
  .hotel_care dl {
    width: 39em;
  }
}

.hotel_voice {
  margin-bottom: 8.4em;
}

.hotel_voice .box {
  background: url(../img/voice_bg.jpg) no-repeat center top/cover;
  padding: 10em 0 7em;
}

@media screen and (max-width: 767px) {
  .hotel_voice .box {
    background-image: url(../img/voice_bg_sp.jpg);
    background-size: 100%;
    padding: 22em 0 0;
  }
}

.hotel_voice .ttl {
  font-size: 3em;
  letter-spacing: .1em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .hotel_voice .ttl {
    font-size: 1.8em;
    white-space: nowrap;
    margin-bottom: 1.3em;
  }
}

.hotel_voice .ttl img {
  position: absolute;
  left: -6em;
  width: 5.133em;
  top: -1.2em;
}

@media screen and (max-width: 1400px) {
  .hotel_voice .ttl img {
    left: -3em;
    top: -3em;
  }
}

@media screen and (max-width: 767px) {
  .hotel_voice .ttl img {
    left: auto;
    right: 0;
    top: -2em;
  }
}

.hotel_voice p {
  background: #fff linear-gradient(180deg, #9DA0A3 1px, transparent 1px);
  background-size: 100% 2em;
  line-height: 2;
  padding-bottom: 1px;
  font-size: 1.6em;
  letter-spacing: .05em;
  width: 35.5em;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .hotel_voice p {
    font-size: 1.4em;
    background-color: transparent;
  }
}

.hotel_brand {
  background: url(../img/brand_bg.jpg) no-repeat center top/cover;
  text-align: center;
  padding: 12em 0;
}

@media screen and (max-width: 767px) {
  .hotel_brand {
    background-image: url(../img/brand_bg_sp.jpg);
    padding: 4em 0 1px;
  }
}

.hotel_brand .logo img {
  width: 9em;
}

.hotel_brand p {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .hotel_brand p {
    font-size: 1.4em;
    text-align: left;
  }
}

.hotel_brand .sub {
  font-size: 2.2em;
  letter-spacing: .1em;
  font-weight: bold;
  margin: 1em 0 1em;
}

@media screen and (max-width: 767px) {
  .hotel_brand .sub {
    font-size: 1.8em;
    line-height: 1.8;
    text-align: center;
    margin: 1.3em 0 1.5em;
  }
}

.hotel_brand .ttl {
  font-size: 3.6em;
  letter-spacing: .1em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .hotel_brand .ttl {
    font-size: 2.5em;
    margin-bottom: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .hotel_brand .slide {
    margin: 3em 0 12em;
    position: relative;
    border: solid 3px #fff;
    border-radius: 4em;
  }
  .hotel_brand .slick-slide {
    padding: 5.7em 0;
  }
  .hotel_brand .slick-slide img {
    width: 14.6em;
    display: block;
    margin: 0 auto 3.4em;
  }
  .hotel_brand .slick-slide p {
    text-align: center;
    font-size: 1.4em;
    letter-spacing: .05em;
    line-height: 2;
  }
  .hotel_brand .slick-arrow {
    bottom: -7.5em;
  }
  .hotel_brand .slick-dots {
    bottom: -6.5em;
  }
}

@media screen and (min-width: 768px) {
  .hotel_brand ul {
    display: flex;
    border: solid .3em #fff;
    border-radius: 2em;
    margin-top: 6em;
    padding: 4.4em 0;
  }
  .hotel_brand li {
    width: 100%;
  }
  .hotel_brand li img {
    width: 14.6em;
  }
  .hotel_brand li + li {
    border-left: solid .3em #fff;
  }
  .hotel_brand li p {
    font-size: 1.6em;
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 1.8em;
  }
}

.hotel_msg {
  background: url(../img/msg_bg.jpg) no-repeat 50%/cover;
  padding: 10em 0 0;
  height: 109.9em;
}

@media screen and (max-width: 767px) {
  .hotel_msg {
    background-image: url(../img/msg_bg_sp.jpg);
    background-position: center bottom;
    background-size: 100%;
    height: auto;
    padding: 11em 0 19em;
  }
}

.hotel_msg .u_inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 8em;
}

@media screen and (max-width: 767px) {
  .hotel_msg .u_inner {
    flex-direction: column;
    gap: 4em;
  }
}

.hotel_msg .logo {
  width: 9.3em;
}

@media screen and (max-width: 767px) {
  .hotel_msg .logo {
    margin: 0 auto;
    width: 7.8em;
  }
}

.hotel_msg .ttl {
  letter-spacing: .1em;
  font-size: 2.5em;
}

@media screen and (max-width: 767px) {
  .hotel_msg .ttl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .hotel_msg .ttl {
    writing-mode: vertical-rl;
    font-size: 3.6em;
  }
}

.hotel_msg p img {
  width: 57.5em;
}

.hotel_durab {
  background: url(../img/durability_bg.jpg) no-repeat 50%/cover;
  padding: 12em 0;
}

@media screen and (max-width: 767px) {
  .hotel_durab {
    background-image: url(../img/durability_bg_sp.jpg);
    padding: 7.5em 0;
  }
}

.hotel_durab .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  gap: 4.5em;
  margin-bottom: 7em;
}

@media screen and (max-width: 767px) {
  .hotel_durab .ttl {
    flex-direction: column;
    gap: 2.2em;
  }
}

.hotel_durab .ttl small {
  font-size: 4em;
  color: #000;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 767px) {
  .hotel_durab .ttl small {
    font-size: 2.5em;
  }
}

.hotel_durab .ttl i {
  font-size: .75em;
}

@media screen and (max-width: 767px) {
  .hotel_durab .ttl i {
    font-size: .72em;
  }
}

.hotel_durab .ttl span {
  background: radial-gradient(63.82% 372.18% at 40.04% -23.12%, #DEAF5F 0%, #633939 100%);
  font-size: 4em;
  letter-spacing: .1em;
  color: #fff;
  position: relative;
  padding: 0 1em .45em;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .hotel_durab .ttl span {
    padding: .12em 1em .3em;
  }
}

.hotel_durab .ttl em {
  font-size: 2.75em;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .hotel_durab .ttl em {
    font-size: 1.5em;
  }
}

.hotel_durab .ttl b {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  color: #966A49;
  font-size: .75em;
  width: 1.2em;
  background: #fff;
  left: -.6em;
  text-align: center;
  padding: .02em 0 .12em;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .hotel_durab .ttl b {
    font-size: .45em;
    padding: .25em;
    width: 1.7em;
  }
}

.hotel_durab .box {
  border-radius: 2em;
  background: rgba(255, 255, 255, 0.7);
  border: solid 2px #fff;
  padding: 5em 10em 6em;
}

@media screen and (max-width: 767px) {
  .hotel_durab .box {
    padding: 0 2em 3.5em;
  }
}

.hotel_durab figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .hotel_durab figure {
    flex-direction: column;
  }
}

.hotel_durab figure img {
  width: 72.3em;
}

.hotel_durab figcaption {
  border-radius: 50%;
  font-size: 2em;
  width: 7.5em;
  height: 7.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.9;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .hotel_durab figcaption {
    border-radius: .3125em;
    font-size: 1.6em;
    width: 12.625em;
    height: 2.3125em;
    position: relative;
    top: -1.2em;
    background: #fff;
    margin-bottom: .7em;
  }
}

.hotel_durab dt {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 1.3em;
}

@media screen and (max-width: 767px) {
  .hotel_durab dt {
    font-size: 1.6em;
  }
}

.hotel_durab dd {
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .hotel_durab dd {
    font-size: 1.4em;
  }
}

.hotel_order {
  margin: 12em 0 2em;
}

@media screen and (max-width: 767px) {
  .hotel_order {
    margin: 7.5em 0 2em;
  }
}

.hotel_order .head {
  text-align: center;
  margin-bottom: 6em;
}

@media screen and (max-width: 767px) {
  .hotel_order .head {
    padding-bottom: 3em;
    border-bottom: dotted 1px #D1D1D1;
    margin-bottom: 3em;
  }
}

.hotel_order .head p {
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .hotel_order .head p {
    font-size: 1.4em;
    line-height: 1.8;
  }
}

.hotel_order .ttl {
  font-size: 3.4em;
  letter-spacing: .05em;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .hotel_order .ttl {
    font-size: 2.5em;
    border-bottom: solid 2px  #000;
    padding-bottom: .5em;
    margin-bottom: .45em;
  }
}

.hotel_order .ttl2 {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .hotel_order .ttl2 {
    font-size: 1.4em;
  }
}

.hotel_order .ttl2 b {
  font-size: 1.25em;
  margin-right: 1.5em;
}

.hotel_order .sel {
  font-size: 1.6em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .hotel_order .sel {
    font-size: 1.4em;
    margin-bottom: 1.7em;
  }
}

.hotel_order .radio {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5em;
  border-bottom: dotted 1px #D1D1D1;
  padding-bottom: 4em;
  margin-bottom: 3.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hotel_order .radio {
    grid-template-columns: repeat(3, 1fr);
    gap: .8em;
  }
}

.hotel_order .radio label > span {
  display: block;
  position: relative;
  height: 100%;
}

.hotel_order .radio label > span:before {
  content: '';
  border: solid 2px #FE7C0A;
  position: absolute;
  inset: 0;
  border-radius: 1em;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .hotel_order .radio label > span:before {
    border-radius: .6em;
  }
}

@media screen and (max-width: 767px) {
  .hotel_order .radio label {
    border-radius: .6em;
  }
}

.hotel_order .radio input {
  position: absolute;
  opacity: 0;
}

.hotel_order .radio input:checked + span:before {
  opacity: 1;
}

.hotel_order .radio b {
  display: block;
}

.hotel_order .radio small {
  display: block;
  margin-top: .4em;
}

.hotel_order .size label {
  border: solid 1px #D9D9D9;
  border-radius: 1em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  height: 25.4em;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .hotel_order .size label {
    height: 17em;
    border-radius: .66em;
  }
}

.hotel_order .size label i {
  display: block;
  font-weight: 500;
  margin-top: .6em;
}

.hotel_order .size label span {
  padding: 2.5em 0 3em;
}

@media screen and (max-width: 767px) {
  .hotel_order .size label span {
    padding: 2em 0 3em;
  }
}

.hotel_order .size label span span {
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  background: #D9D9D9;
  border-radius: .5em;
  margin-top: 4em;
}

@media screen and (max-width: 767px) {
  .hotel_order .size label span span {
    font-size: .61em;
    margin-top: 5em;
  }
}

.hotel_order .size label b {
  font-size: 1.6em;
}

@media screen and (max-width: 767px) {
  .hotel_order .size label b {
    font-size: 1.2em;
  }
}

.hotel_order .size label small {
  font-size: .75em;
  display: block;
  margin: .3em 0 -.3em;
}

@media screen and (max-width: 767px) {
  .hotel_order .size label small {
    margin: .2em 0 -.3em;
  }
}

.hotel_order .size1 {
  width: 5.7em;
  height: 11.9em;
}

.hotel_order .size2 {
  width: 3.9em;
  height: 10.5em;
}

.hotel_order .size3 {
  width: 2.7em;
  height: 7.3em;
}

.hotel_order .size4 {
  width: 7.6em;
  height: 4.4em;
}

.hotel_order .size5 {
  width: 4.6em;
  height: 3.9em;
}

.hotel_order .size6 {
  width: 2.6em;
  height: 2.7em;
}

.hotel_order .color .radio {
  grid-template-columns: repeat(8, 1fr);
}

@media screen and (max-width: 767px) {
  .hotel_order .color .radio {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2em;
  }
}

.hotel_order .color .radio label {
  cursor: pointer;
}

.hotel_order .color .radio label:hover b {
  display: block;
}

.hotel_order .color .radio img {
  border-radius: 1em;
}

@media screen and (max-width: 767px) {
  .hotel_order .color .radio img {
    border-radius: .6em;
  }
}

.hotel_order .color .radio b {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -3.7em;
  border-radius: .5em;
  background: #fff;
  padding: 1em 1em;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.55);
  font-size: 1.6em;
  white-space: nowrap;
  display: none;
}

.hotel_order .color .radio b:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 1.2em;
  height: 1em;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -.7em;
}

.detail_wrap {
  overflow: visible;
}

#TOWEL {
  font-size: 10px;
}

@media screen and (max-width: 1300px) {
  #TOWEL {
    font-size: calc(100vw * 10 / 1300);
  }
}

@media screen and (max-width: 767px) {
  #TOWEL {
    font-size: calc(100vw * 10 / 375);
  }
}

@media screen and (min-width: 768px) {
  #TOWEL {
    width: 100vw;
    padding: 0;
    position: relative;
    left: 50%;
    translate: -50% 0;
    max-width: none;
  }
}

#item_detail {
  margin: -40px auto 0;
}

@media screen and (min-width: 768px) {
  #item_detail {
    width: 112em;
    margin: -30px auto 0;
  }
}

.free_area
, #form-67
, .deatil_main
, .deatil_side
, #detail_cart_box__favorite_button
, #contact_product {
  display: none !important;
}

#item_detail .deatil_side {
  display: block !important;
}

#detail_description_box__body .classcategory_list,
#detail_description_box__body .step {
  display: none;
}

@media screen and (min-width: 768px) {
  #detail_description_box__class_range_sale_price
, #detail_cart_box__button_area
, .sns_sharebutton {
    margin-left: 53em;
  }
}

#detail_description_box__class_range_sale_price {
  border-top: dotted 1px #D1D1D1;
  padding-top: 3em;
  text-align: right;
  margin-top: .6em !important;
}

@inlcude pc {
  #detail_description_box__class_range_sale_price {
    padding-left: 47.2%;
  }
}

#detail_cart_box__button_area {
  text-align: center;
}

#item_detail_area {
  float: none;
  width: 100%;
  color: #3B4044;
  padding: 0;
}

#item_detail_area .item_detail {
  padding: 0 !important;
  border: none !important;
}

#item_detail_area .item_detail .sale_price {
  font-size: 2em;
  margin-bottom: 1.63em;
}

@media screen and (max-width: 767px) {
  #item_detail_area .item_detail .sale_price {
    font-size: 1.6em;
  }
}

#item_detail_area .item_detail .sale_price .text-primary {
  color: #EA4646;
  font-size: 1.8em;
}

#item_detail_area .item_detail .sale_price .small {
  font-size: .8em;
  letter-spacing: .05em;
}

#item_detail_area > p {
  display: none;
}

#item_detail_area .quantity dt {
  display: none;
}

#item_detail_area .quantity dd {
  padding: 0;
}

#add-cart {
  display: inline-block;
  font-size: 3.2em;
  height: 3em !important;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(180deg, #F68C8C 0%, #E62626 50%, #9D0808 100%);
  box-shadow: -4px 4px 11px rgba(0, 0, 0, 0.25);
  border-radius: .625em;
  text-shadow: 0px 0px 10px #181919;
  letter-spacing: .1em;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: .6em;
  cursor: pointer;
}

#add-cart:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  #add-cart {
    width: 100%;
    font-size: 2.4em;
    height: 3.624em !important;
    margin: 0 -.3em;
  }
  #add-cart i {
    font-size: .7em;
  }
}

#add-cart:before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(0deg, #F68C8C 0%, #E62626 50%, #9D0808 100%);
  z-index: -1;
  border-radius: inherit;
}

#add-cart:after {
  content: '';
  position: absolute;
  background: url(../img/icon_arrow_w.svg) no-repeat 50%/contain;
  width: .71875em;
  height: 100%;
  top: 0;
  right: 1.5em;
}

@media screen and (max-width: 767px) {
  #add-cart:after {
    right: 1.2em;
  }
}

#detail_description_box__stock {
  margin-right: 1.5em;
}

.cart_area .quantity .form-control {
  border-radius: .7em !important;
  width: 9em;
  max-width: none;
  font-size: 1.6em;
  height: 2.5em;
}

.cart_area .quantity + p {
  font-size: 1.6em !important;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .cart_area .quantity + p {
    font-size: 1.4em !important;
    line-height: 2;
    margin-top: .8em !important;
  }
}

#item_detail_area #detail_cart_box__insert_button + p {
  font-size: 1.6em !important;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  #item_detail_area #detail_cart_box__insert_button + p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #item_detail_area #detail_cart_box__insert_button + p {
    font-size: 1.4em !important;
    line-height: 2;
    margin-top: 1em !important;
  }
}

/*# sourceMappingURL=style.css.map */