@charset "utf-8";
#htlContents {
  margin: 0;
  max-width: 100%;
}
#htlMainContent {
  width: 100%;
  max-width: 2560px;
  float: none;
  margin: auto;
  display: block !important;
}
#htlHeader {
  margin: 0 auto;
  width: 100%;
}

.single-column .travel__tab {
  position: relative;
}

#latest_cstm_review {
  display: none;
}
.module-history-domsearch {
  display: none;
}
#htlSide-A {
  display: none;
}
#htlRmSrch {
  display: none;
}

#trvlHtlSubNav ul {
  margin: 0 !important;
}
#RthCustomizeW {
  width: 100% !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #2d2d2d;
  font-family: "Montserrat", noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.64px;
}
body p {
  line-height: 1.6;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  text-wrap: balance;
  word-break: auto-phrase;
}
a:visited:hover,
a:link:hover {
  text-decoration: none;
}

.logo {
  background-image: url(/Mercure-Kyoto-Miyazu/assets/img/MH_kyoto.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  width: 180px;
  height: 110px;
  top: 16px;
  left: 200px;
  filter: brightness(0) invert(1);
}
.firstview {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/e5ac2be06d03e19f6a4b6865126d5309f0f0b8d8.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.firstview a {
  color: #fff !important;
  text-decoration: none !important;
}
.firstview h1 {
  color: #fff;
  position: absolute;
  left: 10%;
  bottom: 30%;
  line-height: 1.8;
  font-size: 40px;
}
.firstview section {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 880px;
  text-align: center;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstview section a {
  width: 18%;
  font-size: 20px;
  transition: 0.2s;
}
.firstview section a:nth-of-type(3) {
  width: 30%;
}
.firstview section a:hover {
  opacity: 0.7;
}
.firstview section p {
  margin: 24px 0;
  line-height: 1.6;
  font-weight: bold;
}
.firstview section span {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 3.6px;
}
.page-nav {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
.page-nav a {
  color: #fff !important;
  text-decoration: none !important;
}
.page-nav__flex {
  width: 50%;
}
.page-nav a {
  display: block;
  width: 25%;
  overflow: hidden;
}

/* 予約に関するCSS */
.reservation-form {
  width: 100%;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  border-top: 1px solid #010037;
  display: block;
  box-shadow: 0 3px 8px #00000052;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.reservation-form.hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
.reservation-form #reservationForm {
  min-width: 1024px;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 0;
}
.reservation-form #reservationForm .reservationForm-left {
  display: flex;
  align-items: center;
}
.reservation-form #reservationForm .reservationForm-left .border {
  height: 40px;
  width: 1px;
  background-color: #6e6e6e;
}
.reservation-form #reservationForm .reservationForm-left > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: inherit;
  padding: 0 24px;
  width: fit-content;
}
.reservation-form #reservationForm .reservationForm-left > a > div {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.reservation-form #reservationForm .reservationForm-left > a span {
  width: 28px;
  height: 28px;
}
.reservation-form #reservationForm .reservationForm-left > a .bed {
  background-image: url(/Mercure-Kyoto-Miyazu/assets/img/bed.svg);
}
.reservation-form #reservationForm .reservationForm-left > a .airplain {
  background-image: url(/Mercure-Kyoto-Miyazu/assets/img/airplain.svg);
}
.reservation-form #reservationForm .reservationForm-left > a .train {
  background-image: url(/Mercure-Kyoto-Miyazu/assets/img/train.svg);
}
.reservation-form #reservationForm .reservationForm-left > a p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.reservation-form #reservationForm .reservationForm-left > a:hover span {
  filter: invert(72%) sepia(17%) saturate(568%) hue-rotate(220deg)
    brightness(82%) contrast(91%);
}
.reservation-form #reservationForm .reservationForm-left > a:hover p {
  color: #a392c0;
}
.reservation-form #reservationForm .reservationForm-right {
  display: flex;
  align-items: center;
  gap: 36px;
}
.reservation-form #reservationForm .reservationForm-right #reservation-date {
  border: none;
  border-bottom: 1px solid #6e6e6e;
  padding: 0 0 12px;
  font-size: 20px;
  color: #6e6e6e;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp";
}
.reservation-form #reservationForm .reservationForm-right #nights {
  border: none;
  border-bottom: 1px solid #6e6e6e;
  padding: 0 48px 12px 0;
  font-size: 20px;
  color: #6e6e6e;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp";
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}
.reservation-form #reservationForm .reservationForm-right #nights::-ms-expand {
  display: none;
}
.reservation-form #reservationForm .reservationForm-right .nights {
  position: relative;
}
.reservation-form #reservationForm .reservationForm-right .nights::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
}
.reservation-form #reservationForm .reservationForm-right .nights::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform-origin: center;
  transform: translateX(0%) translateY(50%) rotate(135deg);
  z-index: 1;
}
.reservation-form #reservationForm .reservationForm-right #adults {
  border: none;
  border-bottom: 1px solid #6e6e6e;
  padding: 0 48px 12px 0;
  font-size: 20px;
  color: #6e6e6e;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp";
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}
.reservation-form #reservationForm .reservationForm-right .adults {
  position: relative;
}
.reservation-form #reservationForm .reservationForm-right .adults::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #6e6e6e;
  border-radius: 50%;
}
.reservation-form #reservationForm .reservationForm-right .adults::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform-origin: center;
  transform: translateX(0%) translateY(50%) rotate(135deg);
  z-index: 1;
}
.reservation-form #reservationForm .reservationForm-right #submitBtn {
  color: #fff;
  background-color: #a392c0;
  padding: 20px 36px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  border: none;
  font-family: "noto-sans-cjk-jp";
  cursor: pointer;
}
/* 予約に関するCSS終わり */

/* banners */
.banners {
  width: 950px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banners a {
  width: calc(50% - 5px);
  height: 100%;
  margin: 4px 0;
  display: block;
  transition: 0.2s;
}
.banners a:hover {
  opacity: 0.7;
}
.banners a img {
  width: 100%;
}

/* rooms */
.page-nav .bg01 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/20a0409b1e5340b2e014051dcb4f9445e53dba7e.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 280px;
}
/* DINING */
.page-nav .bg02 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/e88aab6a6c0595a176c03f3f4c2d5ccfd473b0a6.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 280px;
}
/* facility */
.page-nav .bg03 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/5016f2cde76fe4ce3cfe60361de5fa333b537f66.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 280px;
}
/* experience */
.page-nav .bg04 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/2a01848c6fc213839eacf12092a803c006d13c32.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 280px;
}
/* example */
.page-nav .bg05 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/7e359f4521a0220ed64fa972d0f6c0b741aa2729.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  height: 280px;
}
.bg {
  position: relative;
  transition: 0.2s;
}
.bg:hover {
  opacity: 0.9;
  transform: scale(1.1);
}
.bg p {
  position: absolute;
  bottom: 26px;
  right: 35px;
  font-size: 16px;
  margin: 0;
  width: 30%;
  text-align: left;
}
.page-nav .bg::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 35px;
  width: 30%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.page-nav .bg::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 33px;
  width: 17px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.page-nav .bg:hover::before {
  right: 25px;
}
.page-nav .bg:hover::after {
  right: 23px;
}

/* plan */
.slider-planBlock {
  width: 950px;
  margin: 60px auto 180px;
  height: max-content;
}
.slider-planBlock h2 {
  font-size: 32px;
  text-align: center;
  line-height: 2;
  margin: 24px 0;
}
.slider-planBlock span {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.planSlider {
  position: relative;
}
.planItem {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.planImg {
  width: 49%;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.planTexts {
  color: #000;
  width: 49%;
}
.planTitle {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.6;
}
.planText {
  font-size: 16px;
  margin: 0 0 28px;
}
.planDetail {
  background-color: #a392c0;
  padding: 10px 48px;
  transition: 0.2s;
  font-size: 16px;
  color: #fff !important;
}
.planDetail:hover {
  opacity: 0.7;
}
.plan-num {
  position: absolute;
  right: 40px;
  bottom: 20px;
  font-size: 28px;
}
.now-count {
  font-size: 28px !important;
}
.all-count {
  font-size: 28px !important;
}
.plan-prev {
  position: absolute;
  right: 80px;
  bottom: -64px;
  content: "→";
  border: 1px solid #707070;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
.plan-next {
  position: absolute;
  right: 0px;
  bottom: -64px;
  content: "←";
  border: 1px solid #707070;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
.plan-prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
.plan-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
.plan-prev::before {
  content: "←";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #707070;
  line-height: 1.6;
}
.plan-next::before {
  content: "→";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #707070;
  line-height: 1.6;
}

.rooms {
  margin: 0 0 120px 0;
}
.rooms a {
  text-decoration: none !important;
}
.rooms h2 {
  width: 950px;
  margin: 0 auto 24px;
  font-size: 32px;
  line-height: 2;
}
.rooms span {
  font-size: 16px;
  font-weight: normal;
}
.rooms-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.rooms-item {
  display: block;
  width: 33%;
  transition: 0.2s;
  overflow: hidden;
}
.rooms-item:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.rooms-item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: 0.2s;
}
.rooms-item p {
  background-color: #dddddd;
  padding: 16px 48px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  position: relative;
  height: calc(100% - 520px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rooms-item p::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(50%) rotate(45deg);
  position: absolute;
  right: 16px;
  bottom: 50%;
}

.overview {
  width: 950px;
  margin: 0 auto 120px;
}
.overview a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  text-decoration: none !important;
  transition: 0.2s;
}
.overview a:hover {
  opacity: 0.7;
}
.overview img {
  width: 49%;
  height: 580px;
  object-fit: cover;
}
.overview-inner {
  width: 49%;
  position: relative;
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.overview h2 {
  font-size: 32px;
  margin: 0;
  font-weight: normal;
}
.overview h5 {
  font-size: 12px;
  margin: 20px 0;
}
.overview p {
  font-size: 16px;
}
.overview-link {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #333333;
}

.facility {
  position: relative;
  height: 620px;
  background-color: #000;
  margin: 0 0 120px 0;
}
.facility a {
  color: #fff !important;
  text-decoration: none !important;
}
.facility .slick-track:before,
.slick-track:after {
  display: none;
}
.facilitySlider {
  display: grid;
  position: relative;
}
.facilitySlider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.facilitySlider img {
  object-fit: cover;
  height: 620px;
}
.facility-text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 950px;
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.facility-text h2 {
  font-size: 36px;
  margin: 30px 0;
  font-weight: normal;
}
.facility-text p {
  font-size: 16px;
}
.facility-text a {
  font-size: 16px;
}
.facility-text div {
  width: 50%;
}
.facility-text a {
  width: 50%;
  border-bottom: 1px solid;
  transition: 0.2s;
}
.facility-text a:hover {
  opacity: 0.7;
}

/* Rooms page */
.firstview02 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/20a0409b1e5340b2e014051dcb4f9445e53dba7e.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.firstview02 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview02 span {
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: normal;
}
.rooms-nav {
  width: 950px;
  margin: 80px auto 100px;
}
.rooms-nav a {
  color: #fff !important;
  text-decoration: none !important;
}
.rooms-nav__type {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 20px;
}
.rooms-nav__type h2 {
  width: calc(100% / 3);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 3px;
}
.rooms-nav__type span {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.72px;
}
.rooms-nav__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.rooms-nav__items li {
  width: calc(100% / 3);
  height: 120px;
  position: relative;
  text-align: center;
  transition: 0.2s;
}
.rooms-nav__items li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(50%) rotate(135deg);
}
.rooms-nav__items li:hover {
  opacity: 0.7;
}
.rooms-nav__items li:first-of-type {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://img.travel.rakuten.co.jp/share/image_up/7085/LARGE/9860a8ee7e437922849075982558d0dbe0556a1d.47.9.26.3.jpg);
  background-size: cover;
  background-position: bottom;
}
.rooms-nav__items li:nth-of-type(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://img.travel.rakuten.co.jp/share/image_up/7085/LARGE/9860a8ee7e437922849075982558d0dbe0556a1d.47.9.26.3.jpg);
  background-size: cover;
  background-position: bottom;
}
.rooms-nav__items li:nth-of-type(3) {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://img.travel.rakuten.co.jp/share/image_up/7085/LARGE/407dd6ee3c4b7545ef11c105adffe457dbfaa871.47.9.26.3.jpg);
  background-size: cover;
  background-position: bottom;
}
.rooms-nav__items p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  letter-spacing: 2.4px;
}
.rooms-nav__items li a {
  display: block;
  width: 100%;
  height: 100%;
}
.rooms-nav__items li span {
  font-size: 10px;
  letter-spacing: 0.6px;
}
.rooms-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f3;
  height: 476px;
  margin-bottom: 128px;
}
.rooms-list__item img {
  width: 50%;
  object-fit: cover;
  max-height: 500px;
  min-height: 500px;
}
.rooms-item__discription {
  background-color: #fff;
  height: 80%;
  box-shadow: 0px 0px 12px #00000029;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.rooms-item__discription--inner {
  width: 70%;
  margin: auto;
  min-width: 400px;
}
.rooms-item__discription--inner h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0 16px;
  line-height: 1.6;
  letter-spacing: 3.2px;
}
.rooms-item__discription--inner p {
  font-size: 16px;
  margin: 0 0 30px;
}
.rooms-item__discription--inner span {
  font-size: 16px;
}
.rooms-item__discription--inner dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 24px;
}
.rooms-item__discription--inner dt {
  font-weight: bold;
  width: 20%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  line-height: 1.5;
}
.rooms-item__discription--inner dd {
  width: 30%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  line-height: 1.5;
}
.wideCell {
  width: 80% !important;
}

/* 温泉ページ */
.firstview03 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/5016f2cde76fe4ce3cfe60361de5fa333b537f66.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.firstview03 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview03 span {
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: normal;
}
.facility-head {
  width: 950px;
  margin: 100px auto;
}
.facility-head h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.facility-head p {
  font-size: 16px;
  text-align: center;
  max-height: 720px;
}
.facility-type {
  position: relative;
}
.facility-type img {
  width: 100%;
  object-fit: cover;
  height: 80vh;
}
.facility-type__discription {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 380px;
  height: 280px;
  background-color: #f5f5f5e8;
  padding: 100px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.facility-type__discription h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 32px;
}
.facility-type__discription span {
  font-size: 14px;
  letter-spacing: 1.4px;
}
.facility-type__discription p {
  font-size: 16px;
  margin-bottom: 32px;
}
.facility-type__discription dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.facility-type__discription dt {
  width: 30%;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.facility-type__discription dd {
  width: 70%;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* ホーバル&バー */
.firstview04 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/e88aab6a6c0595a176c03f3f4c2d5ccfd473b0a6.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.firstview04 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview04 span {
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: normal;
}
.restaurant-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.restaurant-item__inner {
  width: calc(100% / 3);
  height: 390px;
  object-fit: cover;
}
.restaurant-item__inner:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  height: 780px;
  background-color: #333333;
  color: #fff;
  line-height: 1.6;
}
.restaurant-item__inner div {
  width: 80%;
}
.restaurant-item__inner h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 32px;
}
.restaurant-item__inner span {
  font-size: 14px;
}
.restaurant-item__inner p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.restaurant-item__inner dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.restaurant-item__inner dt {
  width: 20%;
  padding: 20px 0;
  font-weight: bold;
  border-top: 1px solid #fff;
}
.restaurant-item__inner dd {
  width: 80%;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
.restaurant-item__inner dt:nth-last-child(2) {
  border-bottom: 1px solid #fff;
}
.restaurant-item__inner dd:last-child {
  border-bottom: 1px solid #fff;
}
.restaurant-item__inner:nth-child(4) {
  margin-top: -390px;
}
.restaurant-item__inner:nth-child(5) {
  margin-top: -390px;
}

/* experience ページ */
.firstview05 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/2a01848c6fc213839eacf12092a803c006d13c32.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.firstview05 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview05 span {
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: normal;
}
.experience-head {
  margin: 80px auto;
  text-align: center;
  width: 649px;
}
.experience-head p {
  font-size: 16px;
}
.spotSlider {
  display: grid;
}
.spotItem {
  margin: 0 20px;
}
.spotItem img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
  aspect-ratio: 16/9;
}
.spotItem h2 {
  font-size: 20px;
  margin: 16px 0;
}
.spotItem p {
  font-size: 16px;
}
.spot-prev {
  position: absolute;
  left: 14vw;
  bottom: 50%;
  content: "→";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  transition: 0.2s;
  z-index: 99;
  transform: translateY(50%);
}
.spot-next {
  position: absolute;
  right: 14vw;
  bottom: 50%;
  content: "→";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  transition: 0.2s;
  z-index: 99;
  transform: translateY(50%);
}
.spot-prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
.spot-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
.spot-prev::before {
  content: "←";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #333333;
  line-height: 1.6;
}
.spot-next::before {
  content: "→";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #333333;
  line-height: 1.6;
}
.experience-title {
  width: 950px;
  font-size: 32px;
  margin: 120px auto 40px;
}
.experienceSlider {
  display: grid;
  position: relative;
  margin-bottom: 120px;
}
.experienceItem {
  text-align: center;
  margin-right: 24px;
  text-align: left;
  position: relative;
}
.experienceItem-date {
  position: absolute;
  width: 100%;
  top: 15px;
}
.experienceItem-date hr {
  border: 1px solid #fff;
}
.experienceItem-date hr::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.experienceItem-date01 hr::after {
  left: 5%;
}
.experienceItem-date02 hr::after {
  left: 20%;
}
.experienceItem-date03 hr::after {
  left: 40%;
}
.experienceItem-date04 hr::after {
  left: 60%;
}
.experienceItem-date05 hr::after {
  left: 7%;
}
.experienceItem-date p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
}
.experienceItem-date01 p {
  left: 5%;
}
.experienceItem-date02 p {
  left: 20%;
}
.experienceItem-date03 p {
  left: 40%;
}
.experienceItem-date04 p {
  left: 60%;
}
.experienceItem-date05 p {
  left: 7%;
}
.experienceItem img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  border-radius: 10px;
  min-height: 300px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.experienceItem h2 {
  font-size: 20px;
  margin: 12px 0;
}
.experienceItem p {
  font-size: 16px;
}
.experience-prev {
  position: absolute;
  right: 15rem;
  top: -90px;
  content: "→";
  border: 1px solid #707070;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
.experience-next {
  position: absolute;
  right: 10rem;
  top: -90px;
  content: "←";
  border: 1px solid #707070;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
.experience-prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
.experience-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
.experience-prev::before {
  content: "←";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #707070;
  line-height: 1.6;
}
.experience-next::before {
  content: "→";
  width: 60px;
  height: 60px;
  display: block;
  font-size: 40px;
  transform: translateX(10px);
  color: #707070;
  line-height: 1.6;
}

/* exampleページ */
.firstview06 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/7e359f4521a0220ed64fa972d0f6c0b741aa2729.47.9.26.3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.firstview06 h1 {
  color: #fff;
  position: absolute;
  left: 50% !important;
  bottom: 50% !important;
  line-height: 1.8;
  font-size: 40px;
  text-align: center;
  transform: translate(-50%, 50%);
}
.firstview06 span {
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: normal;
}

.example-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 83%;
  max-width: 1200px;
  min-width: 1080px;
  margin: 0 auto 80px;
}
.example-list__item .topOverviewSlider {
  width: 50%;
}
.example-list__item .topOverviewSlider img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
.example-item__discription {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.example-item__discription h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  margin: 24px 0 16px;
  line-height: 1.6;
  letter-spacing: 3.2px;
  display: flex;
  flex-direction: column;
}
.example-item__discription h2 span {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0 0;
  line-height: 1.6;
  color: #a392c0;
}
.example-item__discription p {
  font-size: 16px;
  margin: 0 0 30px;
}
.example-item__discription span {
  font-size: 16px;
}
.example-item__discription dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 24px;
}
.example-item__discription dt {
  font-weight: bold;
  width: 20%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  line-height: 1.5;
}
.example-item__discription dd {
  width: 30%;
  padding: 8px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  line-height: 1.5;
}
.wideCell {
  width: 80% !important;
}

.topOverviewSlider {
  display: grid;
  position: relative;
  margin: 0;
  width: 49%;
}
.topOverviewSlider .slick-dots {
  bottom: 20px;
  right: 12px;
  display: inline-block !important;
  width: fit-content;
}
.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a392c0;
  content: "";
}
.slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  opacity: 1;
}

/* footer */
.footer {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(https://img.travel.rakuten.co.jp/share/image_up/782/LARGE/e5ac2be06d03e19f6a4b6865126d5309f0f0b8d8.47.9.26.3.jpg);
  background-size: cover;
  background-position: center;
  align-items: center;
  color: #fff;
  padding: 100px 0;
}
.footer a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer-logo {
  background-image: url(/Mercure-Kyoto-Miyazu/assets/img/MH_kyoto.png);
  height: 183px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.footer-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-left {
  width: 35%;
}
.footer-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 0;
  margin-bottom: 40px;
}
.footer-link a {
  width: fit-content;
  margin: 0 12px;
  text-decoration: underline;
  font-size: 14px;
}
.footer-left img {
  width: 60%;
}
.footer-text {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 24px 0;
}
.footer-text__time {
  height: 75px;
}
.footer-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-time div {
  width: calc(100% / 3);
}
.footer-time p {
  font-size: 16px;
}
.footer-time hr {
  border-color: #707070;
  width: 16px;
  margin: 0;
}
.footer-right {
  width: 35%;
  text-align: center;
}
.footer-right h2 {
  font-size: 24px;
  margin: 20px 0 0;
}
.footer-right h3 {
  font-size: 26px;
  margin: 12px 0;
}
.footer-right p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 2;
}
.footer-right a {
  letter-spacing: 2.4px;
}
.copylight {
  width: 70%;
  margin: 0 auto;
}
