@charset "UTF-8";
/*==================================================================
   Layout
==================================================================*/
.container, .content, .inner {
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
}
.container:after, .content:after, .inner:after {
  content: "";
  display: block;
  clear: both;
}

.container, .inner {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1600px;
}

.inner {
  width: 94%;
}
@media screen and (min-width: 1400px) {
  .inner {
    max-width: 1260px;
    width: 100%;
  }
}

.inner_frame {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.inner_frame table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner_frame {
    width: 85%;
  }
}

/*------------------------------------------------------------
   base
--------------------------------------------------------------*/
h2 {
  font-family: "Sawarabi Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 1.25;
}
h2.ttl {
  width: min(317px, 80%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

h3 {
  font-family: "Sawarabi Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 576px) {
  h3 {
    margin-bottom: 1.2em;
  }
}
h3.ttl_bar {
  background: #333340;
  color: #ef6f56;
  padding: 35px 0;
  text-align: center;
}
h3.ttl_bar::before, h3.ttl_bar::after {
  content: "◆◆";
  font-size: 0.3em;
  margin: 0 0.5em;
  vertical-align: middle;
}
h3.txt {
  position: relative;
  padding-top: 70px;
  display: table;
}
h3.txt::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #ef6f56;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -70px;
  z-index: -1;
}

h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

h3.under_line, h4.under_line {
  background: url(../img/line.png) repeat-x center bottom;
  padding: 0 14px 14px;
  display: table;
  margin: 0 auto 1em;
}

.bgfix {
  background-attachment: fixed;
}

#header_wrap {
  padding-top: 70px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  #header_wrap {
    padding-top: 90px;
  }
}

/*------------------------------------------------------------
   Main Visual
--------------------------------------------------------------*/
#mainVisual {
  width: 100%;
  /*max-height: 900px;
  height: 100vh;*/
  height: auto;
  background-image: url(../../movie/top_movie.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#mainVisual::before {
  content: "";
  display: block;
  padding-top: 200px;
}
@media screen and (min-width: 576px) {
  #mainVisual::before {
    padding-top: 43.75%;
  }
}

#main_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

#main_movie video {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*------------------------------------------------------------
   Header
--------------------------------------------------------------*/
#header {
  width: 100%;
  min-height: 60px;
  background-color: #333340;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* mediaquery --------------------------------------*/
}
#header .inner {
  max-width: 1000px;
  width: 100%;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #header .inner {
    padding-right: 0;
  }
}
#header #logo {
  max-width: 180px;
  width: 44%;
  float: left;
  margin: 9px;
}
#header .tel {
  max-width: 168px;
  width: 48%;
  float: right;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  #header {
    height: 90px;
    position: fixed;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  #header .inner {
    width: 94%;
    padding-right: 0;
  }
}

/* Grobal Nav
--------------------------------------------------------------*/
#nav {
  width: 100%;
  height: 100%;
  background-color: #333340;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: -5;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#nav > ul {
  max-height: 100%;
  display: block;
  overflow-y: scroll;
}
#nav li {
  position: relative;
}
#nav li a {
  height: auto;
  display: block;
  color: #fff;
  font-family: "Sawarabi Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.25;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: dotted #aaa 1px;
}
#nav li a p {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#nav li a p span {
  font-size: 0.6em;
  display: block;
}
#nav li a p::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ef6f56;
}
#nav li a:hover {
  text-decoration: none;
}
#nav li a:hover p::after {
  text-decoration: none;
  width: 100%;
  left: 0%;
}
#nav li ul {
  width: 100%;
}
#nav li ul li {
  width: 100%;
  margin: 0;
  background-color: rgba(85, 85, 107, 0.9);
}
@media screen and (min-width: 992px) {
  #nav {
    max-width: 1000px;
    width: auto;
    height: auto;
    margin: 0px auto;
    background: none;
    position: absolute;
    top: unset;
    bottom: 0;
    right: 50%;
    margin-right: -500px;
    padding-top: 0px;
    z-index: 5;
  }
  #nav > ul {
    height: auto;
    overflow: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #nav li {
    width: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: dotted 1px #aaa;
  }
  #nav li:last-child {
    border-right: dotted 1px #aaa;
  }
  #nav li a {
    font-size: 0.9em;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-top: 0.4em;
    border-bottom: none;
  }
  #nav li ul {
    opacity: 0;
    height: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #nav li ul li {
    display: none;
  }
  #nav li:hover ul {
    opacity: 1;
    height: auto;
    position: absolute;
    top: 40px;
  }
  #nav li:hover ul li {
    display: block;
    border-bottom: dotted 1px #aaa;
  }
}

/* open *****************/
#header.open #nav {
  right: 0px;
}
@media screen and (min-width: 992px) {
  #header.open #nav {
    right: 50%;
  }
}

#index #nav01 > a p:after,
#facilities #nav02 > a p:after,
#cuisine #nav03 > a p:after,
#fee #nav04 > a p:after,
#access #nav05 > a p:after {
  text-decoration: none;
  width: 100%;
  left: 0%;
}

#index #nav01 > a,
#facilities #nav02 > a,
#cuisine #nav03 > a,
#fee #nav04 > a,
#access #nav05 > a {
  color: #e65;
}

/* toggle Nav
--------------------------------------------------------------*/
.nav_toggle {
  background: #333340;
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 200;
}
.nav_toggle > div {
  position: relative;
  width: 30px;
  height: 30px;
}
.nav_toggle .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
}
.nav_toggle .cont::after {
  content: "menu";
  font-size: 0.81em;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: -1.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav_toggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.nav_toggle span:nth-child(1) {
  top: 13%;
}
.nav_toggle span:nth-child(2) {
  top: 41%;
}
.nav_toggle span:nth-child(3) {
  top: 70%;
}
@media screen and (min-width: 992px) {
  .nav_toggle {
    display: none;
  }
}

/* open ************************/
#header.open .nav_toggle span {
  top: 41%;
}
#header.open .nav_toggle span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header.open .nav_toggle span:nth-child(2) {
  opacity: 0;
}
#header.open .nav_toggle span:nth-child(2), #header.open .nav_toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header.open .nav_toggle .cont::after {
  content: "close";
}

/*------------------------------------------------------------
   Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  background-color: #333340;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
#footer a, #footer a:hover {
  color: #fff;
}
#footer #footer_nav {
  display: none;
}
@media screen and (min-width: 992px) {
  #footer #footer_nav {
    display: block;
  }
}
#footer #footer_nav {
  padding: 0.6em 0;
  text-align: center;
  margin-bottom: 1em;
}
#footer #footer_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer #footer_nav li {
  font-size: 0.93em;
  line-height: 1.5;
  margin-left: 0.9em;
}
#footer #footer_nav li::after {
  content: "｜";
  display: inline-block;
  margin-left: 0.9em;
}
#footer #footer_nav li:last-child::after {
  display: none;
}
#footer #footer_add {
  padding-top: 3em;
  margin-bottom: 3em;
}
#footer #footer_add #footer_logo {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
#footer #footer_yadobnr {
  clear: both;
  margin-bottom: 2em;
  margin-left: 0.6em;
  margin-right: 0.6em;
}

#copyright {
  clear: both;
  width: 100%;
  height: auto;
  padding: 7px 0px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

#pagetop {
  position: fixed;
  bottom: 15px;
  right: -2px;
  z-index: 49;
}
#pagetop a {
  background: rgba(17, 145, 144, 0.9);
  color: #eee;
  font-size: 0.8em;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding: 0.75em 0.625em;
  height: auto;
  width: auto;
  border-radius: 100%;
}

/*------------------------------------------------------------
   Contents
--------------------------------------------------------------*/
#contents {
  overflow: hidden;
}
#contents::after {
  content: "";
  display: block;
  clear: both;
}

.txtArea p {
  margin-bottom: 1.5em;
}
.txtArea p:last-child {
  margin-bottom: 0;
}

.flex, .flex_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.jc_center, .flex_layout.jc_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.va_center, .flex_layout.va_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_layout {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_layout > * {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .flex_layout > * {
    width: calc((100% / 2) - 1%);
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media screen and (min-width: 992px) {
  .flex_layout > * {
    width: calc((100% / 3) - 1%);
  }
}
@media screen and (min-width: 1200px) {
  .flex_layout > * {
    width: calc((100% / 4) - 1%);
  }
}

/* button ******************************************/
.btn {
  min-width: 200px;
  height: 40px;
  display: table;
}
.btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 40px 0px 15px;
  border: 1px solid;
  border-radius: 0px;
  font-size: 0.89em;
  font-weight: normal;
  line-height: 1em;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 1;
  position: relative;
  border-color: #333340;
  background-color: #333340;
  color: #fff;
}
.btn a:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  color: #333340;
}
.btn a::before, .btn a::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 4.5%;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn a::before {
  width: 1.4em;
  height: 0px;
  border-top: 1px solid;
}
.btn a::after {
  width: 0.7em;
  height: 0.6em;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn.round {
  min-width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.btn.round a {
  border-color: #333340;
  background: #333340;
  border-radius: 20px;
  text-align: left;
  padding-left: 30px;
}
.btn.round a:hover {
  color: #fff;
  background: rgba(51, 51, 64, 0.8);
}

.btn.color3 a {
  border-color: #ef6f56;
  background-color: #ef6f56;
  color: #fff;
}
.btn.color3 a:hover {
  background-color: transparent;
  color: #ef6f56;
}

.btn.mono a {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
.btn.mono a:hover {
  background-color: transparent;
  color: #222;
}

/* deco ******************************************/
.deco {
  position: absolute;
}
.deco._rb {
  position: absolute;
  right: -20%;
  bottom: 20%;
}
.deco._lb {
  position: absolute;
  left: -20%;
  bottom: 20%;
}
.deco._rt {
  position: absolute;
  right: -20%;
  top: -10%;
}
.deco._lt {
  position: absolute;
  left: -20%;
  top: -10%;
}
.deco.wave01 {
  width: min(370px, 60%);
}
.deco.wave02 {
  width: min(314px, 50%);
}
.deco.kani {
  width: clamp(320px, 60%, 600px);
  z-index: -1;
}

/* movie ******************************************/
.movArea {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.movArea::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movArea .movie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.movArea video {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*------------------------------------------------------------
   Other
--------------------------------------------------------------*/
.column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.caroucel li, .caroucel .slide_item {
  margin: 0 5px;
}

#planBnr {
  width: 100%;
  height: 25vw;
  background: #333340 url(../img/bg_planbnr.jpg) no-repeat center/cover;
  display: table;
}
#planBnr .bnr_plan {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#planBnr .txtArea {
  max-width: 261px;
  width: 80%;
  margin: 1.5em auto;
  padding: 2em 1em;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1400px) {
  #planBnr .txtArea {
    max-width: 400px;
  }
}
#planBnr .txtArea .btn {
  margin: 2em auto 0;
}

/* slick Dots
-------------------------------------------------------------------*/
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -23px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 27px;
  height: 5px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.95;
}

.slick-dots li button:before {
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  opacity: 0.6;
  background-color: #876;
}

.slick-dots li.slick-active button:before {
  opacity: 0.8;
  background-color: #dcb;
}

/* slick arrow
-------------------------------------------------------------------*/
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(1.2);
  -ms-transform: translateY(-50%) scaleX(1.2);
  transform: translateY(-50%) scaleX(1.2);
  z-index: 10;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  background-color: #333340;
  color: #fff;
  border-radius: 50%;
}

.slick-arrow.prev {
  padding-right: 0.5em;
  left: -1.8em;
}

.slick-arrow.next {
  padding-left: 0.5em;
  left: inherit;
  right: -1.8em;
}

.thumArea .slick-active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.thumArea .slick-current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.thumArea .slick-arrow.prev {
  left: -1.8em;
}

.thumArea .slick-arrow.next {
  right: -1.8em;
}

/* slick thumbnail slider
-------------------------------------------------------------------*/
.t-slider {
  /* slick dots thumb */
  /* thumb big layout */
}
.t-slider .slick-dots {
  position: absolute;
  width: 100%;
  top: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.t-slider .slick-dots li {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-color: #222;
  margin: 8px 4px 0;
}
.t-slider .slick-dots li img {
  cursor: pointer;
  opacity: 0.65;
}
.t-slider .slick-dots li.slick-active img,
.t-slider .slick-dots li img:hover {
  opacity: 1;
}
.t-slider .slick-dots {
  position: static;
  float: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-slider .slick-dots > * {
  width: calc(100% / 3 - 8px);
}

.slide_wrap.arrows {
  padding-left: 1.8em !important;
  padding-right: 1.8em !important;
  width: calc(100% - 3.6em);
  margin-left: auto;
  margin-right: auto;
}

.slide_wrap {
  padding-bottom: 30px !important;
}
