@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  /* FONT */
  --notoSans: 'Noto Sans Japanese', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --notoSerif: 'Noto Serif JP', serif;
  /* COLOR */
  --main: #232323;

  /* SPACING */

  /* CONTAINER-SIZE */
  --container: min(90%, 144rem);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  /* font-size: 10px; */
  /* 10px / 16px = 0.625 */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;

  /* Only works if there is nothing absolutely positioned in relation body */
  overflow-x: hidden;

  /* Does NOT work on Safari before 2022 */
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: 'Noto Serif JP';
  overflow: inherit;
}

img {
  display: block;
  /* display: block;
  max-width: 100%;
  width: 100%;
  height: auto; */
}

.sp {
  display: none;
}
.pc {
  display: block;
}

.container {
  /* 1140px */
  max-width: var(--container);
  padding: 0 3.2rem;
  margin: 0 auto;
}

/*********************
  MARK:TOP SLIDER
*********************/

.header {
  max-width: 100dvw;
  height: auto;
  position: relative;
  text-align: center;
  color: var(--main);
  margin-top: 5.6rem;
}

.title {
  font-family: 'Playfair Display', sans-serif;
  /* font-size: 6.4rem; */
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.56px;
  position: absolute;
  left: 0;
  top: 7rem;
  z-index: 1;
}

.title span {
  letter-spacing: -0.8rem;
}

.header_text {
  position: absolute;
  color: #232323;
  text-align: center;
  font-family: 'Noto Serif JP';
  /* font-size: 3.2rem; */
  font-size: clamp(1rem, 8vw + 1rem, 3.2rem);

  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.92px;
  position: absolute;
  right: 0;
  bottom: 4.5rem;
  z-index: 1;
}

.main {
  /* height: 100vh; */
}

/*********************
  MARK:COMIC ROOM
*********************/

.inner-container {
  max-width: 105rem;
  margin: 0 auto;
}

#comicroom {
  /* max-width: 124rem; */
  /* height: 207rem; */
}

.container-comicroom {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.comicroom {
  background-image: url(../img/comicroom-bg.jpg);
  padding: 0 8rem;
}

.comicroom__cont {
}

.comicroom__header-cont {
  max-width: 92rem;
  margin: 0 auto;
  color: var(--main);
  font-style: normal;
  padding: 6rem 0;
}

.comicroom__header {
  position: relative;
  padding-left: 8rem;
}

.comicroom__header::before {
  content: url(../img/comicroom.svg);
  position: absolute;
  top: -1.7rem;
  left: 0;
  z-index: 1;
}

#breakfast .comicroom__header::before {
  content: url(../img/breakfast.svg);
}

.comicroom__header-subtitle {
  color: #232323;
  font-family: 'Playfair Display';
  font-size: 1.6rem;
  letter-spacing: 0.64px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 2;
}
.comicroom__header-title {
  font-size: 4rem;
  font-style: normal;
  letter-spacing: 1.6px;
  font-weight: 700;
  line-height: 100%; /* 40px */
  position: relative;
  z-index: 2;
}

.comicroom__content {
  color: var(--main);
  max-width: 92rem;
  margin: 0 auto;
  padding: 5.6rem 0 4.8rem;
}

.comicroom__content-titte {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.44px;
  padding: 2.8rem 0;
}

.comicroom__content-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 4.8rem;
}

.comicroom__content-text:last-child {
  margin-bottom: 0;
}

.comicroom__time-title {
  border-bottom: 1px solid #232323;
  background: #f9f9f9;
  padding: 1rem 1.6rem;

  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  margin-bottom: 3.2rem;
}

#blcomicroom .comicroom__time-title {
  background: #ededed;
}

.comicroom__time-subtitle {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin-bottom: 2rem;
}

.comicroom__plan {
  display: flex;
  justify-content: space-around;
  padding-bottom: 6.4rem;
  gap: 2rem;
}

.plan {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.plan_text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}

.plan_button {
  display: flex;
  width: 20rem;
  padding: 1.4rem 2rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background: #3a3a3a;
  color: white;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 160%; /* 25.6px */

  /* transition: all 0.5s; */
}
.plan_button:link,
.plan_button:visited {
  text-decoration: none;
  transition: all 0.3s;
}

.plan_button:hover {
  text-decoration: underline;
  transform: translateX(5px);
}

.dotted-line {
  display: block;
  padding: 3.2rem 0;
  /* width: min(32.4rem, 100%); */
}
.dotted-line img {
  /* object-fit: cover; */
  max-width: 100%;
}

/*********************
  MARK:PRESENT
*********************/

.present_title {
  color: var(--main);
  text-align: left;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 1.6px;
  margin: 5.6rem 0;
}

.present__content {
  max-width: 105rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: rgb(252, 250, 250); */
  /* padding: 0 3.2rem; */
  margin-bottom: 5.6rem;
}

.present__content-text {
  color: var(--main);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  /* border-left: 1px solid var(--main); */

  padding-left: 5.6rem;
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
}

.present__content-text::before {
  content: '';
  position: absolute;
  border: 1px solid var(--main);
  height: 34.2rem;
  top: 2.4rem;
  left: 0;
}

/*********************
  MARK:BL COMIC
*********************/

#blcomicroom {
  /* max-width: 124rem; */
  /* height: 207rem; */
  margin-top: 6.2rem;
  background-image: url(../img/blcomic-bg.jpg);
  background-size: contain;
  /* padding: 0 8rem; */
}

/*********************
  MARK:Breakfast
*********************/

#breakfast {
  margin-top: 6.2rem;
}

/*********************
  MARK:BREAKFAST
*********************/
.breakfast__content {
  color: var(--main);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;

  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.breakfast__content:not(:last-child) {
  margin-bottom: 1.6rem;
}

.breakfast__content-left {
  background: #fff;
  display: flex;
  min-width: 100px;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.breakfast__content-right {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}

.breakfast__btn {
  /* margin: 0 auto; */
}

.breakfast__btn .plan_button {
  margin: 5.8rem auto;
  width: 24rem;
}

/*********************
  MARK:REWARDS
*********************/
#rewards {
  max-width: 108rem;
  margin: 8rem auto;
}

.rewards__img img {
  /* max-width: 100%; */
  display: block;
}

.rewards-container {
  display: flex;
  gap: 4.8rem;
}

.rewards__content {
  color: var(--main);
  /* flex-basis: 100%; */
}

.rewards__content-title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: 1.12px;
}
.rewards__content-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin: 3.2rem 0 4.8rem;
}
.rewards__btn .plan_button {
  width: 32rem;
}

/*********************
  MARK:CONTACT
*********************/
.contact__container {
  max-width: 100dvw;

  background-image: linear-gradient(to right bottom, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.86)), url(../img/contact-bg.webp);
  /* height: 34.6rem; */
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.8rem 2rem;
}

.contact__inner {
  max-width: 108rem;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  padding: 4.5rem 8rem;
}
.contact__content {
  display: inline-flex;
  align-items: center;
  gap: 7.5rem;
}

.contact-title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: 1.12px;
  margin-bottom: 4rem;
}

.contact__content-left {
  color: var(--main);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 160%; /* 28.8px */

  display: flex;
  padding: 1.8rem 2.8rem;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  background-color: #fff;

  text-decoration: none;
}
.contact__content-left img {
  transition: all 0.3s;
}
.contact__content-left:hover img {
  /* transform: scale(1.02); */
  /* transform: rotate(15deg); */

  animation: call 0.8s infinite;
}
@keyframes call {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(15deg);
  }
}

.contact__content-right {
  max-width: 62rem;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}

/*********************
  MARK:FOOTER
*********************/
.footer {
  max-width: 100dvw;
  background-color: #545454;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.2rem 0;
  text-align: center;
}

.hotel__details {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
}

.hotel__details-logo {
  transition: all 0.3s;
}

.hotel__details-logo:hover {
  transform: scale(1.02);
}

.hotel__details-title {
  margin-bottom: 1.6rem;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: 1.12px;
}

.hotel__details-address {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}

.footer__btn .plan_button {
  color: var(--main);
  background: #fff;
  width: 32rem;
}
.footer__btn .plan_button a {
  /* width: 32rem; */
}

.logo__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
  /* flex-direction: row; */
}

.logo__container a {
  transition: all 0.3s;
}

.logo__container a:hover {
  transform: scale(1.2);
}

.hotel-name {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  text-decoration: none;
  margin-top: 2.4rem;

  transition: all 0.3s;
}

.hotel-name:hover {
  transform: scale(1.02);
}


.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
}
.copyright p {
  text-align: center;
  font-size: 1.2rem;
}

/*********************
  MARK:GO TO TOP
*********************/

/* #gototop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
}


#gototop a {
  font-size: 2rem;
  background: hsla(0, 40%, 2%, 0.7);
  color: #fff;
  display: block;
  padding: 2rem 2.5rem;
  text-decoration: none;
  border-radius: 50%;
} */

/* @media screen and (max-width: 48em) {
  #gototop a {
    padding: 1rem 1.5rem;
  }
} */
