:root {
  /* COLOR */
  --color01: #285386;

  --color02: #688844;

  --color03: #d07f37;

  --color-main: #cf000e;

  /* FONT */
  --noto_serif: 'Noto Serif JP';
}

* {
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-family: var(--noto_serif), serif;

  /* background-color: #000; */
}

header {
  background-position: center;
  max-width: 192rem;
  position: relative;
  z-index: 2;
}
section:not(:first-child) {
  padding-top: 10rem;
}

img {
  display: block;
}
table,
th,
td {
  border: 2px solid #7e8088;
  border-collapse: collapse;
  padding: 0.4rem;
}
table {
  width: 108rem;
  background-color: white;
  margin: auto;
}
tr {
  width: max-content;
}
td {
  text-align: center;
  font-weight: bold;
}
th {
  background-color: #161f49;
  color: white;
}
th, td {
  /* text-wrap-mode: nowrap; */
  text-wrap: nowrap;
  font-size: 1.4rem;

}
.days th {
  background-color: #443a5e;
  min-width: 4rem;
}

a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
nav {
  background-color: var(--color01);
  height: 8rem;
  display: flex;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  overflow: hidden;
}

#gototop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
#gototop a {
  font-size: 2rem;
  background: rgba(198, 55, 36, 0.7);
  color: #fff;
  display: block;
  padding: 1.5rem 2rem;
  text-decoration: none;
  border-radius: 50%;
}

/* nav a {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  transition: all 0.3s;
}
nav a:hover {
  border-bottom: 1px solid white;
} */

.lp_nav-list {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;

  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  transition: all 0.3s;
}

/* .lp_nav-list .lp_nav-item::after {
  content: '｜';
} */

.lp_nav-list .lp_nav-item a {
  /* padding: 0 1em; */
  display: inline-block;
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}
.lp_nav-list .lp_nav-item a:hover {
  border-bottom: 1px solid white;
}

.mv {
  /* background-image: url('../img/kv2.webp'); */
  width: 100dvw;
  /* height: 100dvh; */
  /* background-position: center; */
}
.mv img {
  /* display: block; */
  width: 100%;
  /* height: auto; */
  /* height: 100dvh; */
}

.mv div:nth-child(1) {
  align-self: flex-start;
}
.mv div:nth-child(3) {
  align-self: flex-end;
  padding-top: 30rem;
}
/* .mv div:nth-child(2) {
  position: relative;
} */
.head-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -25%;

  color: #133b69;
}

.head-title h1 {
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 9.4rem;
  letter-spacing: -0.03em;
}
.head-title p {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
}
.sp {
  display: none;
}

.h_button{
  /* top: 2rem;
  right: 2rem; */
  position: fixed;
  top: 3.5rem;
  right: 3.5rem;
  color: white;
  font-size: 3rem;
  background-color: rgb(211, 210, 210);
  padding: .2rem 2rem;

  /* border-radius: 50%; */
  /* width: 40px;
  height: 40px;
  color: white; */
  /* border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  cursor: pointer; */
  /* background-color: transparent; */
}

.sidebar {
  background: rgba(51, 51, 51, 0.9);
  backdrop-filter: blur(2px);
  height: 100vh;
  width: calc(100% - 50px);
  position: fixed;
  top: 0;
  z-index: 3;
  padding: 30px 25px;
  flex-direction: column;
  color: #fff;
  gap: 4rem;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  /* align-items: center; */
}
.sidebar_button {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  margin-left: 30px 25px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  align-self: end;
}
.sidebar_button::after {
  content: '';
  width: 30px;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sidebar_button::before {
  content: '';
  width: 30px;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.menu_link {
  color: white;
  text-shadow: 0 0 2px black;
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  header {
    max-width: 768px;
  }

  .img_top-left img,
  .img_top-right img {
    width: 70%;
  }
  .img_top-left {
    left: 0;
  }
  .img_top-right {
    top: 635px;
    right: 0;
  }
  .img_main img {
    width: 100%;
  }
  .img_note-left {
    left: -95px;
  }
  .img_note-right img {
    width: 80%;
  }
  .img_note-right {
    top: 10px;
    right: 0;
  }
}

.meal {
  text-wrap: nowrap;
}

.meal span::before {
  content: '\f0f5';
  /* color: #525252; */
  font-family: Fontawesome;
  padding-right: 10px;
  font-weight: normal;
}

/* *************PLAN********** */

.plan {
  background-image: url('../img/plan-bg.webp');
  background-position: center;
  height: fit-content;
  padding-bottom: 20rem;
  position: relative;
}

.mizuhiki img {
  width: 100%;
  position: absolute;
  bottom: -1rem;
}
.plan_title {
  padding-top: 10rem;
  text-align: center;
  color: #cf000e;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.plan_text {
  color: #342e2e;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.12px;
  padding: 4rem 0;
}
.plan_time {
  width: 47rem;
  height: 15.6rem;
  margin: auto;
  text-align: center;
  background-image: url('../img/plan_time-bg.webp');
}
.plan_time.flex {
  flex-direction: column;
  gap: 2rem;
}
.plan_time-title {
  /* text-align: center; */
  background: #cf000e;
  width: 32rem;
  height: 4rem;
  color: #fff;

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.12px;
}

.plan_time p {
  color: #342e2e;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.12px;
}
.plan_time-title img {
  width: 1.8rem;
}
.plan_img img {
  margin: auto;
  padding-top: 4rem;
}
.all_plan {
  margin: auto;
  width: min(108rem, 90%);
  /* max-width: 1080px; */
  padding-top: 2rem;
}

.plan_content {
  background-image: url('../img/plan_content-bg.webp');
  padding: 1rem 2.8rem;
  display: inline-block;
  margin: 4px 2px;
  border-radius: 8px;
  font-weight: 700;
  max-width: 72rem;
  height: auto;
  font-size: 2rem;
  margin-bottom: 2.8rem;
  text-align: center;
}
.plan01 .plan_content {
  border: 2px solid var(--color01);
}
.plan02 .plan_content {
  border: 2px solid var(--color02);
}
.plan03 .plan_content {
  border: 2px solid var(--color03);
}

.plan_icon {
  align-self: flex-start;
}

.grid {
  display: grid;
}
.grid-2-cols {
  grid-template-columns: repeat(2, 1fr);
}
.grid-4-cols {
  grid-template-columns: 2fr 1.1fr 1.1fr 1.5fr;
  /* grid-template-columns: 240px 140px 140px 160px; */
}

@media only screen and (max-width: 768px) {
  /* header {
    height: 768px;
  } */
  .plan_title {
    font-size: 1.4rem;
    padding-top: 4rem;
  }
  .plan_text {
    padding: 1rem;
  }

  /* .plan_time {
    margin: 0 auto;
    padding: 10px;
  } */
  .plan_time-title {
    width: 25rem;
  }
  .plan_time p {
    font-size: 1.2rem;
  }
  p.grid-items {
    font-size: 1.8rem;
    text-wrap: nowrap;
  }
  .grid {
    gap: 2rem;
    /* justify-items: center; */
  }
  /* .grid-items {
    grid-column: span 2;
  } */

  .span2 {
    grid-column: span 2;
  }

  .w70 {
    /* width: 60%; */
  }

  .all_plan .flex {
    /* flex-direction: column; */
  }

  .plan01,
  .plan02,
  .plan03 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .plan_icon {
    align-self: center;
  }

  .grid-4-cols {
    grid-template-columns: repeat(2, 150px);
  }
  .grid-items:first-child {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 500px) {
  .plan_time {
    margin: 3rem;
  }
  .plan {
    height: 2300px;
  }
  p.grid-items {
    /* font-size: 1.2rem; */
  }
  .reservation {
    /* font-size: 1.2rem; */
  }
}

.gap10 {
  gap: 1rem;
}
.gap52 {
  gap: 5.2rem;
}

.color01 {
  color: var(--color01);
}
.color02 {
  color: var(--color02);
}
.color03 {
  color: var(--color03);
}
/* .fork::before {
  content: url('/common/img/fork.svg');
} */
.rounded {
  font-size: 1.6rem;
  padding: 0.2rem 1.5rem;
  text-align: center;
  text-decoration: none;
  /* display: inline-block; */
  /* margin: 4px 2px; */
  border-radius: 1000px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 180%; 28.8px */
  letter-spacing: 1.12px;
}
.color01 .rounded {
  border: 2px solid var(--color01);
}
.color02 .rounded {
  border: 2px solid var(--color02);
}
.color03 .rounded {
  border: 2px solid var(--color03);
}
.reservation {
  color: white;
  /* padding: 4px 36px; */
  padding: 0.8rem 3.6rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  border-radius: 16px;
  position: relative;

  font-size: 1.5rem;
  font-style: normal;
  transition: all 0.3s;
}
.reservation:hover {
  /* opacity: 0.8; */
  transform: scaleX(1.05);
}

.text-sm {
  font-size: 1.6rem;
  /* font-weight: normal; */
}
.plan01 .reservation {
  background-color: var(--color01);
}
.plan02 .reservation {
  background-color: var(--color02);
}
.plan03 .reservation {
  background-color: var(--color03);
}
.reservation::after {
  content: url('../img/link.svg');
  position: absolute;
  right: 15px;
  /* top: 2px; */
}
@media only screen and (max-width: 768px) {
  .reservation {
    /* font-size: 14px; */
  }
}

@media only screen and (max-width: 500px) {
  .reservation {
    /* font-size: 10px; */
  }
  p.grid-items {
    /* font-size: 10px; */
  }
  .plan_content {
    padding: 10px;
  }
}

.plan01,
.plan02,
.plan03 {
  gap: 15px;
  margin-top: 3.8rem;
}

@media only screen and (max-width: 768px) {
  .plan01,
  .plan02,
  .plan03 {
    margin-top: 1.6rem;
  }
}

/* *************PLAN********** */

.container {
  width: min(1080px, 90%);
  margin: 0 auto;
}

/* *************NEWYEAR PLAN********** */
.newyearplan {
  background-image: url('../img/newyearplan-bg.webp');
  height: fit-content;
  padding-bottom: 8rem;
  /* width: min(1080px, 90%); */
}
#newyearplan01,
#newyearplan02,
#newyearplan03 {
  gap: 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
}
#newyearplan02 {
  /* margin-top: 150px; */
}
.newyearplan_title {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 43.11px;
  text-align: center;
  color: var(--color-main);
}
.newyearplan_text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: 0.07em;
  text-align: center;
  padding-top: 3.8rem;
}
.newyearplan--img-right img {
  max-width: 350px;
  display: block;
  margin: auto;
  padding: 5px;
  border-radius: 16px;
}
.reservation_btn {
  padding-top: 4.8rem;
  max-width: 41.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newyearplan--content-text {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.2px;
}
.btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  border: none;
  border-radius: 1000px;
  color: white;
  width: 100%;
  text-align: center;
  position: relative;

  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 44.09px */
  letter-spacing: 1.715px;
  transition: all 0.3s;
}
.btn::after {
  content: url('../img/link.svg');
  position: absolute;
  right: 1.5rem;
  top: 0;
}
.btn:hover {
  /* cursor: pointer; */
  /* opacity: 0.8; */
  box-shadow: 0 0 0.5rem black;
}
.btn01 {
  background-color: var(--color01);
}
.btn02 {
  background-color: var(--color02);
}
.btn03 {
  background-color: var(--color03);
}

@media only screen and (max-width: 768px) {
  .newyearplan_img img {
    width: 80%;
  }
  .newyearplan {
    height: 1400px;
    padding-top: 0;
  }
  .newyearplan_title {
    padding-top: 20px;
  }
  .reservation_btn {
    max-width: 100%;
  }
  .btn {
    height: 35px;
    font-size: 14px;
  }
  .btn::after {
    top: 0.6rem;
  }
}

@media only screen and (max-width: 500px) {
  .newyearplan {
    height: 1100px;
  }
}

@media only screen and (max-width: 400px) {
  .newyearplan {
    height: 1000px;
  }
}

/* *************NEWYEAR PLAN********** */

/* *************STAY PLAN********** */
#stayplan {
  height: fit-content;
  background-image: url('../img/stayplan-bg.webp');
}
.stay01 {
  padding-top: 4.8rem;
}
.stayplan_content {
  max-width: 108rem;
  margin: auto;
  text-align: center;
}
.stayplan-img img {
  display: block;
  margin: auto;
}
.stayplan-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 43.11px;
  padding-top: 24px;
  color: var(--color-main);
}
.stayplan-text {
  color: #342e2e;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.12px;
  padding: 3.2rem 0;
}
.stayplan-description {
  padding-top: 3.2rem;
  text-align: left;
  color: #342e2e;
  line-height: 180%;
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 1.12px;
}
.stayplan-description_title {
  font-weight: 700;
}
.stayplan-description_text {
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .stayplan-img_plan img {
    width: 100%;
  }
  #stayplan {
    height: 1650px;
  }
}

@media only screen and (max-width: 500px) {
  .stayplan_content {
    padding: 20px;
  }
  #stayplan {
    height: 1450px;
  }
}

/* *************STAY PLAN********** */

/* *************EVENT-CALENDAR PLAN********** */
#event-calendar {
  height: fit-content;
  padding-bottom: 8rem;
  background-image: url('../img/stayplan-bg.webp');
}

/* *************EVENT-CALENDAR PLAN********** */

/* *************RELAX PLAN********** */
#relaxplan {
  height: fit-content;
  padding-bottom: 8rem;
  background-image: url('../img/stayplan-bg.webp');
}
.relaxplan_content {
  max-width: 108rem;
  margin: auto;
}
.relaxplan_img img {
  width: 256px;
  height: 256px;
  object-fit: cover;
}
.relaxplan_content-details {
  background: #fff;
  padding: 2.5rem;
  margin-bottom: 3.2rem;
  gap: 5.2rem;
}
.relaxplan_content-title {
  font-size: 2rem;
}
.relaxplan_content-text {
  padding-top: 2rem;

  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.12px;
}
.relaxplan_description {
  color: #342e2e;
  font-style: normal;
  letter-spacing: 1.12px;
}
.relaxplan_description p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.12px;
}

.h3-type01 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 6rem;
}

.plan-service {
  margin-bottom: 60px;
  padding-top: 40px;
}
.u-center {
  text-align: center;
}

.p-asset03 {
  /* font-size: 1.6rem; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.body {
  font-size: 1.6rem;
}

.box {
  background: url('../img/icon_arrow_right_04.png') 97% center no-repeat #f6f6f6;
}

.box a {
  color: black;
  font-weight: bolder;
  /* background-color: #e7e7e7; */
  padding-right: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .p-asset03 {
    grid-template-columns: 1fr;
  }

  .relaxplan_content-details.flex {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 500px) {
}

@media only screen and (max-width: 400px) {
  #relaxplan {
    padding: 20px;
    padding-top: 90px;
  }
}
/* *************RELAX PLAN********** */

/* *************FOOTER********** */
.footer {
  max-width: 192rem;
  height: 82.2rem;
  /* background: #081037; */
  background-image: url('../img/footer.webp');
  transition: all 0.3s;

  background-position: center;
}
.footer_content {
  max-width: 80rem;
  margin: auto;
}
.footer_logo img {
  padding-top: 7rem;
  padding-bottom: 4.8rem;
  display: block;

  margin: auto;
}

.footer_logo:hover {
  opacity: 0.8;
}
.sns.grid {
  gap: 2.5rem;
}
.sns .grid-items {
  border: 2px solid #fff;
  padding: 2.5rem;
  color: white;
  gap: 1.5rem;
  transition: all 0.3s;
}
.sns .grid-items:hover {
  opacity: 0.8;
  border-color: #285386;
}
.sns_text {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2.5rem;
}
.sns_text p {
  font-size: 1.2rem;
}
.sns-img {
  flex-direction: row;
  margin-left: auto;
}
.sns_click {
  cursor: pointer;
}

.sns.flex {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.flex-items {
  width: min(366px, 90%);
  border: 2px solid #fff;
  /* padding: 2.5rem; */
  color: white;
  transition: all 0.3s;
  gap: 1rem;
  position: relative;
}

.sns .flex-items:hover {
  opacity: 0.8;
  border-color: #285386;
}

.access {
}
.access-btn {
  text-decoration: none;
  display: block;
  margin: 9.4rem auto 0;
  border-radius: 1000px;
  max-width: 43.5rem;
  height: 7rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #231815;

  /* font-family: 'Zen Old Mincho'; */
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 40.8px; /* 204% */
  letter-spacing: 0.6px;
  position: relative;
  transition: all 0.3s;
}
.access-btn::after {
  content: url('../img/goto2.svg');
  position: absolute;
  right: 2.5rem;
  /* top: 1.7rem; */
}
.access-btn:hover {
  border: 1px solid white;
  background-color: #3e4569;
  color: white;
}
.copyright {
  background-color: #fff;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright p {
  color: #000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 15.2px; /* 126.667% */
  letter-spacing: 0.36px;
  text-align: center;
}



@media only screen and (max-width: 768px) {
  .footer {
    height: 900px;
  }
  .grid-2-cols {
    grid-template-columns: 0.8fr;
    justify-content: center;
  }
  .footer_content {
    padding: 20px;
  }
  .footer_logo img {
    width: 30%;
  }
  .access-btn {
    margin-top: 40px;
  }
  .sns.flex {
    flex-direction: column;
  }
}

@media only screen and (max-width: 500px) {
  .footer {
    height: 850px;
  }
  .access-btn {
    width: 80%;
    font-size: 16px;
  }
}
/* *************FOOTER********** */
