@charset "UTF-8";
.pc {
  display: none; }

.sp {
  display: block; }

.linkAera .link-txt {
  margin-top: 3%;
  font-size: 12px; }
.linkAera .linkBtn {
  margin: 0 auto;
  width: 75%;
  margin-top: 8%; }

#nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #nav ul {
    width: 100%; }
    #nav ul li {
      background: #ebafb9;
      text-align: center; }
      #nav ul li a {
        display: block;
        padding: 20px 0 20px 0;
        color: #fff;
        font-size: 4vw; }

body {
  font-size: 3.6vw; }

main {
  padding-bottom: 5%; }

header {
  border-top: 1vw solid #ebafb9;
  margin: 0 auto;
  background-color: #F5F0E6;
  padding: 8% 5%;
  margin-bottom: 0; }
  header h1 {
    margin-bottom: 8%; }
  header p {
    color: #333;
    text-align: center;
    margin-bottom: 2%;
    font-size: 3.4vw; }
    header p b {
      font-size: 4.2vw;
      font-weight: 600;
      color: #ebafb9;
      text-decoration: underline; }

main {
  color: #333;
  overflow: hidden;
  margin: 0 auto;
  background-color: #F5F0E6; }

.message {
  text-align: center;
  font-weight: 600;
  padding: 0 0%; }
  .message p {
    margin-bottom: 10%; }
  .message b {
    color: #ebafb9;
    font-weight: 600;
    font-size: 4.2vw; }

.main-container {
  margin: 0 auto;
  background-color: #F5F0E6;
  padding-bottom: 20%; }
  .main-container #contents .whatroom {
    position: relative;
    padding-top: 10%;
    margin-bottom: 8%; }
    .main-container #contents .whatroom .table {
      width: 100%;
      overflow-x: scroll; }
      .main-container #contents .whatroom .table th {
        text-align: center;
        background: #F5F0E6;
        vertical-align: middle;
        line-height: 1.5; }
        .main-container #contents .whatroom .table th span {
          font-size: 3.0vw; }
      .main-container #contents .whatroom .table td {
        text-align: left; }
      .main-container #contents .whatroom .table .price td {
        text-align: right; }
      .main-container #contents .whatroom .table span {
        font-size: 3.0vw; }
    .main-container #contents .whatroom .table::-webkit-scrollbar {
      height: 8px; }
    .main-container #contents .whatroom .table::-webkit-scrollbar-track {
      background: #eee; }
    .main-container #contents .whatroom .table::-webkit-scrollbar-thumb {
      background: #777;
      border-radius: 10px; }
    .main-container #contents .whatroom .box {
      padding-top: 10%; }
      .main-container #contents .whatroom .box p {
        margin-bottom: 3%; }
        .main-container #contents .whatroom .box p span {
          font-size: 3.2vw; }
      .main-container #contents .whatroom .box ol {
        line-height: 1.5;
        margin-bottom: 1%; }
        .main-container #contents .whatroom .box ol li {
          list-style: disc;
          margin-left: 1rem;
          margin-bottom: 3%; }
      .main-container #contents .whatroom .box b {
        color: #ebafb9;
        font-weight: 600; }
    .main-container #contents .whatroom .roomttl {
      position: absolute;
      top: 1%;
      left: -5%;
      width: 90%;
      padding-left: 10%;
      background: #ebafb9;
      border-radius: 100px;
      font-size: 5.6vw;
      font-weight: 600;
      color: #fff; }
    .main-container #contents .whatroom .inner {
      padding: 8% 10% 10% 10%;
      margin-right: 0%;
      border-top-right-radius: 50px;
      border-bottom-left-radius: 50px;
      background-color: #fff; }
      .main-container #contents .whatroom .inner h2 {
        font-size: 4.2vw;
        font-weight: 600;
        line-height: 1.5;
        color: #EBAFB9;
        margin-bottom: 5%; }
      .main-container #contents .whatroom .inner .grid {
        background-color: #F5F0E6;
        padding: 5%;
        position: relative;
        margin-bottom: 5%; }
      .main-container #contents .whatroom .inner .triangle {
        background: #ebafb9;
        height: calc(4vw / 2 * tan(60deg));
        width: 10vw;
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        transform: rotate(180deg);
        margin: 0 auto 5% auto; }
      .main-container #contents .whatroom .inner .detail {
        color: #333;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 5%; }
        .main-container #contents .whatroom .inner .detail dl {
          border-bottom: 1px solid #ccc;
          padding-bottom: 3%;
          margin-bottom: 3%; }
          .main-container #contents .whatroom .inner .detail dl dt {
            font-weight: 600;
            line-height: 1.5; }
            .main-container #contents .whatroom .inner .detail dl dt #total {
              font-size: 4.8vw;
              color: #ebafb9; }
          .main-container #contents .whatroom .inner .detail dl dd {
            font-size: 3.2vw; }
            .main-container #contents .whatroom .inner .detail dl dd span {
              color: #ebafb9;
              font-size: 4.2vw; }
        .main-container #contents .whatroom .inner .detail p {
          margin-bottom: 2%;
          font-size: 3.2vw;
          border-bottom: 1px solid #ccc;
          padding-bottom: 3%;
          margin-bottom: 3%; }
          .main-container #contents .whatroom .inner .detail p span {
            color: #ebafb9;
            font-size: 4.2vw; }
        .main-container #contents .whatroom .inner .detail ol {
          font-size: 3.2vw;
          line-height: 1.5;
          margin-bottom: 1%; }
          .main-container #contents .whatroom .inner .detail ol li {
            list-style: disc;
            margin-left: 1rem; }
  .main-container #contents .reservation {
    position: relative;
    margin-top: 25%;
    background-image: url(../img/back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 15% 0; }
    .main-container #contents .reservation .reservation-item {
      position: absolute;
      top: -20%;
      right: 5%;
      width: 35%; }
      .main-container #contents .reservation .reservation-item img {
        width: 100%; }
    .main-container #contents .reservation h3 {
      color: #fff;
      font-size: 14px;
      margin-bottom: 5%; }
      .main-container #contents .reservation h3 span {
        font-size: 20px; }
    .main-container #contents .reservation .btn {
      width: 80%;
      margin: 0 auto; }
      .main-container #contents .reservation .btn a {
        background-color: #fff;
        padding: 4%;
        border-radius: 50px;
        display: block;
        color: #7DBED7;
        width: 100%;
        font-size: 18px;
        text-align: center; }
  .main-container #contents .room-point {
    margin-top: 30%; }
    .main-container #contents .room-point .point-ttl {
      margin-bottom: 10%; }
    .main-container #contents .room-point .point-room-inner {
      margin-bottom: 10%; }
    .main-container #contents .room-point .omiyageaera {
      margin-top: 15%; }
      .main-container #contents .room-point .omiyageaera dd {
        margin-top: 5%; }
    .main-container #contents .room-point .price {
      margin-top: 10%;
      margin-right: 10%; }
    .main-container #contents .room-point .packplan {
      padding: 12% 10% 10% 10%;
      margin-left: 10%;
      margin-top: 10%;
      border-top-left-radius: 50px;
      border-bottom-right-radius: 50px;
      background-color: #fff; }
      .main-container #contents .room-point .packplan h3 {
        color: #EBAFB9;
        font-size: 18px;
        margin-bottom: 5%;
        font-weight: 600;
        line-height: 1.65; }
        .main-container #contents .room-point .packplan h3 span {
          font-size: 28px; }
      .main-container #contents .room-point .packplan .btn {
        width: 80%;
        margin: 0 auto; }
        .main-container #contents .room-point .packplan .btn a {
          background-color: #fff;
          padding: 4%;
          border-radius: 50px;
          display: block;
          color: #EBAFB9;
          width: 100%;
          font-size: 18px;
          text-align: center; }
  .main-container #contents .line {
    position: relative;
    margin-top: 20%;
    text-align: center; }
    .main-container #contents .line h3 {
      color: #EBAFB9;
      font-size: 14px;
      margin-bottom: 5%;
      font-weight: 600;
      line-height: 1.5; }
      .main-container #contents .line h3 span {
        font-size: 26px; }
    .main-container #contents .line .btn {
      width: 80%;
      margin: 0 auto; }
      .main-container #contents .line .btn a {
        background-color: #fff;
        padding: 4%;
        border-radius: 50px;
        display: block;
        color: #EBAFB9;
        width: 100%;
        font-size: 18px;
        text-align: center; }

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1100; }

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); }

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  /* これが無いと「overflow:scroll」が利かない */
  width: 70%;
  /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 8% 5% 5% 5%;
  border-radius: 10px; }

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

.modal-content .js-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 45px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: #e1b4be;
  border-radius: 50px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 3px;
  text-decoration: none; }

.modal-content h3.re {
  font-size: 4.0vw;
  color: #e1b4be;
  text-align: center;
  margin-bottom: 10px;
  background: #fff;
  margin-top: -30px; }
.modal-content h3 {
  font-size: 4.0vw;
  color: #e1b4be;
  line-height: 1.5;
  margin-bottom: 3%; }
.modal-content p a {
  color: #e1b4be;
  text-decoration: underline; }
.modal-content ul {
  width: 100%; }
.modal-content li {
  list-style: none;
  width: 100%;
  margin-bottom: 3%; }
  .modal-content li span {
    font-size: 3.6vw; }
  .modal-content li .reserva {
    display: block;
    background: #e1b4be;
    color: #fff;
    text-align: center;
    padding: 10% 0;
    font-size: 4.5vw;
    font-weight: 500;
    border-radius: 6px; }
  .modal-content li .reserva:hover {
    opacity: 0.7; }
  .modal-content li p {
    display: block;
    background: #999;
    color: #fff;
    text-align: center;
    padding: 5% 10%;
    border-radius: 6px; }
    .modal-content li p span {
      font-size: 3.6vw; }
  .modal-content li .kyotoBtn {
    display: block;
    background: #f0beca;
    color: #fff;
    text-align: center;
    padding: 5% 0;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 6px; }
  .modal-content li a:hover {
    opacity: 0.7; }
  .modal-content li .osakaBtn {
    display: block;
    background: #b4a0c8;
    color: #fff;
    text-align: center;
    padding: 5% 0;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 6px; }
  .modal-content li .yokohamaBtn {
    display: block;
    background: #5cbad6;
    color: #fff;
    text-align: center;
    padding: 5% 0;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 6px; }
  .modal-content li .urawaBtn {
    display: block;
    background: #96cca5;
    color: #fff;
    text-align: center;
    padding: 5% 0;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 6px; }
.modal-content li:last-child {
  margin-bottom: 0; }
.modal-content dl {
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 3%; }
  .modal-content dl dt {
    background: #716464;
    color: #fff;
    text-align: center;
    padding: 1% 0;
    font-weight: 600;
    margin-bottom: 3%; }

/* スクロール途中で表示 */
#box_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 999;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
  background-color: #e1b4be;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px; }
  #box_fixed img {
    width: 20%; }

#box_fixed.on {
  visibility: inherit;
  opacity: 1;
  z-index: 999; }

#contactBtn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 22% 0;
  color: #fff;
  font-size: 4.0vw;
  font-weight: 500;
  letter-spacing: 1px; }
