<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;700&amp;family=Noto+Serif+TC:wght@400;700&amp;display=swap");
@import url(FontAwesomeAll.min.css);
/* -------------- reset --------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: block; }
  .clearfix:after {
    clear: both; }

.img-limit.gallery-img img, .img-limit.brand-img img, .img-limit.is-dinner img, .img-limit.is-spa img, .img-limit.is-room img, .img-limit.is-meal img, .img-limit.is-meal-dl img, .img-limit.is-news img, .img-limit.is-gallery img, .img-limit.is-equ img, .img-limit.facilities-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.dl-content-grid .info-row .info-item .icon i, .dl-content-grid .dl-slider .slick-arrow img, footer .btn-top span, .id-dinner .dinner-slider .slick-arrow i, .id-spa .spa-box .box, .pg-room .room-equ .equ-item .icon i, .pg-room .room-row .img-slider .slick-arrow img, .pg-news .news-list .content .info .icon i, .pg-gallery .big-slider .slick-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

/* -------------- layout --------------*/
/* 修正粗體 ASCII (碧筵綰) */
@font-face {
  font-family: "fix Microsoft JhengHei";
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../fonts/msgothic.otf"); }
* {
  box-sizing: border-box;
  outline: none; }

html,
body {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif; }

.body {
  transform: translateX(0);
  transition: transform 0.3s; }
  .body.open {
    transform: translateX(-300px); }

.unreset {
  line-height: initial; }
  .unreset a {
    text-decoration: underline; }
  .unreset img {
    max-width: 100% !important;
    height: auto !important; }
  .unreset .oembed-provider-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .unreset .oembed-provider-youtube iframe,
    .unreset .oembed-provider-youtube object,
    .unreset .oembed-provider-youtube embed {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .unreset p {
    color: #443f3b;
    font-size: 1.6rem;
    line-height: 3rem; }

.container {
  max-width: calc(1440px + 40px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; }

/* -------------- layout RWD --------------*/
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
/* -------------- pageLayout --------------*/
.pg-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative; }
  /* .pg-banner.about {
    background: url(../images/bn-about.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  .pg-banner.room {
    background: url(../images/bn-room.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  .pg-banner.meal {
    background: url(../images/bn-meal.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  .pg-banner.news {
    background: url(../images/bn-news.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  .pg-banner.gallery {
    background: url(../images/bn-gallery.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  .pg-banner.equ {
    background: url(../images/bn-equ.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  .pg-banner.contact {
    background: url(../images/bn-contact.jpg) no-repeat;
    background-size: cover;
    background-position: center center; }
  .pg-banner.join {
    background: url(../images/bn-join.jpg) no-repeat;
    background-size: cover;
    background-position: center center; } */
  .pg-banner .txt {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .pg-banner .txt:before, .pg-banner .txt:after {
      position: absolute;
      top: 60%;
      width: 80px;
      height: 1px;
      content: ''; }
    .pg-banner .txt:before {
      left: 0;
      transform: translateX(-100%);
      background: linear-gradient(90deg, transparent, #fff); }
    .pg-banner .txt:after {
      right: 0;
      transform: translateX(100%);
      background: linear-gradient(90deg, #fff, transparent); }
    .pg-banner .txt .ch {
      font-size: 3.6rem;
      letter-spacing: 5px; }
    .pg-banner .txt .en {
      font-size: 1.8rem;
      text-transform: uppercase; }
    .pg-banner img{ 
      display: block;
      width: 100%; }
    .pg-banner img.bn-mb{ 
      display: none; }

.breadcrumb {
  background: #fff4e2;
  padding: 8px 20px; }
  .breadcrumb ul {
    max-width: 1360px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto; }
    .breadcrumb ul li {
      margin: 5px 0; }
      .breadcrumb ul li:not(:last-child) {
        position: relative; }
        .breadcrumb ul li:not(:last-child):after {
          color: #b19073;
          content: '\f105';
          font-family: 'Font Awesome 5 Free';
          font-weight: bold;
          margin: 0 10px; }
    .breadcrumb ul a {
      color: #443f3b;
      font-size: 1.5rem; }
      .breadcrumb ul a:hover {
        color: #ee893a; }

.pg-grid {
  background: url(../images/rp-white.jpg);
  padding-top: 70px;
  padding-bottom: 100px; }

.dl-content-grid {
  max-width: 1360px; }
  .dl-content-grid .dl-title {
    color: #6e3700;
    font-size: 3rem;
    line-height: 3.4rem;
    text-align: center;
    margin-bottom: 35px; }
  .dl-content-grid .dl-content {
    background: #fff;
    border: 1px solid #f9f5ee;
    padding: 25px 50px;
    position: relative; }
    .dl-content-grid .dl-content:before, .dl-content-grid .dl-content:after {
      position: absolute;
      top: 10px;
      width: 15px;
      height: 160px;
      content: '';
      opacity: .7; }
    .dl-content-grid .dl-content:before {
      background: url(../images/sh-room-r.png) no-repeat;
      background-size: contain;
      left: 0;
      transform: translateX(-100%); }
    .dl-content-grid .dl-content:after {
      background: url(../images/sh-room.png) no-repeat;
      background-size: contain;
      right: 0;
      transform: translateX(100%); }
  .dl-content-grid .info-row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px dotted #777;
    margin: 0 -5px;
    padding-bottom: 15px; }
    .dl-content-grid .info-row .info-item {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 5px;
      margin-right: 15px; }
      .dl-content-grid .info-row .info-item .icon {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #e0d7ce;
        position: relative;
        margin-right: 8px; }
        .dl-content-grid .info-row .info-item .icon i {
          color: #ee893a;
          font-size: 1.2rem; }
      .dl-content-grid .info-row .info-item .txt {
        color: #b19073;
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding-top: 2px; }
        .dl-content-grid .info-row .info-item .txt span {
          display: inline-block;
          padding-right: 5px; }
  .dl-content-grid .dl-slider {
    padding: 20px 10px;
    position: relative; }
    .dl-content-grid .dl-slider .slick-arrow {
      position: absolute;
      top: 50%;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.7);
      padding: 0;
      transform: translateY(-50%);
      z-index: 1; }
      .dl-content-grid .dl-slider .slick-arrow:hover {
        background: #000; }
      .dl-content-grid .dl-slider .slick-arrow.slick-prev {
        left: 40px; }
        .dl-content-grid .dl-slider .slick-arrow.slick-prev img {
          transform: translate(-50%, -50%) rotate(180deg); }
      .dl-content-grid .dl-slider .slick-arrow.slick-next {
        right: 40px; }
  .dl-content-grid .editor {
    padding: 30px 10px; }

/* -------------- pageLayout RWD --------------*/
@media (max-width: calc(1440px + 40px)) {

    .pg-banner .txt .ch {
      font-size: 3rem; }
    .pg-banner .txt .en {
      font-size: 1.6rem; } }
@media (max-width: 1280px) {
  .dl-content-grid .dl-slider .slick-arrow {
    width: 35px;
    height: 35px; } }
@media (max-width: 1024px) {
  .pg-banner .txt {
    font-size: 3rem; }

  .pg-grid {
    padding-top: 50px;
    padding-bottom: 70px; }

  .dl-content-grid .dl-title {
    margin-bottom: 25px; }
  .dl-content-grid .dl-content {
    padding: 20px 40px; }
  .dl-content-grid .info-row {
    padding-bottom: 10px; }
  .dl-content-grid .dl-slider {
    padding: 20px 0; }
  .dl-content-grid .editor {
    padding: 20px 0; } }
@media (max-width: 768px) {
  .pg-banner img.bn-pc{ 
    display: none; }
  .pg-banner img.bn-mb{ 
    display: block; }  
  .dl-content-grid .dl-content {
    padding: 20px 30px; }
  .dl-content-grid .info-row {
    display: block; }
    .dl-content-grid .info-row .info-item:nth-child(n+2) {
      margin-top: 10px; }
    .dl-content-grid .info-row .info-item .txt {
      width: calc(100% - 18px - 8px); } }
@media (max-width: 640px) {
    .pg-banner .txt .ch {
      font-size: 2.4rem; }
    .pg-banner .txt .en {
      font-size: 1.4rem; }

  .breadcrumb {
    padding: 5px 20px; }
    .breadcrumb ul {
      justify-content: flex-start; }
      .breadcrumb ul li:not(:last-child):after {
        margin: 0 7px; }
      .breadcrumb ul a {
        font-size: 1.4rem; }

  .pg-grid {
    padding-top: 40px;
    padding-bottom: 50px; }

  .dl-content-grid .dl-title {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 20px; }
  .dl-content-grid .dl-slider .slick-arrow {
    width: 30px;
    height: 30px; }
    .dl-content-grid .dl-slider .slick-arrow.slick-prev {
      left: 20px; }
    .dl-content-grid .dl-slider .slick-arrow.slick-next {
      right: 20px; }
  .dl-content-grid .dl-content {
    padding: 20px; }
  .dl-content-grid .info-row .info-item .txt {
    padding-top: 0; }
    .dl-content-grid .info-row .info-item .txt span {
      display: block;
      margin-bottom: 5px; } }
/* -------------- common --------------*/
a {
  text-decoration: none; }

button,
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="url"],
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Open Sans", Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif;
  box-shadow: none;
  border: none;
  outline: none; }

select::-ms-expand {
  display: none; }

.hide {
  display: none !important; }

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .videoContainer iframe,
  .videoContainer object,
  .videoContainer embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.select-style {
  background: #fff;
  position: relative; }
  .select-style:before {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "\f0d9";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #443f3b;
    transform: translateY(-50%); }
  .select-style select {
    background: transparent;
    padding: 10px;
    padding-right: 25px;
    position: relative;
    width: 100%;
    z-index: 1; }

.img-limit {
  position: relative;
  overflow: hidden; }
  .img-limit img {
    transition: transform 0.7s; }
  .img-limit.is-link:hover img {
    transform: scale(1.1); }
  .img-limit.gallery-img {
    width: 100%;
    height: 0;
    padding-bottom: calc(450 / 540 * 100%); }
  .img-limit.brand-img {
    width: 100%;
    height: 0;
    padding-bottom: calc(55 / 170 * 100%); }
    /* .img-limit.brand-img:hover {
      opacity: 0.7; } */
  .img-limit.is-dinner {
    width: 100%;
    height: 0;
    padding-bottom: calc(675 / 900 * 100%); }
  .img-limit.is-spa {
    width: 100%;
    height: 0;
    padding-bottom: calc(278 / 370 * 100%); }
  .img-limit.is-room {
    width: 100%;
    height: 0;
    padding-bottom: calc(510 / 940 * 100%); }
  .img-limit.is-meal {
    width: 100%;
    height: 0;
    padding-bottom: calc(430 / 940 * 100%); }
  .img-limit.is-meal-dl {
    width: 100%;
    height: 0;
    padding-bottom: calc(1080 / 1920 * 100%); }
  .img-limit.is-news {
    width: 100%;
    height: 0;
    padding-bottom: calc(240 / 410 * 100%); }
  .img-limit.is-gallery {
    width: 100%;
    height: 0;
    padding-bottom: calc(705 / 1240 * 100%); }
  .img-limit.is-equ {
    width: 100%;
    height: 0;
    padding-bottom: calc(370 / 650 * 100%); }
  .img-limit.facilities-img {
    width: 100%;
    height: 0;
    padding-bottom: calc(720 / 1280 * 100%); }

.booked-form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/rp-brown.jpg);
  box-shadow: 0px 0px 7px 0px rgba(113, 78, 49, 0.35);
  padding: 30px 60px;
  position: relative;
  margin-top: -70px;
  z-index: 1; }
  .booked-form .field {
    width: calc((100% - 170px - (40px * 4)) / 6 * 2); }
    .booked-form .field.num {
      width: calc((100% - 170px - (40px * 4)) / 6); }
    .booked-form .field .field-label {
      margin-bottom: 10px; }
    .booked-form .field label {
      color: #fff;
      font-size: 1.8rem; }
    .booked-form .field .select-style {
      border: 1px solid #b19073; }
      .booked-form .field .select-style:before {
        color: #ee893a;
        font-size: 2rem; }
      .booked-form .field .select-style &gt; * {
        border: none;
        background: none;
        color: #ee893a;
        font-size: 2.2rem;
        line-height: 2.2rem;
        height: 56px;
        padding: 15px 20px;
        position: relative;
        width: 100%; }
  .booked-form button {
    background: #ee893a;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 170px; }
    .booked-form button:hover {
      background: #f8b06d; }
    .booked-form button i {
      font-size: 2.4rem;
      margin-right: 5px; }
    .booked-form button span {
      font-size: 2rem; }

.group-link {
  background: url(../images/bg-light.jpg);
  padding: 60px 0; }
  .group-link.all-logo .link-group .box {
    padding-left: 50px;
    width: calc(100% / 6); }
  .group-link .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .group-link .mark {
    width: 90px; }
    .group-link .mark img {
      display: block;
      width: 100%; }
  .group-link .link-group {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 90px); }
    .group-link .link-group .box {
      display: block;
      padding-left: 70px;
      width: calc(100% / 5); }
    .group-link .link-group a {
      display: block; }

.back {
  background: #f8b06d;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 200px; }
  .back:hover {
    background: #9b6c50; }

.aside {
  border-top: 1px solid #ece5de;
  border-bottom: 2px solid #fff; }
  .aside ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ece5de;
    border-top: 2px solid #fff; }
  .aside li {
    margin: -3px 0 -1px; }
    .aside li.active a {
      background: #ee893a;
      color: #fff; }
  .aside a {
    font-size: 1.6rem;
    color: #443f3b;
    display: block;
    padding: 15px;
    text-align: center;
    min-width: 140px; }
    .aside a:hover {
      color: #ee893a;
      font-weight: bold; }

.hidden-img {
  display: none; }

.tcF {
  font-family: 'Noto Serif TC', 'Noto Serif SC', "Open Sans", Arial, "LiHei Pro", "fix Microsoft JhengHei", "Microsoft JhengHei", "新細明體", sans-serif; }

/* -------------- common RWD --------------*/
@media (max-width: 1280px) {
  .booked-form {
    padding: 30px 40px; }
    .booked-form .field {
      width: calc((100% - 170px - (20px * 4)) / 6 * 2); }
      .booked-form .field.num {
        width: calc((100% - 170px - (20px * 4)) / 6); }

  .group-link {
    padding: 50px 0; }
    .group-link .link-group .box {
      padding-left: 40px; } }
@media (max-width: 1024px) {
  .booked-form {
    padding: 30px 40px; }
    .booked-form .field .field-label {
      margin-bottom: 7px; }
    .booked-form .field label {
      font-size: 1.6rem; }
    .booked-form .field .select-style &gt; * {
      font-size: 1.7rem;
      line-height: 1.7rem;
      height: 44px;
      padding: 10px 15px; }
    .booked-form button {
      padding: 12px 15px; }
      .booked-form button i {
        font-size: 2rem; }
      .booked-form button span {
        font-size: 1.7rem; }

  .group-link .mark {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
  .group-link .link-group {
    width: 100%; }
    .group-link .link-group .box {
      padding: 10px 20px !important;
      width: calc(100% / 3) !important; } }
@media (max-width: 960px) {
  .aside {
    border: none; }
    .aside ul {
      border: none; }
    .aside li {
      margin: 0;
      margin-left: -1px; }
    .aside a {
      border: 1px solid #ee893a;
      color: #ee893a;
      padding: 12px;
      min-width: 120px; } }
@media (max-width: 768px) {
  .booked-form {
    margin-top: 30px;
    padding: 30px; }
    .booked-form .field {
      margin-bottom: 15px;
      width: 100%; }
      .booked-form .field.num {
        width: calc((100% - 30px) / 2); } }
@media (max-width: 640px) {
  .booked-form {
    padding: 20px; }

  .group-link {
    padding: 40px 0; }
    .group-link .mark {
      margin-bottom: 20px; }
    .group-link .link-group .box {
      padding: 10px 15px !important;
      width: calc(100% / 2) !important; }

  .back {
    padding: 15px 10px;
    width: 140px; }

  .aside ul {
    justify-content: flex-start; }
  .aside a {
    padding: 10px;
    min-width: auto; } }
/* -------------- header --------------*/
header {
  background: #fff4e2; }

.top-row .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap; }
.top-row .booked-book {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #ee893a;
  color: #fff;
  padding: 8px 20px; }
  .top-row .booked-book:hover {
    background: #9b6c50; }
  .top-row .booked-book i {
    margin-right: 5px; }
  .top-row .booked-book span {
    font-size: 1.4rem;
    line-height: 1.4rem; }
.top-row .lang-sec {
  position: relative; }
.top-row .current-lang {
  position: relative; }
  .top-row .current-lang:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "\f078";
    color: #9b6c50;
    font-size: 1.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    transform: translateY(-50%); }
.top-row .lang-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-left: 1px solid #f8b06d;
  border-right: 1px solid #f8b06d;
  background: #fff;
  width: 160px; }
  .top-row .lang-item:hover span {
    color: #ee893a; }
  .top-row .lang-item img {
    display: block;
    width: 50px; }
  .top-row .lang-item span {
    color: #9b6c50;
    font-size: 1.4rem;
    display: inline-block;
    padding: 5px 30px 5px 15px;
    width: calc(100% - 50px); }
.top-row .lang-switch {
  position: absolute;
  top: 32px;
  left: 0;
  border-bottom: 1px solid #f8b06d;
  display: none;
  width: 100%;
  z-index: 1; }
  .top-row .lang-switch li {
    border-top: 1px solid #f8b06d; }

.header-row {
  border-top: 1px solid #f8b06d;
  padding-bottom: 15px; }
  .header-row .container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .header-row .logo {
    background: #fff4e2;
    display: block;
    padding: 0 20px;
    margin-top: -25px; }
    .header-row .logo img {
      display: block;
      width: 310px; }
  .header-row .main-menu-row {
    position: relative;
    width: calc(100% - 350px); }
  .header-row .mb-menu {
    position: absolute;
    top: 50px;
    left: -20px;
    color: #9b6c50;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    display: none;
    transform: translateX(-100%); }
    .header-row .mb-menu:hover {
      color: #ee893a; }
    .header-row .mb-menu i {
      font-size: 3rem; }
    .header-row .mb-menu span {
      display: block;
      margin-top: 5px; }
  .header-row .main-menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 7px; }
    .header-row .main-menu li {
      position: relative; }
      .header-row .main-menu li:not(:last-child) {
        margin-right: 50px;
        position: relative; }
        .header-row .main-menu li:not(:last-child):before {
          position: absolute;
          top: 1px;
          right: -25px;
          content: "/";
          color: #f8b06d;
          font-size: 1.6rem; }
      .header-row .main-menu li.active a {
        color: #9b6c50;
        font-weight: bold; }
    .header-row .main-menu .sub-menu {
      position: absolute;
      top: 16px;
      right: -10px;
      display: none;
      width: 120px;
      z-index: 1;
      padding-top: 22px; }
      .header-row .main-menu .sub-menu li {
        margin-right: 0 !important; }
        .header-row .main-menu .sub-menu li:not(:last-child) {
          border-bottom: 1px solid #e8e8e8; }
          .header-row .main-menu .sub-menu li:not(:last-child):before {
            display: none; }
      .header-row .main-menu .sub-menu a {
        background: rgba(238, 137, 58, 0.9);
        color: #fff !important;
        display: block;
        text-align: right;
        padding: 10px; }
        .header-row .main-menu .sub-menu a:hover {
          background: rgba(155, 108, 80, 0.9);
          text-decoration: none; }
    .header-row .main-menu a {
      color: #443f3b;
      font-size: 1.6rem;
      line-height: 1.6rem; }
      .header-row .main-menu a:hover {
        text-decoration: underline; }

/* -------------- header RWD --------------*/
@media (max-width: 1280px) {
  .header-row .logo {
    padding: 0 10px; }
    .header-row .logo img {
      width: 260px; }
  .header-row .main-menu-row {
    width: calc(100% - 280px); }
  .header-row .main-menu {
    margin-bottom: 3px; }
    .header-row .main-menu li:not(:last-child) {
      margin-right: 30px; }
      .header-row .main-menu li:not(:last-child):before {
        right: -18px; }
    .header-row .main-menu .sub-menu {
      padding-top: 18px; } }
@media (max-width: 1024px) {
  .top-row .container {
    padding-left: 0;
    padding-right: 0; }

  .header-row {
    padding-top: 13px;
    padding-bottom: 13px; }
    .header-row .logo {
      margin-top: 0; }
    .header-row .main-menu-row {
      position: fixed;
      top: 0;
      right: 0;
      width: 300px;
      height: 100%;
      transform: translateX(100%); }
    .header-row .mb-menu {
      display: block; }
    .header-row .main-menu {
      border-left: 1px solid #f8b06d;
      background: #fff;
      display: block;
      justify-content: center;
      padding: 15px;
      margin-bottom: 0;
      height: 100%; }
      .header-row .main-menu li:not(:last-child) {
        border-bottom: 1px solid rgba(248, 176, 109, 0.5);
        margin-right: 0; }
        .header-row .main-menu li:not(:last-child):before {
          display: none; }
      .header-row .main-menu a {
        display: block;
        padding: 15px; }
      .header-row .main-menu .sub-menu {
        position: static;
        top: 0;
        right: 0;
        padding-top: 0;
        width: 100%; }
        .header-row .main-menu .sub-menu a {
          padding: 10px 15px;
          text-align: left; } }
@media (max-width: 640px) {
  .header-row .logo {
    padding: 0; }
    .header-row .logo img {
      width: 200px; }
  .header-row .mb-menu {
    top: 48px; }
    .header-row .mb-menu i {
      font-size: 2.4rem; }
    .header-row .mb-menu span {
      font-size: 1.4rem; } }
/* -------------- footer --------------*/
footer {
  background: url(../images/rp-footer.jpg);
  padding-top: 40px;
  padding-bottom: 55px;
  position: relative; }
  footer .container {
    padding: 0; }
  footer .ft-top {
    border-bottom: 1px solid #c6a78a; }
  footer .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 380px; }
    footer .logo img {
      display: block;
      width: 100%; }
  footer .ft-menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px; }
    footer .ft-menu li:not(:last-child) {
      margin-right: 50px; }
    footer .ft-menu a {
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold; }
      footer .ft-menu a:hover {
        color: #ee893a; }
  footer .ft-bottom {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px; }
  footer .left-info {
    width: calc(100% - 300px); }
  footer .info-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    footer .info-list p {
      color: #fff;
      font-size: 1.6rem;
      line-height: 1.8rem;
      padding-left: 15px;
      position: relative; }
      footer .info-list p:not(:last-child) {
        margin-right: 15px; }
      footer .info-list p:before {
        position: absolute;
        top: 6px;
        left: 2px;
        width: 5px;
        height: 5px;
        content: "";
        background: #fff;
        transform: rotate(45deg); }
  footer .follow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 15px; }
  footer .sns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 20px; }
    footer .sns p {
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold; }
    footer .sns a {
      display: block;
      width: 35px;
      margin-left: 10px; }
      footer .sns a:hover {
        opacity: 0.8; }
  footer .booked-mail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff; }
    footer .booked-mail input {
      font-size: 1.4rem;
      padding: 8px 10px;
      width: 220px; }
    footer .booked-mail button {
      background: #ee893a;
      color: #fff;
      font-size: 1.4rem;
      padding: 8px; }
      footer .booked-mail button:hover {
        background: #b19073; }
  footer .right-txt {
    width: 300px;
    text-align: right; }
    footer .right-txt p,
    footer .right-txt b {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.6rem; }
    footer .right-txt .designed {
      margin-top: 5px; }
  footer .btn-top {
    position: absolute;
    top: 0;
    right: 40px;
    width: 140px;
    height: 50px;
    background: url(../images/bg-top.png);
    background-size: contain;
    display: block;
    transform: translateY(-100%); }
    footer .btn-top:hover span {
      color: #b19073; }
    footer .btn-top span {
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      margin-top: 5px; }

/* -------------- footer RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  footer .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 1280px) {
  footer .logo {
    width: 300px; }
  footer .info-list {
    flex-direction: column; }
    footer .info-list p:not(:last-child) {
      margin-right: 0;
      margin-bottom: 5px; } }
@media (max-width: 1024px) {
  footer .btn-top {
    width: 90px;
    height: 33px;
    right: 20px; }
    footer .btn-top span {
      font-size: 1.3rem; } }
@media (max-width: 960px) {
  footer {
    padding: 35px 0; }
    footer .ft-menu li:not(:last-child) {
      margin-right: 30px; }
    footer .follow {
      align-items: flex-start;
      flex-direction: column; }
    footer .sns {
      margin-right: 0;
      margin-bottom: 15px; } }
@media (max-width: 768px) {
  footer .logo {
    width: 240px; }
  footer .ft-menu {
    margin-top: 15px;
    margin-bottom: 10px; }
    footer .ft-menu li {
      width: calc(100% / 4);
      padding: 5px 0;
      text-align: center; }
      footer .ft-menu li:not(:last-child) {
        margin-right: 0; }
    footer .ft-menu a {
      font-size: 1.4rem; }
  footer .ft-bottom {
    flex-direction: column; }
  footer .left-info {
    width: 100%; }
  footer .info-list p {
    font-size: 1.5rem; }
  footer .right-txt {
    border-top: 1px solid #c6a78a;
    text-align: left;
    margin-top: 20px;
    padding-top: 15px;
    width: 100%; } }
@media (max-width: 640px) {
  footer {
    padding: 30px 0; } }
/* -------------- index --------------*/
.id-banner {
  position: relative; }
  .id-banner .slick-slider li {
    position: relative; }
  .id-banner .slick-slider a {
    display: block; }
  .id-banner .slick-slider img {
    display: block;
    width: 100%; }

.id-about {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: url(../images/bg-id-about.jpg);
  background-size: cover;
  background-position: center center;
  flex-direction: row-reverse;
  padding-top: 170px;
  padding-bottom: 220px; }
  .id-about .img-dragon {
    position: relative;
    margin-right: -9%;
    margin-top: -50px;
    width: 43%;
    z-index: 1; }
    .id-about .img-dragon img {
      display: block;
      width: 100%; }
  .id-about .about-img-sec {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-right: -5%;
    width: calc(100% - 43% + 5% + 9%); }
    .id-about .about-img-sec .dec-img {
      width: 55%; }
      .id-about .about-img-sec .dec-img img {
        display: block;
        width: 100%; }
    .id-about .about-img-sec .about-txt {
      padding-left: 6%;
      padding-top: 30px;
      width: 45%; }
    .id-about .about-img-sec .head .ch {
      font-size: 6.6rem;
      font-weight: bold;
      margin-bottom: 20px; }
    .id-about .about-img-sec .head .en {
      font-size: 3.4rem;
      font-weight: lighter;
      text-transform: uppercase; }
    .id-about .about-img-sec .des {
      margin-top: 120px; }
      .id-about .about-img-sec .des .big-text {
        color: #443f3b;
        font-size: 4rem;
        font-weight: lighter;
        line-height: 5.4rem;
        letter-spacing: 2px;
        margin-bottom: 20px; }
      .id-about .about-img-sec .des .data {
        color: #443f3b;
        font-size: 1.7rem;
        line-height: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5; }

.id-dinner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -270px; }
  .id-dinner .dinner-slider {
    background: #fff;
    width: 60%; }
    .id-dinner .dinner-slider .slick-list {
      padding-left: 240px; }
    .id-dinner .dinner-slider .img-box {
      margin-left: 20px;
      opacity: 0.3;
      transition: opacity .7s; }
      .id-dinner .dinner-slider .img-box.slick-current {
        opacity: 1; }
    .id-dinner .dinner-slider .slick-arrow {
      position: absolute;
      top: 50%;
      width: 60px;
      height: 45px;
      background: #ee893a;
      z-index: 1; }
      .id-dinner .dinner-slider .slick-arrow i {
        font-size: 2.4rem;
        color: #fff; }
      .id-dinner .dinner-slider .slick-arrow.slick-prev {
        left: 260px;
        transform: translate(-100%, -50%); }
      .id-dinner .dinner-slider .slick-arrow.slick-next {
        right: 0;
        transform: translate(100%, -50%); }
  .id-dinner .text-data {
    padding-left: 1px;
    width: 40%; }
    .id-dinner .text-data .dec-txt {
      color: #d1b261;
      font-size: 9.8rem;
      font-weight: lighter;
      letter-spacing: 1px;
      padding-left: 5px;
      height: 110px; }
    .id-dinner .text-data .content {
      background: #9b6c50;
      min-height: calc(100% - 110px);
      padding-top: 140px;
      padding-left: 140px;
      padding-right: 40px;
      padding-bottom: 70px; }
      .id-dinner .text-data .content .box {
        max-width: 365px;
        width: 100%;
        color: #fff;
        text-align: right; }
      .id-dinner .text-data .content .head {
        font-size: 3.2rem;
        padding-bottom: 30px;
        border-bottom: 1px solid #cebd99;
        position: relative; }
        .id-dinner .text-data .content .head:before {
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 50px;
          height: 5px;
          background: #cebd99;
          content: ''; }
      .id-dinner .text-data .content .des {
        margin-top: 30px;
        margin-bottom: 60px; }
        .id-dinner .text-data .content .des p {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          font-size: 1.7rem;
          line-height: 2.7rem; }
      .id-dinner .text-data .content .more {
        border: 1px solid #cebd99;
        color: #cebd99;
        display: block;
        padding: 15px;
        font-size: 1.5rem;
        text-align: center; }

.id-spa {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 130px; }
  .id-spa .spa-box {
    background: #9b6c50;
    text-align: center;
    position: relative;
    width: 230px; }
    .id-spa .spa-box .box {
      padding: 15px;
      width: 100%; }
    .id-spa .spa-box .icon {
      margin-bottom: 20px;
      width: 75px; }
    .id-spa .spa-box p {
      color: #faeccd;
      font-size: 2.4rem; }
  .id-spa .spa-img {
    padding-left: 20px;
    width: calc((100% - 230px) / 3); }

.id-contact {
  position: relative; }
  .id-contact .map {
    width: 100%;
    height: 795px;
    overflow: hidden; }
    .id-contact .map iframe {
      width: 100%;
      height: 100%; }
  .id-contact .contact-form {
    position: absolute;
    top: 0;
    left: 240px;
    background: #fff;
    padding: 80px 90px;
    height: 795px;
    width: calc(700px); }
    .id-contact .contact-form .form-head {
      color: #443f3b;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 40px;
      letter-spacing: 2px; }
    .id-contact .contact-form form {
      max-width: 100%;
      width: 500px; }
    .id-contact .contact-form .field {
      margin-bottom: 20px; }
      .id-contact .contact-form .field.code {
        text-align: center; }
        .id-contact .contact-form .field.code .g-recaptcha {
          display: inline-block; }
      .id-contact .contact-form .field .label {
        color: #443f3b;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 5px; }
      .id-contact .contact-form .field input,
      .id-contact .contact-form .field textarea {
        border-bottom: 1px solid #cccccc;
        background: transparent;
        color: #443f3b;
        font-size: 1.5rem;
        padding: 10px 0;
        width: 100%; }
      .id-contact .contact-form .field textarea {
        resize: none;
        height: 120px; }
    .id-contact .contact-form .btn-row {
      display: flex;
      align-items: stretch;
      justify-content: center;
      flex-wrap: wrap; }
      .id-contact .contact-form .btn-row button {
        font-size: 1.6rem;
        font-weight: bold;
        padding: 15px;
        text-align: center;
        width: 140px; }
        .id-contact .contact-form .btn-row button:hover {
          background: #ee893a !important;
          color: #fff !important; }
      .id-contact .contact-form .btn-row .submit {
        background: #b19073;
        color: #fff; }
      .id-contact .contact-form .btn-row .reset {
        background: #777;
        color: #fff;
        margin-left: 15px; }

/* -------------- index RWD --------------*/
@media (max-width: 1660px) {
  .id-about .img-dragon {
    margin-right: -5%;
    width: 40%; }
  .id-about .about-img-sec {
    margin-right: -5%;
    width: calc(100% - 40% + 5% + 5%); }
    .id-about .about-img-sec .about-txt {
      padding-top: 0; }
    .id-about .about-img-sec .head .ch {
      font-size: 5rem; }
    .id-about .about-img-sec .head .en {
      font-size: 2.6rem; }
    .id-about .about-img-sec .des {
      margin-top: 80px; }
      .id-about .about-img-sec .des .big-text {
        font-size: 3rem;
        line-height: 4.4rem; }
      .id-about .about-img-sec .des .data {
        line-height: 2.7rem; }

  .id-dinner {
    margin-top: -170px; }

  .id-contact .contact-form {
    left: 0;
    padding: 60px 50px;
    width: auto; } }
@media (max-width: calc(1440px + 40px)) {
  .id-about {
    background: none; }
    .id-about .about-img-sec .dec-img {
      width: 35%; }
    .id-about .about-img-sec .about-txt {
      width: 65%; }

  .id-dinner {
    margin-top: -100px; }
    .id-dinner .dinner-slider .slick-list {
      padding-left: 100px; }
    .id-dinner .dinner-slider .slick-arrow.slick-prev {
      left: 120px; }
    .id-dinner .text-data .dec-txt {
      font-size: 7rem;
      height: 80px; }
    .id-dinner .text-data .content {
      padding: 70px 40px 40px 90px;
      min-height: calc(100% - 80px); }
      .id-dinner .text-data .content .head {
        padding-bottom: 20px; }
      .id-dinner .text-data .content .des {
        margin-top: 20px;
        margin-bottom: 40px; } }
@media (max-width: 1280px) {
  .id-contact .contact-form form {
    width: 400px; } }
@media (max-width: 1024px) {
  .id-about {
    padding-top: 100px; }
    .id-about .about-img-sec {
      padding-left: 40px;
      padding-right: 40px; }
      .id-about .about-img-sec .dec-img {
        display: none; }
      .id-about .about-img-sec .about-txt {
        padding-left: 0;
        width: 100%; }

  .id-dinner .dinner-slider {
    width: calc(100% - 60px); }
  .id-dinner .text-data {
    margin-top: 20px;
    width: 100%; }
    .id-dinner .text-data .dec-txt {
      display: none; }
    .id-dinner .text-data .content {
      padding: 60px 40px;
      min-height: auto; }
      .id-dinner .text-data .content .box {
        text-align: left;
        max-width: 100%; }
      .id-dinner .text-data .content .more {
        width: 120px; }

  .id-spa {
    justify-content: space-between;
    margin-bottom: 70px; }
    .id-spa .spa-box {
      order: 1;
      width: 100%;
      margin-top: 20px; }
      .id-spa .spa-box .box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: static;
        transform: translate(0); }
      .id-spa .spa-box .icon {
        width: 40px;
        margin-bottom: 0;
        margin-right: 20px; }
    .id-spa .spa-img {
      padding-left: 0;
      width: calc((100% - 40px) / 3); }

  .id-contact .contact-form form {
    width: 300px; } }
@media (max-width: 960px) {
  .id-contact .map {
    width: 100%;
    height: 500px; }
    .id-contact .map iframe {
      width: 100%; }
  .id-contact .contact-form {
    position: static;
    height: auto; }
    .id-contact .contact-form form {
      width: 100%; } }
@media (max-width: 768px) {
  .id-contact .contact-form {
    padding: 40px 20px; }
    .id-contact .contact-form .form-head {
      margin-bottom: 25px; } }
@media (max-width: 640px) {
  .id-about {
    padding-top: 70px; }
    .id-about .img-dragon {
      width: 65%; }
    .id-about .about-img-sec {
      margin-right: 0;
      margin-top: -100px;
      width: 100%; }
      .id-about .about-img-sec .des {
        margin-top: 60px; }

  .id-dinner {
    margin-top: -140px; }
    .id-dinner .dinner-slider .slick-list {
      padding-left: 40px; }
    .id-dinner .dinner-slider .slick-arrow.slick-prev {
      left: 60px; } }
@media (max-width: 480px) {
  .id-about {
    padding-top: 70px; }
    .id-about .about-img-sec {
      padding-left: 20px;
      padding-right: 20px; }
    .id-about .about-img-sec {
      margin-top: -70px;
      width: 100%; }
      .id-about .about-img-sec .head {
        padding-right: 100px; }
        .id-about .about-img-sec .head .ch {
          font-size: 3.2rem; }
        .id-about .about-img-sec .head .en {
          font-size: 1.6rem; }
      .id-about .about-img-sec .des {
        margin-top: 40px; }
        .id-about .about-img-sec .des .big-text {
          font-size: 2rem;
          line-height: 3rem; }
        .id-about .about-img-sec .des .data {
          font-size: 1.6rem;
          line-height: 2.4rem; }

  .id-dinner .dinner-slider {
    width: calc(100% - 30px); }
    .id-dinner .dinner-slider .slick-list {
      padding-left: 0;
      margin-left: 10px; }
    .id-dinner .dinner-slider .slick-arrow {
      width: 30px;
      height: 25px; }
      .id-dinner .dinner-slider .slick-arrow.slick-prev {
        left: 30px; }
      .id-dinner .dinner-slider .slick-arrow i {
        font-size: 1.4rem; }
  .id-dinner .text-data .content {
    padding: 40px 30px; }
    .id-dinner .text-data .content .head {
      font-size: 2.8rem; }

  .id-spa {
    margin-top: 10px;
    margin-bottom: 40px; }
    .id-spa .spa-img {
      width: calc((100% - 20px) / 3); }
    .id-spa .spa-box {
      margin-top: 10px; }
      .id-spa .spa-box .icon {
        width: 35px; }
      .id-spa .spa-box p {
        font-size: 2rem; } }
/* -------------- about --------------*/
.pg-about .head {
  text-align: center; }
  .pg-about .head .txt {
    background: url(../images/rp-white.jpg);
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block; }
  .pg-about .head .ch {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 15px; }
  .pg-about .head .en {
    color: #ee893a;
    font-size: 1.6rem;
    text-transform: uppercase; }
.pg-about .content {
  border: 1px solid #dfd0ba;
  border-bottom: none;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 70px 80px;
  margin-top: -25px; }
.pg-about .award-row {
  margin-top: 70px; }
  .pg-about .award-row .head-row {
    border-bottom: 2px solid #fff; }
    .pg-about .award-row .head-row p {
      border-bottom: 1px solid #ece5de;
      color: #9b6c50;
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center;
      padding-bottom: 20px; }
  .pg-about .award-row .award-slider {
    margin-top: 50px;
    position: relative; }
    .pg-about .award-row .award-slider:before {
      position: absolute;
      top: 110px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #d7c4ad;
      content: ''; }
  .pg-about .award-row .award-item {
    padding-left: 20px;
    padding-right: 20px; }
    .pg-about .award-row .award-item .award-head {
      text-align: center;
      color: #443f3b; }
    .pg-about .award-row .award-item .title {
      font-size: 1.7rem;
      line-height: 2rem;
      font-weight: bold;
      margin-bottom: 5px;
      min-height: 4rem; }
    .pg-about .award-row .award-item .sub-title {
      font-size: 1.5rem;
      font-weight: lighter; }
    .pg-about .award-row .award-item .year {
      border: 1px solid #d7c4ad;
      background: #fff;
      border-radius: 20px;
      color: #ee893a;
      font-size: 1.8rem;
      display: block;
      padding: 10px 25px;
      margin: 30px auto;
      width: 95px; }
    .pg-about .award-row .award-item .img-box {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
      .pg-about .award-row .award-item .img-box img {
        display: block;
        max-width: 100%;
        margin: auto; }
  .pg-about .award-row .slick-dots {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px; }
    .pg-about .award-row .slick-dots li {
      margin-left: 3px;
      margin-right: 3px; }
      .pg-about .award-row .slick-dots li.slick-active button {
        background: #ee893a; }
    .pg-about .award-row .slick-dots button {
      width: 10px;
      height: 10px;
      background: #6f6b68;
      border-radius: 50%;
      font-size: 0;
      padding: 0; }

/* -------------- about RWD --------------*/
@media (max-width: 1024px) {
  .pg-about .content {
    padding: 50px 40px; } }
@media (max-width: 640px) {
  .pg-about .head .txt {
    padding-left: 20px;
    padding-right: 20px; }
  .pg-about .head .ch {
    font-size: 2.8rem;
    margin-bottom: 10px; }
  .pg-about .head .en {
    font-size: 1.6rem;
    text-transform: uppercase; }
  .pg-about .content {
    padding: 50px 20px; }
  .pg-about .award-row {
    margin-top: 50px; }
    .pg-about .award-row .award-slider {
      margin-top: 30px; }
    .pg-about .award-row .award-item {
      padding-left: 0;
      padding-right: 0; } }
/* -------------- room --------------*/
.pg-room .booked-form {
  margin-top: 0; }
.pg-room .intro-txt {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center; }
  .pg-room .intro-txt p {
    color: #443f3b;
    font-size: 2rem;
    line-height: 3.2rem; }
.pg-room .room-equ .head {
  border-top: 1px solid #ece5de;
  border-bottom: 2px solid #fff; }
  .pg-room .room-equ .head p {
    border-bottom: 1px solid #ece5de;
    border-top: 2px solid #fff;
    color: #9b6c50;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    padding: 17px 0;
    letter-spacing: 1px; }
.pg-room .room-equ .equ-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px; }
.pg-room .room-equ .equ-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 5px;
  width: calc(100% / 5); }
  .pg-room .room-equ .equ-item .icon {
    width: 35px;
    height: 35px;
    background: #f1d280;
    border-radius: 50%;
    position: relative; }
    .pg-room .room-equ .equ-item .icon i {
      color: #fff;
      font-size: 1.4rem; }
  .pg-room .room-equ .equ-item .equ-name {
    color: #443f3b;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 10px;
    width: calc(100% - 35px); }
.pg-room .room-list {
  padding: 1px 0;
  margin-top: -70px; }
.pg-room .room-row {
  background: url(../images/bg-room-r.png) right top no-repeat;
  background-size: contain;
  margin-top: 170px; }
  .pg-room .room-row:nth-child(2n) {
    background: url(../images/bg-room-l.png) left top no-repeat;
    background-size: contain; }
    .pg-room .room-row:nth-child(2n) .container {
      flex-direction: row-reverse; }
    .pg-room .room-row:nth-child(2n) .room-data:before {
      left: inherit;
      right: 0;
      background: url(../images/sh-room-r.png);
      background-size: cover; }
    .pg-room .room-row:nth-child(2n) .room-data .type {
      left: inherit;
      right: 0; }
  .pg-room .room-row .container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .pg-room .room-row .img-slider {
    margin-top: -40px;
    margin-bottom: -40px;
    position: relative;
    width: 65%; }
    .pg-room .room-row .img-slider .slick-arrow {
      position: absolute;
      top: 50%;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.7);
      padding: 0;
      transform: translateY(-50%);
      z-index: 1; }
      .pg-room .room-row .img-slider .slick-arrow:hover {
        background: #000; }
      .pg-room .room-row .img-slider .slick-arrow.slick-prev {
        left: 40px; }
        .pg-room .room-row .img-slider .slick-arrow.slick-prev img {
          transform: translate(-50%, -50%) rotate(180deg); }
      .pg-room .room-row .img-slider .slick-arrow.slick-next {
        right: 40px; }
  .pg-room .room-row .room-data {
    background: #fff;
    padding: 110px 90px 45px;
    width: 35%;
    position: relative; }
    .pg-room .room-row .room-data:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 160px;
      background: url(../images/sh-room.png);
      background-size: cover;
      content: '';
      z-index: 1; }
    .pg-room .room-row .room-data .type {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 80px;
      height: 80px;
      padding: 0 20px;
      background: #ee893a; }
      .pg-room .room-row .room-data .type p {
        color: #fff;
        font-size: 2rem;
        line-height: 8rem;
        text-align: center;
        width: 100%; }
    .pg-room .room-row .room-data .content .room-name {
      color: #b19073;
      font-size: 3rem;
      margin-bottom: 30px; }
    .pg-room .room-row .room-data .content .room-des {
      color: #443f3b;
      font-size: 1.6rem;
      line-height: 2.6rem; }
      .pg-room .room-row .room-data .content .room-des b {
        font-weight: bold; }

/* -------------- room RWD --------------*/
@media (max-width: 1280px) {
  .pg-room .room-equ .equ-item {
    width: calc(100% / 4); }
  .pg-room .room-list {
    margin-top: 0; }
  .pg-room .room-row {
    background: none !important;
    margin-top: 70px; }
    .pg-room .room-row .container {
      align-items: center; }
    .pg-room .room-row .img-slider {
      margin-top: 0;
      margin-bottom: 0;
      width: 60%; }
      .pg-room .room-row .img-slider .slick-arrow {
        width: 35px;
        height: 35px; }
    .pg-room .room-row .room-data {
      padding: 80px 60px;
      width: 40%; }
      .pg-room .room-row .room-data:before {
        display: none !important; }
      .pg-room .room-row .room-data .type {
        min-width: 60px;
        height: 60px; }
        .pg-room .room-row .room-data .type p {
          font-size: 1.6rem;
          line-height: 6rem; } }
@media (max-width: 1024px) {
  .pg-room .intro-txt {
    margin-top: 40px;
    margin-bottom: 40px; }
  .pg-room .room-equ .head p {
    font-size: 2rem;
    padding: 10px 0; }
  .pg-room .room-equ .equ-list {
    margin: 20px 0; }
  .pg-room .room-equ .equ-item {
    width: calc(100% / 3); }
  .pg-room .room-row {
    margin-top: 50px; }
    .pg-room .room-row:nth-child(2n) .room-data .type{ 
      right: inherit; }
    .pg-room .room-row .img-slider {
      width: 100%; }
    .pg-room .room-row .room-data {
      padding: 60px 40px;
      width: 100%; }
      .pg-room .room-row .room-data .type {
        min-width: 50px;
        height: 30px;
        left: 0 !important; }
        .pg-room .room-row .room-data .type p {
          line-height: 3rem; }
      .pg-room .room-row .room-data .content .room-name {
        margin-bottom: 15px; } }
@media (max-width: 640px) {
  .pg-room .intro-txt {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px; }
  .pg-room .room-equ .equ-list {
    margin: 10px 0; }
  .pg-room .room-equ .equ-item {
    width: calc(100% / 2); }
  .pg-room .room-row {
    margin-top: 40px; }
    .pg-room .room-row .img-slider .slick-arrow {
      width: 30px;
      height: 30px; }
      .pg-room .room-row .img-slider .slick-arrow.slick-prev {
        left: 20px; }
      .pg-room .room-row .img-slider .slick-arrow.slick-next {
        right: 20px; }
    .pg-room .room-row .room-data {
      padding: 60px 30px 40px; }
      .pg-room .room-row .room-data .content .room-name {
        font-size: 2.6rem; } }
/* -------------- meal --------------*/
.pg-meal .meal-list {
  margin-top: -70px; }
.pg-meal .meal-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 70px; }
  .pg-meal .meal-row:nth-child(2n) {
    flex-direction: row-reverse; }
    .pg-meal .meal-row:nth-child(2n) .img-sec .link {
      margin-right: auto;
      margin-left: 0; }
    .pg-meal .meal-row:nth-child(2n) .content {
      margin-left: 0;
      margin-right: -20%;
      padding-left: 60px;
      padding-right: 20%; }
  .pg-meal .meal-row .img-sec {
    width: 65%; }
  .pg-meal .meal-row .link {
    background: #f8b06d;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    margin-top: 25px;
    text-align: center;
    padding: 15px;
    width: 160px;
    position: relative; }
    .pg-meal .meal-row .link:hover {
      background: #ee893a; }
  .pg-meal .meal-row .content {
    background: url(../images/bg-meal.jpg);
    margin-left: -20%;
    margin-top: 60px;
    padding-left: 25%;
    padding-top: 60px;
    padding-bottom: 60px;
    width: calc(35% + 20%);
    min-height: 400px; }
  .pg-meal .meal-row .place-name {
    border-bottom: 1px solid #d9d3cc; }
    .pg-meal .meal-row .place-name p {
      color: #9b6c50;
      font-size: 3rem; }
  .pg-meal .meal-row .place-data {
    padding-top: 30px;
    padding-right: 30px; }
  .pg-meal .meal-row .info-list {
    margin-bottom: 30px; }
    .pg-meal .meal-row .info-list span{ 
      display: inline-block; }
    .pg-meal .meal-row .info-list p {
      color: #443f3b;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 2rem; }
      .pg-meal .meal-row .info-list p:nth-child(n+2) {
        margin-top: 8px; }
/*     .pg-meal .meal-row .info-list span {
      display: inline-block;
      padding-right: 8px; } */
  .pg-meal .meal-row .des {
    color: #443f3b;
    font-size: 1.6rem;
    line-height: 2.6rem; }
    .pg-meal .meal-row .des p:nth-child(n+2) {
      margin-top: 15px; }
    .pg-meal .meal-row .des .remark {
      color: #99724b; }

/* -------------- food RWD --------------*/
@media (max-width: 1280px) {
  .pg-meal .meal-row .img-sec {
    width: 50%; }
  .pg-meal .meal-row .content {
    margin-left: -20%;
    margin-top: 30px;
    padding-top: 40px;
    width: calc(50% + 20%);
    min-height: auto; } }
@media (max-width: 1024px) {
  .pg-meal .meal-row .img-sec {
    order: 1;
    width: 100%; }
  .pg-meal .meal-row .link {
    margin-top: 0px; }
  .pg-meal .meal-row .content {
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 0;
    padding: 50px 40px 40px 40px !important;
    width: 100%; }
  .pg-meal .meal-row .place-data {
    padding-right: 0; } }
@media (max-width: 640px) {
  .pg-meal .meal-list {
    margin-top: -50px; }
  .pg-meal .meal-row {
    margin-top: 50px; }
    .pg-meal .meal-row .link {
      margin-top: 15px; }
    .pg-meal .meal-row .content {
      padding: 40px 20px 20px 20px !important; }
    .pg-meal .meal-row .place-name p {
      font-size: 2.4rem; }
    .pg-meal .meal-row .place-data {
      padding-top: 20px; }
    .pg-meal .meal-row .info-list {
      margin-bottom: 20px; }
      /* .pg-meal .meal-row .info-list span {
        padding-right: 0;
        font-weight: lighter;
        display: block; }  */
    }
/* -------------- news --------------*/
.pg-news .news-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -25px -35px; }
  .pg-news .news-list .news-item {
    padding: 25px 35px;
    width: calc(100% / 3); }
  .pg-news .news-list .img-sec {
    border: 1px solid #e4e1db;
    border-radius: 3px;
    background: #fff;
    padding: 8px;
    overflow: hidden; }
  .pg-news .news-list .content {
    padding: 20px 10px 0; }
    .pg-news .news-list .content .news-title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      color: #443f3b;
      font-size: 2rem;
      font-weight: bold;
      line-height: 3rem; }
      .pg-news .news-list .content .news-title:hover {
        color: #ee893a; }
    .pg-news .news-list .content .info {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-top: 10px; }
      .pg-news .news-list .content .info .icon {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #e0d7ce;
        position: relative;
        margin-right: 8px; }
        .pg-news .news-list .content .info .icon i {
          color: #ee893a;
          font-size: 1.2rem; }
      .pg-news .news-list .content .info .txt {
        color: #b19073;
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding-top: 1px;
        width: calc(100% - 18px - 8px); }
        .pg-news .news-list .content .info .txt span {
          display: inline-block;
          padding-right: 5px; }
    .pg-news .news-list .content .more {
      background: #f8b06d;
      color: #fff;
      display: block;
      font-size: 1.6rem;
      padding: 15px;
      text-align: center;
      margin-top: 25px;
      margin-left: auto;
      margin-right: auto;
      width: 160px; }
      .pg-news .news-list .content .more:hover {
        background: #ee893a; }

/* -------------- news RWD --------------*/
@media (max-width: 1280px) {
  .pg-news .news-list {
    margin: -25px; }
    .pg-news .news-list .news-item {
      padding: 25px; } }
@media (max-width: 1024px) {
  .pg-news .news-list {
    margin: -25px -15px; }
    .pg-news .news-list .img-sec {
      padding: 4px; }
    .pg-news .news-list .news-item {
      padding: 25px 15px; }
    .pg-news .news-list .content {
      padding-left: 0;
      padding-right: 0; }
      .pg-news .news-list .content .news-title {
        font-size: 1.8rem;
        line-height: 2.6rem; }
      .pg-news .news-list .content .more {
        padding: 13px;
        font-size: 1.5rem;
        margin-top: 15px;
        width: 130px; } }
@media (max-width: 960px) {
  .pg-news .news-list .news-item {
    width: 50%; } }
@media (max-width: 640px) {
  .pg-news .news-list .news-item {
    width: 100%; }
  .pg-news .news-list .content .more {
    margin-left: 0; } }
/* -------------- gallery --------------*/
.pg-gallery .slider {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto; }
.pg-gallery .top-img {
  margin: 50px 0;
  padding-left: 60px;
  padding-right: 60px; }
.pg-gallery .big-slider {
  position: relative; }
  .pg-gallery .big-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
    z-index: 1; }
    .pg-gallery .big-slider .slick-arrow:hover {
      background: #000; }
    .pg-gallery .big-slider .slick-arrow.slick-prev {
      left: -15px;
      transform: translate(-100%, -50%); }
      .pg-gallery .big-slider .slick-arrow.slick-prev img {
        transform: translate(-50%, -50%) rotate(180deg); }
    .pg-gallery .big-slider .slick-arrow.slick-next {
      right: -15px;
      transform: translate(100%, -50%); }
.pg-gallery .nav-slider {
  margin-left: -20px;
  margin-right: -20px; }
  .pg-gallery .nav-slider .img-box {
    border: 1px solid transparent;
    margin-left: 20px;
    margin-right: 20px; }
  .pg-gallery .nav-slider .slick-current {
    border: 1px solid #ee893a; }

/* -------------- gallery RWD --------------*/
@media (max-width: 1280px) {
  .pg-gallery .top-img {
    margin: 40px 0;
    padding-left: 50px;
    padding-right: 50px; }
  .pg-gallery .big-slider .slick-arrow {
    width: 35px;
    height: 35px; }
  .pg-gallery .nav-slider {
    margin-left: -10px;
    margin-right: -10px; }
    .pg-gallery .nav-slider .img-box {
      margin-left: 10px;
      margin-right: 10px; } }
@media (max-width: 640px) {
  .pg-gallery .top-img {
    margin: 30px 0;
    padding-left: 0;
    padding-right: 0; }
  .pg-gallery .big-slider .slick-arrow {
    width: 30px;
    height: 30px; }
    .pg-gallery .big-slider .slick-arrow.slick-prev {
      left: 15px;
      transform: translate(0, -50%); }
    .pg-gallery .big-slider .slick-arrow.slick-next {
      right: 15px;
      transform: translate(0, -50%); } }
/* -------------- facility --------------*/
.pg-equ .top-txt {
  display: inline-block;
  margin-top: 110px;
  margin-bottom: 70px;
  position: relative; }
  .pg-equ .top-txt:after {
    position: absolute;
    right: -20px;
    bottom: 17px;
    width: 80px;
    height: 1px;
    content: '';
    background: #443f3b;
    transform: translateX(100%); }
  .pg-equ .top-txt p {
    color: #443f3b;
    font-size: 3rem;
    line-height: 4rem;
    font-style: italic;
    letter-spacing: 3px; }
.pg-equ .equ-list {
  margin: -50px; }
.pg-equ .equ-item {
  padding: 50px;
  width: 50%; }
  .pg-equ .equ-item:nth-child(2n) .box {
    flex-direction: column-reverse; }
  .pg-equ .equ-item:nth-child(1) .box {
    flex-direction: column-reverse; }
    .pg-equ .equ-item:nth-child(2) .box {
      flex-direction: column; }
  .pg-equ .equ-item .box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  .pg-equ .equ-item .img-box {
    display: block;
    width: 100%; }
  .pg-equ .equ-item .content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 50px 60px;
    width: 100%; }
  .pg-equ .equ-item .head {
    padding-right: 30px;
    width: 43%; }
    .pg-equ .equ-item .head .equ-name {
      color: #9b6c50;
      font-size: 2.8rem;
      line-height: 3.2rem; }
    .pg-equ .equ-item .head .info-list {
      margin-top: 15px; }
      .pg-equ .equ-item .head .info-list p {
        color: #443f3b;
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-weight: bold; }
        .pg-equ .equ-item .head .info-list p:nth-child(n+2) {
          margin-top: 8px; }
    .pg-equ .equ-item .head .img-dec {
      margin-top: 15px; }
      .pg-equ .equ-item .head .img-dec img {
        display: block;
        max-width: 100%; }
  .pg-equ .equ-item .data {
    width: 57%; }
    .pg-equ .equ-item .data p {
      color: #443f3b;
      font-size: 1.6rem;
      line-height: 2.2rem; }
      .pg-equ .equ-item .data p:nth-child(n+2) {
        margin-top: 10px; }

/* -------------- facility RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .pg-equ .top-txt:after {
    width: 60px;
    bottom: 15px;
    right: -10px; }
  .pg-equ .top-txt p {
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: 2px; }
  .pg-equ .equ-list {
    margin: -30px; }
  .pg-equ .equ-item {
    padding: 30px; }
    .pg-equ .equ-item .content {
      padding: 40px 30px; } }
@media (max-width: 1024px) {
  .pg-equ .top-txt:after {
    width: 60px;
    bottom: 15px;
    right: -10px; }
  .pg-equ .top-txt p {
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: 2px; }
  .pg-equ .equ-list {
    margin: -20px; }
  .pg-equ .equ-item {
    padding: 20px; }
    .pg-equ .equ-item .content {
      padding: 30px; } }
@media (max-width: 960px) {
  .pg-equ .top-txt {
    margin-top: 0;
    margin-bottom: 40px; }
  .pg-equ .equ-list {
    margin-top: 0; }
  .pg-equ .equ-item:nth-child(2) {
    margin-top: 0; }
  .pg-equ .equ-item .box {
    flex-direction: column !important; }
  .pg-equ .equ-item .head {
    margin-bottom: 20px;
    width: 100%; }
    .pg-equ .equ-item .head .equ-name {
      font-size: 2.4rem;
      line-height: 3rem; }
    .pg-equ .equ-item .head .info-list {
      margin-top: 10px; }
  .pg-equ .equ-item .data {
    width: 100%; } }
@media (max-width: 768px) {
  .pg-equ .equ-list {
    margin: -10px; }
  .pg-equ .equ-item {
    padding: 10px; } }
@media (max-width: 640px) {
  .pg-equ .top-txt {
    margin-bottom: 30px; }
    .pg-equ .top-txt:after {
      display: none; }
  .pg-equ .equ-list {
    margin: 0; }
  .pg-equ .equ-item {
    padding: 0;
    width: 100%; }
    .pg-equ .equ-item:nth-child(n+2) {
      margin-top: 30px; }
    .pg-equ .equ-item .content {
      padding: 20px; } }
/* -------------- contact --------------*/
.pg-contact {
  padding-bottom: 0; }
  .pg-contact .head-row {
    border-bottom: 2px solid #fff; }
    .pg-contact .head-row p {
      border-bottom: 1px solid #ece5de;
      color: #9b6c50;
      font-size: 2.4rem;
      text-align: center;
      padding-bottom: 20px; }
  .pg-contact .top-mark .content {
    margin-top: 50px;
    margin-bottom: 70px; }
  .pg-contact .top-mark .icon {
    max-width: 240px;
    width: 100%;
    display: block;
    margin: auto; }
    .pg-contact .top-mark .icon img {
      display: block;
      width: 100%; }
  .pg-contact .form-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px; }
    .pg-contact .form-row .contact-form {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 59%; }
    .pg-contact .form-row .field {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-right: 50px;
      margin-bottom: 15px;
      width: 100%; }
      .pg-contact .form-row .field.tri {
        width: 70%; }
      .pg-contact .form-row .field.wide {
        padding-right: 0;
        width: 100%; }
      .pg-contact .form-row .field .field-label {
        padding-top: 13px;
        width: 110px; }
        .pg-contact .form-row .field .field-label label {
          color: #443f3b;
          font-size: 1.6rem;
          font-weight: bold;
          display: inline-block; }
          .pg-contact .form-row .field .field-label label.must {
            position: relative; }
            .pg-contact .form-row .field .field-label label.must:after {
              display: inline-block;
              content: '*';
              color: #f24;
              padding-left: 5px; }
      .pg-contact .form-row .field .field-data {
        width: calc(100% - 110px); }
        .pg-contact .form-row .field .field-data input:not([type="radio"]), .pg-contact .form-row .field .field-data textarea {
          border: 1px solid #ece5de;
          color: #443f3b;
          font-size: 1.6rem;
          line-height: 2rem;
          padding: 10px;
          width: 100%; }
        .pg-contact .form-row .field .field-data textarea {
          resize: none;
          height: 200px; }
        .pg-contact .form-row .field .field-data select {
          border: 1px solid #ece5de;
          color: #443f3b;
          font-size: 1.6rem;
          line-height: 2rem; }
      .pg-contact .form-row .field.check-row label {
        color: #443f3b;
        font-size: 1.6rem; }
      .pg-contact .form-row .field.check-row .field-data {
        padding-top: 11px; }
      .pg-contact .form-row .field .field-data.captcha {
        position: relative; }
        .pg-contact .form-row .field .field-data.captcha .code { 
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px; }
      .pg-contact .form-row .field.check-row .check-item:not(:last-child) {
        margin-right: 10px; }
    .pg-contact .form-row .btn-row {
      text-align: right;
      width: 100%; }
      .pg-contact .form-row .btn-row button {
        background: #443f3b;
        color: #fff;
        font-size: 1.5rem;
        padding: 13px;
        text-align: center;
        width: 150px; }
        .pg-contact .form-row .btn-row button:hover {
          background: #ee893a; }
    .pg-contact .form-row .bus-info {
      padding-left: 60px;
      width: 41%; }
      .pg-contact .form-row .bus-info .text {
        color: #9b6c50;
        font-size: 2.2rem;
        line-height: 2.6rem;
        letter-spacing: 5px;
        text-align: center;
        margin-bottom: 15px; }
      .pg-contact .form-row .bus-info img {
        display: block;
        width: 100%; }
  .pg-contact .map-row {
    background: #fff;
    padding-top: 275px;
    padding-bottom: 80px;
    margin-top: -180px; }
    .pg-contact .map-row .map {
      width: 100%;
      height: 450px;
      position: relative; }
      .pg-contact .map-row .map iframe {
        width: 100%;
        height: 100%; }
    .pg-contact .map-row .data {
      position: absolute;
      top: 60px;
      right: 60px;
      padding: 40px 50px;
      background: rgba(238, 114, 0, 0.9); }
      .pg-contact .map-row .data p {
        color: #fff;
        font-size: 1.7rem;
        line-height: 2.4rem; }
        .pg-contact .map-row .data p:nth-child(n+2) {
          margin-top: 10px; }

/* -------------- contact RWD --------------*/
@media (max-width: 1280px) {
  .pg-contact .form-row {
    padding-left: 0;
    padding-right: 0; }
    .pg-contact .form-row .bus-info .text {
      letter-spacing: 1px; } }
@media (max-width: 960px) {
  .pg-contact .form-row .contact-form {
    width: 100%; }
  .pg-contact .form-row .bus-info {
    padding-left: 0;
    margin-top: 60px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .pg-contact .map-row .map {
    height: auto; }
    .pg-contact .map-row .map iframe {
      display: block;
      height: 340px; }
  .pg-contact .map-row .data {
    position: static; } }
@media (max-width: 640px) {
  .pg-contact .form-row .field {
    padding-right: 0;
    width: 100% !important; }
    .pg-contact .form-row .field.check-row .field-label, .pg-contact .form-row .field.check-row .field-data {
      padding-top: 0; }
  .pg-contact .form-row .btn-row {
    text-align: center; } }
@media (max-width: 480px) {
  .pg-contact .form-row .field .field-label {
    padding-top: 0;
    margin-bottom: 10px; }
  .pg-contact .form-row .field .field-data {
    width: 100%; }
  .pg-contact .form-row .bus-info .text {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 0; }
  .pg-contact .map-row {
    padding-top: 240px; }
    .pg-contact .map-row .data {
      padding: 30px 20px; }
      .pg-contact .map-row .data p {
        font-size: 1.6rem; } }
/* -------------- join --------------*/
.pg-join .top-txt {
  text-align: center;
  margin-bottom: 40px; }
  .pg-join .top-txt p {
    color: #443f3b;
    font-size: 1.6rem;
    line-height: 2.4rem; }
    .pg-join .top-txt p:nth-child(n+2) {
      margin-top: 10px; }
  .pg-join .top-txt .high-txt {
    color: #9b6c50;
    font-size: 2rem; }
.pg-join .recruit-row {
  border-left: 1px solid #e8e3dd; }
  .pg-join .recruit-row .trow {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .pg-join .recruit-row .thead {
    background: #f0ece3; }
    .pg-join .recruit-row .thead .td {
      color: #443f3b;
      font-size: 1.8rem;
      text-align: center; }
  .pg-join .recruit-row .td {
    border: 1px solid #e8e3dd;
    border-left: none;
    padding: 15px 20px;
    margin-top: -1px;
    width: calc(100% - 280px); }
    .pg-join .recruit-row .td:nth-child(1) {
      width: 280px; }
    .pg-join .recruit-row .td:nth-child(3) {
      width: 160px; }
  .pg-join .recruit-row .tbody .td {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff; }
    .pg-join .recruit-row .tbody .td:nth-child(2) {
      padding-left: 60px;
      padding-right: 60px; }
  .pg-join .recruit-row .job-name {
    color: #443f3b;
    font-size: 1.8rem;
    font-weight: bold; }
  .pg-join .recruit-row li {
    color: #443f3b;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 1px;
    padding-left: 15px;
    position: relative; }
    .pg-join .recruit-row li:nth-child(n + 2) {
      margin-top: 5px; }
    .pg-join .recruit-row li:before {
      position: absolute;
      top: 7px;
      left: 3px;
      width: 5px;
      height: 5px;
      content: "";
      border-radius: 50%;
      background: #443f3b;
      font-family: "Font Awesome 5 Free";
      font-weight: bold; }
  .pg-join .recruit-row .job-name {
    text-align: center;
    width: 100%; }
  .pg-join .recruit-row .apply {
    background: #ee893a;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80px; }
    .pg-join .recruit-row .apply:hover {
      background: #b19073; }
.pg-join .bottom-des{ 
  margin-top: 20px;
}
  .pg-join .bottom-des p{ 
    color: #443f3b;
    font-size: 15px;
    line-height: 24px;
    text-align: center; }
  .pg-join .bottom-des a{ 
    color: #9b6c50; }
    .pg-join .bottom-des a:hover{ 
      text-decoration: underline; }
  .pg-join .bottom-des p:nth-child(n+2){ 
    margin-top: 10px; }

/* -------------- join RWD --------------*/
@media (max-width: 960px) {
  .pg-join .recruit-row {
    border-left: none; }
    .pg-join .recruit-row .trow {
      border: 1px solid #e8e3dd; }
    .pg-join .recruit-row .thead {
      display: none; }
    .pg-join .recruit-row .tbody .td:nth-child(2) {
      padding: 20px; }
    .pg-join .recruit-row .td {
      border: none;
      margin-top: 0;
      width: 100% !important; }
      .pg-join .recruit-row .td:nth-child(1) {
        background: #e8e3dd; }
      .pg-join .recruit-row .td:nth-child(3) {
        padding-top: 0; } }
@media (max-width: 768px) {
  .pg-join .top-txt {
    text-align: left; } }
/* -------------- lang --------------*/
.EN .header-row .main-menu li:not(:last-child) {
  margin-right: 20px; }
  .EN .header-row .main-menu li:not(:last-child):before {
    right: -10px; }
.EN .pg-banner .txt .ch {
  margin-bottom: 0;
  text-transform: uppercase; }
.EN .pg-banner .txt .en {
  display: none; }
.EN .pg-about .head .ch {
  margin-bottom: 0; }
.EN .pg-about .head .en {
  display: none; }
.EN .pg-about .content {
  margin-top: -17px; }
@media (max-width: 1280px) {
  .EN .header-row .main-menu a {
    font-size: 1.4rem; }
  .EN footer .ft-menu li:not(:last-child) {
    margin-right: 20px; } }
@media (max-width: 960px) {
  .EN footer .ft-menu li {
    padding: 7px 0;
    width: calc(100% / 4); }
    .EN footer .ft-menu li:not(:last-child) {
      margin-right: 0; }
  .EN footer .ft-menu a {
    font-size: 1.4rem; } }
@media (max-width: 768px) {
  .EN footer .ft-menu li {
    width: 50%; } }

/* -------------- unreset --------------*/
/*
 * Unreset.css
 * Author: Binary Stash &lt;binarystash01@gmail.com&gt;
 * License: https://opensource.org/licenses/MIT MIT
 * Version: 1.0.0
 */
.unreset body {
  margin: 8px; }

.unreset th {
  font-weight: bolder;
  text-align: center; }

.unreset caption {
  text-align: center; }

.unreset h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.unreset h2 {
  font-size: 1.5em;
  margin: 0.75em 0; }

.unreset h3 {
  font-size: 1.17em;
  margin: 0.83em 0; }

.unreset h4, .unreset p,
.unreset blockquote, .unreset ul,
.unreset fieldset, .unreset form,
.unreset ol, .unreset dl, .unreset dir,
.unreset menu {
  margin: 1.12em 0; }

.unreset h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.unreset h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.unreset h1, .unreset h2, .unreset h3, .unreset h4,
.unreset h5, .unreset h6, .unreset b,
.unreset strong {
  font-weight: bolder; }

.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.unreset i, .unreset cite, .unreset em,
.unreset var, .unreset address {
  font-style: italic; }

.unreset pre, .unreset tt, .unreset code,
.unreset kbd, .unreset samp {
  font-family: monospace; }

.unreset pre {
  white-space: pre; }

.unreset big {
  font-size: 1.17em; }

.unreset small, .unreset sub, .unreset sup {
  font-size: 0.83em; }

.unreset sub {
  vertical-align: sub; }

.unreset sup {
  vertical-align: super; }

.unreset table {
  border-spacing: 2px;
  border-collapse: separate; }

.unreset thead, .unreset tbody,
.unreset tfoot {
  vertical-align: middle; }

.unreset td, .unreset th, .unreset tr {
  vertical-align: inherit; }

.unreset s, .unreset strike, .unreset del {
  text-decoration: line-through; }

.unreset hr {
  border: 1px inset; }

.unreset ol, .unreset ul, .unreset dir,
.unreset menu, .unreset dd {
  margin-left: 40px; }

.unreset ol {
  list-style-type: decimal; }

.unreset ul {
  list-style-type: disc; }

.unreset ol ul, .unreset ul ol,
.unreset ul ul, .unreset ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.unreset {
  line-height: 1.2; }

/* HTML5 */
.unreset figure {
  margin: 1em 40px; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>