@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dt, th, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

section, figure, aside, header, footer, main, nav {
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
01share style
-------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}

body {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Kaku Gothic Pro", Serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #28283C;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #28283C;
}

a:not([href^="tel:"]) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:not([href^="tel:"]):hover {
  text-decoration: none;
  opacity: 0.4;
}

a[href^="tel:"] {
  cursor: default;
}

/* ---------------------------
l-header
--------------------------- */
/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  text-align: center;
  background: url("../img/base/footer_bg_01.jpg") no-repeat center/cover;
  position: relative;
  z-index: 1;
}
.l-footer-h img {
  width: 380px;
}
.l-footer-pagetop {
  position: fixed;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  z-index: 2;
}
.scrolled .l-footer-pagetop {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-footer-pagetop a {
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  position: relative;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.l-footer-pagetop a:hover {
  opacity: 1;
}
.l-footer-pagetop a:hover svg {
  -webkit-transform: scale(1.2) rotate(-90deg) scaleY(-1);
          transform: scale(1.2) rotate(-90deg) scaleY(-1);
}
.l-footer-pagetop svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-90deg) scaleY(-1);
          transform: rotate(-90deg) scaleY(-1);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: drop-shadow(-1px -1px 0px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-1px -1px 0px rgba(0, 0, 0, 0.3));
}
.l-footer-pagetop circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
}
.l-footer-pagetop.is-pressed circle {
  -webkit-animation: circle 2s linear;
          animation: circle 2s linear;
}
.l-footer-pagetop .ico {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 16px;
  margin-bottom: 5px;
}
.l-footer-pagetop .label {
  font-size: 0.8rem;
  letter-spacing: 0;
}
.l-footer-copyright {
  font-family: "Montserrat", sans-serif;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 200 200;
  }
  99.9%, to {
    stroke-dasharray: 0 200;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 200 200;
  }
  99.9%, to {
    stroke-dasharray: 0 200;
  }
}
/* ---------------------------
l-post
--------------------------- */
.l-post-wrap {
  background: #fff;
}
.l-post-side-sec-h {
  color: #9A8064;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1.3em;
  padding-left: 1em;
}
.l-post-side-sec-h:before, .l-post-side-sec-h:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
}
.l-post-side-sec-h:before {
  left: 0;
  background: #cfefff;
}
.l-post-side-sec-h:after {
  right: 0;
  width: 80%;
  background: #27575a;
}
.l-post-side-posts-item {
  margin-bottom: 1em;
  position: relative;
}
.l-post-side-posts-item a {
  padding-left: 30px;
}
.l-post-side-posts-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 1em;
  margin-top: -0.5em;
  background: #cfefff;
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
}
.l-post-side-posts-date {
  color: #E0E5EA;
  font-size: 0.85rem;
}

/* ---------------------------
l-wrap
--------------------------- */
/* ---------------------------
l-page
--------------------------- */
.l-page-head {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
.l-page-main {
  position: relative;
}

/* ---------------------------
btn
--------------------------- */
.m-btn {
  display: block;
  padding: 17px 30px;
  padding-right: 60px;
  position: relative;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}
.m-btn:before {
  content: "arrow_forward_ios";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.m-btn.arrow-r {
  padding-right: 33px;
}
.m-btn.u-bd-c1 {
  border: 1px solid #9A8064;
}
.m-btn.u-bd-c1:hover {
  opacity: 1;
  color: #fff !important;
  background: #28283C !important;
}
.m-btn.u-bg-c1:hover {
  opacity: 1;
  color: #9A8064 !important;
  background: #fff !important;
}
.m-btn.u-bg-wh:hover {
  opacity: 1;
  color: #fff !important;
  background: #9A8064 !important;
}
.m-btn02 {
  display: block;
  background: #fff;
  padding: 12px 30px;
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-btn02:before {
  content: "chevron_right";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  font-size: 22px;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.m-btn02.arrow-r {
  padding-right: 33px;
}
.m-btn02.u-bd-c1 {
  border: 1px solid #000;
}
.m-btn02.u-bg-wh:hover {
  opacity: 1;
  color: #fff !important;
  background: #9A8064 !important;
}
.m-btn02.u-bg-c1:hover {
  opacity: 1;
  color: #9A8064 !important;
  background: #fff !important;
}

/* ---------------------------
btns1col
--------------------------- */
.m-btnCols.is-1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-btnCols.is-2col {
  display: -ms-grid;
  display: grid;
}
.m-btnCols.is-3col {
  display: -ms-grid;
  display: grid;
}

.is-1col .m-btnCol:not(:last-child) {
  margin-bottom: 10px;
}
.is-1col .m-btnCol .m-btn {
  height: 100%;
}
.is-2col .m-btnCol .m-btn {
  height: 100%;
}

/* ---------------------------
m-form
--------------------------- */
.m-form-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-form-steps-item .num {
  font-family: "Stardos Stencil", cursive;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #d6d6d6;
  border-radius: 50%;
  font-size: 1.5rem;
}
.m-form-steps-item .label {
  font-weight: 500;
  font-size: 1.2rem;
}
.m-form-steps-item:not(:last-child):after {
  content: "";
  display: block;
  height: 1px;
  background: #28283C;
}
.m-form-steps-item.is-current .num {
  background: #9A8064;
}
.m-form-steps-item.is-current .label {
  color: #9A8064;
}
.m-form-steps-item.is-current:after {
  background: #9A8064;
}
.m-form-sec:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.m-form-error {
  color: #27575a;
  padding: 2px 8px;
  display: block;
  font-size: 0.85rem;
}
.m-form-wrap {
  border: 2px solid #d6d6d6;
}
.m-form-h {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}
.mw_wp_form_confirm .m-form-lead, .mw_wp_form_complete .m-form-lead {
  display: none;
}
.m-form-table {
  width: 100%;
}
.m-form-table > tbody > tr > th {
  font-weight: bold;
}
.m-form-zipBtn {
  padding: 8px 10px;
  cursor: pointer;
  width: 180px;
}
.mw_wp_form_confirm .m-form-zipBtn {
  display: none;
}
.m-form-radios.is-horizonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-form-radios-item {
  margin-bottom: 0.5em;
}
.is-horizonal .m-form-radios-item:not(:last-child) {
  margin-right: 1.3em;
}
.m-form-privacy {
  overflow-y: scroll;
  padding: 1em;
  border: 1px solid #27575a;
  background: #f5f5f5;
}
.m-form-privacy section {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.m-form-privacy h3, .m-form-privacy h4 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
.m-form-privacy table th, .m-form-privacy table td {
  border: 1px solid #dedede;
  padding: 8px;
}
.m-form-privacy dt {
  font-weight: bold;
  margin: 0.5em 0;
}
.mw_wp_form_confirm .m-form-privacy {
  display: none;
}
.mw_wp_form_confirm .m-form-privacyAgree {
  display: none;
}
.m-form-btns-item:not(:last-child) {
  margin-bottom: 1em;
}
.m-form-must {
  color: #fff;
  background: #9A8064;
  font-size: 0.8rem;
  padding: 1px 6px;
  margin-left: 10px;
}
.m-form-wrapping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-form-wrapping-img {
  margin-right: 10px;
}
.m-form-noshis-item {
  margin-bottom: 1em;
}
.m-form-noshis-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-form-noshis-img {
  margin: 0 10px;
  border: 1px solid #E0E5EA;
}
.m-form-noshis-label {
  font-size: 0.85rem;
}
.m-form-naireTable {
  width: 100%;
}
.m-form-naireTable th {
  font-weight: bold;
  padding-right: 2em;
}
.m-form-naireTable th, .m-form-naireTable td {
  padding: 8px 0;
}
.m-form-calenderInputWrap {
  position: relative;
}
.m-form-calenderInputWrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("../img/base/ico_calendar_c1.svg") center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.m-form-checkboxSec {
  border: 1px solid #E0E5EA;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 1.5em;
}
.m-form-checkboxSec-h {
  padding: 10px 15px;
  font-weight: bold;
  border-bottom: 1px solid #E0E5EA;
}
.m-form-checkboxSec-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-form-checkboxSec-checkboxes-item {
  border-bottom: 1px dotted #E0E5EA;
  line-height: 1.4;
}
.m-form-checkboxSec-checkboxes-item input {
  display: none;
}
.m-form-checkboxSec-checkboxes-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-form-checkboxSec-checkboxes-ico {
  border: 1px solid #E0E5EA;
  background: #E0E5EA;
  border-radius: 4px;
}
input:checked + .m-form-checkboxSec-checkboxes-clear .m-form-checkboxSec-checkboxes-ico {
  border-color: #9A8064;
  background: #f9d9e7 url("../img/base/ico_check_02_c1.svg") center no-repeat;
  background-size: contain;
}
.m-form-checkboxSec-checkboxes-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mw_wp_form_confirm .m-form-confirmHidden, .mw_wp_form_complete .m-form-confirmHidden {
  display: none;
}

.mwform-radio-field-text {
  display: inline !important;
}

.m-gnav {
  font-family: "Montserrat", sans-serif;
}
.m-gnav-links-item {
  font-size: 1.1rem;
  margin-bottom: 1em;
  letter-spacing: 0.2em;
}
.m-gnav-links-item a {
  color: #fff;
}
.m-gnav-links-item.is-active {
  font-family: "Stardos Stencil", cursive;
  font-size: 1.8rem;
  margin: 1.6em 0;
}
.m-gnav-links-item.is-active a {
  border-bottom: 2px solid #28283C;
}
.m-gnav-snses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-gnav-snses-item {
  width: 40px;
}
.m-gnav-snses-item:not(:last-child) {
  margin-right: 50px;
}
.m-gnav-reservation a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #9A8064;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
}
.m-gnav-reservation .label {
  margin: 0 1em;
}
.m-gnav-reservation .ico {
  width: 24px;
}
.m-gnav-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-gnav-btn-lines {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.on .m-gnav-btn-lines {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.m-gnav-btn-lines-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  background: #28283C;
}
.m-gnav-btn-lines-item:nth-child(1), .m-gnav-btn-lines-item:nth-child(3) {
  position: absolute;
  left: 0;
  top: 50%;
}
.m-gnav-btn-lines-item:nth-child(1) {
  -webkit-transform: translateY(-800%);
          transform: translateY(-800%);
}
.m-gnav-btn-lines-item:nth-child(3) {
  -webkit-transform: translateY(800%);
          transform: translateY(800%);
}
.m-gnav-btn.on .m-gnav-btn-lines-item {
  background: #fff;
}
.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.m-gnav-btn.on .m-gnav-btn-lines-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ---------------------------
h
--------------------------- */
.m-h.is-center {
  margin: 0 auto;
}
.m-h.u-c-wh .row {
  border-bottom-color: #fff;
}
.m-h .row {
  font-family: "Hannari", serif;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #28283C;
  margin-bottom: 0.6em;
  width: 100%;
}

.m-h02 {
  font-family: "Stardos Stencil", cursive;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
}

.m-h03 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.m-h04 {
  font-family: "Stardos Stencil", cursive;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -30px;
  position: relative;
  z-index: 1;
}
.m-h04:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #28283C;
  margin-right: 20px;
}
.m-h04.u-c-wh:before {
  background: #fff;
}

.tac {
  text-align: center !important;
}

.m-mainContent-bg01 {
  background: url("../img/base/bg_02.png") 0 0;
}

.slick-slide {
  height: auto !important;
}

.gnavOpen {
  height: 100%;
  overflow: hidden;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  padding: 6px 12px;
  line-height: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 8px;
}
.wp-pagenavi span.current, .wp-pagenavi a.current {
  color: #fff;
  background: #9A8064;
}
.wp-pagenavi span.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  font-size: 1.5rem;
  border: none;
}

.m-mv {
  color: #fff;
  background: #fff;
  position: relative;
  z-index: 1;
}
.m-mv-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-mv-bg.is-mask {
  -webkit-mask-image: url("../img/base/logo_01_c0.svg");
          mask-image: url("../img/base/logo_01_c0.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.m-mv-bg .img {
  background: url("../img/home/mv_bg_01.jpg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-mv-bg.is-01 {
  -webkit-clip-path: polygon(0% 0%, 31% 0%, 31% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 31% 0%, 31% 100%, 0% 100%);
}
.m-mv-bg.is-01 .img {
  -webkit-transform: translateX(-5%) scale(1.2);
          transform: translateX(-5%) scale(1.2);
}
.m-mv-bg.is-02 {
  -webkit-clip-path: polygon(30% 0%, 71% 0%, 71% 61%, 30% 61%);
          clip-path: polygon(30% 0%, 71% 0%, 71% 61%, 30% 61%);
}
.m-mv-bg.is-02 .img {
  -webkit-transform: translateY(-10%) scale(1.2);
          transform: translateY(-10%) scale(1.2);
}
.m-mv-bg.is-03 {
  -webkit-clip-path: polygon(30% 60%, 71% 60%, 71% 100%, 30% 100%);
          clip-path: polygon(30% 60%, 71% 60%, 71% 100%, 30% 100%);
}
.m-mv-bg.is-03 .img {
  -webkit-transform: translateX(5%) scale(1.3);
          transform: translateX(5%) scale(1.3);
}
.m-mv-bg.is-04 {
  -webkit-clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 70% 100%);
          clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 70% 100%);
}
.m-mv-bg.is-04 .img {
  -webkit-transform: translateX(-10%) scale(1.6);
          transform: translateX(-10%) scale(1.6);
}
.m-mv-bg.is-05 {
  -webkit-clip-path: polygon(0% 0%, 41% 0%, 41% 31%, 0% 31%);
          clip-path: polygon(0% 0%, 41% 0%, 41% 31%, 0% 31%);
}
.m-mv-bg.is-05 .img {
  -webkit-transform: translateY(-20%) scale(1.1);
          transform: translateY(-20%) scale(1.1);
}
.m-mv-bg.is-06 {
  -webkit-clip-path: polygon(30% 60%, 50% 60%, 50% 100%, 30% 100%);
          clip-path: polygon(30% 60%, 50% 60%, 50% 100%, 30% 100%);
}
.m-mv-bg.is-06 .img {
  -webkit-transform: translateY(20%) scale(1.7);
          transform: translateY(20%) scale(1.7);
}
.m-mv-bg.is-07 {
  -webkit-clip-path: polygon(80% 30%, 100% 30%, 100% 60%, 80% 60%);
          clip-path: polygon(80% 30%, 100% 30%, 100% 60%, 80% 60%);
}
.m-mv-bg.is-07 .img {
  -webkit-transform: translateY(20%) scale(1);
          transform: translateY(20%) scale(1);
}
.m-mv-h {
  text-align: center;
  position: relative;
  z-index: 1;
}
.m-mv-h .row {
  display: block;
}
.m-mv-reservation {
  position: fixed;
  z-index: 2;
}
.m-mv-reservation a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #9A8064;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
}
.m-mv-reservation .label {
  margin: 0 1em;
}
.m-mv-reservation .ico {
  width: 24px;
}
.m-mv-copyright {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  font-size: 0.75rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  right: 17px;
  top: 0;
  height: 100%;
  text-align: center;
}

.m-mv03 {
  background: url("") no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.m-mv03-h {
  letter-spacing: 0.15em;
  color: #fff;
}

.m-contact {
  background: url("../img/base/contact_bg_01.jpg") no-repeat center/cover;
}
.m-contact-h {
  font-weight: bold;
  position: relative;
}
.m-contact-h .main {
  display: block;
  color: #fff;
}
.m-contact-h .sub {
  color: #9A8064;
  font-size: 1.2rem;
  display: block;
}
.m-contact-txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1em;
  line-height: 2;
}
.m-contact-btn .m-btn {
  font-size: 1.2rem;
  padding: 28px;
}

.m-posts {
  margin-bottom: 20px;
}
.m-posts-item:not(:last-child) {
  margin-bottom: 8px;
}
.m-posts-item a {
  background: #fff;
}
.m-posts .date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
}
.m-posts .h {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-slide .slick-list {
  overflow: visible;
}
.m-slide-arrow {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  background: #fff;
  border: 1px solid #9A8064;
  color: #9A8064;
  border-radius: 4px;
}
.m-slide-arrow.is-prev {
  left: 0;
  margin-left: -23px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.m-slide-arrow.is-next {
  right: 0;
  margin-right: -23px;
}
.m-post-head {
  background: #fff;
  position: relative;
  z-index: 1;
}
.m-post-h {
  margin-bottom: 0.8em;
}
.m-post-date {
  font-family: "Montserrat", sans-serif;
}
.m-post-in {
  position: relative;
}
.m-post-body {
  background: #fff;
}
.m-post-foot {
  border-top: 1px solid #28283C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-post-foot-h {
  font-size: 0.85rem;
  margin-right: 1em;
}
.m-post-snses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-post-snses-item {
  width: 36px;
}
.m-post-snses-item:not(:last-child) {
  margin-right: 15px;
}
.m-post-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-post-back .ico {
  margin-right: 30px;
  border: 1px solid #28283C;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 16px;
}
.m-post-back .label {
  font-family: "Montserrat", sans-serif;
}

.m-concept {
  position: relative;
}
.m-concept-bg {
  position: absolute;
  width: 100vw;
  background: #E0E5EA;
}
.m-concept-mv {
  position: relative;
}
.m-concept-h {
  background: #E0E5EA;
}
.m-concept-h .row {
  font-family: "Hannari", serif;
  font-weight: bold;
  display: block;
  border-bottom: 2px solid #28283C;
  letter-spacing: 0.3em;
}
.m-concept-h .row:not(:last-child) {
  margin-bottom: 0.6em;
}
.m-concept-clear {
  position: relative;
  z-index: 1;
}
.m-concept-lead {
  letter-spacing: 0.15em;
}
.m-concept-lead p:not(:last-child) {
  margin-bottom: 2em;
}
.m-location {
  color: #fff;
  position: relative;
}
.m-location-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url("../img/home/location_bg_01.jpg") no-repeat center bottom/cover;
}
.m-location-h {
  position: relative;
  z-index: 1;
}
.m-location-lead {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-location-lead-in {
  position: relative;
}
.m-room {
  position: relative;
}
.m-room-sec {
  position: relative;
}
.m-room-bg {
  position: absolute;
  background: #E0E5EA;
}
.m-room-slide-frame {
  position: relative;
}
.m-room-slide-h {
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-room-slide-h .ico {
  margin-right: 20px;
  display: block;
  line-height: 1.3;
}
.m-room-slide-h .col2 {
  display: block;
}
.m-room-slide-h .label01 {
  display: block;
  letter-spacing: 0.1em;
}
.m-room-slide-h .label02 {
  font-weight: bold;
  display: block;
  letter-spacing: 0.4em;
}
.m-room-slide-reserve {
  position: absolute;
  text-align: center;
}
.m-room-slide-reserve .ico {
  display: block;
  line-height: 1.3;
  margin: 0 auto;
}
.m-room-slide-reserve .label01 {
  color: #fff;
}
.m-room-slide-reserve .label02 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.m-room-foot {
  position: relative;
  z-index: 1;
}
.m-room-foot-h {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
  display: none;
}
.m-room-foot-h.is-active {
  display: block;
}
.m-room-foot-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-room-foot-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-room-foot-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-room-foot-dots li {
  background: #a8a8a8;
  display: block;
}
.m-room-foot-dots li:not(:last-child) {
  margin-right: 5px;
}
.m-room-foot-dots li button {
  display: none;
}
.m-room-foot-dots li.slick-active {
  background: #28283C;
}
.m-room-foot-num {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.m-room-foot-btn {
  border: 1px solid #28283C;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.m-equipment {
  padding: 130px 0;
}
.m-equipment-spec {
  color: #9A8064;
  border-top: 3px solid #9A8064;
  border-bottom: 3px solid #9A8064;
  padding-bottom: 18px;
}
.m-equipment-spec-h {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.31em;
  border-bottom: 2px solid #9A8064;
}
.m-equipment-spec-price dt {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 12px 0;
  border-bottom: 2px solid #9A8064;
  letter-spacing: 0.25em;
  text-align: center;
}
.m-equipment-spec-price dd {
  padding: 25px 0 15px;
  text-align: center;
}
.m-equipment-spec-price .num {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.m-equipment-spec-price .txt {
  font-size: 1.2rem;
}
.m-equipment-spec-price .txt02 {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Serif;
  font-weight: 500;
  font-size: 0.85rem;
}
.m-equipment-spec-list {
  font-size: 0.95rem;
}
.m-equipment-h02 {
  text-align: center;
  margin-bottom: 30px;
}
.m-equipment-h02 img {
  max-width: 534px;
}
.m-equipment-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-equipment-names-item button {
  font-family: "Montserrat", sans-serif;
}
.m-equipment-names-item .ico {
  display: block;
  line-height: 1.3;
}
.m-equipment-names-item .col2 {
  display: block;
}
.m-equipment-names-item .label01 {
  font-size: 0.8rem;
  display: block;
  letter-spacing: 0.1em;
}
.m-equipment-names-item .label02 {
  font-weight: bold;
  display: block;
  letter-spacing: 0.4em;
}
.m-equipment02-img {
  overflow: hidden;
}
.m-equipment02-h {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: #28283C;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.2em;
}
.m-equipment02-lead {
  line-height: 2.3;
}
.m-equipment02-lead p:not(:last-child) {
  margin-bottom: 2em;
}

.m-food-clear {
  position: relative;
  z-index: 1;
}
.m-food-col1 {
  color: #fff;
  position: relative;
}
.m-food-h-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.m-food-lead {
  position: relative;
  z-index: 1;
}
.m-food-lead p {
  line-height: 2.2;
}
.m-food-lead p:not(:last-child) {
  margin-bottom: 2em;
}
.m-food-img {
  text-align: right;
  position: relative;
  z-index: 1;
}
.m-food-slide-frame {
  position: relative;
}
.m-food-slide-imgs-item figcaption {
  font-size: 0.8rem;
  margin-top: 0.5em;
  text-shadow: 1px 1px 0 #fff;
}
.m-food-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-food-foot-h {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}
.m-food-foot-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-food-foot-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.m-food-foot-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-food-foot-dots li {
  width: 20px;
  height: 2px;
  background: #a8a8a8;
  display: block;
}
.m-food-foot-dots li:not(:last-child) {
  margin-right: 5px;
}
.m-food-foot-dots li button {
  display: none;
}
.m-food-foot-dots li.slick-active {
  background: #fff;
}
.m-food-foot-num {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.m-food-foot-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.m-food-foot-btn .ico {
  font-size: 16px;
  color: #fff;
}

.m-time-mv {
  overflow: hidden;
}
.m-time-body {
  position: relative;
}
.m-time-body-bg {
  display: block;
  position: absolute;
  top: 0;
  background: #E0E5EA;
}
.m-time-h-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.m-time-row1 {
  margin-bottom: 80px;
  position: relative;
}
.m-time-lead {
  line-height: 2.1;
  font-size: 1.1rem;
}
.m-time-lead p:not(:last-child) {
  margin-bottom: 1.5em;
}
.m-time-row2 {
  position: relative;
  margin-bottom: 70px;
}
.m-time-img figcaption {
  font-size: 0.8rem;
  margin-top: 0.8em;
}
.m-time-row3 {
  position: relative;
}
.m-time-instagram {
  font-family: "Montserrat", sans-serif;
  border-top: 2px solid #28283C;
  border-bottom: 2px solid #28283C;
}
.m-time-instagram a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-time-instagram .ico {
  margin-right: 15px;
  display: block;
}
.m-time-instagram .ico img {
  border-radius: 50%;
}
.m-time-instagram .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-time-instagram .label01 {
  font-size: 1.2rem;
  display: block;
}
.m-time-instagram .label02 {
  font-size: 0.8rem;
  display: block;
}
.m-time-instagram .label03 {
  font-size: 0.8rem;
  text-decoration: underline;
  display: block;
}
.m-time-info {
  margin-top: 20px;
  font-size: 0.85rem;
}
.m-service {
  color: #fff;
  background: #28283C;
  z-index: 1;
  position: relative;
}
.m-services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-services .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.m-access-col1 {
  text-align: center;
}
.m-access-address {
  font-size: 1.1rem;
}
.m-access-tel {
  font-family: "Montserrat", sans-serif;
}
.m-access-notes {
  font-size: 0.85rem;
}
.m-access-map-link {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  font-size: 0.85rem;
}
.m-access-map-link .ico {
  font-size: 0.85rem;
}
.m-access-routes-h {
  font-size: 1.2rem;
  margin-bottom: 0.8em;
}
.m-access-routes-label2 {
  font-size: 0.85rem;
}

.m-news {
  background: #E0E5EA;
  position: relative;
  z-index: 1;
}
.m-news-link {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  font-size: 0.85rem;
  font-weight: 500;
}
.m-news-link .ico {
  font-size: 0.85rem;
}
.m-news:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #E0E5EA;
}

.m-news02 {
  position: relative;
  z-index: 1;
}
.m-news02:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -100px;
  width: 100vw;
  height: calc(100% + 100px);
  background: #E0E5EA;
}

.m-snsFeeds-item {
  background: #fff;
  text-align: center;
  position: relative;
}
.m-snsFeeds-ico {
  display: block;
  width: 42px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -21px;
  margin-left: -21px;
}
.m-snsFeeds-ig-ico {
  margin-bottom: 20px;
}
.m-snsFeeds-ig-h {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.m-reservation {
  position: relative;
}
.m-reservation-in {
  position: absolute;
  top: 0;
  height: 100%;
}
.m-reservation-in02 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-reservation-bg {
  background: url("") no-repeat center/cover;
}
.m-reservation-body {
  text-align: center;
  background: #28283C;
}
.m-reservation-row1 .ico {
  display: block;
}
.m-reservation-row1 .ico img {
  width: 26px;
}
.m-reservation-h {
  color: #9A8064;
}
.m-reservation-lead {
  color: #fff;
}
.m-reservation-btn a {
  display: block;
  color: #fff;
  background: #9A8064;
  position: relative;
}
.m-reservation-btn a:before {
  content: "arrow_forward_ios";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.m-reservation-btn a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation: m-reservation-btn 1.6s infinite;
          animation: m-reservation-btn 1.6s infinite;
}
.m-reservation-btn a:hover {
  opacity: 1;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

@-webkit-keyframes m-reservation-btn {
  0% {
    -webkit-transform: scaleX(0%);
            transform: scaleX(0%);
    -webkit-transform-origin: left 0;
            transform-origin: left 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
    -webkit-transform-origin: left 0;
            transform-origin: left 0;
    opacity: 0;
  }
}

@keyframes m-reservation-btn {
  0% {
    -webkit-transform: scaleX(0%);
            transform: scaleX(0%);
    -webkit-transform-origin: left 0;
            transform-origin: left 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
    -webkit-transform-origin: left 0;
            transform-origin: left 0;
    opacity: 0;
  }
}
.m-splash {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  pointer-events: none;
  background: #fff;
}
.u-c-bk {
  color: #28283C !important;
}
.u-c-gy {
  color: #616161 !important;
}
.u-c-c1 {
  color: #9A8064 !important;
}
.u-c-c2 {
  color: #27575a !important;
}
.u-c-c3 {
  color: #c62828 !important;
}
.u-c-c4 {
  color: #00a99d !important;
}
.u-c-c9_1 {
  color: #E0E5EA !important;
}
.u-c-c9_2 {
  color: #d6d6d6 !important;
}
.u-c-c9_3 {
  color: #a8a8a8 !important;
}
.u-c-wh {
  color: #fff !important;
}
.u-c-pk {
  color: #EEA295 !important;
}

.u-bg-bk {
  background: #28283C !important;
}
.u-bg-gy {
  background: #616161 !important;
}
.u-bg-c0 {
  background: #28283C !important;
}
.u-bg-c1 {
  background: #9A8064 !important;
}
.u-bg-c2 {
  background: #27575a !important;
}
.u-bg-c3 {
  background: #c62828 !important;
}
.u-bg-c4 {
  background: #00a99d !important;
}
.u-bg-c9_1 {
  background: #E0E5EA !important;
}
.u-bg-c9_2 {
  background: #d6d6d6 !important;
}
.u-bg-c9_3 {
  background: #a8a8a8 !important;
}
.u-bg-c4 {
  background: #00a99d !important;
}
.u-bg-wh {
  background: #fff !important;
}
.u-bg-pk {
  background: #EEA295 !important;
}

.u-bd-bk {
  border-color: #28283C !important;
}
.u-bd-gy {
  border-color: #616161 !important;
}
.u-bd-c0 {
  border-color: #28283C !important;
}
.u-bd-c1 {
  border-color: #9A8064 !important;
}
.u-bd-c2 {
  border-color: #27575a !important;
}
.u-bd-c3 {
  border-color: #c62828 !important;
}
.u-bd-c4 {
  border-color: #00a99d !important;
}
.u-bd-wh {
  border-color: #fff !important;
}
.u-bd-pk {
  border-color: #EEA295 !important;
}

/* ---------------------------
input
--------------------------- */
.u-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #d6d6d6;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem;
}
.u-input::-webkit-input-placeholder {
  color: #a8a8a8;
}
.u-input::-moz-placeholder {
  color: #a8a8a8;
}
.u-input:-ms-input-placeholder {
  color: #a8a8a8;
}
.u-input::-ms-input-placeholder {
  color: #a8a8a8;
}
.u-input::placeholder {
  color: #a8a8a8;
}
.u-input:disabled {
  background: #E0E5EA;
}
.u-input.invalid {
  border-color: #d45252;
}
.u-input.size-max {
  width: 100%;
}
.u-input.size-s {
  width: 5em;
}
.m-form .u-input {
  margin-bottom: 4px;
  margin-right: 8px;
}
.u-input-radioLabel {
  padding: 8px;
  display: block;
  border: dotted #ccc 1px;
}
.u-input-radio01:not(:last-child) {
  border-bottom: 2px dotted #E0E5EA;
}
.u-input-radio01 input {
  opacity: 0;
  position: absolute;
}
.u-input-radio01 label {
  display: block;
}
.u-input-radio01-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-input-radio01-ico {
  border: 1px solid #E0E5EA;
  background: #E0E5EA;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input:checked + .u-input-radio01-clear .u-input-radio01-ico {
  border-color: #9A8064;
  background: #9A8064;
}
input:checked + .u-input-radio01-clear .u-input-radio01-ico:after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  background: #f9d9e7;
  border-radius: 50%;
}
input:focus + .u-input-radio01-clear .u-input-radio01-ico {
  -webkit-box-shadow: 0 0 2px 1px #004AA1;
          box-shadow: 0 0 2px 1px #004AA1;
}
.u-input-radio01-txts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.u-input-checkbox {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.u-input-checkboxClear label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

button, input[type=submit] {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Kaku Gothic Pro", Serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  background: none;
  display: block;
  width: 100%;
}

.mwform-radio-field-text {
  display: inline-block;
  vertical-align: middle;
}

/* ---------------------------
m
--------------------------- */
/* align */
.u-align-c {
  text-align: center !important;
}

.u-align-l {
  text-align: left !important;
}

.u-align-r {
  text-align: right !important;
}

.u-valign-t {
  vertical-align: top !important;
}

.u-valign-m {
  vertical-align: middle !important;
}

.u-valign-b {
  vertical-align: bottom !important;
}

/* margin */
.u-ml-2xs {
  margin-left: 5px !important;
}

.u-ml-xs {
  margin-left: 10px !important;
}

.u-ml-s {
  margin-left: 20px !important;
}

.u-ml {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 40px !important;
}

.u-ml-xl {
  margin-left: 60px !important;
}

.u-ml-2xl {
  margin-left: 80px !important;
}

.u-ml-3xl {
  margin-left: 100px !important;
}

/* margin */
.u-mr-2xs {
  margin-right: 5px !important;
}

.u-mr-xs {
  margin-right: 10px !important;
}

.u-mr-s {
  margin-right: 20px !important;
}

.u-mr {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 40px !important;
}

.u-mr-xl {
  margin-right: 60px !important;
}

.u-mr-2xl {
  margin-right: 80px !important;
}

.u-mr-3xl {
  margin-right: 100px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-1e {
  margin-bottom: 1em !important;
}
.u-mb-2e {
  margin-bottom: 2em !important;
}
.u-mb-3e {
  margin-bottom: 3em !important;
}
.u-ml-10 {
  margin-left: 10px !important;
}
.u-ml-15 {
  margin-left: 15px !important;
}
.u-ml-20 {
  margin-left: 20px !important;
}
.u-ml-25 {
  margin-left: 25px !important;
}
.u-mr-10 {
  margin-right: 10px !important;
}
.u-mr-15 {
  margin-right: 15px !important;
}
.u-mr-20 {
  margin-right: 20px !important;
}
.u-mr-25 {
  margin-right: 25px !important;
}

/* ---------------------------
link
--------------------------- */
.u-link {
  word-break: break-all;
  text-decoration: underline !important;
}
.u-link:hover {
  text-decoration: none !important;
}
.u-link-newTab:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../img/base/ico_newTab_c0.svg") center no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.u-link-pdf::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../img/base/logo_pdf.png") center no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.u-link02 {
  position: relative;
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.u-link02:after {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url("../img/base/ico_arrow_01_c1.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -9px;
}

/* ---------------------------
list
--------------------------- */
.u-list li {
  margin-left: 1.5em;
  position: relative;
}
.u-list li:before {
  content: "●";
  margin-left: -1.5em;
  font-size: 0.7rem;
  margin-top: 0.2em;
  position: absolute;
}

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  overflow: hidden;
}
.u-wysiwyg a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #9A8064;
}
.u-wysiwyg a:hover {
  text-decoration: none;
}
.u-wysiwyg a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.u-wysiwyg a img:hover {
  opacity: 0.8;
}
.u-wysiwyg h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
.u-wysiwyg h2 {
  margin-top: 1.5em;
  padding-bottom: 0.2em;
  margin-bottom: 1.3em;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 2px solid #a8a8a8;
}
.u-wysiwyg h3 {
  margin-top: 1.2em;
  margin-bottom: 0.7em;
  line-height: 1.7;
  position: relative;
}
.u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.u-wysiwyg ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.u-wysiwyg ol li {
  list-style-type: decimal;
}
.u-wysiwyg ol li ol {
  counter-reset: ol;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.u-wysiwyg ol li ol li {
  counter-increment: ol;
  list-style-type: none;
}
.u-wysiwyg ol li ol li:before {
  content: counter(ol, katakana) ")";
  margin-right: 0.2em;
}
.u-wysiwyg ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.u-wysiwyg ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.u-wysiwyg p:not(:last-child) {
  margin-bottom: 2.2em;
}
.u-wysiwyg em {
  font-weight: normal;
}
.u-wysiwyg blockquote {
  border: 2px solid #E0E5EA;
}
.u-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
.u-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.u-wysiwyg .alignright {
  float: right;
}
.u-wysiwyg .alignleft {
  float: left;
}
.u-wysiwyg .wp-caption,
.u-wysiwyg figcaption {
  margin-top: 0.5em;
  font-size: 0.85rem;
}
.u-wysiwyg table {
  margin-bottom: 1em;
  @exend .u-table01;
}
.u-wysiwyg figure {
  margin-bottom: 1em !important;
}
.u-wysiwyg hr {
  margin: 2em 0;
}
.u-wysiwyg .wp-block-embed-youtube iframe {
  width: 100%;
}
.u-wysiwyg .material-icons-outlined {
  font-size: 1rem;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

.u-lh200 {
  line-height: 2;
}

/* ---------------------------
bordered
--------------------------- */
.u-bordered01 {
  border: 1px solid #E0E5EA;
}

.u-bdt-c9_2 {
  border-top: 1px solid #d6d6d6;
}

/* ---------------------------
folding
--------------------------- */
.u-folding-target {
  display: none;
}

/* ---------------------------
u-table
--------------------------- */
.u-table01 {
  width: 100%;
}
.u-table01 th, .u-table01 td {
  border: 1px solid #d6d6d6;
  padding: 14px;
  vertical-align: top;
}
.u-table01 th {
  background: #E0E5EA;
  padding-right: 2em;
  white-space: nowrap;
}
.u-table01 thead th, .u-table01 thead td {
  background: #E0E5EA;
}
.u-table02 {
  width: 100%;
  border-top: 1px solid #28283C;
}
.u-table02 th, .u-table02 td {
  border-bottom: 1px solid #28283C;
  vertical-align: top;
}
.u-table02 th {
  font-weight: 500;
  padding-right: 1em;
}
.u-table03 th, .u-table03 td {
  vertical-align: top;
  padding-bottom: 1.5em;
}
.u-table03 th {
  font-weight: 500;
  padding-right: 4em;
  white-space: nowrap;
}

.u-table04 th, .u-table04 td {
  vertical-align: top;
}
.u-table04 tr:not(:last-child) th, .u-table04 tr:not(:last-child) td {
  padding-bottom: 2.5em;
}
.u-table04 th {
  font-family: "Hannari", serif;
  font-weight: bold;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.u-table04 td {
  border-left: 1px solid #d6d6d6;
  padding-left: 2em;
}

.u-table05 th, .u-table05 td {
  vertical-align: top;
}
.u-table05 tr:not(:last-child) th, .u-table05 tr:not(:last-child) td {
  padding-bottom: 2.5em;
}
.u-table05 th {
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-style: normal;
}
.u-table05 p:not(:last-child) {
  margin-bottom: 1.5em;
}

.u-tab-trigger {
  cursor: pointer;
}
.u-tab-target {
  display: none;
}
.u-tab-target.is-active {
  display: block;
}

@media screen and (min-width: 1399px) {
  /* ==========================================================================
     Large
     ========================================================================== */
  .wrapin {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 16px;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-header-logo {
    width: 130px;
    margin-bottom: 70px;
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 190px 0 55px;
  }
  .l-footer-h {
    margin-bottom: 160px;
  }
  .l-footer-pagetop {
    right: 27px;
    bottom: 70px;
  }
  .l-footer-copyright {
    display: none;
  }
  @-webkit-keyframes circle {
    0% {
      stroke-dasharray: 200 200;
    }
    99.9%, to {
      stroke-dasharray: 0 200;
    }
  }
  @keyframes circle {
    0% {
      stroke-dasharray: 200 200;
    }
    99.9%, to {
      stroke-dasharray: 0 200;
    }
  }
  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-wrap {
    padding: 100px 50px;
  }
  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-post-main {
    width: 65%;
    max-width: 740px;
  }
  .l-post-side {
    width: 28%;
    max-width: 300px;
  }
  .l-post-side-sec:not(:last-child) {
    margin-bottom: 40px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-960 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1000 {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1120 {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1220 {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  /* ---------------------------
  l-page
  --------------------------- */
  .l-page-head {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 290px;
    padding: 56px 0;
    height: calc(100vh + 200px);
    height: 100vh;
    mix-blend-mode: difference;
  }
  .l-page-main {
    padding-left: 290px;
    width: 100%;
    background: #fff;
  }
  /* ---------------------------
  btn
  --------------------------- */
  .m-btn.size-290pc {
    min-width: 290px;
  }
  .m-btn:before {
    font-size: 17px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
  }
  .m-btnCols.is-3col {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .is-1col .m-btnCol {
    width: 100%;
    max-width: 460px;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form {
    background: #eee;
    padding: 80px 75px;
  }
  .m-form-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-form-steps-item .num {
    width: 60px;
    height: 60px;
    margin-right: 1em;
  }
  .m-form-steps-item:not(:last-child):after {
    width: 80px;
    margin: 0 20px;
  }
  .m-form-sec:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-table > tbody > tr > th, .m-form-table > tbody > tr > td {
    padding: 25px 0;
    vertical-align: top;
  }
  .m-form-table > tbody > tr > th {
    width: 250px;
    padding-right: 20px;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 33.3333333333%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #E0E5EA;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .m-gnav-snses {
    display: none;
  }
  .m-gnav-reservation {
    display: none;
  }
  .m-gnav-reservation a {
    font-size: 0.8rem;
  }
  .m-gnav-btn {
    display: none;
  }
  .m-gnav-btn-lines {
    width: 40px;
    height: 28px;
  }
  .m-gnav-btn-lines-item {
    height: 2px;
  }
  /* ---------------------------
  h
  --------------------------- */
  .m-h.is-center {
    width: 180px;
  }
  .m-h .row {
    font-size: 2rem;
  }
  .spOnly {
    display: none;
  }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }
  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }
  .m-mv {
    padding-top: 12%;
    height: 100vh;
  }
  .m-mv-bg.is-mask {
    -webkit-mask-size: 300px;
            mask-size: 300px;
  }
  .m-mv-h .row1 {
    margin-bottom: 34px;
  }
  .m-mv-h img {
    width: 536px;
  }
  .m-mv-reservation {
    right: 0;
    bottom: 0;
  }
  .m-mv-reservation a {
    font-size: 0.8rem;
  }
  .m-mv02 img {
    width: 100%;
  }
  .m-mv03 {
    height: 500px;
  }
  .m-mv03-h {
    padding-left: 100px;
    font-size: 4.4rem;
  }
  .m-contact {
    padding: 110px 0;
  }
  .m-contact-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-contact-col1 {
    margin-right: 50px;
  }
  .m-contact-h {
    padding-top: 40px;
  }
  .m-contact-h:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 2px;
    background: #9A8064;
  }
  .m-contact-h .main {
    font-size: 2.1rem;
  }
  .m-posts-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }
  .m-posts .date {
    padding-right: 3em;
    margin-right: 2em;
    border-right: 1px solid #28283C;
  }
  .m-post-head {
    padding: 55px 80px;
    margin-bottom: 10px;
  }
  .m-post-h {
    font-size: 1.6rem;
  }
  .m-post-date {
    font-size: 1.1rem;
  }
  .m-post-body {
    padding: 55px 80px;
  }
  .m-post-foot {
    margin-top: 70px;
    padding-top: 35px;
  }
  .m-post-back {
    margin-top: 40px;
  }
  .m-post-back .label {
    font-size: 1.1rem;
  }
  .m-concept {
    padding: 140px 0 0;
  }
  .m-concept-bg {
    left: -290px;
    top: 404px;
    height: calc(100% - 404px);
  }
  .m-concept-mv {
    margin-bottom: 100px;
  }
  .m-concept-h {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 44px 47px 4px 8px;
  }
  .m-concept-h .row {
    font-size: 1.9rem;
  }
  .m-concept-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
  .m-concept-lead {
    margin-right: 60px;
    line-height: 2.8;
    font-size: 1.1rem;
  }
  .m-concept-logo {
    width: 100vw;
  }
  .m-location {
    padding: 90px 0 375px;
  }
  .m-location-bg {
    height: 100%;
    background-attachment: fixed;
  }
  .m-location-lead {
    line-height: 2.8;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
  }
  .m-location-lead p:not(:last-child) {
    margin-bottom: 2em;
  }
  .m-location-map {
    position: absolute;
    left: 100%;
    bottom: 100%;
    margin-left: 10px;
    margin-bottom: -40px;
    width: 413px;
  }
  .m-room {
    padding: 140px 0 0;
  }
  .m-room-sec {
    padding-bottom: 70px;
  }
  .m-room-sec:not(:last-child) {
    margin-bottom: 100px;
  }
  .m-room-bg {
    width: 100vw;
    height: calc(100% - 190px);
    right: 0;
    margin-right: 150px;
    bottom: 0;
  }
  .m-room-slide {
    margin-bottom: 30px;
  }
  .m-room-slide-h {
    position: absolute;
    left: 30px;
    top: 25px;
    color: #fff;
    z-index: 1;
  }
  .m-room-slide-h .ico {
    width: 60px;
  }
  .m-room-slide-h .label01 {
    font-size: 0.8rem;
  }
  .m-room-slide-h .label02 {
    font-size: 1.7rem;
  }
  .m-room-slide-reserve {
    width: 268px;
    bottom: 20%;
    right: 2%;
  }
  .m-room-slide-reserve .ico {
    display: block;
    line-height: 1.3;
    margin: 0 auto;
    width: 138px;
  }
  .m-room-slide-reserve .label01 {
    font-size: 18px;
  }
  .m-room-slide-reserve .label02 {
    font-size: 20px;
  }
  .m-room-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-room-foot-h {
    font-size: 1.8rem;
  }
  .m-room-foot-dots {
    margin-right: 35px;
  }
  .m-room-foot-dots li {
    width: 20px;
    height: 2px;
  }
  .m-room-foot-num {
    font-size: 1.8rem;
    margin-right: 18px;
  }
  .m-room-foot-btn {
    margin-right: 20px;
  }
  .m-room-foot-btn .ico {
    font-size: 16px;
  }
  .m-equipment-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 120px;
  }
  .m-equipment-col1 {
    margin-right: 86px;
    width: 180px;
  }
  .m-equipment-h {
    margin-bottom: 105px;
  }
  .m-equipment-spec-h {
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    padding: 1em 0;
  }
  .m-equipment-spec-price dt {
    font-size: 1.2rem;
  }
  .m-equipment-spec-price .num {
    font-size: 2rem;
  }
  .m-equipment-col2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .m-equipment-names {
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .m-equipment-names-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-equipment-names-item .ico {
    width: 60px;
    margin-right: 20px;
  }
  .m-equipment-names-item .label02 {
    font-size: 1.7rem;
  }
  .m-equipment02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-equipment02:not(:last-child) {
    margin-bottom: 100px;
  }
  .m-equipment02:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-equipment02-img {
    width: 74%;
  }
  .m-equipment02-col2 {
    width: 26%;
  }
  .m-equipment02:nth-child(2n+1) .m-equipment02-col2 {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  .m-equipment02-h {
    padding: 73px 20px;
  }
  .m-equipment02-lead {
    font-size: 0.85rem;
    padding-top: 55px;
  }
  .m-equipment02:nth-child(2n+1) .m-equipment02-lead {
    padding-left: 45px;
  }
  .m-equipment02:nth-child(2n) .m-equipment02-lead {
    padding-right: 45px;
  }
  .m-food {
    padding-bottom: 110px;
  }
  .m-food-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-food-col1 {
    margin-top: 100px;
    width: 37%;
    padding-top: 90px;
  }
  .m-food-col1-bg {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: calc(100% - 400px);
    background: #28283C;
    left: -320px;
    width: 100vw;
  }
  .m-food-lead {
    text-align: right;
    font-size: 1.1rem;
    margin-bottom: 85px;
  }
  .m-food-col2 {
    width: 58%;
  }
  .m-food-slide:not(:last-child) {
    margin-bottom: 65px;
  }
  .m-food-foot {
    position: absolute;
    right: 30px;
    bottom: 50px;
  }
  .m-food-foot-h {
    font-size: 1.8rem;
  }
  .m-food-foot-num {
    font-size: 1.8rem;
    margin-right: 18px;
  }
  .m-food-foot-btn {
    width: 40px;
    height: 40px;
  }
  .m-time {
    padding-bottom: 130px;
  }
  .m-time-body {
    padding-top: 100px;
    margin-top: -240px;
  }
  .m-time-body-bg {
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: 230px;
  }
  .m-time-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-time-col1 {
    width: 40%;
  }
  .m-time-col2 {
    width: 54%;
  }
  .m-time-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-time-col3 {
    width: 50%;
  }
  .m-time-col4 {
    width: 20%;
  }
  .m-time-row3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 130px;
  }
  .m-time-instagram {
    margin-right: 110px;
    padding: 25px 0;
  }
  .m-service {
    padding: 90px 0;
    margin-bottom: 135px;
  }
  .m-service-notes {
    font-size: 0.85rem;
  }
  .m-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .m-services-item {
    width: 48%;
    margin-bottom: 60px;
  }
  .m-services .ico {
    width: 16%;
  }
  .m-services .ico:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #9A8064;
    margin: 0 10px;
    position: absolute;
    left: 100%;
    top: 50%;
  }
  .m-services .body {
    width: calc(80% - 20px);
  }
  .m-services .name {
    margin-bottom: 0.8em;
    font-size: 1.2rem;
    font-color: #333;
  }
  .m-services .label {
    font-size: 0.85rem;
  }
  .m-access {
    padding: 140px 0;
  }
  .m-access-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #28283C;
  }
  .m-access-col1 {
    width: 40%;
  }
  .m-access-h {
    margin-bottom: 90px;
  }
  .m-access-tel {
    margin-bottom: 1.3em;
    font-size: 2rem;
  }
  .m-access-col2 {
    width: 52.4%;
  }
  .m-access-map {
    margin-bottom: 1em;
  }
  .m-access-routes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-access-routes-item {
    width: 48%;
    text-align: center;
  }
  .m-access-routes-label1 {
    margin-bottom: 1em;
  }
  .m-news {
    padding: 130px 0;
  }
  .m-news02 {
    padding: 130px 0;
  }
  .m-snsFeeds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-snsFeeds-item {
    width: 48%;
    padding: 55px 38px 38px;
  }
  .m-reservation {
    padding: 135px 0;
  }
  .m-reservation-in {
    left: 80px;
  }
  .m-reservation-bg {
    height: 560px;
    margin-left: 190px;
  }
  .m-reservation-body {
    width: 510px;
  }
  .m-reservation-row1 {
    padding: 54px 20px 60px;
  }
  .m-reservation-row1 .ico {
    margin-bottom: 20px;
  }
  .m-reservation-h {
    font-size: 2rem;
  }
  .m-reservation-btn a {
    padding: 25px 0;
  }
  @-webkit-keyframes m-reservation-btn {
    0% {
      -webkit-transform: scaleX(0%);
              transform: scaleX(0%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(100%);
              transform: scaleX(100%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 0;
    }
  }
  @keyframes m-reservation-btn {
    0% {
      -webkit-transform: scaleX(0%);
              transform: scaleX(0%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(100%);
              transform: scaleX(100%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 0;
    }
  }
  .m-splash-logo {
    width: 300px;
  }
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }
  .u-mt-xs {
    margin-top: 10px !important;
  }
  .u-mt-s {
    margin-top: 20px !important;
  }
  .u-mt {
    margin-top: 30px !important;
  }
  .u-mt-l {
    margin-top: 40px !important;
  }
  .u-mt-xl {
    margin-top: 60px !important;
  }
  .u-mt-2xl {
    margin-top: 80px !important;
  }
  .u-mt-3xl {
    margin-top: 100px !important;
  }
  .u-mb-2xs {
    margin-bottom: 5px !important;
  }
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
  .u-mb-s {
    margin-bottom: 20px !important;
  }
  .u-mb {
    margin-bottom: 30px !important;
  }
  .u-mb-l {
    margin-bottom: 40px !important;
  }
  .u-mb-xl {
    margin-bottom: 60px !important;
  }
  .u-mb-2xl {
    margin-bottom: 80px !important;
  }
  .u-mb-3xl {
    margin-bottom: 100px !important;
  }
  .u-ml-1em {
    margin-left: 1em !important;
  }
  .u-mr-1em {
    margin-right: 1em !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }
  .u-pt-xs {
    padding-top: 10px !important;
  }
  .u-pt-s {
    padding-top: 20px !important;
  }
  .u-pt {
    padding-top: 30px !important;
  }
  .u-pt-l {
    padding-top: 40px !important;
  }
  .u-pt-xl {
    padding-top: 60px !important;
  }
  .u-pt-2xl {
    padding-top: 80px !important;
  }
  .u-pt-3xl {
    padding-top: 100px !important;
  }
  .u-pb-2xs {
    padding-bottom: 5px !important;
  }
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
  .u-pb-s {
    padding-bottom: 20px !important;
  }
  .u-pb {
    padding-bottom: 30px !important;
  }
  .u-pb-l {
    padding-bottom: 40px !important;
  }
  .u-pb-xl {
    padding-bottom: 60px !important;
  }
  .u-pb-2xl {
    padding-bottom: 80px !important;
  }
  .u-pb-3xl {
    padding-bottom: 100px !important;
  }
  .u-p-xs {
    padding: 10px !important;
  }
  .u-p-s {
    padding: 20px !important;
  }
  .u-p {
    padding: 30px !important;
  }
  .u-p-l {
    padding: 40px !important;
  }
  .u-p-xl {
    padding: 60px !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.54rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.2rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table02 th, .u-table02 td {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .u-table02 th {
    white-space: nowrap;
  }
  .u-table04 th {
    padding-right: 6em;
  }
  .u-table05 th {
    padding-right: 3em;
  }
  .u-100vh {
    margin-left: -290px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px), print {
  /* ==========================================================================
     PC
     ========================================================================== */
  .wrapin {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 16px;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-header-logo {
    width: 130px;
    margin-bottom: 70px;
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 190px 0 55px;
  }
  .l-footer-h {
    margin-bottom: 160px;
  }
  .l-footer-pagetop {
    right: 27px;
    bottom: 70px;
  }
  .l-footer-copyright {
    display: none;
  }
  @-webkit-keyframes circle {
    0% {
      stroke-dasharray: 200 200;
    }
    99.9%, to {
      stroke-dasharray: 0 200;
    }
  }
  @keyframes circle {
    0% {
      stroke-dasharray: 200 200;
    }
    99.9%, to {
      stroke-dasharray: 0 200;
    }
  }
  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-wrap {
    padding: 100px 50px;
  }
  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-post-main {
    width: 65%;
    max-width: 740px;
  }
  .l-post-side {
    width: 28%;
    max-width: 300px;
  }
  .l-post-side-sec:not(:last-child) {
    margin-bottom: 40px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .l-wrap-960 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1000 {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1120 {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1220 {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  /* ---------------------------
  l-page
  --------------------------- */
  .l-page-head {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 290px;
    padding: 56px 0;
    height: calc(100vh + 200px);
    height: 100vh;
    mix-blend-mode: difference;
  }
  .l-page-main {
    padding-left: 290px;
    width: 100%;
    background: #fff;
  }
  /* ---------------------------
  btn
  --------------------------- */
  .m-btn.size-290pc {
    min-width: 290px;
  }
  .m-btn:before {
    font-size: 17px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
  }
  .m-btnCols.is-3col {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .is-1col .m-btnCol {
    width: 100%;
    max-width: 460px;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form {
    background: #eee;
    padding: 80px 75px;
  }
  .m-form-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-form-steps-item .num {
    width: 60px;
    height: 60px;
    margin-right: 1em;
  }
  .m-form-steps-item:not(:last-child):after {
    width: 80px;
    margin: 0 20px;
  }
  .m-form-sec:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-table > tbody > tr > th, .m-form-table > tbody > tr > td {
    padding: 25px 0;
    vertical-align: top;
  }
  .m-form-table > tbody > tr > th {
    width: 250px;
    padding-right: 20px;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 33.3333333333%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #E0E5EA;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .m-gnav-snses {
    display: none;
  }
  .m-gnav-reservation {
    display: none;
  }
  .m-gnav-reservation a {
    font-size: 0.8rem;
  }
  .m-gnav-btn {
    display: none;
  }
  .m-gnav-btn-lines {
    width: 40px;
    height: 28px;
  }
  .m-gnav-btn-lines-item {
    height: 2px;
  }
  /* ---------------------------
  h
  --------------------------- */
  .m-h.is-center {
    width: 180px;
  }
  .m-h .row {
    font-size: 2rem;
  }
  .tbOnly {
    display: none;
  }
  .spOnly {
    display: none;
  }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }
  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }
  .m-mv {
    padding-top: 12%;
    height: 100vh;
  }
  .m-mv-bg.is-mask {
    -webkit-mask-size: 300px;
            mask-size: 300px;
  }
  .m-mv-h .row1 {
    margin-bottom: 34px;
  }
  .m-mv-h img {
    width: 536px;
  }
  .m-mv-reservation {
    right: 0;
    bottom: 0;
  }
  .m-mv-reservation a {
    font-size: 0.8rem;
  }
  .m-mv02 img {
    width: 100%;
  }
  .m-mv03 {
    height: 500px;
  }
  .m-mv03-h {
    padding-left: 100px;
    font-size: 4.4rem;
  }
  .m-contact {
    padding: 110px 0;
  }
  .m-contact-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-contact-col1 {
    margin-right: 50px;
  }
  .m-contact-h {
    padding-top: 40px;
  }
  .m-contact-h:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 2px;
    background: #9A8064;
  }
  .m-contact-h .main {
    font-size: 2.1rem;
  }
  .m-posts-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }
  .m-posts .date {
    padding-right: 3em;
    margin-right: 2em;
    border-right: 1px solid #28283C;
  }
  .m-post-head {
    padding: 55px 80px;
    margin-bottom: 10px;
  }
  .m-post-h {
    font-size: 1.6rem;
  }
  .m-post-date {
    font-size: 1.1rem;
  }
  .m-post-body {
    padding: 55px 80px;
  }
  .m-post-foot {
    margin-top: 70px;
    padding-top: 35px;
  }
  .m-post-back {
    margin-top: 40px;
  }
  .m-post-back .label {
    font-size: 1.1rem;
  }
  .m-concept {
    padding: 140px 0 0;
  }
  .m-concept-bg {
    left: -290px;
    top: 404px;
    height: calc(100% - 404px);
  }
  .m-concept-mv {
    margin-bottom: 100px;
  }
  .m-concept-h {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 44px 47px 4px 8px;
  }
  .m-concept-h .row {
    font-size: 1.9rem;
  }
  .m-concept-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
  .m-concept-lead {
    margin-right: 60px;
    line-height: 2.8;
    font-size: 1.1rem;
  }
  .m-concept-logo {
    width: 100vw;
  }
  .m-location {
    padding: 90px 0 375px;
  }
  .m-location-bg {
    height: 100%;
    background-attachment: fixed;
  }
  .m-location-lead {
    line-height: 2.8;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
  }
  .m-location-lead p:not(:last-child) {
    margin-bottom: 2em;
  }
  .m-location-map {
    position: absolute;
    left: 100%;
    bottom: 100%;
    margin-left: 10px;
    margin-bottom: -40px;
    width: 413px;
  }
  .m-room {
    padding: 140px 0 0;
  }
  .m-room-sec {
    padding-bottom: 70px;
  }
  .m-room-sec:not(:last-child) {
    margin-bottom: 100px;
  }
  .m-room-bg {
    width: 100vw;
    height: calc(100% - 190px);
    right: 0;
    margin-right: 150px;
    bottom: 0;
  }
  .m-room-slide {
    margin-bottom: 30px;
  }
  .m-room-slide-h {
    position: absolute;
    left: 30px;
    top: 25px;
    color: #fff;
    z-index: 1;
  }
  .m-room-slide-h .ico {
    width: 60px;
  }
  .m-room-slide-h .label01 {
    font-size: 0.8rem;
  }
  .m-room-slide-h .label02 {
    font-size: 1.7rem;
  }
  .m-room-slide-reserve {
    width: 268px;
    bottom: 20%;
    right: 2%;
  }
  .m-room-slide-reserve .ico {
    display: block;
    line-height: 1.3;
    margin: 0 auto;
    width: 138px;
  }
  .m-room-slide-reserve .label01 {
    font-size: 18px;
  }
  .m-room-slide-reserve .label02 {
    font-size: 20px;
  }
  .m-room-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-room-foot-h {
    font-size: 1.8rem;
  }
  .m-room-foot-dots {
    margin-right: 35px;
  }
  .m-room-foot-dots li {
    width: 20px;
    height: 2px;
  }
  .m-room-foot-num {
    font-size: 1.8rem;
    margin-right: 18px;
  }
  .m-room-foot-btn {
    margin-right: 20px;
  }
  .m-room-foot-btn .ico {
    font-size: 16px;
  }
  .m-equipment-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 120px;
  }
  .m-equipment-col1 {
    margin-right: 86px;
    width: 180px;
  }
  .m-equipment-h {
    margin-bottom: 105px;
  }
  .m-equipment-spec-h {
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    padding: 1em 0;
  }
  .m-equipment-spec-price dt {
    font-size: 1.2rem;
  }
  .m-equipment-spec-price .num {
    font-size: 2rem;
  }
  .m-equipment-col2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .m-equipment-names {
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .m-equipment-names-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-equipment-names-item .ico {
    width: 60px;
    margin-right: 20px;
  }
  .m-equipment-names-item .label02 {
    font-size: 1.7rem;
  }
  .m-equipment02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-equipment02:not(:last-child) {
    margin-bottom: 100px;
  }
  .m-equipment02:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-equipment02-img {
    width: 74%;
  }
  .m-equipment02-col2 {
    width: 26%;
  }
  .m-equipment02:nth-child(2n+1) .m-equipment02-col2 {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  .m-equipment02-h {
    padding: 73px 20px;
  }
  .m-equipment02-lead {
    font-size: 0.85rem;
    padding-top: 55px;
  }
  .m-equipment02:nth-child(2n+1) .m-equipment02-lead {
    padding-left: 45px;
  }
  .m-equipment02:nth-child(2n) .m-equipment02-lead {
    padding-right: 45px;
  }
  .m-food {
    padding-bottom: 110px;
  }
  .m-food-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-food-col1 {
    margin-top: 100px;
    width: 37%;
    padding-top: 90px;
  }
  .m-food-col1-bg {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: calc(100% - 400px);
    background: #28283C;
    left: -320px;
    width: 100vw;
  }
  .m-food-lead {
    text-align: right;
    font-size: 1.1rem;
    margin-bottom: 85px;
  }
  .m-food-col2 {
    width: 58%;
  }
  .m-food-slide:not(:last-child) {
    margin-bottom: 65px;
  }
  .m-food-foot {
    position: absolute;
    right: 30px;
    bottom: 50px;
  }
  .m-food-foot-h {
    font-size: 1.8rem;
  }
  .m-food-foot-num {
    font-size: 1.8rem;
    margin-right: 18px;
  }
  .m-food-foot-btn {
    width: 40px;
    height: 40px;
  }
  .m-time {
    padding-bottom: 130px;
  }
  .m-time-body {
    padding-top: 100px;
    margin-top: -240px;
  }
  .m-time-body-bg {
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: 230px;
  }
  .m-time-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-time-col1 {
    width: 40%;
  }
  .m-time-col2 {
    width: 54%;
  }
  .m-time-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-time-col3 {
    width: 50%;
  }
  .m-time-col4 {
    width: 20%;
  }
  .m-time-row3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 130px;
  }
  .m-time-instagram {
    margin-right: 110px;
    padding: 25px 0;
    margin-right: 30px;
  }
  .m-service {
    padding: 90px 0;
    margin-bottom: 135px;
  }
  .m-service-notes {
    font-size: 0.85rem;
  }
  .m-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .m-services-item {
    width: 48%;
    margin-bottom: 60px;
  }
  .m-services .ico {
    width: 16%;
  }
  .m-services .ico:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #9A8064;
    margin: 0 10px;
    position: absolute;
    left: 100%;
    top: 50%;
  }
  .m-services .body {
    width: calc(80% - 20px);
  }
  .m-services .name {
    margin-bottom: 0.8em;
    font-size: 1.1rem;
  }
  .m-services .label {
    font-size: 0.85rem;
  }
  .m-access {
    padding: 140px 0;
  }
  .m-access-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #28283C;
  }
  .m-access-col1 {
    width: 40%;
  }
  .m-access-h {
    margin-bottom: 90px;
  }
  .m-access-tel {
    margin-bottom: 1.3em;
    font-size: 2rem;
  }
  .m-access-col2 {
    width: 52.4%;
  }
  .m-access-map {
    margin-bottom: 1em;
  }
  .m-access-routes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-access-routes-item {
    width: 48%;
    text-align: center;
  }
  .m-access-routes-label1 {
    margin-bottom: 1em;
  }
  .m-news {
    padding: 130px 0;
  }
  .m-news02 {
    padding: 130px 0;
  }
  .m-snsFeeds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-snsFeeds-item {
    width: 48%;
    padding: 55px 38px 38px;
  }
  .m-reservation {
    padding: 135px 0;
  }
  .m-reservation-in {
    left: 80px;
  }
  .m-reservation-bg {
    height: 560px;
    margin-left: 190px;
  }
  .m-reservation-body {
    width: 510px;
  }
  .m-reservation-row1 {
    padding: 54px 20px 60px;
  }
  .m-reservation-row1 .ico {
    margin-bottom: 20px;
  }
  .m-reservation-h {
    font-size: 2rem;
  }
  .m-reservation-btn a {
    padding: 25px 0;
  }
  @-webkit-keyframes m-reservation-btn {
    0% {
      -webkit-transform: scaleX(0%);
              transform: scaleX(0%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(100%);
              transform: scaleX(100%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 0;
    }
  }
  @keyframes m-reservation-btn {
    0% {
      -webkit-transform: scaleX(0%);
              transform: scaleX(0%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(100%);
              transform: scaleX(100%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 0;
    }
  }
  .m-splash-logo {
    width: 300px;
  }
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }
  .u-mt-xs {
    margin-top: 10px !important;
  }
  .u-mt-s {
    margin-top: 20px !important;
  }
  .u-mt {
    margin-top: 30px !important;
  }
  .u-mt-l {
    margin-top: 40px !important;
  }
  .u-mt-xl {
    margin-top: 60px !important;
  }
  .u-mt-2xl {
    margin-top: 80px !important;
  }
  .u-mt-3xl {
    margin-top: 100px !important;
  }
  .u-mb-2xs {
    margin-bottom: 5px !important;
  }
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
  .u-mb-s {
    margin-bottom: 20px !important;
  }
  .u-mb {
    margin-bottom: 30px !important;
  }
  .u-mb-l {
    margin-bottom: 40px !important;
  }
  .u-mb-xl {
    margin-bottom: 60px !important;
  }
  .u-mb-2xl {
    margin-bottom: 80px !important;
  }
  .u-mb-3xl {
    margin-bottom: 100px !important;
  }
  .u-ml-1em {
    margin-left: 1em !important;
  }
  .u-mr-1em {
    margin-right: 1em !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }
  .u-pt-xs {
    padding-top: 10px !important;
  }
  .u-pt-s {
    padding-top: 20px !important;
  }
  .u-pt {
    padding-top: 30px !important;
  }
  .u-pt-l {
    padding-top: 40px !important;
  }
  .u-pt-xl {
    padding-top: 60px !important;
  }
  .u-pt-2xl {
    padding-top: 80px !important;
  }
  .u-pt-3xl {
    padding-top: 100px !important;
  }
  .u-pb-2xs {
    padding-bottom: 5px !important;
  }
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
  .u-pb-s {
    padding-bottom: 20px !important;
  }
  .u-pb {
    padding-bottom: 30px !important;
  }
  .u-pb-l {
    padding-bottom: 40px !important;
  }
  .u-pb-xl {
    padding-bottom: 60px !important;
  }
  .u-pb-2xl {
    padding-bottom: 80px !important;
  }
  .u-pb-3xl {
    padding-bottom: 100px !important;
  }
  .u-p-xs {
    padding: 10px !important;
  }
  .u-p-s {
    padding: 20px !important;
  }
  .u-p {
    padding: 30px !important;
  }
  .u-p-l {
    padding: 40px !important;
  }
  .u-p-xl {
    padding: 60px !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.54rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.2rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table02 th, .u-table02 td {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .u-table02 th {
    white-space: nowrap;
  }
  .u-table04 th {
    padding-right: 6em;
  }
  .u-table05 th {
    padding-right: 3em;
  }
  .u-100vh {
    margin-left: -290px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ==========================================================================
     TB
     ========================================================================== */
  .wrapin {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 14px;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-header-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 72px;
    -webkit-filter: brightness(0.1);
            filter: brightness(0.1);
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 190px 0 55px;
  }
  .l-footer-h {
    margin-bottom: 160px;
  }
  .l-footer-pagetop {
    right: 27px;
    bottom: 70px;
  }
  .l-footer-copyright {
    display: none;
  }
  @-webkit-keyframes circle {
    0% {
      stroke-dasharray: 200 200;
    }
    99.9%, to {
      stroke-dasharray: 0 200;
    }
  }
  @keyframes circle {
    0% {
      stroke-dasharray: 200 200;
    }
    99.9%, to {
      stroke-dasharray: 0 200;
    }
  }
  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-wrap {
    padding: 100px 50px;
    padding: 50px 30px;
  }
  .l-post-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1000px;
    margin: 0 auto;
  }
  .l-post-main {
    width: 65%;
    max-width: 740px;
  }
  .l-post-side {
    width: 28%;
    max-width: 300px;
  }
  .l-post-side-sec:not(:last-child) {
    margin-bottom: 40px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .l-wrap-960 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-wrap-1000 {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-wrap-1120 {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-wrap-1220 {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ---------------------------
  l-page
  --------------------------- */
  .l-page-head {
    width: 100%;
  }
  /* ---------------------------
  btn
  --------------------------- */
  .m-btn {
    padding: 17px 21px;
    padding-right: 40px;
  }
  .m-btn.size-290pc {
    min-width: 290px;
  }
  .m-btn:before {
    font-size: 17px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    -ms-grid-columns: 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
    gap: 2.5vw;
  }
  .m-btnCols.is-3col {
    gap: 40px;
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5vw;
  }
  .is-1col .m-btnCol {
    width: 100%;
    max-width: 460px;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form {
    background: #eee;
    padding: 80px 75px;
    padding: 50px 45px;
  }
  .m-form-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-form-steps-item .num {
    width: 60px;
    height: 60px;
    margin-right: 1em;
  }
  .m-form-steps-item:not(:last-child):after {
    width: 80px;
    margin: 0 20px;
  }
  .m-form-steps-item .num {
    width: 50px;
    height: 50px;
  }
  .m-form-sec:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .m-form-sec:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-table > tbody > tr > th, .m-form-table > tbody > tr > td {
    padding: 25px 0;
    vertical-align: top;
  }
  .m-form-table > tbody > tr > th {
    width: 250px;
    padding-right: 20px;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 33.3333333333%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #E0E5EA;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .m-gnav {
    position: fixed;
    letter-spacing: 0.15em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    overflow-y: auto;
    background: rgba(40, 40, 60, 0.9);
    color: #fff;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 70px 20px 100px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .m-gnav a {
    color: #fff;
  }
  .m-gnav.on {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .m-gnav-links {
    margin-bottom: 40px;
  }
  .m-gnav-links-item {
    text-align: center;
    font-size: 1.2rem;
  }
  .m-gnav-reservation {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .m-gnav-reservation a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-gnav-reservation .label {
    font-size: 1.3rem;
    text-align: center;
  }
  .m-gnav-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
  }
  .m-gnav-btn-lines {
    width: 25px;
    height: 25px;
  }
  .m-gnav-btn-lines-item {
    height: 1px;
  }
  /* ---------------------------
  h
  --------------------------- */
  .m-h.is-center {
    width: 180px;
  }
  .m-h .row {
    font-size: 2rem;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: none;
    display: none;
  }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }
  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }
  .m-mv {
    padding-top: 12%;
    height: 100vh;
    height: 80vh;
  }
  .m-mv-bg.is-mask {
    -webkit-mask-size: 300px;
            mask-size: 300px;
  }
  .m-mv-h .row1 {
    margin-bottom: 34px;
  }
  .m-mv-h img {
    width: 536px;
  }
  .m-mv-h img {
    width: 386px;
  }
  .m-mv-reservation {
    right: 0;
    bottom: 0;
  }
  .m-mv-reservation a {
    font-size: 0.8rem;
  }
  .m-mv02 img {
    width: 100%;
  }
  .m-mv03 {
    height: 500px;
  }
  .m-mv03-h {
    padding-left: 100px;
    font-size: 4.4rem;
  }
  .m-contact {
    padding: 110px 0;
  }
  .m-contact-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-contact-col1 {
    margin-right: 50px;
  }
  .m-contact-h {
    padding-top: 40px;
  }
  .m-contact-h:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 2px;
    background: #9A8064;
  }
  .m-contact-h .main {
    font-size: 2.1rem;
  }
  .m-posts-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }
  .m-posts .date {
    padding-right: 3em;
    margin-right: 2em;
    border-right: 1px solid #28283C;
  }
  .m-post-head {
    padding: 55px 80px;
    margin-bottom: 10px;
  }
  .m-post-h {
    font-size: 1.6rem;
  }
  .m-post-date {
    font-size: 1.1rem;
  }
  .m-post-body {
    padding: 55px 80px;
  }
  .m-post-foot {
    margin-top: 70px;
    padding-top: 35px;
  }
  .m-post-back {
    margin-top: 40px;
  }
  .m-post-back .label {
    font-size: 1.1rem;
  }
  .m-concept {
    padding: 140px 0 0;
  }
  .m-concept-bg {
    left: -290px;
    top: 404px;
    height: calc(100% - 404px);
  }
  .m-concept-mv {
    margin-bottom: 100px;
  }
  .m-concept-h {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 44px 47px 4px 8px;
  }
  .m-concept-h .row {
    font-size: 1.9rem;
  }
  .m-concept-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
  .m-concept-lead {
    margin-right: 60px;
    line-height: 2.8;
    font-size: 1.1rem;
  }
  .m-concept-logo {
    width: 100vw;
  }
  .m-location {
    padding: 90px 0 375px;
  }
  .m-location-bg {
    height: 100%;
    background-attachment: fixed;
  }
  .m-location-lead {
    line-height: 2.8;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
  }
  .m-location-lead p:not(:last-child) {
    margin-bottom: 2em;
  }
  .m-location-map {
    position: absolute;
    left: 100%;
    bottom: 100%;
    margin-left: 10px;
    margin-bottom: -40px;
    width: 413px;
  }
  .m-room {
    padding: 140px 0 0;
  }
  .m-room-sec {
    padding-bottom: 70px;
  }
  .m-room-sec:not(:last-child) {
    margin-bottom: 100px;
  }
  .m-room-bg {
    width: 100vw;
    height: calc(100% - 190px);
    right: 0;
    margin-right: 150px;
    bottom: 0;
  }
  .m-room-slide {
    margin-bottom: 30px;
  }
  .m-room-slide-h {
    position: absolute;
    left: 30px;
    top: 25px;
    color: #fff;
    z-index: 1;
  }
  .m-room-slide-h .ico {
    width: 60px;
  }
  .m-room-slide-h .label01 {
    font-size: 0.8rem;
  }
  .m-room-slide-h .label02 {
    font-size: 1.7rem;
  }
  .m-room-slide-reserve {
    width: 268px;
    bottom: 20%;
    right: 2%;
  }
  .m-room-slide-reserve .ico {
    display: block;
    line-height: 1.3;
    margin: 0 auto;
    width: 138px;
  }
  .m-room-slide-reserve .label01 {
    font-size: 18px;
  }
  .m-room-slide-reserve .label02 {
    font-size: 20px;
  }
  .m-room-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-room-foot-h {
    font-size: 1.8rem;
  }
  .m-room-foot-dots {
    margin-right: 35px;
  }
  .m-room-foot-dots li {
    width: 20px;
    height: 2px;
  }
  .m-room-foot-num {
    font-size: 1.8rem;
    margin-right: 18px;
  }
  .m-room-foot-btn {
    margin-right: 20px;
  }
  .m-room-foot-btn .ico {
    font-size: 16px;
  }
  .m-equipment-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 120px;
  }
  .m-equipment-col1 {
    margin-right: 86px;
    width: 180px;
  }
  .m-equipment-h {
    margin-bottom: 105px;
  }
  .m-equipment-spec-h {
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    padding: 1em 0;
  }
  .m-equipment-spec-price dt {
    font-size: 1.2rem;
  }
  .m-equipment-spec-price .num {
    font-size: 2rem;
  }
  .m-equipment-col2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .m-equipment-names {
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .m-equipment-names-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-equipment-names-item .ico {
    width: 60px;
    margin-right: 20px;
  }
  .m-equipment-names-item .label02 {
    font-size: 1.7rem;
  }
  .m-equipment02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-equipment02:not(:last-child) {
    margin-bottom: 100px;
  }
  .m-equipment02:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-equipment02:not(:last-child) {
    margin-bottom: 60px;
  }
  .m-equipment02-img {
    width: 74%;
    width: 64%;
  }
  .m-equipment02-col2 {
    width: 26%;
    width: 36%;
  }
  .m-equipment02:nth-child(2n+1) .m-equipment02-col2 {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  .m-equipment02-h {
    padding: 73px 20px;
  }
  .m-equipment02-lead {
    font-size: 0.85rem;
    padding-top: 55px;
    padding-top: 30px;
  }
  .m-equipment02:nth-child(2n+1) .m-equipment02-lead {
    padding-left: 45px;
  }
  .m-equipment02:nth-child(2n) .m-equipment02-lead {
    padding-right: 45px;
  }
  .m-equipment02:nth-child(2n+1) .m-equipment02-lead {
    padding-left: 25px;
  }
  .m-equipment02:nth-child(2n) .m-equipment02-lead {
    padding-right: 25px;
  }
  .m-food {
    padding-bottom: 110px;
  }
  .m-food-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-food-col1 {
    margin-top: 100px;
    width: 37%;
    padding-top: 90px;
    width: 47%;
  }
  .m-food-col1-bg {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: calc(100% - 400px);
    background: #28283C;
    left: -320px;
    width: 100vw;
  }
  .m-food-lead {
    text-align: right;
    font-size: 1.1rem;
    margin-bottom: 85px;
  }
  .m-food-col2 {
    width: 58%;
    width: 48%;
  }
  .m-food-slide:not(:last-child) {
    margin-bottom: 65px;
  }
  .m-food-foot {
    position: absolute;
    right: 30px;
    bottom: 50px;
  }
  .m-food-foot-h {
    font-size: 1.8rem;
  }
  .m-food-foot-num {
    font-size: 1.8rem;
    margin-right: 18px;
  }
  .m-food-foot-btn {
    width: 40px;
    height: 40px;
  }
  .m-time {
    padding-bottom: 130px;
  }
  .m-time-body {
    padding-top: 100px;
    margin-top: -240px;
  }
  .m-time-body-bg {
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: 230px;
  }
  .m-time-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-time-col1 {
    width: 40%;
  }
  .m-time-col2 {
    width: 54%;
  }
  .m-time-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-time-col3 {
    width: 50%;
  }
  .m-time-col4 {
    width: 20%;
  }
  .m-time-row3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 130px;
  }
  .m-time-instagram {
    margin-right: 110px;
    padding: 25px 0;
  }
  .m-service {
    padding: 90px 0;
    margin-bottom: 135px;
  }
  .m-service-notes {
    font-size: 0.85rem;
  }
  .m-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .m-services-item {
    width: 48%;
    margin-bottom: 60px;
  }
  .m-services .ico {
    width: 16%;
  }
  .m-services .ico:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #9A8064;
    margin: 0 10px;
    position: absolute;
    left: 100%;
    top: 50%;
  }
  .m-services .body {
    width: calc(80% - 20px);
  }
  .m-services .name {
    margin-bottom: 0.8em;
    font-size: 1.1rem;
  }
  .m-services .label {
    font-size: 0.85rem;
  }
  .m-access {
    padding: 140px 0;
  }
  .m-access-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #28283C;
  }
  .m-access-col1 {
    width: 40%;
  }
  .m-access-h {
    margin-bottom: 90px;
  }
  .m-access-tel {
    margin-bottom: 1.3em;
    font-size: 2rem;
  }
  .m-access-col2 {
    width: 52.4%;
  }
  .m-access-map {
    margin-bottom: 1em;
  }
  .m-access-routes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-access-routes-item {
    width: 48%;
    text-align: center;
  }
  .m-access-routes-label1 {
    margin-bottom: 1em;
  }
  .m-news {
    padding: 130px 0;
  }
  .m-news02 {
    padding: 130px 0;
  }
  .m-snsFeeds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-snsFeeds-item {
    width: 48%;
    padding: 55px 38px 38px;
  }
  .m-reservation {
    padding: 135px 0;
  }
  .m-reservation-in {
    left: 80px;
  }
  .m-reservation-bg {
    height: 560px;
    margin-left: 190px;
  }
  .m-reservation-body {
    width: 510px;
  }
  .m-reservation-row1 {
    padding: 54px 20px 60px;
  }
  .m-reservation-row1 .ico {
    margin-bottom: 20px;
  }
  .m-reservation-h {
    font-size: 2rem;
  }
  .m-reservation-btn a {
    padding: 25px 0;
  }
  @-webkit-keyframes m-reservation-btn {
    0% {
      -webkit-transform: scaleX(0%);
              transform: scaleX(0%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(100%);
              transform: scaleX(100%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 0;
    }
  }
  @keyframes m-reservation-btn {
    0% {
      -webkit-transform: scaleX(0%);
              transform: scaleX(0%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(100%);
              transform: scaleX(100%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 0;
    }
  }
  .m-splash-logo {
    width: 300px;
  }
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 3px !important;
  }
  .u-mt-xs {
    margin-top: 6px !important;
  }
  .u-mt-s {
    margin-top: 12px !important;
  }
  .u-mt {
    margin-top: 18px !important;
  }
  .u-mt-l {
    margin-top: 24px !important;
  }
  .u-mt-xl {
    margin-top: 36px !important;
  }
  .u-mt-2xl {
    margin-top: 48px !important;
  }
  .u-mt-3xl {
    margin-top: 60px !important;
  }
  .u-mb-2xs {
    margin-bottom: 3px !important;
  }
  .u-mb-xs {
    margin-bottom: 6px !important;
  }
  .u-mb-s {
    margin-bottom: 12px !important;
  }
  .u-mb {
    margin-bottom: 18px !important;
  }
  .u-mb-l {
    margin-bottom: 24px !important;
  }
  .u-mb-xl {
    margin-bottom: 36px !important;
  }
  .u-mb-2xl {
    margin-bottom: 48px !important;
  }
  .u-mb-3xl {
    margin-bottom: 60px !important;
  }
  .u-ml-1em {
    margin-left: 0.6em !important;
  }
  .u-mr-1em {
    margin-right: 0.6em !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 3px !important;
  }
  .u-pt-xs {
    padding-top: 6px !important;
  }
  .u-pt-s {
    padding-top: 12px !important;
  }
  .u-pt {
    padding-top: 18px !important;
  }
  .u-pt-l {
    padding-top: 24px !important;
  }
  .u-pt-xl {
    padding-top: 36px !important;
  }
  .u-pt-2xl {
    padding-top: 48px !important;
  }
  .u-pt-3xl {
    padding-top: 60px !important;
  }
  .u-pb-2xs {
    padding-bottom: 3px !important;
  }
  .u-pb-xs {
    padding-bottom: 6px !important;
  }
  .u-pb-s {
    padding-bottom: 12px !important;
  }
  .u-pb {
    padding-bottom: 18px !important;
  }
  .u-pb-l {
    padding-bottom: 24px !important;
  }
  .u-pb-xl {
    padding-bottom: 36px !important;
  }
  .u-pb-2xl {
    padding-bottom: 48px !important;
  }
  .u-pb-3xl {
    padding-bottom: 60px !important;
  }
  .u-p-xs {
    padding: 6px !important;
  }
  .u-p-s {
    padding: 12px !important;
  }
  .u-p {
    padding: 18px !important;
  }
  .u-p-l {
    padding: 24px !important;
  }
  .u-p-xl {
    padding: 36px !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.54rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.2rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table02 th, .u-table02 td {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .u-table02 th {
    white-space: nowrap;
  }
  .u-table02 th, .u-table02 td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .u-table04 th {
    padding-right: 6em;
  }
  .u-table05 th {
    padding-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
     SP
     ========================================================================== */
  .wrapin-sp {
    padding: 0 20px;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 14px;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-header-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 72px;
    -webkit-filter: brightness(0.1);
            filter: brightness(0.1);
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 90px 0;
  }
  .l-footer-h {
    margin-bottom: 90px;
  }
  .l-footer-h img {
    width: 90%;
  }
  .l-footer-pagetop {
    right: 7px;
    bottom: 70px;
  }
  .l-footer-copyright {
    margin-top: 1em;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  @-webkit-keyframes circle {
    0% {
      stroke-dasharray: 200 200;
    }
    99.9%, to {
      stroke-dasharray: 0 200;
    }
  }
  @keyframes circle {
    0% {
      stroke-dasharray: 200 200;
    }
    99.9%, to {
      stroke-dasharray: 0 200;
    }
  }
  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-wrap {
    padding: 30px 0;
  }
  .l-post-main {
    margin-bottom: 30px;
  }
  .page-single .l-post-side {
    display: none;
  }
  .l-post-side-sec:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-post-side-posts-item a:before {
    -webkit-transform: skewX(-50deg) scale(0.8);
            transform: skewX(-50deg) scale(0.8);
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap-sp {
    padding: 0 30px;
  }
  /* ---------------------------
  l-page
  --------------------------- */
  .l-page-head {
    width: 100%;
  }
  /* ---------------------------
  btn
  --------------------------- */
  .m-btn {
    padding: 17px 21px;
    padding-right: 40px;
  }
  .m-btn:before {
    font-size: 12px;
  }
  .m-btn02 {
    padding: 8px 15px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    gap: 10px;
  }
  .m-btnCols.is-3col {
    gap: 10px;
  }
  .is-1col .m-btnCol {
    width: 100%;
  }
  .is-2col .m-btnCol {
    width: 100%;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form-steps-item {
    text-align: center;
    position: relative;
  }
  .m-form-steps-item .num {
    width: 50px;
    height: 50px;
  }
  .m-form-steps-item:not(:last-child) {
    margin-right: 60px;
  }
  .m-form-steps-item:not(:last-child):after {
    position: absolute;
    left: 100%;
    top: 30px;
    width: 40px;
    margin-left: 10px;
  }
  .m-form-sec:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .m-form-wrap {
    padding: 20px;
  }
  .m-form-h {
    font-size: 1.6rem;
  }
  .m-form-lead {
    margin-bottom: 30px;
  }
  .m-form-table {
    display: block;
  }
  .m-form-table > tbody, .m-form-table > tbody > tr, .m-form-table > tbody > tr > th, .m-form-table > tbody > tr > td {
    display: block;
  }
  .m-form-table > tbody > tr {
    margin-bottom: 2em;
  }
  .m-form-table > tbody > tr > th {
    margin-bottom: 1em;
    background: #d6d6d6;
    padding: 8px 10px;
    font-size: 1.2rem;
  }
  .m-form-privacy {
    padding: 10px;
    height: 150px;
    margin-bottom: 3em;
    font-size: 0.8rem;
  }
  .m-form-noshis-img {
    max-width: 30%;
  }
  .m-form-noshis-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-form-popupContent {
    padding: 20px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.1rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 50%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(2n+1):nth-last-child(2) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(2n)) {
    border-right: 1px dotted #E0E5EA;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 12px 18px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .m-gnav {
    position: fixed;
    letter-spacing: 0.15em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    overflow-y: auto;
    background: rgba(40, 40, 60, 0.9);
    color: #fff;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 70px 20px 100px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .m-gnav a {
    color: #fff;
  }
  .m-gnav.on {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .m-gnav-links {
    margin-bottom: 40px;
  }
  .m-gnav-links-item {
    text-align: center;
    font-size: 1.2rem;
  }
  .m-gnav-reservation {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .m-gnav-reservation a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-gnav-reservation .label {
    font-size: 1.3rem;
    text-align: center;
  }
  .m-gnav-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
  }
  .m-gnav-btn-lines {
    width: 25px;
    height: 25px;
  }
  .m-gnav-btn-lines-item {
    height: 1px;
  }
  /* ---------------------------
  h
  --------------------------- */
  .m-h.is-center {
    width: 135px;
  }
  .m-h .row {
    font-size: 1.6rem;
  }
  .m-h04 {
    font-size: 2.3rem;
  }
  .lapctbOnly {
    display: none;
  }
  .pcOnly {
    display: none;
  }
  .tbOnly {
    display: none;
  }
  .m-mainContent-bg01 {
    padding-bottom: 40px;
  }
  .m-mainContentMargin {
    height: 50px;
  }
  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }
  .m-mv {
    padding-top: 130px;
    height: 73vh;
  }
  .m-mv-bg {
    background-image: url("../img/home/mv_bg_01_sp.jpg");
  }
  .m-mv-bg.is-mask {
    -webkit-mask-size: 200px;
            mask-size: 200px;
  }
  .m-mv-h .row1 {
    margin-bottom: 18px;
  }
  .m-mv-h img {
    width: 286px;
  }
  .m-mv-reservation {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .m-mv-reservation a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-mv-reservation .label {
    font-size: 1.3rem;
    text-align: center;
  }
  .m-mv-copyright {
    display: none;
  }
  .m-mv02 {
    margin-left: -20%;
    width: 180%;
  }
  .m-mv03 {
    height: 300px;
  }
  .m-mv03-h {
    padding-left: 30px;
    font-size: 3rem;
  }
  .m-contact {
    padding: 40px 0;
  }
  .m-contact-col1 {
    margin-bottom: 30px;
  }
  .m-contact-h {
    text-align: center;
  }
  .m-contact-h .main {
    font-size: 1.7rem;
  }
  .m-posts-item a {
    padding: 15px 20px;
    display: block;
  }
  .m-posts .date {
    display: block;
  }
  .m-posts .date:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #28283C;
    margin: 10px 0;
  }
  .m-posts .h {
    display: block;
  }
  .m-post-head {
    padding: 15px 20px;
    margin-bottom: 5px;
  }
  .m-post-h {
    font-size: 1.3rem;
  }
  .m-post-date {
    font-size: 0.85rem;
  }
  .m-post-body {
    padding: 15px 20px;
  }
  .m-post-foot {
    margin-top: 30px;
    padding-top: 20px;
  }
  .m-post-back {
    padding: 20px;
  }
  .m-concept {
    padding: 55px 0 0;
  }
  .m-concept-bg {
    left: 0;
    top: 230px;
    height: calc(100% - 230px);
  }
  .m-concept-mv {
    margin-right: -30px;
    margin-bottom: 30px;
  }
  .m-concept-h {
    padding: 28px 27px 4px 0;
    display: inline-block;
    margin-top: -30px;
  }
  .m-concept-h .row {
    font-size: 1.4rem;
  }
  .m-concept-clear {
    margin-bottom: 60px;
  }
  .m-concept-lead {
    line-height: 2.3;
    margin-bottom: 40px;
  }
  .m-concept-logo {
    width: 180vw;
  }
  .m-location {
    padding: 40px 0 150px;
  }
  .m-location-bg {
    background-image: url("../img/home/location_bg_01_sp.jpg");
    height: 100vh;
  }
  .m-location-lead {
    line-height: 2.4;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
  }
  .m-location-lead p:not(:last-child) {
    margin-bottom: 1.4em;
  }
  .m-location-map {
    text-align: center;
  }
  .m-room {
    padding: 50px 0 0;
  }
  .m-room-sec {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .m-room-sec:not(:last-child) {
    margin-bottom: 50px;
  }
  .m-room-bg {
    left: -30px;
    top: 0;
    width: calc(100vw - 85px);
    height: 100%;
  }
  .m-room-slide {
    margin-bottom: 15px;
  }
  .m-room-slide-h {
    margin-left: 10px;
    margin-bottom: 30px;
  }
  .m-room-slide-h .ico {
    width: 45px;
  }
  .m-room-slide-h .col2 {
    line-height: 1.2;
  }
  .m-room-slide-h .label01 {
    font-size: 0.9rem;
  }
  .m-room-slide-h .label02 {
    font-size: 1.8rem;
  }
  .m-room-slide-reserve {
    width: 138px;
    bottom: 30%;
    right: 2%;
  }
  .m-room-slide-reserve .ico {
    display: block;
    line-height: 1.3;
    margin: 0 auto;
    width: 69px;
  }
  .m-room-slide-reserve .label01 {
    font-size: 12px;
  }
  .m-room-slide-reserve .label02 {
    font-size: 11px;
  }
  .m-room-slide-imgs {
    margin-left: -30px;
  }
  .m-room-foot {
    margin-right: 10px;
  }
  .m-room-foot-col1 {
    margin-bottom: 10px;
    margin-right: 80px;
  }
  .m-room-foot-h {
    font-size: 1.6rem;
  }
  .m-room-foot-lead {
    font-size: 0.8rem;
  }
  .m-room-foot-col2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px;
  }
  .m-room-foot-dots {
    margin-right: 20px;
  }
  .m-room-foot-dots li {
    width: 15px;
    height: 2px;
  }
  .m-room-foot-num {
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .m-room-foot-btn .ico {
    font-size: 12px;
  }
  .m-equipment {
    padding: 60px 0;
  }
  .m-equipment-clear {
    margin-bottom: 60px;
  }
  .m-equipment-h {
    margin: 0 auto 50px;
    width: 135px;
  }
  .m-equipment-spec {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-equipment-spec-h {
    padding: 0.7em 0px;
    font-size: 4.5vw;
    letter-spacing: 0.4em;
  }
  .m-equipment-spec-price dt {
    font-size: 1.6rem;
  }
  .m-equipment-spec-price .num {
    font-size: 2.3rem;
  }
  .m-equipment-spec-price .txt02 {
    display: inline-block;
  }
  .m-equipment-spec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-equipment-spec-list li {
    width: calc(48% - 1.5em);
  }
  .m-equipment-names {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
  }
  .m-equipment-names-item {
    width: 50%;
  }
  .m-equipment-names-item button {
    text-align: center;
    color: #E0E5EA;
    border-bottom: 5px solid #E0E5EA;
    padding-bottom: 14px;
  }
  .m-equipment-names-item.is-active button {
    color: #28283C;
    border-color: #9A8064;
  }
  .m-equipment-names-item .ico {
    width: 44px;
    margin: 0 auto 8px;
    opacity: 0.2;
  }
  .m-equipment-names-item.is-active .ico {
    opacity: 1;
  }
  .m-equipment-names-item .label01 {
    line-height: 1.3;
  }
  .m-equipment-names-item .label02 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .m-equipment-imgs {
    margin-bottom: 40px;
  }
  .m-equipment02:not(:last-child) {
    margin-bottom: 45px;
  }
  .m-equipment02:nth-child(2n+1) .m-equipment02-img {
    margin-left: -30px;
  }
  .m-equipment02:nth-child(2n) .m-equipment02-img {
    margin-right: -30px;
  }
  .m-equipment02-h {
    padding: 18px 30px;
  }
  .m-equipment02:nth-child(2n+1) .m-equipment02-h {
    margin-right: -30px;
    text-align: left;
  }
  .m-equipment02:nth-child(2n) .m-equipment02-h {
    margin-left: -30px;
    text-align: right;
  }
  .m-equipment02-lead {
    padding-top: 23px;
  }
  .m-food {
    position: relative;
    padding-bottom: 70px;
  }
  .m-food:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    width: calc(100vw - 40px);
    height: calc(100% - 270px);
    background: #28283C;
  }
  .m-food-col1 {
    padding-top: 40px;
    padding-left: 30px;
    text-align: right;
  }
  .m-food-lead {
    margin-bottom: 30px;
  }
  .m-food-img {
    margin-left: 30%;
  }
  .m-food-col2 {
    margin-left: -30px;
    margin-bottom: 40px;
  }
  .m-food-slide:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-food-slide-imgs-item figcaption {
    text-align: right;
    color: #fff;
    padding-left: 60px;
  }
  .m-food-foot {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
  .m-food-foot-col1 {
    margin-bottom: 10px;
    margin-right: 80px;
  }
  .m-food-foot-h {
    font-size: 1.6rem;
  }
  .m-food-foot-lead {
    font-size: 0.85rem;
  }
  .m-food-foot-col2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px;
  }
  .m-food-foot-num {
    font-size: 1.5rem;
    margin-right: 10px;
  }
  .m-food-foot-btn {
    width: 30px;
    height: 30px;
  }
  .m-food-foot-btn .ico {
    font-size: 12px;
  }
  .m-time {
    padding-bottom: 70px;
  }
  .m-time-body {
    padding-top: 60px;
  }
  .m-time-body-bg {
    right: 0;
    width: calc(100vw - 85px);
    height: calc(100% - 150px);
  }
  .m-time-col2 {
    margin-bottom: 30px;
  }
  .m-time-col3 {
    width: 80%;
    margin-bottom: 30px;
  }
  .m-time-col4 {
    margin-left: 40%;
    margin-bottom: 30px;
  }
  .m-time-instagram {
    padding: 15px 0;
  }
  .m-time-instagram .ico {
    width: 60px;
  }
  .m-time-col6 {
    width: 70%;
    margin-bottom: 260px;
  }
  .m-service {
    padding: 45px 0;
  }
  .m-service-notes {
    font-size: 1.1rem;
    text-align: center;
  }
  .m-services {
    margin-bottom: 40px;
  }
  .m-services-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .m-services .ico {
    width: 60px;
    margin-right: 15px;
  }
  .m-services .body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-services .name {
    margin-bottom: 0.2em;
    font-size: 1.2rem;
  }
  .m-services .label {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  .m-access {
    padding: 50px 0;
  }
  .m-access-row1 {
    margin-bottom: 35px;
  }
  .m-access-col1 {
    margin: 0 10px 30px;
  }
  .m-access-h {
    margin-bottom: 20px;
  }
  .m-access-address {
    margin-bottom: 15px;
  }
  .m-access-tel {
    border-top: 1px solid #28283C;
    border-bottom: 1px solid #28283C;
    padding: 0.2em 0;
    margin-bottom: 0.7em;
    font-size: 1.7rem;
  }
  .m-access-notes {
    letter-spacing: 0;
  }
  .m-access-map {
    margin-bottom: 0.5em;
  }
  .m-access-routes {
    text-align: center;
  }
  .m-access-routes-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #28283C;
  }
  .m-access-routes-label1 {
    margin-bottom: 0.5em;
    letter-spacing: 0;
  }
  .m-access-routes-label2 {
    letter-spacing: 0;
  }
  .m-news {
    padding: 50px 0;
  }
  .m-news02 {
    padding: 50px 0;
  }
  .m-news02.is-single {
    padding: 0;
  }
  .m-snsFeeds-item {
    padding: 40px 20px 20px;
  }
  .m-snsFeeds-item:not(:last-child) {
    margin-bottom: 45px;
  }
  .m-reservation {
    padding: 70px 0;
  }
  .m-reservation-in {
    left: 0;
  }
  .m-reservation-bg {
    height: 280px;
    margin-left: 90px;
  }
  .m-reservation-body {
    min-width: 255px;
  }
  .m-reservation-row1 {
    padding: 20px 15px 15px;
  }
  .m-reservation-row1 .ico {
    margin-bottom: 10px;
  }
  .m-reservation-h {
    font-size: 1.5rem;
  }
  .m-reservation-lead {
    font-size: 0.85rem;
  }
  .m-reservation-btn a {
    padding: 12px 0;
  }
  @-webkit-keyframes m-reservation-btn {
    0% {
      -webkit-transform: scaleX(0%);
              transform: scaleX(0%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(100%);
              transform: scaleX(100%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 0;
    }
  }
  @keyframes m-reservation-btn {
    0% {
      -webkit-transform: scaleX(0%);
              transform: scaleX(0%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(100%);
              transform: scaleX(100%);
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      opacity: 0;
    }
  }
  .m-splash-logo {
    width: 200px;
  }
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
    font-size: 0.85rem;
  }
  .u-input.size-l {
    width: 100%;
  }
  .u-input.size-m {
    width: 120px;
  }
  .u-input.padding-s {
    padding: 7px 3px;
  }
  .u-input-selectWrap {
    position: relative;
  }
  .u-input-selectWrap:after {
    content: "";
    font-size: 4px;
    display: block;
    border: 4px solid transparent;
    border-top: 6px solid #28283C;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
  }
  .u-input-selectWrap .u-input {
    overflow: hidden;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 20px;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 8px;
  }
  .u-input-radio01-clear {
    padding: 8px;
  }
  .u-input-radio01-ico {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }
  .u-mt-xs {
    margin-top: 10px !important;
  }
  .u-mt-s {
    margin-top: 10px !important;
  }
  .u-mt {
    margin-top: 15px !important;
  }
  .u-mt-l {
    margin-top: 20px !important;
  }
  .u-mt-xl {
    margin-top: 30px !important;
  }
  .u-mt-2xl {
    margin-top: 40px !important;
  }
  .u-mt-3xl {
    margin-top: 60px !important;
  }
  .u-mb-2xs {
    margin-bottom: 5px !important;
  }
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
  .u-mb-s {
    margin-bottom: 10px !important;
  }
  .u-mb {
    margin-bottom: 15px !important;
  }
  .u-mb-l {
    margin-bottom: 20px !important;
  }
  .u-mb-xl {
    margin-bottom: 30px !important;
  }
  .u-mb-2xl {
    margin-bottom: 40px !important;
  }
  .u-mb-3xl {
    margin-bottom: 60px !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }
  .u-pt-xs {
    padding-top: 10px !important;
  }
  .u-pt-s {
    padding-top: 10px !important;
  }
  .u-pt {
    padding-top: 15px !important;
  }
  .u-pt-l {
    padding-top: 20px !important;
  }
  .u-pt-xl {
    padding-top: 30px !important;
  }
  .u-pt-2xl {
    padding-top: 40px !important;
  }
  .u-pt-3xl {
    padding-top: 60px !important;
  }
  .u-pb-2xs {
    padding-bottom: 5px !important;
  }
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
  .u-pb-s {
    padding-bottom: 10px !important;
  }
  .u-pb {
    padding-bottom: 15px !important;
  }
  .u-pb-l {
    padding-bottom: 20px !important;
  }
  .u-pb-xl {
    padding-bottom: 30px !important;
  }
  .u-pb-2xl {
    padding-bottom: 40px !important;
  }
  .u-pb-3xl {
    padding-bottom: 60px !important;
  }
  .u-p-xs {
    padding: 10px !important;
  }
  .u-p-s {
    padding: 10px !important;
  }
  .u-p {
    padding: 15px !important;
  }
  .u-p-l {
    padding: 20px !important;
  }
  .u-p-xl {
    padding: 20px !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg {
    font-size: 0.95rem;
  }
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.34rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.04rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.1rem;
  }
  .u-wysiwyg blockquote {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .alignright {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: calc(59vw - 70px);
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.35rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.45rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 18px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table01 {
    font-size: 0.85rem;
  }
  .u-table01.is-spBlock, .u-table01.is-spBlock tbody, .u-table01.is-spBlock tr, .u-table01.is-spBlock th, .u-table01.is-spBlock td {
    display: block;
  }
  .u-table01.is-spBlock th {
    white-space: normal;
  }
  .u-table01-wrap {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .u-table01-wrap .u-table01 {
    width: 600px;
  }
  .u-table02 th, .u-table02 td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .u-table02 th {
    min-width: 8em;
  }
  .u-table04 th {
    padding-right: 2em;
  }
  .u-table05 th {
    padding-right: 2em;
  }
}