@charset "UTF-8";
/* General */

.float-list,
.cf {
  *zoom: 1;
}

.float-list:after,
.cf:after {
  display: block;
  height: 0;
  clear: both;
  content: '';
}

form ::-webkit-input-placeholder {
  color: #c6c6c6;
}

form :-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}

form ::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}

form :-ms-input-placeholder {
  color: #c6c6c6;
}

::-moz-selection {
  color: #fff;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #fff;
  background: rgba(31, 127, 194, 0.7);
}

.float-list li {
  float: left;
}

/* Base */

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: normal;
  src: url('../font/NotoSansCJKjp-Regular.eot'), url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../font/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../font/NotoSansCJKjp-Medium-subset.eot'), url('../font/NotoSansCJKjp-Medium-subset.woff') format('woff'),
    url('../font/NotoSansCJKjp-Medium-subset.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 800;
  src: url('../font/NotoSansCJKjp-Bold-subset.eot'), url('../font/NotoSansCJKjp-Bold-subset.woff') format('woff'),
    url('../font/NotoSansCJKjp-Bold-subset.ttf') format('truetype');
}

body {
  font-family: 'NotoSansCJKjp', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo',
    'メイリオ', 'sans-serif';
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
}

.meirio {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.notos {
  font-family: 'Noto Serif JP', serif;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

a:hover img,
a:active img,
a:focus img {
  -ms-filter: 'alpha(opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
}

img {
  box-sizing: content-box;
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  max-height: 100%;
}

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

.header-logo a:hover img,
.footer-logo a:hover img {
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Layout */

body {
  position: relative;
}

/*==============================
共通要素
==============================*/

.center {
  text-align: center;
}

.table {
  display: table;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.bgw {
  background: #fff;
}

.ttl {
  margin: 10px 5% 20px;
  font-size: 20px;
  color: #fff;
}

/*ローディング*/

html,
body {
  width: 100%;
  height: 100%;
}

#fullpage:not(.fullpage-wrapper) {
  opacity: 0;
  pointer-events: none;
}
.loadingWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
}

#fountainTextG {
  position: relative;
  top: 48%;
  margin: auto;
  width: 234px;
}

.fountainTextG {
  float: left;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  color: black;
  text-decoration: none;
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -o-animation-name: bounce_fountainTextG;
  -ms-animation-name: bounce_fountainTextG;
  -webkit-animation-name: bounce_fountainTextG;
  -moz-animation-name: bounce_fountainTextG;
  animation-name: bounce_fountainTextG;
  -o-animation-duration: 2.09s;
  -ms-animation-duration: 2.09s;
  -webkit-animation-duration: 2.09s;
  -moz-animation-duration: 2.09s;
  animation-duration: 2.09s;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
}

#fountainTextG_1 {
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#fountainTextG_2 {
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#fountainTextG_3 {
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

#fountainTextG_4 {
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#fountainTextG_5 {
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

#fountainTextG_6 {
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#fountainTextG_7 {
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
  animation-delay: 1.64s;
}

@keyframes bounce_fountainTextG {
  0% {
    color: black;
    transform: scale(1);
  }

  100% {
    color: white;
    transform: scale(0.5);
  }
}

@-o-keyframes bounce_fountainTextG {
  0% {
    color: black;
    -o-transform: scale(1);
  }

  100% {
    color: white;
    -o-transform: scale(0.5);
  }
}

@-ms-keyframes bounce_fountainTextG {
  0% {
    color: black;
    -ms-transform: scale(1);
  }

  100% {
    color: white;
    -ms-transform: scale(0.5);
  }
}

@-webkit-keyframes bounce_fountainTextG {
  0% {
    color: black;
    -webkit-transform: scale(1);
  }

  100% {
    color: white;
    -webkit-transform: scale(0.5);
  }
}

@-moz-keyframes bounce_fountainTextG {
  0% {
    color: black;
    -moz-transform: scale(1);
  }

  100% {
    color: white;
    -moz-transform: scale(0.5);
  }
}

/*==============================
ヘッダー
==============================*/

.l-header {
  display: inline-block;
  position: fixed;
  top: 33px;
  right: 48px;
  z-index: 5;
}

.l-header-lang {
  width: 181px;
}
.l-header-lang-head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.24em;
  background: #C0C0C0;
  cursor: pointer;
  transition: 0.5s;
}
.l-header-lang-head.active {
  color: #C0C0C0;
  background: rgba(231, 231, 231, 0.9);
}
.l-header-lang-list {
  display: none;
}
.l-header-lang-item {
}
.l-header-lang-link,
.l-header-lang-current {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 27px;
  border-top: solid 1px #D6D6D6;
  height: 52px;
  font-family: 'Century Gothic', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  letter-spacing: 0.2em;
  background: rgba(231, 231, 231, 0.9);
  transition: 0.5s;
}
.l-header-lang-link::before,
.l-header-lang-current::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F2F2F2;
  content: "";
}
.l-header-lang-link:hover {
  color: #ffffff;
  text-decoration: none;
  background: #C0C0C0;
}

.l-header--chillout {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 75px;
  background: #1a1a1a;
}

.en .l-en {
  top: -170px;
}

.en .l-ja {
  top: 0;
}

/*==============================
グローバルナビ
==============================*/

.sp-menu,
.pc-menu {
  position: absolute;
}

.l-nav {
  position: relative;
  z-index: 5;
}

.l-nav .nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.2s 0.3s;
}

.l-nav .nav-list {
  position: absolute;
  top: 0;
  left: -280px;
  padding: 50px 0 10px;
  width: 280px;
  height: 100%;
  overflow: auto;
  text-align: center;
  background: rgba(231, 231, 231, 0.9);
  transition: 0.5s;
}

.l-nav .nav-01,
.l-nav .nav-concept,
.l-nav .nav-02,
.l-nav .nav-03,
.l-nav .nav-04,
.l-nav .nav-05,
.l-nav .nav-06,
.l-nav .nav-07,
.l-nav .nav-contact {
  background: no-repeat center;
}

.l-nav .nav-01 a,
.l-nav .nav-concept a,
.l-nav .nav-02 a,
.l-nav .nav-03 a,
.l-nav .nav-04 a,
.l-nav .nav-05 a,
.l-nav .nav-06 a,
.l-nav .nav-07 a,
.l-nav .nav-contact a {
  display: block;
  width: 100%;
  height: 62px;
}

.l-nav .nav-01 {
  background-image: url(../img/layout/nav/nav_01_off.png);
}

.l-nav .nav-02 {
  background-image: url(../img/layout/nav/nav_02_off.png?v3);
}

.l-nav .nav-03 {
  background-image: url(../img/layout/nav/nav_03_off.png);
}

.l-nav .nav-04 {
  background-image: url(../img/layout/nav/nav_04_off.png);
}

.l-nav .nav-05 {
  background-image: url(../img/layout/nav/nav_05_off.png);
}

.l-nav .nav-06 {
  background-image: url(../img/layout/nav/nav_06_off.png?v2);
}

.l-nav .nav-07 {
  background-image: url(../img/layout/nav/nav_07_off.png);
}

.l-nav .nav-contact {
  background-image: url(../img/layout/nav/nav_contact_off.png?v1);
}

.l-nav .nav-concept {
  background-image: url(../img/layout/nav/nav_concept_off.png);
}

.l-nav .nav-01:hover,
.l-nav .nav-concept:hover,
.l-nav .nav-02:hover,
.l-nav .nav-03:hover,
.l-nav .nav-04:hover,
.l-nav .nav-05:hover,
.l-nav .nav-06:hover,
.l-nav .nav-07:hover,
.l-nav .nav-contact:hover {
  background-color: rgba(168, 177, 162, 0.9);
}

.l-nav .nav-09 {
  margin: 0 0 10px;
}

.l-nav .nav-01:hover {
  background-image: url(../img/layout/nav/nav_01_on.png);
}

.l-nav .nav-02:hover {
  background-image: url(../img/layout/nav/nav_02_on.png?v2);
}

.l-nav .nav-03:hover {
  background-image: url(../img/layout/nav/nav_03_on.png);
}

.l-nav .nav-04:hover {
  background-image: url(../img/layout/nav/nav_04_on.png);
}

.l-nav .nav-05:hover {
  background-image: url(../img/layout/nav/nav_05_on.png);
}

.l-nav .nav-06:hover {
  background-image: url(../img/layout/nav/nav_06_on.png?v2);
}

.l-nav .nav-07:hover {
  background-image: url(../img/layout/nav/nav_07_on.png);
}

.l-nav .nav-contact:hover {
  background-image: url(../img/layout/nav/nav_contact_on.png?v1);
}

.l-nav .nav-concept:hover {
  background-image: url(../img/layout/nav/nav_concept_on.png);
}

.l-nav .l-logo {
  margin: 0 0 50px;
}

.l-nav .nav-08 {
  padding: 30px 0 0;
}

.l-nav .nav-09 {
  padding: 30px 0 0;
}

.l-nav .nav-sns {
  display: table;
  margin: 0 auto;
}

.l-nav .nav-sns li {
  float: left;
  margin: 30px 7.5px;
}

.l-nav .nav-tel {
  margin: 0 auto 30px;
}

.l-nav .nav-tel img {
  margin: 0 auto;
}

.l-nav.open .nav-menu {
  left: -71px;
  transition: 0.2s;
}

.l-nav.open .nav-list {
  left: 0;
  transition: 0.5s;
}

/*==============================
コンテンツ
==============================*/

.section {
  position: relative;
  background-size: cover;  
}

.section .section__banner {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 280px;
  height: 280px;
  z-index: 999;
  transition-duration: 0.5s;  
  opacity: 0;
}

.section .section__banner.active{
  animation: 0.5s forwards 1s show;
}

@keyframes show {
  0% {
    transform: translateY(50px);
    opacity: 0; 
  }
  100% {
    transform: translateY(0);
    opacity: 1;    
  }
}

.fp-controlArrow.fp-next {
  border: none;
  width: 70px;
  height: 70px;
  background: url(../img/top/arrow_02.png) no-repeat center;
}

.fp-controlArrow.fp-prev {
  border: none;
  width: 70px;
  height: 70px;
  background: url(../img/top/arrow_01.png) no-repeat center;
}

.fp-slidesNav.bottom {
  bottom: 1rem;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  margin: 0;
  border: 1px solid #ccc;
  width: 12px;
  height: 12px;
  background: transparent;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  margin: 0;
  background: #ccc;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  margin: 0;
  width: 12px;
  height: 12px;
  background: #ccc;
}

/*=======================
トップ
=======================*/

.top-box {
  position: relative;
  overflow: hidden;
}

.top-box .top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -56px;
  margin-left: -190px;
}

.top-box .top-logo img {
  width: auto;
}

.top-box .control {
  position: absolute;
  bottom: 63px;
  left: 47%;
  margin-left: -120px;
}

.top-box .control li {
  float: left;
  padding: 0 7.5px;
}

#top-movie {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: -100;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.top-box__banner {
  position: absolute;
  bottom: 3rem;
  right: 2rem;
}

/*ルーム*/

.room-box {
  background: url(../img/top/room/room_bg_01.jpg) repeat center;
}

.room-box h2 {
  margin: 5% 5% 0;
}

.room-box .room-container {
  padding: 0 5%;
  width: 100%;
}

.room-box .room-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1690px;
  height: 65vh;
  overflow: hidden;
}

.room-box .room-content a {
  position: relative;
}

.room-box .room-content img {
  display: inline-block;
  margin: 5px 3px;
  min-width: 540px;
  vertical-align: top;
}

.room-box .room-container {
  text-align: left;
}

.room-box.more-box .room-container {
  text-align: center;
}

.room-box .room-content .room-inner {
  width: 1650px;
  height: 4430px;
}

.room-box .room-content #room-img-01 img {
  min-width: 1640px;
}

.room-box .room-content #room-img-05 {
  top: -130px;
}

.room-box .room-content #room-img-06 {
  top: -250px;
}

.room-box .room-content #room-img-08 {
  top: -200px;
}

.room-box .room-content #room-img-09 {
  top: -250px;
}

.room-box .room-content #room-img-10 {
  top: -310px;
}

.room-box .room-content #room-img-11 {
  top: -390px;
}

.room-box .room-content #room-img-12 {
  top: -510px;
}

.room-box .room-content #room-img-13 {
  top: -310px;
}

.room-box .room-content #room-img-14 {
  top: -450px;
}

.room-box .room-content #room-img-15 {
  top: -510px;
}

.room-box .room-content #room-img-16 {
  top: -580px;
}

.room-box .room-content #room-img-17 {
  top: -710px;
}

.room-box .room-content #room-img-18 {
  top: -850px;
}

.room-box .room-content #room-img-19 {
  top: -1260px;
}

.room-box .room-content #room-img-20 {
  top: -580px;
}

.room-box .room-content #room-img-21 {
  top: -710px;
}

.room-box .room-content #room-img-22 {
  top: -1600px;
}

.room-box .room-content #room-img-23 {
  top: -580px;
}

.room-box .room-content #room-img-24 {
  top: -970px;
}

.room-box .room-content #room-img-25 {
  top: -910px;
  left: -550px;
}

.room-box .image > img {
  width: auto;
  max-height: 70vh;
}

#inline-wrap {
  position: relative;
  margin: 10px auto;
  padding: 20px;
  background: #fff none repeat scroll 0 0;
}

#inline-wrap h1 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

#inline-wrap .image,
#inline-wrap .popup-modal-dismiss {
  text-align: center;
}

/*モーダル*/

/* Styles for dialog window */

.base {
  position: relative;
  margin: 40px auto;
  padding: 20px 30px;
  text-align: center;
}

.base .room-type {
  display: inline-block;
  margin: 50px 0 15px;
  padding: 0 15px;
  font-weight: 800;
  background: #fff;
}

.base .room-info {
  font-weight: 800;
  color: #fff;
}

.base .room-price {
  font-weight: 800;
}

.mfp-close {
  top: -3%;
  right: 0;
}

.mfp-close:active {
  top: -3%;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
}

.mfp-close-btn-in .mfp-close {
  font-size: 50px;
  color: #fff;
}

.image > img {
  width: auto;
  max-height: 70vh;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/**
 * Fade-move animation for second dialog
 */

/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*メニュー*/

.menu-box {
  background: #111;
}

.menu-box iframe {
  /* 追加で指定 */
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  /* 追加で指定 */
}

.menu-box .menu-main {
  overflow: auto;
  /* scrollからautoに変更 */
  -webkit-overflow-scrolling: touch;
}

.menu-side {
  position: relative;
  z-index: 5;
  float: left;
  padding: 0 0 0 71px;
  width: 250px;
  height: 100%;
}

.menu-nav.pc-nav {
  display: table;
  padding: 0 5px;
  border-right: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
  height: 100%;
}

.menu-nav.pc-nav li {
  display: table-row;
}

.menu-nav.pc-nav li.active a {
  color: #b66466;
}

.menu-nav.pc-nav a {
  display: table-cell;
  border-bottom: 1px solid #5c5c5c;
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.menu-nav.pc-nav a img {
  display: block;
  margin: 0 auto 10px;
}

.menu-nav.pc-nav li:last-child a {
  border: none;
}

.menu-main {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.p-abs {
  position: absolute;
  top: 0;
  left: 250px;
}

iframe[name='menu-window'] {
  width: 100%;
  height: 100vh;
}

.iScrollVerticalScrollbar.iScrollLoneScrollbar {
  display: none;
}

.l-menu {
  float: left;
  margin-left: -250px;
  width: 100%;
  color: #fff;
}

.l-menu .menu-main-content {
  padding-left: 250px;
}

.l-menu .head-image {
  display: table;
  margin: 30px 0 40px 0;
  width: 100%;
  height: 230px;
  background: url(../img/top/menu/alacarte_head_01.jpg) no-repeat 30px top;
}

.l-menu .head-image .menu-copy {
  display: table-cell;
  font-size: 16px;
  font-weight: 800;
  line-height: 2.125;
  text-shadow: 0px 0px 2px #fff;
  vertical-align: middle;
}

.l-menu .head-image .menu-copy span {
  display: block;
  margin: 0 auto;
  padding-left: 500px;
  color: #111;
}

.l-menu .menu-container {
  margin: 0 0 0 30px;
  border: 1px solid #b68a67;
  width: 80vw;
  height: 65vh;
}

.l-menu .menu-content {
  padding: 25px 25px 0 55px;
  width: 75vw;
  height: 60vh;
  overflow: hidden;
}

.l-menu .menu-head {
  margin: 0 0 30px;
  border-bottom: 1px solid #b68a67;
  clear: both;
  font-size: 24px;
  font-weight: 800;
  color: #b68a67;
  vertical-align: baseline;
}

.l-menu .menu-head span {
  padding: 0 0 0 30px;
  font-size: 14px;
}

.l-menu .menu-img-list {
  margin: 0 0 40px;
  width: 1400px;
}

.l-menu .menu-img-list li {
  float: left;
  margin-right: 20px;
  width: 255px;
  min-height: 385px;
  color: #fff;
}

.l-menu .menu-img-list li img {
  border: 1px solid #b68a67;
}

.l-menu .menu-img-list li:nth-child(5n) {
  margin-right: 0;
}

.l-menu .menu-img-list .menu-name {
  margin: 15px 0 5px;
  font-size: 15px;
  font-weight: 800;
}

.l-menu .menu-img-list .menu-price {
  margin: 0 0 15px;
  font-size: 14px;
}

.l-menu .menu-img-list .menu-message {
  min-height: 8em;
  font-size: 12px;
  line-height: 2;
}

.l-menu .menu-grandmenu .menu-grandmenu-list > li {
  float: left;
  margin: 0 55px 35px 0;
  width: 390px;
}

.l-menu .menu-grandmenu .menu-grandmenu-list > li:nth-child(3n) {
  margin-right: 0;
}

.l-menu .menu-grandmenu .g-menu-name {
  margin: 0 0 15px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 800;
}

.l-menu .menu-grandmenu .g-menu-name span {
  float: right;
  margin-top: 8px;
  font-size: 12px;
}

.l-menu .menu-grandmenu .g-menu-list li {
  margin: 0 0 5px;
}

.l-menu .menu-grandmenu .g-menu-list li:last-child::after {
  display: list-item;
  content: '...and more';
}

.l-menu .menu-cat-content {
  height: 100vh;
  overflow: hidden;
}

.l-menu .menu-post {
  padding: 45px 5% 0;
  min-width: 1180px;
  min-height: 740px;
  font-size: 18px;
  text-align: center;
  background-position: center top;
  background-size: cover;
}

.l-menu .menu-post .menu-message {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 2;
}

.l-menu .menu-post .menu-ttl {
  margin: 0 0 30px;
  font-size: 42px;
  font-weight: 800;
}

.l-menu .menu-post .table {
  margin: 0 auto 45px;
  width: 100%;
  text-align: center;
}

.l-menu .menu-post .table .cell {
  display: inline-block;
  margin: 10px 10px 0;
  max-width: 500px;
  vertical-align: top;
}

.l-menu .menu-post .menu-course {
  width: 480px;
  font-size: 37px;
  line-height: 1.5;
  text-align: right;
}

.l-menu .menu-post .menu-hour {
  float: left;
  margin: 35px 0 0;
  font-size: 28px;
  font-weight: 800;
}

.l-menu .menu-post .menu-price {
  font-size: 58px;
}

.l-menu .menu-post .menu-tax {
  font-size: 21px;
}

.l-menu .menu-post .menu-standard {
  padding: 3px 0 0;
  max-width: 480px;
  height: 40px;
  font-size: 18px;
  font-weight: 800;
  background: #b68a67;
}

.l-menu .menu-post .menu-note {
  margin: 10px 0 0;
  font-size: 12px;
}

.l-menu .menu-post .more {
  text-align: center;
}

.l-menu .menu-post .more a {
  display: inline-block;
  padding: 7px 0 0;
  width: 100%;
  max-width: 412px;
  height: 60px;
  font-size: 24px;
  font-weight: 800;
  color: #111;
  background: #fff;
}

.l-menu .menu-post .more a:hover,
.l-menu .menu-post .more a:active,
.l-menu .menu-post .more a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: 0.3s;
}

.l-menu .menu-cat .mCSB_outside + .mCSB_scrollTools {
  right: 20px;
}

.l-menu .menu-cat .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.l-menu .menu-cat .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 35px;
}

.l-menu .coupon {
  display: inline-block;
  margin: 0 0 30px;
  padding: 7px 0 0;
  width: 100%;
  max-width: 412px;
  height: 75px;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #b22d00;
}

.l-menu .coupon .small {
  font-size: 10px;
}

.l-menu .coupon .coupon-persons {
  margin-right: 1em;
  font-size: 16px;
  vertical-align: text-top;
}

.l-menu .coupon .coupon-price {
  font-size: 36px;
  font-weight: 800;
}

.l-menu .coupon .off {
  font-size: 36px;
}

.l-menu .coupon:hover {
  background: rgba(178, 45, 0, 0.7);
  transition: 0.5s;
}

.coupon-dialog {
  position: relative;
  text-align: center;
}

.coupon-dialog .coupon-bg {
  position: relative;
  z-index: -1;
}

.coupon-dialog .coupon-name {
  position: relative;
  top: -50%;
  font-size: 21px;
}

.coupon-dialog .coupon-price {
  position: relative;
  top: -30%;
  font-size: 61px;
}

.coupon-dialog .coupon-date {
  position: relative;
  top: -30%;
  font-size: 12px;
}

.s-menu .menu-post {
  padding: 0;
  height: auto;
  font-size: 28px;
}

.s-menu .menu-post .menu-message {
  font-size: 20px;
}

.s-menu .menu-post .table {
  display: block;
  max-width: 1280px;
}

.s-menu .menu-post .table .cell {
  display: inline-block;
  margin: 10px 10px 0;
  max-width: 100%;
  vertical-align: top;
}

.s-menu .menu-post .menu-course {
  margin: 0 auto 30px;
  width: 600px;
  color: #f54a8a;
}

.s-menu .menu-post .menu-course .menu-persons {
  display: inline;
  font-size: 28px;
}

.s-menu .menu-post .menu-price {
  font-size: 54px;
}

.s-menu .menu-post .menu-tax {
  font-size: 28px;
}

.s-menu .menu-post .menu-standard {
  margin: 0 0 20px;
  min-width: 600px;
}

.s-menu .menu-post .menu-standard .note {
  font-size: 14px;
}

.s-menu .menu-post .menu-standard-capture {
  font-size: 14px;
  line-height: 2;
}

.s-menu .menu-post .coupon {
  display: inline-block;
  margin: 0 0 30px;
  padding: 7px 0 0;
  width: 100%;
  max-width: 412px;
  height: 60px;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #b22d00;
}

.s-menu .menu-post .coupon .small {
  font-size: 10px;
}

.s-menu .menu-post .coupon .coupon-persons {
  margin-right: 1em;
  font-size: 16px;
  vertical-align: text-top;
}

.s-menu .menu-post .coupon .coupon-price {
  font-size: 36px;
  font-weight: 800;
}

.s-menu .menu-post .coupon .off {
  font-size: 36px;
}

.s-menu .menu-post .coupon:hover {
  background: rgba(178, 45, 0, 0.7);
  transition: 0.5s;
}

.s-menu .menu-post .more {
  margin: 0 0 55px;
}

.s-menu .menu-img-single {
  margin: 0 0 35px;
  min-width: 1280px;
  text-align: center;
}

.s-menu .menu-grandmenu-list {
  clear: both;
}

.s-menu .menu-grandmenu .g-menu-list li:last-child::after {
  content: none;
}

.s-menu .menu-capture {
  margin: 0 0 25px;
  padding: 20px;
  padding-left: 4em;
  border: 1px solid #fff;
  clear: both;
  text-indent: -2em;
  counter-reset: number;
}

.s-menu .menu-capture li::before {
  counter-increment: number;
  content: '※' counter(number) '　';
}

.s-menu .menu-attention {
  width: 100%;
}

/*ニュース*/

.news-box {
  color: #fff;
  background: url(../img/top/news/news_bg.jpg) no-repeat center;
  background-size: cover;
}

.news-box iframe {
  float: none;
  width: 100%;
  height: 100vh;
}

.s-news {
  height: 100%;
  overflow: hidden;
  color: #fff;
}

.s-news .l-news-main {
  float: left;
  width: 80%;
}

.s-news .img-box {
  overflow: hidden;
  vertical-align: top;
}

.s-news .js-img {
  box-sizing: border-box;
  min-width: 100%;
  max-width: 500%;
}

.s-news .post-box {
  padding: 3% 3% 3% 1%;
  min-width: 28vw;
  max-width: 500px;
}

.s-news .post-ttl {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 800;
}

.s-news .post-txt {
  overflow: hidden;
  line-height: 2.2;
}

.s-news .two-post .post-txt {
  max-height: 30vh;
}

.s-news .two-post .img-box {
  max-width: 970px;
  overflow: hidden;
}

.s-news .three-post .post-txt {
  max-height: 18vh;
}

.s-news .three-post .post-box {
  padding: 2% 3% 4% 0%;
}

.s-news .three-post .img-box {
  max-width: 940px;
  overflow: hidden;
}

.s-news .l-side {
  float: right;
  padding: 1% 0;
  width: 20%;
}

.s-news .post-archive {
  padding: 45px 8% 0 10%;
  border-left: 1px solid #ccc;
  height: 100%;
}

.s-news .post-archive h2 {
  padding: 10px 0 5px;
}

.s-news .post-archive a {
  color: #fff;
}

.s-news .ttl {
  margin: 0 0 35px;
  font-size: 14px;
}

.s-news h4 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 800;
}

.s-news .ttl-list li {
  margin: 0 0 10px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-news .ttl-list li .date {
  display: inline-block;
  margin-right: 1em;
}

/****************************
ランキング
****************************/

.ranking-box {
  color: #fff;
  background: url(../img/top/ranking/ranking_bg.jpg) repeat center;
  background-size: cover;
}

.ranking-box .wrap {
  margin: 0 auto;
  margin-top: 100px;
  width: 980px;
}

.ranking-box h2,
.ranking-box h3 {
  text-align: center;
}

.ranking-box h2 {
  margin-bottom: 60px;
}

.ranking-box h3 {
  margin-bottom: 40px;
}

.ranking-box h4 {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: thin solid #c5c5c5;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.ranking-box .box {
  position: relative;
  margin-bottom: 40px;
  margin-left: 30px;
  padding: 30px 40px 60px;
  width: 950px;
  color: #000;
  background: #fff;
}

.ranking-box .box.two {
  margin-bottom: 80px;
}

.ranking-box .box:before {
  position: absolute;
  top: -25px;
  left: -40px;
  content: url(../img/top/ranking/label_no1.png);
}

.ranking-box .box.two:before {
  content: url(../img/top/ranking/label_no2.png);
}

.ranking-box .flex-box {
  display: flex;
}

.ranking-box .box .img {
  margin-right: 40px;
  width: 300px;
}

.ranking-box .box .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 530px;
  font-size: 12px;
  font-weight: normal;
}

/*アクセス*/

.access-box {
  background: url(../img/top/access/access_bg.jpg) no-repeat center;
  background-size: cover;
}

.access-box h2 {
  margin: 5% 5% 0;
}

.access-box h2 img {
  max-width: 222px;
}

.access-box .access-map {
  position: relative;
  margin: 0 auto 30px;
  padding: 0 5%;
  width: 100%;
  max-width: 1000px;
  height: 280px;
}

.access-box .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-box .table-box {
  margin: 0 auto 30px;
  padding: 0 10px;
  width: 100%;
  max-width: 1000px;
  color: #ccc;
  background: rgba(85, 85, 85, 0.9);
}

.access-box .table-box table {
  width: 100%;
}

.access-box .table-box table th,
.access-box .table-box table .access-sns-list {
  position: relative;
  padding: 20px 20px 20px 45px;
  width: 22%;
  min-width: 220px;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.access-box .table-box table td {
  position: relative;
  width: 78%;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.access-box .table-box table tr:not(:last-child) th,
.access-box .table-box table tr:not(:last-child) td {
  border-bottom: 1px solid #111;
}

.access-box .table-box table .access-sns-list li {
  margin: 0 15px 0 0;
}

.access-box .table-box table .access-link span:first-child {
  border-right: 1px solid #959595;
}

.access-box .table-box table .access-link a {
  display: inline-block;
  padding: 0 10px;
  color: #ccc;
}

.access-box .table-box .ja-add {
  position: absolute;
  top: 18px;
  opacity: 1;
  transition: 0.5s;
}

.access-box .table-box .en-add {
  position: absolute;
  top: -30px;
  opacity: 0;
  transition: 0.5s;
}

.access-box .access-reservation {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.access-box .access-reservation h3 {
  padding: 0 0 10px 20px;
  font-size: 16px;
  color: #ccc;
  background: url(../img/top/access/access_point.png) no-repeat left 7px;
}

.access-box .access-reservation .table {
  width: 100%;
}

.access-box .access-reservation .cell:nth-child(odd) {
  padding: 0 10px 0 0;
}

.access-box .access-reservation .cell:nth-child(even) {
  padding: 0 0 0 10px;
}

.hours-ja-add {
  position: absolute;
  top: 10px;
  transition: 0.5s;
}

.hours-en-add {
  position: absolute;
  top: -30px;
  opacity: 0;
  transition: 0.5s;
}

.en .table-box .ja-add {
  top: -30px;
  opacity: 0;
}

.en .table-box .en-add {
  top: 18px;
  opacity: 1;
}

.en .table-box .hours-ja-add {
  opacity: 0;
  /* top: -30px;*/
}

.en .table-box .hours-en-add {
  top: 10px;
  opacity: 1;
}

.recruit-box {
  text-align: center;
}

@media (min-width: 769px) {
  .hidden-pc {
    display: none;
  }

  .hidden-sp {
    display: block;
  }

  table .hidden-sp {
    display: table-row;
  }
}

/*===============================================================================================================
ここからSP
===============================================================================================================*/

@media (max-width: 768px) {
  .hidden-pc {
    display: block;
  }

  .hidden-sp {
    display: none;
  }

  .fp-slidesNav.bottom {
    left: 50%;
  }

  .fp-controlArrow.fp-next,
  .fp-controlArrow.fp-prev {
    background-size: 6.9vw;
  }

  /* .l-header .l-ja {
    position: static;
    float: left;
    display: block;
    padding: 0 1.5rem;
    opacity: 0.3;
    background: url(../img/top/module_ja_sp.png) no-repeat center;
    background-size: 1.86rem 1.2rem;
    width: 2rem;
    height: 1.5rem;
  }
  .l-header .l-en {
    position: static;
    float: left;
    display: block;
    padding: 0 1.5rem;
    opacity: 1;
    background: url(../img/top/module_en_sp.png) no-repeat center;
    background-size: 1.7rem 1.2rem;
    width: 2rem;
    height: 1.5rem;
  }

  .en .l-en {
    opacity: 0.3;
  }

  .en .l-ja {
    opacity: 1;
  }*/
  /*ナビ*/
  .sp-menu {
    margin: 2.5rem;
    width: 3.8rem;
    height: 2.82rem;
  }

  .l-nav .l-logo {
    margin: 0 0 5rem;
  }

  .close-btn {
    position: absolute;
    top: 16px;
    left: 18px;
  }

  .l-nav .nav-01,
  .l-nav .nav-02,
  .l-nav .nav-03,
  .l-nav .nav-04,
  .l-nav .nav-05,
  .l-nav .nav-06,
  .l-nav .nav-07,
  .l-nav .nav-concept,
  .l-nav .nav-contact {
    background: no-repeat center top;
    background-size: cover;
  }

  .l-nav .nav-01 a,
  .l-nav .nav-02 a,
  .l-nav .nav-03 a,
  .l-nav .nav-04 a,
  .l-nav .nav-05 a,
  .l-nav .nav-06 a,
  .l-nav .nav-07 a,
  .l-nav .nav-concept a,
  .l-nav .nav-contact a {
    display: block;
    width: 100%;
    height: 3.8rem;
  }

  .l-nav .nav-01 {
    background-image: url(../img/layout/nav/nav_01_sp_off.png);
  }

  .l-nav .nav-concept {
    background-image: url(../img/layout/nav/nav_concept_sp_off.png);
  }

  .l-nav .nav-02 {
    background-image: url(../img/layout/nav/nav_02_sp_off.png?v2);
  }

  .l-nav .nav-03 {
    background-image: url(../img/layout/nav/nav_03_sp_off.png);
  }

  .l-nav .nav-04 {
    background-image: url(../img/layout/nav/nav_04_sp_off.png);
  }

  .l-nav .nav-05 {
    background-image: url(../img/layout/nav/nav_05_sp_off.png);
  }

  .l-nav .nav-06 {
    background-image: url(../img/layout/nav/nav_06_sp_off.png?v2);
  }

  .l-nav .nav-07 {
    background-image: url(../img/layout/nav/nav_07_sp_off.png);
  }

  .l-nav .nav-contact {
    background-image: url(../img/layout/nav/nav_contact_sp_off.png);
  }

  .l-nav .nav-01:hover,
  .l-nav .nav-02:hover,
  .l-nav .nav-03:hover,
  .l-nav .nav-04:hover,
  .l-nav .nav-05:hover,
  .l-nav .nav-06:hover,
  .l-nav .nav-07:hover,
  .l-nav .nav-concept:hover,
  .l-nav .nav-contact:hover {
    background-color: rgba(177, 162, 162, 0.9);
  }

  .l-nav .nav-01:hover {
    background-image: url(../img/layout/nav/nav_01_sp_on.png);
  }

  .l-nav .nav-02:hover {
    background-image: url(../img/layout/nav/nav_02_sp_on.png?v2);
  }

  .l-nav .nav-03:hover {
    background-image: url(../img/layout/nav/nav_03_sp_on.png);
  }

  .l-nav .nav-04:hover {
    background-image: url(../img/layout/nav/nav_04_sp_on.png);
  }

  .l-nav .nav-05:hover {
    background-image: url(../img/layout/nav/nav_05_sp_on.png);
  }

  .l-nav .nav-06:hover {
    background-image: url(../img/layout/nav/nav_06_sp_on.png?v2);
  }

  .l-nav .nav-07:hover {
    background-image: url(../img/layout/nav/nav_07_sp_on.png);
  }

  .l-nav .nav-concept:hover {
    background-image: url(../img/layout/nav/nav_concept_sp_on.png);
  }

  .l-nav .nav-contact:hover {
    background-image: url(../img/layout/nav/nav_contact_sp_on.png);
  }

  .l-nav .nav-sns-list {
    display: none;
  }

  .l-nav .nav-tel-box {
    display: block;
    padding: 1rem;
  }

  /*トップ*/
  .top-box {
    background: url(../img/top/top_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .top-box .top-logo img {
    width: 100%;
  }

  /*ルーム*/
  .room-box h2 {
    margin: 5% 0 0;
    padding: 5rem 0 0;
  }

  .room-box h2 img {
    max-width: 100%;
  }

  .room-box .ttl {
    margin: 10px 5% 20px;
    font-size: 1.2rem;
  }

  .room-box .sp-room .popup-modal {
    display: inline-block;
    padding: 0 0.5% 1%;
    width: 32%;
    letter-spacing: -0.4em;
  }

  /*メニュー*/
  .menu-box {
    background: #111;
  }

  .menu-box iframe {
    /* 追加で指定 */
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    /* 追加で指定 */
  }

  .menu-box .menu-main {
    overflow: auto;
    /* scrollからautoに変更 */
    -webkit-overflow-scrolling: touch;
  }

  .menu-box h2 {
    margin: 5% 0 0;
    padding: 5rem 0 0;
  }

  .menu-box h2 img {
    max-width: 100%;
  }

  .menu-box .ttl {
    margin: 10px 5% 20px;
    font-size: 1.2rem;
    color: #b68a67;
  }

  .menu-side {
    position: relative;
    z-index: 5;
    float: none;
    padding: 0 4%;
    width: 100%;
    height: auto;
  }

  .menu-nav.pc-nav {
    display: none;
  }

  .menu-nav.sp-nav {
    display: table;
    margin: 0 0 2.5rem;
    width: 100%;
    height: auto;
    background: rgba(182, 138, 103, 0.8);
  }

  .menu-nav.sp-nav li {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
  }

  .menu-nav.sp-nav a {
    display: block;
    padding: 2% 0;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
  }

  .menu-nav.sp-nav a img {
    display: block;
    margin: 0 auto 10px;
  }

  .menu-main {
    position: relative;
    float: none;
    width: 100%;
    height: 100%;
  }

  .p-abs {
    position: absolute;
    top: 0;
    left: 250px;
  }

  iframe[name='menu-window'] {
    width: 100%;
    height: 100vh;
  }

  .iScrollVerticalScrollbar.iScrollLoneScrollbar {
    display: block;
  }

  .l-menu {
    float: none;
    margin-left: 0;
    width: 100%;
    color: #fff;
  }

  .l-menu .menu-main-content {
    padding-left: 0;
  }

  .l-menu .head-image {
    margin: 0;
    width: 100%;
    height: auto;
    background: none;
  }

  .l-menu .sp-menu-head {
    margin: 0 0 2.5rem;
  }

  .l-menu .menu-container {
    margin: 0;
    border: none;
    width: 100vw;
    height: 100%;
  }

  .l-menu .menu-content {
    padding: 0;
    width: 100%;
    height: 55vh;
    overflow: hidden;
  }

  .l-menu .menu-head {
    margin: 0 4% 30px;
    border-bottom: 1px solid #b68a67;
    font-size: 24px;
    font-weight: 800;
    color: #b68a67;
    vertical-align: baseline;
  }

  .l-menu .menu-head span {
    padding: 0 0 0 30px;
    font-size: 14px;
  }

  .l-menu .menu-img-list {
    margin: 0 0 40px;
    padding: 0 4%;
    width: 100%;
  }

  .l-menu .menu-img-list li {
    float: left;
    margin-right: 2%;
    width: 48%;
    min-height: 420px;
    color: #fff;
    text-align: center;
  }

  .l-menu .menu-img-list li img {
    border: 1px solid #b68a67;
  }

  .l-menu .menu-img-list li:nth-child(5n) {
    margin-right: 2%;
  }

  .l-menu .menu-img-list li:nth-child(1n) {
    margin-right: 2%;
  }

  .l-menu .menu-img-list .menu-name {
    margin: 15px 0 5px;
    font-size: 16px;
    font-weight: 800;
  }

  .l-menu .menu-img-list .menu-price {
    margin: 0 0 15px;
    font-size: 14px;
  }

  .l-menu .menu-img-list .menu-message {
    font-size: 12px;
    line-height: 2;
  }

  .l-menu .menu-grandmenu {
    padding: 0 4%;
  }

  .l-menu .menu-grandmenu .menu-grandmenu-list > li {
    float: none;
    margin: 0 75px 35px 0;
    width: 100%;
  }

  .l-menu .menu-grandmenu .menu-grandmenu-list > li:nth-child(3n) {
    margin-right: 0;
  }

  .l-menu .menu-grandmenu .g-menu-name {
    margin: 0 0 15px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 800;
  }

  .l-menu .menu-grandmenu .g-menu-name span {
    float: right;
    margin-top: 8px;
    font-size: 12px;
  }

  .l-menu .menu-grandmenu .g-menu-list li {
    margin: 0 0 5px;
  }

  .l-menu .menu-cat-content {
    height: 65vh;
    overflow: hidden;
  }

  .l-menu .menu-post {
    padding: 2.7rem 4% 0;
    min-width: 100%;
    height: auto;
    font-size: 1.5rem;
    text-align: center;
    background-position: center top;
    background-size: cover;
  }

  .l-menu .menu-post .menu-message {
    margin: 0 0 2rem;
    font-size: 1.1rem;
    line-height: 2;
  }

  .l-menu .menu-post .menu-ttl {
    margin: 0 0 2rem;
    font-size: 2.7rem;
    font-weight: 800;
  }

  .l-menu .menu-post .table {
    width: 100%;
    max-width: 100%;
  }

  .l-menu .menu-post .table .cell {
    display: block;
    margin-top: 2.5rem;
    max-width: 100%;
    vertical-align: top;
  }

  .l-menu .menu-post .menu-course {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    font-size: 3rem;
    line-height: 1.5;
    text-align: right;
  }

  .l-menu .menu-post .menu-hour {
    float: left;
    margin: 35px 0 0;
    font-size: 1.5rem;
    font-weight: 800;
  }

  .l-menu .menu-post .menu-price {
    font-size: 4.6rem;
  }

  .l-menu .menu-post .menu-tax {
    font-size: 1.5rem;
  }

  .l-menu .menu-post .menu-standard {
    margin: 0 0 1.5rem;
    padding: 0.8rem 0 0;
    max-width: 100%;
    height: 40px;
    font-size: 1.4rem;
    font-weight: 800;
    background: #b68a67;
  }

  .l-menu .menu-post .more {
    text-align: center;
  }

  .l-menu .menu-post .more a {
    display: inline-block;
    padding: 7px 0 0;
    width: 100%;
    max-width: 412px;
    height: 60px;
    font-size: 24px;
    font-weight: 800;
    color: #111;
    background: #fff;
  }

  .l-menu .menu-post .more a:hover,
  .l-menu .menu-post .more a:active,
  .l-menu .menu-post .more a:focus {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    transition: 0.3s;
  }

  .l-menu .menu-post .menu-bnr-box {
    padding: 30px 0;
    text-align: center;
  }

  .l-menu .menu-cat-content {
    height: 65vh;
  }

  .s-menu .menu-post {
    padding: 0;
    height: auto;
    font-size: 28px;
  }

  .s-menu .menu-post .menu-message {
    padding: 0 4%;
    font-size: 1.26rem;
  }

  .s-menu .menu-post .table {
    max-width: 100%;
  }

  .s-menu .menu-post .table .cell {
    padding: 0 20px;
  }

  .s-menu .menu-post .menu-course {
    margin: 0 auto 30px;
    width: 100%;
  }

  .s-menu .menu-post .menu-course .menu-persons {
    display: none;
  }

  .s-menu .menu-post .menu-hour {
    font-size: 1.5rem;
  }

  .s-menu .menu-post .menu-persons {
    display: inline;
    font-size: 1.5rem;
    color: #f54a8a;
  }

  .s-menu .menu-post .menu-price {
    font-size: 4.6rem;
  }

  .s-menu .menu-post .menu-tax {
    font-size: 1.5rem;
  }

  .s-menu .menu-post .menu-standard {
    margin: 0 0 20px;
    min-width: 100%;
  }

  .s-menu .menu-post .menu-standard .note {
    font-size: 14px;
  }

  .s-menu .menu-post .menu-standard-capture {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .s-menu .menu-post .coupon {
    display: inline-block;
    margin: 0 0 30px;
    padding: 7px 0 0;
    width: 100%;
    max-width: 412px;
    height: 60px;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    background: #b22d00;
  }

  .s-menu .menu-post .coupon .small {
    font-size: 10px;
  }

  .s-menu .menu-post .coupon .coupon-persons {
    margin-right: 1em;
    font-size: 16px;
    vertical-align: text-top;
  }

  .s-menu .menu-post .coupon .coupon-price {
    font-size: 36px;
    font-weight: 800;
  }

  .s-menu .menu-post .coupon .off {
    font-size: 36px;
  }

  .s-menu .menu-post .more {
    margin: 0 0 55px;
  }

  .s-menu .menu-img-single {
    margin: 0 0 35px;
    min-width: 100%;
    text-align: center;
  }

  .s-menu .menu-grandmenu-list {
    clear: both;
  }

  .s-menu .menu-grandmenu .g-menu-list li:last-child::after {
    content: none;
  }

  .s-menu .menu-capture {
    margin: 0 auto 25px;
    padding: 20px;
    border: 1px solid #fff;
    width: 96%;
    clear: both;
    text-indent: 0;
    counter-reset: number;
  }

  .s-menu .menu-attention {
    padding: 0 4%;
  }

  .s-menu .menu-attention .cell {
    display: block;
  }

  /*ニュース*/
  .news-box {
    background: url(../img/top/news/news_bg_sp.jpg) no-repeat center;
  }

  .news-box h2 {
    margin: 5% 0 0;
    padding: 5rem 0 0;
  }

  .news-box h2 img {
    max-width: 100%;
  }

  .news-box .ttl {
    margin: 10px 5% 20px;
    font-size: 1.2rem;
  }

  .news-box iframe {
    display: block;
    float: none;
    margin: 0 auto 3rem;
    width: 100%;
    height: 120vh;
  }

  .s-news {
    height: 55vh;
    overflow: auto;
    color: #fff;
  }

  .s-news .js-img {
    box-sizing: border-box;
    max-width: 100%;
  }

  .s-news .l-news-main {
    float: none;
    margin: 0 auto;
    width: 92%;
  }

  .s-news .cell {
    display: block;
  }

  .s-news .post-box {
    padding: 0;
    max-width: 100%;
  }

  .s-news .post-ttl {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    text-align: center;
  }

  .s-news .post-txt {
    margin: 0 0 3rem;
    overflow: auto;
    font-size: 1.5rem;
    line-height: 2;
  }

  .s-news .two-post .post-txt {
    max-height: 100%;
  }

  .s-news .two-post .img-box {
    max-width: 100%;
  }

  .s-news .three-post .post-txt {
    max-height: 100%;
  }

  .s-news .three-post .post-box {
    padding: 0;
  }

  .s-news .three-post .img-box {
    max-width: 100%;
  }

  .s-news .l-side {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 96%;
  }

  .s-news .post-archive {
    padding: 0;
    border-left: none;
    height: 100%;
  }

  .s-news .post-archive a {
    color: #fff;
  }

  .s-news h4 {
    margin: 0 0 15px;
    font-size: 1.7;
    font-weight: 800;
  }

  .s-news .ttl-list li {
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .s-news .ttl-list li .date {
    display: inline-block;
    margin-right: 1em;
  }

  /*アクセス*/
  .access-box {
    background: url(../img/top/access/access_bg_02.jpg) no-repeat top;
    background-size: cover;
  }

  .access-box h2 {
    margin: 5% 0 0;
    padding: 5rem 0 0;
  }

  .access-box h2 img {
    max-width: 100%;
  }

  .access-box .ttl {
    font-size: 1.2rem;
  }

  .access-box .access-pd-box {
    padding: 0 4% 3.15rem;
  }

  .access-box .table-box {
    padding: 0 1.5rem;
  }

  .access-box .table-box table {
    font-size: 1.5rem;
  }

  .access-box .table-box table th {
    display: block;
    padding: 1.3rem 3rem 0;
    width: 100%;
    max-width: 100%;
    min-height: 3.5rem;
    font-weight: 800;
  }

  .access-box .table-box table td {
    display: block;
    padding: 0 3rem 1.2rem;
    width: 100%;
    height: 4.5rem;
  }

  .access-box .table-box table tr:nth-child(2) td {
    height: 4.5rem;
  }

  .access-box .table-box table tr:nth-child(4) td {
    height: 3.5rem;
  }

  .access-box .table-box table tr:not(:last-child) th {
    border: none;
  }

  .access-box .table-box table .access-link {
    padding: 1.3rem 0 1.3rem;
    text-align: right;
  }

  .access-box .access-sns-sp {
    display: table;
    margin: 0 auto;
    padding: 1rem 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }

  .access-box .access-sns-sp .float-list {
    display: table;
    margin: 0 auto;
  }

  .access-box .access-sns-sp li {
    padding: 0 1.58rem;
  }

  .access-box .table-box .ja-add {
    top: 8px;
  }

  .en .table-box .en-add {
    top: 8px;
  }
}

/*SPここまで*/

.l-menu,
.detail-box {
  background: #111;
}

.more-box {
  text-align: center;
}

.more-box .more {
  display: inline-block;
  padding: 0 5%;
  width: 100%;
  max-width: 412px;
}

.more-box .more a {
  display: block;
  padding: 9px 0 0;
  height: 60px;
  font-size: 20px;
  font-weight: 800;
  color: #111;
  background: #fff;
  transition: 0.5s;
}

.more-box .more a:hover,
.more-box .more a:active,
.more-box .more a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 769px) {
  .l-menu .menu-post {
    min-width: 1680px;
  }
}

.menu-box.more-box {
  background: url(../img/top/menu/menu_bg_01.jpg);
  background-size: cover;
}

.menu-box.more-box .fp-tableCell {
  vertical-align: top;
}

.menu-box.more-box .menu-main {
  padding: 15% 5%;
  height: auto;
}

.menu-box.more-box h2 {
  margin: 5% 5% 0;
}

@media screen and (min-width: 769px) {
  .menu-box.more-box h2 img {
    max-width: 610px;
  }
}

.room-box.more-box {
  background: url(../img/top/room/room_bg_02.jpg);
  background-size: cover;
}

.room-box.more-box .fp-tableCell {
  vertical-align: top;
}

.room-box.more-box .room-container {
  padding: 15% 5%;
}

/*==========================
2016-08-30追記　マージン調整
==========================*/

.menu-box.more-box h2,
.access-box h2,
.room-box h2 {
  margin: 30px 5% 0;
}

.access-box .fp-tableCell {
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .access-box .table-box table th,
  .access-box .table-box table .access-sns-list {
    padding: 10px 20px 10px 45px;
    width: 22%;
    max-width: 120px;
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

.access-box .table-box .ja-add,
.en .access-box .table-box .en-add {
  top: 11px;
}

.room-box .fp-tableCell {
  vertical-align: top;
}

.room-box .more {
  text-align: center;
}

.room-box .more a {
  display: inline-block;
  margin: 1em auto;
  padding: 7px 0 0;
  width: 100%;
  max-width: 412px;
  height: 60px;
  font-size: 24px;
  font-weight: 800;
  color: #111;
  text-decoration: none;
  background: #fff;
}

.room-box .room-content .room-inner {
  min-width: 1655px;
}

@media screen and (max-width: 768px) {
  .sp-menu {
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .l-menu .menu-post {
    max-width: 1680px;
  }
}

@media screen and (max-width: 768px) {
  .l-menu .menu-post {
    min-width: 0;
    max-width: 100%;
  }
}

.room-box.more-box h2 img,
.menu-box.more-box h2 img {
  opacity: 0;
}

.room-box.more-box .more-btn img {
  height: auto;
}

.room-box.more-box .more-btn,
.menu-box.more-box .more-btn {
  opacity: 0;
}

.fp-viewing-top-room .room-box.more-box h2 img,
.fp-viewing-top-menu .menu-box.more-box h2 img {
  opacity: 1;
  transition: 0.3s 0.5s;
}

.fp-viewing-top-room .room-box.more-box .more-btn,
.fp-viewing-top-menu .menu-box.more-box .more-btn {
  opacity: 1;
  transition: 0.3s 0.8s;
}

.menu-box.more-box .menu-main {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .room-box.more-box h2 img,
  .menu-box.more-box h2 img {
    max-width: 512px;
    height: auto;
  }

  .room-box.more-box .more-btn img,
  .menu-box.more-box .more-btn img {
    max-width: 120px;
    height: auto;
  }

  .menu-box.more-box .fp-tableCell,
  .room-box.more-box .fp-tableCell {
    vertical-align: middle;
  }
}

.menu-container .more,
.menu-post-box .more {
  text-align: center;
}

.menu-container .more a,
.menu-post-box .more a {
  display: inline-block;
  margin: 1em auto;
  padding: 7px 0 0;
  width: 100%;
  max-width: 412px;
  height: 60px;
  font-size: 24px;
  font-weight: 800;
  color: #111;
  text-decoration: none;
  background: #fff;
}

.room-box.more-box .room-container {
  padding: 0 5%;
}

@media screen and (max-width: 768px) {
  .room-box.more-box {
    background-image: url(../img/top/room/room_bg_02_sp.jpg);
  }

  .menu-box.more-box {
    background-image: url(../img/top/menu/menu_bg_01_sp.jpg);
  }

  .menu-box.more-box h2 {
    margin-top: 8.5rem;
  }

  .room-box.more-box h2 img,
  .menu-box.more-box h2 img {
    max-width: 80%;
  }

  .room-box.more-box .more-btn img,
  .menu-box.more-box .more-btn img {
    max-width: 33%;
  }

  .fp-controlArrow.fp-next {
    background-image: url(../img/top/arrow_02_sp.png);
  }

  .fp-controlArrow.fp-prev {
    background-image: url(../img/top/arrow_01_sp.png);
  }
}

.l-nav .nav-list {
  padding-top: 4vh;
}

.l-nav .l-logo {
  margin-bottom: 4vh;
}

.l-nav .nav-01,
.l-nav .nav-02,
.l-nav .nav-03,
.l-nav .nav-04,
.l-nav .nav-05,
.l-nav .nav-06,
.l-nav .nav-07,
.l-nav .nav-concept,
.l-nav .nav-contact {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #d6d6d6;
  background-size: contain;
}

.l-nav .nav-01 a,
.l-nav .nav-02 a,
.l-nav .nav-03 a,
.l-nav .nav-04 a,
.l-nav .nav-05 a,
.l-nav .nav-06 a,
.l-nav .nav-07 a,
.l-nav .nav-concept a,
.l-nav .nav-contact a {
  height: 6vh;
  max-height: 64px;
}

.l-nav .nav-sns li {
  margin: 2vh 7.5px;
}

.l-nav .nav-08 {
  margin-top: 1rem;
}

.l-nav .nav-09 {
  margin-top: 1rem;
}

.l-nav .nav-tel {
  margin-bottom: 2vh;
}

.access-box .table-box table .week {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .access-box .table-box table tr:nth-child(2) td,
  .access-box .table-box table tr:nth-child(4) td {
    height: 9rem;
  }
}

/*20161020*/

.new-room-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.new-room-box .main-box {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1470px;
  text-align: left;
}

.new-room-box .main-box .room-more-btn {
  margin: 0 0 0 20px;
}

.new-room-box .main-box .room-more-btn a {
  display: inline-block;
  transition: 0.5s;
}

.new-room-box .main-box .room-more-btn a:hover img {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.new-room-box .main-box .premium-banner {
  margin: 0 0 0 auto;
  width: 30rem;
}
.new-room-box .main-box .premium-banner a {
  display: block;
}

.new-room-box .white-area {
  position: absolute;
  bottom: 0;
  padding: 1% 0 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.new-room-box .white-area .table {
  margin: 0 auto;
  padding: 0 15px 10px;
  width: 100%;
  max-width: 1470px;
}

.new-room-box .white-area .txt-box {
  padding: 0 0 4%;
  width: 72%;
  max-width: 1000px;
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
}

.new-room-box .white-area .cell {
  vertical-align: bottom;
}

.new-room-box .white-area .btn-box {
  padding: 0 0 2%;
  width: 28%;
  text-align: right;
}

.new-room-box .white-area .btn-box a {
  display: block;
  float: right;
  margin: 0 0 0 -15px;
  padding: 10px 0 0;
  border: 2px solid #858585;
  width: 100%;
  max-width: 204px;
  height: 45px;
  font-size: 13px;
  color: #001;
  text-align: center;
  background: url(../img/top/room/room_arrow.png) no-repeat 95% center;
  transition: 0.5s;
}

.new-room-box .white-area .btn-box a:hover,
.new-room-box .white-area .btn-box a:active,
.new-room-box .white-area .btn-box a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .new-room-box .fp-tableCell {
    vertical-align: top;
  }

  .new-room-box .main-box {
    margin: 5% 0 0;
    padding: 150px 0 0;
  }

  .new-room-box .white-area {
    position: static;
    margin: 50px auto 0;
    padding: 7% 0 3%;
    width: 96%;
  }

  .new-room-box .white-area .cell {
    display: block;
    line-height: 2;
  }

  .new-room-box .white-area .txt-box,
  .new-room-box .white-area .btn-box {
    width: 100%;
    max-width: 100%;
  }

  .new-room-box .white-area .txt-box {
    margin: 0 0 20px;
  }

  .new-room-box .main-box .room-more-btn {
    max-width: 204px;
  }

  .new-room-box .white-area .btn-box a {
    float: none;
    margin: 0 auto;
  }
}

.new-menu-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.new-menu-box .menu-message {
  margin: 0 auto 46px;
}

.new-menu-box .menu-main-btn {
  margin: 0 auto 27px;
  padding: 0 15px;
  width: 100%;
  max-width: 790px;
}

.new-menu-box .menu-main-btn p {
  padding: 0 5px;
}

.new-menu-box .menu-main-btn img {
  transition: 0.5s;
}

.new-menu-box .menu-main-btn img:hover {
  background: #f0a96f;
}

.new-menu-box .menu-banner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 790px;
}
.new-menu-box .menu-banner .banner {
  width: calc((100% - 1.5rem) / 2);
}
.new-menu-box .menu-banner a {
  display: block;
}
.new-menu-box .menu-banner img {
  width: 100%;
}

.new-menu-box .menu-to-coupon {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1030px;
}

.new-menu-box .menu-to-coupon a {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 11px 0 0;
  width: 100%;
  max-width: 470px;
  height: 50px;
  font-weight: 800;
  color: #fff;
  background: #ee8f41;
  transition: 0.5s;
}

.new-menu-box .menu-to-coupon a:hover,
.new-menu-box .menu-to-coupon a:active,
.new-menu-box .menu-to-coupon a:focus {
  text-decoration: none;
  background-color: #f0a96f;
}

.menu-to-event {
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .new-menu-box .menu-main-btn {
    max-width: 630px;
  }

  .new-menu-box .menu-main-btn p {
    display: inline-block;
    margin: 0 10px 20px;
    padding: 0;
  }
}

.l-header .l-en,
.l-header .l-ja {
  right: 5%;
  width: 60px;
}
.l-header .l-en:hover,
.l-header .l-ja:hover {
  cursor: pointer;
}

.l-logo img {
  width: auto;
  height: 3.1vh;
  max-height: 53px;
}

.l-nav .nav-08 {
  padding: 0;
}

.l-nav .nav-09 {
  padding: 0;
}

.l-nav .nav-sns li img {
  width: auto;
  height: 3.5vh;
  max-height: 34px;
}

.l-nav .nav-tel img {
  width: auto;
  height: 11vh;
  max-height: 113px;
}

.l-nav .nav-09 img {
  width: auto;
  height: 4vh;
  max-height: 40px;
}

/**20161111*/

.access-box .access-reservation .table {
  text-align: center;
}

.access-box .table-box table td.access-link {
  height: 7rem;
}

.access-box .access-sns-sp {
  margin-bottom: 4rem;
}

.access-box .td-hours .week:first-child {
  padding-right: 1em;
}

.sp-menu,
.pc-menu {
  position: absolute;
  margin: 30px 0 0 30px;
  width: 55px;
  height: auto;
}

/*20170105*/

.l-news-main .table {
  width: 100%;
  height: 100%;
}

.l-news-main .img-box {
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.l-news-main .img-box .bg-img-box {
  height: 100%;
  background: no-repeat center;
}

.s-news .js-img {
  min-width: 0;
  max-width: 100%;
}

.s-news .post-box {
  overflow: hidden;
}

.s-news .three-post {
  min-height: 256px;
  overflow: hidden;
}

.s-news .three-post .js-img {
  width: auto;
}

.s-news .three-post .img-box,
.s-news .two-post .img-box {
  padding: 3%;
}

.s-news .one-post .img-box {
  padding: 3%;
}

.s-news .three-post .post-txt {
  max-height: 100%;
}

.s-news .post-box {
  padding: 10px 3% 10px 5px;
  min-width: 0;
  max-width: 100%;
  /* padding: 3% 3% 3% 1%; */
  /* max-width: 500px; */
  /* min-width: 28vw; */
}

@media screen and (min-width: 769px) {
  .news-box {
    width: 1024px;
  }

  .l-news-main .img-box {
    width: 50%;
  }

  .l-news-main .img-box .bg-img-box {
    max-height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .s-news {
    height: auto;
  }

  .l-news-main .table {
    display: block;
  }

  .l-news-main .img-box {
    height: auto;
  }

  .l-news-main .img-box img {
    margin: 0 auto;
  }

  iframe[name='post'] {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

#load-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -53px;
  margin-left: -175px;
}

.load-logo {
  fill: #fff;
  stroke: #000;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 1;
  -moz-animation: dash 5s ease-in-out 1s forwards infinite;
  -webkit-animation: dash 5s ease-in-out 1s forwards infinite;
  -o-animation: dash 5s ease-in-out 1s forwards infinite;
  animation: dash 5s ease-in-out 1s forwards infinite;
}

@media all and (-ms-high-contrast: none) {
  .load-logo {
    fill: #000;
  }

  #load-box {
    opacity: 0;
    -ms-animation: opa 3s ease-in-out 0s forwards infinite;
    animation: opa 3s ease-in-out 0s forwards infinite;
    zoom: 1;
  }
}

@-ms-keyframes opa {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes opa {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes dash {
  0% {
    fill: #fff;
    stroke-dashoffset: 3000;
  }

  50% {
    fill: #fff;
    stroke-dashoffset: 2000;
  }

  72%,
  100% {
    fill: #000;
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes dash {
  0% {
    fill: #fff;
    stroke-dashoffset: 3000;
  }

  50% {
    fill: #fff;
    stroke-dashoffset: 2000;
  }

  72%,
  100% {
    fill: #000;
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash {
  0% {
    fill: #fff;
    stroke-dashoffset: 3000;
  }

  50% {
    fill: #fff;
    stroke-dashoffset: 2000;
  }

  72%,
  100% {
    fill: #000;
    stroke-dashoffset: 0;
  }
}

@-o-keyframes dash {
  0% {
    fill: #fff;
    stroke-dashoffset: 3000;
  }

  50% {
    fill: #fff;
    stroke-dashoffset: 2000;
  }

  72%,
  100% {
    fill: #000;
    stroke-dashoffset: 0;
  }
}

@-ms-keyframes dash {
  0% {
    fill: #fff;
    stroke-dashoffset: 3000;
  }

  50% {
    fill: #fff;
    stroke-dashoffset: 2000;
  }

  72%,
  100% {
    fill: #000;
    stroke-dashoffset: 0;
  }
}

/*20170119*/

@media screen and (min-width: 769px) {
  .s-news h2 {
    margin: 0;
    padding: 60px 0 0;
  }

  .s-news .ttl {
    margin: 10px 3% 0;
  }

  .l-news-main .img-box .bg-img-box {
    background-position: left center;
  }

  .s-news .l-news-main {
    float: none;
    margin: 0 auto;
    width: 99%;
    max-width: 1030px;
  }

  .s-news .post-box {
    padding: 0;
  }

  .l-news-main .img-box {
    width: 42%;
  }

  .s-news .three-post .img-box,
  .s-news .two-post .img-box {
    padding: 2% 2% 2% 0;
  }

  .js-news-head {
    margin: 0 auto;
    padding-left: 1%;
    max-width: 1030px;
  }
}

@media screen and (max-width: 768px) {
  .s-news .three-post .js-img,
  .s-news .two-post .js-img,
  .s-news .one-post .js-img {
    width: 100%;
    height: auto;
  }
}

.recruit-box {
  color: #fff;
  background: url(../img/top/recruit/recruit_bg.jpg) no-repeat center;
  background-size: cover;
}

.recruit-box .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.recruit-box .table .cell {
  padding-right: 20px;
}

.recruit-box .table .cell:first-child {
  vertical-align: top;
}

.recruit-box .table .cell:nth-child(2) {
  vertical-align: bottom;
}

.recruit-box .table .cell:nth-child(3) {
  padding: 100px 5%;
  width: 46.4%;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
}

.recruit-box .table .cell:nth-child(3) p {
  margin: 25px 0;
  font-size: 16px;
  line-height: 2.25;
}

@media screen and (max-width: 850px) {
  .recruit-box .table .cell:nth-child(2) {
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .recruit-box .wrap {
    max-width: 500px;
  }

  .recruit-box .table {
    display: block;
  }

  .recruit-box .table .cell {
    display: inline-block;
    padding-right: 5px;
    width: 49%;
  }

  .recruit-box .table .cell:nth-child(2) {
    padding-right: 0;
    padding-left: 5px;
  }

  .recruit-box .table .cell:nth-child(3) {
    display: block;
    margin: 10px 0 0;
    width: 100%;
  }
}

.new-room-box .main-box {
  margin: 0 auto 100px;
}

.new-room-box .main-box .room-more-btn a {
  background: #fff;
}

.new-room-box .main-box .room-more-btn a:hover {
  background-color: rgba(168, 177, 162, 1);
}

.new-room-box .main-box .room-more-btn a:hover img {
  background: none;
  opacity: 1;
}

/*▼2017/10/23 管理バー色変更▼*/

body #wpadminbar {
  background: #cf4944;
}

/*▲2017/09/27 管理バー色変更▲*/

/* ▼2018/02/28 ドリンクメニュー追加に伴うトップ MENUレイアウト修正▼ */

.new-menu-box .menu-main-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .new-menu-box .menu-main-btn {
    justify-content: center;
  }
}

.new-menu-box .menu-main-btn p:nth-of-type(-n + 3) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .new-menu-box .menu-main-btn p:nth-of-type(-n + 3) {
    margin-bottom: 20px;
  }
}

.new-menu-box .cell {
  display: block;
}

/* ▲2018/02/28 ドリンクメニュー追加に伴うトップ MENUレイアウト修正▲ */

/* ▼2018/03/20 ランキング部分レイアウト調整▼ */

.ranking-box h4 {
  padding-left: 1em;
}

.pc-none {
  display: none;
}

/* ▲2018/03/20 ランキング部分レイアウト調整▲ */

/* ▼2018/03/23 GWお得プラン追加に伴う調整▼ */

/* .fp-tableCell {
  position: relative;
} */

.fp-tableCell .limited-time-btn {
  position: absolute;
  right: 75px;
  bottom: 40px;
}

/* ▲2018/03/23 GWお得プラン追加に伴う調整▲ */

/* ▼2018/11/19 トップ ルーム改修▼ */

.new-room-box .main-box .sub-text {
  margin-bottom: 85px;
  padding-top: 25px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

/* ▲2018/03/23 トップ ルーム改修▲ */
.fp-slidesNav.bottom {
  bottom: 40px;
}
.ranking-box .box.two {
  margin-bottom: 15px;
}
.ranking-box .archive-link {
  display: table;
  margin-right: 0;
  margin-bottom: 80px;
  margin-left: auto;
  color: #fff;
  text-decoration: underline;
}

/*
 ##     ##  #######  ########  ##     ## ##       ########
 #### #### ##     ## ##     ## ##     ## ##       ##
 ## ### ## ##     ## ##     ## ##     ## ##       ######
 ##     ## ##     ## ##     ## ##     ## ##       ##
 ##     ##  #######  ########   #######  ######## ########
*/

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.bet,
.pc-flex.bet,
.sp-flex.bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.aro,
.pc-flex.aro,
.sp-flex.aro {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.vstart,
.pc-flex.vstart,
.sp-flex.vstart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.vend,
.pc-flex.vend,
.sp-flex.vend {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.vcenter,
.pc-flex.vcenter,
.sp-flex.vcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.hstart,
.pc-flex.hstart,
.sp-flex.hstart {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.hcenter,
.pc-flex.hcenter,
.sp-flex.hcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.hend,
.pc-flex.hend,
.sp-flex.hend {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.str,
.pc-flex.str,
.sp-flex.str {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex.vert,
.pc-flex.vert,
.sp-flex.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.break,
.pc-flex.break,
.sp-flex.break {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.max > *,
.pc-flex.max > *,
.sp-flex.max > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.youtube-wrap {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.is-none {
  display: none !important;
}
.js-hide {
  display: none;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.ta-left {
  text-align: left;
}
.fw-700 {
  font-weight: 700;
}
.fw-w900 {
  font-weight: 900;
}
.fz-e7 {
  font-size: 0.7em;
}
.fz-e8 {
  font-size: 0.8em;
}
.fz-e9 {
  font-size: 0.9em;
}

.near-area {
  padding-bottom: 50px;
}
.near-area a {
  display: block;
  color: #fff;
  text-decoration: underline;
}
.near-area a:hover {
  text-decoration: none;
}
.near-area li {
  width: 33.3333%;
}

/* お問い合わせ */
form ::-webkit-input-placeholder {
  color: #c6c6c6;
}
form :-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #c6c6c6;
}

.contact-box {
  padding: 0 0 80px;
  min-height: 100vh;
  background: #111 url(../img/top/contact/contact_bg_01.jpg) no-repeat center/cover;
}
.contact-box .ttl {
  margin: 10px 0 20px;
  font-size: 20px;
}
.contact-box .contact-title {
  padding-top: 30px;
  width: 100%;
  height: 230px;
  color: #fff;
}
.contact-box .contac-flow {
  display: table;
  margin: 0 auto 35px;
}
.contact-box .contac-flow li {
  display: table-cell;
}
.contact-box .contac-flow li:not(:last-child):after {
  display: inline-block;
  margin: 5px 20px;
  width: 9px;
  height: 17px;
  vertical-align: middle;
  content: url(../img/top/contact/contact_flow_arrow.png);
}
.contact-box .contact-table-container {
  margin: 0 auto;
  padding: 2rem;
  width: 94rem;
  background: rgba(0, 0, 0, 0.6);
}
.contact-box .contact-table {
  margin: 0 auto 20px;
}
.contact-box .contact-table th {
  padding: 20px 30px 20px 100px;
  font-size: 16px;
  color: #fff;
}
.contact-box .contact-table td {
  padding: 10px 0;
}
.contact-box .contact-table input[type='text'],
.contact-box .contact-table input[type='email'],
.contact-box .contact-table textarea {
  padding: 10px 20px;
  border: 1px solid #fff;
  width: 620px;
  color: #999;
  background: #111;
}
.contact-box .contact-table select {
  padding: 10px 15px;
  border: 1px solid #fff;
  width: 620px;
  color: #fff;
  background: #111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-box .contact-table select::-ms-expand {
  display: none;
}
.contact-box .contact-table .must {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 10px;
  font-size: 12px;
  vertical-align: middle;
  background: #ce2424;
}
.mw_wp_form_confirm .contact-pp {
  display: none;
}
.contact-box .contact-pp {
  margin: 0 0 10px;
  color: #fff;
}
.contact-box .contact-pp a {
  color: #79a2ff;
  text-decoration: underline;
}
.contact-box .contact-pp span {
  margin: 0 0 0 20px;
}
.contact-box .contact-pp .mwform-checkbox-field-text {
  display: none;
}
.contact-box .contact-pp .contact-pp-img {
  margin-top: 10px;
}
.contact-box [type='submit'] {
  border: none;
  width: 340px;
  height: 60px;
  cursor: pointer;
}
.contact-box [name='submitConfirm'] {
  /* 確認ボタン */
  background: url(../img/top/contact/contact_btn_01.png) no-repeat center;
}
.contact-box [name='submitBack'] {
  /* 戻るボタン */
  margin: 0 20px 0 0;
  width: 130px;
  background: url(../img/top/contact/contact_btn_02.png) no-repeat center;
}
.contact-box [name^='mwform_submitButton'] {
  /* 送信ボタン */
  background: url(../img/top/contact/contact_btn_03.png) no-repeat center;
}

.thanks-messe {
  margin: 10rem auto 5rem;
  padding: 5rem 2rem;
  width: 94rem;
  background: rgba(0, 0, 0, 0.6);
}
.thanks-text {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.thanks-top {
  display: block;
  margin: 5rem auto 0;
  width: 340px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  background: #ce2424;
}
.thanks-top:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mw_wp_form_confirm .contac-flow-01,
.contact-box .contac-flow-02 {
  display: none;
}
.mw_wp_form_confirm .contac-flow-02 {
  display: block;
}
.mw_wp_form_confirm .contact-table {
  width: 100%;
  max-width: 850px;
  color: #fff;
}
.mw_wp_form_confirm .contact-table th {
  max-width: 75px;
}

/*コンセプト*/
.concept-box {
  position: relative;
  background: #fff;
}
.concept-box .low-logo {
  max-height: 500px;
}
.concept-box .white-box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 25% 0 8%;
  width: 50%;
  height: 100%;
  background: #fff;
}
.concept-box .white-box .txt {
  margin: 0 0 30px;
  font-size: 20px;
}
.concept-box .ja {
  color: #806f47;
}
.concept-box .eng {
  color: #666;
}
.concept-box .eng a {
  color: #bb8400;
  text-decoration: underline;
}
.concept-box .eng .txt {
  text-align: left;
}
.concept-box .end-line {
  margin: 45px 0;
}

.flip-boards .board {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-boards .board div {
  width: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.en .flip-boards .board.left {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-boards .board.left .flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#Box ul.slide_type_c {
  position: absolute;
  top: 0;
  width: 50%;
  opacity: 1;
  transition: 0.5s;
}
#Box ul.slide_type_c li {
  border: 0;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
#Box ul.slide_type_c .concept-slide-06 {
  background-image: url(../img/top/concept/concept_slide_06.jpg);
}
#Box ul.slide_type_c .concept-slide-07 {
  background-image: url(../img/top/concept/concept_slide_07.jpg);
}
#Box ul.slide_type_c .concept-slide-08 {
  background-image: url(../img/top/concept/concept_slide_08.jpg);
}
#Box ul.slide_type_c .concept-slide-09 {
  background-image: url(../img/top/concept/concept_slide_09.jpg);
}
#Box ul.slide_type_c .concept-slide-10 {
  background-image: url(../img/top/concept/concept_slide_10.jpg);
}

.en #Box ul.slide_type_b {
  opacity: 1;
}

.en #Box ul.slide_type_c {
  z-index: -1;
  opacity: 0;
}

#Box ul.slide_type_b {
  width: 50%;
  opacity: 0;
  transition: 0.5s;
}
#Box ul.slide_type_b li {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
#Box ul.slide_type_b .concept-slide-01 {
  background-image: url(../img/top/concept/concept_slide_01.jpg);
}
#Box ul.slide_type_b .concept-slide-02 {
  background-image: url(../img/top/concept/concept_slide_02.jpg);
}
#Box ul.slide_type_b .concept-slide-03 {
  background-image: url(../img/top/concept/concept_slide_03.jpg);
}
#Box ul.slide_type_b .concept-slide-04 {
  background-image: url(../img/top/concept/concept_slide_04.jpg);
}
#Box ul.slide_type_b .concept-slide-05 {
  background-image: url(../img/top/concept/concept_slide_05.jpg);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .concept-box .white-box {
    right: auto;
    left: 0;
    padding: 0;
  }

  /* IE11 */
  *::-ms-backdrop,
  .en .concept-box .front {
    opacity: 0;
    transition: 1s;
  }

  *::-ms-backdrop,
  .concept-box .front .cell {
    padding: 0 50px;
  }

  *::-ms-backdrop,
  .concept-box .front h2 img {
    width: 100%;
    max-width: 480px;
  }

  *::-ms-backdrop,
  .concept-box .flipped h2 img {
    width: 100%;
    max-width: 594px;
  }

  *::-ms-backdrop,
  .flip-boards .board .concept-en {
    margin: auto;
    width: 80%;
    opacity: 0;
    transition: 1s;
    backface-visibility: visible;
  }

  *::-ms-backdrop,
  .en .flip-boards .board .concept-en {
    opacity: 1;
    transition: 1s;
  }
}

/* TOP お知らせ関係 */
.top-infobox {
  position: absolute;
  right: 80px;
  bottom: 60px;
  padding: 20px 40px;
  width: 520px;
  background: linear-gradient(to right bottom, #b93d46 30%, #b93d46, #7d3946);
  opacity: 0;
}
.top-infobox.active {
  animation: 0.5s forwards 1s showInfoBox;
}
@keyframes showInfoBox {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.top-infobox-item {
}
.top-infobox-item-news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 100%;
  font-family: NotoSansCJKjp;
  line-height: 1.5;
  color: #1e1e1e;
  background-color: rgba(255, 255, 255, 0.7);
}
.top-infobox-item-news .top-infobox-item-news-ttl {
  position: relative;
  margin: 0 0 0.9rem;
  padding: 0 0 0.9rem;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.top-infobox-item-news .top-infobox-item-news-ttl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2em);
  width: 4em;
  height: 2px;
  background: #000;
  content: '';
}
.top-infobox-item-news .top-infobox-item-news-dtl {
  margin-top: 10px;
  font-size: 16px;
  font-feature-settings: 'palt';
}

/* MODAL */
body.modalOn {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.top-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: touch;
}
.top-modal.active {
  display: block;
}
.top-modal-content {
  position: absolute;
  top: 50%;
  left: 25vw;
  margin: 0 auto;
  padding: 5rem 3rem;
  border-radius: 3px;
  width: 50vw;
  background: #fff;
  transform: translateY(-50%);
}
.top-modal-close {
  position: absolute;
  top: -8rem;
  right: 0;
  font-size: 5rem;
  color: #fff;
}
.top-modal-close:hover {
  cursor: pointer;
}
.top-modal-content h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
.top-modal-content p {
  margin-top: 1.4rem;
  font-size: 1.8rem;
}
.top-modal-content p:last-child {
  text-align: right;
}

.op:hover {
  opacity: 0.7;
}

.top-banner {
  position: absolute;
  right: 80px;
  bottom: 60px;
  width: 280px;
  opacity: 0;
  overflow: hidden;
}
.top-banner.active {
  animation: 0.5s forwards 1s showInfoBox;
}
.top-banner-link {
  flex-shrink: 0;
  width: 280px;
  display: block;
}

.timeModal {
  position: fixed;
  top: calc(50% + 230px);
  left: 50%;
  z-index: 50000;
  width: calc(100% - 2rem);
  max-width: 60rem;
  transition-duration: 0.3s;
  pointer-events: none;
}
.timeModal:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.timeModal__frame {
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
.timeModal__closeBG {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.timeModal__close {
  border: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  transform: translate(50%, -50%);
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  border-radius: 50%;
  padding: 1.5rem;
  background: #555;
}
.timeModal__box {
  max-height: 90vh;
  overflow-y: auto;
  text-align: center;
  pointer-events: auto;
}
.timeModal a:hover img,
.timeModal a:active img,
.timeModal a:focus img {
  opacity: 1;
}
