@charset "utf-8";

:root {
  --default-font: "Noto Sans JP", serif;
  --font-color: #4A4A4A;
  --white-color: #fbfffe;
  --blue-color: #61C1BE;
  --green-color: #8CC66D;
  --pink-color: #F29B87;
  --lightgray-color: #F5F5F5;
}

html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: var(--headerHeight, 106px); /* ヘッダーの高さ分の余白を確保 */
}
body {
  font-size: 62.5%;
  font-family: var(--default-font);
  color: var(--font-color);
}

.wrapper {
  background-color: #fcffff;
}
h1, h2, h3, h4, h5, li, th, td, small {
  letter-spacing: 0.05em;
}
p {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--font-color);
  line-height: 2;
  letter-spacing: 0.05em;
}
.sp-br {
  display: none;
}
.sp480-br {
  display: none;
}

/* -----------------------------------------
              ヘッダー　header
-------------------------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin: 0 auto;
  padding: 10px 3rem 0 3rem;
}
.header-inner div {
  width: 150px;
}
.header-inner div img {
  width: 100%;
  height: auto;
}
.header-inner a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: rgba(140, 198, 109, 0.8);
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 10px;
  padding: 10px 30px;
  letter-spacing: 0.1em;
  transition: ease-in-out 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .header-inner a:hover {
    background-color: var(--green-color);
  }
}
/* -----------------------------------------
              メインビジュアル .mv
-------------------------------------------- */
.mv {
  width: 100%;
  /* height: 100vh; */
}

.mv h1 {
  width: 100%;
  /* height: 100%; */
}
.mv h1 picture {
  width: 100%;
}
.mv h1 picture img {
  display: block;
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
}

/* -----------------------------------------
              イントロ .intro
-------------------------------------------- */
.intro {
  padding-top: 15rem;
  max-width: 1360px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  margin: 0 auto;
}

.intro_pic {
  position: relative;
  width: 50%;
  aspect-ratio: 3 / 2;
  z-index: 2;
}

.intro_pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: auto;
  /* padding-right: 50px; */

}

.intro_deco:empty {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 80%;
  padding-top: 50px;
  z-index: -1;
  /* background-color: var(--blue-color); */
  background-color: var(--green-color);
}

.intro_txt {
  width: 50%;
}
.intro_txt h2 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.intro_txt h2 span {
  font-size: 3.8rem;
  /* color: var(--blue-color); */
  color: var(--pink-color);
  padding-right: 2px;
}
.intro_txt .other {
  font-size: 2rem;
  color: var(--font-color);
  margin-bottom: 3rem;
  font-weight: 900;
}
.intro_txt p span {
  font-weight: bold;
}
.intro_txt p {
  margin-bottom: 2rem;
  text-align: justify;
}
.intro_txt p:last-child {
  margin-bottom: 0;
}
.about-longride span {
  font-size: 1.8rem;
  text-decoration: underline;
}
/* ----------------------
境界線
------------------------ */
.border-top {
  width: 100%;
  height: auto;
  display: block;
}
.border-bottom {
  width: 100%;
  height: auto;
  display: block;
}
/* --------------------------------------
        たびのホテル佐渡について
----------------------------------------- */
.tbsado {
  position: relative;
  padding-top: 10rem;
  background-color: #f1fcf9;
}
.tbsado h3 {
  font-size: 2.8rem;
  color: var(--blue-color);
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.common_img {
  display: block;
  max-width: 1360px;
  width: 70%;
  max-width: 1360px;
  margin: 3rem auto;
  object-fit: cover;
}
.subtitle {
  font-size: 2.4rem;
  color: var(--font-color);
  text-align: center;
  font-weight: 900;
}

/* --------------------------------------
        ホテルについて
----------------------------------------- */
.about-hotel {
  max-width: 1360px;
  width: 90%;
  margin: 8rem auto 0;
}

.about-hotel-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
.about-hotel-inner img {
  display: block;
  width: 50%;
  height: auto;
}

/* --------------------------------------
        プラン・お部屋について
----------------------------------------- */
.about-room {
  margin-top: 10rem;
}
.room_img {
  aspect-ratio: 2 / 1;
}

.room-plan h5 {
  text-align: center;
  font-size: 2rem;
  color: var(--blue-color);
}
.room-cont .room-plan ul {
  width: fit-content;
  margin: 2rem auto 0;
}
.room-cont .room-plan ul li {
  font-size: 1.8rem;
  background-color: rgba(97, 193, 190, 0.1);
  padding: 10px 3rem;
  margin-bottom: 5px;
  border-radius: 10px;
  /* text-align: center; */
}
/* ---------テーブル---------- */
.table-flex {
  max-width: 1360px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3%;
  margin: 5rem auto 0;
}
.table-flex div {
  width: 50%;
}
.table {
  width: 100%;
  table-layout: auto;
  border-collapse:  collapse;
}
th,td {
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  background-color: var(--white-color);
  border: 1px solid var(--blue-color);
}
th span {
  font-size: 1.4rem;
}
.table-title {
  background-color: var(--blue-color);
  color: var(--white-color);
}
tr .persons {
  padding: 0 40px;
}
.empty {
  background-color: #DEDFDF;
}
.border {
  color: #E94318;
}

.room-cont ul {
  width: 70%;
  margin: 2rem auto 0;
}
.room-cont ul li {
  font-size: 1.4rem;
}

/* --------------------------------------
        大浴場について
----------------------------------------- */
.about-bath {
  margin-top: 10rem;
}
.about-bath h5 {
  max-width: 1360px;
  width: 75%;
  background-color: var(--blue-color);
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: var(--white-color);
  margin: 5rem auto 2rem;
  padding: 15px 30px;
}
.about-bath div p {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: var(--pink-color);
}

/* --------------------------------------
        プラン特典について
----------------------------------------- */
.about-plan {
  margin-top: 10rem;
}
.planWrap {
  max-width: 1360px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin: 8rem auto 0;
}
.plan-item {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 2rem;
}
.plan-item .plan-img {
  width: 100%;
  height: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.plan-item h5 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.plan-txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* --------------------------------------
        朝食について
----------------------------------------- */
.about-bf {
  margin-top: 10rem;
}
.bf-attention {
  text-align: center;
  margin-top: 5rem;
}

.about-bf ul {
  max-width: 600px;
  margin: 2rem auto 0;
}
.about-bf ul li {
  display: flex;
  justify-content: space-between;
  background-color: rgba(242, 155, 135, 0.2);
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 10px 5rem;
}
.about-bf ul li div {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
/* .bf_deco:empty {
  width: 50px;
  border-bottom: 1px solid var(--font-color);
} */

.bf-flex {
  max-width: 1360px;
  width: 75%;
  display: flex;
  justify-content: space-between;
  gap: 3%;
  margin: 5rem auto 0;
}
.bf-flex figure {
  width: 50%;
}
.bf-flex figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.bf-flex figure figcaption {
  text-align: center;
  font-size: 2rem;
  /* font-weight: bold; */
  letter-spacing: 0.08em;
}
.bf-flex figure figcaption::before {
  content: '■';
  padding-right: 3px;
}
.bf-flex figure small {
  display: block;
  font-size: 1.4rem;
  text-align: end;
}

.order_note {
  font-size: 1.6rem;
  text-align: center;
  margin: 5px 0;
  line-height: 1.5;
}
/* --------------------------------------
        バイク組み立て
----------------------------------------- */
.bicycle {
  margin-top: 10rem;
}
.bicycle div {
  max-width: 1360px;
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  margin: 0 auto;
}
.bicycle div figure {
  width: 30%;
}
.bicycle div figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
.bicycle div p {
  width: 70%;
  height: auto;
}
/* --------------------------------------
        予約
----------------------------------------- */
.reserve {
  background-color: #f0ffe8;
  border-top: 4px dashed var(--blue-color);
  border-bottom: 4px dashed var(--blue-color);
  margin-top: 10rem;
  padding: 5rem 0;
}
.reserve-inner {
  max-width: 1360px;
  width: 60%;
  /* display: flex; */
  /* justify-content: space-between; */
  /* gap: 10%; */
  margin: 5rem auto 0;
}
.book-item {
  text-align: center;
}
.book  {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--blue-color);
}
.book-tel {
  color: var(--font-color);
  font-size: 1.6rem;
  transition: ease-in-out 0.3s;
}
.book-tel span {
  color: var(--font-color);
  font-size: 2rem;
  font-weight: bold;
}
.book-item .code-img {
  width: fit-content;
  margin: 0 auto;
  margin-top: 1rem;
}
.book-item:last-child {
  margin-top: 5rem;
}
.book-item .code-img img {
  width: 100px;
  height: auto;
}
.book-item .book-txt {
  width: 100%;
  text-align: center;
}
.book-item .book-txt a {
  font-size: 2rem;
  color: var(--font-color);
  font-weight: bold;
  transition: ease-in-out 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .book-item a:hover {
    opacity: 0.7
  }
}
/* --------------------------------------
        注意事項
----------------------------------------- */
.attention {
  background-color: var(--blue-color);
  width: 90%;
  color: var(--lightgray-color);
  border-radius: 40px;
  margin: 8rem auto 0;
}
.attention-inner {
  padding: 8rem 0;
}
.attention-inner h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: var(--white-color);
}
.at-box {
  margin-top: 8rem;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.at-box p {
  font-size: 1.8rem;
  color: var(--lightgray-color);
  line-height: 1.5;
  /* text-align: center; */
}
.at-box small {
  font-size: 1.4rem;
  display: block;
  /* text-align: center; */
}
.at-subtitle {
  font-size: 2.4rem;
  /* text-align: center; */
  margin-bottom: 3rem;
  color: var(--white-color);
}
.at-subtitle::before {
  content: '■';
  padding-right: 3px;
}
/* ----------プランについて--------- */
.at-plan-inner h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.at-plan-inner ul {
  width: fit-content;
  /* margin: 0 auto; */
}
.at-plan-inner ul li {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.at-plan-inner p {
  margin-top: 3rem;
  text-align: start;
}
.at-plan-inner .eco {
  font-size: 1.6rem;
  border: 2px solid var(--white-color);
  border-radius: 10px;
  padding: 2rem 3rem;
}
/* --------バイク事前配送について------- */
.at-delivery-inner .address-wrap {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin: 3rem 0;
}

.at-delivery-inner address {
  width: 50%;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 3rem 5rem;
}
.at-delivery-inner address span {
  display: block;
  margin-bottom: 10px;
}
.at-delivery-inner .delivery-note {
  width: 100%;
  margin-top: 3rem;
}
.at-delivery-inner p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.at-delivery-inner p span {
  border-bottom: 1px solid var(--white-color);
  font-size: 1.8rem;
}

/* -----------キャンセルについて----------- */
.at-cancel ul {
  margin-top: 3rem;
}
.at-cancel ul li {
  max-width: 180px;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  /* margin: 0 auto; */
}

/* --------------------------------------
        フッター
----------------------------------------- */
footer {
  width: 100%;
  margin-top: 8rem;
}
.ft-inner {
  max-width: 1360px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 3rem;
  gap: 10%;
}
.ft-inner div a img {
  max-width: 197px;
  height: auto;
}
.ft-inner div a {
  transition: ease-in-out 0.3s;
  color: var(--font-color);
}
@media (hover: hover) and (pointer: fine) {
  .ft-inner div a:hover {
    opacity: 0.7
  }
}
.ft-inner div {
  width: fit-content;
}

.copylight {
  background-color: var(--pink-color);
  text-align: center;
  padding: 10px 0;
}