@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gilda+Display&display=swap");

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  line-height: 0;
  height: 100%;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 17px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  overflow-x: hidden;
  background: #f3f0eb;
  padding: 132px 0 0 0;
}

@media all and (max-width: 600px) {
  body {
    padding: 122px 0 0 0;
  }
}

body.ja {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17px;
}

img {
  border: none;
  max-width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input,
textarea,
p,
li,
th,
td,
h1,
h2,
h3,
h4,
h5,
dt,
dd {
  text-align: left;
  line-height: 1.618;
  font-size: 17px;
  font-family: "Times New Roman", Times, serif;
}

.ja input,
.ja textarea,
.ja p,
.ja li,
.ja th,
.ja td,
.ja h1,
.ja h2,
.ja h3,
.ja h4,
.ja h5,
.ja dt,
.ja dd {
  font-size: 17px;
}

.jaSans {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif !important;
}

.enSans {
  font-family: "Assistant", "Helvetica Neue", Helvetica, Arial, Verdana,
    sans-serif !important;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.pc {
  display: block !important;
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .pc {
    display: none !important;
  }
}

@media all and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

.tb {
  display: none !important;
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .tb {
    display: block !important;
  }
}

@media all and (max-width: 600px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 600px) {
  .sp {
    display: block !important;
  }
}

.tbsp {
  display: none !important;
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .tbsp {
    display: block !important;
  }
}

@media all and (max-width: 600px) {
  .tbsp {
    display: block !important;
  }
}

.pctb {
  display: block !important;
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .pctb {
    display: block !important;
  }
}

@media all and (max-width: 600px) {
  .pctb {
    display: none !important;
  }
}

.nicescroll-rails-hr {
  display: none !important;
}

.ajax-loader {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.preload {
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #333;
  background-image: url(https://www.transparenttextures.com/patterns/classy-fabric.png);
}

.preload img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 287px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

@media all and (max-width: 600px) {
  .preload img {
    width: 177px;
  }
}

.preload img.loading {
  width: 42px !important;
  margin: -21px 0 0 -21px !important;
}

.preload .progBox {
  width: 100%;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.preload .progBox .progBar {
  width: 0;
  height: 6px;
  background: #a18553;
  position: absolute;
  left: 0;
  bottom: 0;
}

.preload.active {
  height: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.preload.active img {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.preload.under .loading {
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bogo-language-switcher {
  margin: 0;
}

.bogo-language-switcher .current {
  display: none;
}

.bogo-language-switcher li {
  text-align: right;
}

.bogo-language-switcher li a {
  color: #333;
}

.bogo-language-switcher li a:before {
}

@media all and (max-width: 960px) {
  .bogo-language-switcher li a {
    float: none;
    margin: 0 auto;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .head1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 17px 26px 26px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header .head1 .boxL {
  width: 30%;
  display: flex;
  align-items: center;
  align-content: center;
}

header .head1 .boxL .logo {
  margin-right: 17px;
}

header .head1 .boxL .logo a {
  display: block;
  width: 100%;
  max-width: 177px;
}

header .head1 .boxL .logo a img {
  width: 100%;
}

@media all and (max-width: 600px) {
  header .head1 {
    padding: 6px 10px;
  }

  header .head1 .boxL {
    width: auto;
  }

  header .head1 .boxL .logo {
    margin-right: 0px;
  }

  header .head1 .boxL .logo a {
    max-width: 90px;
  }

  header .head1 .boxL .brp {
    display: none !important;
  }
}

header .head1 .boxR .lang {
  position: relative;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #999;
  background: #fff;
}

header .head1 .boxR .lang:before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/common/header_icon01.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

header .head1 .boxR .lang:after {
  display: none;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

header .head1 .boxR .lang select {
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #444;
  padding-bottom: 3px;
  background: #fff;
}

@media all and (max-width: 600px) {
  header .head1 .boxR {
    width: 94px !important;
  }

  header .head1 .boxR .lang select {
    font-size: 13px;
  }
}

header .head1 .boxR .lang span {
  display: block;
  cursor: pointer;
  font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #444;
  padding-bottom: 5px;
  background: #fff;
}

header .head1 .boxR .lang .tool-items {
  display: none;
  position: absolute;
  left: 6px;
  top: 26px;
  z-index: 99999;
  background: #fff;
  border: 1px solid #ccc;
  height: auto;
  padding: 10px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

header .head1 .boxR .lang .tool-items.active {
  display: block;
}

header .head1 .boxR .lang .tool-items a {
  display: block;
  line-height: 1.618;
  font-size: 13px;
  color: #444;
  font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
  width: auto;
  padding: auto !important;
  white-space: nowrap;
  text-align: left;
}

header .head1 .boxR .lang .tool-items a:hover {
  background: none !important;
  text-decoration: underline;
}

header .head1 .boxR {
  width: 30%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

header .head1 .boxR .sNavBtn {
  display: none;
}

header .head1 .boxR .minNav {
  display: flex;
  align-items: center;
  align-content: center;
}

header .head1 .boxR .minNav li {
  font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}

header .head1 .boxR .minNav li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

header .head1 .boxR .minNav li.ico {
  position: relative;
  padding-left: 14px;
}

header .head1 .boxR .minNav li.ico :before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/header_icon02.svg) center center no-repeat;
  background-size: cover;
  margin-top: -5px;
  margin-right: 6px;
}

header .head1 .boxR .minNav li a {
  color: #444;
}

header .head1 .boxR .minNav li a:hover {
  text-decoration: underline;
}

header .head2 {
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media all and (max-width: 600px) {
  header .head2 {
    display: none;
  }
}

header .head2 .bg {
  display: none;
}

header .head2 > ul {
  display: flex;
  justify-content: center;
}

header .head2 > ul > li {
  position: relative;
  font-size: 17px;
  line-height: 1;
  margin: 0 17px;
}

header .head2 > ul > li.machiya {
  position: relative;
  padding-left: 17px;
}

header .head2 > ul > li.machiya:before {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/header_icon09.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

header .head2 > ul > li > a,
header .head2 > ul > li span {
  color: #444;
  cursor: pointer;
  position: relative;
  display: block;
  padding-bottom: 6px;
}

header .head2 > ul > li > a:before,
header .head2 > ul > li span:before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #b7a686;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head2 > ul > li > a:hover:before,
header .head2 > ul > li span:hover:before {
  left: 0;
  width: 100%;
}

header .head2 > ul > li > span {
  padding-right: 17px;
}

header .head2 > ul > li > span:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

header .head2 > ul > li ul {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 23px;
  background: #444;
  padding: 17px;
  -webkit-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

header .head2 > ul > li ul li {
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
  margin-top: 10px;
}

header .head2 > ul > li ul li:nth-child(1) {
  margin-top: 0;
}

header .head2 > ul > li ul li a {
  color: #fff;
}

header .head2 > ul > li ul li a:hover {
  color: #b7a686;
}

header .head2 > ul > li ul li a.blank {
  position: relative;
  display: inline-block;
}

header .head2 > ul > li ul li a.blank:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: url(../images/common/header_icon11.svg) no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
}

header .head2 > ul > li ul li a:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  margin-right: 6px;
}

header .head2 > ul > li ul li em {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  position: relative;
}

header .head2 > ul > li ul li em:after {
  display: inline-block;
  content: "";
  width: 110px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  margin-left: 6px;
}

@media all and (max-width: 600px) {
  header .head2 > ul > li ul li em {
    color: #999;
    text-align: center;
  }

  header .head2 > ul > li ul li em:after {
    display: none;
  }
}

header .head2 > ul > li:hover ul {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s ease-out;
  transition: visibility 0s linear 0s, opacity 0.5s ease-out;
}

header .head2 .rNavBox {
  display: none;
}

header .head2 .address {
  display: none;
}

@media all and (max-width: 600px) {
  header .head2 .address {
    margin-top: 42px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 9999;
  }

  header .head2 .address a {
    display: block;
    width: 100%;
    max-width: 26px;
    margin: 0 16px;
  }
}

header .head2 .lang {
  display: none;
}

@media all and (max-width: 600px) {
  header .head2 .lang {
    display: block;
    position: relative;
    padding: 0 10px 0 17px;
    border-bottom: 1px solid #000;
    max-width: 50px;
    margin: 42px auto 0;
  }

  header .head2 .lang:before {
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/common/header_icon01.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
  }

  header .head2 .lang:after {
    display: none;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }

  header .head2 .lang select {
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 3px;
  }
}

@media all and (max-width: 600px) and (max-width: 600px) {
  header .head2 .lang select {
    font-size: 13px;
  }
}

@media all and (max-width: 600px) {
  header .head2 .lang span {
    display: block;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 5px;
  }

  header .head2 .lang .tool-items {
    display: none;
    position: absolute;
    left: 50%;
    top: 26px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99999;
    border: 1px solid #fff;
    height: auto;
    padding: 10px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }

  header .head2 .lang .tool-items.active {
    display: block;
  }

  header .head2 .lang .tool-items a {
    display: block;
    line-height: 1.618;
    font-size: 13px;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    width: auto;
    padding: auto !important;
    white-space: nowrap;
    text-align: left;
  }

  header .head2 .lang .tool-items a:hover {
    background: none !important;
    text-decoration: underline;
  }
}

header.active .head1 {
  border-bottom: 1px solid #d7d7d7;
  padding: 0 26px;
}

@media all and (max-width: 600px) {
  header.active .head1 {
    padding: 0 10px 0 17px;
  }
}

header.active .head1 .boxL {
  padding: 10px 0;
}

header.active .head1 .boxR .sNavBtn {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  margin-left: 26px;
}

header.active .head1 .boxR .sNavBtn span {
  display: block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background: #333;
  width: 17px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (max-width: 600px) {
  header.active .head1 .boxL {
    margin: 0 auto;
  }

  header.active .head1 .boxR {
    width: auto;
  }
}

header.active .head1 .boxR .sNavBtn span:nth-of-type(1) {
  margin-top: -6px;
}

header.active .head1 .boxR .sNavBtn span:nth-of-type(3) {
  margin-top: 6px;
}

header.active .head1 .boxR .sNavBtn:hover span {
  background: #b7a686;
}

header.active .head1 .boxR .sNavBtn.active {
  z-index: 9999999999999999999;
  position: fixed;
  left: 26px;
  top: 26px;
}

header.active .head1 .boxR .sNavBtn.active span {
  background: #000;
}

header.active .head1 .boxR .sNavBtn.active span:nth-of-type(1) {
  top: 16px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
}

header.active .head1 .boxR .sNavBtn.active span:nth-of-type(2) {
  opacity: 0;
}

header.active .head1 .boxR .sNavBtn.active span:nth-of-type(3) {
  top: 27px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
}

@media all and (max-width: 600px) {
  header.active .head1 .boxR .sNavBtn.active {
    left: 6px;
    top: 10px;
  }

  header.active .head1 .boxR .sNavBtn {
    margin: 0;
  }
}

header.active .head1 .boxR .minNav {
  display: none;
}

header.active .head2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header.active .head2 > ul,
header.active .head2 .rNavBox {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

header.active .head2.active {
  height: 100vh;
  background: #f7f7f7;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.active .head2.active .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block;
  opacity: 0.38;
  -moz-opacity: 0.38;
  filter: alpha(opacity=38);
}

header.active .head2.active > ul {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: 100vh;
  overflow-y: auto;
  align-items: center;
  align-content: center;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
  position: relative;
}

header.active .head2.active > ul > li {
  width: 100%;
  margin: 0;
  font-size: 26px;
  font-family: "Times New Roman", "Noto Serif JP", Times, serif;
  text-align: center;
  padding: 17px 0;
}

header.active .head2.active > ul > li.popNone {
  display: none;
}

header.active .head2.active > ul > li.machiya {
  padding-left: 0;
}

header.active .head2.active > ul > li.machiya:before {
  display: none;
}

header.active .head2.active > ul > li a,
header.active .head2.active > ul > li span {
  padding: 0 !important;
  color: #000;
}

header.active .head2.active > ul > li a:before,
header.active .head2.active > ul > li a:after,
header.active .head2.active > ul > li span:before,
header.active .head2.active > ul > li span:after {
  display: none !important;
}

header.active .head2.active > ul > li a {
  display: block;
  max-width: max-content;
  margin: 0 auto;
}

header.active .head2.active > ul > li a:hover {
  color: #b7a686;
}

header.active .head2.active > ul > li span {
  cursor: auto;
  margin-bottom: 17px;
}

header.active .head2.active > ul > li ul {
  padding: 0;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  position: relative;
  top: 0;
  background: none;
}

header.active .head2.active > ul > li ul li {
  text-align: center;
}

header.active .head2.active > ul > li ul li a {
  color: #000;
}

header.active .head2.active .rNavBox {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: 100vh;
  overflow-y: auto;
  align-items: center;
  align-content: center;
  padding: 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
  position: relative;
}

header.active .head2.active .rNavBox .boxIn {
  width: 100%;
  max-width: 464px;
  margin: 0 auto;
}

header.active .head2.active .rNavBox .boxIn .member {
  margin: 0 auto 17px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

header.active .head2.active .rNavBox .boxIn .member li {
  width: 31%;
}

header.active .head2.active .rNavBox .boxIn .member li a {
  background: #fff;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
  color: #666;
  text-align: center;
  display: block;
  padding: 17px 0;
}

header.active .head2.active .rNavBox .boxIn .member li a:before {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  margin: 0 auto 6px;
  background-size: cover !important;
}

header.active .head2.active .rNavBox .boxIn .member li a:hover {
  box-shadow: inset 0 0 0 2px #ddd;
}

header.active .head2.active .rNavBox .boxIn .member li a span {
  display: inline-block;
  line-height: 2.4;
}

header.active .head2.active .rNavBox .boxIn .member li a span.double {
  line-height: 1.2;
}

header.active .head2.active .rNavBox .boxIn .member li:nth-child(1) a:before {
  background: url(../images/common/header_icon02.svg) center center no-repeat;
}

header.active .head2.active .rNavBox .boxIn .member li:nth-child(2) a:before {
  background: url(../images/common/header_icon03.svg) center center no-repeat;
}

header.active .head2.active .rNavBox .boxIn .member li:nth-child(3) a:before {
  background: url(../images/common/header_icon04.svg) center center no-repeat;
}

header.active .head2.active .rNavBox .boxIn .reserve {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

header.active .head2.active .rNavBox .boxIn .reserve li {
  width: 48%;
}

header.active .head2.active .rNavBox .boxIn .reserve li a {
  background: #fff;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
  color: #968463;
  text-align: center;
  display: block;
  padding: 17px 0;
}

header.active .head2.active .rNavBox .boxIn .reserve li a:before {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  margin: 0 auto 6px;
  background-size: cover !important;
}

header.active .head2.active .rNavBox .boxIn .reserve li a:hover {
  box-shadow: inset 0 0 0 2px #b7a686;
}

header.active .head2.active .rNavBox .boxIn .reserve li:nth-child(1) a:before {
  background: url(../images/common/header_icon05.svg) center center no-repeat;
}

header.active .head2.active .rNavBox .boxIn .reserve li:nth-child(2) a:before {
  background: url(../images/com_logo_mark.png) center center no-repeat;
}

@media all and (max-width: 600px) {
  header.hScroll {
    top: -150px;
  }

  header.active .head2.active {
    overflow-y: auto;
    display: block;
    padding: 68px 0 464px;
  }

  header.active .head2.active > ul,
  header.active .head2.active .rNavBox {
    width: 100%;
    height: auto;
    padding: 0;
  }

  header.active .head2.active > ul .boxIn,
  header.active .head2.active .rNavBox .boxIn {
    max-width: 287px;
    margin-bottom: 26px;
  }

  header.active .head2.active > ul .boxIn .member li a,
  header.active .head2.active > ul .boxIn .reserve li a,
  header.active .head2.active .rNavBox .boxIn .member li a,
  header.active .head2.active .rNavBox .boxIn .reserve li a {
    font-size: 13px;
    padding: 17px 6px 10px 6px;
  }

  header.active .head2.active > ul .boxIn .member li a span,
  header.active .head2.active > ul .boxIn .reserve li a span,
  header.active .head2.active .rNavBox .boxIn .member li a span,
  header.active .head2.active .rNavBox .boxIn .reserve li a span {
    display: block;
    line-height: 2.4;
  }

  header.active .head2.active > ul .boxIn .member li a span.double,
  header.active .head2.active > ul .boxIn .reserve li a span.double,
  header.active .head2.active .rNavBox .boxIn .member li a span.double,
  header.active .head2.active .rNavBox .boxIn .reserve li a span.double {
    line-height: 1.2;
  }
}

header .search-vacancy {
  width: 40%;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-bottom: none;
}

@media all and (max-width: 600px) {
  header .search-vacancy {
    width: calc(100% - 68px);
    top: 42px;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 0;
  }

  header .search-vacancy.toTop {
    top: 0px;
  }
}

header .search-vacancy .close {
  display: none;
  position: fixed;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  background: #333;
  right: 17px;
  top: 20px;
  z-index: 99999;
  padding: 6px 10px;
  font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

header .search-vacancy .close:hover {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

header .search-vacancy .close.active {
  display: block;
}

@media all and (max-width: 600px) {
  header .search-vacancy .close {
    right: auto;
    top: auto;
    left: 50%;
    top: 100px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.26));
    -ms-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.26));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.26));
  }
}

header .search-vacancy .search-vacancy-from {
  overflow: hidden;
  max-width: 5000000px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 17px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.26));
  -ms-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.26));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.26));
  transform: translateZ(0);
}

@media all and (max-width: 600px) {
  header .search-vacancy .search-vacancy-from {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
    padding: 10px;
  }
}

header .search-vacancy .search-vacancy-from .searchInner {
  max-width: 464px;
  margin: 0 auto;
}

header .search-vacancy .search-vacancy-from .searchInner .p-box-select {
  padding: 0;
}

@media all and (max-width: 600px) {
  header .search-vacancy .search-vacancy-from .searchInner .p-box-select {
    align-content: end;
    align-items: end;
  }

  header
    .search-vacancy
    .search-vacancy-from
    .searchInner
    .p-box-select
    .p-box-select-input {
    margin-bottom: 0;
    padding: 0;
  }

  header
    .search-vacancy
    .search-vacancy-from
    .searchInner
    .p-box-select
    .p-box-select-input:nth-child(1) {
    width: calc(55% - 25px);
  }

  header
    .search-vacancy
    .search-vacancy-from
    .searchInner
    .p-box-select
    .p-box-select-input:nth-child(2) {
    width: calc(45% - 25px);
  }

  header
    .search-vacancy
    .search-vacancy-from
    .searchInner
    .p-box-select
    .p-box-select-input
    label
    input {
    font-size: 13px;
  }

  header
    .search-vacancy
    .search-vacancy-from
    .searchInner
    .p-box-select
    .p-box-select-input
    span
    select {
    font-size: 13px;
    padding: 10px;
  }

  header
    .search-vacancy
    .search-vacancy-from
    .searchInner
    .p-box-select
    .p-box-select-input
    span:after {
    display: none;
  }

  header
    .search-vacancy
    .search-vacancy-from
    .searchInner
    .p-box-select
    .p-box-select-btn {
    width: 34px;
  }

  header
    .search-vacancy
    .search-vacancy-from
    .searchInner
    .p-box-select
    .p-box-select-btn
    input {
    background-size: 10px 10px;
    width: 17px;
    height: 17px;
    padding: 17px;
  }
}

header .search-vacancy.fixed {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 999999999999999;
}

@media all and (max-width: 600px) {
  header .search-vacancy.fixed {
    background: #f7f7f7;
  }

  header .search-vacancy.fixed ::-webkit-scrollbar {
    width: 3px;
  }
}

header .search-vacancy.fixed .search-vacancy-from {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media all and (max-width: 600px) {
  header .search-vacancy.fixed .search-vacancy-from {
    border-radius: 6px;
    width: calc(100% - 20px);
    margin-top: 10px;
  }
}

header .search-vacancy.fixed .p-stockCheck {
  max-width: 5000000px;
  border: none;
  height: calc(100vh - 65px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  margin-top: 0;
}

@media all and (max-width: 600px) {
  header .search-vacancy.fixed .p-stockCheck {
    height: calc(100vh - 156px);
    width: calc(100% - 20px);
    margin-top: 68px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.26));
    background: #fff;
    border-radius: 6px;
  }
}

header .search-vacancy.fixed .p-stockCheck #pref-search {
  padding: 10px 0;
  position: relative;
}

header .search-vacancy.fixed .p-stockCheck #pref-search span {
  margin: 0 auto;
}

header .search-vacancy.fixed .p-stockCheck .infoTxt {
  text-align: center;
  line-height: 1;
  font-size: 17px;
  padding: 10px;
  color: #968463;
}

@media all and (max-width: 600px) {
  header .search-vacancy.fixed .p-stockCheck .infoTxt {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
    line-height: 1.2;
    padding: 6px 10px;
  }
}

header
  .search-vacancy.fixed
  .p-stockCheck
  .p-stockCheck-list-wrapper
  > li
  > dl
  > dd
  .brandList
  > li
  > dl
  > dd
  .p-stockCheck-list
  > li
  > dl
  dt
  > span {
  padding: 6px;
}

header
  .search-vacancy.fixed
  .p-stockCheck
  .p-stockCheck-list-wrapper
  > li
  > dl
  > dd
  .brandList
  > li
  > dl
  > dd
  .p-stockCheck-list
  > li
  > dl
  dt
  > span
  > strong {
  font-family: Verdana, Arial, Helvetica, "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.1;
}

header .search-vacancy.fixed .p-stockCheck .p-stockCheck-header {
  top: -6px !important;
}

header .search-vacancy.fixed .p-stockCheck .p-stockCheck-header dl dd ul li {
  top: -28px;
}

header
  .search-vacancy.fixed
  .p-stockCheck
  .p-stockCheck-header
  dl
  dd
  ul
  li:first-child {
  left: 0;
}

header
  .search-vacancy.fixed
  .p-stockCheck
  .p-stockCheck-header
  dl
  dd
  ul
  li:last-child {
  right: 0;
}

footer {
  background: #f7f7f7;
  margin-top: 110px;
}

footer .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 68px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer .box .inBox {
  width: 31%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer .box .inBox dl dt {
  font-size: 21px;
  line-height: 1.2;
}

footer .box .inBox dl dd {
  margin-top: 17px;
}

footer .box .inBox dl dd p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

footer .box .inBox dl dd p a {
  color: #968463;
  text-decoration: underline;
}

footer .box .inBox dl.mainBrand dt {
  list-style: 0;
}

footer .box .inBox dl.mainBrand dt img {
  display: block;
  max-width: 177px;
}

footer .box .inBox dl.mainBrand dd {
  margin-top: 26px;
}

footer .box .inBox dl.mainBrand dd p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

footer .box .inBox dl.mainBrand dd p.ttl {
  font-family: "Times New Roman", Times, serif;
  font-size: 21px;
}

footer .box .inBox dl.mainBrand dd p.caution {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.2;
  color: #666;
}

footer .box .inBox dl.mainBrand dd .address {
  margin-top: 26px;
  display: flex;
  flex-wrap: nowrap;
}

footer .box .inBox dl.mainBrand dd .address li {
  max-width: 26px;
  margin-right: 17px;
}

footer .box .inBox dl.mainBrand dd .address li img {
  display: block;
  width: 100%;
}

footer .box .inBox dl.brandList {
  margin-top: 26px;
}

footer .box .inBox dl.brandList:nth-child(1) {
  margin-top: 0;
}

footer .box .inBox dl.brandList dt {
  line-height: 0;
}

footer .box .inBox dl.brandList dt img {
  height: 17px;
}

footer .box .inBox dl.brandList dd strong {
  margin-top: 10px;
  display: block;
}

footer .box .inBox dl.brandList dd ul {
  padding-left: 2em;
}

footer .box .inBox dl.brandList dd ul li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style: disc;
}

footer .box .inBox dl.brandList dd ul li a {
  color: #444;
}

footer .box .inBox dl.brandList dd ul li a:hover {
  color: #b7a686;
  text-decoration: underline;
}

@media all and (max-width: 900px) {
  footer .box {
    display: block;
    padding: 42px 17px;
  }

  footer .box .inBox {
    margin-top: 42px;
    width: 100%;
  }

  footer .box .inBox:nth-child(1) {
    margin-top: 0;
  }
}

@media all and (max-width: 600px) {
  footer .box .inBox dl dt {
    font-size: 21px;
    text-align: center;
  }

  footer .box .inBox .mainBrand dt img {
    margin: 0 auto;
  }

  footer .box .inBox .mainBrand dd .ttl {
    text-align: center;
  }

  footer .box .inBox .mainBrand dd .address {
    justify-content: center;
  }

  footer .box .inBox .brandList dt {
    line-height: 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    position: relative;
  }

  footer .box .inBox .brandList dt img {
    height: 10px !important;
  }

  footer .box .inBox .brandList dt:after {
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -6px;
    vertical-align: middle;
    content: "";
    cursor: pointer;
    text-indent: -9999em;
    overflow: hidden;
    color: #000;
    z-index: 100;
    line-height: 1;
    width: auto;
    height: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: 0 0 !important;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 6px;
  }

  footer .box .inBox .brandList dd {
    display: none;
  }
}

footer .minNav {
  border-top: 1px solid #ddd;
}

footer .minNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}

footer .minNav ul li {
  max-width: max-content;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

footer .minNav ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer .minNav ul li a {
  color: #444;
}

footer .minNav ul li a:hover {
  color: #b7a686;
  text-decoration: underline;
}

@media all and (max-width: 600px) {
  footer .minNav {
    padding: 26px 17px;
  }

  footer .minNav ul {
    padding: 0 0 0 1em;
  }

  footer .minNav ul li {
    max-width: 100%;
    width: 100%;
    list-style: disc;
  }
}

footer .copy {
  padding: 6px;
  background: #e7e7e7;
}

footer .copy span {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

@media all and (max-width: 600px) {
  footer .copy span {
    font-size: 10px;
  }
}

footer .btt {
  position: fixed;
  right: 10px;
  bottom: -464px;
  z-index: 3;
  height: 50px;
  text-decoration: none;
  transform: rotate(90deg);
  font-size: 12px;
  line-height: 1.5rem;
  color: #666;
  padding: 0 0 0 26px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-top: solid 1px;
}

footer .btt:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}

footer .btt.active {
  bottom: 110px;
}

footer .btt img {
  max-width: 10px;
  position: absolute;
  right: -17px;
  top: 0;
}

@media all and (max-width: 600px) {
  footer .btt {
    right: 6px;
  }

  footer .btt.active {
    bottom: 68px;
  }
}

.mainVisual {
  width: 100%;
  height: 287px;
  position: relative;
  overflow: hidden;
}

.mainVisual:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 30s ease;
  -moz-transition: all 30s ease;
  -ms-transition: all 30s ease;
  -o-transition: all 30s ease;
  transition: all 30s ease;
}

.mainVisual.active:before {
  transform: scale(1.2);
}

.mainVisual:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #3d3f42;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  -o-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.38;
  -moz-opacity: 0.38;
  filter: alpha(opacity=38);
}

.mainVisual h2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 68px;
  line-height: 1;
  color: #fff;
  font-family: "Gilda Display", serif;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

@media all and (max-width: 600px) {
  .mainVisual {
    height: 177px;
  }

  .mainVisual h2 {
    font-size: 42px;
    padding: 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.mainVisual h2 span {
  font-size: 26px;
  display: block;
  line-height: 1;
  font-weight: lighter;
  text-align: center;
  margin-top: 16px;
  letter-spacing: 0.05em;
  font-family: "Times New Roman", Times, serif;
}

@media all and (max-width: 600px) {
  .mainVisual h2 span {
    font-size: 17px;
  }
}

.mainVisual h2.active {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.rooms .mainVisual:before {
  background: url(../images/rooms/main.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 600px) {
  .rooms .mainVisual h2 {
    font-size: 26px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.rooms .mainArea {
  position: relative;
  line-height: 0;
}

.rooms .mainArea img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 464px;
}

.rooms .mainArea:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #3d3f42;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  -o-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.38;
  -moz-opacity: 0.38;
  filter: alpha(opacity=38);
}

.rooms .mainArea h2 {
  position: absolute;
  left: 0;
  bottom: 68px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
  font-family: "Gilda Display", serif;
  z-index: 2;
}

@media all and (max-width: 600px) {
  .rooms .mainArea h2 {
    font-size: 26px;
    padding: 0 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.rooms .container .indexList {
  zoom: 1;
  position: relative;
  padding: 110px 110px 0;
}

.rooms .container .indexList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media all and (max-width: 600px) {
  .rooms .container .indexList {
    padding: 0 42px;
  }
}

.rooms .container .indexList .boxL {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 110px;
  top: 110px;
  width: 287px;
}

.rooms .container .indexList .boxL.scroll {
  position: fixed;
}

.rooms .container .indexList .boxL.btm {
  top: auto;
  bottom: 0;
}

@media all and (max-width: 600px) {
  .rooms .container .indexList .boxL {
    position: relative;
    width: 100%;
    padding-top: 110px;
    left: auto;
    top: auto;
  }
}

.rooms .container .indexList .boxL h2 {
  margin: 26px 0 10px;
  text-align: right;
  font-weight: lighter;
  font-size: 17px;
  color: #666;
}

@media all and (max-width: 600px) {
  .rooms .container .indexList .boxL h2 {
    text-align: center;
    background: #ffffff1a;
    padding: 6px;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.rooms .container .indexList .boxL ul li {
  text-align: right;
}

.rooms .container .indexList .boxL ul li.big {
  font-size: 26px;
}

.rooms .container .indexList .boxL ul li a {
  color: #000;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-right: 10px;
}

.rooms .container .indexList .boxL ul li a:before {
  display: block;
  content: "";
  width: 0px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rooms .container .indexList .boxL ul li a:after {
  display: block;
  content: "-";
  position: absolute;
  right: 0;
  top: 0;
}

.rooms .container .indexList .boxL ul li:hover,
.rooms .container .indexList .boxL ul li.active {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.rooms .container .indexList .boxL ul li:hover a:before,
.rooms .container .indexList .boxL ul li.active a:before {
  width: 100%;
}

@media all and (max-width: 600px) {
  .rooms .container .indexList .boxL ul {
    margin: 0;
    padding: 0;
    border: none;
  }

  .rooms .container .indexList .boxL ul:nth-child(1) li {
    font-size: 26px;
  }

  .rooms .container .indexList .boxL ul li {
    text-align: center;
  }

  .rooms .container .indexList .boxL ul li span:after {
    display: none;
  }

  .rooms .container .indexList .boxL ul li.active {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }

  .rooms .container .indexList .boxL ul li.active a:before {
    width: 100%;
  }
}

.rooms .container .indexList .boxR {
  width: calc(100% - 329px);
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 600px) {
  .rooms .container .indexList .boxR {
    width: 100%;
    float: none;
    height: auto;
    padding: 68px 0 0 0;
  }
}

.rooms .container .indexList .boxR > ul {
  letter-spacing: -0.4em;
  margin-left: -42px;
  text-align: left;
}

@media all and (max-width: 600px) {
  .rooms .container .indexList .boxR > ul {
    margin-left: -26px;
  }
}

.rooms .container .indexList .boxR > ul > li {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
  padding-left: 42px;
  margin-bottom: 42px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .rooms .container .indexList .boxR > ul > li {
    width: 100%;
  }
}

@media all and (max-width: 600px) {
  .rooms .container .indexList .boxR > ul > li {
    width: 100%;
    padding-left: 26px;
    margin-bottom: 26px !important;
  }
}

.rooms .container .indexList .boxR > ul > li a {
  display: block;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.rooms .container .indexList .boxR > ul > li a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #a18553;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-mix-blend-mode: screen;
  -moz-mix-blend-mode: screen;
  -ms-mix-blend-mode: screen;
  -o-mix-blend-mode: screen;
  mix-blend-mode: screen;
}

.rooms .container .indexList .boxR > ul > li a:hover:after {
  opacity: 0.38;
  -moz-opacity: 0.38;
  filter: alpha(opacity=38);
}

.rooms .container .indexList .boxR > ul > li a figure {
  display: block;
  line-height: 0;
  position: relative;
}

.rooms .container .indexList .boxR > ul > li a figure strong {
  display: block;
  line-height: 0;
}

.rooms .container .indexList .boxR > ul > li a figure strong img {
  width: 100%;
  height: 287px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media all and (max-width: 600px) {
  .rooms .container .indexList .boxR > ul > li a figure strong img {
    height: 177px;
  }
}

.rooms .container .indexList .boxR > ul > li a figure ul {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0000008a;
  text-align: left;
  letter-spacing: -0.4em;
  padding: 6px 6px 6px 0;
}

.rooms .container .indexList .boxR > ul > li a figure ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding-left: 6px;
  line-height: 0;
  color: #fff;
}

.rooms .container .indexList .boxR > ul > li a figure ul li img {
  width: 26px;
  display: inline-block;
  vertical-align: top;
}

.rooms .container .indexList .boxR > ul > li a figure ul li em {
  font-style: normal;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 600px) {
  .rooms .container .indexList .boxR > ul > li a figure ul li img {
    width: 16px;
  }

  .rooms .container .indexList .boxR > ul > li a figure ul li em {
    height: 16px;
    line-height: 16px;
  }
}

.rooms .container .indexList .boxR > ul > li a span {
  display: block;
  line-height: 1;
  text-align: center;
  font-family: "Gilda Display", serif;
  margin-top: 16px;
}

@media all and (max-width: 600px) {
  .rooms .container .indexList .boxR > ul > li a span {
    font-size: 17px;
  }
}

.rooms .container .indexList .boxR > ul > li.off {
  display: none !important;
}

.rooms .container .indexList .boxR > ul > li:nth-last-child(1),
.rooms .container .indexList .boxR > ul > li:nth-last-child(2) {
  margin-bottom: 0;
}

.rooms .container .scrollWrap {
  padding: 68px 110px 0 110px;
  position: relative;
}

@media all and (max-width: 600px) {
  .rooms .container .scrollWrap {
    padding: 42px 42px 0 42px;
  }
}

.rooms .container .scrollWrap .scrollSide {
  width: calc(38% - 152px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 110px;
  top: 68px;
}

.rooms .container .scrollWrap .scrollSide.scroll {
  position: fixed;
  top: 110px;
  right: 110px;
  padding: 0;
}

.rooms .container .scrollWrap .scrollSide.btm {
  position: absolute;
  right: 110px;
  bottom: 0;
  top: auto;
}

.rooms .container .scrollWrap .scrollSide .price {
  margin-bottom: 26px;
  width: 100%;
}

.rooms .container .scrollWrap .scrollSide .price span {
  display: block;
  line-height: 1.2;
  text-align: right;
  font-size: 17px;
  margin-bottom: 6px;
}

.rooms .container .scrollWrap .scrollSide .price span em {
  font-size: 10px;
  font-style: normal;
}

.rooms .container .scrollWrap .scrollSide .price strong {
  display: block;
  text-align: right;
  line-height: 1;
  font-size: 42px;
  font-family: "Gilda Display", serif;
  font-weight: normal;
}

.rooms .container .scrollWrap .scrollSide .price strong em {
  font-size: 17px;
  font-style: normal;
}

.rooms .container .scrollWrap .scrollSide .reserveBtn {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: #c1b094;
  background: linear-gradient(45deg, #c1b094 0%, #9c8b6e 100%);
  color: #fff;
  display: block;
  width: 100%;
  padding: 16px 0;
  line-height: 1;
  font-size: 26px;
  font-weight: normal;
  position: relative;
}

.rooms .container .scrollWrap .scrollSide .reserveBtn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.rooms .container .scrollWrap .scrollSide .reserveBtn:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

.rooms .container .scrollWrap .scrollSide .breakfast {
  padding-bottom: 16px;
  margin-top: 26px;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #ffffff1a;
}

.rooms .container .scrollWrap .scrollSide .breakfast figure {
  display: table-cell;
  vertical-align: middle;
  width: 38%;
}

.rooms .container .scrollWrap .scrollSide .breakfast figure a {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.rooms .container .scrollWrap .scrollSide .breakfast figure a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rooms .container .scrollWrap .scrollSide .breakfast figure a:hover img {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.rooms .container .scrollWrap .scrollSide .breakfast p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
  letter-spacing: normal;
}

.rooms .container .scrollWrap .scrollSide .caution {
  margin-top: 16px;
}

.rooms .container .scrollWrap .scrollSide .caution p {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #000;
  letter-spacing: normal;
}

.rooms .container .scrollWrap .scrollSide .caution p:last-child {
  margin-bottom: 0;
}

.rooms .container .scrollWrap .scrollSide .caution p a {
  display: inline-block;
  position: relative;
  color: #a18553;
}

.rooms .container .scrollWrap .scrollSide .caution p a:before {
  display: inline-block;
  content: "-";
  margin-right: 6px;
}

.rooms .container .scrollWrap .scrollSide .caution p a:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #a18553;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rooms .container .scrollWrap .scrollSide .caution p a:hover {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.rooms .container .scrollWrap .scrollSide .caution p a:hover:after {
  width: 100%;
}

.rooms .container .scrollWrap .scrollMain {
  width: 62%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.rooms .container .scrollWrap .scrollMain .firstArea {
  margin-bottom: 68px;
}

.rooms .container .scrollWrap .scrollMain .firstArea .pointList {
  letter-spacing: -0.4em;
  text-align: left;
  padding-bottom: 6px;
}

.rooms .container .scrollWrap .scrollMain .firstArea .pointList li {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
  padding: 6px;
  margin: 0 10px 10px 0;
  background: #333;
  color: #fff;
}

.rooms .container .scrollWrap .scrollMain .firstArea h3 {
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 16px;
  line-height: 1.4;
}

.rooms .container .scrollWrap .scrollMain .firstArea .mainTxt {
  margin-bottom: 26px;
}

.rooms .container .scrollWrap .scrollMain .firstArea .specBox {
  padding: 26px 0 0 0;
  border-top: 1px solid #000;
}

.rooms .container .scrollWrap .scrollMain .firstArea .specBox ul {
  width: 100%;
  letter-spacing: -0.4em;
}

.rooms .container .scrollWrap .scrollMain .firstArea .specBox ul li {
  display: inline-block;
  width: 16.666666666%;
  letter-spacing: normal;
  position: relative;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  font-size: 13px;
}

.rooms .container .scrollWrap .scrollMain .firstArea .specBox ul li:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  content: "";
  width: 0px;
  height: 20px;
  border-left: 1px dotted #000;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  .firstArea
  .specBox
  ul
  li:last-child:after {
  display: none;
}

.rooms .container .scrollWrap .scrollMain .firstArea .specBox ul li img {
  display: block;
  margin: 0 auto 10px;
  width: 42px;
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

@media all and (max-width: 600px) {
  .rooms .container .scrollWrap .scrollMain .firstArea .specBox ul {
    text-align: left;
  }

  .rooms .container .scrollWrap .scrollMain .firstArea .specBox ul li {
    width: 33.333333333%;
    margin-bottom: 16px;
  }
}

.rooms .container .scrollWrap .scrollMain section {
  margin-bottom: 68px;
}

.rooms .container .scrollWrap .scrollMain section:last-child {
  margin-bottom: 0;
}

.rooms .container .scrollWrap .scrollMain section > dl > dt {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 42px;
  font-weight: normal;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd {
  line-height: 0;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > table tr th {
  font-weight: normal;
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > table tr td {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > ul {
  text-align: left;
  letter-spacing: -0.4em;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > ul li {
  display: inline-block;
  width: 25%;
  letter-spacing: normal;
  padding: 16px 0;
  vertical-align: top;
  position: relative;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > ul li:after {
  display: block;
  content: "";
  width: 0;
  height: 16px;
  border-left: 1px dotted #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd
  > ul
  li:nth-child(4n):after {
  display: none;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > ul li figure {
  text-align: center;
  line-height: 0;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > ul li figure img {
  width: 42px;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd
  > ul
  li
  figure
  figcaption {
  display: block;
  line-height: 1;
  text-align: center;
  margin-top: 6px;
  font-size: 13px;
  font-weight: normal;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > ul li span {
  display: block;
  line-height: 1;
  text-align: center;
  margin-top: 6px;
  font-size: 13px;
  font-weight: normal;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > ul.small {
  text-align: center;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd > ul.small li {
  width: auto;
  padding: 16px 16px 0 0;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd
  > ul.small
  li:after {
  display: none !important;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd
  > ul.small
  li
  figure
  img {
  display: inline-block;
  width: 16px;
  vertical-align: middle;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd
  > ul.small
  li
  figure
  figcaption {
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: middle;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd .galleryList {
  margin-left: -1px;
  zoom: 1;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd .galleryList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd .galleryList li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16.66666666%;
  line-height: 0;
  padding: 0 0 1px 1px;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd .galleryList li a {
  display: block;
  line-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd
  .galleryList
  li
  a
  img {
  width: 100%;
  height: 287px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd
  .galleryList
  li
  a:hover
  img {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd
  .galleryList
  li:after {
  display: none !important;
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .rooms .container .scrollWrap .scrollMain section > dl > dd .galleryList li {
    width: 25%;
  }

  .rooms
    .container
    .scrollWrap
    .scrollMain
    section
    > dl
    > dd
    .galleryList
    li
    a {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .rooms
    .container
    .scrollWrap
    .scrollMain
    section
    > dl
    > dd
    .galleryList
    li
    a
    img {
    height: 110px;
  }
}

@media all and (max-width: 600px) {
  .rooms .container .scrollWrap .scrollMain section > dl > dd .galleryList li {
    width: 33.33333333%;
  }

  .rooms
    .container
    .scrollWrap
    .scrollMain
    section
    > dl
    > dd
    .galleryList
    li
    a {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .rooms
    .container
    .scrollWrap
    .scrollMain
    section
    > dl
    > dd
    .galleryList
    li
    a
    img {
    height: 110px;
  }
}

.rooms .container .scrollWrap .scrollMain section > dl > dd.mapCaption {
  margin-top: 16px;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd.amenityBox dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  vertical-align: top;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #000;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd.amenityBox
  dl:last-child {
  margin: 0;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd.amenityBox dl dt {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  width: 200px;
  position: relative;
  padding-left: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd.amenityBox
  dl
  dt:before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100% 100% !important;
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd.amenityBox
  dl.ico1
  dt:before {
  background: url(../images/rooms/ico_amenity01.png) no-repeat;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd.amenityBox
  dl.ico2
  dt:before {
  background: url(../images/rooms/ico_amenity02.png) no-repeat;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd.amenityBox
  dl.ico3
  dt:before {
  background: url(../images/rooms/ico_amenity03.png) no-repeat;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd.amenityBox
  dl.ico4
  dt:before {
  background: url(../images/rooms/ico_amenity04.png) no-repeat;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd.amenityBox
  dl.ico5
  dt:before {
  background: url(../images/rooms/ico_amenity05.png) no-repeat;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  > dl
  > dd.amenityBox
  dl.ico6
  dt:before {
  background: url(../images/rooms/ico_spec01.png) no-repeat;
}

.rooms .container .scrollWrap .scrollMain section > dl > dd.amenityBox dl dd {
  display: table-cell;
  vertical-align: middle;
}

@media all and (max-width: 600px) {
  .rooms .container .scrollWrap .scrollMain section > dl > dd.amenityBox dl {
    display: block;
  }

  .rooms .container .scrollWrap .scrollMain section > dl > dd.amenityBox dl dt {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }

  .rooms .container .scrollWrap .scrollMain section > dl > dd.amenityBox dl dd {
    display: block;
    font-size: 10px;
    font-weight: normal;
  }
}

.rooms .container .scrollWrap .scrollMain section .carouselArea {
  height: 464px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 68px;
}

.rooms .container .scrollWrap .scrollMain section .carouselArea.active {
  overflow: inherit;
}

.rooms .container .scrollWrap .scrollMain section .carouselArea .caList {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.rooms .container .scrollWrap .scrollMain section .carouselArea .caList figure {
  display: block;
  line-height: 0;
  position: relative;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  .carouselArea
  .caList
  figure
  img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 464px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  .carouselArea
  .caList
  figure
  figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  padding: 6px;
  font-size: 17px;
  background: #000000cc;
  color: #fff;
}

.rooms .container .scrollWrap .scrollMain section .carouselArea .slick-dots {
  text-align: center;
  letter-spacing: -0.4em;
  margin-top: 26px;
}

.rooms .container .scrollWrap .scrollMain section .carouselArea .slick-dots li {
  width: 6px;
  height: 6px;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 6px;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  .carouselArea
  .slick-dots
  li
  button {
  display: block;
  width: 100%;
  height: 100%;
  background: #0000003a;
  text-indent: -9999em;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  .carouselArea
  .slick-dots
  li
  button:hover {
  background: #000;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  .carouselArea
  .slick-dots
  li.slick-active
  button {
  background: #000;
}

.rooms .container .scrollWrap .scrollMain section .carouselArea .slick-arrow {
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
  z-index: 9999;
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  .carouselArea
  .slick-arrow:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.38;
  -moz-opacity: 0.38;
  filter: alpha(opacity=38);
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  .carouselArea
  .slick-arrow.slick-prev {
  left: 26px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.rooms
  .container
  .scrollWrap
  .scrollMain
  section
  .carouselArea
  .slick-arrow.slick-next {
  right: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (max-width: 600px) {
  .rooms .container .scrollWrap .scrollMain section .carouselArea {
    height: 177px;
  }

  .rooms
    .container
    .scrollWrap
    .scrollMain
    section
    .carouselArea
    .caList
    figure
    img {
    height: 177px;
  }

  .rooms
    .container
    .scrollWrap
    .scrollMain
    section
    .carouselArea
    .caList
    figure
    figcaption {
    font-size: 10px;
  }
}

.rooms .container .scrollWrap .scrollMain section .galleryList {
  margin-left: -1px;
  zoom: 1;
}

.rooms .container .scrollWrap .scrollMain section .galleryList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.rooms .container .scrollWrap .scrollMain section .galleryList li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16.66666666%;
  line-height: 0;
  padding: 0 0 1px 1px;
}

.rooms .container .scrollWrap .scrollMain section .galleryList li a {
  display: block;
  line-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.rooms .container .scrollWrap .scrollMain section .galleryList li a img {
  width: 100%;
  height: 287px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.rooms .container .scrollWrap .scrollMain section .galleryList li a:hover img {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .rooms .container .scrollWrap .scrollMain section .galleryList li {
    width: 25%;
  }

  .rooms .container .scrollWrap .scrollMain section .galleryList li a {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .rooms .container .scrollWrap .scrollMain section .galleryList li a img {
    height: 110px;
  }
}

@media all and (max-width: 600px) {
  .rooms .container .scrollWrap .scrollMain section .galleryList li {
    width: 33.33333333%;
  }

  .rooms .container .scrollWrap .scrollMain section .galleryList li a {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .rooms .container .scrollWrap .scrollMain section .galleryList li a img {
    height: 110px;
  }
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .rooms .container .scrollWrap {
    display: block;
  }

  .rooms .container .scrollWrap .scrollSide {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    margin-bottom: 68px;
  }

  .rooms .container .scrollWrap .scrollMain {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media all and (max-width: 600px) {
  .rooms .container .scrollWrap {
    display: block;
    margin-bottom: 110px;
  }

  .rooms .container .scrollWrap .scrollSide {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    margin-bottom: 42px;
  }

  .rooms .container .scrollWrap .scrollSide .price {
    margin-bottom: 16px;
  }

  .rooms .container .scrollWrap .scrollSide .price strong {
    font-size: 42px;
  }

  .rooms .container .scrollWrap .scrollSide .price strong em {
    font-size: 17px;
  }

  .rooms .container .scrollWrap .scrollMain {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    padding: 0;
    border: none;
  }

  .rooms .container .scrollWrap .scrollMain section > dl {
    margin-bottom: 42px;
  }

  .rooms .container .scrollWrap .scrollMain section > dl dt {
    margin-bottom: 26px;
  }

  .rooms .container .scrollWrap .scrollMain section > dl dd > ul li {
    width: 33.3333333%;
  }

  .rooms
    .container
    .scrollWrap
    .scrollMain
    section
    > dl
    dd
    > ul
    li:nth-child(3n):after {
    display: none;
  }

  .rooms
    .container
    .scrollWrap
    .scrollMain
    section
    > dl
    dd
    > ul
    li:nth-child(4n):after {
    display: block;
  }

  .rooms .container .scrollWrap .scrollMain section > dl dd > ul li figure img {
    width: 26px;
  }
}

.rooms .container .btmNav {
  display: block;
  text-align: left;
  margin-top: 110px;
  padding: 0 110px;
}

.rooms .container .btmNav ul {
  letter-spacing: -0.4em;
  margin-left: -26px;
  line-height: 0;
}

.rooms .container .btmNav ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  letter-spacing: normal;
  padding: 0 0 16px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.rooms .container .btmNav ul li a {
  display: block;
  line-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rooms .container .btmNav ul li a:hover {
  -webkit-filter: brightness(150%);
  -moz-filter: brightness(150%);
  -ms-filter: brightness(150%);
  -o-filter: brightness(150%);
  filter: brightness(150%);
}

.rooms .container .btmNav ul li a figure {
  line-height: 0;
  width: 100%;
  position: relative;
}

.rooms .container .btmNav ul li a figure > img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.rooms .container .btmNav ul li a figure figcaption {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 17px;
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .rooms .container .btmNav ul li {
    width: 33.333333%;
  }
}

@media all and (max-width: 600px) {
  .rooms .container .btmNav {
    margin-top: 68px;
    padding: 0 42px;
  }

  .rooms .container .btmNav ul li {
    width: 50%;
  }
}

.access .mainVisual:before {
  background: url(../images/access/main.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 600px) {
  .access .mainVisual h2 {
    font-size: 26px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.access.ja .accessArea h1 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.access .accessArea {
  padding: 110px 110px 0 110px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 600px) {
  .access .accessArea {
    padding: 68px 0 0;
    display: block;
  }
}

.access .accessArea .boxL {
  display: table-cell;
  vertical-align: top;
  width: 62%;
}

@media all and (max-width: 600px) {
  .access .accessArea .boxL {
    display: block;
    width: 100%;
  }
}

.access .accessArea .boxL figure {
  display: block;
  line-height: 0;
  margin-bottom: 68px;
}

.access .accessArea .boxL figure img {
  height: 464px;
}

@media all and (max-width: 600px) {
  .access .accessArea .boxL figure {
    margin-bottom: 0;
    width: calc(100% - 42px);
    margin-left: 42px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 42px;
  }

  .access .accessArea .boxL figure img {
    max-width: 5000000px !important;
  }
}

.access .accessArea .boxL .scrollTxt {
  display: none;
}

@media all and (max-width: 600px) {
  .access .accessArea .boxL .scrollTxt {
    line-height: 1;
    display: block;
    padding: 0 42px;
    margin-top: 16px;
    margin-bottom: 68px;
    text-align: center;
  }

  .access .accessArea .boxL .scrollTxt span {
    line-height: 1;
    display: block;
    padding: 6px;
    background: #a18553;
    color: #fff;
  }
}

.access .accessArea .boxL dl {
  width: max-content;
  margin: 0 auto;
}

@media all and (max-width: 600px) {
  .access .accessArea .boxL dl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 42px;
    width: 100%;
  }
}

.access .accessArea .boxL dl dt {
  font-size: 26px;
  margin-bottom: 26px;
  letter-spacing: 0.05em;
}

.access .accessArea .boxL dl dd table tr th {
  font-weight: normal;
  width: 177px;
  vertical-align: top;
  letter-spacing: 0.05em;
}

@media all and (max-width: 600px) {
  .access .accessArea .boxL dl dd table tr th {
    width: auto;
    white-space: nowrap;
    padding-right: 16px;
  }
}

.access .accessArea .boxL dl dd table tr td {
  letter-spacing: 0.05em;
}

.access .accessArea .boxL dl dd table tr td a {
  color: #000;
  text-decoration: underline;
}

.access .accessArea .boxL dl dd table tr td a i {
  position: relative;
  top: 4px;
  margin-right: 6px;
}

.access .accessArea .boxR {
  display: table-cell;
  vertical-align: top;
  width: 38%;
  padding-left: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
}

@media all and (max-width: 600px) {
  .access .accessArea .boxR {
    display: block;
    width: 100%;
    padding: 42px 42px 0 42px;
  }
}

.access .accessArea .boxR img {
  display: block;
  margin-bottom: 26px;
}

.neighborhood footer {
  margin-top: 0 !important;
}

.neighborhood .mainVisual:before {
  background: url(../images/neighborhood/main.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 600px) {
  .neighborhood .mainVisual:before {
    background: url(../images/neighborhood/main_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

@media all and (max-width: 600px) {
  .neighborhood .mainVisual h2 {
    font-size: 26px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.neighborhood .neighborhoodArea {
  position: relative;
  padding: 110px 0 0 0;
}

.neighborhood .neighborhoodArea .txtArea {
  max-width: 1216px;
  margin: 0 auto 110px;
}

.neighborhood .neighborhoodArea .txtArea h3 {
  text-align: center;
  font-family: "Gilda Display", serif;
  font-size: 42px;
  font-weight: lighter;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 600px) {
  .neighborhood .neighborhoodArea .txtArea h3 {
    font-size: 26px;
    padding: 0 42px;
  }
}

.neighborhood .neighborhoodArea .txtArea h3 span {
  font-size: 17px;
}

.neighborhood .neighborhoodArea .txtArea .mainTxt {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 68px;
}

.neighborhood .neighborhoodArea .txtArea .mainTxt a {
  color: #fff;
  text-decoration: underline;
}

.neighborhood .neighborhoodArea .txtArea .mainTxt a i {
  position: relative;
  top: 6px;
  margin-right: 6px;
}

@media all and (max-width: 600px) {
  .neighborhood .neighborhoodArea .txtArea .mainTxt {
    padding: 0 42px;
  }
}

.neighborhood .neighborhoodArea .txtArea .box {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 68px 0;
  margin-bottom: 68px;
}

.neighborhood .neighborhoodArea .txtArea .box figure {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.neighborhood .neighborhoodArea .txtArea .box figure figcaption {
  display: block;
  text-align: left;
  line-height: 1;
  font-size: 10px;
  margin-top: 6px;
}

.neighborhood .neighborhoodArea .txtArea .box dl {
  display: table-cell;
  vertical-align: middle;
}

.neighborhood .neighborhoodArea .txtArea .box dl dt {
  font-size: 26px;
  margin-bottom: 26px;
}

@media all and (max-width: 600px) {
  .neighborhood .neighborhoodArea .txtArea .box {
    display: block;
    padding: 0 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 0;
  }

  .neighborhood .neighborhoodArea .txtArea .box figure {
    display: block;
    margin-bottom: 16px;
  }

  .neighborhood .neighborhoodArea .txtArea .box figure figcaption {
    text-align: right;
  }

  .neighborhood .neighborhoodArea .txtArea .box dl {
    display: block;
  }
}

.neighborhood .neighborhoodArea .txtArea .map {
  display: block;
  margin-top: 68px;
}

.neighborhood .neighborhoodArea .txtArea .map figcaption {
  display: block;
  text-align: right;
  line-height: 1;
  font-size: 10px;
  margin-top: 6px;
}

.neighborhood .neighborhoodArea .carouselArea {
  height: 464px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.neighborhood .neighborhoodArea .carouselArea.active {
  overflow: inherit;
}

.neighborhood .neighborhoodArea .carouselArea .caList {
  padding: 0 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.neighborhood .neighborhoodArea .carouselArea .caList figure {
  display: block;
  line-height: 0;
  position: relative;
}

.neighborhood .neighborhoodArea .carouselArea .caList figure img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 464px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.neighborhood .neighborhoodArea .carouselArea .caList figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  padding: 6px;
  font-size: 10px;
  background: #0000008a;
}

.neighborhood .neighborhoodArea .carouselArea .slick-dots {
  text-align: center;
  letter-spacing: -0.4em;
  margin-top: 26px;
}

.neighborhood .neighborhoodArea .carouselArea .slick-dots li {
  width: 6px;
  height: 6px;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 6px;
}

.neighborhood .neighborhoodArea .carouselArea .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-indent: -9999em;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.neighborhood .neighborhoodArea .carouselArea .slick-dots li button:hover {
  background: #ccc;
}

.neighborhood
  .neighborhoodArea
  .carouselArea
  .slick-dots
  li.slick-active
  button {
  background: #ccc;
}

.neighborhood .neighborhoodArea .carouselArea .slick-arrow {
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  content: "";
  width: 68px;
  height: 68px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.neighborhood .neighborhoodArea .carouselArea .slick-arrow:hover {
  opacity: 0.38;
  -moz-opacity: 0.38;
  filter: alpha(opacity=38);
}

.neighborhood .neighborhoodArea .carouselArea .slick-arrow.slick-prev {
  left: 110px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.neighborhood .neighborhoodArea .carouselArea .slick-arrow.slick-next {
  right: 110px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (max-width: 600px) {
  .neighborhood .neighborhoodArea {
    padding: 68px 0 0 0;
  }

  .neighborhood .neighborhoodArea .carouselArea {
    height: 177px;
  }

  .neighborhood .neighborhoodArea .carouselArea .caList figure img {
    height: 177px;
  }

  .neighborhood .neighborhoodArea .carouselArea .caList figure figcaption {
    font-size: 10px;
  }

  .neighborhood .neighborhoodArea .carouselArea .slick-arrow {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }

  .neighborhood .neighborhoodArea .carouselArea .slick-arrow.slick-prev {
    left: 26px;
  }

  .neighborhood .neighborhoodArea .carouselArea .slick-arrow.slick-next {
    right: 26px;
  }
}

.about .mainVisual:before {
  background: url(../images/about/main.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 600px) {
  .about .mainVisual:before {
    background-size: cover;
  }
}

.about .aboutArea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.about .aboutArea .sec1 {
  height: 752px;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec1 {
    height: auto;
  }
}

.about .aboutArea .sec1 .carouselArea {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 752px;
  z-index: 0;
}

.about .aboutArea .sec1 .carouselArea img {
  display: block;
  opacity: 0.38;
  -moz-opacity: 0.38;
  filter: alpha(opacity=38);
  width: 100%;
  height: 752px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: center center;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec1 .carouselArea {
    height: 1216px;
  }

  .about .aboutArea .sec1 .carouselArea img {
    height: 1216px;
  }
}

.about .aboutArea .sec1 .textArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec1 .textArea {
    padding-top: 68px;
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding-bottom: 68px;
  }
}

.about .aboutArea .sec1 .textArea h3 {
  text-align: center;
  font-family: "Gilda Display", serif;
  font-size: 42px;
  font-weight: lighter;
  margin-bottom: 26px;
  line-height: 1.618;
  color: #fff;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec1 .textArea h3 {
    padding: 0 42px;
    font-size: 26px;
  }
}

.about .aboutArea .sec1 .textArea .mainTxt {
  text-align: center;
  margin-bottom: 26px;
  color: #fff;
}

.about .aboutArea .sec1 .textArea .mainTxt:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec1 .textArea .mainTxt {
    padding: 0 42px;
  }
}

.about .aboutArea .sec2 .box {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 68px 0;
  margin-top: 110px;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec2 .box {
    display: block;
    margin: 0 auto 0;
  }
}

.about .aboutArea .sec2 .box dl {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  width: 33.333333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec2 .box dl {
    display: block;
    width: 100%;
    padding: 68px 42px 0;
  }
}

.about .aboutArea .sec2 .box dl dt {
  max-width: 464px;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 26px;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec2 .box dl dt {
    font-size: 17px;
    margin-bottom: 16px;
  }
}

.about .aboutArea .sec2 .box dl dt figure {
  display: block;
  position: relative;
  line-height: 0;
  margin: 0 auto 42px;
  max-width: 287px;
}

.about .aboutArea .sec2 .box dl dt figure .slick-track:before,
.about .aboutArea .sec2 .box dl dt figure .slick-track:after {
  display: none !important;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec2 .box dl dt figure {
    max-width: 177px;
    margin: 0 auto 26px;
  }
}

.about .aboutArea .sec2 .box dl dt figure img {
  position: relative;
  z-index: 1;
}

.about .aboutArea .sec2 .box dl dd {
  text-align: left;
  max-width: 464px;
  margin: 0 auto;
}

.about .aboutArea .sec2 .txtBox {
  max-width: 1216px;
  margin: 110px auto;
  text-align: center;
  font-size: 17px;
  background: #ffffff1a;
  padding: 26px 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec2 .txtBox {
    margin: 68px auto;
  }
}

.about .aboutArea .sec2 .subTxt {
  margin: 110px auto 0;
  text-align: center;
}

@media all and (max-width: 600px) {
  .about .aboutArea .sec2 .subTxt {
    padding: 0 26px;
  }
}

.faq .mainVisual:before {
  background: url(../images/faq/main.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 600px) {
  .faq .mainVisual:before {
    background-size: cover;
  }
}

@media all and (max-width: 600px) {
  .faq .mainVisual h2 {
    font-size: 26px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.faq.ja .faqArea h1 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.faq .faqArea {
  max-width: 752px;
  margin: 68px auto 0;
}

.faq .faqArea h1 {
  font-size: 42px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 68px;
}

.faq .faqArea nav {
  margin-bottom: 68px;
}

.faq .faqArea nav ul {
  text-align: left;
  margin-left: -16px;
  letter-spacing: -0.4em;
}

.faq .faqArea nav ul li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 0 0 16px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.faq .faqArea nav ul li a {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  display: block;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 42px 10px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
}

.faq .faqArea nav ul li a:hover {
  background: #a18553;
}

.faq .faqArea nav ul li a:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}

.faq .faqArea .box {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.faq .faqArea .box .boxL {
  display: table-cell;
  vertical-align: top;
  width: 62%;
  padding-right: 68px;
}

.faq .faqArea .box .boxR {
  display: table-cell;
  vertical-align: top;
  width: 38%;
}

.faq .faqArea .box .boxR dl {
  margin-bottom: 42px;
}

.faq .faqArea .box .boxR dl:last-child {
  margin-bottom: 0;
}

.faq .faqArea .box .boxR dl dt {
  font-size: 26px;
  margin-bottom: 26px;
  letter-spacing: 0.05em;
}

.faq .faqArea .box .boxR dl dd table {
  width: 100%;
}

.faq .faqArea .box .boxR dl dd table tr th {
  font-weight: normal;
  width: 38%;
  vertical-align: top;
  letter-spacing: 0.05em;
}

.faq .faqArea .box .boxR dl dd table tr td {
  letter-spacing: 0.05em;
}

.faq .faqArea .box .boxR dl dd table tr td a {
  color: #fff;
  text-decoration: underline;
}

.faq .faqArea section {
  margin-bottom: 42px;
}

.faq .faqArea section:last-child {
  margin: 0;
}

.faq .faqArea section h2 {
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 26px;
}

.faq .faqArea section dl {
  margin-bottom: 16px;
  text-align: left;
}

.faq .faqArea section dl:last-child {
  margin-bottom: 0;
}

.faq .faqArea section dl dt {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 26px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq .faqArea section dl dt:before {
  display: block;
  content: "Q.";
  color: #a18553;
  position: absolute;
  left: 0;
  top: 0;
}

.faq .faqArea section dl dt:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 10px;
  position: relative;
  top: -4px;
}

.faq .faqArea section dl dt:hover {
  color: #a18553;
  text-decoration: underline;
}

.faq .faqArea section dl dt:hover:after {
  border-top: 1px solid #a18553;
  border-right: 1px solid #a18553;
}

.faq .faqArea section dl dt.on {
  color: #a18553;
  text-decoration: underline;
}

.faq .faqArea section dl dt.on:after {
  border-top: 1px solid #a18553;
  border-right: 1px solid #a18553;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.faq .faqArea section dl dd {
  padding-left: 26px;
  display: none;
}

.faq .faqArea section dl dd a {
  display: inline-block;
  line-height: 1;
  color: #a18553;
  text-decoration: underline;
}

.faq .faqArea section dl dd a:before {
  display: inline-block;
  content: "-";
  margin-right: 6px;
}

.faq .faqArea section dl dd a:hover {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.faq .faqArea section dl dd table {
  border-collapse: separate;
  border-spacing: 1px;
  background: #000;
  margin: 6px 0;
}

.faq .faqArea section dl dd table tr th {
  background: #eee;
  font-weight: normal;
  padding: 6px;
  color: #000;
}

.faq .faqArea section dl dd table tr td {
  background: #fff;
  padding: 6px;
  text-align: right;
  color: #000;
}

@media all and (min-width: 600px) and (max-width: 961px) {
  .faq .faqArea nav ul li {
    width: 100%;
    display: block;
    margin: 0 0 26px 0;
  }

  .faq .faqArea nav ul li:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 600px) {
  .faq .faqArea {
    padding: 0 26px;
  }

  .faq .faqArea .box {
    display: block;
  }

  .faq .faqArea .box .boxL {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 42px;
  }

  .faq .faqArea .box .boxR {
    display: block;
    width: 100%;
    padding: 0;
  }

  .faq .faqArea nav ul li {
    width: 100%;
    display: block;
    margin: 0 0 26px 0;
  }

  .faq .faqArea nav ul li:last-child {
    margin-bottom: 0;
  }
}

.contact .mainVisual:before {
  background: #434343;
  background-size: cover;
}

.contact.ja .contactArea h2 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contact.ja .contactArea h3 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contact .contactArea {
  padding: 110px 68px 0 68px;
}

.contact .contactArea h2 {
  font-size: 68px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 68px;
  text-align: center;
}

.contact .contactArea h3 {
  font-size: 42px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 42px;
}

.contact .contactArea .wpcf7-response-output {
  color: #000;
  line-height: 1.618;
}

.contact .contactArea .thxTxt p a {
  display: inline-block;
  line-height: 1;
  color: #fff;
}

.contact .contactArea .thxTxt p a:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact .contactArea .thxTxt p a:hover {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.contact .contactArea .thxTxt p a:hover:after {
  width: 100%;
}

.contact .contactArea .thxTxt .btn {
  text-align: left;
}

.contact .contactArea .thxTxt .btn a {
  display: inline-block;
  margin-top: 16px;
  color: #a18553;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact .contactArea .thxTxt .btn a:before {
  display: inline-block;
  content: "-";
  margin-right: 6px;
}

.contact .contactArea .thxTxt .btn a:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #a18553;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact .contactArea .thxTxt .btn a:hover {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.contact .contactArea .thxTxt .btn a:hover:after {
  width: 100%;
}

.contact .contactArea dl {
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  margin-bottom: 26px;
}

.contact .contactArea dl dt {
  line-height: 1;
  margin-bottom: 16px;
}

.contact .contactArea dl dt em {
  font-style: normal;
  color: #a18553;
}

.contact .contactArea dl dd input[type="text"],
.contact .contactArea dl dd input[type="email"] {
  padding: 10px;
  font-weight: normal;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  border: none;
}

.contact .contactArea dl dd textarea {
  display: block;
  padding: 10px;
  resize: vertical;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  border: none;
}

.contact .contactArea dl dd .pulldown {
  width: 100%;
  position: relative;
}

.contact .contactArea dl dd .pulldown .wpcf7-form-control-wrap {
  display: inline-block;
  margin-right: 10px;
  width: 62% !important;
}

.contact .contactArea dl dd .pulldown .wpcf7-form-control-wrap select {
  font-size: 17px;
  width: 100%;
  padding-right: 1em;
  line-height: 1.4;
  font-weight: normal;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 16px 42px 16px 16px;
  color: #000;
  background: #ffffff;
  border-radius: 0;
  position: relative;
}

.contact
  .contactArea
  dl
  dd
  .pulldown
  .wpcf7-form-control-wrap
  select:-ms-expand {
  display: none;
}

.contact .contactArea dl dd .pulldown .wpcf7-form-control-wrap:before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
  margin-top: -3px;
  z-index: 9999;
}

.contact .contactArea .send {
  width: 177px;
  margin: 0 auto;
}

.contact .contactArea .send input {
  background: #c1b094;
  background: linear-gradient(45deg, #c1b094 0%, #9c8b6e 100%);
  color: #fff;
  display: block;
  width: 100%;
  padding: 16px 0;
  line-height: 1;
  font-size: 17px;
  font-weight: normal;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact .contactArea .send input:hover {
  filter: brightness(150%);
}

@media all and (max-width: 600px) {
  .contact .contactArea {
    padding: 177px 42px 0 42px;
  }

  .contact .contactArea h2 {
    font-size: 42px;
  }
}

.reservation .mainVisual:before,
.offers-thx .mainVisual:before {
  background: #434343;
  background-size: cover;
}

.reservation .reservationArea,
.offers-thx .reservationArea {
  padding: 110px 110px 0 110px;
}

.reservation .reservationArea h2,
.offers-thx .reservationArea h2 {
  font-size: 68px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 68px;
  text-align: center;
}

.reservation .reservationArea h3,
.offers-thx .reservationArea h3 {
  font-size: 42px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 42px;
  text-align: center;
}

.reservation .reservationArea .mainTxt,
.offers-thx .reservationArea .mainTxt {
  text-align: center;
  margin-bottom: 42px;
}

.reservation .reservationArea .caution2,
.offers-thx .reservationArea .caution2 {
  clear: both;
  font-weight: normal;
  font-size: 10px;
  margin: 0 0 42px 0;
}

.reservation .reservationArea .caution,
.offers-thx .reservationArea .caution {
  clear: both;
  font-weight: normal;
  font-size: 10px;
}

.reservation .reservationArea .thxTxt p,
.offers-thx .reservationArea .thxTxt p {
  text-align: center;
}

.reservation .reservationArea .thxTxt p a,
.offers-thx .reservationArea .thxTxt p a {
  display: inline-block;
  line-height: 1;
  color: #000;
}

.reservation .reservationArea .thxTxt p a:after,
.offers-thx .reservationArea .thxTxt p a:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reservation .reservationArea .thxTxt p a:hover,
.offers-thx .reservationArea .thxTxt p a:hover {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.reservation .reservationArea .thxTxt p a:hover:after,
.offers-thx .reservationArea .thxTxt p a:hover:after {
  width: 100%;
}

.reservation .reservationArea .thxTxt .btn,
.offers-thx .reservationArea .thxTxt .btn {
  text-align: center;
}

.reservation .reservationArea .thxTxt .btn a,
.offers-thx .reservationArea .thxTxt .btn a {
  display: inline-block;
  margin-top: 16px;
  color: #a18553;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reservation .reservationArea .thxTxt .btn a:before,
.offers-thx .reservationArea .thxTxt .btn a:before {
  display: inline-block;
  content: "-";
  margin-right: 6px;
}

.reservation .reservationArea .thxTxt .btn a:after,
.offers-thx .reservationArea .thxTxt .btn a:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #a18553;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reservation .reservationArea .thxTxt .btn a:hover,
.offers-thx .reservationArea .thxTxt .btn a:hover {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.reservation .reservationArea .thxTxt .btn a:hover:after,
.offers-thx .reservationArea .thxTxt .btn a:hover:after {
  width: 100%;
}

@media all and (max-width: 600px) {
  .reservation .reservationArea,
  .offers-thx .reservationArea {
    padding: 42px;
  }

  .reservation .reservationArea h2,
  .offers-thx .reservationArea h2 {
    font-size: 42px;
  }
}

.terms-and-conditions .mainVisual:before {
  background: #434343;
  background-size: cover;
}

.terms-and-conditions .tcArea {
  padding: 110px 68px 0;
}

.terms-and-conditions .tcArea h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 68px;
  text-align: center;
}

.terms-and-conditions .tcArea h2.min {
  font-size: 42px;
}

@media all and (max-width: 600px) {
  .terms-and-conditions .tcArea h2.min {
    font-size: 26px;
  }
}

.terms-and-conditions .tcArea h3 {
  font-size: 17px;
  border-bottom: 1px solid #000;
  font-weight: normal;
  margin: 42px 0 16px 0;
}

.terms-and-conditions .tcArea h3:nth-child(1) {
  margin-top: 0;
}

.terms-and-conditions .tcArea p {
  margin-bottom: 1em;
}

.terms-and-conditions .tcArea ol {
  margin-bottom: 1em;
  padding-left: 1em;
}

.terms-and-conditions .tcArea ol li {
  list-style-type: decimal;
}

.terms-and-conditions .tcArea ul {
  margin-bottom: 1em;
  padding-left: 1em;
}

.terms-and-conditions .tcArea ul li {
  list-style-type: disc;
}

.terms-and-conditions .tcArea table {
  margin-bottom: 26px;
  background: #000;
  border-collapse: separate;
  border-spacing: 1px;
}

.terms-and-conditions .tcArea table tr th {
  background: #fff;
  font-weight: normal;
  padding: 6px;
  text-align: center;
  font-size: 17px;
}

.terms-and-conditions .tcArea table tr td {
  background: #fff;
  padding: 6px;
  text-align: center;
  font-size: 17px;
}

.terms-and-conditions .btn a {
  display: block;
  margin: 42px auto 0;
  font-size: 13px;
  width: max-content;
  background: #9c8b6e;
  padding: 10px;
  line-height: 1;
  color: #fff;
}

.privacy-policy .mainVisual:before {
  background: #434343;
  background-size: cover;
}

.privacy-policy.ja .ppArea h2 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.privacy-policy .ppArea {
  padding: 110px 68px 0 68px;
}

.privacy-policy .ppArea h3 {
  font-size: 26px;
  font-weight: normal;
  margin: 42px 0 26px;
}

.privacy-policy .ppArea p {
  margin-bottom: 1em;
}

.privacy-policy .ppArea p a {
  color: #000;
}

.privacy-policy .ppArea ol {
  margin-bottom: 1em;
  padding-left: 1em;
}

.privacy-policy .ppArea ol li {
  list-style-type: decimal;
}

.privacy-policy .ppArea ul {
  margin-bottom: 1em;
  padding-left: 1em;
}

.privacy-policy .ppArea ul li {
  list-style-type: disc;
}

.privacy-policy .ppArea table {
  margin-bottom: 26px;
  background: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
}

.privacy-policy .ppArea table tr th {
  background: #eee;
  font-weight: normal;
  padding: 6px;
  text-align: center;
  font-size: 17px;
}

.privacy-policy .ppArea table tr td {
  background: #fff;
  padding: 6px;
  text-align: center;
  font-size: 17px;
}

@media all and (max-width: 600px) {
  .privacy-policy .ppArea {
    padding: 177px 42px 0 42px;
  }

  .privacy-policy .ppArea h2 {
    font-size: 42px;
  }
}

.sct .mainVisual:before {
  background: #434343;
  background-size: cover;
}

.sct.ja .sctArea h2 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sct .sctArea {
  padding: 110px 68px 0 68px;
}

.sct .sctArea h3 {
  font-size: 26px;
  font-weight: normal;
  margin: 42px 0 26px;
}

.sct .sctArea p {
  margin-bottom: 1em;
  padding-left: 1em;
}

.sct .sctArea p a {
  color: #000;
}

@media all and (max-width: 600px) {
  .sct .sctArea {
    padding: 177px 42px 0 42px;
  }

  .sct .sctArea h2 {
    font-size: 26px;
  }
}

.stay footer {
  margin-top: 0 !important;
}

.stay .mainVisual:before {
  background: url(../images/stay/main.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 600px) {
  .stay .mainVisual h2 {
    font-size: 26px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.stay.breakfast .mainVisual:before {
  background: url(../images/stay/breakfast/main.jpg) center center no-repeat;
  background-size: cover;
}

.stay .stayArea {
  position: relative;
  background: #000;
}

.stay .stayArea section {
  width: 100%;
  display: table;
  table-layout: fixed;
  min-height: 100vh;
  position: relative;
}

.stay .stayArea section figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
}

.stay .stayArea section figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.38;
  -moz-opacity: 0.38;
  filter: alpha(opacity=38);
}

.stay .stayArea section figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  line-height: 1;
  font-size: 10px;
  padding: 6px;
}

.stay .stayArea section dl {
  width: 50%;
  vertical-align: middle;
  display: table-cell;
  padding: 68px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 600px) {
  .stay .stayArea section dl {
    width: 100%;
  }
}

.stay .stayArea section dl dt {
  text-align: center;
  line-height: 1;
  font-size: 42px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Gilda Display", serif;
}

.stay .stayArea section dl dt span {
  display: block;
  font-size: 26px;
  margin-top: 16px;
}

@media all and (max-width: 600px) {
  .stay .stayArea section dl dt {
    font-size: 26px;
  }

  .stay .stayArea section dl dt span {
    font-size: 17px;
  }
}

.stay .stayArea section dl dd {
  position: relative;
  z-index: 2;
  padding: 26px 0 0 0;
  text-align: center;
  font-size: 17px;
  color: #fff;
}

.stay .stayArea section dl dd .caution {
  display: block;
}

.stay .stayArea section dl dd .btn {
  display: block;
  width: max-content;
  padding: 10px 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #fff;
}

.stay .stayArea section dl dd .btn:after {
  display: inline-block;
  content: "›";
  margin-left: 10px;
}

.stay .stayArea section dl dd .btn:hover {
  background: #fff;
  color: #000;
}

.stay .stayAmenityArea {
  padding: 110px 0 0;
}

@media all and (max-width: 600px) {
  .stay .stayAmenityArea {
    padding: 68px 42px;
  }
}

.stay .stayAmenityArea h3 {
  text-align: center;
  font-weight: normal;
  font-size: 42px;
  margin-bottom: 26px;
}

@media all and (max-width: 600px) {
  .stay .stayAmenityArea h3 {
    font-size: 26px;
  }
}

.stay .stayAmenityArea .mainTxt {
  text-align: center;
  margin-bottom: 68px;
}

@media all and (max-width: 600px) {
  .stay .stayAmenityArea .mainTxt {
    margin-bottom: 0;
  }
}

.stay .stayAmenityArea .box {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 100vh;
}

.stay .stayAmenityArea .box figure {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  position: relative;
}

.stay .stayAmenityArea .box figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.stay .stayAmenityArea .box figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  line-height: 1;
  font-size: 10px;
  padding: 6px;
}

.stay .stayAmenityArea .box .txt {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  line-height: 1.618;
  padding: 68px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 600px) {
  .stay .stayAmenityArea .box {
    display: block;
    min-height: auto;
    margin-top: 68px;
  }

  .stay .stayAmenityArea .box figure {
    display: none;
  }

  .stay .stayAmenityArea .box .txt {
    display: block;
    width: 100%;
    padding: 0;
  }

  .stay .stayAmenityArea .box .txt img {
    max-width: 287px;
    margin: 0 auto 26px;
  }
}

.stay .stayBreakfastArea {
  padding: 110px 0;
  max-width: 752px;
  margin: 0 auto;
}

@media all and (max-width: 600px) {
  .stay .stayBreakfastArea {
    padding: 68px 42px;
  }
}

.stay .stayBreakfastArea h3 {
  text-align: center;
  font-weight: normal;
  font-size: 42px;
  margin-bottom: 26px;
  line-height: 1.4;
}

@media all and (max-width: 600px) {
  .stay .stayBreakfastArea h3 {
    font-size: 26px;
  }
}

.stay .stayBreakfastArea .mainTxt {
  text-align: center;
  margin-bottom: 68px;
}

.stay .stayBreakfastArea .box {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
}

.stay .stayBreakfastArea .box .boxIn {
  display: table-cell;
  vertical-align: top;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  -o-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.stay .stayBreakfastArea .box figure {
  display: block;
  line-height: 0;
  position: relative;
}

.stay .stayBreakfastArea .box figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  line-height: 1;
  font-size: 10px;
  padding: 6px;
}

.stay .stayBreakfastArea .box dl {
  padding: 26px;
}

.stay .stayBreakfastArea .box dl dt {
  text-align: center;
  font-size: 26px;
  line-height: 1;
}

.stay .stayBreakfastArea .box dl dd {
  margin-top: 16px;
  text-align: center;
}

.stay .stayBreakfastArea .box dl dd span {
  font-size: 10px;
}

.stay .stayBreakfastArea .bentoForm {
  max-width: 752px;
  margin: 110px auto 0;
}

.stay .stayBreakfastArea .bentoForm h4 {
  font-family: "Gilda Display", serif;
  text-align: center;
  font-size: 42px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 42px;
}

.stay .stayBreakfastArea .bentoForm .caption {
  clear: both;
  display: block;
  font-size: 10px;
  padding-top: 6px;
}

.stay .stayBreakfastArea .bentoForm dl.typeA,
.stay .stayBreakfastArea .bentoForm dl.typeB {
  display: none;
}

.stay .stayBreakfastArea .bentoForm dl.active {
  display: block;
}

.stay .stayBreakfastArea .bentoForm dl dt {
  margin-top: 26px;
}

.stay .stayBreakfastArea .bentoForm dl dt em {
  font-style: normal;
  color: #ff0000;
}

.stay .stayBreakfastArea .bentoForm dl dd input[type="text"],
.stay .stayBreakfastArea .bentoForm dl dd input[type="email"] {
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 10px;
  display: block;
  border: none;
  font-size: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.stay .stayBreakfastArea .bentoForm dl dd textarea {
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  padding: 10px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  height: 177px;
  resize: vertical;
  display: block;
  margin-top: 6px;
}

.stay .stayBreakfastArea .bentoForm dl dd .pullDown {
  width: 100%;
  position: relative;
}

.stay .stayBreakfastArea .bentoForm dl dd .pullDown select {
  font-size: 17px;
  width: 100%;
  padding-right: 1em;
  line-height: 1.4;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 16px 42px 16px 16px;
  color: #000;
  background: #fff;
  border-radius: 0;
  position: relative;
}

.stay .stayBreakfastArea .bentoForm dl dd .pullDown select:-ms-expand {
  display: none;
}

.stay .stayBreakfastArea .bentoForm dl dd .pullDown:before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
  margin-top: -3px;
  z-index: 9999;
}

.stay .stayBreakfastArea .bentoForm .column2 {
  zoom: 1;
}

.stay .stayBreakfastArea .bentoForm .column2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.stay .stayBreakfastArea .bentoForm .column2 dl {
  float: left;
  width: 48%;
}

.stay .stayBreakfastArea .bentoForm .column2 dl:nth-child(2) {
  float: right;
}

.stay .stayBreakfastArea .bentoForm .bfArea {
  margin-top: 42px;
  border-top: 1px dotted #000;
  padding-top: 42px;
}

.stay .stayBreakfastArea .bentoForm .bfArea h3 {
  font-size: 26px;
  line-height: 1.2;
}

.stay .stayBreakfastArea .bentoForm .bfArea .bento dd {
  position: relative;
  padding-left: 38%;
}

.stay .stayBreakfastArea .bentoForm .bfArea .bento dd img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(38% - 26px);
}

.stay .stayBreakfastArea .bentoForm .bfArea .bento dd em {
  display: block;
  font-style: normal;
}

.stay .stayBreakfastArea .bentoForm .bfArea .float {
  zoom: 1;
}

.stay .stayBreakfastArea .bentoForm .bfArea .float:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.stay .stayBreakfastArea .bentoForm .bfArea .float p {
  float: left;
  width: 48%;
}

.stay .stayBreakfastArea .bentoForm .bfArea .float p:nth-child(2) {
  float: right;
}

.stay .stayBreakfastArea .bentoForm .send {
  margin-top: 42px;
}

.stay .stayBreakfastArea .bentoForm .send input {
  display: block;
  width: max-content;
  padding: 16px;
  margin: 0 auto;
  color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: #a49569;
  background: linear-gradient(45deg, #a49569 0%, #c9bb92 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1;
}

.stay .stayBreakfastArea .bentoForm .send input:hover {
  -webkit-filter: brightness(125%);
  -moz-filter: brightness(125%);
  -ms-filter: brightness(125%);
  -o-filter: brightness(125%);
  filter: brightness(125%);
}

.stay .stayBreakfastArea .bentoForm .send input[value="SUBMIT"],
.stay .stayBreakfastArea .bentoForm .send input[value="上記内容で送信する"] {
  width: 177px;
  display: inline-block;
  margin: 0 10px;
}

.stay .stayBreakfastArea .bentoForm .send input[value="BACK"],
.stay .stayBreakfastArea .bentoForm .send input[value="戻る"] {
  width: 177px;
  display: inline-block;
  margin: 0 10px;
  background: #666;
}

.stay .stayBreakfastArea .bentoForm .allergyWrap {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 26px 0 6px 0;
  margin: 26px 0;
}

.stay .stayBreakfastArea .bentoForm .allergyWrap input[type="text"],
.stay .stayBreakfastArea .bentoForm .allergyWrap input[type="email"] {
  width: 50%;
}

.stay .stayBreakfastArea .bentoForm .allergyWrap textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid #ccc;
  padding: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.stay .stayBreakfastArea .bentoForm .allergyWrap dl dt {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  line-height: 1;
}

.stay .stayBreakfastArea .bentoForm .allergyWrap dl dd {
  margin-bottom: 26px;
}

.stay .stayBreakfastArea .bentoForm .allergyWrap dl .caution {
  font-size: 10px;
  line-height: 1.6;
}

.stay .stayBreakfastArea .bentoForm .allergyWrap .allergyArea {
  display: none;
}

.stay .stayBreakfastArea .bentoForm .allergyWrap .allergyArea.active {
  display: block !important;
}

@media all and (max-width: 600px) {
  .stay .stayBreakfastArea .bentoForm .allergyWrap input[type="text"],
  .stay .stayBreakfastArea .bentoForm .allergyWrap input[type="email"] {
    width: 100%;
  }
}

.stay .stayArtArea {
  position: relative;
  padding: 110px 0 0 0;
}

.stay .stayArtArea .txtArea {
  max-width: 1216px;
  margin: 0 auto 110px;
}

.stay .stayArtArea .txtArea h3 {
  text-align: center;
  font-family: "Gilda Display", serif;
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 68px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 600px) {
  .stay .stayArtArea .txtArea h3 {
    font-size: 17px;
    padding: 0 42px;
  }
}

.stay .stayArtArea .txtArea .mainTxt {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 68px;
}

@media all and (max-width: 600px) {
  .stay .stayArtArea .txtArea .mainTxt {
    padding: 0 42px;
  }
}

.stay .stayArtArea .txtArea .box {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 68px 0;
  margin-bottom: 68px;
}

.stay .stayArtArea .txtArea .box figure {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.stay .stayArtArea .txtArea .box figure figcaption {
  display: block;
  text-align: left;
  line-height: 1;
  font-size: 10px;
  margin-top: 6px;
}

.stay .stayArtArea .txtArea .box dl {
  display: table-cell;
  vertical-align: middle;
}

.stay .stayArtArea .txtArea .box dl dt {
  font-size: 26px;
  margin-bottom: 26px;
  line-height: 1.618;
}

.stay .stayArtArea .txtArea .box dl dt span {
  display: inline-block;
  font-size: 17px;
}

@media all and (max-width: 600px) {
  .stay .stayArtArea .txtArea .box {
    display: block;
    padding: 0 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 0;
  }

  .stay .stayArtArea .txtArea .box figure {
    display: block;
    margin-bottom: 16px;
  }

  .stay .stayArtArea .txtArea .box figure figcaption {
    text-align: right;
  }

  .stay .stayArtArea .txtArea .box dl {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .stay .stayArtArea {
    padding: 68px 0 0 0;
  }
}

.stay .reservationArea {
  padding: 110px;
}

.stay .reservationArea h3 {
  font-size: 42px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 42px;
  text-align: center;
}

.stay .reservationArea .thxTxt p {
  text-align: center;
}

.stay .reservationArea .thxTxt p a {
  display: inline-block;
  line-height: 1;
  color: #000;
}

.stay .reservationArea .thxTxt p a:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.stay .reservationArea .thxTxt p a:hover {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.stay .reservationArea .thxTxt p a:hover:after {
  width: 100%;
}

.stay .reservationArea .thxTxt .btn {
  text-align: center;
}

.stay .reservationArea .thxTxt .btn a {
  display: inline-block;
  margin-top: 16px;
  color: #a18553;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.stay .reservationArea .thxTxt .btn a:before {
  display: inline-block;
  content: "-";
  margin-right: 6px;
}

.stay .reservationArea .thxTxt .btn a:after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #a18553;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.stay .reservationArea .thxTxt .btn a:hover {
  opacity: 0.62;
  -moz-opacity: 0.62;
  filter: alpha(opacity=62);
}

.stay .reservationArea .thxTxt .btn a:hover:after {
  width: 100%;
}

@media all and (max-width: 600px) {
  .stay .reservationArea {
    padding: 42px;
  }
}

.stay select.wpcf7c-conf {
  background: #f7f7f7 !important;
  border: none !important;
  color: #666 !important;
}

.stay div.wpcf7c-elm-step2 {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999999;
  background: #212430;
  padding: 35px 0;
  text-align: center;
  color: #ccc;
  font-size: 13px;
  line-height: 1.618;
}

.stay div.wpcf7c-elm-step2 p {
  font-weight: normal;
  text-align: center;
}

.stay .custom-wpcf7c-confirmed {
  padding-top: 150px !important;
}

.stay .wpcf7-response-output {
  line-height: 1.618;
}

.art .mainVisual:before {
  background: url(../images/art/main.jpg) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 600px) {
  .art .mainVisual h2 {
    font-size: 26px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.art .stayArtArea {
  position: relative;
  padding: 110px 0 0 0;
}

.art .stayArtArea .txtArea {
  max-width: 1216px;
  margin: 0 auto 110px;
}

.art .stayArtArea .txtArea h3 {
  text-align: center;
  font-family: "Gilda Display", serif;
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 68px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 600px) {
  .art .stayArtArea .txtArea h3 {
    font-size: 17px;
    padding: 0 42px;
  }
}

.art .stayArtArea .txtArea .mainTxt {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 68px;
}

@media all and (max-width: 600px) {
  .art .stayArtArea .txtArea .mainTxt {
    padding: 0 42px;
  }
}

.art .stayArtArea .txtArea .box {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 42px 0;
  margin-bottom: 68px;
}

.art .stayArtArea .txtArea .box figure {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.art .stayArtArea .txtArea .box figure figcaption {
  display: block;
  text-align: left;
  line-height: 1;
  font-size: 10px;
  margin-top: 6px;
}

.art .stayArtArea .txtArea .box dl {
  display: table-cell;
  vertical-align: middle;
}

.art .stayArtArea .txtArea .box dl dt {
  font-size: 26px;
  margin-bottom: 26px;
  line-height: 1.618;
}

.art .stayArtArea .txtArea .box dl dt span {
  display: inline-block;
  font-size: 17px;
}

.art .stayArtArea .txtArea .box dl dd {
  letter-spacing: normal;
}

@media all and (max-width: 600px) {
  .art .stayArtArea .txtArea .box {
    display: block;
    padding: 0 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 0;
  }

  .art .stayArtArea .txtArea .box figure {
    display: block;
    margin-bottom: 16px;
  }

  .art .stayArtArea .txtArea .box figure figcaption {
    text-align: right;
  }

  .art .stayArtArea .txtArea .box dl {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .art .stayArtArea {
    padding: 68px 0 0 0;
  }
}

#wrapper {
  overflow-x: hidden;
}

#wrapper.active {
  height: 100vh;
  overflow: hidden !important;
  box-sizing: border-box;
  width: 100%;
}

.hOff header {
  padding: 0 !important;
}

.hOff {
  padding-top: 132px;
}

.hOff header .searchCalWidget {
  top: 0px !important;
}

@media all and (max-width: 600px) {
  .hOff {
    padding-top: 122px;
  }

  .hOff header {
    padding: 0 !important;
  }

  .hOff header .searchCalWidget {
    top: 53px !important;
  }
}
