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

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

a {
  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;
  border: none;
  background-color: #FFFFFF;
}

/* --------------------------------------------------------
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: 500;
  color: #1E1E1E;
}

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;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-size: 1.6rem;
  color: #141414;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

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

a {
  color: #666666;
}

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

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

.l-header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 1s;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  align-items: center;
}

.l-header-top-l {
  position: relative;
  z-index: 3;
  transition: 1s;
}

.l-header-top-r {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition: 1s;
}

.l-header-top-r-stay {
  background: #284664;
  width: 180px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: bold;
}

.l-header-top-list {
  display: flex;
  position: relative;
}

.l-header-top-list-item {
  margin-right: 15px;
}

.l-header-lang {
  color: #FFF;
  margin-right: 20px;
}

.l-header-lang-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-lang-title-item {
  margin: 0 5px;
}
.l-header-lang-title-item a {
  color: #FFF;
}

.l-header-menu {
  transition: 0.5s;
  z-index: 1;
}

.item-txt-menu {
  color: #FFF;
  font-size: 1.4rem;
}

.l-header-sp {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(1000px);
  -ms-transform: translate(1000px);
  transform: translate(1000px);
  overflow: scroll;
  background: rgba(10, 10, 10, 0.8);
  z-index: 5;
}
.l-header-sp a {
  color: #FFF;
}
.l-header-sp.on {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
}

.l-header-sp-nav-list-item {
  color: #FFF;
  margin-bottom: 5px;
}
.l-header-sp-nav-list-item a {
  padding-left: 13px;
  position: relative;
  font-size: 1.4rem;
}
.l-header-sp-nav-list-item a:before {
  content: "▶";
  color: #968378;
  font-size: 8px;
  position: absolute;
  left: -1px;
  top: 0px;
}

.mod-gnav-btn-lines {
  transition: 0.3s linear;
}

.active .mod-gnav-btn-lines {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.mod-gnav-btn-lines-item {
  height: 3px;
  background: #006482;
  width: 30px;
  margin: 0 auto 6px;
  transition: 0s 0.15s linear;
  overflow: auto;
}

.mod-gnav-btn-lines-item:nth-child(2) {
  width: 20px;
  text-align: left;
  margin: 0 0 6px auto;
}

.active .mod-gnav-btn-lines-item:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
  transform: rotate(45deg) translateY(6px) translateX(6px);
}

.active .mod-gnav-btn-lines-item:nth-child(2) {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.active .mod-gnav-btn-lines-item:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(5px);
  transform: rotate(-45deg) translateY(-6px) translateX(7px);
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger, .btn-trigger span {
  display: block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}

.m-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.m-footer-list-item {
  margin-right: 15px;
}
.m-footer-list-item:last-child {
  margin-right: 0;
}

.m-footer-bottom {
  margin-bottom: 60px;
}

.m-footer-bottom-column-list-item-dd {
  padding-left: 13px;
  position: relative;
}

.m-footer-bottom-column-r-unei {
  margin-bottom: 20px;
}

.m-footer-bottom-column-r-office-l {
  display: inline-block;
  margin-bottom: 20px;
}
.m-footer-bottom-column-r-office-l a {
  margin-bottom: 10px;
  display: block;
}

.m-footer-bottom-column-r-office-l-txt {
  color: #284664;
}

.m-footer-bottom-link {
  margin-bottom: 18px;
}

.m-footer-bottom-link-tel {
  color: #006482;
  font-weight: bold;
  font-size: 1.8rem;
}
.m-footer-bottom-link-tel a {
  font-size: 1.8rem;
  color: #006482;
  font-weight: bold;
}

.m-footer-bottom-link-fax {
  font-size: 1.8rem;
  color: #006482;
  font-weight: bold;
}
.m-footer-bottom-link-fax a {
  font-size: 1.8rem;
  color: #006482;
  font-weight: bold;
}

.m-footer-bottom-link-emer {
  font-size: 1.9rem;
  color: #006482;
  font-weight: bold;
}
.m-footer-bottom-link-emer a {
  font-size: 2.2rem;
  color: #006482;
  font-weight: bold;
}

.m-footer-bottom-office {
  margin-bottom: 10px;
}

.m-footer-copy {
  font-family: "Libre Caslon Display", serif;
  text-align: center;
  letter-spacing: 2px;
}

/* ---------------------------
l-post
--------------------------- */
.l-post {
  padding-top: 150px;
}
.l-post-side-sec {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.l-post-side-sec-h {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dotted 4px #4b93b4;
  color: #4b93b4;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.l-post-side-sec-h::before {
  content: "●";
  position: absolute;
  color: #8C783C;
}
.l-post-side-posts li:not(:last-child) {
  margin-bottom: 0.5em;
}
.l-post-side-posts li a {
  color: #4b93b4;
}
.l-post-side-posts-date {
  font-size: 0.85rem;
}
.l-post-bt {
  border-top: dotted 4px #4b93b4;
}

/* ---------------------------
l-wrap
--------------------------- */
/*---------------------------
btn
---------------------------*/
.m-btn01 {
  text-align: center;
  display: block;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  border-radius: 2em;
}

/* ---------------------------
btns1col
--------------------------- */
/* ---------------------------
h
--------------------------- */
.m-home-mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.m-home-mv-title {
  position: absolute;
  opacity: 0;
  transition: 4s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.m-home-mv-title.on {
  opacity: 1;
}
.m-home-mv-title img {
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
}

.m-home-mv-slider {
  position: relative;
  overflow: hidden;
}
.m-home-mv-slider .slick-slide {
  width: 100vw;
}
.m-home-mv-slider .slick-slide source, .m-home-mv-slider .slick-slide img {
  width: 100%;
}

.m-home-yoyaku {
  position: relative;
}

.m-home-mv-contact-in .book-widget-bg {
  color: #FFF;
}

.m-home-mv-contact-box {
  background: #000;
  padding: 20px 33px;
  color: #FFF;
}

.m-home-mv-contact-title {
  font-size: 2.2rem;
  letter-spacing: 4px;
}

.m-home-mv-contact-txt {
  position: relative;
}

.book-widget-bg {
  border: 0px !important;
}

.book-widget label {
  font-family: "Yu Mincho", "YuMincho", serif !important;
}

#bookWidget-65996-0-0-1601017353 .book-widget label {
  font-family: "Yu Mincho", "YuMincho", serif !important;
}

.book-container .book-form-inline .book-form-control {
  font-family: "Yu Mincho", "YuMincho", serif !important;
}

.book-container .book-form-inline .book-form-control {
  border-radius: 15px;
}

.m-home-about {
  background: url(/common/img/home/about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  letter-spacing: 1px;
}

.m-home-about-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  opacity: 0;
  transition: 2s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: relative;
}
.m-home-about-title.on {
  opacity: 1;
  transform: translateY(0px);
}

.m-home-about-txt {
  font-family: "Yu Mincho", "YuMincho", serif;
  opacity: 0;
  transition: 2s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: relative;
}
.m-home-about-txt.on {
  opacity: 1;
  transform: translateY(0px);
}

.m-home-movie {
  background-color: #EAE6E3;
}
.m-home-movie-inner {
  position: relative;
  margin: 0 auto;
}
.m-home-movie-inner::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.m-home-movie-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-home-hotel-title {
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 5px;
  margin-bottom: 10px;
  opacity: 0;
  transition: 2s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: relative;
}
.m-home-hotel-title.on {
  opacity: 1;
  transform: translateY(0px);
}

.m-home-hotel-subtitle {
  opacity: 1;
  transition: 2s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: relative;
}
.m-home-hotel-subtitle.on {
  opacity: 1;
  transform: translateY(0px);
}

.m-home-hotel-txt {
  opacity: 1;
  transition: 2s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: relative;
}
.m-home-hotel-txt.on {
  opacity: 1;
  transform: translateY(0px);
}

.m-home-hotel-list {
  position: relative;
}

.m-home-hotel-list-item {
  position: relative;
  opacity: 0;
  transition: 2s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.m-home-hotel-list-item.on:nth-child(1) {
  opacity: 1;
  transition-delay: 0s;
}
.m-home-hotel-list-item.on:nth-child(2) {
  opacity: 1;
  transition-delay: 0.2s;
}
.m-home-hotel-list-item.on:nth-child(3) {
  opacity: 1;
  transition-delay: 0.4s;
}
.m-home-hotel-list-item.on:nth-child(4) {
  opacity: 1;
  transition-delay: 0.6s;
}
.m-home-hotel-list-item.on:nth-child(5) {
  opacity: 1;
  transition-delay: 0.8s;
}
.m-home-hotel-list-item.on:nth-child(6) {
  opacity: 1;
  transition-delay: 1s;
}
.m-home-hotel-list-item.on:nth-child(7) {
  opacity: 1;
  transition-delay: 1.2s;
}
.m-home-hotel-list-item.on:nth-child(8) {
  opacity: 1;
  transition-delay: 1.4s;
}
.m-home-hotel-list-item.on:nth-child(9) {
  opacity: 1;
  transition-delay: 1.4s;
}
.m-home-hotel-list-item.on:nth-child(10) {
  opacity: 1;
  transition-delay: 1.4s;
}
.m-home-hotel-list-item.on:nth-child(11) {
  opacity: 1;
  transition-delay: 1.6s;
}
.m-home-hotel-list-item.on:nth-child(12) {
  opacity: 1;
  transition-delay: 1.6s;
}
.m-home-hotel-list-item.on:nth-child(13) {
  opacity: 1;
  transition-delay: 1.6s;
}

.m-home-hotel-list-item-num {
  font-family: "Libre Caslon Display", serif;
}
.m-home-hotel-list-item-num.col01 {
  color: #4b93b4;
}
.m-home-hotel-list-item-num.col02 {
  color: #BA5D83;
}
.m-home-hotel-list-item-num.col03 {
  color: #8C783C;
}
.m-home-hotel-list-item-num.col04 {
  color: #3C9664;
}
.m-home-hotel-list-item-num.col05 {
  color: #6296BB;
}
.m-home-hotel-list-item-num.col06 {
  color: #783621;
}
.m-home-hotel-list-item-num.col07 {
  color: #E6785A;
}
.m-home-hotel-list-item-num.col08 {
  color: #646464;
}
.m-home-hotel-list-item-num.col09 {
  color: #E98E59;
}

.m-home-hotel-list-item-img {
  position: relative;
}
.m-home-hotel-list-item-img img {
  width: 100%;
}
.m-home-hotel-list-item-img.col01:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #4b93b4 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-hotel-list-item-img.col02:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #BA5D83 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-hotel-list-item-img.col03:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #8C783C transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-hotel-list-item-img.col04:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #3C9664 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-hotel-list-item-img.col05:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #6296BB transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-hotel-list-item-img.col06:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #783621 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-hotel-list-item-img.col07:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #E6785A transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-hotel-list-item-img.col08:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #646464 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-hotel-list-item-img.col09:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #E98E59 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.m-home-hotel-list-item-name {
  text-align: center;
  line-height: 2;
  margin-bottom: 7px;
  position: relative;
  color: #1e1e1e;
  font-family: "Libre Caslon Display", serif;
}

.m-home-hotel-list-item-name-en {
  text-align: center;
  color: #1e1e1e;
  font-family: "Libre Caslon Display", serif;
}

.m-home-facility {
  position: relative;
}
.m-home-facility:before {
  content: "";
  background: url(/common/img/home/facility-found.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 448px;
  height: 258px;
  bottom: -219px;
  left: 80px;
}

.m-home-facility-column-l-title {
  font-family: "Libre Caslon Display", serif;
}

.m-home-facility-column-l-subtitle {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-home-facility-column-l-txt {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-home-facility-column-l-link a {
  background: #284664;
  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;
  width: 200px;
  color: #FFF;
  border-radius: 60px;
  height: 43px;
}

.m-home-facility-column-r-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-home-facility-column-r-list-item {
  max-width: 240px;
  width: 33%;
  margin-bottom: 40px;
  opacity: 1;
  transition: 2s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.m-home-facility-column-r-list-item.on:nth-child(1) {
  opacity: 1;
  transition-delay: 0s;
}
.m-home-facility-column-r-list-item.on:nth-child(2) {
  opacity: 1;
  transition-delay: 0.2s;
}
.m-home-facility-column-r-list-item.on:nth-child(3) {
  opacity: 1;
  transition-delay: 0.4s;
}
.m-home-facility-column-r-list-item.on:nth-child(4) {
  opacity: 1;
  transition-delay: 0.6s;
}
.m-home-facility-column-r-list-item.on:nth-child(5) {
  opacity: 1;
  transition-delay: 0.8s;
}
.m-home-facility-column-r-list-item.on:nth-child(6) {
  opacity: 1;
  transition-delay: 1s;
}
.m-home-facility-column-r-list-item.on:nth-child(7) {
  opacity: 1;
  transition-delay: 1.2s;
}
.m-home-facility-column-r-list-item.on:nth-child(8) {
  opacity: 1;
  transition-delay: 1.4s;
}

.m-home-facility-column-r-list-item-img {
  width: 100%;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.m-home-facility-column-r-list-item-img.facility-bg01 {
  background: url(/common/img/home/facility-img01.jpg) no-repeat;
  background-size: cover;
}
.m-home-facility-column-r-list-item-img.facility-bg02 {
  background: url(/common/img/home/facility-img02.jpg) no-repeat;
  background-size: cover;
}
.m-home-facility-column-r-list-item-img.facility-bg03 {
  background: url(/common/img/home/facility-img03.jpg) no-repeat;
  background-size: cover;
}
.m-home-facility-column-r-list-item-img.facility-bg04 {
  background: url(/common/img/home/facility-img04.jpg) no-repeat;
  background-size: cover;
}
.m-home-facility-column-r-list-item-img.facility-bg05 {
  background: url(/common/img/home/facility-img05.jpg) no-repeat;
  background-size: cover;
}
.m-home-facility-column-r-list-item-img.facility-bg06 {
  background: url(/common/img/home/facility-img06.jpg) no-repeat;
  background-size: cover;
}
.m-home-facility-column-r-list-item-img.facility-bg07 {
  background: url(/common/img/home/facility-img07.jpg) no-repeat;
  background-size: cover;
}

.m-home-facility-column-r-list-item-title {
  font-family: "Libre Caslon Display", serif;
  font-size: 2rem;
  color: #FFF;
}

.m-home-facility-column-r-list-item-txt {
  text-align: center;
}

.m-home-tourism {
  background: #284664;
  position: relative;
  transition: 1s;
}

.m-home-tourism-brown {
  font-family: "Libre Caslon Display", serif;
  background: #968378;
  color: #FFF;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.m-home-tourism-brown.on {
  opacity: 1;
  transform: translateY(0px);
}

.m-home-tourism-brown-title {
  margin-bottom: 5px;
}

.m-home-tourism-column-item {
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.m-home-tourism-column-item.on {
  opacity: 1;
  transform: translateY(0px);
}

.m-home-tourism-column-item-l {
  max-width: 700px;
  width: 100%;
}

.m-home-tourism-column-item-r {
  max-width: 510px;
  width: 100%;
  color: #FFF;
}

.m-home-tourism-column-item-r-story {
  font-family: "Libre Caslon Display", serif;
  text-align: center;
  color: #CAC1BB;
  margin-bottom: 18px;
  letter-spacing: 3px;
}

.m-home-tourism-column-item-r-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
}

.m-home-tourism-column-item-r-subtitle {
  margin-bottom: 30px;
}

.m-home-tourism-column-item-r-txt {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-home-info {
  background: url(/common/img/home/info-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
}

.m-home-info-column-l {
  max-width: 465px;
  width: 100%;
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.m-home-info-column-l.on {
  opacity: 1;
  transform: translateY(0px);
}

.m-home-info-column-title {
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.m-home-info-column-subtitle {
  letter-spacing: 1px;
}

.m-home-info-column-r {
  max-width: 760px;
  width: 100%;
}

.m-home-info-column-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-home-info-column-list-item {
  width: 100%;
  padding: 17px 0 19px 9px;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
  opacity: 0;
  transition: 2s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.m-home-info-column-list-item.on:nth-child(1) {
  opacity: 1;
  transition-delay: 0s;
}
.m-home-info-column-list-item.on:nth-child(2) {
  opacity: 1;
  transition-delay: 0.2s;
}
.m-home-info-column-list-item.on:nth-child(3) {
  opacity: 1;
  transition-delay: 0.4s;
}
.m-home-info-column-list-item.on:nth-child(4) {
  opacity: 1;
  transition-delay: 0.6s;
}
.m-home-info-column-list-item.on:nth-child(5) {
  opacity: 1;
  transition-delay: 0.8s;
}
.m-home-info-column-list-item.on:nth-child(6) {
  opacity: 1;
  transition-delay: 1s;
}
.m-home-info-column-list-item.on:nth-child(7) {
  opacity: 1;
  transition-delay: 1.2s;
}
.m-home-info-column-list-item.on:nth-child(8) {
  opacity: 1;
  transition-delay: 1.4s;
}
.m-home-info-column-list-item.on:nth-child(9) {
  opacity: 1;
  transition-delay: 1.6s;
}

.m-home-info-column-list-item-subtitle {
  font-family: "Libre Caslon Display", serif;
  color: #FFF;
  letter-spacing: 1px;
}

.m-home-info-column-list-item-title {
  font-family: "Libre Caslon Display", serif;
  color: #FFF;
}

.m-home-info-column-list-item-icon {
  position: absolute;
}

.m-home-movie02 {
  background-color: #EAE6E3;
}

.m-home-movie02-inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.m-home-movie02-inner iframe {
  aspect-ratio: 16/9;
}
.m-home-movie02-inner .m-home-movie02-bnr a {
  display: block;
  width: 100%;
}
.m-home-movie02-inner .m-home-movie02-bnr a img {
  width: 100%;
}

.m-privacy {
  position: relative;
}

.m-privacy-top {
  background: #CAC1BB;
}

.m-privacy-con {
  max-width: 1330px;
  margin: 0 auto;
}

.m-privacy-con-box {
  border: 1px solid #B1B1B1;
}

.m-privacy-maintitle {
  text-align: center;
  letter-spacing: 9px;
  margin-bottom: 7px;
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-privacy-subtitle {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 2px;
}

.m-privacy-title {
  padding: 0 0 18px 30px;
  letter-spacing: 4px;
  font-family: "Yu Mincho", "YuMincho", serif;
  position: relative;
  border-bottom: 2px solid #B1B1B1;
  font-weight: bold;
}
.m-privacy-title:before {
  content: "";
  width: 3px;
  height: 22px;
  background: #968378;
  position: absolute;
  left: 5px;
  top: 5px;
}

.m-privacy-link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 225px;
  background: #284664;
  margin: 0 auto;
  border-radius: 25px;
  color: #FFF;
}

.m-model-mv {
  position: relative;
}

.m-bread-item {
  color: #FFF;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.m-bread-item.c-black {
  color: #000;
}
.m-bread-item .c-brown {
  color: #968378;
}
.m-bread-item {
  font-family: "Yu Mincho", "YuMincho", serif;
}
.m-bread-item:after {
  content: "";
  background: url(/common/img/base/icon-allow.svg) no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -12px;
  top: 8px;
}
.m-bread-item a {
  color: #FFF;
  text-decoration: underline;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.m-bread-item:last-child {
  position: relative;
}
.m-bread-item:last-child:after {
  content: "";
  display: none;
}

.m-model-mv-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  position: relative;
  color: #FFF;
  letter-spacing: 4px;
}

.m-model-mv-txt {
  font-family: "Libre Caslon Display", serif;
  color: #FFF;
  letter-spacing: 1px;
}

.m-model-mv-img {
  margin-bottom: 78px;
  position: relative;
}

.m-model-mv-copy {
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 2px;
}

.m-model-about {
  position: relative;
}
.m-model-about:before {
  content: "";
  background: url(/common/img/model/circle01.svg) no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -62%;
  right: 66px;
  z-index: -1;
}
.m-model-about:after {
  content: "";
  background: url(/common/img/model/circle02.svg) no-repeat;
  width: 108px;
  height: 108px;
  position: absolute;
  top: -23%;
  left: 213px;
  z-index: -1;
}

.m-model-about-column {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.m-model-column-title {
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 6px;
  /* line-height: 1; */
}

.m-model-column-subtitle {
  font-family: "Libre Caslon Display", serif;
}

.m-model-column-subtitle-info {
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 1px;
}

.m-model-about-column-small {
  display: flex;
  justify-content: space-between;
}

.m-model-about-column-txt {
  font-family: "Libre Caslon Display", serif;
}

.m-model-room {
  position: relative;
}
.m-model-room:before {
  content: "";
  background: url(/common/img/model/circle03.svg) no-repeat;
  width: 370px;
  height: 312px;
  position: absolute;
  bottom: 94px;
  left: 60px;
}

.m-model-room-column {
  display: flex;
  justify-content: space-between;
}

.m-model-room-column-r-dl {
  border-top: 1px solid #B1B1B1;
  display: flex;
}
.m-model-room-column-r-dl.bd-bottom {
  border-bottom: 1px solid #B1B1B1;
}

.m-model-room-column-r-dd {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-model-room-column-r-check {
  background: #DFE3E8;
}

.m-model-room-column-r-check-flex-l li {
  font-size: 2.4rem;
  font-family: "Libre Caslon Display", serif;
}

.m-model-facility {
  position: relative;
}
.m-model-facility:before {
  content: "";
  background: url(/common/img/home/facility-found.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 448px;
  height: 258px;
  bottom: -219px;
  left: 80px;
  z-index: -1;
}

.m-model-root {
  background: #EFECEB;
}

.m-model-root-column {
  display: flex;
  justify-content: space-between;
}

.m-model-root-column-l.m-circle01 {
  position: relative;
}
.m-model-root-column-l.m-circle01:after {
  content: "";
  background: url(/common/img/model/circle04.svg) no-repeat;
  width: 188px;
  height: 188px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-model-root-column-l.m-circle02 {
  position: relative;
}
.m-model-root-column-l.m-circle02:after {
  content: "";
  background: url(/common/img/model/circle05.svg) no-repeat;
  width: 108px;
  height: 108px;
  position: absolute;
  right: 0;
  bottom: -60px;
}

.m-model-root-column-r iframe {
  width: 100%;
}

.m-model-other {
  background: #1E1E1E;
  color: #FFF;
}

.m-model-other-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
}

.m-model-other-list {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.m-model-other-list .slick-list {
  max-width: 1000px;
  margin: 0 auto;
}
.m-model-other-list .slick-track {
  display: flex;
  justify-content: space-between;
}

.m-model-other-list-item {
  max-width: 444px;
  width: 100%;
  display: flex !important;
  position: relative;
}
.m-model-other-list-item a {
  display: flex !important;
  width: 100%;
  height: 100%;
}

.m-model-other-list-item-num {
  font-family: "Libre Caslon Display", serif;
  position: absolute;
  letter-spacing: 3px;
  left: 10px;
  top: -5px;
}
.m-model-other-list-item-num.num01 {
  color: #4b93b4;
}
.m-model-other-list-item-num.num02 {
  color: #BA5D83;
}
.m-model-other-list-item-num.num03 {
  color: #8C783C;
}
.m-model-other-list-item-num.num04 {
  color: #3C9664;
}
.m-model-other-list-item-num.num05 {
  color: #6296BB;
}
.m-model-other-list-item-num.num06 {
  color: #783621;
}
.m-model-other-list-item-num.num07 {
  color: #E6785A;
}
.m-model-other-list-item-num.num08 {
  color: #646464;
}
.m-model-other-list-item-num.num09 {
  color: #E98E59;
}

.m-model-other-list-item-img {
  width: 50%;
  display: block;
}

.m-model-other-list-item-info {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  color: #1E1E1E;
  background: #FFF;
}

.m-model-other-list-item-info-title {
  font-size: 2rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-model-other-list-item-info-en {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 1.1rem;
  text-align: center;
}
.m-model-other-list-item-info-en span {
  font-size: 2rem;
  display: block;
}

.m-model-contact {
  padding: 0 0 60px 0;
}

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

/* ---------------------------
m-post
--------------------------- */
/* ---------------------------
m-table01
--------------------------- */
.m-table01, .u-wysiwyg table {
  width: 100%;
}
.m-table01 th, .u-wysiwyg table th, .m-table01 td, .u-wysiwyg table td {
  letter-spacing: 0.2em;
}

/*---------------------------
Page
---------------------------*/
.m-facilities-single-sale-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-facilities {
  position: relative;
}

.m-facilities:before {
  content: "";
  background: #E9E6E4;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.m-facilities-dl {
  padding: 10px 0;
  margin-bottom: 40px;
}

.m-facilities-dt a {
  color: #CAC1BB;
}

.m-facilities-dd {
  color: #1E1E1E;
}

.m-facilities-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 150px;
}

.m-facilities-column-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  margin-bottom: 10px;
}

.m-facilities-column-subtitle {
  font-family: "Yu Mincho", "YuMincho", serif;
  margin-bottom: 100px;
}

.m-facilities-column-txt {
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 2;
}

.m-facilities-column-r {
  min-width: 500px;
  max-width: 820px;
  width: 50%;
  height: 520px;
  margin-left: 140px;
  background: url(/common/img/facilities/item01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.m-facilities-box {
  position: relative;
  margin-bottom: 100px;
}

.m-facilities-box:before {
  content: "";
  background: #E9E6E4;
  width: 70%;
  height: 105%;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  z-index: -1;
}

.m-facilities-box-link {
  margin: 0 auto;
}

.m-facilities-box-link a {
  width: 200px;
  height: 40px;
  color: #FFF;
  border-radius: 50px;
  background: #284664;
  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;
  margin: 0 auto;
}

.m-facilities-single-column-l {
  height: 470px;
  background-size: cover;
  background-position: center;
}

.m-facilities-single-column-r-subtitle {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-facilities-single-column-r-column {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-facilities-single-column-r-column-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 2.5;
}

.m-facilities-single-column-r-column-r-cat {
  background: #284664;
  padding: 5px 10px;
  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;
}

.m-facilities-single-column-r-subtxt {
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 2;
}

.m-facilities-single-line.u-wysiwyg {
  border: 1px solid #B1B1B1;
  margin-bottom: 100px;
}

.m-facilities-single-line-dl {
  border-bottom: 1px solid #B1B1B1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-facilities-single-line-dt {
  margin-bottom: 10px;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #284664;
}

.m-facilities-single-line-dd {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-facilities-single-sale-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  position: relative;
  padding-left: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B1B1B1;
}

.m-facilities-single-sale-title:before {
  content: "";
  width: 3px;
  height: 20px;
  background: #CAC1BB;
  position: absolute;
  left: 0;
  top: 8px;
}

.m-facilities-single-sale-txt {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-facilities-single-sale-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.m-facilities-single-sale-column-r {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-facilities-single-sale-column-r .c-blue {
  color: #284664;
}

.m-facilities-single-sale-column-r span {
  color: #CAC1BB;
}

.m-facilities {
  position: relative;
}
.m-facilities:before {
  content: "";
  background: #E9E6E4;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.m-facilities-dl {
  padding: 10px 0;
  margin-bottom: 40px;
}

.m-facilities-dt a {
  color: #CAC1BB;
}

.m-facilities-dd {
  color: #1E1E1E;
}

.m-facilities-column-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  margin-bottom: 10px;
}

.m-facilities-column-subtitle {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-facilities-column-txt {
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 2;
}

.m-facilities-column-r {
  background: url(/common/img/facilities/item01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.m-facilities-box {
  position: relative;
  margin-bottom: 100px;
}
.m-facilities-box:before {
  content: "";
  background: #E9E6E4;
  width: 70%;
  height: 105%;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  z-index: -1;
}

.m-facilities-box-list {
  display: flex;
  flex-wrap: wrap;
}

.m-facilities-box-list-item {
  margin-bottom: 50px;
}

.m-facilities-box-list-item-figure {
  height: 240px;
  margin-bottom: 10px;
  background-size: cover;
}

.m-facilities-box-list-item-title {
  margin-bottom: 10px;
}

.m-facilities-box-list-item-txt {
  margin-bottom: 20px;
}

.m-facilities-box-list-item-link {
  margin: 0 0 20px auto;
  display: block;
  text-align: right;
  color: #284664;
  text-decoration: underline;
}

.m-facilities-box-link {
  margin: 0 auto;
}
.m-facilities-box-link a {
  width: 200px;
  height: 40px;
  color: #FFF;
  border-radius: 50px;
  background: #284664;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.m-facilities-single-column-l {
  height: 470px;
  background-size: cover;
  background-position: center;
}

.m-facilities-single-column-r-subtitle {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-facilities-single-column-r-column {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  align-items: center;
}

.m-facilities-single-column-r-column-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 2.5;
}

.m-facilities-single-column-r-column-r-cat {
  background: #284664;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}

.m-facilities-single-column-r-subtxt {
  font-family: "Yu Mincho", "YuMincho", serif;
  line-height: 2;
}

.m-facilities-single-line.u-wysiwyg {
  border: 1px solid #B1B1B1;
  margin-bottom: 100px;
}

.m-facilities-single-line-dl {
  border-bottom: 1px solid #B1B1B1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-facilities-single-line-dt {
  margin-bottom: 10px;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #284664;
}

.m-facilities-single-line-dd {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-facilities-single-sale-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  position: relative;
  padding-left: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B1B1B1;
}
.m-facilities-single-sale-title:before {
  content: "";
  width: 3px;
  height: 20px;
  background: #CAC1BB;
  position: absolute;
  left: 0;
  top: 8px;
}

.m-facilities-single-sale-txt {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.m-facilities-single-sale-column {
  align-items: center;
  margin-bottom: 20px;
}

.m-facilities-single-sale-column-r {
  font-family: "Yu Mincho", "YuMincho", serif;
}
.m-facilities-single-sale-column-r .c-blue {
  color: #284664;
}
.m-facilities-single-sale-column-r span {
  color: #CAC1BB;
}

.u-c-wh {
  color: #fff;
}
.u-c-c1 {
  color: #4b93b4;
}
.u-c-c2 {
  color: #BA5D83;
}
.u-c-c3 {
  color: #8C783C;
}
.u-c-c4 {
  color: #3C9664;
}
.u-c-c5 {
  color: #6296BB;
}
.u-c-c6 {
  color: #783621;
}
.u-c-c7 {
  color: #E6785A;
}

.u-bg-wh {
  background: #fff;
}
.u-bg-c1 {
  background: #4b93b4;
}
.u-bg-c2 {
  background: #BA5D83;
}
.u-bg-c3 {
  background: #8C783C;
}
.u-bg-c4 {
  background: #3C9664;
}
.u-bg-c5 {
  background: #6296BB;
}
.u-bg-c6 {
  background: #783621;
}
.u-bg-c7 {
  background: #E6785A;
}

/* ---------------------------
link
--------------------------- */
.u-link01 {
  text-decoration: underline !important;
}
.u-link01:hover {
  text-decoration: none !important;
}

/* ---------------------------
list
--------------------------- */
/* ---------------------------
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;
}

/* ---------------------------
u-tabBtn
--------------------------- */
.u-tabBtn {
  cursor: pointer;
}

.u-tabContent {
  display: none;
}
.u-tabContent.on {
  display: block;
}

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

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

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  overflow: hidden;
  line-height: 2;
}
.u-wysiwyg a {
  text-decoration: underline;
  word-wrap: break-word;
}
.u-wysiwyg a:hover {
  text-decoration: none;
}
.u-wysiwyg a img {
  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;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
.u-wysiwyg h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.u-wysiwyg h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.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 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 {
  margin-bottom: 1em;
}
.u-wysiwyg em {
  font-weight: normal;
}
.u-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
.u-wysiwyg .aligncenter, .u-wysiwyg .has-text-align-center {
  display: block;
  margin: 0 auto;
}
.u-wysiwyg .alignright, .u-wysiwyg .has-text-align-right {
  float: right;
}
.u-wysiwyg .alignleft, .u-wysiwyg .has-text-align-left {
  float: left;
}
.u-wysiwyg .wp-caption {
  max-width: 100%;
}
.u-wysiwyg table {
  margin-bottom: 1em;
}
.u-wysiwyg figure {
  margin-bottom: 1em !important;
}
.u-wysiwyg .annotation {
  color: #BA5D83;
}

.u-ff-sansen-r {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
}
.u-ff-sansen-b {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
}
.u-ff-sansen-h {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 900;
}
.u-ff-b {
  font-weight: bold;
}

.u-ls-5 {
  letter-spacing: 5px;
}

@media screen and (min-width: 1399px) {
  /* ==========================================================================
     Large
     ========================================================================== */
  .pc-Only {
    display: block;
  }
  .sp-Only {
    display: none;
  }
  .wrapin {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
  module
  --------------------------- */
  .l-header {
    height: 80px;
  }
  .l-header-top {
    height: 60px;
  }
  .l-header-top.on {
    background: #35353B;
    height: 80px;
  }
  .l-header-top.on .l-header-top-l {
    padding: 0px 37px 0;
  }
  .l-header-top.on .l-header-top-r {
    margin: 0;
  }
  .l-header-top-l {
    padding: 25px 37px 0;
  }
  .l-header-top-r {
    margin: 21px 0px 0 0px;
    right: 20px;
  }
  .l-header-menu {
    left: 43px;
    top: 36%;
  }
  .l-header-menu.on {
    left: 255px;
  }
  .item-menu.on .item-txt-menu:after {
    color: #FFF;
  }
  .item-txt-menu:after {
    color: #FFF;
  }
  .l-header-sp {
    width: 340px;
    padding: 19% 0 0 40px;
  }
  .l-header-sp-nav-list {
    margin-bottom: 24px;
  }
  .mod-gnav-btn-lines {
    display: none;
  }
  /*=============================
  .btn-trigger
  =============================*/
  .btn-trigger {
    position: relative;
    width: 44px;
    height: 30px;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto 9px;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 14px;
  }
  /*=============================
  #btn01
  =============================*/
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  .m-footer {
    padding: 95px 0;
  }
  .m-footer-logo {
    text-align: center;
    margin-bottom: 45px;
  }
  .m-footer-list {
    margin-bottom: 68px;
  }
  .m-footer-bottom {
    padding: 0px 0 0 113px;
  }
  .m-footer-bottom-column {
    display: flex;
  }
  .m-footer-bottom-column-list {
    display: flex;
    border-right: 2px solid #CAC1BB;
    padding-right: 42px;
  }
  .m-footer-bottom-column-list:last-child {
    margin-right: 0;
  }
  .m-footer-bottom-column-list-item {
    margin-right: 70px;
  }
  .m-footer-bottom-column-list-item:last-child {
    margin-right: 0;
  }
  .m-footer-bottom-column-list-item-dd {
    line-height: 31px;
    font-size: 1.4rem;
  }
  .m-footer-bottom-column-list-item-dd:before {
    content: "▶";
    color: #968378;
    font-size: 8px;
    position: absolute;
    left: -1px;
    top: 0px;
  }
  .m-footer-bottom-column-r {
    padding: 0px 0 0 57px;
  }
  .m-footer-bottom-column-r-office-l-txt {
    font-size: 1.4rem;
  }
  .m-footer-bottom-column-r-office-r {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
    border: 1px solid #284664;
    border-radius: 40px;
    width: 130px;
    height: 30px;
  }
  .m-footer-bottom-column-r-office-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #284664;
  }
  .m-footer-bottom-link {
    display: flex;
  }
  .m-footer-bottom-link-tel {
    margin-right: 20px;
  }
  .m-footer-contact-sp {
    display: none;
  }
  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-clear {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .l-post-main {
    width: 70%;
    max-width: 765px;
  }
  .l-post-side {
    width: 28%;
    max-width: 240px;
    padding-bottom: 130px;
  }
  .l-post-side-sec:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-post-side-sec {
    border-radius: 10px;
  }
  .l-post-side-sec-h {
    padding-left: 20px;
  }
  .l-post-side-sec-h::before {
    margin-left: -20px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-680 {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-760 {
    max-width: 840px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-960 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1040 {
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1190 {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1200 {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1280 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1300 {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1460 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  /*---------------------------
  btn
  ---------------------------*/
  .m-btn01 {
    font-size: 2rem;
    padding: 15px 0px;
  }
  .m-btn01.c {
    position: relative;
  }
  .m-btn01.c-orange {
    background: #BA5D83;
  }
  .m-btn01.c-orange:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/common/img/base/c-wh-allow.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 20px;
  }
  .m-btn01.c-orange-border {
    border: 1px solid #BA5D83;
    width: 380px;
    font-size: 2rem;
    color: #BA5D83;
  }
  .m-btn01.c-orange-border:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/common/img/base/c-or2-allow.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 20px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  /* ---------------------------
  h
  --------------------------- */
  .m-home-mv {
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  .m-home-mv-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .m-home-mv-title img {
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
  }
  .m-home-mv-slider {
    margin-top: -80px;
  }
  .m-home-mv-slider .slick-slide {
    width: 100vw;
  }
  .m-home-mv-slider .slick-slide source, .m-home-mv-slider .slick-slide img {
    width: 100%;
  }
  .m-home-mv-contact {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 1000px;
    width: 100%;
  }
  .m-home-mv-contact.m-model-none {
    display: none;
  }
  .m-home-mv-contact.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    background: #000;
    z-index: 3;
    max-width: 100%;
  }
  .m-home-mv-contact.fixed.m-model-none {
    display: block;
  }
  .m-home-mv-contact-in {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  .m-home-mv-contact-box {
    height: 110px;
  }
  .m-home-mv-contact-txt:before {
    content: "";
    width: 36px;
    height: 2px;
    background: #968378;
    position: absolute;
    top: 34px;
    z-index: 1;
  }
  #bookWidget-65996-0-0-1601017353 {
    width: 100%;
    height: 110px;
  }
  .book-widget-size-all {
    max-width: 100% !important;
    height: 110px;
  }
  .book-form-inline {
    display: flex;
    justify-content: space-between;
  }
  .book-widget-bg {
    padding: 27px 15px 15px 0px !important;
  }
  .book-col-7 .book-form-control {
    width: 210px !important;
    height: 40px !important;
  }
  .book-col-7 .book-adl {
    width: auto !important;
    height: 40px !important;
    border-radius: 5px !important;
  }
  .book-col-7 .book-btn {
    width: 120px !important;
  }
  .book-col-5.book-control-label {
    position: relative;
    top: -6px;
    font-size: 1.4rem !important;
  }
  .book-datepicker {
    padding: 10px;
    background: #FFF;
  }
  .book-container .book-form-inline .book-form-control {
    border-radius: 30px;
  }
  .m-home-about {
    height: 670px;
    padding: 122px 0;
  }
  .m-home-about-title {
    margin-bottom: 27px;
  }
  .m-home-about-txt {
    margin-bottom: 40px;
    line-height: 46px;
  }
  .m-home-movie {
    padding: 80px 0;
  }
  .m-home-movie-inner {
    max-width: 800px;
  }
  .m-home-hotel {
    padding: 127px 0 0;
  }
  .m-home-hotel-subtitle {
    margin-bottom: 43px;
  }
  .m-home-hotel-txt {
    text-align: center;
    line-height: 36px;
    margin-bottom: 48px;
  }
  .m-home-hotel-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-home-hotel-list:after {
    content: "";
    background: url(/common/img/home/hotel-found.svg) no-repeat;
    background-size: cover;
    width: 316px;
    height: 256px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .m-home-hotel-list-item {
    max-width: 380px;
    width: 33%;
    margin-bottom: 75px;
  }
  .m-home-hotel-list-item-num {
    font-size: 6rem;
    position: absolute;
    left: 33px;
    top: -13px;
    letter-spacing: 3px;
    z-index: 1;
  }
  .m-home-hotel-list-item-img {
    top: 24px;
    margin-bottom: 100px;
  }
  .m-home-hotel-list-item-name:before {
    content: "";
    background: url(/common/img/home/home-hotel-list-item-allow.png) no-repeat;
    width: 118px;
    height: 34px;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-home-hotel-list-item-name-en {
    font-size: 2.2rem;
  }
  .m-home-hotel-list-item-name-en span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 2px;
  }
  .m-home-facility {
    padding: 59px 0;
  }
  .m-home-facility:after {
    content: "";
    background: #F4F3F1;
    width: 1000px;
    height: 500px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .m-home-facility-column {
    display: flex;
    justify-content: space-between;
  }
  .m-home-facility-column-l-title {
    letter-spacing: 6px;
    margin-bottom: 10px;
  }
  .m-home-facility-column-l-subtitle {
    margin-bottom: 45px;
  }
  .m-home-facility-column-l-txt {
    margin-bottom: 30px;
    line-height: 36px;
  }
  .m-home-facility-column-r {
    width: 62%;
    margin-top: 16px;
  }
  .m-home-facility-column-r-list-item-img {
    height: 180px;
  }
  .m-home-facility-column-r-list-item-txt {
    font-size: 1.8rem;
  }
  .m-home-tourism {
    margin: 280px 0 140px 150px;
    padding: 200px 235px 60px 100px;
  }
  .m-home-tourism-brown {
    padding: 30px 35px 71px 35px;
    right: 151px;
    top: -154px;
    max-width: 380px;
  }
  .m-home-tourism-brown-title {
    font-size: 3.6rem;
    letter-spacing: 4px;
  }
  .m-home-tourism-column-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
  }
  .m-home-tourism-column-item-l {
    margin-right: 100px;
  }
  .m-home-tourism-column-item-r-title {
    padding: 15px 0 10px;
    margin-bottom: 32px;
  }
  .m-home-tourism-column-item-r-txt {
    line-height: 32px;
  }
  .m-home-info {
    padding: 122px 0;
  }
  .m-home-info-column {
    display: flex;
    justify-content: space-between;
  }
  .m-home-info-column-subtitle {
    margin-bottom: 61px;
  }
  .m-home-info-column-download {
    letter-spacing: 1px;
  }
  .m-home-info-column-list-item {
    max-width: 340px;
  }
  .m-home-info-column-list-item-icon {
    top: 34px;
    right: 8px;
  }
  .m-home-movie02 {
    padding: 80px 0;
  }
  .m-home-movie02-inner {
    max-width: 1360px;
    padding: 0 30px;
  }
  .m-home-movie02-inner iframe {
    width: calc((100% - 40px) / 2);
  }
  .m-home-movie02-inner .m-home-movie02-bnr {
    width: calc((100% - 40px) / 2);
  }
  .m-home-movie02-inner .m-home-movie02-bnr a {
    display: block;
    width: 100%;
  }
  .m-home-movie02-inner .m-home-movie02-bnr a img {
    width: 100%;
  }
  .m-privacy-top {
    padding: 50px 0 83px;
  }
  .m-privacy-con {
    padding: 110px 0;
  }
  .m-privacy-con-box {
    padding: 110px 115px;
    margin: 0 15px;
  }
  .m-privacy-title {
    margin-bottom: 28px;
  }
  .m-privacy-txt {
    margin-bottom: 86px;
    line-height: 31px;
  }
  .m-model-mv-bg {
    position: relative;
  }
  .m-model-mv-bg:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    background: #353535;
    width: 100%;
    height: 805px;
    z-index: -1;
  }
  .m-bread {
    padding-top: 3px;
  }
  .m-model-mv-title {
    margin-top: 75px;
    margin-bottom: 2px;
  }
  .m-model-mv-title:before {
    content: "";
    background: url(/common/img/model/title-allow.svg) no-repeat;
    width: 168px;
    height: 50px;
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-model-mv-txt {
    font-size: 1.4rem;
    margin-bottom: 65px;
  }
  .m-model-mv-txt span {
    padding-left: 10px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .m-model-mv-img:after {
    content: "";
    width: 2px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: -29px;
    margin: 0 auto;
    background: #6296BB;
  }
  .m-model-mv-copy {
    line-height: 60px;
    margin-bottom: 125px;
  }
  .m-model-about {
    margin-bottom: 177px;
  }
  .m-model-about-column:before {
    content: "";
    background: #EFECEB;
    width: 92%;
    height: 520px;
    position: absolute;
    left: 50px;
    bottom: -78px;
    z-index: -1;
  }
  .m-model-about-column-l {
    width: 48%;
    margin-right: 1%;
  }
  .m-model-about-column-r {
    width: 46%;
  }
  .m-model-column-title {
    padding: 0 43px 0 0px;
    margin-top: -13px;
  }
  .m-model-column-subtitle {
    margin-bottom: 130px;
    padding: 8px 52px 0 0px;
  }
  .m-model-about-column-small {
    margin-bottom: 57px;
  }
  .m-model-about-column-small-item:first-child {
    margin-right: 15px;
  }
  .m-model-about-column-txt {
    max-width: 493px;
    line-height: 31px;
  }
  .m-model-about-column-row {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    position: relative;
  }
  .m-model-about-column-row:before {
    content: "";
    background: #EFECEB;
    width: 92%;
    height: 520px;
    position: absolute;
    left: 50px;
    bottom: -78px;
    z-index: -1;
  }
  .m-model-about-column-row .m-model-column-title {
    padding: 0 0px 0 48px;
  }
  .m-model-about-column-row .m-model-about-column-l {
    width: 48%;
    margin-right: 0;
  }
  .m-model-about-column-row .m-model-about-column-r {
    width: 48%;
    margin-right: 1%;
  }
  .m-model-about-column-row .m-model-column-subtitle {
    padding: 8px 0px 0 47px;
  }
  .m-model-about-column-row .m-model-about-column-txt {
    padding: 0 15px 0 128px;
    max-width: 100%;
  }
  .m-model-room {
    padding: 46px 0;
    margin-bottom: 20px;
  }
  .m-model-room-column-r {
    width: 62%;
  }
  .m-model-room-column-r-dl {
    padding: 23px 27px;
  }
  .m-model-room-column-r-dd {
    font-size: 1.8rem;
  }
  .m-model-room-column-r-dt {
    margin-right: 58px;
    width: 82px;
  }
  .m-model-room-column-r-check {
    margin-top: 58px;
    padding: 45px 63px;
  }
  .m-model-room-column-r-check-flex {
    display: flex;
    justify-content: space-between;
  }
  .m-model-room-column-r-check-flex-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #284664;
    font-size: 1.4rem;
    width: 200px;
    height: 40px;
    color: #FFF;
    border-radius: 30px;
    position: relative;
    top: 38px;
    right: 17px;
  }
  .m-model-facility {
    padding: 59px 0;
  }
  .m-model-facility:after {
    content: "";
    background: #F4F3F1;
    width: 1000px;
    height: 500px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .m-model-root {
    margin-top: 160px;
    padding: 150px 0;
  }
  .m-model-root-column-r {
    width: 61%;
  }
  .m-model-other {
    padding: 55px 0px 75px;
    position: relative;
    top: -30px;
  }
  .m-model-other-title {
    letter-spacing: 2px;
    margin-bottom: 55px;
  }
  .m-model-other-list .slick-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 1;
  }
  .m-model-other-list .slick-next {
    width: 60px;
    height: 60px;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    top: 60px;
    right: 0;
    position: absolute;
    z-index: 1;
  }
  .m-model-other-list-item {
    padding: 20px 0;
  }
  .m-model-other-list-item-num {
    font-size: 4rem;
  }
  .sp-Only {
    display: none;
  }
  /* ---------------------------
  m-post
  --------------------------- */
  /* ---------------------------
  m-table01
  --------------------------- */
  .m-table01, .u-wysiwyg table {
    margin-left: 40px;
  }
  .m-table01 td, .u-wysiwyg table td {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
  /*---------------------------
  Page
  ---------------------------*/
  .m-facilities-single-column-l {
    width: 48%;
  }
  .m-facilities-single-column-r {
    width: 48%;
  }
  .m-facilities-single-column-r-column {
    margin-bottom: 150px;
  }
  .m-facilities-single-line.u-wysiwyg {
    padding: 100px;
  }
  .m-facilities-single-sale-txt {
    margin-bottom: 60px !important;
  }
  .m-facilities-single-sale-column-l {
    margin-right: 40px;
  }
  .m-facilities-column {
    margin-bottom: 150px;
    display: flex;
    justify-content: flex-end;
  }
  .m-facilities-column-l {
    width: 30%;
    margin-left: 195px;
  }
  .m-facilities-column-subtitle {
    margin-bottom: 100px;
  }
  .m-facilities-column-r {
    min-width: 500px;
    max-width: 820px;
    width: 50%;
    height: 520px;
    margin-left: 140px;
  }
  .m-facilities-box-list-item {
    width: 30%;
    margin-right: 60px;
  }
  .m-facilities-box-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .m-facilities-single-column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .m-facilities-single-column-l {
    width: 48%;
  }
  .m-facilities-single-column-r {
    width: 48%;
  }
  .m-facilities-single-column-r-column {
    margin-bottom: 150px;
  }
  .m-facilities-single-line.u-wysiwyg {
    padding: 100px;
  }
  .m-facilities-single-sale-txt {
    margin-bottom: 60px !important;
  }
  .m-facilities-single-sale-column {
    display: flex;
  }
  .m-facilities-single-sale-column-l {
    margin-right: 40px;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin-top */
  .u-mt-5 {
    margin-top: 5px;
  }
  .u-mt-10 {
    margin-top: 10px;
  }
  .u-mt-15 {
    margin-top: 15px;
  }
  .u-mt-20 {
    margin-top: 20px;
  }
  .u-mt-25 {
    margin-top: 25px;
  }
  .u-mt-30 {
    margin-top: 30px;
  }
  .u-mt-35 {
    margin-top: 35px;
  }
  .u-mt-40 {
    margin-top: 40px;
  }
  .u-mt-45 {
    margin-top: 45px;
  }
  .u-mt-50 {
    margin-top: 50px;
  }
  .u-mt-60 {
    margin-top: 60px;
  }
  .u-mt-70 {
    margin-top: 70px;
  }
  .u-mt-80 {
    margin-top: 80px;
  }
  .u-mt-90 {
    margin-top: 90px;
  }
  .u-mt-100 {
    margin-top: 100px;
  }
  /* margin-bottom */
  .u-mb-5 {
    margin-bottom: 5px;
  }
  .u-mb-10 {
    margin-bottom: 10px;
  }
  .u-mb-15 {
    margin-bottom: 15px;
  }
  .u-mb-20 {
    margin-bottom: 20px;
  }
  .u-mb-25 {
    margin-bottom: 25px;
  }
  .u-mb-30 {
    margin-bottom: 30px;
  }
  .u-mb-35 {
    margin-bottom: 35px;
  }
  .u-mb-40 {
    margin-bottom: 40px;
  }
  .u-mb-45 {
    margin-bottom: 45px;
  }
  .u-mb-50 {
    margin-bottom: 50px;
  }
  .u-mb-60 {
    margin-bottom: 60px;
  }
  .u-mb-70 {
    margin-bottom: 70px;
  }
  .u-mb-80 {
    margin-bottom: 80px;
  }
  .u-mb-90 {
    margin-bottom: 90px;
  }
  .u-mb-100 {
    margin-bottom: 100px;
  }
  /* padding-top */
  .u-pt-5 {
    padding-top: 5px;
  }
  .u-pt-10 {
    padding-top: 10px;
  }
  .u-pt-15 {
    padding-top: 15px;
  }
  .u-pt-20 {
    padding-top: 20px;
  }
  .u-pt-25 {
    padding-top: 25px;
  }
  .u-pt-30 {
    padding-top: 30px;
  }
  .u-pt-35 {
    padding-top: 35px;
  }
  .u-pt-40 {
    padding-top: 40px;
  }
  .u-pt-45 {
    padding-top: 45px;
  }
  .u-pt-50 {
    padding-top: 50px;
  }
  .u-pt-60 {
    padding-top: 60px;
  }
  .u-pt-70 {
    padding-top: 70px;
  }
  .u-pt-80 {
    padding-top: 80px;
  }
  .u-pt-90 {
    padding-top: 90px;
  }
  .u-pt-100 {
    padding-top: 100px;
  }
  /* padding-bottom */
  .u-pb-5 {
    padding-bottom: 5px;
  }
  .u-pb-10 {
    padding-bottom: 10px;
  }
  .u-pb-15 {
    padding-bottom: 15px;
  }
  .u-pb-20 {
    padding-bottom: 20px;
  }
  .u-pb-25 {
    padding-bottom: 25px;
  }
  .u-pb-30 {
    padding-bottom: 30px;
  }
  .u-pb-35 {
    padding-bottom: 35px;
  }
  .u-pb-40 {
    padding-bottom: 40px;
  }
  .u-pb-45 {
    padding-bottom: 45px;
  }
  .u-pb-50 {
    padding-bottom: 50px;
  }
  .u-pb-60 {
    padding-bottom: 60px;
  }
  .u-pb-70 {
    padding-bottom: 70px;
  }
  .u-pb-80 {
    padding-bottom: 80px;
  }
  .u-pb-90 {
    padding-bottom: 90px;
  }
  .u-pb-100 {
    padding-bottom: 100px;
  }
  /* ---------------------------
  u-tabBtn
  --------------------------- */
  .u-text-10 {
    font-size: 1rem;
  }
  .u-text-11 {
    font-size: 1.1rem;
  }
  .u-text-12 {
    font-size: 1.2rem;
  }
  .u-text-13 {
    font-size: 1.3rem;
  }
  .u-text-14 {
    font-size: 1.4rem;
  }
  .u-text-15 {
    font-size: 1.5rem;
  }
  .u-text-16 {
    font-size: 1.6rem;
  }
  .u-text-18 {
    font-size: 1.8rem;
  }
  .u-text-20 {
    font-size: 2rem !important;
  }
  .u-text-22 {
    font-size: 2.2rem;
  }
  .u-text-24 {
    font-size: 2.4rem;
  }
  .u-text-26 {
    font-size: 2.6rem;
  }
  .u-text-28 {
    font-size: 2.8rem;
  }
  .u-text-30 {
    font-size: 3rem;
  }
  .u-text-32 {
    font-size: 3.2rem;
  }
  .u-text-42 {
    font-size: 4.2rem;
  }
  .u-text-46 {
    font-size: 4.6rem;
  }
  .u-text-50 {
    font-size: 5rem;
  }
  .u-text-54 {
    font-size: 5.4rem;
  }
  .u-text-58 {
    font-size: 5.8rem;
  }
  .u-text-64 {
    font-size: 6.4rem;
  }
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    margin-bottom: 30px;
    font-size: 1.54rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.34rem;
  }
  .u-wysiwyg h4 {
    font-size: 1.24rem;
  }
  .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright, .u-wysiwyg .has-text-align-right {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft, .u-wysiwyg .has-text-align-left {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-ff-sansen-r {
    font-weight: 400;
  }
  .u-ff-sansen-b {
    font-weight: 700;
  }
  .u-ff-sansen-h {
    font-weight: 900;
  }
  .u-ff-b {
    font-weight: bold;
  }
  .u-ls-5 {
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px), print {
  /* ==========================================================================
     PC
     ========================================================================== */
  .pc-Only {
    display: block;
  }
  .sp-Only {
    display: none;
  }
  .wrapin {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  .l-header {
    height: 80px;
  }
  .l-header-top {
    height: 60px;
  }
  .l-header-top.on {
    background: #35353B;
    height: 80px;
  }
  .l-header-top.on .l-header-top-l {
    padding: 0px 37px 0;
  }
  .l-header-top.on .l-header-top-r {
    margin: 0;
  }
  .l-header-top-l {
    padding: 25px 37px 0;
  }
  .l-header-top-r {
    margin: 21px 0px 0 0px;
    right: 20px;
  }
  .l-header-menu {
    left: 43px;
    top: 36%;
  }
  .l-header-menu.on {
    left: 255px;
  }
  .item-menu.on .item-txt-menu:after {
    color: #FFF;
  }
  .item-txt-menu:after {
    color: #FFF;
  }
  .l-header-sp {
    width: 340px;
    padding: 19% 0 0 40px;
  }
  .l-header-sp-nav-list {
    margin-bottom: 24px;
  }
  .mod-gnav-btn-lines {
    display: none;
  }
  /*=============================
  .btn-trigger
  =============================*/
  .btn-trigger {
    position: relative;
    width: 44px;
    height: 30px;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto 9px;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 14px;
  }
  /*=============================
  #btn01
  =============================*/
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  .m-footer {
    padding: 95px 0;
  }
  .m-footer-logo {
    text-align: center;
    margin-bottom: 45px;
  }
  .m-footer-list {
    margin-bottom: 68px;
  }
  .m-footer-bottom {
    padding: 0px 0 0 113px;
  }
  .m-footer-bottom-column {
    display: flex;
  }
  .m-footer-bottom-column-list {
    display: flex;
    border-right: 2px solid #CAC1BB;
    padding-right: 42px;
  }
  .m-footer-bottom-column-list:last-child {
    margin-right: 0;
  }
  .m-footer-bottom-column-list-item {
    margin-right: 70px;
  }
  .m-footer-bottom-column-list-item:last-child {
    margin-right: 0;
  }
  .m-footer-bottom-column-list-item-dd {
    line-height: 31px;
    font-size: 1.4rem;
  }
  .m-footer-bottom-column-list-item-dd:before {
    content: "▶";
    color: #968378;
    font-size: 8px;
    position: absolute;
    left: -1px;
    top: 0px;
  }
  .m-footer-bottom-column-r {
    padding: 0px 0 0 57px;
  }
  .m-footer-bottom-column-r-office-l-txt {
    font-size: 1.4rem;
  }
  .m-footer-bottom-column-r-office-r {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
    border: 1px solid #284664;
    border-radius: 40px;
    width: 130px;
    height: 30px;
  }
  .m-footer-bottom-column-r-office-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #284664;
  }
  .m-footer-bottom-link {
    display: flex;
  }
  .m-footer-bottom-link-tel {
    margin-right: 20px;
  }
  .m-footer-contact-sp {
    display: none;
  }
  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-clear {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .l-post-main {
    width: 70%;
    max-width: 765px;
  }
  .l-post-side {
    width: 28%;
    max-width: 240px;
    padding-bottom: 130px;
  }
  .l-post-side-sec:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-post-side-sec {
    border-radius: 10px;
  }
  .l-post-side-sec-h {
    padding-left: 20px;
  }
  .l-post-side-sec-h::before {
    margin-left: -20px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  .l-wrap-680 {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-760 {
    max-width: 840px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-960 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1040 {
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1190 {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1200 {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1280 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1300 {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1460 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  /*---------------------------
  btn
  ---------------------------*/
  .m-btn01 {
    font-size: 2rem;
    padding: 15px 0px;
  }
  .m-btn01.c {
    position: relative;
  }
  .m-btn01.c-orange {
    background: #BA5D83;
  }
  .m-btn01.c-orange:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/common/img/base/c-wh-allow.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 20px;
  }
  .m-btn01.c-orange-border {
    border: 1px solid #BA5D83;
    width: 380px;
    font-size: 2rem;
    color: #BA5D83;
  }
  .m-btn01.c-orange-border:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/common/img/base/c-or2-allow.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 20px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  /* ---------------------------
  h
  --------------------------- */
  .m-home-mv {
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  .m-home-mv-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .m-home-mv-title img {
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
  }
  .m-home-mv-slider {
    margin-top: -80px;
  }
  .m-home-mv-slider .slick-slide {
    width: 100vw;
  }
  .m-home-mv-slider .slick-slide source, .m-home-mv-slider .slick-slide img {
    width: 100%;
  }
  .m-home-mv-contact {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 1000px;
    width: 100%;
  }
  .m-home-mv-contact.m-model-none {
    display: none;
  }
  .m-home-mv-contact.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    background: #000;
    z-index: 3;
    max-width: 100%;
  }
  .m-home-mv-contact.fixed.m-model-none {
    display: block;
  }
  .m-home-mv-contact-in {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  .m-home-mv-contact-box {
    height: 110px;
  }
  .m-home-mv-contact-txt:before {
    content: "";
    width: 36px;
    height: 2px;
    background: #968378;
    position: absolute;
    top: 34px;
    z-index: 1;
  }
  #bookWidget-65996-0-0-1601017353 {
    width: 100%;
    height: 110px;
  }
  .book-widget-size-all {
    max-width: 100% !important;
    height: 110px;
  }
  .book-form-inline {
    display: flex;
    justify-content: space-between;
  }
  .book-widget-bg {
    padding: 27px 15px 15px 0px !important;
  }
  .book-col-7 .book-form-control {
    width: 210px !important;
    height: 40px !important;
  }
  .book-col-7 .book-adl {
    width: auto !important;
    height: 40px !important;
    border-radius: 5px !important;
  }
  .book-col-7 .book-btn {
    width: 120px !important;
  }
  .book-col-5.book-control-label {
    position: relative;
    top: -6px;
    font-size: 1.4rem !important;
  }
  .book-datepicker {
    padding: 10px;
    background: #FFF;
  }
  .book-container .book-form-inline .book-form-control {
    border-radius: 30px;
  }
  .m-home-about {
    height: 670px;
    padding: 122px 0;
  }
  .m-home-about-title {
    margin-bottom: 27px;
  }
  .m-home-about-txt {
    margin-bottom: 40px;
    line-height: 46px;
  }
  .m-home-movie {
    padding: 80px 0;
  }
  .m-home-movie-inner {
    max-width: 800px;
  }
  .m-home-hotel {
    padding: 127px 0 0;
  }
  .m-home-hotel-subtitle {
    margin-bottom: 43px;
  }
  .m-home-hotel-txt {
    text-align: center;
    line-height: 36px;
    margin-bottom: 48px;
  }
  .m-home-hotel-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-home-hotel-list:after {
    content: "";
    background: url(/common/img/home/hotel-found.svg) no-repeat;
    background-size: cover;
    width: 316px;
    height: 256px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .m-home-hotel-list-item {
    max-width: 380px;
    width: 33%;
    margin-bottom: 75px;
  }
  .m-home-hotel-list-item-num {
    font-size: 6rem;
    position: absolute;
    left: 33px;
    top: -13px;
    letter-spacing: 3px;
    z-index: 1;
  }
  .m-home-hotel-list-item-img {
    top: 24px;
    margin-bottom: 100px;
  }
  .m-home-hotel-list-item-name:before {
    content: "";
    background: url(/common/img/home/home-hotel-list-item-allow.png) no-repeat;
    width: 118px;
    height: 34px;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-home-hotel-list-item-name-en {
    font-size: 2.2rem;
  }
  .m-home-hotel-list-item-name-en span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 2px;
  }
  .m-home-facility {
    padding: 59px 0;
  }
  .m-home-facility:after {
    content: "";
    background: #F4F3F1;
    width: 1000px;
    height: 500px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .m-home-facility-column {
    display: flex;
    justify-content: space-between;
  }
  .m-home-facility-column-l-title {
    letter-spacing: 6px;
    margin-bottom: 10px;
  }
  .m-home-facility-column-l-subtitle {
    margin-bottom: 45px;
  }
  .m-home-facility-column-l-txt {
    margin-bottom: 30px;
    line-height: 36px;
  }
  .m-home-facility-column-r {
    width: 62%;
    margin-top: 16px;
  }
  .m-home-facility-column-r-list-item-img {
    height: 180px;
  }
  .m-home-facility-column-r-list-item-txt {
    font-size: 1.8rem;
  }
  .m-home-tourism {
    margin: 280px 0 140px 150px;
    padding: 200px 235px 60px 100px;
  }
  .m-home-tourism-brown {
    padding: 30px 35px 71px 35px;
    right: 151px;
    top: -154px;
    max-width: 380px;
  }
  .m-home-tourism-brown-title {
    font-size: 3.6rem;
    letter-spacing: 4px;
  }
  .m-home-tourism-column-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
  }
  .m-home-tourism-column-item-l {
    margin-right: 100px;
  }
  .m-home-tourism-column-item-r-title {
    padding: 15px 0 10px;
    margin-bottom: 32px;
  }
  .m-home-tourism-column-item-r-txt {
    line-height: 32px;
  }
  .m-home-info {
    padding: 122px 0;
  }
  .m-home-info-column {
    display: flex;
    justify-content: space-between;
  }
  .m-home-info-column-subtitle {
    margin-bottom: 61px;
  }
  .m-home-info-column-download {
    letter-spacing: 1px;
  }
  .m-home-info-column-list-item {
    max-width: 340px;
  }
  .m-home-info-column-list-item-icon {
    top: 34px;
    right: 8px;
  }
  .m-home-movie02 {
    padding: 80px 0;
  }
  .m-home-movie02-inner {
    max-width: 1360px;
    padding: 0 30px;
  }
  .m-home-movie02-inner iframe {
    width: calc((100% - 40px) / 2);
  }
  .m-home-movie02-inner .m-home-movie02-bnr {
    width: calc((100% - 40px) / 2);
  }
  .m-home-movie02-inner .m-home-movie02-bnr a {
    display: block;
    width: 100%;
  }
  .m-home-movie02-inner .m-home-movie02-bnr a img {
    width: 100%;
  }
  .m-privacy-top {
    padding: 50px 0 83px;
  }
  .m-privacy-con {
    padding: 110px 0;
  }
  .m-privacy-con-box {
    padding: 110px 115px;
    margin: 0 15px;
  }
  .m-privacy-title {
    margin-bottom: 28px;
  }
  .m-privacy-txt {
    margin-bottom: 86px;
    line-height: 31px;
  }
  .m-model-mv-bg {
    position: relative;
  }
  .m-model-mv-bg:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    background: #353535;
    width: 100%;
    height: 805px;
    z-index: -1;
  }
  .m-bread {
    padding-top: 3px;
  }
  .m-model-mv-title {
    margin-top: 75px;
    margin-bottom: 2px;
  }
  .m-model-mv-title:before {
    content: "";
    background: url(/common/img/model/title-allow.svg) no-repeat;
    width: 168px;
    height: 50px;
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-model-mv-txt {
    font-size: 1.4rem;
    margin-bottom: 65px;
  }
  .m-model-mv-txt span {
    padding-left: 10px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .m-model-mv-img:after {
    content: "";
    width: 2px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: -29px;
    margin: 0 auto;
    background: #6296BB;
  }
  .m-model-mv-copy {
    line-height: 60px;
    margin-bottom: 125px;
  }
  .m-model-about {
    margin-bottom: 177px;
  }
  .m-model-about-column:before {
    content: "";
    background: #EFECEB;
    width: 92%;
    height: 520px;
    position: absolute;
    left: 50px;
    bottom: -78px;
    z-index: -1;
  }
  .m-model-about-column-l {
    width: 48%;
    margin-right: 1%;
  }
  .m-model-about-column-r {
    width: 46%;
  }
  .m-model-column-title {
    padding: 0 43px 0 0px;
    margin-top: -13px;
  }
  .m-model-column-subtitle {
    margin-bottom: 130px;
    padding: 8px 52px 0 0px;
  }
  .m-model-about-column-small {
    margin-bottom: 57px;
  }
  .m-model-about-column-small-item:first-child {
    margin-right: 15px;
  }
  .m-model-about-column-txt {
    max-width: 493px;
    line-height: 31px;
  }
  .m-model-about-column-row {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    position: relative;
  }
  .m-model-about-column-row:before {
    content: "";
    background: #EFECEB;
    width: 92%;
    height: 520px;
    position: absolute;
    left: 50px;
    bottom: -78px;
    z-index: -1;
  }
  .m-model-about-column-row .m-model-column-title {
    padding: 0 0px 0 48px;
  }
  .m-model-about-column-row .m-model-about-column-l {
    width: 48%;
    margin-right: 0;
  }
  .m-model-about-column-row .m-model-about-column-r {
    width: 48%;
    margin-right: 1%;
  }
  .m-model-about-column-row .m-model-column-subtitle {
    padding: 8px 0px 0 47px;
  }
  .m-model-about-column-row .m-model-about-column-txt {
    padding: 0 15px 0 128px;
    max-width: 100%;
  }
  .m-model-room {
    padding: 46px 0;
    margin-bottom: 20px;
  }
  .m-model-room-column-r {
    width: 62%;
  }
  .m-model-room-column-r-dl {
    padding: 23px 27px;
  }
  .m-model-room-column-r-dd {
    font-size: 1.8rem;
  }
  .m-model-room-column-r-dt {
    margin-right: 58px;
    width: 82px;
  }
  .m-model-room-column-r-check {
    margin-top: 58px;
    padding: 45px 63px;
  }
  .m-model-room-column-r-check-flex {
    display: flex;
    justify-content: space-between;
  }
  .m-model-room-column-r-check-flex-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #284664;
    font-size: 1.4rem;
    width: 200px;
    height: 40px;
    color: #FFF;
    border-radius: 30px;
    position: relative;
    top: 38px;
    right: 17px;
  }
  .m-model-facility {
    padding: 59px 0;
  }
  .m-model-facility:after {
    content: "";
    background: #F4F3F1;
    width: 1000px;
    height: 500px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .m-model-root {
    margin-top: 160px;
    padding: 150px 0;
  }
  .m-model-root-column-r {
    width: 61%;
  }
  .m-model-other {
    padding: 55px 0px 75px;
    position: relative;
    top: -30px;
  }
  .m-model-other-title {
    letter-spacing: 2px;
    margin-bottom: 55px;
  }
  .m-model-other-list .slick-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 1;
  }
  .m-model-other-list .slick-next {
    width: 60px;
    height: 60px;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    top: 60px;
    right: 0;
    position: absolute;
    z-index: 1;
  }
  .m-model-other-list-item {
    padding: 20px 0;
  }
  .m-model-other-list-item-num {
    font-size: 4rem;
  }
  .tb-Only {
    display: none;
  }
  .sp-Only {
    display: none;
  }
  /* ---------------------------
  m-post
  --------------------------- */
  /* ---------------------------
  m-table01
  --------------------------- */
  .m-table01, .u-wysiwyg table {
    margin-left: 40px;
  }
  .m-table01 td, .u-wysiwyg table td {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
  /*---------------------------
  Page
  ---------------------------*/
  .m-facilities-single-column-l {
    width: 48%;
  }
  .m-facilities-single-column-r {
    width: 48%;
  }
  .m-facilities-single-column-r-column {
    margin-bottom: 150px;
  }
  .m-facilities-single-line.u-wysiwyg {
    padding: 100px;
  }
  .m-facilities-single-sale-txt {
    margin-bottom: 60px !important;
  }
  .m-facilities-single-sale-column-l {
    margin-right: 40px;
  }
  .m-facilities-column {
    margin-bottom: 150px;
    display: flex;
    justify-content: flex-end;
  }
  .m-facilities-column-l {
    width: 30%;
    margin-left: 195px;
  }
  .m-facilities-column-subtitle {
    margin-bottom: 100px;
  }
  .m-facilities-column-r {
    min-width: 500px;
    max-width: 820px;
    width: 50%;
    height: 520px;
    margin-left: 140px;
  }
  .m-facilities-box-list-item {
    width: 30%;
    margin-right: 60px;
  }
  .m-facilities-box-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .m-facilities-single-column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .m-facilities-single-column-l {
    width: 48%;
  }
  .m-facilities-single-column-r {
    width: 48%;
  }
  .m-facilities-single-column-r-column {
    margin-bottom: 150px;
  }
  .m-facilities-single-line.u-wysiwyg {
    padding: 100px;
  }
  .m-facilities-single-sale-txt {
    margin-bottom: 60px !important;
  }
  .m-facilities-single-sale-column {
    display: flex;
  }
  .m-facilities-single-sale-column-l {
    margin-right: 40px;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin-top */
  .u-mt-5 {
    margin-top: 5px;
  }
  .u-mt-10 {
    margin-top: 10px;
  }
  .u-mt-15 {
    margin-top: 15px;
  }
  .u-mt-20 {
    margin-top: 20px;
  }
  .u-mt-25 {
    margin-top: 25px;
  }
  .u-mt-30 {
    margin-top: 30px;
  }
  .u-mt-35 {
    margin-top: 35px;
  }
  .u-mt-40 {
    margin-top: 40px;
  }
  .u-mt-45 {
    margin-top: 45px;
  }
  .u-mt-50 {
    margin-top: 50px;
  }
  .u-mt-60 {
    margin-top: 60px;
  }
  .u-mt-70 {
    margin-top: 70px;
  }
  .u-mt-80 {
    margin-top: 80px;
  }
  .u-mt-90 {
    margin-top: 90px;
  }
  .u-mt-100 {
    margin-top: 100px;
  }
  /* margin-bottom */
  .u-mb-5 {
    margin-bottom: 5px;
  }
  .u-mb-10 {
    margin-bottom: 10px;
  }
  .u-mb-15 {
    margin-bottom: 15px;
  }
  .u-mb-20 {
    margin-bottom: 20px;
  }
  .u-mb-25 {
    margin-bottom: 25px;
  }
  .u-mb-30 {
    margin-bottom: 30px;
  }
  .u-mb-35 {
    margin-bottom: 35px;
  }
  .u-mb-40 {
    margin-bottom: 40px;
  }
  .u-mb-45 {
    margin-bottom: 45px;
  }
  .u-mb-50 {
    margin-bottom: 50px;
  }
  .u-mb-60 {
    margin-bottom: 60px;
  }
  .u-mb-70 {
    margin-bottom: 70px;
  }
  .u-mb-80 {
    margin-bottom: 80px;
  }
  .u-mb-90 {
    margin-bottom: 90px;
  }
  .u-mb-100 {
    margin-bottom: 100px;
  }
  /* padding-top */
  .u-pt-5 {
    padding-top: 5px;
  }
  .u-pt-10 {
    padding-top: 10px;
  }
  .u-pt-15 {
    padding-top: 15px;
  }
  .u-pt-20 {
    padding-top: 20px;
  }
  .u-pt-25 {
    padding-top: 25px;
  }
  .u-pt-30 {
    padding-top: 30px;
  }
  .u-pt-35 {
    padding-top: 35px;
  }
  .u-pt-40 {
    padding-top: 40px;
  }
  .u-pt-45 {
    padding-top: 45px;
  }
  .u-pt-50 {
    padding-top: 50px;
  }
  .u-pt-60 {
    padding-top: 60px;
  }
  .u-pt-70 {
    padding-top: 70px;
  }
  .u-pt-80 {
    padding-top: 80px;
  }
  .u-pt-90 {
    padding-top: 90px;
  }
  .u-pt-100 {
    padding-top: 100px;
  }
  /* padding-bottom */
  .u-pb-5 {
    padding-bottom: 5px;
  }
  .u-pb-10 {
    padding-bottom: 10px;
  }
  .u-pb-15 {
    padding-bottom: 15px;
  }
  .u-pb-20 {
    padding-bottom: 20px;
  }
  .u-pb-25 {
    padding-bottom: 25px;
  }
  .u-pb-30 {
    padding-bottom: 30px;
  }
  .u-pb-35 {
    padding-bottom: 35px;
  }
  .u-pb-40 {
    padding-bottom: 40px;
  }
  .u-pb-45 {
    padding-bottom: 45px;
  }
  .u-pb-50 {
    padding-bottom: 50px;
  }
  .u-pb-60 {
    padding-bottom: 60px;
  }
  .u-pb-70 {
    padding-bottom: 70px;
  }
  .u-pb-80 {
    padding-bottom: 80px;
  }
  .u-pb-90 {
    padding-bottom: 90px;
  }
  .u-pb-100 {
    padding-bottom: 100px;
  }
  /* ---------------------------
  u-tabBtn
  --------------------------- */
  .u-text-10 {
    font-size: 1rem;
  }
  .u-text-11 {
    font-size: 1.1rem;
  }
  .u-text-12 {
    font-size: 1.2rem;
  }
  .u-text-13 {
    font-size: 1.3rem;
  }
  .u-text-14 {
    font-size: 1.4rem;
  }
  .u-text-15 {
    font-size: 1.5rem;
  }
  .u-text-16 {
    font-size: 1.6rem;
  }
  .u-text-18 {
    font-size: 1.8rem;
  }
  .u-text-20 {
    font-size: 2rem !important;
  }
  .u-text-22 {
    font-size: 2.2rem;
  }
  .u-text-24 {
    font-size: 2.4rem;
  }
  .u-text-26 {
    font-size: 2.6rem;
  }
  .u-text-28 {
    font-size: 2.8rem;
  }
  .u-text-30 {
    font-size: 3rem;
  }
  .u-text-32 {
    font-size: 3.2rem;
  }
  .u-text-42 {
    font-size: 4.2rem;
  }
  .u-text-46 {
    font-size: 4.6rem;
  }
  .u-text-50 {
    font-size: 5rem;
  }
  .u-text-54 {
    font-size: 5.4rem;
  }
  .u-text-58 {
    font-size: 5.8rem;
  }
  .u-text-64 {
    font-size: 6.4rem;
  }
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    margin-bottom: 30px;
    font-size: 1.54rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.34rem;
  }
  .u-wysiwyg h4 {
    font-size: 1.24rem;
  }
  .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright, .u-wysiwyg .has-text-align-right {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft, .u-wysiwyg .has-text-align-left {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-ff-sansen-r {
    font-weight: 400;
  }
  .u-ff-sansen-b {
    font-weight: 700;
  }
  .u-ff-sansen-h {
    font-weight: 900;
  }
  .u-ff-b {
    font-weight: bold;
  }
  .u-ls-5 {
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ==========================================================================
     TB
     ========================================================================== */
  .pc-Only {
    display: none;
  }
  .sp-Only {
    display: block;
  }
  .wrapin {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  .l-header {
    height: 80px;
  }
  .l-header-top {
    height: 60px;
  }
  .l-header-top.on {
    background: #35353B;
    height: 80px;
  }
  .l-header-top.on .l-header-top-l {
    padding: 0px 37px 0;
  }
  .l-header-top.on .l-header-top-r {
    margin: 0;
  }
  .l-header-top-l {
    padding: 25px 37px 0;
  }
  .l-header-top-r {
    margin: 21px 0px 0 0px;
    right: 20px;
  }
  .l-header-menu {
    left: 43px;
    top: 36%;
  }
  .l-header-menu.on {
    left: 255px;
  }
  .item-menu.on .item-txt-menu:after {
    color: #FFF;
  }
  .item-txt-menu:after {
    color: #FFF;
  }
  .l-header-sp {
    width: 340px;
    padding: 19% 0 0 40px;
  }
  .l-header-sp-nav-list {
    margin-bottom: 24px;
  }
  .mod-gnav-btn-lines {
    display: block;
    position: absolute;
    top: 26px;
    right: 21px;
  }
  .active .mod-gnav-btn-lines {
    position: relative;
    z-index: 3;
    transition: 1s;
  }
  /*=============================
  .btn-trigger
  =============================*/
  .btn-trigger {
    position: relative;
    width: 44px;
    height: 30px;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto 9px;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 14px;
  }
  /*=============================
  #btn01
  =============================*/
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  .m-footer {
    padding: 95px 0;
  }
  .m-footer-logo {
    text-align: center;
    margin-bottom: 45px;
  }
  .m-footer-list {
    margin-bottom: 68px;
  }
  .m-footer-bottom {
    padding: 0px 0 0 113px;
    padding: 0px 0 0 0px;
  }
  .m-footer-bottom-column {
    display: flex;
  }
  .m-footer-bottom-column-list {
    display: flex;
    border-right: 2px solid #CAC1BB;
    padding-right: 42px;
  }
  .m-footer-bottom-column-list:last-child {
    margin-right: 0;
  }
  .m-footer-bottom-column-list-item {
    margin-right: 70px;
  }
  .m-footer-bottom-column-list-item:last-child {
    margin-right: 0;
  }
  .m-footer-bottom-column-list-item-dd {
    line-height: 31px;
    font-size: 1.4rem;
  }
  .m-footer-bottom-column-list-item-dd:before {
    content: "▶";
    color: #968378;
    font-size: 8px;
    position: absolute;
    left: -1px;
    top: 0px;
  }
  .m-footer-bottom-column-r {
    padding: 0px 0 0 57px;
  }
  .m-footer-bottom-column-r-office-l-txt {
    font-size: 1.4rem;
  }
  .m-footer-bottom-column-r-office-r {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
    border: 1px solid #284664;
    border-radius: 40px;
    width: 130px;
    height: 30px;
  }
  .m-footer-bottom-column-r-office-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #284664;
  }
  .m-footer-bottom-link {
    display: flex;
  }
  .m-footer-bottom-link-tel {
    margin-right: 20px;
  }
  .m-footer-contact-sp {
    display: none;
  }
  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-clear {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .l-post-main {
    width: 70%;
    max-width: 765px;
  }
  .l-post-side {
    width: 28%;
    max-width: 240px;
    padding-bottom: 130px;
  }
  .l-post-side-sec:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-post-side-sec {
    border-radius: 10px;
  }
  .l-post-side-sec-h {
    padding-left: 20px;
  }
  .l-post-side-sec-h::before {
    margin-left: -20px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    box-sizing: content-box;
  }
  .l-wrap-680 {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-760 {
    max-width: 840px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-780 {
    max-width: 860px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-800 {
    max-width: 880px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-900 {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-960 {
    max-width: 1010px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-980 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1040 {
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1190 {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1200 {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1280 {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1300 {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap-1460 {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  /*---------------------------
  btn
  ---------------------------*/
  .m-btn01 {
    font-size: 2rem;
    padding: 15px 0px;
  }
  .m-btn01.c {
    position: relative;
  }
  .m-btn01.c-orange {
    background: #BA5D83;
  }
  .m-btn01.c-orange:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/common/img/base/c-wh-allow.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 20px;
  }
  .m-btn01.c-orange-border {
    border: 1px solid #BA5D83;
    width: 380px;
    font-size: 2rem;
    color: #BA5D83;
  }
  .m-btn01.c-orange-border:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/common/img/base/c-or2-allow.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 20px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  /* ---------------------------
  h
  --------------------------- */
  .m-home-mv {
    background-size: cover;
    background-position: center;
    height: 100vh;
  }
  .m-home-mv-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .m-home-mv-title img {
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
  }
  .m-home-mv-slider {
    margin-top: -80px;
  }
  .m-home-mv-slider .slick-slide {
    width: 100vw;
  }
  .m-home-mv-slider .slick-slide source, .m-home-mv-slider .slick-slide img {
    width: 100%;
  }
  .m-home-mv-contact {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 1000px;
    width: 100%;
  }
  .m-home-mv-contact.m-model-none {
    display: none;
  }
  .m-home-mv-contact.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    background: #000;
    z-index: 3;
    max-width: 100%;
  }
  .m-home-mv-contact.fixed.m-model-none {
    display: block;
  }
  .m-home-mv-contact-in {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  .m-home-mv-contact-box {
    height: 110px;
  }
  .m-home-mv-contact-txt:before {
    content: "";
    width: 36px;
    height: 2px;
    background: #968378;
    position: absolute;
    top: 34px;
    z-index: 1;
  }
  #bookWidget-65996-0-0-1601017353 {
    width: 100%;
    height: 110px;
  }
  .book-widget-size-all {
    max-width: 100% !important;
    height: 110px;
  }
  .book-form-inline {
    display: flex;
    justify-content: space-between;
  }
  .book-widget-bg {
    padding: 27px 15px 15px 0px !important;
  }
  .book-col-7 .book-form-control {
    width: 210px !important;
    height: 40px !important;
  }
  .book-col-7 .book-adl {
    width: auto !important;
    height: 40px !important;
    border-radius: 5px !important;
  }
  .book-col-7 .book-btn {
    width: 120px !important;
  }
  .book-col-5.book-control-label {
    position: relative;
    top: -6px;
    font-size: 1.4rem !important;
  }
  .book-datepicker {
    padding: 10px;
    background: #FFF;
  }
  .book-container .book-form-inline .book-form-control {
    border-radius: 30px;
  }
  .m-home-about {
    height: 670px;
    padding: 122px 0;
  }
  .m-home-about-title {
    margin-bottom: 27px;
  }
  .m-home-about-txt {
    margin-bottom: 40px;
    line-height: 46px;
  }
  .m-home-movie {
    padding: 80px 0;
  }
  .m-home-movie-inner {
    max-width: 800px;
  }
  .m-home-hotel {
    padding: 127px 0 0;
  }
  .m-home-hotel-subtitle {
    margin-bottom: 43px;
  }
  .m-home-hotel-txt {
    text-align: center;
    line-height: 36px;
    margin-bottom: 48px;
  }
  .m-home-hotel-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-home-hotel-list:after {
    content: "";
    background: url(/common/img/home/hotel-found.svg) no-repeat;
    background-size: cover;
    width: 316px;
    height: 256px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .m-home-hotel-list-item {
    max-width: 380px;
    width: 33%;
    margin-bottom: 75px;
  }
  .m-home-hotel-list-item-num {
    font-size: 6rem;
    position: absolute;
    left: 33px;
    top: -13px;
    letter-spacing: 3px;
    z-index: 1;
  }
  .m-home-hotel-list-item-img {
    top: 24px;
    margin-bottom: 100px;
  }
  .m-home-hotel-list-item-name:before {
    content: "";
    background: url(/common/img/home/home-hotel-list-item-allow.png) no-repeat;
    width: 118px;
    height: 34px;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-home-hotel-list-item-name-en {
    font-size: 2.2rem;
  }
  .m-home-hotel-list-item-name-en span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 2px;
  }
  .m-home-facility {
    padding: 59px 0;
  }
  .m-home-facility:after {
    content: "";
    background: #F4F3F1;
    width: 1000px;
    height: 500px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .m-home-facility-column {
    display: flex;
    justify-content: space-between;
  }
  .m-home-facility-column-l-title {
    letter-spacing: 6px;
    margin-bottom: 10px;
  }
  .m-home-facility-column-l-subtitle {
    margin-bottom: 45px;
  }
  .m-home-facility-column-l-txt {
    margin-bottom: 30px;
    line-height: 36px;
  }
  .m-home-facility-column-r {
    width: 62%;
    margin-top: 16px;
  }
  .m-home-facility-column-r-list-item-img {
    height: 180px;
  }
  .m-home-facility-column-r-list-item-txt {
    font-size: 1.8rem;
  }
  .m-home-tourism {
    margin: 280px 0 140px 150px;
    padding: 200px 235px 60px 100px;
  }
  .m-home-tourism-brown {
    padding: 30px 35px 71px 35px;
    right: 151px;
    top: -154px;
    max-width: 380px;
  }
  .m-home-tourism-brown-title {
    font-size: 3.6rem;
    letter-spacing: 4px;
  }
  .m-home-tourism-column-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
  }
  .m-home-tourism-column-item-l {
    margin-right: 100px;
  }
  .m-home-tourism-column-item-r-title {
    padding: 15px 0 10px;
    margin-bottom: 32px;
  }
  .m-home-tourism-column-item-r-txt {
    line-height: 32px;
  }
  .m-home-info {
    padding: 122px 0;
  }
  .m-home-info-column {
    display: flex;
    justify-content: space-between;
  }
  .m-home-info-column-subtitle {
    margin-bottom: 61px;
  }
  .m-home-info-column-download {
    letter-spacing: 1px;
  }
  .m-home-info-column-list-item {
    max-width: 340px;
  }
  .m-home-info-column-list-item-icon {
    top: 34px;
    right: 8px;
  }
  .m-home-movie02 {
    padding: 80px 0;
  }
  .m-home-movie02-inner {
    max-width: 1360px;
    padding: 0 30px;
  }
  .m-home-movie02-inner iframe {
    width: calc((100% - 40px) / 2);
  }
  .m-home-movie02-inner .m-home-movie02-bnr {
    width: calc((100% - 40px) / 2);
  }
  .m-home-movie02-inner .m-home-movie02-bnr a {
    display: block;
    width: 100%;
  }
  .m-home-movie02-inner .m-home-movie02-bnr a img {
    width: 100%;
  }
  .m-privacy-top {
    padding: 50px 0 83px;
  }
  .m-privacy-con {
    padding: 110px 0;
  }
  .m-privacy-con-box {
    padding: 110px 115px;
    margin: 0 15px;
  }
  .m-privacy-title {
    margin-bottom: 28px;
  }
  .m-privacy-txt {
    margin-bottom: 86px;
    line-height: 31px;
  }
  .m-model-mv-bg {
    position: relative;
  }
  .m-model-mv-bg:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    background: #353535;
    width: 100%;
    height: 805px;
    z-index: -1;
  }
  .m-bread {
    padding-top: 3px;
  }
  .m-model-mv-title {
    margin-top: 75px;
    margin-bottom: 2px;
  }
  .m-model-mv-title:before {
    content: "";
    background: url(/common/img/model/title-allow.svg) no-repeat;
    width: 168px;
    height: 50px;
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-model-mv-txt {
    font-size: 1.4rem;
    margin-bottom: 65px;
  }
  .m-model-mv-txt span {
    padding-left: 10px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .m-model-mv-img:after {
    content: "";
    width: 2px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: -29px;
    margin: 0 auto;
    background: #6296BB;
  }
  .m-model-mv-copy {
    line-height: 60px;
    margin-bottom: 125px;
  }
  .m-model-about {
    margin-bottom: 177px;
  }
  .m-model-about-column:before {
    content: "";
    background: #EFECEB;
    width: 92%;
    height: 520px;
    position: absolute;
    left: 50px;
    bottom: -78px;
    z-index: -1;
  }
  .m-model-about-column-l {
    width: 48%;
    margin-right: 1%;
  }
  .m-model-about-column-r {
    width: 46%;
  }
  .m-model-column-title {
    padding: 0 43px 0 0px;
    margin-top: -13px;
  }
  .m-model-column-subtitle {
    margin-bottom: 130px;
    padding: 8px 52px 0 0px;
  }
  .m-model-about-column-small {
    margin-bottom: 57px;
  }
  .m-model-about-column-small-item:first-child {
    margin-right: 15px;
  }
  .m-model-about-column-txt {
    max-width: 493px;
    line-height: 31px;
  }
  .m-model-about-column-row {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    position: relative;
  }
  .m-model-about-column-row:before {
    content: "";
    background: #EFECEB;
    width: 92%;
    height: 520px;
    position: absolute;
    left: 50px;
    bottom: -78px;
    z-index: -1;
  }
  .m-model-about-column-row .m-model-column-title {
    padding: 0 0px 0 48px;
  }
  .m-model-about-column-row .m-model-about-column-l {
    width: 48%;
    margin-right: 0;
  }
  .m-model-about-column-row .m-model-about-column-r {
    width: 48%;
    margin-right: 1%;
  }
  .m-model-about-column-row .m-model-column-subtitle {
    padding: 8px 0px 0 47px;
  }
  .m-model-about-column-row .m-model-about-column-txt {
    padding: 0 15px 0 128px;
    max-width: 100%;
  }
  .m-model-room {
    padding: 46px 0;
    margin-bottom: 20px;
  }
  .m-model-room-column-r {
    width: 62%;
  }
  .m-model-room-column-r-dl {
    padding: 23px 27px;
  }
  .m-model-room-column-r-dd {
    font-size: 1.8rem;
  }
  .m-model-room-column-r-dt {
    margin-right: 58px;
    width: 82px;
  }
  .m-model-room-column-r-check {
    margin-top: 58px;
    padding: 45px 63px;
  }
  .m-model-room-column-r-check-flex {
    display: flex;
    justify-content: space-between;
  }
  .m-model-room-column-r-check-flex-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #284664;
    font-size: 1.4rem;
    width: 200px;
    height: 40px;
    color: #FFF;
    border-radius: 30px;
    position: relative;
    top: 38px;
    right: 17px;
  }
  .m-model-facility {
    padding: 59px 0;
  }
  .m-model-facility:after {
    content: "";
    background: #F4F3F1;
    width: 1000px;
    height: 500px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .m-model-root {
    margin-top: 160px;
    padding: 150px 0;
  }
  .m-model-root-column-r {
    width: 61%;
  }
  .m-model-other {
    padding: 55px 0px 75px;
    position: relative;
    top: -30px;
  }
  .m-model-other-title {
    letter-spacing: 2px;
    margin-bottom: 55px;
  }
  .m-model-other-list .slick-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 1;
  }
  .m-model-other-list .slick-next {
    width: 60px;
    height: 60px;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    top: 60px;
    right: 0;
    position: absolute;
    z-index: 1;
  }
  .m-model-other-list-item {
    padding: 20px 0;
  }
  .m-model-other-list-item-num {
    font-size: 4rem;
  }
  .pc-Only {
    display: none !important;
  }
  .sp-Only {
    display: none;
    display: none;
  }
  /* ---------------------------
  m-post
  --------------------------- */
  /* ---------------------------
  m-table01
  --------------------------- */
  .m-table01, .u-wysiwyg table {
    margin-left: 40px;
  }
  .m-table01 td, .u-wysiwyg table td {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
  /*---------------------------
  Page
  ---------------------------*/
  .m-facilities-single-column-l {
    width: 48%;
  }
  .m-facilities-single-column-r {
    width: 48%;
  }
  .m-facilities-single-column-r-column {
    margin-bottom: 150px;
  }
  .m-facilities-single-line.u-wysiwyg {
    padding: 100px;
  }
  .m-facilities-single-sale-txt {
    margin-bottom: 60px !important;
  }
  .m-facilities-single-sale-column-l {
    margin-right: 40px;
  }
  .m-facilities-column {
    display: block;
    margin-bottom: 50px;
  }
  .m-facilities-column-l {
    width: 30%;
    margin-left: 195px;
  }
  .m-facilities-column-subtitle {
    margin-bottom: 100px;
  }
  .m-facilities-column-r {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    width: 100%;
    height: 520px;
    margin-left: 0px;
  }
  .m-facilities-box-list-item {
    width: 100%;
  }
  .m-facilities-single-column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .m-facilities-single-column-l {
    width: 48%;
  }
  .m-facilities-single-column-r {
    width: 48%;
  }
  .m-facilities-single-column-r-column {
    margin-bottom: 150px;
  }
  .m-facilities-single-line.u-wysiwyg {
    padding: 100px;
  }
  .m-facilities-single-sale-txt {
    margin-bottom: 60px !important;
  }
  .m-facilities-single-sale-column {
    display: flex;
  }
  .m-facilities-single-sale-column-l {
    margin-right: 40px;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin-top */
  .u-mt-5 {
    margin-top: 5px;
  }
  .u-mt-10 {
    margin-top: 10px;
  }
  .u-mt-15 {
    margin-top: 15px;
  }
  .u-mt-20 {
    margin-top: 20px;
  }
  .u-mt-25 {
    margin-top: 25px;
  }
  .u-mt-30 {
    margin-top: 30px;
  }
  .u-mt-35 {
    margin-top: 35px;
  }
  .u-mt-40 {
    margin-top: 40px;
  }
  .u-mt-45 {
    margin-top: 45px;
  }
  .u-mt-50 {
    margin-top: 50px;
  }
  .u-mt-60 {
    margin-top: 60px;
  }
  .u-mt-70 {
    margin-top: 70px;
  }
  .u-mt-80 {
    margin-top: 80px;
  }
  .u-mt-90 {
    margin-top: 90px;
  }
  .u-mt-100 {
    margin-top: 100px;
  }
  /* margin-bottom */
  .u-mb-5 {
    margin-bottom: 5px;
  }
  .u-mb-10 {
    margin-bottom: 10px;
  }
  .u-mb-15 {
    margin-bottom: 15px;
  }
  .u-mb-20 {
    margin-bottom: 20px;
  }
  .u-mb-25 {
    margin-bottom: 25px;
  }
  .u-mb-30 {
    margin-bottom: 30px;
  }
  .u-mb-35 {
    margin-bottom: 35px;
  }
  .u-mb-40 {
    margin-bottom: 40px;
  }
  .u-mb-45 {
    margin-bottom: 45px;
  }
  .u-mb-50 {
    margin-bottom: 50px;
  }
  .u-mb-60 {
    margin-bottom: 60px;
  }
  .u-mb-70 {
    margin-bottom: 70px;
  }
  .u-mb-80 {
    margin-bottom: 80px;
  }
  .u-mb-90 {
    margin-bottom: 90px;
  }
  .u-mb-100 {
    margin-bottom: 100px;
  }
  /* padding-top */
  .u-pt-5 {
    padding-top: 5px;
  }
  .u-pt-10 {
    padding-top: 10px;
  }
  .u-pt-15 {
    padding-top: 15px;
  }
  .u-pt-20 {
    padding-top: 20px;
  }
  .u-pt-25 {
    padding-top: 25px;
  }
  .u-pt-30 {
    padding-top: 30px;
  }
  .u-pt-35 {
    padding-top: 35px;
  }
  .u-pt-40 {
    padding-top: 40px;
  }
  .u-pt-45 {
    padding-top: 45px;
  }
  .u-pt-50 {
    padding-top: 50px;
  }
  .u-pt-60 {
    padding-top: 60px;
  }
  .u-pt-70 {
    padding-top: 70px;
  }
  .u-pt-80 {
    padding-top: 80px;
  }
  .u-pt-90 {
    padding-top: 90px;
  }
  .u-pt-100 {
    padding-top: 100px;
  }
  /* padding-bottom */
  .u-pb-5 {
    padding-bottom: 5px;
  }
  .u-pb-10 {
    padding-bottom: 10px;
  }
  .u-pb-15 {
    padding-bottom: 15px;
  }
  .u-pb-20 {
    padding-bottom: 20px;
  }
  .u-pb-25 {
    padding-bottom: 25px;
  }
  .u-pb-30 {
    padding-bottom: 30px;
  }
  .u-pb-35 {
    padding-bottom: 35px;
  }
  .u-pb-40 {
    padding-bottom: 40px;
  }
  .u-pb-45 {
    padding-bottom: 45px;
  }
  .u-pb-50 {
    padding-bottom: 50px;
  }
  .u-pb-60 {
    padding-bottom: 60px;
  }
  .u-pb-70 {
    padding-bottom: 70px;
  }
  .u-pb-80 {
    padding-bottom: 80px;
  }
  .u-pb-90 {
    padding-bottom: 90px;
  }
  .u-pb-100 {
    padding-bottom: 100px;
  }
  /* ---------------------------
  u-tabBtn
  --------------------------- */
  .u-text-10 {
    font-size: 1rem;
  }
  .u-text-11 {
    font-size: 1.1rem;
  }
  .u-text-12 {
    font-size: 1.2rem;
  }
  .u-text-13 {
    font-size: 1.3rem;
  }
  .u-text-14 {
    font-size: 1.4rem;
  }
  .u-text-15 {
    font-size: 1.5rem;
  }
  .u-text-16 {
    font-size: 1.6rem;
  }
  .u-text-18 {
    font-size: 1.8rem;
  }
  .u-text-20 {
    font-size: 2rem !important;
  }
  .u-text-22 {
    font-size: 2.2rem;
  }
  .u-text-24 {
    font-size: 2.4rem;
  }
  .u-text-26 {
    font-size: 2.6rem;
  }
  .u-text-28 {
    font-size: 2.8rem;
  }
  .u-text-30 {
    font-size: 3rem;
  }
  .u-text-32 {
    font-size: 3.2rem;
  }
  .u-text-42 {
    font-size: 4.2rem;
  }
  .u-text-46 {
    font-size: 4.6rem;
  }
  .u-text-50 {
    font-size: 5rem;
  }
  .u-text-54 {
    font-size: 5.4rem;
  }
  .u-text-58 {
    font-size: 5.8rem;
  }
  .u-text-64 {
    font-size: 6.4rem;
  }
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    margin-bottom: 30px;
    font-size: 1.54rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.34rem;
  }
  .u-wysiwyg h4 {
    font-size: 1.24rem;
  }
  .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright, .u-wysiwyg .has-text-align-right {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft, .u-wysiwyg .has-text-align-left {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-ff-sansen-r {
    font-weight: 400;
  }
  .u-ff-sansen-b {
    font-weight: 700;
  }
  .u-ff-sansen-h {
    font-weight: 900;
  }
  .u-ff-b {
    font-weight: bold;
  }
  .u-ls-5 {
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
     SP
     ========================================================================== */
  .pc-Only {
    display: none;
  }
  .sp-Only {
    display: block;
  }
  .wrapin-sp {
    padding: 0 20px;
  }
  /* ---------------------------
  module
  --------------------------- */
  .l-header {
    height: 50px;
  }
  .l-header-top {
    background: #35353B;
  }
  .l-header-top.on {
    background: #35353B;
    height: 50px;
    z-index: 9999;
  }
  .l-header-top-l {
    padding: 8px 16px;
    width: 194px;
  }
  .l-header-top-list {
    display: none;
  }
  .l-header-menu {
    left: auto;
    top: 20px;
    right: 10px;
    background: #968378;
    width: 50px;
    height: 50px;
    z-index: 5;
  }
  .item-menu {
    left: auto;
    top: 0;
    right: 0;
    background: #968378;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .l-header-sp {
    padding: 19% 0 0 0;
    width: 100%;
  }
  .l-header-sp-nav {
    padding: 30px;
  }
  .mod-gnav-btn-lines {
    display: block;
    position: absolute;
    top: 26px;
    right: 21px;
  }
  .active .mod-gnav-btn-lines {
    position: relative;
    z-index: 3;
    transition: 1s;
  }
  /*=============================
  .btn-trigger
  =============================*/
  .btn-trigger {
    position: relative;
    width: 20px;
    height: 18px;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 8px;
  }
  /*=============================
  #btn01
  =============================*/
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .m-footer {
    padding: 50px 0;
  }
  .m-footer-logo {
    text-align: center;
    margin-bottom: 45px;
    width: 264px;
    margin: 0 auto 35px;
  }
  .m-footer-list {
    display: none;
  }
  .m-footer-bottom-column {
    padding: 30px 30px;
  }
  .m-footer-bottom-column-list {
    border-bottom: 1px solid #CAC1BB;
    margin-bottom: 45px;
  }
  .m-footer-bottom-column-list-item-dl {
    margin-bottom: 20px;
  }
  .m-footer-bottom-column-list-item-dd {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .m-footer-bottom-column-list-item-dd:before {
    content: "▶";
    color: #968378;
    font-size: 8px;
    position: absolute;
    left: -1px;
    top: 2px;
  }
  .m-footer-bottom-column-list-item-dt {
    padding-bottom: 8px;
  }
  .m-footer-bottom-column-r-office-l {
    width: 158px;
  }
  .m-footer-bottom-column-r-office-l-txt {
    font-size: 1.2rem;
  }
  .m-footer-bottom-column-r-office-r {
    display: inline-block;
    position: relative;
    left: 29px;
    top: -33px;
    font-size: 1.2rem;
    border: 1px solid #284664;
    border-radius: 40px;
    width: 130px;
    height: 30px;
  }
  .m-footer-bottom-column-r-office-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #284664;
  }
  .m-footer-bottom-office {
    display: flex;
  }
  .m-footer-copy {
    font-size: 1.2rem;
  }
  .m-footer-contact-sp {
    color: #FFF;
    background: #284664;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    letter-spacing: 1px;
    z-index: 2;
  }
  .m-footer-contact-sp:after {
    content: "";
    background: url(/common/img/footer/m-allow.svg) no-repeat;
    width: 10px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 20px;
  }
  /* ---------------------------
  l-post
  --------------------------- */
  .l-post-main {
    margin-bottom: 30px;
  }
  .l-post-side-sec:not(:last-child) {
    margin-bottom: 20px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap-sp {
    padding: 0 20px;
    padding: 0 30px;
  }
  /*---------------------------
  btn
  ---------------------------*/
  .m-btn01 {
    width: 100%;
    font-size: 1.2rem;
    padding: 12px;
  }
  .m-btn01.c {
    position: relative;
  }
  .m-btn01.c-orange {
    background: #BA5D83;
  }
  .m-btn01.c-orange:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/common/img/base/c-wh-allow.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 9px;
  }
  .m-btn01.c-orange-border {
    border: 1px solid #ef7e17;
    width: 88%;
    font-size: 1.4rem;
    margin: 0 20px;
    color: #BA5D83;
  }
  .m-btn01.c-orange-border:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/common/img/base/c-or2-allow.svg) no-repeat;
    position: absolute;
    right: 25px;
    top: 13px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  /* ---------------------------
  h
  --------------------------- */
  .m-home .sp-Only {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .m-home-mv {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: top center;
    min-height: 280px;
    height: calc(100vh - 390px);
    margin-top: 50px;
  }
  .m-home-mv-title {
    width: 196px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .m-home-mv-title img {
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
  }
  .m-home-mv-slider {
    margin-top: -40px;
  }
  .m-home-mv-slider .slick-slide {
    width: 100vw;
  }
  .m-home-mv-slider .slick-slide source, .m-home-mv-slider .slick-slide img {
    width: 100%;
  }
  .m-home-mv-contact {
    position: relative;
    display: block;
  }
  .m-home-mv-contact-in {
    background: #000;
    padding: 0 25px;
    height: 280px;
  }
  .m-home-mv-contact-box {
    height: auto;
    background: #000;
    padding: 15px 0 0;
    color: #FFF;
    display: flex;
  }
  .m-home-mv-contact-txt {
    font-size: 1.4rem;
  }
  #bookWidget-65996-0-0-1601017353 {
    background: #000;
  }
  .book-widget {
    padding: 0 !important;
  }
  .book-container .book-row {
    margin: 0;
  }
  .book-form-group {
    display: flex;
  }
  .book-form-group.book-va-bottom {
    padding-top: 10px !important;
  }
  label.book-col-5.book-control-label {
    max-width: 35% !important;
    text-align: left !important;
    line-height: 35px;
  }
  .m-home-mv-contact-title:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #968378;
    position: absolute;
    top: 34px;
    left: 0px;
    z-index: 1;
  }
  .m-home-mv-contact-txt {
    line-height: 38px;
    padding-left: 1em;
  }
  .m-home-about {
    padding: 52px 0 59px;
  }
  .m-home-about-title {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .m-home-about-txt {
    font-size: 1.5rem !important;
    letter-spacing: 0;
    line-height: 29px;
    margin: 20px auto 0;
  }
  .m-home-about-logo {
    width: 154px;
    margin: 0 auto;
  }
  .m-home-movie {
    padding: 40px 0;
  }
  .m-home-movie-inner {
    width: calc(100% - 40px);
  }
  .m-home-hotel {
    padding: 55px 0 0;
  }
  .m-home-hotel-title {
    font-size: 2.6rem;
  }
  .m-home-hotel-subtitle {
    margin-bottom: 24px;
  }
  .m-home-hotel-txt {
    font-size: 1.3rem !important;
    padding: 0 32px;
    line-height: 24px;
    margin-bottom: 70px;
  }
  .m-home-hotel-txt br {
    display: none;
  }
  .m-home-hotel-list {
    position: relative;
    padding: 0 30px;
  }
  .m-home-hotel-list-item {
    width: 100%;
    margin-bottom: 68px;
  }
  .m-home-hotel-list-item-num {
    font-size: 5rem;
    position: absolute;
    left: 18px;
    top: -37px;
    letter-spacing: 3px;
    z-index: 1;
  }
  .m-home-hotel-list-item-img {
    margin-bottom: 50px;
    position: relative;
    height: 30vh !important;
    overflow: hidden;
  }
  .m-home-hotel-list-item-img img {
    width: 100%;
  }
  .m-home-hotel-list-item-name {
    font-size: 2.5rem !important;
    letter-spacing: 6px;
    margin-bottom: 0px;
  }
  .m-home-hotel-list-item-name:before {
    content: "";
    background: url(/common/img/home/home-hotel-list-item-allow.png) no-repeat;
    width: 118px;
    height: 34px;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-home-hotel-list-item-name-en {
    font-size: 2.2rem;
    line-height: 17px;
  }
  .m-home-hotel-list-item-name-en span {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 7px;
  }
  .m-home-facility {
    padding: 18px 0 220px;
  }
  .m-home-facility-column-l {
    position: relative;
  }
  .m-home-facility-column-l:after {
    content: "";
    background: #F4F3F1;
    width: 375px;
    height: 500px;
    position: absolute;
    top: 160px;
    left: auto;
    right: -100px;
    margin: 0 auto;
    z-index: -1;
  }
  .m-home-facility-column-l-title {
    letter-spacing: 4px;
    margin-bottom: 10px;
    font-size: 4rem;
  }
  .m-home-facility-column-l-subtitle {
    margin-bottom: 21px;
  }
  .m-home-facility-column-l-txt {
    font-size: 1.3rem !important;
    line-height: 29px;
    margin-bottom: 46px;
  }
  .m-home-facility-column-l-txt br {
    display: block;
  }
  .m-home-facility-column-l-link a {
    margin: 0 auto 50px;
    position: relative;
    font-size: 1.6rem;
  }
  .m-home-facility-column-r {
    width: 100%;
  }
  .m-home-facility-column-r-list .slick-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -30px;
    top: auto;
  }
  .m-home-facility-column-r-list .slick-next {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: -9px;
    top: auto;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .m-home-facility-column-r-list .slide-dots {
    display: none !important;
  }
  .m-home-facility-column-r-list .slide-dots button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .m-home-facility-column-r-list-item {
    padding: 0 10px;
  }
  .m-home-facility-column-r-list-item-img {
    height: 140px;
    margin-bottom: 13px;
  }
  .m-home-facility-column-r-list-item-txt {
    font-size: 1.4rem;
  }
  .m-home-tourism {
    padding: 187px 30px 45px;
  }
  .m-home-tourism-brown {
    background: #968378;
    color: #FFF;
    max-width: 285px;
    width: 100%;
    position: absolute;
    top: -46px;
    left: 0;
    padding: 27px 30px 33px;
  }
  .m-home-tourism-brown-title {
    font-size: 2.8rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .m-home-tourism-column-item-l {
    margin-bottom: 30px;
  }
  .m-home-tourism-column-item-r-title {
    padding: 10px 0 10px;
    margin-bottom: 15px;
  }
  .m-home-tourism-column-item-r-txt {
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .m-home-info {
    padding: 44px 30px;
  }
  .m-home-info-column-l {
    margin-bottom: 10px;
  }
  .m-home-info-column-subtitle {
    margin-bottom: 29px;
  }
  .m-home-info-column-download {
    font-size: 1.4rem !important;
    line-height: 27px;
    letter-spacing: 0px;
  }
  .m-home-info-column-list {
    justify-content: center;
  }
  .m-home-info-column-list-item-subtitle {
    font-size: 1.3rem !important;
    margin-bottom: 8px;
  }
  .m-home-info-column-list-item-icon {
    top: 36px;
    right: -3px;
  }
  .m-home-movie02 {
    padding: 40px 0;
  }
  .m-home-movie02-inner {
    width: 100%;
    padding: 0 15px;
    flex-direction: column;
    gap: 20px;
  }
  .m-home-movie02-inner iframe {
    width: 100%;
  }
  .m-home-movie02-inner .m-home-movie02-bnr {
    width: 100%;
  }
  .m-home-movie02-inner .m-home-movie02-bnr a {
    display: block;
    width: 100%;
  }
  .m-home-movie02-inner .m-home-movie02-bnr a img {
    width: 100%;
  }
  .m-privacy-top {
    padding: 20px 0 50px;
  }
  .m-privacy-top .l-header {
    height: 0;
  }
  .m-privacy-con {
    padding: 30px 15px;
  }
  .m-privacy-con-box {
    padding: 40px 20px;
  }
  .m-privacy-maintitle {
    font-size: 1.8rem !important;
    text-align: center;
    letter-spacing: 9px;
    margin: 25px 0 10px;
    font-family: "Yu Mincho", "YuMincho", serif;
  }
  .m-privacy-subtitle {
    font-size: 1.4rem !important;
  }
  .m-privacy-title {
    margin-bottom: 20px;
  }
  .m-privacy-txt {
    margin-bottom: 40px;
    line-height: 26px;
  }
  .m-model-mv-bg {
    background: #353535;
  }
  .m-bread {
    padding-top: 23px;
  }
  .m-bread-item {
    font-size: 1.2rem;
  }
  .m-model-mv-title {
    padding-top: 80px;
    font-size: 3rem;
  }
  .m-model-mv-title:before {
    content: "";
    background: url(/common/img/model/title-allow.svg) no-repeat;
    width: 168px;
    height: 50px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-model-mv-txt {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  .m-model-mv-txt span {
    padding-left: 10px;
    font-size: 1.6rem;
    letter-spacing: 3px;
  }
  .m-model-mv-img {
    margin: 0 -30px 50px;
  }
  .m-model-mv-img:after {
    content: "";
    width: 2px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    margin: 0 auto;
    background: #6296BB;
  }
  .m-model-mv-copy {
    font-size: 1.5rem !important;
    margin-bottom: 60px;
  }
  .m-model-mv-copy br {
    display: none;
  }
  .m-model-about {
    margin-bottom: 50px;
  }
  .m-model-about-column {
    flex-flow: column-reverse nowrap;
  }
  .m-model-about-column:before {
    content: "";
    background: #EFECEB;
    width: 92%;
    height: 520px;
    position: absolute;
    left: 50px;
    bottom: -30px;
    z-index: -1;
  }
  .m-model-about-column-large {
    margin-bottom: 10px;
  }
  .m-model-about-column-large img {
    width: 100%;
  }
  .m-model-column-title {
    letter-spacing: 4px;
    font-size: 4rem;
    position: relative;
    z-index: 1;
  }
  .m-model-column-subtitle {
    padding: 8px 5px 0 0;
    margin-bottom: 15px;
  }
  .m-model-column-subtitle-info {
    margin-bottom: 20px;
  }
  .m-model-about-column-small {
    margin-bottom: 20px;
  }
  .m-model-about-column-small-item {
    width: 48%;
  }
  .m-model-about-column-small-item img {
    width: 100%;
  }
  .m-model-about-column-txt {
    font-size: 1.4rem !important;
    line-height: 2;
  }
  .m-model-room {
    margin-bottom: 20px;
  }
  .m-model-room-column {
    flex-flow: column nowrap;
    position: relative;
    z-index: 1;
  }
  .m-model-room-column-r-dl {
    display: block;
    padding: 5px;
  }
  .m-model-room-column-r-dt {
    font-family: "Yu Mincho", "YuMincho", serif;
    padding-bottom: 5px;
  }
  .m-model-room-column-r-check {
    margin-top: 25px;
    padding: 20px 20px;
  }
  .m-model-room-column-r-check-flex-l {
    margin-bottom: 20px;
  }
  .m-model-room-column-r-check-flex-l li {
    font-size: 1.8rem;
  }
  .m-model-room-column-r-check-flex-r a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #284664;
    font-size: 1.4rem;
    width: 200px;
    height: 40px;
    color: #FFF;
    border-radius: 30px;
    position: relative;
    top: 0px;
    right: 0px;
  }
  .m-model-facility {
    padding: 18px 0 30px;
  }
  .m-model-root {
    padding: 70px 0 35px;
  }
  .m-model-root-column {
    margin-bottom: 35px;
    flex-flow: column nowrap;
  }
  .m-model-root-column-l {
    position: relative;
    z-index: 1;
  }
  .m-model-root-column-r {
    margin: 20px -30px 0;
  }
  .m-model-other {
    padding: 40px 0px 50px;
    position: relative;
    top: -30px;
  }
  .m-model-other-title {
    margin-bottom: 35px;
  }
  .m-model-other-list .slick-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 68px;
    left: -15px;
    z-index: 1;
    background: #FFF;
    border-radius: 30px;
  }
  .m-model-other-list .slick-next {
    width: 30px;
    height: 30px;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    top: 60px;
    right: -15px;
    position: absolute;
    z-index: 1;
    background: #FFF;
    border-radius: 30px;
  }
  .m-model-other-list-item {
    padding: 20px 0;
  }
  .m-model-other-list-item-num {
    font-size: 3rem;
  }
  .pctb-Only {
    display: none;
  }
  .pc-Only {
    display: none !important;
  }
  .tb-Only {
    display: none;
  }
  /* ---------------------------
  m-post
  --------------------------- */
  /* ---------------------------
  m-table01
  --------------------------- */
  /*---------------------------
  Page
  ---------------------------*/
  .m-facilities-single-column {
    margin-bottom: 50px;
  }
  .m-facilities-single-column-l {
    width: 100%;
  }
  .m-facilities-single-column-r {
    width: 100%;
  }
  .m-facilities-single-column-r-column {
    margin-bottom: 50px;
  }
  .m-facilities-single-line.u-wysiwyg {
    padding: 15px;
  }
  .m-facilities-single-sale-txt {
    margin-bottom: 30px !important;
  }
  .m-facilities-single-sale-column-l {
    margin-bottom: 10px;
  }
  .m-facilities-column {
    display: block;
    margin-bottom: 50px;
  }
  .m-facilities-column-l {
    width: 100%;
    padding: 0 15px 30px;
    margin-left: 0 !important;
  }
  .m-facilities-column-subtitle {
    margin-bottom: 50px;
  }
  .m-facilities-column-r {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    width: 100%;
    height: 520px;
    margin-left: 0px;
  }
  .m-facilities-box-list-item {
    width: 100%;
  }
  .m-facilities-single-column {
    margin-bottom: 50px;
  }
  .m-facilities-single-column-l {
    width: 100%;
  }
  .m-facilities-single-column-r {
    width: 100%;
  }
  .m-facilities-single-column-r-column {
    margin-bottom: 50px;
  }
  .m-facilities-single-line.u-wysiwyg {
    padding: 15px;
  }
  .m-facilities-single-sale-txt {
    margin-bottom: 30px !important;
  }
  .m-facilities-single-sale-column-l {
    margin-bottom: 10px;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin-top */
  .u-mt-5 {
    margin-top: 5px;
  }
  .u-mt-10 {
    margin-top: 5px;
  }
  .u-mt-15 {
    margin-top: 10px;
  }
  .u-mt-20 {
    margin-top: 10px;
  }
  .u-mt-25 {
    margin-top: 15px;
  }
  .u-mt-30 {
    margin-top: 15px;
  }
  .u-mt-35 {
    margin-top: 20px;
  }
  .u-mt-40 {
    margin-top: 20px;
  }
  .u-mt-45 {
    margin-top: 25px;
  }
  .u-mt-50 {
    margin-top: 25px;
  }
  .u-mt-60 {
    margin-top: 30px;
  }
  .u-mt-70 {
    margin-top: 35px;
  }
  .u-mt-80 {
    margin-top: 40px;
  }
  .u-mt-90 {
    margin-top: 45px;
  }
  .u-mt-100 {
    margin-top: 50px;
  }
  /* margin-bottom */
  .u-mb-5 {
    margin-bottom: 5px;
  }
  .u-mb-10 {
    margin-bottom: 5px;
  }
  .u-mb-15 {
    margin-bottom: 10px;
  }
  .u-mb-20 {
    margin-bottom: 10px;
  }
  .u-mb-25 {
    margin-bottom: 15px;
  }
  .u-mb-30 {
    margin-bottom: 15px;
  }
  .u-mb-35 {
    margin-bottom: 20px;
  }
  .u-mb-40 {
    margin-bottom: 20px;
  }
  .u-mb-45 {
    margin-bottom: 25px;
  }
  .u-mb-50 {
    margin-bottom: 25px;
  }
  .u-mb-60 {
    margin-bottom: 30px;
  }
  .u-mb-70 {
    margin-bottom: 35px;
  }
  .u-mb-80 {
    margin-bottom: 40px;
  }
  .u-mb-90 {
    margin-bottom: 45px;
  }
  .u-mb-100 {
    margin-bottom: 50px;
  }
  /* padding-top */
  .u-pt-5 {
    padding-top: 5px;
  }
  .u-pt-10 {
    padding-top: 5px;
  }
  .u-pt-15 {
    padding-top: 10px;
  }
  .u-pt-20 {
    padding-top: 10px;
  }
  .u-pt-25 {
    padding-top: 15px;
  }
  .u-pt-30 {
    padding-top: 15px;
  }
  .u-pt-35 {
    padding-top: 20px;
  }
  .u-pt-40 {
    padding-top: 20px;
  }
  .u-pt-45 {
    padding-top: 25px;
  }
  .u-pt-50 {
    padding-top: 25px;
  }
  .u-pt-60 {
    padding-top: 30px;
  }
  .u-pt-70 {
    padding-top: 35px;
  }
  .u-pt-80 {
    padding-top: 40px;
  }
  .u-pt-90 {
    padding-top: 45px;
  }
  .u-pt-100 {
    padding-top: 50px;
  }
  /* padding-bottom */
  .u-pb-5 {
    padding-bottom: 5px;
  }
  .u-pb-10 {
    padding-bottom: 5px;
  }
  .u-pb-15 {
    padding-bottom: 10px;
  }
  .u-pb-20 {
    padding-bottom: 10px;
  }
  .u-pb-25 {
    padding-bottom: 15px;
  }
  .u-pb-30 {
    padding-bottom: 15px;
  }
  .u-pb-35 {
    padding-bottom: 20px;
  }
  .u-pb-40 {
    padding-bottom: 20px;
  }
  .u-pb-45 {
    padding-bottom: 25px;
  }
  .u-pb-50 {
    padding-bottom: 25px;
  }
  .u-pb-60 {
    padding-bottom: 30px;
  }
  .u-pb-70 {
    padding-bottom: 35px;
  }
  .u-pb-80 {
    padding-bottom: 40px;
  }
  .u-pb-90 {
    padding-bottom: 45px;
  }
  .u-pb-100 {
    padding-bottom: 50px;
  }
  /* ---------------------------
  u-tabBtn
  --------------------------- */
  .u-text-10 {
    font-size: 1rem;
  }
  .u-text-11 {
    font-size: 1.1rem;
  }
  .u-text-12 {
    font-size: 1.2rem;
  }
  .u-text-13 {
    font-size: 1.3rem;
  }
  .u-text-14 {
    font-size: 1.2rem;
  }
  .u-text-16 {
    font-size: 1.4rem;
  }
  .u-text-18 {
    font-size: 1.6rem;
  }
  .u-text-20 {
    font-size: 1.8rem;
  }
  .u-text-22 {
    font-size: 2rem;
  }
  .u-text-24 {
    font-size: 2rem;
  }
  .u-text-26 {
    font-size: 2rem;
  }
  .u-text-28 {
    font-size: 2rem;
  }
  .u-text-30 {
    font-size: 2.2rem;
  }
  .u-text-32 {
    font-size: 2.4rem;
  }
  .u-text-46 {
    font-size: 2.5rem;
  }
  .u-text-50 {
    font-size: 2.5rem;
  }
  .u-text-54 {
    font-size: 2.8rem;
  }
  .u-text-64 {
    font-size: 3.4rem;
  }
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    margin-bottom: 30px;
    font-size: 1.44rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.24rem;
  }
  .u-wysiwyg h4 {
    font-size: 1.14rem;
  }
  .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.1rem;
  }
  .u-wysiwyg blockquote {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .alignright, .u-wysiwyg .has-text-align-right {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .alignleft, .u-wysiwyg .has-text-align-left {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .u-ff-sansen-r {
    font-weight: 400;
  }
  .u-ff-sansen-b {
    font-weight: 700;
  }
  .u-ff-sansen-h {
    font-weight: 900;
  }
  .u-ff-b {
    font-weight: bold;
  }
  .u-ls-5 {
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 767px), print {
  .m-home-mv {
    height: 100vh;
  }
  .m-home-about-txt {
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .m-home-tourism {
    margin: 280px 0 140px 50px;
    padding: 200px 15px 60px 15px;
  }
  .m-home-facility-column-r-list-item-title {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 1170px) {
  .m-footer-bottom-column-r-office-r {
    left: 0px !important;
    top: 0px !important;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=common.css.map */
