@charset "UTF-8";
/* reset
----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
*html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000000;
}

a {
  color: inherit;
  text-decoration: none;
}

.u-link:hover, .u-link:active, .u-link:focus {
  opacity: 0.8;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

main {
  position: relative;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*******************************
* common   
********************************/
/* コンテンツ幅 */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1195px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 10.66%;
    max-width: 100%;
  }
}

.inner-full {
  width: 100%;
  overflow: hidden;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-fwb {
  font-weight: 700;
}

.u-min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.c-ttl {
  text-align: center;
  font-size: 33px;
  line-height: 1;
  color: #42210b;
}

@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 21px;
  }
}

.c-ttl .ja {
  display: block;
}

.c-ttl .en {
  margin-top: 1em;
  display: block;
  font-size: 18px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .c-ttl .en {
    margin-top: 0.5em;
    font-size: 12px;
  }
}

.c-ttl + .c-txt {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .c-ttl + .c-txt {
    margin-top: 8%;
  }
}

.sec-intro .c-ttl {
  line-height: 1.5;
}

.sec-intro .c-txt {
  margin-left: auto;
  margin-right: auto;
  width: 582px;
}

@media screen and (max-width: 768px) {
  .sec-intro .c-txt {
    width: 100%;
  }
}

.sec-flow .c-txt {
  margin-left: auto;
  margin-right: auto;
  width: 731px;
}

@media screen and (max-width: 768px) {
  .sec-flow .c-txt {
    width: 100%;
  }
}

.c-sub-ttl {
  margin-top: 0.8em;
  text-align: center;
  font-size: 33px;
  color: #42210b;
}

@media screen and (max-width: 768px) {
  .c-sub-ttl {
    font-size: 21px;
  }
}

.c-sub-ttl + .c-txt {
  margin-top: 2.5em;
}

@media screen and (max-width: 768px) {
  .c-sub-ttl + .c-txt {
    margin-top: 1.5em;
  }
}

.c-txt {
  font-size: 18px;
  line-height: 1.77;
}

@media screen and (max-width: 768px) {
  .c-txt {
    font-size: 14px;
  }
}

.c-txt + .c-txt {
  margin-top: 2em;
}

/*******************************
* header
********************************/
.l-header {
  position: fixed;
  background: #06101b;
  width: 100%;
  height: 53px;
  z-index: 100;
}

.l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1195px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-header .inner {
    padding: 0;
    max-width: 100%;
  }
}

.l-header .c-logo {
  width: 117px;
}

.l-header .c-logo img {
  vertical-align: middle;
}

.l-header .c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .l-header .c-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-header .c-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .l-header .c-menu .menu-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .l-header .c-menu .menu-list li {
    margin-top: 12.5%;
    margin-left: 2em;
  }
}

.l-header .c-menu .menu-list li:nth-child(1), .l-header .c-menu .menu-list li:nth-child(2) {
  border-right: 1px solid #eab549;
}

@media screen and (max-width: 768px) {
  .l-header .c-menu .menu-list li:nth-child(1), .l-header .c-menu .menu-list li:nth-child(2) {
    border-right: none;
  }
}

.l-header .c-menu .menu-list a {
  padding: 0 2.7em;
  color: #eab549;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .l-header .c-menu .menu-list a {
    padding: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .c-menu .menu-list .link-tel {
    margin-top: 16%;
    max-width: 130px;
  }
}

.l-header .c-menu .menu-list .link-tel a {
  display: block;
  padding: 0.4em 1em;
  border: 1px solid #eab549;
  color: #eab549;
}

@media screen and (max-width: 768px) {
  .l-header .c-menu .menu-list .link-tel a {
    padding: 0.5em;
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0px;
    height: 50px;
  }
  .c-logo {
    position: relative;
    margin-left: 4.8%;
    width: 180px;
    height: auto;
  }
  .c-logo a {
    display: block;
  }
  .c-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50px;
    left: 0;
    padding: 0;
    margin: auto 0 auto auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
  }
  .c-menu .menu-list {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .c-menu .menu-list li {
    margin-left: 0;
  }
  .l-header nav {
    position: fixed;
    top: 50px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    width: 50%;
    max-width: 50%;
    height: 100%;
    color: #fff;
    background: rgba(6, 16, 27, 0.9);
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index: 99;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .l-header.open nav {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-toggle {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .nav-toggle .c-btn-menu {
    position: relative;
  }
  .nav-toggle span {
    display: block;
    height: 1px;
    position: absolute;
    width: 25px;
    left: 8px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #eab549;
  }
  .nav-toggle span:nth-child(1) {
    top: 16px;
  }
  .nav-toggle span:nth-child(2) {
    top: 23px;
  }
  .nav-toggle span:nth-child(3) {
    top: 31px;
  }
  .open .nav-toggle {
    position: fixed;
  }
  .open .nav-toggle span:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  .open .nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open .nav-toggle span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

/*******************************
* mv
********************************/
.mv-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40.26%;
  background: url("../img/mv.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mv-wrap {
    background: url("../img/mv_sp.jpg") no-repeat center;
    padding-bottom: 133.33%;
    background-size: contain;
  }
}

.mv-ttl {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 344px;
  width: 25.18%;
}

@media screen and (max-width: 768px) {
  .mv-ttl {
    top: 55%;
    width: 45.73%;
  }
}

/*******************************
* footer
********************************/
.l-footer {
  padding: 64px 0 0;
  background-color: #06101b;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 14.66%;
  }
  .l-footer .inner {
    padding: 0 0.5em;
  }
}

.l-footer .footer-logo {
  font-size: 24px;
  text-align: center;
  color: #eab549;
}

@media screen and (max-width: 768px) {
  .l-footer .footer-logo {
    font-size: 20x;
  }
}

.l-footer .footer-logo span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .l-footer .footer-logo span {
    font-size: 11px;
  }
}

.l-footer .footer-logo + .c-txt {
  margin-top: 12px;
  text-align: center;
  color: #eab549;
}

@media screen and (max-width: 768px) {
  .l-footer .footer-logo + .c-txt {
    font-size: 16px;
  }
}

.btn-link {
  margin-top: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .btn-link {
    margin-top: 3.6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn-link .l-flex-child {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .btn-link .l-flex-child {
    width: 80%;
    max-width: 164px;
  }
}

.btn-link .l-flex-child:nth-child(2) {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .btn-link .l-flex-child:nth-child(2) {
    margin-left: 0;
    margin-top: 4%;
  }
}

.btn-link .l-flex-child a {
  display: block;
  padding: 0.8em 0;
  color: #eab549;
  background-color: #06101b;
  text-align: center;
  font-size: 12px;
  border: 1px solid #eab549;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-copy {
  margin-top: 42px;
  padding: 1.5em 0;
  font-size: 11px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #eab549;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .c-copy {
    margin-top: 8.66%;
    text-align: center;
  }
}

/*****************
 contents
/*****************/
.sec {
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .sec {
    margin-top: 4%;
  }
}

.sec-intro {
  padding: 40px 0 20px;
}

@media screen and (max-width: 768px) {
  .sec-intro {
    padding: 4% 0 10%;
  }
}

.sec-bar {
  padding: 20px 0 20px;
}

@media screen and (max-width: 768px) {
  .sec-bar {
    padding: 7% 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-access {
    padding-bottom: 8%;
  }
  .sec-access .inner {
    padding: 0 0.5em;
  }
}

.sec-flow {
  padding: 46px 0 102px;
}

@media screen and (max-width: 768px) {
  .sec-flow {
    padding: 4% 0 12%;
  }
}

.room-box-wrap,
.bar-box-wrap {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .room-box-wrap,
  .bar-box-wrap {
    margin-top: 12%;
  }
}

.room-box-wrap .l-flex-child:nth-child(1),
.bar-box-wrap .l-flex-child:nth-child(1) {
  width: 582px;
}

@media screen and (max-width: 768px) {
  .room-box-wrap .l-flex-child:nth-child(1),
  .bar-box-wrap .l-flex-child:nth-child(1) {
    width: 100%;
  }
}

.room-box-wrap .l-flex-child:nth-child(2),
.bar-box-wrap .l-flex-child:nth-child(2) {
  width: calc(100% - 582px);
}

@media screen and (max-width: 768px) {
  .room-box-wrap .l-flex-child:nth-child(2),
  .bar-box-wrap .l-flex-child:nth-child(2) {
    width: 100%;
    padding: 4% 0;
  }
}

.room-box-wrap .l-flex-child:nth-child(2) {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .room-box-wrap .l-flex-child:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .room-box-wrap .l-flex-child:nth-child(2) {
    padding-left: 0;
  }
}

.bar-box-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .bar-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bar-box-wrap .l-flex-child:nth-child(2) {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .bar-box-wrap .l-flex-child:nth-child(2) {
    padding-right: 0;
  }
}

.bar-slider,
.room-slider {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bar-slider,
  .room-slider {
    width: 100%;
  }
}

.map-wrap {
  margin-top: 46px;
}

.btn-tel {
  margin: 48px auto 0;
  width: 549px;
}

@media screen and (max-width: 768px) {
  .btn-tel {
    width: 80%;
    max-width: 549px;
  }
}

.btn-tel a {
  display: block;
  padding: 0.6em 0 0.6em;
  text-align: center;
  font-size: 33px;
  color: #fff;
  background: #eab549;
}

@media screen and (max-width: 768px) {
  .btn-tel a {
    font-size: 21px;
  }
}

.btn-tel a span {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .btn-tel a span {
    font-size: 16px;
  }
}

.txt-tel {
  margin-top: 33px;
  text-align: center;
  color: #eab549;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .txt-tel {
    font-size: 16px;
  }
}

.to-top-control {
  position: fixed;
  text-align: center;
  bottom: 10px;
  right: 0.5%;
  width: 70px;
  height: 70px;
  opacity: 1;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .to-top-control {
    width: 50px;
    height: 50px;
  }
}

/* TOP ページスライダー */
/* ナビゲーション */
.slider .slick-slide img {
  display: block;
  background: #fff;
}

.slider .slick-dots {
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .slider .slick-dots {
    bottom: -10%;
  }
}

.slider .slick-dots li {
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .slider .slick-dots li {
    margin: 0;
  }
}

.slider .slick-dots li button {
  width: 10px;
  height: 10px;
}

.slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 1;
  color: #a8a8a8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
  .slider .slick-dots li button:before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #06101b;
}

/* arrow */
.slider .slick-prev::before {
  opacity: 1;
  content: url(../img/arrow_l.png);
  width: 31px;
  height: 31px;
}

@media screen and (max-width: 768px) {
  .slider .slick-prev::before {
    content: url(../img/arrow_l_sp.png);
    width: 16px;
    height: 16px;
  }
}

.slider .slick-next::before {
  opacity: 1;
  content: url(../img/arrow_r.png);
  width: 31px;
  height: 31px;
}

@media screen and (max-width: 768px) {
  .slider .slick-next::before {
    content: url(../img/arrow_r_sp.png);
    width: 16px;
    height: 16px;
  }
}

.slider .slick-arrow {
  width: 31px;
  height: 31px;
}

@media screen and (max-width: 768px) {
  .slider .slick-arrow {
    width: 16px;
    height: 16px;
  }
}

.slider .slick-prev {
  z-index: 99;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .slider .slick-prev {
    left: 4%;
  }
}

.slider .slick-next {
  z-index: 99;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .slider .slick-next {
    right: 4%;
  }
}
