@charset "UTF-8";
/*
============================================================
*	reset.css
============================================================
*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
select,
figure,
figcaption,
table, td, th {
  margin: 0;
  padding: 0;
}

input[type="text"] {
  margin: 0;
  padding: 0;
}

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

table, td, th, tr, thead, tbody {
  border: none;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

a img ,
a img:hover {
  border: none;
}

textarea {
  font-size: 1em;
}

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

/*============================================================
 各デバイス表示
============================================================*/
@media only screen and (min-width: 992px) {
  .pc {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

/*==========================================================
1.Basic -基本設定-
==========================================================*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: "Lato", "Noto Sans CJK JP", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  color: #000;
  word-wrap: break-word;
  height: 100%;
  position: relative;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  _display: inline;
  _zoom: 1;
}
@media only screen and (min-width: 992px) {
  body {
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: #000;
  /* border-bottom: 1px solid transparent; */
}
@media only screen and (min-width: 768px) {
  a {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
a:hover {
  cursor: pointer;
  /* border-bottom-color: currentColor; */
}

em {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
}

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

sup, sub {
  font-size: 0.6em;
}

/*==========================================================
2.Layout -基本レイアウト設定-
==========================================================*/
#page-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.page-inner {
  max-width: 1100px;
  width: 94.6%;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.page-inner:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .page-inner {
    width: 89.3%;
  }
  }

/*********************************************
 HEADER
*********************************************/
#page-header {
/*  -ms-filter: "alpha(opacity=90)";*/
/*  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
/*  background-color: white;*/
/*  background: rgba(255, 255, 255, 0.9);*/
  zoom: 1;
  padding: 0.56% 0;
/*  position: absolute;*/
position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  @keyframes slideDown {
    0% {
      top: -122px;
    }
    100% {
      top: 0;
    }
  }
}
#page-header.fixed {
  position: fixed;
  animation-name: slideDown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: .5s;
  /* top: 0; */
  top: -40px !important;
}
#page-header.fixed .page-inner {
/*  width: 100%;*/
  max-width: none;
/*  padding: 20px 40px 0 30px; */
  padding: 20px 0 0 0;
}
#page-header.fixed .page-inner .logo.pc {
  bottom: 0;
}
#page-header .page-inner .logo.pc a img {
  width: 200px;
}
#page-header.fixed .page-inner .logo.pc a img {
  width: 200px;
}
#page-header.fixed .hnav {
  margin-top: 0 !important;
}

#page-header .page-inner {
  max-width: 100vw;
}
#page-header .hnav {
  margin-top: 1.3%;
  margin-bottom: 1.5%;
  text-align: right;
}
#page-header .hnav > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 1rem;
  position: relative;
  color: #fff;
}
#page-header .hnav > li + li {
  border-left: 1px solid #fff;
}
#page-header .hnav > li:last-child {
  padding-right: 0;
}
#page-header .hnav > li > a {
  color: #fff;
}
#page-header .hnav > li > a:hover {
  border-bottom-color: #fff;
}
#page-header .hnav .tel {
  font-size: 1.5em;
  font-weight: 300;
}
#page-header .hnav .tel i {
  font-weight: normal;
}
#page-header .hnav .tel a {
  color: #fff;
  text-decoration: none;
}
#page-header .hnav .tel small {
  display: block;
  margin-top: 3px;
  font-size: 15px;
}
#page-header .hnav .mail {
  font-size: 1.375em;
}
#page-header .hnav .lang {
  font-size: 1em;
  font-weight: 300;
}
#page-header .hnav .lang .lang-select {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
@media only screen and (min-width: 768px) {
  #page-header .hnav .lang .lang-select {
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all;
  }
}
#page-header .hnav .lang .lang-select:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 0;
  height: 0;
  border-width: 6px 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  margin-top: 4px;
  margin-right: 0.25em;
}
#page-header .hnav .lang .lang-select:hover {
  border-bottom-color: #fff;
}
#page-header .hnav .lang ul {
  z-index: 10000;
  display: none;
  position: absolute;
  left: 4%;
  top: 100%;
  width: 100%;
  margin-top: 5px;
  text-align: left;
}
#page-header .hnav .lang ul > li + li {
  border-top: 1px solid #fff;
}
#page-header .hnav .lang ul a {
  background: #f2f2f2;
  display: block;
  padding: 0.75em 0.5em;
  border-bottom: 0 none;
}
#page-header .hnav .lang ul a:hover {
  background-color: #ccc;
  border-bottom-color: transparent;
}

#globalbar {
  position: relative;
  *zoom: 1;
}
#globalbar:after {
  content: "";
  display: table;
  clear: both;
}
#globalbar .logo {
  width: 17%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
}
#globalbar .logo.pc {
  bottom: 15px;
  color:#fff;
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  font-size: 12px;
  font-weight: 600;
  font-feature-settings: "palt";
  text-align: center;
  text-shadow: 0px 0px 5px #000;
}
#globalbar .logo.sp {
  display: none;
}
#globalbar .logo a {
  border-bottom: 0 none;
  text-decoration: none;
}
#globalbar .logo a:hover {
  border-bottom: 0 none transparent;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;*/
}

/* gnav */
#gnav, #gnav_sp {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 64px;
  float: right;
  width: 80%;
  position: relative;
}
#gnav ul.nav, #gnav_sp ul.nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  line-height: 1.0;
}
#gnav li, #gnav_sp li {
  text-align: left;
  vertical-align: middle;
  font-size: 1.25em;
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  margin-right: 45px;
  white-space: nowrap;
}
#gnav li a, #gnav_sp li a {
  display: block;
  position: relative;
  border-bottom: 0 none;
  padding-bottom: 5px;
}
#gnav li a .en, #gnav_sp li a .en {
  font-size: 0.7em;
  font-variant: small-caps;
  display: block;
  margin-top: 5px;
}
#gnav li a::after, #gnav_sp li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
/*  background-color: #495479;*/
background-color: #FFF;
  width: 0;
}

#gnav a, #gnav_sp {
  color: #fff;
  /*text-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;*/
}

#gnav a::after, #gnav_sp a::after {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
}

#gnav a:hover, #gnav_sp a:hover {
  border-bottom-color: #fff;
  /*opacity: 0.5;*/
}

@media only screen and (min-width: 768px) {
  #gnav li a::after, #gnav_sp li a::after {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
#gnav li a.current, #gnav li a:hover {
  border-bottom-color: transparent;
}
#gnav li a.current::after, #gnav li a:hover::after {
  width: 105%;
}
#gnav .btn-reserve a {
  min-width: 145px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  #page-header {
    background: transparent;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #page-header .page-inner {
    width: 100%;
  }

  #sp-header {
    width: 100vw;
    *zoom: 1;
    /* padding: 2.7%; */
    padding: 0;
    /* position: relative; */
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
  }
  #sp-header .access {
    width: calc(100vw - 53.33vw - (50vw * 0.3733));
    height: calc(50vw * 0.3733);
    background-color: #313131;
    color: #fff;
    text-align: center;
    font-size: 3.2vw;
    padding: 2.6vw;
  }
  #sp-header .access i {
    font-size: 8vw;
    display: block;
    margin-bottom: 5px;
  }
  #sp-header .reserve a {
    color: #fff;
  }
  /* #sp-header:after {
    content: "";
    display: table;
    clear: both;
  }
  #sp-header .btn-reserve {
    float: right;
    margin-top: 0.6%;
  }
  #sp-header .btn-reserve .btn, #sp-header .btn-reserve .mfp_element_button {
    font-size: 0.875em;
    padding: 0.75em 1.215em;
  } */

  .btn_menu {
    cursor: pointer;
    z-index: 1;
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    background: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .btn_menu::before {
    transition: all .4s;
    content: "";
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: absolute;
    height: 2px;
    background: #fff;
    width: 55%;
    top: 50%;
    left: 50%;
    margin-left: -27%;
    margin-top: -1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .btn_menu span {
    display: block;
    width: 55%;
    height: 50%;
    margin: 25% auto;
    position: relative;
    overflow: hidden;
    text-indent: -999em;
  }
  .btn_menu span:before, .btn_menu span:after {
    transition: all .6s ease-in-out;
    content: "";
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    height: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .btn_menu span::before {
    top: 2px;
  }
  .btn_menu span::after {
    bottom: 2px;
  }
  .btn_menu.open::before {
    opacity: 0;
  }
  .btn_menu.open span::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .btn_menu.open span::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }

  #globalbar {
    display: none;
    background: #f2f2f2;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #globalbar .logo {
    position: relative;
    bottom: inherit;
    float: none;
    margin: auto;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ad9159;
    width: 100%;
    padding-top: 3.3%;
    padding-bottom: 2.6%;
  }
  #globalbar .logo img {
    height: 14.6vw;
  }
  #globalbar .logo.sp {
    display: block;
  }
  #globalbar .logo.pc {
    display: none;
  }

  #gnav {
    float: none;
    border-top: 3px solid #495479;
    display: block;
    width: 100%;
  }
  #gnav ul.nav {
    display: block;
    background: #fff;
    max-width: inherit;
  }
  #gnav ul.nav li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #999;
    font-size: 1.25em;
  }
  #gnav ul.nav li a {
    position: relative;
    padding: 2.8% 10.93% 2.8% 90px;
    text-indent: 16px;
    color: #000;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #gnav ul.nav li a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 0;
    height: 0;
    border-width: 5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    position: absolute;
    right: 5.6%;
    top: 50%;
    margin-top: -5px;
    margin-right: -6px;
    left: inherit;
    background-color: transparent;
  }
  #gnav ul.nav li a .en {
    font-size: 0.6em;
  }
  /* #gnav ul.nav li.nav01 a {
    background-image: url(../img/common/nav00_concept.jpg);
  }
  #gnav ul.nav li.nav02 a {
    background-image: url(../img/common/nav01_spa.jpg);
  }
  #gnav ul.nav li.nav03 a {
    background-image: url(../img/common/nav02_room.jpg);
  }
  #gnav ul.nav li.nav04 a {
    background-image: url(../img/common/nav03_dining.jpg);
  }
  #gnav ul.nav li.nav05 a {
    background-image: url(../img/common/nav04_facilities.jpg);
  }
  #gnav ul.nav li.nav06 a {
    background-image: url(../img/common/nav05_access.jpg);
  }
  #gnav ul.nav li.nav07 a {
    background-image: url(../img/common/nav06_blog.jpg);
  } */
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  /* #gnav ul.nav li.nav01 a {
    background-image: url(../img/common/nav00_concept@2x.jpg);
  }
  #gnav ul.nav li.nav02 a {
    background-image: url(../img/common/nav01_spa@2x.jpg);
  }
  #gnav ul.nav li.nav03 a {
    background-image: url(../img/common/nav02_room@2x.jpg);
  }
  #gnav ul.nav li.nav04 a {
    background-image: url(../img/common/nav03_dining@2x.jpg);
  }
  #gnav ul.nav li.nav05 a {
    background-image: url(../img/common/nav04_facilities@2x.jpg);
  }
  #gnav ul.nav li.nav06 a {
    background-image: url(../img/common/nav05_access@2x.jpg);
  }
  #gnav ul.nav li.nav07 a {
    background-image: url(../img/common/nav06_blog@2x.jpg);
  } */
}
@media only screen and (max-width: 767px) {
  #gnav .btn-reserve {
    background: #fff;
    text-align: center;
    padding: 3% 0;
  }
  #gnav .btn-reserve a {
    color: #fff;
    min-width: 160px;
    font-size: 1.125em;
  }
  #gnav ul.hnav {
    background: #fff;
    margin: 2.6%;
    padding: 1.5% 1.3%;
  }
  #gnav ul.hnav li {
    width: 100%;
    padding: 1.5%;
    margin: 0;
  }
  #gnav ul.hnav li.tel, #gnav ul.hnav li.mail {
    font-size: 1em;
  }
  #gnav ul.hnav li.tel i.fa, #gnav ul.hnav li.mail i.fa {
    font-size: 1.5em;
    margin-right: 0.52em;
    vertical-align: text-bottom;
    margin-top: -0.16em;
  }
  #gnav ul.hnav li.tel small {
    margin-top: 7px;
    color: #000;
    text-align: center;
  }
  #gnav ul.hnav li:last-child {
    padding-right: 2%;
  }
  #gnav ul.hnav li a {
    background: #495479;
    color: #fff;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0.88em 1.6em;
    text-align: center;
  }
  #gnav ul.hnav li a:after {
    content: none;
  }
}
/*********************************************
 CONTENTS
*********************************************/
/* メインビジュアル */
#mainvis {
  position: relative;
  width: 100%;
  height: 43.4027vw;
  max-height: 100vh;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#concept #mainvis {
  background-image: url(../img/concept/mainvis_concept.jpg);
}
#spa #mainvis {
  background-image: url(../img/spa/mainvis_spa.jpg);
}
#room #mainvis {
  background-image: url(../img/room/mainvis_room.jpg);
}
#dining #mainvis {
  background-image: url(../img/dining/mainvis_dining.jpg);
}
#facility #mainvis {
  background-image: url(../img/facilities/mainvis_facility.jpg);
}
#access #mainvis {
  background-image: url(../img/access/mainvis_access.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #concept #mainvis {
    background-image: url(../img/concept/mainvis_concept@2x.jpg);
  }
  #spa #mainvis {
    background-image: url(../img/spa/mainvis_spa@2x.jpg);
  }
  #room #mainvis {
    background-image: url(../img/room/mainvis_room@2x.jpg);
  }
  #dining #mainvis {
    background-image: url(../img/dining/mainvis_dining@2x.jpg);
  }
  #facility #mainvis {
    background-image: url(../img/facilities/mainvis_facility@2x.jpg);
  }
  #access #mainvis {
    background-image: url(../img/access/mainvis_access@2x.jpg);
  }
}
@media only screen and (max-width: 767px) {
  #concept #mainvis {
    background-image: url(../img/concept/mainvis_concept_sp.jpg);
  }
  #spa #mainvis {
    background-image: url(../img/spa/mainvis_spa_sp.jpg);
  }
  #room #mainvis {
    background-image: url(../img/room/mainvis_room_sp.jpg);
  }
  #dining #mainvis {
    background-image: url(../img/dining/mainvis_dining_sp.jpg);
  }
  #facility #mainvis {
    background-image: url(../img/facilities/mainvis_facility_sp.jpg);
  }
  #access #mainvis {
    background-image: url(../img/access/mainvis_access_sp.jpg);
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #concept #mainvis {
    background-image: url(../img/concept/mainvis_concept_sp@2x.jpg);
  }
  #spa #mainvis {
    background-image: url(../img/spa/mainvis_spa_sp@2x.jpg);
  }
  #room #mainvis {
    background-image: url(../img/room/mainvis_room_sp@2x.jpg);
  }
  #dining #mainvis {
    background-image: url(../img/dining/mainvis_dining_sp@2x.jpg);
  }
  #facility #mainvis {
    background-image: url(../img/facilities/mainvis_facility_sp@2x.jpg);
  }
  #access #mainvis {
    background-image: url(../img/access/mainvis_access_sp@2x.jpg);
  }
}

#mainvis .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  height: 100%;
  text-align: center;
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: normal;
}
@media only screen and (min-width: 992px) {
  #mainvis .ttl {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-animation: fadeIn 2s ease 0.3s 1 forwards;
    -webkit-animation: fadeIn 2s ease 0.3s 1 forwards;
    animation: fadeIn 2s ease 0.3s 1 forwards;
  }
}
#mainvis .ttl .jp, #mainvis .ttl .en {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#mainvis .ttl .jp {
  border-bottom: 1px solid #fff;
  padding: 0 0.75em 0.79em 0.75em;
  margin-bottom: 1.1875em;
  letter-spacing: 0.5em;
  font-size: 2.5em; /*2.7vw;*/
  margin-top: 79px;
}
#mainvis .ttl .en {
  font-size: 1.125em; /*1.25vw;*/
  letter-spacing: 0.05em;
  font-variant: small-caps;
}
#mainvis .catch {
  position: absolute;
  max-width: 1100px;
  width: 94.6%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 3.472%;
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  font-size: 1.625em; /*1.805vw;*/
  letter-spacing: 0.5em;
  line-height: 1.73;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  #mainvis .catch {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-animation: fadeIn 2s ease 0.6s 1 forwards;
    -webkit-animation: fadeIn 2s ease 0.6s 1 forwards;
    animation: fadeIn 2s ease 0.6s 1 forwards;
  }
}
@media only screen and (max-width: 767px) {
  #mainvis {
    padding-top: 144%;
  }
  #mainvis .ttl {
    top: 40%;
  }
  #mainvis .ttl .jp {
    font-size: 1.875em;
  }
  #mainvis .ttl .en {
    font-size: 1em;
  }
  #mainvis .catch {
    font-size: 1em;
    font-size: 1em;
    line-height: 1.625;
    text-align: center;
    bottom: 4%;
    text-indent: 0.5em;
  }
}

/* メインビジュアル（小） */
#mainvis-s {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 22.9166%;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery #mainvis-s {
  background-image: url(../img/gallery/mainvis_gallery.jpg);
}
#news #mainvis-s {
  background-image: url(../img/etc/mainvis_news.jpg);
}
#club #mainvis-s {
  background-image: url(../img/club/mainvis_club.jpg);
}
#faq #mainvis-s {
  background-image: url(../img/etc/mainvis_faq.jpg);
}
#blog #mainvis-s {
  background-image: url(../img/etc/mainvis_blog.jpg);
}
#etc #mainvis-s {
  background-image: url(../img/etc/mainvis_etc.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #gallery #mainvis-s {
    background-image: url(../img/gallery/mainvis_gallery@2x.jpg);
  }
  #news #mainvis-s {
    background-image: url(../img/etc/mainvis_news@2x.jpg);
  }
  #club #mainvis-s {
    background-image: url(../img/club/mainvis_club@2x.jpg);
  }
  #faq #mainvis-s {
    background-image: url(../img/etc/mainvis_faq@2x.jpg);
  }
  #blog #mainvis-s {
    background-image: url(../img/etc/mainvis_blog@2x.jpg);
  }
  #etc #mainvis-s {
    background-image: url(../img/etc/mainvis_etc@2x.jpg);
  }
}
#mainvis-s .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 4.16% auto auto;
  text-align: center;
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
#mainvis-s .ttl .jp, #mainvis-s .ttl .en {
  display: block;
}
#mainvis-s .ttl .jp {
  position: relative;
  padding: 0 0.75em 0.75em 0.75em;
  margin-bottom: 0.625em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 2.7vw;
}
#mainvis-s .ttl .jp:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  border-bottom: 1px solid #fff;
}
#mainvis-s .ttl .en {
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-variant: small-caps;
}
@media only screen and (max-width: 767px) {
  #mainvis-s {
    margin-top: 0;
    padding-top: 53.3%;
  }
  #gallery #mainvis-s {
    background-image: url(../img/gallery/mainvis_gallery_sp.jpg);
  }
  #news #mainvis-s {
    background-image: url(../img/etc/mainvis_news_sp.jpg);
  }
  #club #mainvis-s {
    background-image: url(../img/club/mainvis_club_sp.jpg);
  }
  #faq #mainvis-s {
    background-image: url(../img/etc/mainvis_faq_sp.jpg);
  }
  #blog #mainvis-s {
    background-image: url(../img/etc/mainvis_blog.jpg);
  }
  #etc #mainvis-s {
    background-image: url(../img/etc/mainvis_etc_sp.jpg);
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #gallery #mainvis-s {
    background-image: url(../img/gallery/mainvis_gallery_sp@2x.jpg);
  }
  #news #mainvis-s {
    background-image: url(../img/etc/mainvis_news_sp@2x.jpg);
  }
  #club #mainvis-s {
    background-image: url(../img/club/mainvis_club_sp@2x.jpg);
  }
  #faq #mainvis-s {
    background-image: url(../img/etc/mainvis_faq_sp@2x.jpg);
  }
  #blog #mainvis-s {
    background-image: url(../img/etc/mainvis_blog@2x.jpg);
  }
  #etc #mainvis-s {
    background-image: url(../img/etc/mainvis_etc_sp@2x.jpg);
  }
}
@media only screen and (max-width: 767px) {
  #mainvis-s .ttl {
    width: 100%;
    top: 40%;
    margin-top: auto;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #mainvis-s .ttl .jp {
    font-size: 1.6875em;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    margin-bottom: 0.74em;
  }
  #mainvis-s .ttl .en {
    font-size: 1.125em;
  }
}

/* downボタン */
.btn-down a {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
}
.btn-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-down a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .btn-down {
    display: none;
  }
}

/* section */
.section {
  padding: 2% 0;
}
.section .header {
  *zoom: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2%;
}
.section .header:after {
  content: "";
  display: table;
  clear: both;
}
.section .header .ttl {
  font-weight: normal;
  font-size: 2.25em;
  letter-spacing: 0.15em;
}
.section .header .ttl .sub {
  display: block;
  font-size: 0.75em;
  margin-bottom: 1.736%;
}
.section .header .ttl .jp {
  display: block;
}
.section .header .txt {
  font-size: 1.25em;
  font-family: "Lato", "Noto Sans CJK JP", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  color: #040404;
  line-height: 2.25;
  letter-spacing: 0.1em;
  margin-top: 2.7%;
}
.section .header .link {
  float: right;
  margin-top: 0.72em;
}
.section .header.hasIco {
  padding-top: 103px;
  background-position: top center;
  background-repeat: no-repeat;
}
.section .header.hasIco .ttl {
  margin-top: 2.1%;
}
.section .header.hasBorder {
  position: relative;
  padding-top: 5.416%;
  padding-bottom: 2.8%;
  margin-top: 4.861%;
  text-align: center;
}
.section .header.hasBorder:before {
  display: block;
  content: '';
  width: 100px;
  height: 1px;
  border-top: 1px solid #495479;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.section .link {
  text-align: right;
}
.section.outline {
  text-align: center;
  padding: 5.2% 0 2%;
  line-height: 2.25;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  color: #040404;
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
}
.section .content p.outline {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section .header {
    margin-bottom: 5.3%;
  }
  .section .header.hasIco .ttl {
    margin-top: 4.26%;
  }
  .section .header .ttl {
    font-size: 1.5em;
    line-height: 1.1;
  }
  .section .header .ttl .sub {
    font-size: 0.83em;
    margin-bottom: 5.3%;
  }
  .section .header .txt {
    font-size: 1em;
    line-height: 1.75;
    margin-top: 5.86%;
    text-align: left;
  }
  .section .header.hasBorder {
    margin-top: 5%;
    padding-top: 8%;
  }
  .section.outline {
    text-align: left;
    padding: 5.8% 2.6%;
    /*font-size: 0.9375em;*/
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  .section .content p.outline {
    text-align: left;
  }
}

/* article */
.article {
  background: #f2f2f2;
  padding-top: 6.5972%;
  padding-bottom: 5.2083%;
}
.article .page-inner {
  background: #fff;
  padding: 3.8%;
  max-width: 820px;
}
.article + #fnav {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .article {
    padding-top: 2.6%;
    padding-bottom: 2.6%;
  }
  .article .page-inner {
    padding: 2.6%;
  }
}
.article > .section {
  max-width: 1100px;
  border-top: 2px solid #495479;
  padding: 2.7% 4.5%;
}
.article > .section + .section {
  margin-top: 4.5%;
}
.article > .section .header {
  margin-bottom: 2.7%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  text-align: left;
}
.article > .section .header .ttl {
  color: #495479;
  font-weight: normal;
  font-size: 1.6875em;
  letter-spacing: 0.15em;
  line-height: inherit;
}
.article > .section .header + .content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .article > .section {
    padding: 2.8%;
  }
  .article > .section + .section {
    margin-top: 2.8%;
  }
  .article > .section .header .ttl {
    font-size: 1em;
  }
}

/* 背景fixed */
.bg-fixed {
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}
.bg-fixed:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .bg-fixed {
    background-attachment: inherit;
  }
}
.bg-fixed .bg-img {
  position: absolute;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.bg-fixed .bg-img img {
  display: none;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.bg-fixed .page-inner {
  position: relative;
  z-index: 1;
}

/* 背景付き */
.bg-gray {
  background: #f2f2f2;
}

/* INFO BLOCK */
.info-block {
  padding-top: 5.5%;
  padding-bottom: 4.5%;
}
.info-block .ttl01 {
  font-size: 1.6875em;
  letter-spacing: 0.15em;
  line-height: 1.48;
  margin-bottom: 1.1em;
  font-weight: normal;
}
.info-block .ttl01 + .txt {
  margin-top: -0.7em;
}
.info-block .ttl02 {
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  font-size: 1.625em;
  letter-spacing: 0.15em;
  line-height: 1.538;
  margin-bottom: 1.34em;
}
.info-block .ttl03 {
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  font-size: 2.25em;
  letter-spacing: 0.15em;
  margin-bottom: 1.1em;
}
.info-block .txt01 {
  font-size: 1.1875em;
  line-height: 2.1;
  letter-spacing: 0.15em;
}
.info-block .txt01 + .info-table {
  margin-top: 0.5rem;
}
.info-block .txt02 {
  font-size: 1em;
  line-height: 2.0;
  margin-bottom: 3.125em;
}
.info-block .txt03 {
  font-size: 1.25em;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.info-block .f-left {
  width: 47.2%;
}
.info-block .f-right {
  width: 49%;
}
.info-block .f-clear {
  padding-top: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .info-block {
    padding-top: 2.6%;
  }
  .info-block .ttl01 {
    font-size: 1.25em;
    margin-bottom: 2.6%;
  }
  .info-block .ttl02 {
    /*font-size: 1.1875em;*/
    font-size: 1.125em;
    line-height: 1.5;
    /*letter-spacing: 0.1em;*/
    letter-spacing: 0;
    margin-bottom: 1em;
    font-weight: normal;
  }
  .info-block .ttl03 {
    font-size: 1.1875em;
    line-height: 1.5;
  }
  .info-block .txt01 {
    font-size: 1.0625em;
  }
  .info-block .txt01 + .info-table {
    margin-top: 1%;
  }
  .info-block .txt02, .info-block .txt03 {
    font-size: 0.875em;
    line-height: 1.285;
    letter-spacing: 0.1em;
    margin-bottom: 5.3%;
  }
  .info-block .f-left, .info-block .f-right {
    float: none;
    width: 100%;
  }
  .info-block .f-right {
    margin-top: 4%;
  }
}

/* INFO TABLE */
.info-table {
  width: 100%;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-top: 1px solid #999;
}
.info-table th, .info-table td {
  padding: 0.75em 0;
  border-bottom: 1px solid #999;
  vertical-align: top;
  text-align: left;
  font-size: 1em;
  line-height: 1.5625;
}
.info-table th {
  font-weight: bold;
  padding-right: 1em;
  width: 19.2%;
}
.info-table td {
  width: 80.8%;
}
@media only screen and (max-width: 767px) {
  .info-table {
    display: block;
  }
  .info-table thead, .info-table tbody, .info-table tfoot,
  .info-table tr, .info-table th, .info-table td {
    display: block;
    width: 100%;
  }
  .info-table th {
    font-size: 0.9375em;
    border-bottom: 0 none;
    padding: 2.6% 0 0 0;
  }
  .info-table td {
    font-size: 0.875em;
    padding: 2.13% 0 2.6%;
    line-height: 1.28;
  }
}

/* BORDER BOX */
.border-box {
  border: 1px solid #999;
  background: #fff;
  padding: 2%;
  margin-top: 5.4%;
  text-align: center;
}
.border-box .ttl {
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-top: 1.29%;
  margin-bottom: 3.29%;
}
.border-box .txt {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.border-box .txt.big {
  font-size: 1.375em;
  font-weight: bold;
  margin-top: 1.29%;
  margin-bottom: 3.29%;
}
.border-box .list {
  text-align: left;
  font-size: 1em;
  margin-left: 0;
  margin-right: 0;
}
.border-box .list li {
  margin-bottom: 1.125em;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5em;
}
.border-box .list li:before {
  content: '●';
  color: #495479;
}
.border-box .list li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .border-box {
    margin-top: 8%;
    padding: 5% 2%;
  }
  .border-box .ttl {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 2%;
  }
  .border-box .txt {
    font-size: 1.125em;
    line-height: 1.527;
    letter-spacing: 0.025em;
    text-indent: 0.5em;
  }
  .border-box .txt.big {
    font-size: 1.25em;
  }
  .border-box .list {
    font-size: 0.875em;
    margin-right: 2%;
  }
  .border-box .list li {
    margin-bottom: 0;
    line-height: 1.428;
  }
}

.list-wrap figcaption {
  text-align: left;
  font-size: 1.0625em;
  font-weight: bold;
  color: #495479;
  margin-bottom: 0.88em;
}
.list-wrap .list {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .list-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .list-wrap figcaption {
    margin-top: 0.88em;
    font-size: 0.875em;
  }
}

/* ページ内ナビ（画像リンク） */
.pagein-nav {
  margin-top: 3.8194%;
}
.pagein-nav .header {
  position: relative;
  padding-top: 5.416%;
  padding-bottom: 2.8%;
  text-align: center;
}
.pagein-nav .header:before {
  display: block;
  content: '';
  width: 100px;
  height: 1px;
  border-top: 1px solid #495479;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.pagein-nav .header .ttl {
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  font-size: 2.25em;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.pagein-nav ul.content {
  position: relative;
  overflow: hidden;
}
.pagein-nav ul.content > li {
  width: 49.9%;
  float: left;
  background: #000;
  overflow: hidden;
  margin-bottom: 0.2%;
}
.pagein-nav ul.content > li:nth-child(even) {
  margin-left: 0.2%;
}

.pagein-nav.room-3type ul.content > li {
  width: 33.2%;
}
.pagein-nav.room-3type ul.content > li:nth-child(3) {
  margin-left: 0.2%;
}

.pagein-nav ul.content a {
  display: block;
  position: relative;
  border-bottom: 0 none transparent;
}
.pagein-nav ul.content a .img {
  line-height: 1.0;
}
.pagein-nav ul.content a:hover .img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.pagein-nav .txt-block {
  position: absolute;
  margin: auto;
  color: #fff;
  z-index: 1;
  width: 100%;
}
.pagein-nav .txt-block .ttl {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  margin-top: 5.9%;
}
.pagein-nav .txt-block .ttl .sub {
  font-size: 1.3125em;
  display: block;
  margin-bottom: 2.5%;
}
.pagein-nav .txt-block .ttl .jp {
  font-size: 1.5em;
  display: block;
}
.pagein-nav .img {
  -moz-transition: -moz-transform 600ms, opacity 600ms;
  -o-transition: -o-transform 600ms, opacity 600ms;
  -webkit-transition: -webkit-transform 600ms, opacity 600ms;
  transition: transform 600ms, opacity 600ms;
}
.pagein-nav .img img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pagein-nav {
    margin-top: 0;
  }
  .pagein-nav .header {
    padding-top: 6.4%;
    padding-bottom: 5.3%;
  }
  .pagein-nav .header:before {
    width: 50px;
    margin-left: -25px;
  }
  .pagein-nav .header .ttl {
    font-size: 1.5em;
  }
  .pagein-nav ul.content > li {
    background-color: transparent;
    margin-bottom: 1px;
  }
  .pagein-nav ul.content a:hover .img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .pagein-nav .txt-block .ttl {
    margin-top: 5.3%;
  }
  .pagein-nav .txt-block .ttl .sub {
    font-size: 0.625em;
  }
  .pagein-nav .txt-block .ttl .jp {
    font-size: 0.75em;
  }
  .pagein-nav .img {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}

/* ページ内ナビ（テキストリンク） */
.pagein-nav-list {
  background: #f2f2f2;
  padding: 2% 0;
  text-align: center;
}
.pagein-nav-list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  font-size: 1.25em;
  margin: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .pagein-nav-list {
    padding: 3% 0;
  }
  .pagein-nav-list li {
    font-size: 0.875em;
  }
}

/*********************************************
 FOOTER
*********************************************/
#fnav {
  max-width: 1100px;
  font-size: 0.857em;
  padding: 3.18% 0;
  margin-top: 5.3%;
  margin-left: auto;
  margin-right: auto;
}
#fnav ul {
  text-align: center;
}
#fnav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-left: 1px solid #000;
  padding: 0 1em;
}
#fnav li:last-child {
  border-right: 1px solid #000;
}
#fnav a {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #fnav {
    margin-top: 0;
  }
  #fnav ul {
    width: 89.6%;
    border-top: 1px solid #999;
    text-align: left;
  }
  #fnav li {
    display: block;
    width: 100%;
    border-left: 0 none;
    border-bottom: 1px solid #999;
    padding: 0;
  }
  #fnav li:last-child {
    border-right: 0 none;
  }
  #fnav a {
    position: relative;
    display: block;
    padding: 0.75em 0.857em;
    border-bottom: 0 none;
  }
  #fnav a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 0;
    height: 0;
    border-width: 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  #fnav a:hover {
    border-bottom-color: transparent;
  }
}

#page-footer {
  background-color: #f2f2f2;
  padding-top: 2.77%;
  text-align: center;
}
#page-footer .sns-links {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 3.6%;
}
#page-footer .sns-links li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 0.4em;
}
#page-footer .sns-links a {
  color: #999;
}
#page-footer .sns-links a:hover {
  border-bottom: 0 none transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#page-footer .footer-logo {
  margin-bottom: 2.27%;
}
#page-footer .footer-logo .catch {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  margin-bottom: 2.27%;
}
#page-footer .footer-logo a {
  border-bottom: 0 none;
}
#page-footer .footer-logo a:hover {
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;*/
}
#page-footer .address-box {
  line-height: 1.625;
  margin-bottom: 2.27%;
}
#page-footer .address-box .address {
  font-size: 0.875em;
  letter-spacing: 0.1em;
}
#page-footer .address-box .tel {
  font-size: 1.25em;
}
#page-footer .address-box .fax {
  font-size: 1em;
}
#page-footer .bnr-yunomori a:hover {
  border-bottom: 0 none transparent;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;*/
}
#page-footer .copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  padding: 1.58em 0;
  margin-top: 2.083%;
}
#page-footer .copyright a {
	color: #fff;
}

#footer-btns {
  position: fixed;
  bottom: 0;
  /* left: 0; */
  right: 0;
  /* width: 100%;　※コピーライトのリンクが効かなくなるので削除（20190817 佐藤）*/
  height: 50px;
}
@media only screen and (min-width: 992px) {
  #footer-btns.sp {
    display: block;
  }
  #footer-btns.sp .btn-home {
    display: none;
  }
}
#footer-btns #return-home,
#footer-btns #page-top {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 10px;
}
#footer-btns #return-home {
  left: 0;
}
#footer-btns #page-top {
  right: 0;
}
#footer-btns .btn, #footer-btns .mfp_element_button {
  background: #000;
  width: 100%;
  height: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
}
#footer-btns .btn .ico, #footer-btns .mfp_element_button .ico {
  height: 100%;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  #page-footer {
    padding-top: 10.6%;
    padding-bottom: calc(50vw * 0.3733);
  }
  #page-footer .sns-links {
    font-size: 40px;
    margin-bottom: 9.86%;
  }
  #page-footer .footer-logo {
    margin-bottom: 7.2%;
  }
  #page-footer .footer-logo .catch {
    margin-bottom: 6.13%;
  }
  #page-footer .address-box {
    margin-bottom: 6.13%;
  }
  #page-footer .address-box .address {
    letter-spacing: 0.05em;
  }
  #page-footer .copyright {
    margin-top: 6.13%;
  }
}
/*==========================================================
3.Class -汎用クラス設定-
==========================================================*/
/*********************************************
 CLEARFIX
*********************************************/
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/*********************************************
 FLOAT
*********************************************/
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-clear {
  clear: both;
}

/*********************************************
 TEXT
*********************************************/
.big {
  font-size: 130%;
}

.small {
  font-size: 50%;
}

.note {
  font-size: 0.8125em;
}
p.note {
	margin: 5px auto;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

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

.br {
  display: inline-block;
}

.c-red {
  color: #7d0000;
}

@media only screen and (max-width: 767px) {
  .small {
    font-size: 70%;
  }
}
/*********************************************
 LIST
*********************************************/
.inline-list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/*********************************************
 LINK
*********************************************/
/* text link */
a.link_txt {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
  color: #0068b7;
}
a.link_txt:before {
  content: "";
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 0;
  height: 0;
  border-width: 0.38em 0.46em;
  border-style: solid;
  border-color: transparent transparent transparent #e5bf45;
  position: relative;
}
a.link_txt:hover {
  border-bottom-color: inherit;
}

/* link list */
.link-list li {
  font-size: 0.8125rem;
  position: relative;
  margin-left: 1em;
}
.link-list li:before {
  content: "";
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 0;
  height: 0;
  border-width: 0.38em 0.46em;
  border-style: solid;
  border-color: transparent transparent transparent #e5bf45;
  position: absolute;
  left: -1em;
  top: 0.23em;
}
.link-list li + li {
  margin-top: 10px;
}

/*********************************************
 BANNER
*********************************************/
a.bnr {
  border-bottom: 0 none transparent;
}
a.bnr img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.bnr:hover {
  border-bottom-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
a.bnr:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/*********************************************
 BUTTON
*********************************************/
.btn, .mfp_element_button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0.88em 1.6em;
  font-size: 1.125rem;
  -moz-border-radius: 1.5625em;
  -webkit-border-radius: 1.5625em;
  border-radius: 1.5625em;
  text-align: center;
  color: #fff;
  border-bottom: 0 none;
  position: relative;
}
.btn:hover, .mfp_element_button:hover {
  border-bottom-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
input.btn, input.mfp_element_button,
button.btn,
button.mfp_element_button {
  border: 0 none;
  outline: 0 none;
}
@media only screen and (max-width: 767px) {
  .btn, .mfp_element_button {
    font-size: 18px;
  }
}

.btn-wrap {
  text-align: center;
  width: 100%;
}

.btn-wide {
  min-width: 375px;
}
@media only screen and (max-width: 767px) {
  .btn-wide {
    min-width: inherit;
    width: 100%;
  }
}

.btn-square {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-border-white {
  border: 1px solid #fff;
}
.btn-border-white:hover {
  border-bottom-color: #fff;
}

.btn-red {
  background: #c8081a;
}

.btn-blue {
  background: #495479;
}

.btn-arrow {
  padding: 0;
  transition: opacity .25s ease, top .25s ease;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  display: block;
  background: #495479;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.btn-arrow .ico-arrow-down {
  left: 50%;
  top: 0;
  margin-left: -1px;
  margin-top: 18px;
}
.btn-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.btn-arrow:hover .ico-arrow-down {
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .btn-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .btn-arrow .ico-arrow-down {
    margin-top: 8px;
  }
}

/*********************************************
 ICON
*********************************************/
.ico {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.ico:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.ico-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  background-color: #000;
  transition: all .15s ease-in-out 0s;
}
.ico-arrow::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  height: 1px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  background-color: #000;
  width: 8px;
}

.ico-arrow-white {
  right: 30px;
  width: 15px;
  background-color: #fff;
  transition: all .15s ease-in-out 0s;
}
.ico-arrow-white::after {
  background-color: #fff;
  width: 8px;
}

.ico-arrow-down {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  margin: auto;
}
.ico-arrow-down::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 1px;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ico-arrow-down.ico-arrow-white {
  right: 30px;
  width: 1px;
  height: 15px;
  background-color: #fff;
  transition: all .15s ease-in-out 0s;
}
.ico-arrow-down.ico-arrow-white:after {
  background-color: #fff;
  height: 8px;
  width: 1px;
}

.ico-arrow-left::after {
  right: inherit;
  left: 0;
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.btn:hover .ico-arrow, .mfp_element_button:hover .ico-arrow {
  right: 22px;
  transition: opacity .25s ease, right .25s ease;
}

.ico-home {
  width: 19px;
  height: 18px;
  background: transparent url(../img/common/ico_home.png) no-repeat;
  background-size: 19px auto;
}

.ico-totop {
  width: 18px;
  height: 10px;
  background: transparent url(../img/common/ico_totop.png) no-repeat;
  background-size: 18px auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .ico-home {
    background-image: url(../img/common/ico_home@2x.png);
  }

  .ico-totop {
    background-image: url(../img/common/ico_totop@2x.png);
  }
}
/*********************************************
 LIST
*********************************************/
/* note list */
.note-list {
  margin-bottom: 3%;
}
.note-list li {
  font-size: 0.75em;
  line-height: 1.66;
  text-indent: -1em;
  margin-left: 1em;
}
.note-list .mark {
  color: #495479;
}
@media only screen and (max-width: 767px) {
  .note-list {
    font-size: 0.6875em;
    line-height: 1.36;
  }
}

/*********************************************
 FORM
*********************************************/
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea {
  background: #f2f2f2;
  border: 0 none;
  padding: 0.4em;
  font-size: 0.88em;
  width: 100%;
}
form input[type="text"][size], form input[type="email"][size], form input[type="tel"][size], form input[type="number"][size], form textarea[size] {
  width: auto;
}
form input[type="checkbox"] {
  background: #f2f2f2;
  border: 0 none;
  font-size: 1.125em;
}
form select {
  font-size: 0.88em;
}
form input[type="submit"], form input[type="button"], form button {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  form input[type="submit"], form input[type="button"], form button {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

/* mailformpro */
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  padding: 0.4em;
  margin: 0;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  text-shadow: none;
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background: inherit;
  box-shadow: none;
}

.btn-red.mfp_element_submit:hover {
  background: #c8081a;
}

/* mailformpro 確認オーバーレイ */
div#mfp_overlay_inner {
  width: 96.4%;
  max-width: 820px;
  padding: 2.7%;
}
div#mfp_overlay_inner h4 {
  margin-bottom: 3.7%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  text-align: left;
  color: #495479;
  font-weight: normal;
  font-size: 1.6875em;
  letter-spacing: 0.15em;
  line-height: inherit;
}
div#mfp_overlay_inner #mfp_confirm_table {
  border-bottom: 1px solid #ccc;
}
div#mfp_overlay_inner #mfp_confirm_table tr th, div#mfp_overlay_inner #mfp_confirm_table tr td {
  font-size: 0.875em;
  padding: 0.75em 0;
}
div#mfp_overlay_inner #mfp_confirm_table tr.mfp_colored {
  background: #fff;
}
div#mfp_overlay_inner .mfp_element_button {
  width: 35%;
}
div#mfp_overlay_inner .mfp_element_button + .mfp_element_button {
  margin-left: 1em;
}
div#mfp_overlay_inner .mfp_buttons {
  padding-top: 2.8%;
}
@media only screen and (max-width: 767px) {
  div#mfp_overlay_inner h4 {
    font-size: 1em;
  }
}

#mfp_button_send {
  background: #c8081a;
}

#mfp_button_cancel {
  background: #495479;
}

/*********************************************
 main-image / slick
*********************************************/
.main-image {
  height: 38.8vw;
  overflow: hidden;
}
.main-image > img {
  position: relative;
  top: -35%;
  display: block;
  max-height: inherit;
}
.main-image img {
  width: 100%;
  max-width: inherit;
}
ul.main-image {
  height: auto;
  position: relative;
  overflow: hidden;
}
ul.main-image li {
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  ul.main-image li {
    margin-bottom: 2.6%;
  }
}
@media only screen and (max-width: 767px) {
  .main-image {
    height: inherit;
  }
}

.slick-slide img {
  width: 100%;
  max-height: inherit;
}

.main-image.slider-image {
  height: inherit;
  overflow: visible;
}
.main-image.slider-image .slick-slider {
  width: 100%;
  height: 38.8vw;
  margin: 0 auto;
}
.main-image.slider-image .slick-slider .slick-list {
  height: 100%;
}
.main-image.slider-image .slick-slider .slick-slide {
  position: relative;
}
.main-image.slider-image .slick-slider .slick-slide img {
  position: relative;
  -moz-transform: translateY(-17.5%);
  -ms-transform: translateY(-17.5%);
  -webkit-transform: translateY(-17.5%);
  transform: translateY(-17.5%);
}
.main-image.slider-image .slick-slider p.ttl {
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: absolute;
  top: 38.8vw;
  left: 0;
  right: 0;
  margin-top: -60px;
  text-align: right;
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  font-size: 1.125em;
  letter-spacing: 0.15em;
  color: #fff;
}
.main-image.slider-image .slick-slider p.ttl span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 3px;
  text-indent: 0.15em;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
}
.main-image.slider-image .slick-thumb-nav {
  max-width: 1100px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-image.slider-image .slick-thumb-nav .slick-slide img {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .main-image.slider-image .slick-slider {
    height: inherit;
    margin-bottom: 8%;
  }
  .main-image.slider-image .slick-slider .slick-track {
    top: inherit;
  }
  .main-image.slider-image .slick-slider .slick-slide img {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .main-image.slider-image .slick-slider p.ttl {
    display: none;
  }
}

.slick-thumb-nav {
  text-align: center;
}
.slick-thumb-nav .slick-list {
  height: inherit;
}
.slick-thumb-nav .slick-track {
  margin: 0 auto;
  top: inherit;
}
.slick-thumb-nav.hasTtl .slick-track {
  padding-bottom: 1.5em;
}
.slick-thumb-nav .slick-slide {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 150px;
  margin: 0 5px;
  cursor: pointer;
  border: 0 none;
  outline: none;
}
.slick-thumb-nav .slick-slide:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #b09454;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: all .25s ease;
  z-index: 1;
}
.slick-thumb-nav .slick-slide img {
  transition: all .25s ease;
  -webkit-filter: saturate(26%);
  filter: saturate(26%);
}
.slick-thumb-nav .slick-slide .ttl {
  position: absolute;
  top: 100%;
  display: block;
  font-size: 0.875em;
  color: #333;
  text-align: center;
  margin-top: 5px;
  width: 100%;
}
.slick-thumb-nav .slick-slide:hover:before,
.slick-thumb-nav .slick-current:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.slick-thumb-nav .slick-slide:hover img,
.slick-thumb-nav .slick-current img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
@media only screen and (max-width: 767px) {
  .slick-thumb-nav {
    display: none;
  }
}

.slick-dots {
  background: #fff;
  bottom: inherit;
  top: 100%;
  padding: 0.8% 0;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button::before {
    font-size: 10px;
  }
}
.slick-dots li.slick-active button:before {
  color: #ad9159;
}

/*********************************************
 Gallery Popup
*********************************************/
.mfp-bg {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-figure:after {
  box-shadow: none;
}

img.mfp-img {
  padding: 10px 0 10px;
}

.mfp-bottom-bar {
  top: inherit;
  bottom: 10px;
  margin-top: 0;
  text-align: center;
}

.mfp-title {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  font-size: 1em;
  text-align: center;
  padding: 11px 21px;
  display: inline-block;
}

.mfp-figure button.mfp-close {
  background: #e00000;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 0;
  opacity: 1.0;
  text-align: center;
  padding-right: 0;
  text-indent: 60px;
  overflow: hidden;
}
.mfp-figure button.mfp-close:before, .mfp-figure button.mfp-close:after {
  content: "";
  background: #fff;
  width: 14px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
}
.mfp-figure button.mfp-close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-figure button.mfp-close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-figure button.mfp-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.mfp-figure button.mfp-close:active {
  margin-top: 0;
}

button.mfp-arrow {
  width: 100px;
  height: 55px;
  margin-top: -27.5px;
  opacity: 1.0;
}
button.mfp-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
button.mfp-arrow:active {
  margin-top: -27.5px;
}
button.mfp-arrow:before, button.mfp-arrow:after {
  padding: 0;
  margin: 0;
  border: 0 none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
button.mfp-arrow:before {
  width: 30px;
  height: 100%;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
button.mfp-arrow:after {
  top: 50%;
  width: auto;
  margin-top: -0.5em;
  font-size: 0.875em;
  font-family: "EB Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
  letter-spacing: 0.05em;
  color: #fff;
}

button.mfp-arrow-left {
  left: 30px;
}
button.mfp-arrow-left:before {
  background-image: url(../img/common/arw_prev.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  button.mfp-arrow-left:before {
    background-image: url(../img/common/arw_prev@2x.png);
  }
}
button.mfp-arrow-left:after {
  content: "PREV";
  left: 25px;
}

button.mfp-arrow-right {
  right: 30px;
}
button.mfp-arrow-right:before {
  left: inherit;
  right: 0;
  background-image: url(../img/common/arw_next.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  button.mfp-arrow-right:before {
    background-image: url(../img/common/arw_next@2x.png);
  }
}
button.mfp-arrow-right:after {
  content: "NEXT";
  left: inherit;
  right: 25px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-open .mfp-figure {
  -webkit-animation: fadeIn2 0.3s ease 0.0s 1 normal;
  animation: fadeIn2 0.3s ease 0.0s 1 normal;
}

@keyframes fadeIn2 {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .mfp-title {
    padding: 5px 10px;
  }

  .mfp-figure button.mfp-close {
    width: 30px;
    height: 30px;
  }

  button.mfp-arrow {
    width: 100px;
    height: 40px;
    margin-top: -20px;
    /*&:after{
      top: 50%;
      margin-top: -0.5em;
      @include font-size(14);
    }*/
  }
  button.mfp-arrow:active {
    margin-top: -20px;
  }
  button.mfp-arrow:before {
    width: 20px;
    height: 100%;
  }

  button.mfp-arrow-left {
    left: 10px;
  }
  button.mfp-arrow-left:after {
    left: 15px;
  }

  button.mfp-arrow-right {
    right: 10px;
  }
  button.mfp-arrow-right:after {
    right: 15px;
  }
}
/* lightbox wrap */
.lightbox-wrap {
  margin-top: 4.34%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #999;
  padding-bottom: 6.4%;
}
.lightbox-wrap .lightbox {
  width: 22.27%;
  float: left;
  margin-left: 3.6%;
  margin-bottom: 3.45%;
}
.lightbox-wrap .lightbox:nth-child(4n+1) {
  margin-left: 0;
}
.lightbox-wrap .lightbox dt {
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}
.lightbox-wrap .lightbox dt:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #495479;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lightbox-wrap .lightbox dt .ttl {
  display: block;
  font-size: 1em;
  line-height: 1.5625;
  margin-top: 1.25em;
}
.lightbox-wrap .lightbox dt a {
  border-bottom: 0 none transparent;
}
.lightbox-wrap .lightbox dt a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.lightbox-wrap .lightbox dd {
  font-size: 0.875em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .lightbox-wrap {
    margin-top: 5.3%;
    padding-bottom: 0.8%;
  }
  .lightbox-wrap .lightbox {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 5.3%;
  }
  .lightbox-wrap .lightbox:nth-child(2n+1) {
    margin-left: 0;
  }
  .lightbox-wrap .lightbox dt {
    padding-bottom: 1.083em;
  }
  .lightbox-wrap .lightbox dt:after {
    width: 30px;
  }
  .lightbox-wrap .lightbox dt .ttl {
    font-size: 0.75em;
    line-height: 1.416;
    margin-top: 1.083em;
  }
  .lightbox-wrap .lightbox dd {
    font-size: 0.75em;
    line-height: 1.25;
  }
}

/*********************************************
 宿泊予約
*********************************************/
#home #home-reserve {
  padding: 1% 0;
}

#home-reserve {
  background-color: #f2f2f2;
}
#home-reserve .page-inner {
  display: table;
  width: 100%;
}
#home-reserve .ttl,
#home-reserve .reserve-box {
  display: table-cell;
  vertical-align: middle;
  padding: 1% 1.5%;
  height: 100%;
}
#home-reserve .ttl {
  background-color: #303030;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.25em;
  width: 11.8%;
  flex-grow: 1;
}
#home-reserve .search_form {
  padding: 0;
  position: relative;
  /*width: 52.75%;*/
}
#home-reserve form dl,
#home-reserve .reserve-box {
  /*border-left: 1px solid #f2f2f2;*/
  background-color: #fff;
  font-size: 0.875em;
}
#home-reserve form dl dt,
#home-reserve .reserve-box dt {
  margin-bottom: 10px;
}
#home-reserve form { display: flex; align-items:center; justify-content: center;
}
#home-reserve .inbox_489ban { height: 100%; display: flex; align-items:center; border-left: 1px solid #f2f2f2;
  padding: 0 10px; /*flex-wrap:wrap;*/ }
#home-reserve form dl {
  display: table-cell;
  vertical-align: middle;
  padding: 1% 1.5%;
  /*height: 100%;*/
  text-align: left;
  font-size: 1em;
  white-space: nowrap;
}
#home-reserve form dl.reserve_date_489ban {
  width: 28%;
}
#home-reserve form input[type="text"] { width: auto; border: rgb(169, 169, 169) 1px solid; background: #ffffff; }
/*#home-reserve form dl {
  width: 11%;
}*/
#home-reserve form dl#person_489ban {
  width: 45%;
}
#home-reserve form dl.room_489ban {
  width: 18.3%;
}
#home-reserve button {
    display: inline-block; cursor: pointer; white-space: nowrap;
    vertical-align: middle; -webkit-appearance: none;
    padding: 0.88em 1.6em; border:none;
    font-size: 1.125rem;
    -moz-border-radius: 1.5625em;
    -webkit-border-radius: 1.5625em;
    border-radius: 1.5625em;
    text-align: center;
    color: #fff;
    border-bottom: 0 none;
    position: relative;
    background: #c8081a;
}
#home-reserve div.btn-box {
  width: 14.36%;
  text-align: center;
}
#home-reserve ul.reserve-box {
  width: 20.09%; border-left: 1px solid #f2f2f2;
}
#home-reserve .btn-red {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
#home-reserve .note {
  clear: both;
  display: block;
  width: 100%;
  padding-top: 10px;
  /*margin-left: 13%*/
  font-size: 0.7em;
  text-align: center;
}
#home-reserve .note::before {
  content: "※";
}

#search_button_489ban {
  display: none;
}
@media only screen and (min-width: 767px) and  (max-width:1040px) {
  #home-reserve form input[type="text"] { width: 120px; }
  /*#home-reserve .inbox_489ban { height: auto; }*/
  }
@media only screen and (max-width: 767px) {
  #home-reserve .page-inner { display: block; width: 90vw; margin: 4vw auto; }
#home-reserve a:hover { text-decoration: none; border: none; }
#home-reserve .ttl { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif; padding: 4vw 0; margin-bottom: 4vw; }
#home-reserve .reserve-box { display: block; margin: 0 auto; }
#home-reserve form { flex-wrap:wrap; height: auto !important; }
#home-reserve .search_form { width: 100%; margin: 4vw auto 2vw; background: none; }
#home-reserve .inbox_489ban { padding: 0; }
#home-reserve form dl, #home-reserve .reserve-box { background: none; border-left: 1px solid #f2f2f2; }
#home-reserve form dl.date_489ban { display: flex; width: 100%; padding: 0; margin-bottom: 2vw; }
#home-reserve form dl.date_489ban dt { padding: 0 2vw; margin-right: 2vw; height: 8vw; line-height: 8vw; }
#home-reserve form dl,#home-reserve form dl.room_489ban { width: 22vw; padding: 0; }
#home-reserve form dl.reserve_date_489ban,#home-reserve form dl#person_489ban { width: 30vw; padding: 0; }
/*#home-reserve form dl:nth-child(2) { width: 30vw; padding: 0; }*/
#home-reserve form dl dt, #home-reserve .reserve-box dt { background: #2F3030; text-align: center;
  height: 6vw; line-height: 6vw; color: #ffffff; margin-bottom: 0; }
#home-reserve form select { display: block; width: 100%; border: none; height: 8vw; line-height: 8vw;
  position: relative; -webkit-appearance: none; background: #ffffff; padding: 0 2vw;
  border-top: #999 1px solid; border-bottom: #999 1px solid; position: relative; border-radius: 0;
  background: url("../img/common/bg_select_sp.svg") right center no-repeat; background-size: 3vw auto; }
/*#home-reserve form select:after { position: absolute; content: "\f0dd"; font-family: FontAwesome;
  right: 0; width: 8vw; text-align: center; height: 6vw; background: #495479; }*/
#home-reserve form dl.reserve_date_489ban select:first-child { border-bottom: none; }
#home-reserve form select#stay_489ban,#home-reserve form select#guests { height: 12vw; line-height: 12vw; }
.inbox_489ban span { display: none; }
/*#home-reserve form dl#person_489ban span { display: block; height: 6vw; line-height: 6vw;
  background: #ffffff; text-align: center; font-size: 0.8em; }
#home-reserve form dl#person_489ban span:first-child { border-bottom: #2F3030 1px solid; }*/
#home-reserve form dl#person_489ban input { -webkit-appearance: none; background: #ffffff; }
#home-reserve button { width: 100%; border-radius: 0; margin-top: 2vw; }
/*#home-reserve form select::after {
  display: block;
  position: absolute;
  top:0;
  right: 0;
  z-index: 2;
  font-family: "FontAwesome";
  content: "\f0dd";
  border-left:0.2vw solid #E4E4E3;
  text-align: center;
  color: #D49C25;
}*/
/*#home-reserve form dl.room_489ban { display: none; }*/
#home-reserve div.btn-box { width: 80vw; margin: 2vw auto; background: none; padding: 0; }
#home-reserve div.btn-box input { width: 100%; -webkit-appearance: none; border-radius: 3px;
  height: 2.375em; line-height: 2.375em; padding: 0; }
#home-reserve ul.reserve-box { width: 80vw; margin: 0 auto; background: none; }
/*#home-reserve .reserve-box.link-list { display: none; }*/
.link-list li { height: 6vw; line-height: 6vw; padding-left: 0; }
.link-list li:nth-child(2) { width: 43%; float: left; }
.link-list li:nth-child(3) { width: 43%; float: right; }
.link-list li a { display: block; width: 100%; height: 6vw; text-align: center; }
.link-list li:before { border: none; }
.link-list li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-width: 0.38em 0.46em;
    border-style: solid;
    border-color: transparent transparent transparent #e5bf45;
    /*position: absolute;
    left: -1em;
    top: 0.23em;*/
}
.reserve-sp-tel {
  width:78.2vw;
  margin: 0 auto;
}

.reserve-sp-tel a {
  display: block;
  width:100%;
  text-align: center;
  line-height: 2;
  font-size: 10.1vw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
}
.reserve-sp-tel a i {
  color: #D49C25;
}
}



/*********************************************
 common
*********************************************/
.reserve {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #3b4b72;
  padding: 10px;
  border-radius: 5px;
  min-width: 195px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  margin: 0 40px;
}
@media screen and (max-width: 1000px) {
  .reserve {
    width: 53.33vw;
    height: 18.665vw;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
}
.reserve a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  text-indent: 25px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .reserve a {
    font-size: 4vw;
    text-indent: 6.7vw;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 53.33vw;
    height: 18.665vw;
  }
}
.reserve a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: -webkit-image-set(url(../img/common/icon_checkbox.png) 1x, url(../img/common/icon_checkbox_@2x.png) 2x);
  background-image: image-set(url(../img/common/icon_checkbox.png) 1x, url(../img/common/icon_checkbox_@2x.png) 2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .reserve a::before {
    width: 6.6vw;
    height: 6.6vw;
    top: 2.6vw;
    left: 8vw;
  }
}
.reserve span {
  display: block;
  font-size: 12px;
  letter-spacing: -0.1em;
  text-indent: 0;
}
@media screen and (max-width: 1000px) {
  .reserve span {
    font-size: 3.2vw;
  }
}
.reserve:hover {
  background-color: #c8081a;
}

.open-menu {
  display: block;
  width: 54px;
  height: 60px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .open-menu {
    width: 18.665vw;
    height: 18.665vw;
    background-color: #fff;
    z-index: 9999;
  }
}
.open-menu:hover {
  /*opacity: 0.5;*/
}
.open-menu span {
  position: absolute;
  width: 54px;
  height: 2px;
  background-color: #fff;
  left: 0;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (max-width: 1000px) {
  .open-menu span {
    background-color: #000;
    width: 7vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.open-menu span:nth-child(1) {
  top: 0;
}
@media screen and (max-width: 1000px) {
  .open-menu span:nth-child(1) {
    top: 4vw;
  }
}
.open-menu span:nth-child(2) {
  top: 15px;
}
@media screen and (max-width: 1000px) {
  .open-menu span:nth-child(2) {
    top: 6vw;
  }
}
.open-menu span:nth-child(3) {
  top: 30px;
}
@media screen and (max-width: 1000px) {
  .open-menu span:nth-child(3) {
    top: 8vw;
  }
}
.open-menu::after {
  content: "menu";
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .open-menu::after {
    color: #000;
    font-size: 3.4vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 4vw;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

.footer-menu {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .footer-menu {
    padding: 0 4.6vw;
  }
}
.footer-menu ul {
  width: 1100px;
  margin: 0 auto;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #999;
}
@media screen and (max-width: 1000px) {
  .footer-menu ul {
    width: 100%;
    padding: 6.6vw 0;
    display: block;
  }
}
.footer-menu ul li {
  height: 14px;
  padding: 0 0.8em;
  border-left: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer-menu ul li {
    height: auto;
    padding: 1em;
    border-left: 0;
    border-top: 1px solid #000;
  }
}
.footer-menu ul li:last-child {
  border-right: 1px solid #000;
  border-right: 0;
}
@media screen and (max-width: 1000px) {
  .footer-menu ul li:last-child {
    border-bottom: 1px solid #000;
  }
}
.footer-menu ul li a {
  font-size: 14px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .footer-menu ul li a {
    font-size: 3.7vw;
    display: block;
    width: 100%;
  }
}

.showup {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.upview {
  -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
          animation: showup 0.6s linear 0s 1 normal forwards;
}

@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#gnav .nav .open-navi {
  display: none;
}

#gnav.open, #gnav_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
#gnav.open .nav, #gnav_sp .nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #gnav.open .nav, #gnav_sp .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
#gnav.open .nav .open-navi, #gnav_sp .nav .open-navi {
  display: block;
}
#gnav.open .nav li, #gnav_sp .nav li {
  width: 300px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #gnav.open .nav li, #gnav_sp .nav li {
    width: 100%;
    margin: 2.3vw 0 2.3vw 33.3vw;
  }
}
#gnav.open .nav li a, #gnav_sp .nav li a {
  color: #000 !important;
  text-shadow: none !important;
  font-size: 24px;
  letter-spacing: 0.15em;
}
#gnav.open .nav li a::after, #gnav_sp .nav li a::after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media screen and (max-width: 1000px) {
  #gnav.open .nav li a, #gnav_sp .nav li a {
    font-size: 4.8vw;
  }
}
#gnav.open .nav .nav06, #gnav.open .nav .nav05, #gnav_sp .nav .nav06, #gnav_sp .nav .nav05 {
  margin-bottom: 80px;
}
#gnav.open .nav .sub, #gnav_sp .nav .sub {
  margin-left: 360px;
}
@media screen and (max-width: 1000px) {
  #gnav.open .nav .sub, #gnav_sp .nav .sub {
    margin-left: 33.33vw;
  }
}
#gnav.open .nav .sub a, #gnav_sp .nav .sub a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: inline;
}
@media screen and (max-width: 1000px) {
  #gnav.open .nav .sub a, #gnav_sp .nav .sub a {
    font-size: 4vw;
  }
}
#gnav.open .reserve, #gnav_sp .reserve {
  position: absolute;
  top: 2.3%;
  right: calc(2.7% + 54px + 1%);
}
#gnav.open .open-menu, #gnav_sp .open-menu {
  position: absolute;
  top: 2.7%;
  right: 2.7%;
}
@media screen and (max-width: 1000px) {
  #gnav.open .open-menu, #gnav_sp .open-menu {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#gnav.open .open-menu span, #gnav_sp .open-menu span {
  background-color: #000;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#gnav.open .open-menu span:nth-child(1), #gnav_sp .open-menu span:nth-child(1) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
#gnav.open .open-menu span:nth-child(2), #gnav_sp .open-menu span:nth-child(2) {
  display: none;
}
#gnav.open .open-menu span:nth-child(3), #gnav_sp .open-menu span:nth-child(3) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#gnav.open .open-menu::after, #gnav_sp .open-menu::after {
  content: "";
}

#gnav_sp {
  position: fixed;
  z-index: 999;
  display: block;
  padding-top: 20vw;
}
#gnav_sp li {
  margin-right: 0;
  margin-left: 33.33vw;
  margin-bottom: 6vw;
}
#gnav_sp li:nth-child(7) {
  padding-top: 5vw;
}
#gnav_sp .sub a {
  font-family: "Lato", "Noto Sans CJK JP", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 4vw;
}
#gnav_sp .sub {
  margin-bottom: 4vw;
}

#open_menu_sp.open {
  position: fixed;
  right: 0;
  bottom: 0;
}
#open_menu_sp.open span {
  background-color: #000;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#open_menu_sp.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
#open_menu_sp.open span:nth-child(2) {
  display: none;
}
#open_menu_sp.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#open_menu_sp.open::after {
  content: "";
}

#open_menu.scroll span {
  background-color: #000;
}
#open_menu.scroll::after {
  color: #000;
}
#trip_ai_container {
  z-index: 10 !important;
}
@media screen and (max-width: 1000px){
#trip_ai_container {
  bottom : 40vw !important;
}
}