@charset "UTF-8";

/* ==========================================================================
   Common
   ========================================================================== */
:root {
  --base: 1280;
  --vw: calc(100vw / var(--base));
  --refa-font-mincho: "Shippori Mincho", serif;
  --refa-font-lusitana: "Lusitana", serif;
  --refa-font-zenkaku: "Zen Kaku Gothic New", sans-serif;
  --rv-imgHoverExpand-scale: 1.05;
  --rv-transition: "1s";
}
@media screen and (max-width: 767px) {
  :root {
    --base: 390;
    --vw: calc(100vw / var(--base));
  }
}

body {
  overflow: hidden;
  font-family: var(--refa-font-zenkaku);
  color: var(--rv-gold2);
}

.rv-footer {
  margin-top: 0;
}

.page-grandhyatt {
  background: var(--rv-bg-main);
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt {
    width: 100%;
    padding-bottom: 140px;
  }
}
.page-grandhyatt a {
  text-decoration: none;
}
.page-grandhyatt a img,
.page-grandhyatt a:hover {
  transition: 1s;
}
.page-grandhyatt img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
.page-grandhyatt-header {
  padding: 80px calc(80 * var(--vw)) 48px;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-header {
    padding: 48px 28px;
  }
}

.page-grandhyatt-header-title {
  font-family: var(--refa-font-mincho);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  color: #000;
}
@media screen and (max-width: 1234px) {
  .page-grandhyatt-header-title br {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-header-title {
    font-size: 24px;
  }
}

.page-grandhyatt-header-date {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
  color: #000;
}

/* ==========================================================================
   Main Visual
========================================================================== */
.page-grandhyatt-mv {
  padding: 0 calc(80 * var(--vw)) 80px;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-mv {
    padding: 0 0 60px;
  }
}
.page-grandhyatt-mv-img .main {
  width: 100%;
}
.page-grandhyatt-mv-img .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 44.88%;
  margin-bottom: 50px;
}
.page-grandhyatt-mv-txt {
  margin-top: 30px;
  color: #000;
  font-size: 15px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-mv-img .logo {
    margin-bottom: 30px;
    width: 55%;
  }
  .page-grandhyatt-mv-txt {
    padding: 0 28px;
    font-size: 14px;
  }
}

/* ==========================================================================
   PRODUCTS
========================================================================== */
.page-grandhyatt-products {
  background-color: #f4efe4;
  padding: 100px calc(80 * var(--vw));
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-products {
    padding: 60px 28px;
  }
}
.page-grandhyatt-products-ttl {
  font-family: var(--refa-font-mincho);
  color: #5f4f30;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-products-ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.page-grandhyatt-products-items {
  margin-bottom: 24px;
}
.page-grandhyatt-products-items-item {
  font-family: var(--refa-font-mincho);
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.page-grandhyatt-products-items-item .ja {
  font-size: 20px;
  color: #5f4f30;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-indent: -20px;
  padding-left: 20px;
  line-height: 1.3;
}
.page-grandhyatt-products-items-item .en {
  color: #9f8450;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding-left: 20px;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-products-items-item .ja {
    font-size: 18px;
  }
  .page-grandhyatt-products-items-item .en {
    font-size: 10px;
  }
}
.page-grandhyatt-products-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-products-txt {
    font-size: 14px;
  }
}
.page-grandhyatt-products-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 28px;
}
.page-grandhyatt-products-list-item {
  width: 48.2143%;
}
.page-grandhyatt-products-list-item .txt {
  color: #5f4f30;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.666666667;
  margin-top: 10px;
}
.page-grandhyatt-products-list-item .note {
  color: #9f8450;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.083333333;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-products-list {
    flex-direction: column;
  }
  .page-grandhyatt-products-list-item {
    width: 100%;
  }
  .page-grandhyatt-products-list-item .txt {
    font-size: 14px;
  }
  .page-grandhyatt-products-list-item .note {
    font-size: 11px;
  }
}

/* ==========================================================================
   ABOUT
========================================================================== */
.page-grandhyatt-about {
  padding: 80px calc(80 * var(--vw)) 0;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-about {
    padding: 60px 28px 0;
  }
}
.page-grandhyatt-about-ttl {
  font-family: var(--refa-font-mincho);
  color: #5f4f30;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-about-ttl {
    font-size: 22px;
  }

}
.page-grandhyatt-about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-about-wrap {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.page-grandhyatt-about-text {
  width: 56.69643%;
}
.page-grandhyatt-about-text .txt {
  color: #000;
  font-size: 15px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-about-text {
    width: 100%;
  }
  .page-grandhyatt-about-text .txt {
    font-size: 14px;
  }
}
.page-grandhyatt-about-img {
  width: 39.55357%;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-about-img {
    width: 100%;
  }
}
.page-grandhyatt-about-links-link {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-family: var(--refa-font-zenkaku);
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 20px;
  border: 1px solid var(--rv-gold);
  color: var(--rv-gold2);
  text-align: center;
  border-radius: 9999px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 60 * var(--vw)) / 4);
}
.page-grandhyatt-about-links-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(20 * var(--vw));
  width: calc(14 * var(--vw));
  height: 14px;
  background: url(../img/ic-blank.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-about-links-link::after {
    right: 14px;
    width: 11px;
  }
}
.page-grandhyatt-about-links-link:hover {
  color: var(--rv-white);
  background-color: var(--rv-gold);
  opacity: 1 !important;
}
.page-grandhyatt-about-links-link:hover::after {
  background: url(../img/ic-blank-hover.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .page-grandhyatt-about-links-link {
    font-size: min(3.3333333333vw, 13px);
    padding: 0 33px;
    height: 52px;
    /* width: calc(50% - 4px); */
    width: min(240px, 61.538562vw);
  }
}
