@charset "UTF-8";

/* hotel the kyoto */

/*--------------------------------------------------
  header
--------------------------------------------------*/

.header {
  margin-bottom: 6.0rem;
}

@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 4.0rem;
  }
}

/*--------------------------------------------------
  main
--------------------------------------------------*/

#contents .container.kyoto {
  width: 100%;
}
#contents .container.kyoto .sec-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
}

/* offer */
#contents .container.kyoto .offer02 {
  margin-top: 8.0rem;
  /* padding-top: 4.0rem; */
  border-top: 1px dotted #707070;
}

/* note area */
#contents .container.kyoto .note-area {
  margin-top: 4.0rem;
  padding: 3.0rem;
  background-color: #f5f5f5;
}
#contents .container.kyoto .note-area > .sec-lead {
  margin-top: 0;
}

/* box */
#contents .container.kyoto .sec-box {
  margin-top: 4.0rem;
  padding: 2.0rem;
  border: 1px solid #707070;
}


/* text */
#contents .container.kyoto .txt-bold {
  font-weight: 700;
}
#contents .container.kyoto .sec-txt {
  margin-top: 4.0rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
#contents .container.kyoto .sec-lead {
  margin-top: 4.0rem;
  font-size: 1.8rem;
  line-height: 1.75;
}
#contents .container.kyoto .sec-link {
  text-decoration: underline;
}
#contents .container.kyoto .sec-link:hover {
  opacity: 0.7;
}

/* title */
#contents .container.kyoto .sec-main-ttl {
  padding-bottom: 4.0rem;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
#contents .container.kyoto .sec-ttl {
  margin-top: 12rem;
  padding-bottom: 2.4rem;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #707070;
}
#contents .container.kyoto .sec-sttl {
  margin-top: 4.0rem;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #a89176;
}
#contents .container.kyoto .sec-sttl + .sec-txt {
  margin-top: 2.0rem;
}
#contents .container.kyoto .sec-txt-ttl {
  margin-top: 8.0rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#contents .container.kyoto .sec-txt-ttl.note {
  margin-top: 4.0rem;
}
#contents .container.kyoto .sec-sttl + .sec-txt-ttl {
  margin-top: 4.0rem;
}
#contents .container.kyoto .sec-txt-ttl + .sec-txt {
  margin-top: 1.0rem;
}
#contents .container.kyoto .sec-txt-sttl {
  /* margin-top: 4.0rem; */
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  /* text-align: center; */
}
#contents .container.kyoto .sec-txt-sttl + .sec-txt {
  margin-top: 1.0rem;
}

/* hotel */
#contents .container.kyoto .hotel-list {
  display: flex;
  gap: 2.0rem;
  justify-content:center;
  margin-top: 4.0rem;
}
#contents .container.kyoto .hotel-list-item {
  padding: 0;
  width: 33%;
  position: relative;
}
#contents .container.kyoto .hotel-list.btn .hotel-list-item {
  padding-bottom: 8.2rem;
}
#contents .container.kyoto .hotel-list-img {
}
#contents .container.kyoto .hotel-list-ttl {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
}
#contents .container.kyoto .hotel-list-txt {
  margin-top: 1.0rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
#contents .container.kyoto .hotel-list-btn {
  display: block;
  padding: 2.2rem;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#contents .container.kyoto .hotel-list-btn::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/img/icon/gold-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

/* list */
#contents .container.kyoto .sec-note-list {
  margin-top: 1.0rem;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  width: fit-content;
}
#contents .container.kyoto .sec-note-list-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 1.75;
}

#contents .container.kyoto .sec-disc-list {
  margin-top: 1.0rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  list-style: disc;
  width: fit-content;
}
#contents .container.kyoto .sec-disc-list-item {
  font-size: 1.6rem;
  line-height: 1.75;
}
#contents .container.kyoto .hotel-list-item .sec-disc-list-item {
  font-size: 1.5rem;
}

#contents .container.kyoto .sec-number-list {
  margin-top: 1.0rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  list-style: number;
  width: fit-content;
}
#contents .container.kyoto .sec-number-list-item {
  font-size: 1.6rem;
  line-height: 1.75;
}

#contents .container.kyoto .sec-notice-list {
  margin-top: 1.1rem;
  list-style: disc;
  padding-left: 1.5em;
}
#contents .container.kyoto .sec-notice-list-item {
  font-size: 1.4rem;
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  #contents .container.kyoto .sec-inner {
    /* width: 100%; */
    width: 89.333vw;
  }

  /* offer */
  #contents .container.kyoto .offer01,
  #contents .container.kyoto .offer02 {
    /* margin-left: auto;
    margin-right: auto;
    width: 89.333vw; */
  }

  /* text */
  #contents .container.kyoto .sec-txt {
    margin-top: 2.0rem;
  }
  #contents .container.kyoto .sec-main .sec-mv {
    margin-left: -5.3335vw;
    margin-right: -5.3335vw;
  }

  /* title */
  #contents .container.kyoto .sec-main-ttl {
    padding-bottom: 2.0rem;
    font-size: 2.4rem;
  }
  #contents .container.kyoto .sec-ttl {
    margin-top: 8.0rem;
    margin-left: -5.3335vw;
    margin-right: -5.3335vw;
    font-size: 2.4rem;
  }
  #contents .container.kyoto .sec-sttl {
    font-size: 2.4rem;
  }
  #contents .container.kyoto .sec-txt-ttl {
    margin-top: 6.0rem;
    font-size: 2.0rem;
  }
  #contents .container.kyoto .sec-txt-sttl {
    font-size: 1.8rem;
  }

  /* hotel */
  #contents .container.kyoto .hotel-list {
    flex-direction: column;
    gap: 4.0rem;
  }
  #contents .container.kyoto .hotel-list-item {
    width: 100%;
  }
  #contents .container.kyoto .hotel-list.btn .hotel-list-item {
    padding-bottom: 8.2rem;
  }

/* list */
  #contents .container.kyoto .sec-notice-list {
    margin-top: 1.1rem;
  }
}