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

.sp {
  display: none;
}

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

#nav {
  position: fixed;
  right: 20%;
  bottom: 20px;
  z-index: 10;
}
#nav ul {
  width: 100%;
}
#nav ul li {
  text-align: center;
}
#nav ul li a {
  display: block;
  color: #fff;
  background: #ebafb9;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  padding-top: 3vw;
  border: 1px solid #fff;
  font-size: 1.2vw;
}

body {
  font-size: 1vw;
  font-weight: 400;
}

header {
  width: 34%;
}

main {
  width: 34%;
  padding-bottom: 5%;
}

footer {
  width: 34%;
}

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

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

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

.main-container #contents .whatroom {
  position: relative;
  padding-top: 10%;
  margin-bottom: 10%;
}
.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: 0.8vw;
}
.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: 0.8vw;
}
.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: 0.9vw;
}
.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: 700;
}
.main-container #contents .whatroom .roomttl {
  position: absolute;
  top: 1%;
  left: -5%;
  width: 95%;
  padding-left: 10%;
  background: #ebafb9;
  border-radius: 100px;
  font-size: 1.4vw;
  font-weight: 700;
  padding: 2% 10%;
  color: #fff;
}
.main-container #contents .whatroom .inner {
  padding: 8% 10% 10% 10%;
  margin-right: 5%;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #fff;
}
.main-container #contents .whatroom .inner h2 {
  font-size: 1.2vw;
  font-weight: 700;
  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: 1.7320508076vw;
  width: 5vw;
  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: 700;
  line-height: 1.5;
}
.main-container #contents .whatroom .inner .detail dl dt #total {
  font-size: 1.8vw;
  color: #ebafb9;
}
.main-container #contents .whatroom .inner .detail dl dd {
  font-size: 0.9vw;
}
.main-container #contents .whatroom .inner .detail dl dd span {
  color: #ebafb9;
  font-size: 1.2vw;
}
.main-container #contents .whatroom .inner .detail p {
  margin-bottom: 2%;
  font-size: 0.9vw;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
.main-container #contents .whatroom .inner .detail p span {
  color: #ebafb9;
  font-size: 1.2vw;
}
.main-container #contents .whatroom .inner .detail ol {
  font-size: 0.9vw;
  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: 700;
  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: #EBAFB9;
  padding: 4%;
  border-radius: 50px;
  display: block;
  color: #fff;
  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: 700;
  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: #EBAFB9;
  padding: 4%;
  border-radius: 50px;
  display: block;
  color: #fff;
  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: 80%;
  /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 40px;
  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: 24px;
  color: #e1b4be;
  text-align: center;
  margin-bottom: 10px;
}
.modal-content h3 {
  font-size: 18px;
  color: #e1b4be;
  font-weight: 700;
}
.modal-content p a {
  color: #e1b4be;
  text-decoration: underline;
}
.modal-content ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.modal-content li {
  list-style: none;
  width: 50%;
  margin: 0 1%;
}
.modal-content li span {
  font-size: 14px;
}
.modal-content li .reserva {
  display: block;
  background: #e1b4be;
  color: #fff;
  text-align: center;
  padding: 32px 0;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
}
.modal-content li .reserva:hover {
  opacity: 0.7;
}
.modal-content li p {
  display: block;
  background: #999;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  line-height: 1.5;
}
.modal-content li p span {
  font-size: 12px;
  line-height: 1;
}
.modal-content li .kyotoBtn {
  display: block;
  background: #e0b3bd;
  color: #fff;
  text-align: center;
  padding: 32px 0;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.2vw;
}
.modal-content li a:hover {
  opacity: 0.7;
}
.modal-content li .osakaBtn {
  display: block;
  background: #b4a0c8;
  color: #fff;
  text-align: center;
  padding: 32px 0;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.2vw;
}
.modal-content li .yokohamaBtn {
  display: block;
  background: #5cbad6;
  color: #fff;
  text-align: center;
  padding: 32px 0;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.2vw;
}
.modal-content li .urawaBtn {
  display: block;
  background: #96cca5;
  color: #fff;
  text-align: center;
  padding: 32px 0;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.2vw;
}
.modal-content dl {
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 3%;
  margin: 0 1% 2% 1%;
}
.modal-content dl dt {
  background: #716464;
  color: #fff;
  text-align: center;
  padding: 1% 0;
  font-weight: 700;
  margin-bottom: 1%;
}/*# sourceMappingURL=style_pc.css.map */