@charset "utf-8";



@media screen and (max-width:560px) {

    /*ファーストビュー*/
    #top3 .top_img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 25vh;
    }
}


#access {
  background-size: cover;
}

#concept {
  background-image: none;
  padding: 80px 0 0 0;
}

.tel img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.tel {
  color: #000;
}

.tel a {
  color: #000;
}

.detail-txt {
  font-size: 12px !important;
}

footer {
  position: static !important;
}

/* Googleマップの下 */
.map_under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.map_under div p {
  letter-spacing: 2px;
}

.map_under div p:first-child {
  font-size: 20px;
  margin-bottom: 10px;
}

.map_under div p span {
  font-size: 14px;
}

.map_under img {
  /*width: 100%;*/
  width: 200px;
}

.map_under a {
  /*width: 40%;*/
}

.map-wrap iframe {
  max-width: 960px;
}

.parking_img {
  /*width: 25%;*/
  display: block;
  margin: 0 auto;
  padding-bottom: 70px !important;
}

.parking_img img {
  width: 25%;
  margin: 0 auto;
  display: block;
}

.parking_img p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}


@media screen and (max-width: 600px) {
    main section.access01 .map-info ul.access-list li {
        width: 70%;
    }

    .parking_img {
        width: 55%;
        margin-bottom: 70px;
    }

    .parking_img p {
        font-size: 16px;
    }

}

@media screen and (max-width: 400px) {
    .parking_img {
        width: 75%;
        margin-bottom: 70px;
    }
}









.box_access {
  margin: 2em 0 0;
}

.box_access th,
.box_access td {
  border: solid 1px #B49948;
  padding: 10px;
}

.box_access table {
  border-collapse: collapse;
  width: 100%;
  background: #fffaf0;
  margin-bottom: 0.5em;
}

.box8_access {
  padding: 0.5em 1em;
  margin: 1em 0 1em;
  color: #232323;
  background: #fffaf0;
  border-left: solid 10px #B49948;
}

.box8_access p {
  margin: 0;
  padding: 0;
}

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input[type="text"]:focus,
textarea,
select,
input {
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.loading_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9999999;
  animation: loadingBG 1.2s forwards;
  -webkit-animation: loadingBG 1.2s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading_wrap .logo {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 560px;
  height: 315px;
  transform: translate(-50%, -50%) scale(0.4);
  -webkit-transform: translate(-50%, -50%) scale(0.4);
  -webkit-transform-origin: center;
  transform-origin: center;
  overflow: hidden;
  background: url(../images/common/loading-logo.png) no-repeat;
  background-position: center;
  animation: loading 1.3s steps(32) forwards;
  -webkit-animation: loading 1.3s steps(32) forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loading_wrap .logo.zoom {
  transform: translate(-50%, -50%) scale(0.35);
  -webkit-transform: translate(-50%, -50%) scale(0.35);
}

@keyframes loadingBG {
  from {
    background: #fff;
  }

  to {
    background: #111;
  }
}

@keyframes loading {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -10080px;
  }
}

p {
  letter-spacing: 0.05em;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pc-hide {
  display: none;
}

.box {
  overflow: hidden;
}

.inner {
  margin-left: -5%;
  width: 110%;
  position: relative;
  top: -30px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
}

button {
  border: none;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
  font-family: YuMincho, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Times New Roman", HGS明朝E, メイリオ, Meiryo, serif;
  color: #111;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

div#wrapper {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

.show_body {
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.465, 0.145, 0.46, 0.855);
  -moz-transition: all 500ms cubic-bezier(0.465, 0.145, 0.46, 0.855);
  -o-transition: all 500ms cubic-bezier(0.465, 0.145, 0.46, 0.855);
  transition: all 500ms cubic-bezier(0.465, 0.145, 0.46, 0.855);
}

.Playfair {
  font-family: 'Playfair Display', serif;
}

.viewanime {
  opacity: 1;
}

.viewanime2 {
  opacity: 1;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.imgview {
  position: relative;
}

.imgview:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  /*background-image: url("../images/common/bg-texture.jpg");*/
  z-index: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  top: 0;
  left: 0;
}

.img-anime:before {
  height: 0;
}

.imgview_opa {
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: filter .5s;
  transition: filter .5s;
}

.hover-img:hover img {
  filter: brightness(60%);
}

.hover-bar {
  position: relative;
  width: auto;
  padding: 0 0px;
}

/* .hover-bar:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #919191;
    transform: scale(1, 1); } */
.hover-bar:hover::after {
  animation: nav-hover .6s ease;
}

@keyframes nav-hover {
  0% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  51% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}


.hover01 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hover01::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #111;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s ease;
}

.hover01:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.hover02 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hover02::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s ease;
}

.hover02:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.opacity {
  transition: .5s ease;
}

.opacity:hover {
  opacity: 0.6;
}

em,
strong {
  font-weight: bold;
}

a {
  color: #222222;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sup {
  position: relative;
  top: -0.6em;
  font-size: 10px;
}

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


.burger-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.burger-button.active span:nth-of-type(2) {
  right: 100%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.burger-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}

.swiper-container.top-swipe {
  height: 100%;
}

section.top-kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

section.top-kv .swiper-container4 {
  height: 100%;
}

section.top-kv .swiper-container4 .swiper-slide div {
  height: 100%;
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.top-kv .top-movie {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #111;
}

section.top-kv .top-movie video {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: auto;
}

section.top-kv .reserveBox {
  width: 650;
  position: absolute;
  transform: translateX(-50%) !important;
  height: 60px;
  left: 50%;
  bottom: 40px;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  transition: width .3s;
  -webkit-transition: width .3s;
}

section.top-kv .reserveBox .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}

section.top-kv .reserveBox .bg:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #FFF;
  transition: width 1.6s;
  -webkit-transition: width 1.6s;
  -webkit-transition-timing-function: cubic-bezier(0.63, 0.04, 0.23, 0.99);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

section.top-kv .reserveBox.active {
  width: 650px;
}

section.top-kv .reserveBox.active .bg {
  width: 100%;
}

section.top-kv .reserveBox.active .bg:after {
  width: 100%;
}

section.top-kv .reserveBox .reserve-inner {
  padding: 17px 0;
  position: relative;
}

section.top-kv .reserveBox .reserve-inner .el {
  position: relative;
  opacity: 0;
  display: inline-block;
  font-size: 1.3rem;
  vertical-align: top;
  margin-top: 3px;
  transition: bottom 1.5s, opacity 1.5s;
  -webkit-transition: bottom 1.5s, opacity 1.5s;
  transition-timing-function: cubic-bezier(0.44, 0.1, 0.31, 0.92);
  -webkit-transition-timing-function: cubic-bezier(0.44, 0.1, 0.31, 0.92);
}

section.top-kv .reserveBox .reserve-inner .el:nth-child(1) {
  bottom: calc(-20px * 1);
  transition-delay: calc(0.2s * 1 -1);
  -webkit-transition-delay: calc(0.1s * 1 -1);
}

section.top-kv .reserveBox .reserve-inner .el:nth-child(2) {
  bottom: calc(-20px * 2);
  transition-delay: calc(0.2s * 2 -1);
  -webkit-transition-delay: calc(0.1s * 2 -1);
}

section.top-kv .reserveBox .reserve-inner .el:nth-child(3) {
  bottom: calc(-20px * 3);
  transition-delay: calc(0.2s * 3 -1);
  -webkit-transition-delay: calc(0.1s * 3 -1);
}

section.top-kv .reserveBox .reserve-inner .el:nth-child(4) {
  bottom: calc(-20px * 4);
  transition-delay: calc(0.2s * 4 -1);
  -webkit-transition-delay: calc(0.1s * 4 -1);
}

section.top-kv .reserveBox .reserve-inner .el:nth-child(5) {
  bottom: calc(-20px * 5);
  transition-delay: calc(0.2s * 5 -1);
  -webkit-transition-delay: calc(0.1s * 5 -1);
}

section.top-kv .reserveBox .reserve-inner .el:nth-child(6) {
  bottom: calc(-20px * 6);
  transition-delay: calc(0.2s * 6 -1);
  -webkit-transition-delay: calc(0.1s * 6 -1);
}

section.top-kv .reserveBox .reserve-inner .el:nth-child(7) {
  bottom: calc(-20px * 7);
  transition-delay: calc(0.2s * 7 -1);
  -webkit-transition-delay: calc(0.1s * 7 -1);
}

section.top-kv .reserveBox .reserve-inner .el.flat {
  opacity: 1;
  bottom: 0;
}

section.top-kv .reserveBox .reserve-inner {
  /* IE */
  /* Edge */
}

section.top-kv .reserveBox .reserve-inner .el.title {
  margin-top: 4px;
}

section.top-kv .reserveBox .reserve-inner .line {
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #111;
  margin: 0 20px;
}

section.top-kv .reserveBox .reserve-inner input::placeholder {
  color: #111;
}

section.top-kv .reserveBox .reserve-inner input:-ms-input-placeholder {
  color: #111;
}

section.top-kv .reserveBox .reserve-inner input::-ms-input-placeholder {
  color: #111;
}

section.top-kv .reserveBox .reserve-inner input[type="text"] {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: 0;
  color: #111;
  font-family: YuMincho, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Times New Roman", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: left;
  font-size: 1.4rem;
  width: 130px;
  margin-left: -30px;
  text-indent: 30px;
}

section.top-kv .reserveBox .reserve-inner .el.checkin {
  margin-right: 0;
}

section.top-kv .reserveBox .reserve-inner .el.checkin input {
  height: 20px;
}

section.top-kv .reserveBox .reserve-inner .el.checkin:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  background-image: url("../images/top/circle-icon.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.top-kv .reserveBox .reserve-inner .el.checkout {
  margin-right: 20px;
}

section.top-kv .reserveBox .reserve-inner .el.checkout input {
  height: 20px;
}

section.top-kv .reserveBox .reserve-inner .el.checkout:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  background-image: url("../images/top/circle-icon.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.top-kv .reserveBox .reserve-inner .el.guests {
  margin-top: 5px;
  margin-right: 20px;
}

section.top-kv .reserveBox .reserve-inner .el.reserveBtn {
  width: 80px;
  height: 30px;
  color: #FFF;
  margin-top: -7px;
  text-align: center;
  margin-left: 14px;
  text-align: center;
  letter-spacing: 0.2em;
}

section.top-kv .reserveBox .reserve-inner .el.reserveBtn a {
  background: #111;
  color: #FFF;
  padding-top: 10px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  transition: .3s;
  -webkit-transition: .3s;
  text-indent: 0;
}

section.top-kv .reserveBox .reserve-inner .el.reserveBtn a:hover {
  background: #555;
}

.nj {
  display: none;
  pointer-events: none;
}

.nj.show {
  display: block;
}

.nj1 {
  position: absolute;
  top: 20%;
  left: 10%;
  height: 0;
  padding-top: 427px;
  width: 640px;
  overflow: hidden;
  background: url(../images/top/nj1.png) no-repeat;
  animation: nj1 2s steps(29) forwards;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@keyframes nj1 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -12383px;
  }
}

.nj2 {
  position: absolute;
  top: 70%;
  right: 0px;
  height: 0;
  padding-top: 360px;
  width: 640px;
  overflow: hidden;
  background: url(../images/top/nj2.png) no-repeat;
  animation: nj2 2.4s steps(23) forwards;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.6;
}

@keyframes nj2 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -8280px;
  }
}

.nj3 {
  position: absolute;
  top: -20%;
  left: 0;
  height: 0;
  padding-top: 502px;
  width: 640px;
  overflow: hidden;
  background: url(../images/top/nj3.png) no-repeat;
  animation: nj3 2.4s steps(29) forwards;
  opacity: 0.9;
}

@keyframes nj3 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -14558px;
  }
}

section.top-about {
  padding: 160px 0;
  text-align: center;
  position: relative;
}

section.top-about .logo {
  width: 60px;
  height: 40px;
  margin: 0 auto 30px;
  opacity: 0;
}

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

section.top-about p {
  opacity: 0;
  line-height: 4.5;
  font-size: 1.6rem;
  transition: line-height 1.5s;
  -webkit-transition: line-height 1.5s;
  transition-timing-function: cubic-bezier(0.44, 0.1, 0.31, 0.92);
  -webkit-transition-timing-function: cubic-bezier(0.44, 0.1, 0.31, 0.92);
}

section.top-about p.inview {
  line-height: 2.5;
}

ul.slick-dots li {
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #cccccc;
  margin-right: 10px;
  transition: .3s;
  -webkit-transition: .3s;
}

ul.slick-dots li:hover {
  background: #111;
}

button.slick-prev.slick-arrow {
  position: absolute;
  bottom: -3px;
  left: calc(50% - 200px);
  text-indent: -9999px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: .3s;
  -webkit-transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

button.slick-prev.slick-arrow:hover {
  opacity: 0.6;
}

button.slick-prev.slick-arrow:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #111;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 7px;
  top: 19px;
}

button.slick-prev.slick-arrow:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #111;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 7px;
  top: 9px;
}

button.slick-next.slick-arrow {
  position: absolute;
  bottom: -3px;
  right: calc(50% - 200px);
  text-indent: -9999px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: .3s;
  -webkit-transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

button.slick-next.slick-arrow:hover {
  opacity: 0.6;
}

button.slick-next.slick-arrow:after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #111;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 7px;
  top: 19px;
}

button.slick-next.slick-arrow:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #111;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 7px;
  top: 9px;
}

ul.slick-dots {
  text-align: center;
  margin-top: 20px;
}

ul.slick-dots li:last-child {
  margin-right: 0;
}

ul.slick-dots li button {
  text-indent: -9999px;
  display: none;
}

ul.slick-dots li.slick-active {
  background: #111;
}

section.top-stay {
  position: relative;
}

section.top-stay h2 {
  font-size: 2.2rem;
  font-size: 600;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
}

section.top-stay .slick-list.draggable {
  transform: translateX(5%);
  overflow: visible;
}

section.top-stay .slick-slide .slide-imgWrap {
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 85%;
  height: auto;
  display: inline-block;
}

section.top-stay .slick-slide .slide-imgWrap img {
  width: 100%;
  height: auto;
}

section.top-stay .slick-slide .slide-imgWrap:hover div {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

section.top-stay .slick-slide p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin-left: 20px;
  margin-top: 10%;
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: top;
  letter-spacing: 0.2em;
  text-align: left;
}

section.top-stay h3 {
  text-align: center;
  margin: 90px auto 0;
}

section.top-stay h3:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 8px;
}

section.top-stay h3 a {
  padding-bottom: 5px;
  margin: 0 auto;
  display: inline-block;
  width: auto;
}

.slide-inner {
  position: relative;
}


















@media screen and (min-width: 480px) and (max-width: 768px) {
    .slick-initialized .slick-slide {
        display: block;
        margin: 0 20px;
    }

    section.room-info div.info-wrap .info-left .roomLink {
        margin: 0 15px;
    }

    .slick-initialized .slick-slide {
        margin: 0px;
    }

    .course-wrap {
        width: 65%;
    }

    nav div.nav-wrap {
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        margin: 0;
    }
}






.border_effect {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #CCC;
  transition: .3s;
  -webkit-transition: .3s;
}

.border_effect.TL {
  border-width: 1px 0 0 1px;
}

.border_effect.BR {
  border-width: 0 1px 1px 0;
}

section.top-news {
  position: relative;
  width: 670px;
  margin: 160px auto 0;
}

section.top-news h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

section.top-news dl {
  font-size: 0;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

section.top-news dl dt {
  font-size: 1.5rem;
  display: inline-block;
  width: 30%;
}

section.top-news dl dd {
  font-size: 1.6rem;
  display: inline-block;
  letter-spacing: 1px;
  width: calc(70% - 12px);
}

section.top-news dl dd span {
  font-size: 1.2rem;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  margin-left: 15px;
}

section.top-news dl a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 28px;
  right: 10px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

section.top-news dl a:hover:after {
  right: 5px;
}

section.top-news dl:last-child {
  border-bottom: none;
}

section.top-news h3 {
  text-align: center;
  margin: 90px auto 0;
}

section.top-news h3:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 8px;
}

section.top-news h3 a {
  padding-bottom: 5px;
  margin: 0 auto;
  display: block;
  width: 120px;
}

.news-wrap a {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.news-wrap a:hover {
  opacity: 0.6;
}

section.gallery div.gallery-wrap {
  max-width: 1920px;
  width: 86%;
  margin: 0 auto;
  position: relative;
}

section.gallery div.gallery-wrap .innerW {
  max-width: 1470px;
}

section.gallery div.gallery-wrap div {
  position: relative;
}

section.gallery div.gallery-wrap div img {
  position: absolute;
  top: -50px;
  transition: filter .3s;
  -webkit-transition: filter .3s;
}

section.gallery div.gallery-wrap div img:hover {
  filter: brightness(60%);
}

section.gallery div.gallery-wrap div.gimg01 {
  width: 75%;
  margin: 0 auto;
  height: 0;
  padding-top: calc(2/3 *75%);
  overflow: hidden;
}

section.gallery div.gallery-wrap div.gimg02 {
  width: 35%;
  margin-top: 12%;
  float: left;
  height: 0;
  padding-top: calc(3/2 *35%);
  overflow: hidden;
}

section.gallery div.gallery-wrap div.gimg03 {
  width: 55%;
  margin-top: 36%;
  float: right;
  height: 0;
  padding-top: calc(2/3 *55%);
  overflow: hidden;
}

section.gallery div.gallery-wrap div.gimg04 {
  width: 55%;
  margin: 200px auto 0;
  height: 0;
  padding-top: calc(595/800 *55%);
  overflow: hidden;
  float: left;
}

section.gallery div.gallery-wrap .float-right {
  float: right;
  width: 45%;
}

section.gallery div.gallery-wrap div.gimg05 {
  width: 300px;
  height: 0;
  padding-top: calc(220/330 *300px);
  overflow: hidden;
  float: right;
  margin-top: 250px;
  margin-right: 60px;
  margin-bottom: 60px;
}

section.gallery div.gallery-wrap div.gimg06 {
  width: 300px;
  height: 0;
  padding-top: calc(220/330 *300px);
  overflow: hidden;
  float: right;
  margin-right: 60px;
}

section.gallery div.gallery-wrap div.gimg07 {
  width: 75%;
  margin: 200px auto 0;
  height: 0;
  padding-top: calc(740/1100 *75%);
  overflow: hidden;
}

section.gallery div.gallery-wrap div.gimg08 {
  width: 54%;
  margin-top: 390px;
  float: left;
  height: 0;
  padding-top: calc(575/800 *54%);
  overflow: hidden;
}

section.gallery div.gallery-wrap div.gimg09 {
  width: 34%;
  margin-top: 200px;
  float: right;
  height: 0;
  padding-top: calc(670/500 *34%);
  overflow: hidden;
}

section.gallery div.gallery-wrap div.gimg10 {
  width: 32%;
  margin: 250px auto 0;
  height: 0;
  padding-top: calc(325/485 *32%);
  overflow: hidden;
  float: left;
  margin-left: 7%;
}

section.gallery div.gallery-wrap div.gimg11 {
  width: 48%;
  margin: 200px auto 0;
  height: 0;
  padding-top: calc(420/700 *48%);
  overflow: hidden;
  float: right;
}

section.gallery div.gallery-wrap div.layout6 {
  width: 74%;
  margin: 200px auto;
  font-size: 0;
  position: relative;
  left: 20px;
}

section.gallery div.gallery-wrap div.layout6 .slide:nth-of-type(1) {
  margin-left: -50px;
}

section.gallery div.gallery-wrap div.gimg12,
section.gallery div.gallery-wrap div.gimg13,
section.gallery div.gallery-wrap div.gimg14,
section.gallery div.gallery-wrap div.gimg15,
section.gallery div.gallery-wrap div.gimg16,
section.gallery div.gallery-wrap div.gimg17 {
  width: 30%;
  padding-top: calc(220/335 * 30%);
  height: 0;
  display: inline-block;
  margin-bottom: 40px;
  overflow: hidden;
}

section.gallery div.gallery-wrap div.gimg12,
section.gallery div.gallery-wrap div.gimg13,
section.gallery div.gallery-wrap div.gimg15,
section.gallery div.gallery-wrap div.gimg16 {
  margin-right: 5%;
}

section.gallery div.gallery-wrap div.gimg18 {
  width: 75%;
  margin: 0 auto;
  height: 0;
  padding-top: calc(740/1100 *75%);
  overflow: hidden;
}

section.gallery h3 {
  text-align: center;
  margin: 90px auto 0;
}

section.gallery h3:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 8px;
}

section.gallery h3 a {
  padding-bottom: 5px;
  margin: 0 auto;
  display: block;
  width: 165px;
}

section.gallery h2.foot-logo {
  width: 200px;
  margin: 200px auto 0;
}

.fancybox-navigation .fancybox-button,
button.fancybox-button.fancybox-button--arrow_left {
  background: none;
  -webkit-transform: none;
  transform: none;
  border: none;
  padding: 0;
  outline: 0;
}

.fancybox-button svg path {
  fill: none;
  stroke-width: 1px;
}

.fancybox-button svg {
  width: 22px;
  height: 44px;
  display: block;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

main.homemain {
  padding-top: 0px !important;
}

main {
  /*background-image: url(../images/common/bg-texture.jpg);*/
  padding-top: 60px;
  /* margin-bottom: 350px; */
  /*padding-bottom: 160px;*/
  padding-bottom: 50px;
  /* position: relative; */
  z-index: 1;
}

main h2.page-ttl.kaiseki-ttl {
  height: 205px;
}

main h2.page-ttl.room-ttl {
  height: 120px;
}

main h2.page-ttl.dayplan-ttl {
  height: 120px;
}

main h2.page-ttl.news-ttl {
  height: 150px;
}

main h2.page-ttl.gallery-ttl {
  height: 175px;
}

main h2.page-ttl.access-ttl {
  height: 160px;
}

main h2.page-ttl.facilities-ttl {
  height: 175px;
}

main h2.page-ttl.contact-ttl {
  height: 200px;
}

main h2.page-ttl {
  opacity: 0;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

main h2.page-ttl:before {
  content: "";
  background: url(../images/common/ttl-mark.svg) no-repeat center;
  width: 28px;
  height: 16px;
  display: inline-block;
  margin-bottom: 13px;
}

main h2.page-ttl span {
  display: inline-block;
  margin-bottom: 3px;
}

main section.access01 .map-wrap {
  width: 80%;
  margin: auto;
  text-align: center;
  /* border: 1px solid #ddd; */
}

main section.access01 .map-info {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

main section.access01 .map-info h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}

main section.access01 .map-info .maplink {
  background: #111;
  color: #FFF;
  letter-spacing: 0.2em;
  padding: 7px 0px 9px;
  width: 160px;
  margin: 0 auto;
  display: block;
  text-align: center;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  font-size: 1.4rem;
}

main section.access01 .map-info .maplink:hover {
  background: #333;
}

main section.access01 .map-info ul.access-list {
  text-align: center;
  margin-top: 95px;
  margin-bottom: 95px;
}

main section.access01 .map-info ul.access-list li {
  display: inline-block;
  width: 30%;
  font-size: 1.6rem;
  padding-bottom: 10px;
}

main section.access01 .map-info ul.access-list li:nth-child(2) {
  margin: 0 40px;
}

.sougei_p {
  display: block;
  text-align: center;
  width: 700px;
  margin: 50px auto 95px;
  border: double 3px;
  padding: 20px;
}

.sougei_p h2 {
  font-size: 20px;
  margin-top: 5px;
}

.sougei_p h3 {
  margin-top: 5px;
  margin-top: 5px !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
}


main section.access01 .map-info .car-access dl {
  font-size: 0px;
  border-top: 1px solid #d3d3d3;
  padding: 35px 0 40px;
}

main section.access01 .map-info .car-access dl dt {
  width: 33%;
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: top;
  line-height: 1.8;
}

main section.access01 .map-info .car-access dl dd {
  width: 67%;
  height: auto;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 1.8;
}

main section.access01 .map-info .car-access dl:last-child {
  border-bottom: 1px solid #d3d3d3;
}

main section.access01 .map-info .train-access {
  /*margin-top: 60px;*/
  padding-top: 60px;
}

main section.access01 .map-info .air-access {
  /*margin-top: 60px;*/
  padding-top: 60px;
}

main section.access01 .map-info h4 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
}

main section.access01 .map-info .acord dl {
  font-size: 0px;
  /*border-top: 1px solid #d3d3d3;*/
  padding: 35px 0 0px;
}

main section.access01 .map-info .acord dl dt {
  font-size: 1.6rem;
  width: 100%;
  vertical-align: top;
  margin-bottom: 35px;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  pointer-events: none;
}

main section.access01 .map-info .acord dl dt:hover {
  opacity: 0.6;
}

main section.access01 .map-info .acord dl dt span.open {
  content: "";
  /*background-image: url(../img/arrow.svg);*/
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: right;
  cursor: pointer;
  pointer-events: none;
}

main section.access01 .map-info .acord dl:last-child {
  border-bottom: 1px solid #d3d3d3;
}

main section.access01 .map-info .acord dl dd {
  height: 0;
  overflow: hidden;
}

main section.access01 .map-info .acord dl dd img {
  margin-bottom: 20px;
  opacity: 0;
  transition: .3s;
  -webkit-transition: .3s;
}

main section.access01 .map-info .acord dl dd p {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 10px;
}

main section.access01 .map-info .acord dl dd span.access_close {
  content: "";
  /*background-image: url(../img/arrow.svg);*/
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: right;
  margin-bottom: 25px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
}

main section.access01 .map-info .acord dl dd span.access_close:hover {
  opacity: 0.6;
}

main .taxiPlan {
  text-align: center;
  margin-top: 40px;
}

.links {
  margin: 100px 0 60px;
  text-align: center;
}

.links.facilities {
  margin: 100px 0 0;
}

.links.activities {
  margin-top: o;
}

.links.gallery h3 a {
  width: 110px;
  margin: 0 20px;
}

.links h3 {
  display: inline-block;
  margin: 0 30px;
  text-align: center;
}

.links h3 a {
  width: 130px;
  font-size: 1.5rem;
}

section.facilities01 {
  max-width: 1480px;
  margin: 0 auto;
}

section.facilities01 .facilities-list {
  font-size: 0px;
  margin-top: 80px;
}

section.facilities01 .facilities-list li {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

section.facilities01 .facilities-list li .img-wrap {
  overflow: hidden;
  position: relative;
  height: calc(50vw * 2 / 3);
  max-height: 492px;
}

section.facilities01 .facilities-list li .img-wrap img {
  position: relative;
  width: 110%;
}

section.facilities01 .facilities-list li a img {
  transition: filter .3s;
  -webkit-transition: filter .3s;
}

section.facilities01 .facilities-list li a img:hover {
  filter: brightness(60%);
}

section.facilities01 .facilities-list li:nth-child(odd) {
  margin-right: 80px;
  margin-top: -80px;
}

section.facilities01 .facilities-list li:nth-child(2n) {
  margin-top: 190px;
}

section.facilities01 .facilities-list li h3 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}

section.facilities01 .facilities-list li p {
  font-size: 1.5rem;
  text-align: left;
  width: 70%;
  margin: 10px auto 0;
  line-height: 1.8;
}

section.facilities01 .facilities-list li a.more {
  display: inline-block;
  font-size: 1.5rem;
  color: #111111;
  text-align: center;
  margin: 20px auto 0;
  width: auto;
}

.other-facilities {
  margin-top: 120px;
}

.other-facilities h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
}

.other-facilities p {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
}

.other-facilities a {
  width: 340px;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  background: #111;
  color: #FFF;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  letter-spacing: 0.2em;
}

.other-facilities a:hover {
  opacity: .6 !important;
}

section.general01 div.general-wrap {
  max-width: 1400px;
  width: 83%;
  margin: 0 auto;
}

section.general01 div.general-wrap .kv-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(1025 / 1400 * 83%);
}

section.general01 div.general-wrap div.kv {
  background-image: url(../images/facilities/general/kv.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 110%;
  height: 0;
  padding-top: calc(1025 / 1400 * 90%);
  position: absolute;
  top: 0;
  left: -5%;
  right: 0;
}

section.general01 div.general-wrap div.txt {
  width: 840px;
  margin: 100px auto 0;
  text-align: center;
}

section.general01 div.general-wrap div.txt p {
  line-height: 1.8;
  margin-bottom: 95px;
  text-align: left;
}

section.general01 div.general-wrap div.txt a {
  border-bottom: 1px solid #898989;
  padding-bottom: 5px;
  letter-spacing: 1px;
}

.kv-wrap {
  position: relative;
  width: 83%;
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
}

.kv-wrap .kvImg {
  width: 110%;
  height: auto;
}

section.kaiseki-cont {
  padding-bottom: 160px;
}

section.kaiseki-cont .txt01 {
  text-align: center;
  margin: 100px auto;
}

section.kaiseki-cont .txt01 h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

section.kaiseki-cont .txt01 h4 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

section.kaiseki-cont .txt01 p {
  font-size: 1.5rem;
  line-height: 1.8;
}

section.kaiseki-cont .txt01 p.small {
  font-size: 1.3rem;
}

section.kaiseki-cont .txt01 hr {
  border: none;
  border-bottom: 1px solid #111;
  width: 20px;
  margin: 30px auto;
}

section.kaiseki-cont div.img-wrap01 {
  max-width: 1370px;
  width: 81%;
  margin: 0 auto;
  font-size: 0;
}

section.kaiseki-cont div.img-wrap01 .img01 {
  width: 53%;
  margin-right: 7%;
  display: inline-block;
  vertical-align: top;
  margin-top: 12%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: calc(449 / 609 * 53%);
}

section.kaiseki-cont div.img-wrap01 .img02 {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: calc(701 / 506 * 40%);
}

section.kaiseki-cont div.img-wrap01 img {
  width: 105%;
  position: absolute;
  top: 0;
}

section.kaiseki-cont div.txt02 {
  text-align: center;
  margin: 140px auto 100px;
}

section.kaiseki-cont div.txt02 h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

section.kaiseki-cont div.txt02 p {
  font-size: 1.5rem;
  line-height: 1.8;
}

section.kaiseki-cont div.menu-wrap {
  max-width: 1100px;
  width: 65%;
  margin: 0 auto;
  background-color: #FFF;
  padding-bottom: 75px;
}

section.kaiseki-cont div.menu-wrap h3 {
  text-align: center;
  padding-top: 80px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 30px;
}

section.kaiseki-cont div.menu-wrap h3:after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #aeaeae;
  display: block;
  margin: 20px auto;
}

section.kaiseki-cont div.menu-wrap p {
  text-align: center;
  letter-spacing: 1px;
}

section.kaiseki-cont div.menu-wrap p span {
  margin-left: 35px;
}

section.kaiseki-cont div.menu-wrap div.menu-list {
  margin: 50px auto 55px;
}

section.kaiseki-cont div.menu-wrap dl {
  width: 65%;
  margin: 0 auto;
  font-size: 0;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 8px;
  padding-top: 10px;
}

section.kaiseki-cont div.menu-wrap dl dt {
  display: inline-block;
  width: 60%;
  font-size: 1.5rem;
  letter-spacing: 1px;
  vertical-align: top;
}

section.kaiseki-cont div.menu-wrap dl dd {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
}

section.kaiseki-cont div.menu-wrap dl dd:nth-child(2) {
  width: 28%;
  letter-spacing: 3px;
}

section.kaiseki-cont div.menu-wrap dl dd:nth-child(3) {
  text-align: right;
  width: 12%;
}

section.kaiseki-cont div.menu-wrap .fs13 {
  font-size: 13px;
}

section.kaiseki-cont div.txt03 {
  text-align: center;
  margin: 140px auto 100px;
}

section.kaiseki-cont div.txt03 h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

section.kaiseki-cont div.txt03 p {
  font-size: 1.5rem;
  line-height: 1.8;
}

section.kaiseki-cont div.img-wrap02 {
  max-width: 1440px;
  width: 85%;
  margin: 0 auto;
  font-size: 0;
}

section.kaiseki-cont div.img-wrap02 .img-wrapper {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: top;
  position: relative;
}

section.kaiseki-cont div.img-wrap02 .img-wrapper .imgWrap {
  position: relative;
  padding-top: calc(861 / 1360 * 100%);
  width: 100%;
  height: 0;
  overflow: hidden;
}

section.kaiseki-cont div.img-wrap02 .img-wrapper:first-child {
  margin-right: 80px;
}

section.kaiseki-cont div.img-wrap02 .img-wrapper img {
  width: 120%;
  position: absolute;
  top: -80px;
}

section.kaiseki-cont div.img-wrap02 .img-wrapper p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}

section.kaiseki-news {
  background-color: #FFF;
  padding: 160px 0;
}

section.kaiseki-news div.news-wrap {
  max-width: 670px;
  margin: 0 auto;
}

section.kaiseki-news div.news-wrap h3 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 2px;
  letter-spacing: 0.2em;
}

section.kaiseki-news div.news-wrap dl {
  font-size: 0;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

section.kaiseki-news div.news-wrap dl dt {
  font-size: 1.5rem;
  display: inline-block;
  width: 15%;
}

section.kaiseki-news div.news-wrap dl dd {
  font-size: 1.5rem;
  display: inline-block;
  letter-spacing: 1px;
  width: calc(85% - 12px);
  line-height: 1.7;
}

section.kaiseki-news div.news-wrap dl dd .news-cat {
  font-size: 1.2rem;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  margin-left: 15px;
}

section.kaiseki-news div.news-wrap dl a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
  display: inline-block;
  text-align: right;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 35px;
  right: 10px;
}

section.kaiseki-news div.news-wrap dl a:hover:after {
  right: 5px;
}

section.kaiseki-news div.news-wrap .news-link {
  font-size: 1.5rem;
  width: 140px;
  text-align: center;
  display: block;
  margin: 60px auto 0;
  padding-bottom: 5px;
}

section.kaiseki-wedding .wedkv-wrap {
  position: relative;
  overflow: hidden;
  height: calc(100vw * 600 / 1680);
}

section.kaiseki-wedding .wedkv-wrap .wed-kv {
  background-image: url(../images/facilities/kaiseki/kv02.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: calc(100vw * 600 / 1680);
  top: 0;
  width: 110%;
  position: absolute;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

section.kaiseki-wedding .wed-txt {
  text-align: center;
  padding-top: 100px;
}

section.kaiseki-wedding .wed-txt h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}

section.kaiseki-wedding .wed-txt p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 50px;
}

section.kaiseki-wedding .wed-txt a {
  width: 310px;
  display: block;
  margin: 0 auto;
  background-color: #111;
  padding: 18px 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: #FFF;
}

section.kaiseki-wedding .wed-txt a:hover {
  background-color: #555;
}

.intro-txt h3 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.intro-txt ul {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
}

.intro-txt ul li {
  display: inline-block;
  padding-bottom: 5px;
}

.intro-txt ul li:first-child {
  margin-right: 30px;
}

.intro-txt ul li a {
  padding: 0 20px 5px;
}

section.spakv-wrap {
  max-width: 1400px;
  width: 83%;
  margin: 0 auto;
  height: 0;
  padding-top: calc(930 / 1399 * 83%);
  position: relative;
  overflow: hidden;
}

section.spakv-wrap .spa-kv {
  width: 110%;
  background-image: url(../images/facilities/spa/kv.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 0;
  top: 0;
  position: absolute;
  padding-top: calc(930 / 1399 * 110%);
}

section.spa-cont01 {
  max-width: 1100px;
  margin: 0 auto;
}

section.spa-cont01 div.spa-wrap01 h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

section.spa-cont01 div.spa-wrap01 h4 {
  font-size: 1.8rem;
  margin-bottom: 80px;
  text-align: center;
  letter-spacing: 0.05em;
}

section.spa-cont01 div.spa-wrap01 .info-txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

section.spa-cont01 div.spa-wrap01 .yoyaku {
  width: 390px;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #111111;
  color: #FFF;
  text-align: center;
  margin: 80px auto 0;
  padding-top: 23px;
  letter-spacing: 0.05em;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

section.spa-cont01 div.spa-wrap01 .yoyaku:hover {
  background-color: #555;
}

section.spa-cont01 div.spa-wrap01 .attension {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 40px;
}

section.spa-cont01 .spa-menu {
  background-color: #FFF;
  padding-bottom: 50px;
  margin-top: 100px;
}

section.spa-cont01 .spa-menu h2 {
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
  padding-top: 80px;
  letter-spacing: 0.05em;
}

section.spa-cont01 .spa-menu h2:after {
  content: "";
  height: 40px;
  width: 1px;
  display: block;
  margin: 40px auto;
  background: #aeaeae;
}

section.spa-cont01 .spa-menu h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
}

section.spa-cont01 .spa-menu h3 span {
  font-size: 1.5rem;
  display: block;
  margin-top: 5px;
}

section.spa-cont01 .spa-menu p.menu-txt {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
}

section.spa-cont01 .spa-menu div.price-wrap {
  padding: 0 60px;
  margin: 40px auto 100px;
}

section.spa-cont01 .spa-menu div.price-wrap dl {
  padding: 20px 0;
  font-size: 0;
  border-bottom: 1px solid #cfcfcf;
}

section.spa-cont01 .spa-menu div.price-wrap dl:first-child {
  border-top: 1px solid #cfcfcf;
}

section.spa-cont01 .spa-menu div.price-wrap dl dt {
  width: 75%;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
}

section.spa-cont01 .spa-menu div.price-wrap dl dt h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

section.spa-cont01 .spa-menu div.price-wrap dl dt p {
  font-size: 1.5rem;
}

section.spa-cont01 .spa-menu div.price-wrap dl dd {
  width: 25%;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

section.spa-cont01 div.yoyaku-wrap {
  width: 800px;
  margin: 100px auto 0;
  border: 1px solid #111111;
  padding: 40px;
  text-align: center;
}

section.spa-cont01 div.yoyaku-wrap h2 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

section.spa-cont01 div.yoyaku-wrap p {
  font-size: 1.5rem;
  line-height: 1.8;
}

section.spa-cont01 div.yoyaku-wrap p span {
  font-size: 2.2rem;
}

section.spa-cont01 div.yoyaku-wrap p.tel {
  margin-top: 30px;
}

section.spa-cont01 div.yoyaku-wrap p.attension {
  margin-top: 30px;
  line-height: 1.8;
}

section.spa-cont01 div.yoyaku-wrap .guide {
  width: 390px;
  height: 70px;
  background: #111111;
  display: block;
  color: #FFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 23px;
  margin-top: 35px;
  letter-spacing: 0.05em;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}

section.spa-cont01 div.yoyaku-wrap .guide:hover {
  background-color: #555;
}

section.spa-cont01 div.shiatsu {
  margin-top: 190px;
}

section.spa-cont01 div.shiatsu div.shiatsu-wrap {
  width: 90%;
  margin: 0 auto;
  font-size: 0;
}

section.spa-cont01 div.shiatsu div.shiatsu-wrap div.left {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  float: left;
}

section.spa-cont01 div.shiatsu div.shiatsu-wrap div.left h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: left;
}

section.spa-cont01 div.shiatsu div.shiatsu-wrap div.left p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
}

section.spa-cont01 div.shiatsu div.shiatsu-wrap div.right {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  float: right;
}

section.spa-cont01 div.shiatsu h2 {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 100px;
}

section.spa-cont01 section.kaiseki-news {
  background: none;
}

.spa-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.spa-modal .modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}

.spa-modal .modal-close:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #111;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spa-modal .modal-close:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #111;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.spa-modal .modal-inner {
  width: 960px;
  margin: 130px auto 0;
  color: #000;
  z-index: 1;
  position: relative;
  padding-bottom: 100px;
}

.spa-modal .modal-inner h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

.spa-modal .modal-inner h4 {
  margin-bottom: 60px;
  text-align: center;
}

.spa-modal .modal-inner .modal-txt h5 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.spa-modal .modal-inner .modal-txt p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.spa-modal .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

.spa-cont01 .shiatsu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}

.spa-cont01 .shiatsu-modal span.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}

.spa-cont01 .shiatsu-modal span.modal-close:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #111;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spa-cont01 .shiatsu-modal span.modal-close:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #111;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.spa-cont01 .shiatsu-modal .modal-inner {
  width: 960px;
  margin: 130px auto 0;
  color: #000;
  z-index: 1;
  position: relative;
}

.spa-cont01 .shiatsu-modal .modal-inner h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

.spa-cont01 .shiatsu-modal .modal-inner h4 {
  margin-bottom: 60px;
  text-align: center;
}

.spa-cont01 .shiatsu-modal .modal-inner .modal-txt h5 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.spa-cont01 .shiatsu-modal .modal-inner .modal-txt p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.spa-cont01 .shiatsu-modal .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

section.news-cont ul.cat-list {
  text-align: center;
  margin-bottom: 50px;
}

section.news-cont ul.cat-list li {
  display: inline-block;
  margin-right: 15px;
  padding: 3px 15px 2px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border-radius: 25px;
  background: none;
}

section.news-cont ul.cat-list li:last-child {
  margin-right: 0px;
}

section.news-cont ul.cat-list li:hover {
  background-color: #111;
  -webkit-border-radius: 25px;
}

section.news-cont ul.cat-list li:hover a {
  color: #FFF;
}

section.news-cont ul.cat-list li a {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

section.news-cont ul.cat-list li.current {
  background: #111;
  border-radius: 20px;
}

section.news-cont ul.cat-list li.current a {
  color: #fff;
}

section.news-cont div.news-wrap {
  max-width: 860px;
  margin: 0 auto;
}

section.news-cont div.news-wrap h3 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 2px;
}

section.news-cont div.news-wrap dl {
  font-size: 0;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

section.news-cont div.news-wrap dl a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 35px;
  right: 10px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

section.news-cont div.news-wrap dl a:hover:after {
  right: 5px;
}

section.news-cont div.news-wrap dl dt {
  font-size: 1.5rem;
  display: inline-block;
  width: 15%;
}

section.news-cont div.news-wrap dl dd {
  font-size: 1.6rem;
  display: inline-block;
  letter-spacing: 1px;
  width: calc(85% - 12px);
  line-height: 1.7;
}

section.news-cont div.news-wrap dl dd .title {
  display: inline-block;
}

section.news-cont div.news-wrap dl dd .news-cat {
  font-size: 1.2rem;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  margin-left: 15px;
}

section.news-cont div.news-wrap .news-link {
  font-size: 1.5rem;
  width: 140px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 60px auto 0;
  padding-bottom: 5px;
}

section.news-cont div.news-wrap .news-link:hover {
  opacity: 0.6 !important;
}

section.news-cont .arrow {
  display: none;
}

.txt-center {
  text-align: center;
}

.news_list .txt-center {
  margin-top: 40px;
}

section.news-detail .detailkv-wrap {
  overflow: hidden;
  position: relative;
  max-width: 960px;
  width: 57%;
  margin: 0 auto;
}

section.news-detail div.detail-txt {
  max-width: 800px;
  width: 83%;
  margin: 0 auto;
}

section.news-detail div.detail-txt h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 70px auto;
}

section.news-detail div.detail-txt p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

section.news-detail div.detail-txt p.date {
  letter-spacing: 1px;
}

section.news-detail div.detail-txt div.pager {
  text-align: center;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

section.news-detail div.detail-txt div.pager p {
  display: inline-block;
  margin-bottom: 0px;
  line-height: 1;
  vertical-align: top;
}

section.news-detail div.detail-txt div.pager p:nth-child(2) {
  margin: 0 60px;
}

section.news-detail div.detail-txt div.pager p.prev {
  position: absolute;
  right: 65%;
}

section.news-detail div.detail-txt div.pager p.prev:before {
  content: "";
  width: 3px;
  height: 3px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 5px;
}

section.news-detail div.detail-txt div.pager p.next {
  position: absolute;
  left: 65%;
}

section.news-detail div.detail-txt div.pager p.next:after {
  content: "";
  width: 3px;
  height: 3px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
}

section.dayplan {
  max-width: 1480px;
  margin: 0 auto;
}

section.dayplan p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 180px;
}

section.dayplan .dayplan-list {
  font-size: 0px;
  margin-top: 80px;
}

section.dayplan .dayplan-list li {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: top;
}

section.dayplan .dayplan-list li:nth-child(odd) {
  margin-right: 80px;
  margin-top: -80px;
}

section.dayplan .dayplan-list li:nth-child(2n) {
  margin-top: 190px;
}

section.dayplan .dayplan-list li h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}

section.dayplan .dayplan-list li div.img-wrap {
  overflow: hidden;
  height: calc(50vw * 930 / 1398);
  position: relative;
  max-height: 492px;
}

section.dayplan-detail div.detail-info {
  text-align: center;
  max-width: 860px;
  margin: 100px auto 0;
  width: 61%;
}

section.dayplan-detail div.detail-info h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

section.dayplan-detail div.detail-info p.read-txt {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.8;
}

section.dayplan-detail div.detail-info div.plan-detail {
  margin-top: 120px;
}

section.dayplan-detail div.detail-info div.plan-detail h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

section.dayplan-detail div.detail-info div.plan-detail dl {
  font-size: 0;
  padding: 20px 0;
  border-bottom: 1px solid #b6b6b6;
}

section.dayplan-detail div.detail-info div.plan-detail dl:last-child {
  border-bottom: none;
}

section.dayplan-detail div.detail-info div.plan-detail dl dt {
  width: 16%;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: top;
  text-align: left;
  line-height: 1.8;
}

section.dayplan-detail div.detail-info div.plan-detail dl dd {
  width: 84%;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: top;
  text-align: left;
  line-height: 1.8;
}

section.dayplan-detail div.detail-info div.plan-detail dl dd a {
  margin: 0 5px;
  display: inline-block;
  text-decoration: underline;
  transition: .3s;
  -webkit-transition: .3s;
}

section.dayplan-detail div.detail-info div.plan-detail dl dd a:hover {
  opacity: 0.6;
}

section.dayplan-detail div.detail-info a.backto {
  font-size: 1.5rem;
  margin-top: 60px;
  display: inline-block;
}

div.reserv-wrap {
  margin-top: 80px;
  text-align: center;
}

div.reserv-wrap a:not(.telBtn) {
  font-size: 1.4rem;
  width: 350px;
  height: 40px;
  display: block;
  background-color: #111;
  color: #fff;
  margin: 0 auto;
  padding-top: 20px;
  transition: .5s ease;
  letter-spacing: 0.15em;
}

div.reserv-wrap a:not(.telBtn):hover {
  background-color: #555;
}

div.reserv-wrap p {
  font-size: 1.5rem;
  margin-top: 15px;
}

.food-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #FFF;
  overflow: scroll;
  display: none;
}

.food-modal .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.food-modal .food-close {
  position: fixed;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 39px;
  z-index: 100;
}

.food-modal .food-close:after {
  content: "";
  width: 1px;
  height: 25px;
  background: #242424;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 12px;
}

.food-modal .food-close:before {
  content: "";
  width: 1px;
  height: 25px;
  background: #242424;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 12px;
}

.food-modal div.food-inner {
  width: 960px;
  margin: 120px auto 0;
  text-align: center;
  padding-bottom: 200px;
}

.food-modal div.food-inner h2 {
  font-size: 2.2rem;
  margin-bottom: 75px;
}

.food-modal div.food-inner .caption {
  margin-bottom: 75px;
  line-height: 1.8;
}

.food-modal div.food-inner .caption span {
  font-size: 1.3rem;
  display: block;
  margin-top: 30px;
}

.food-modal div.food-inner div.food-info {
  margin-top: 80px;
}

.food-modal div.food-inner dl {
  font-size: 0;
  margin-top: 60px;
}

.food-modal div.food-inner dl dt {
  width: 20%;
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
  vertical-align: top;
}

.food-modal div.food-inner dl dd {
  width: 80%;
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 1.8;
}

.food-modal ul.food-list li {
  width: calc(33% - 21px);
  display: inline-block;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.food-modal ul.food-list li:last-child {
  margin-right: 0px;
}

section.roomKv-wrap {
  overflow: hidden;
}

section.room-info {
  margin-top: 90px;
  padding: 0 30px;
  box-sizing: border-box;
}

section.room-info h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 90px;
  letter-spacing: 0.2em;
}

section.room-info div.info-wrap {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0;
}

section.room-info div.info-wrap .info-left {
  width: calc(37% - 60px);
  padding-right: 60px;
  display: inline-block;
  vertical-align: top;
}

section.room-info div.info-wrap .info-left dl {
  font-size: 0;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

section.room-info div.info-wrap .info-left dl dt {
  font-size: 1.5rem;
  vertical-align: top;
  width: 65px;
  display: inline-block;
}

section.room-info div.info-wrap .info-left dl dd {
  font-size: 1.5rem;
  vertical-align: top;
  width: calc(100% - 70px);
  display: inline-block;
}

section.room-info div.info-wrap .info-left p.time {
  font-size: 1.3rem;
  margin-bottom: 20px;
  letter-spacing: normal;
}

section.room-info div.info-wrap .info-left a.room-search {
  height: 60px;
  display: block;
  width: 100%;
  background: #111;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 20px;
  box-sizing: border-box;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
  letter-spacing: 0.2em;
}

section.room-info div.info-wrap .info-left a.room-search:hover {
  opacity: 0.6;
}

section.room-info div.info-wrap .info-left .roomLink {
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 30px;
  width: auto;
}

section.room-info div.info-wrap .info-left .roomLink:last-child {
  margin-left: 30px;
}

section.room-info div.info-wrap .info-right {
  width: 63%;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 50px;
}

section.room-info div.info-wrap .info-right button.slick-next.slick-arrow {
  bottom: -35px;
  right: 0;
}

section.room-info div.info-wrap .info-right button.slick-prev.slick-arrow {
  bottom: -35px;
  left: calc(100% - 60px);
}

section.room-introduce {
  max-width: 1600px;
  margin: 0 auto;
  width: calc(100% - 130px);
  padding: 0 65px;
  padding-top: 40px;
  margin-top: 60px;
}

section.room-introduce h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 100px;
  margin-top: -100px;
}

section.room-introduce ul.room-list {
  font-size: 0;
}

section.room-introduce ul.room-list li {
  display: inline-block;
  width: calc(25% - 8px);
  height: auto;
  padding-top: calc(512 / 770 * 25%);
  margin-right: 8px;
  position: relative;
  margin-bottom: 20px;
  vertical-align: top;
}

section.room-introduce ul.room-list li:nth-child(4n) {
  margin-right: 0px;
}

section.room-introduce ul.room-list li a {
  display: block;
  height: 100%;
}

section.room-introduce ul.room-list li p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
  line-height: 1.8;
}

section.room-introduce ul.room-list li p br {
  display: none;
}

section.room-introduce ul.room-list li .img-wrap {
  overflow: hidden;
  width: 100%;
  padding-top: calc(512 / 770 * 100%);
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

section.room-introduce ul.room-list li .img-wrap img {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

section.room-introduce h4 {
  width: 190px;
  text-align: center;
  margin: 90px auto 0;
  padding-bottom: 10px;
}

section.room-introduce h4 a {
  display: block;
  letter-spacing: 0.2em;
}

.fancybox-infobar {
  display: none;
}

section.gallery-movie {
  width: 100%;
  position: relative;
  padding-top: 160px;
  margin-bottom: 80px;
}

section.gallery-movie .about-moviewrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

section.gallery-movie .about-movie {
  width: 90%;
  height: calc(90vw / 16 * 9);
  max-height: 700px;
  margin: 0 auto 0;
  position: relative;
  overflow: hidden;
}

section.gallery-movie .about-movie .imgHolder {
  position: absolute;
  width: 100%;
  height: calc(90vw * 0.9 / 16 * 9);
  background-image: url("../images/top/movieKV.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: transform 1.6s cubic-bezier(0.14, 0.74, 0.32, 0.89);
  transition: transform 1.6s cubic-bezier(0.14, 0.74, 0.32, 0.89);
  transform-origin: center center;
}

section.gallery-movie .about-movie .imgHolder.inview {
  -webkit-transform: scale(1);
  transform: scale(1);
}

section.gallery-movie .about-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0.8;
  -webkit-transform: scale(1.2) translate(-50%, -50%);
  transform: scale(1.2) translate(-50%, -50%);
  transition: 2s cubic-bezier(0.44, 0.1, 0.31, 0.92);
  -webkit-transition: 2s cubic-bezier(0.44, 0.1, 0.31, 0.92);
  transform-origin: center center;
  background: url("../images/top/movieKV.jpg") center/cover no-repeat;
}

section.gallery-movie .about-movie svg.video-overlay-play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 82px;
  height: 82px;
  z-index: 1;
}

section.gallery-movie .about-movie svg {
  cursor: pointer;
}

section.gallery-movie .about-movie svg:hover circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  animation: circle 1s forwards cubic-bezier(0.42, 0, 0.58, 1);
}

section.gallery-movie .about-movie svg:hover polygon {
  stroke-dasharray: 0 377;
  fill: transparent;
  animation: circle 1.8s forwards cubic-bezier(0.42, 0, 0.58, 1);
  animation-delay: .2s;
}

section.gallery-movie .about-movie polygon {
  stroke: #fff;
  stroke-width: 2px;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }

  99.9%,
  to {
    stroke-dasharray: 377 377;
  }
}

section.gallery-movie h3 {
  text-align: center;
  margin-top: 60px;
  transition: .3s;
  -webkit-transition: .3s;
}

section.gallery-movie h3 a {
  padding-bottom: 5px;
  margin: 0 auto;
  display: block;
  width: 90px;
}

section.gallery-movie .search-link {
  width: 600px;
  height: 125px;
  background: #111111;
  text-align: center;
  display: block;
  margin: 200px auto 0;
  color: #FFF;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  letter-spacing: 2px;
  border: 1px solid #111111;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

section.gallery-movie .search-link:hover {
  background-color: transparent;
  color: #111111;
}

section.gallery-movie.modalon {
  background: #FFF;
  padding-bottom: 80px;
}

section.gallery-movie.modalon h3 {
  opacity: 0 !important;
}

section.gallery-movie.modalon .about-moviewrap {
  background: transparent;
  overflow: visible;
}

section.gallery-movie.modalon .movie-overlay {
  background: #FFF;
}

.movie_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform: matrix(1.12, 0, 0, 1.12, 0, 0);
}

.movie_modal .movie-overlay {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.movie_modal video {
  width: 90%;
  max-height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.movie_modal .close {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.movie_modal .closebtn {
  display: inline-block;
  position: absolute;
  margin: 0 12px 0 7px;
  padding: 0;
  width: 2px;
  height: 25px;
  background: #111;
  transform: rotate(45deg);
  top: 0;
  right: 0;
}

.movie_modal .closebtn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 25px;
  height: 2px;
  margin-top: -2px;
  background: #111;
}

section.gallery-listWrap {
  max-width: 1530px;
  width: calc(100% - 160px);
  margin: 120px auto 0;
}

section.gallery-listWrap ul.gallery-list {
  text-align: center;
}

section.gallery-listWrap ul.gallery-list li {
  display: inline-block;
  margin: 0px 5px 14px;
  vertical-align: top;
}

section.gallery-listWrap ul.gallery-list li img {
  height: 170px;
  width: auto;
}

.rooms h4 a {
  letter-spacing: 0.2em;
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
}

.rooms h4 a:hover {
  opacity: 0.6;
}

ul.room-cate {
  text-align: center;
  margin-bottom: 100px;
}

ul.room-cate li {
  width: auto;
  display: inline-block;
  padding-bottom: 10px;
  text-align: center;
  margin-right: 40px;
  padding: 0 20px;
}

ul.room-cate li:last-child {
  margin-right: 0px;
}

.roomAll-info {
  padding: 0 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.roomAll-info h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 65px;
  letter-spacing: 0.2em;
  padding-top: 100px;
  margin-top: -100px;
}

.roomAll-info .room-wrapper .img-wrap {
  overflow: hidden;
  height: calc(50vw * 2/3);
}

.roomAll-info .room-wrapper>div {
  margin-bottom: 100px;
}

.roomAll-info .room-wrapper div:nth-child(odd) .room-left {
  width: 55%;
  float: left;
}

.roomAll-info .room-wrapper div:nth-child(odd) .room-right {
  width: 45%;
  float: right;
  position: relative;
  height: 0;
  padding-top: calc(550 / 680 * 45%);
}

.roomAll-info .room-wrapper div:nth-child(odd) .room-right h4 {
  position: absolute;
  font-size: 2.2rem;
  letter-spacing: 1px;
  top: 50%;
  left: -25%;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.roomAll-info .room-wrapper div:nth-child(even) .room-left {
  width: 55%;
  float: right;
}

.roomAll-info .room-wrapper div:nth-child(even) .room-right {
  width: 45%;
  float: left;
  position: relative;
  height: 0;
  padding-top: calc(550 / 680 * 45%);
}

.roomAll-info .room-wrapper div:nth-child(even) .room-right h4 {
  position: absolute;
  font-size: 2.2rem;
  letter-spacing: 1px;
  top: 50%;
  left: 0;
  right: -25%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

h2.page-ttl.activities-ttl {
  height: 175px;
}

section.activities01 ul.activities-list {
  text-align: center;
  margin-bottom: 50px;
}

section.activities01 ul.activities-list li {
  display: inline-block;
  margin-right: 15px;
  width: auto;
  padding: 0 20px;
}

section.activities01 ul.activities-list li:last-child {
  margin-right: 0px;
}

section.activities01 ul.activities-list li a {
  display: block;
  padding: 10px;
}

section.activities01 .activities-map {
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1480px;
  margin: 0 auto;
}

section.activities02 h2 {
  font-size: 2.2rem;
  text-align: center;
  margin: 90px 0 40px;
  letter-spacing: 0.2em;
}

section.activities02 .course-wrap {
  max-width: 960px;
  margin: 0 auto 50px;
}

section.activities02 p {
  text-align: center;
  line-height: 1.8;
}

section.activities02 ul {
  text-align: center;
  margin-top: 60px;
}

section.activities02 ul li {
  color: #FFF;
  display: inline-block;
  text-align: center;
  letter-spacing: 3px;
}

section.activities02 ul li:first-child {
  margin-right: 40px;
}

section.activities02 ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  width: 250px;
  height: 62px;
  color: #FFF;
  background-color: #111;
  display: block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

section.activities02 ul li a:after {
  content: "";
  background-image: url("../images/activities/link-icon.png");
  width: 15px;
  height: 12px;
  display: inline-block;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 10px;
}

section.activities02 ul li a:hover {
  background-color: #555;
}

section.activities03 {
  margin-top: 160px;
}

section.activities03 h3 {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 100px;
}

section.activities03 ul {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
}

section.activities03 ul li {
  width: 32%;
  margin-right: 2%;
  display: inline-block;
  margin-bottom: 40px;
}

section.activities03 ul li div.img-left {
  display: inline-block;
  width: 57%;
  vertical-align: top;
}

section.activities03 ul li div.right-txt {
  display: inline-block;
  width: 43%;
  vertical-align: top;
  padding-left: 10px;
  box-sizing: border-box;
}

section.activities03 ul li:nth-child(3n) {
  margin-right: 0px;
}

section.activities03 ul li p.tag {
  font-size: 1.1rem;
  background-color: #FFF;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 20px;
}

section.activities03 ul li h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.8;
}

section.activities03 ul li h4 span {
  font-size: 1.3rem;
  display: block;
  margin-top: 5px;
  opacity: 0.8;
}

section.activities03 ul li .activities-link {
  font-size: 1.2rem;
  color: #111;
  border-bottom: 1px solid #aaa;
  position: relative;
  padding-bottom: 4px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

section.activities03 ul li .activities-link:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -20px;
  background-image: url("../images/activities/link-iconBk.png");
  width: 15px;
  height: 12px;
  display: inline-block;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 10px;
}

section.activities03 ul li .activities-link:hover {
  opacity: 0.6;
}

/*nav*/

/* nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999999;
  visibility: hidden;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  border: 25px solid #1c1c1c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  display: none; } */
nav.show {
  display: block;
}

nav .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 25px;
  top: 20px;
  cursor: pointer;
}

nav .close-btn:before {
  content: "";
  height: 2px;
  width: 102%;
  display: block;
  background-color: #111;
  transform: rotate(-45deg) scaleX(0);
  -webkit-transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -moz-transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -ms-transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -o-transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  position: absolute;
  right: 4px;
  top: 0px;
  transform-origin: right top;
}

nav .close-btn:after {
  content: "";
  height: 2px;
  width: 102%;
  display: block;
  background-color: #111;
  transform: rotate(45deg) scaleX(0);
  -webkit-transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -moz-transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -ms-transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -o-transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  transition: 0.8s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  position: absolute;
  left: 5px;
  top: 0px;
  transform-origin: left top;
}

nav .close-btn.active:before {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  transform: rotate(-45deg) scaleX(1);
}

nav .close-btn.active:after {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  transform: rotate(45deg) scaleX(1);
}

nav div.nav-wrap {
  width: 300px;
  margin: 0 auto;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

nav div.nav-wrap h2 {
  width: 200px;
  margin: 0 auto 40px;
  opacity: 0;
  letter-spacing: 0.2em;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

nav div.nav-wrap ul.nav-list {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

nav div.nav-wrap ul.nav-list li {
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-size: 1.5rem;
  opacity: 0;
  letter-spacing: 0.05em;
  letter-spacing: 6px;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -moz-transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -ms-transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -o-transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
}

nav div.nav-wrap ul.nav-list li:after {
  content: "";
  width: 100%;
  height: 1px;
  transform: scale(1.3);
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -moz-transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -ms-transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -o-transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  transition: 1.2s cubic-bezier(0.14, 0.91, 0.73, 0.98);
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

nav div.nav-wrap ul.nav-list li:hover {
  opacity: 0.6;
}

nav div.nav-wrap ul.nav-list .li-active {
  letter-spacing: 1px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

nav div.nav-wrap ul.nav-list .li-active:after {
  width: 100%;
  transform: scale(1);
}

nav div.nav-wrap .nav-left {
  display: inline-block;
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-right: 50px;
  vertical-align: top;
  opacity: 0;
}

nav div.nav-wrap .nav-right {
  display: inline-block;
  width: calc(50% - 50px);
  vertical-align: top;
  opacity: 0;
}

nav div.nav-wrap .nav-right ul.nav-list2 li {
  font-size: 1.5rem;
  margin-bottom: 7px;
}

nav .nav-sub {
  position: absolute;
  right: 20px;
  top: 20px;
}

nav .language {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 10px;
}

nav .language span {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #111;
  transform: rotate(20deg);
  margin: 0 10px;
}

nav a.room-search,
nav a.apply_recruit {
  width: 140px;
  height: 35px;
  background: #111;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
  font-size: 1.4rem;
  border: 1px solid #111;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

nav a.room-search:hover,
nav a.apply_recruit:hover {
  background: transparent;
  color: #111;
}

nav .nav-sns {
  margin-bottom: 20px;
}

nav .nav-sns li {
  display: inline-block;
  width: 22px;
  height: 24px;
  margin-right: 20px;
}

nav .nav-sns li:last-child {
  height: 30px;
  width: 28px;
  margin-right: 0px;
  position: relative;
  top: 3px;
}

section.contact {
  width: 730px;
  margin: 0 auto;
}

section.contact .contact-info {
  text-align: center;
}

section.contact .contact-info p.tell {
  font-size: 1.5rem;
}

section.contact .contact-info p.tell span {
  margin-left: 10px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}

section.contact .contact-info p.address {
  font-size: 1.5rem;
  margin-top: 25px;
}

section.contact div.tab-wrap .note {
  text-align: center;
}

section.contact div.tab-wrap p {
  text-align: center;
  font-size: 1.5rem;
}

section.contact div.tab-wrap ul.tab {
  font-size: 0;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

section.contact div.tab-wrap ul.tab li {
  width: 30%;
  height: 70px;
  margin-right: 5%;
  display: inline-block;
  font-size: 1.5rem;
  border: 1px solid #111111;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 23px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
}

section.contact div.tab-wrap ul.tab li:hover {
  background: #111;
  color: #FFF;
}

section.contact div.tab-wrap ul.tab li:last-child {
  margin-right: 0;
}

section.contact div.tab-wrap ul.tab .select {
  background-color: #111;
  color: #FFF;
  transition: .3s;
  -webkit-transition: .3s;
}

section.contact div.tab-wrap .hide {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

section.privacypolicy {
  max-width: 960px;
  margin: 100px auto;
}

section.privacypolicy h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
}

section.privacypolicy p.caption {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 35px;
}

section.privacypolicy div.attension-wrap {
  margin-top: 90px;
}

section.privacypolicy div.attension-wrap h3 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

section.privacypolicy div.attension-wrap ul.cap-list li {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

section.factsheet {
  max-width: 480px;
  margin: 100px auto;
}

section.factsheet h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
}

section.factsheet ul.sheetlist li {
  margin-bottom: 20px;
}

section.factsheet ul.sheetlist li a {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #111111;
  color: #FFF;
  padding-top: 24px;
  padding-left: 25px;
  letter-spacing: 0.05em;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

section.factsheet ul.sheetlist li a:after {
  content: "";
  width: 17px;
  height: 14px;
  background-image: url("../images/common/link-icon.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  right: 20px;
  top: 28px;
}

section.factsheet ul.sheetlist li a:hover {
  background-color: #555;
}

/*footer css*/
/* footer.footer-anime:after {
  transform: scale(1);
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease; }

footer {
  width: 100%;
  height: 350px;
  position: fixed;
  bottom: 0; }
  footer:after {
    content: "";
    background-image: url(../images/common/footer-bg.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  footer .footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0px; }
    footer .footer-wrap p {
      line-height: 1.8; }
    footer .footer-wrap div.footer-left {
      display: inline-block;
      width: 83%;
      vertical-align: top;
      padding-top: 135px; }
      footer .footer-wrap div.footer-left ul.footer-nav {
        margin-bottom: 15px; }
        footer .footer-wrap div.footer-left ul.footer-nav li {
          display: inline-block;
          font-size: 1.5rem;
          margin-right: 35px; }
      footer .footer-wrap div.footer-left a {
        color: #FFF; }
      footer .footer-wrap div.footer-left .tell {
        color: #FFF;
        font-size: 1.5rem;
        margin-bottom: 20px; }
        footer .footer-wrap div.footer-left .tell a {
          color: #FFF;
          font-size: 2.6rem;
          margin-left: 10px;
          letter-spacing: 0.2em;
          -webkit-transition: .3s ease;
          -moz-transition: .3s ease;
          -ms-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
          footer .footer-wrap div.footer-left .tell a:hover {
            opacity: 0.6; }
      footer .footer-wrap div.footer-left .addres {
        font-size: 1.3rem;
        color: #FFF; }
    footer .footer-wrap div.foot-right {
      width: 17%;
      display: inline-block;
      padding-top: 135px; }
      footer .footer-wrap div.foot-right .footer-sns li {
        display: inline-block;
        width: 22px;
        height: 24px;
        margin-right: 35px;
        transition: .3s;
        -webkit-transition: .3s; }
        footer .footer-wrap div.foot-right .footer-sns li:hover {
          opacity: 0.6; }
        footer .footer-wrap div.foot-right .footer-sns li:last-child {
          height: 30px;
          width: 28px;
          margin-right: 0px;
          position: relative;
          top: 3px; }
      footer .footer-wrap div.foot-right p.copyright {
        font-size: 1.1rem;
        text-align: right;
        color: #FFF;
        margin-top: 30px;
        line-height: 1px; } */

/*yoyaku form*/
section.yoyaku-wrap {
  width: 650px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.02);
  padding: 60px 40px;
}

section.yoyaku-wrap .label-wrap .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
}

section.yoyaku-wrap h3 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

section.yoyaku-wrap h3 span {
  display: block;
  font-size: 1.6rem;
}

section.yoyaku-wrap .label-wrap span.ttl {
  font-size: 1.5rem;
}

section.yoyaku-wrap .label-wrap span.ttl.furigana {
  width: 40% !important;
}

section.yoyaku-wrap .sex-wrap {
  margin-bottom: 30px;
}

section.yoyaku-wrap .sex-wrap span.ttl {
  margin-right: 10px;
  display: inline-block;
}

section.yoyaku-wrap .mail .wpcf7-form-control-wrap,
section.yoyaku-wrap .tell .wpcf7-form-control-wrap {
  width: 100%;
}

section.yoyaku-wrap .mb30 {
  margin-bottom: 30px;
}

section.yoyaku-wrap p.date-wrap {
  margin-bottom: 30px;
}

section.yoyaku-wrap p.date-wrap span.ttl {
  margin-right: 20px;
  display: inline-block;
}

section.yoyaku-wrap p.date-wrap span.date-pic {
  position: relative;
}

section.yoyaku-wrap p.date-wrap span.date-pic input {
  width: 200px;
  background: #FFF;
  height: 40px;
  border: none;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding-right: 8px;
}

section.yoyaku-wrap p.time-wrap span.ttl {
  margin-right: 20px;
  display: inline-block;
}

section.yoyaku-wrap p.time-wrap select {
  width: 57%;
  background: #FFF;
  height: 40px;
  border: none;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  font-size: 1.5rem;
}

section.yoyaku-wrap p.time-wrap .time-pic {
  position: relative;
}

section.yoyaku-wrap p.time-wrap .time-pic:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black;
  top: 5px;
  right: 12px;
}

section.yoyaku-wrap .en-people p.women {
  width: 135px !important;
}

section.yoyaku-wrap .en-people p.women:after {
  right: 10px !important;
}

section.yoyaku-wrap .people-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.yoyaku-wrap .people-wrap p.midashi {
  margin-right: 20px;
  display: inline-block;
  font-size: 1.5rem;
}

section.yoyaku-wrap .people-wrap p.Men {
  width: 120px;
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
}

section.yoyaku-wrap .people-wrap p.Men span.ttl {
  margin-right: 10px;
}

section.yoyaku-wrap .people-wrap p.Men select.wpcf7-form-control.wpcf7-select {
  width: 70px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #FFF;
  border: none;
  padding-left: 11px;
}

section.yoyaku-wrap .people-wrap p.Men:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black;
  top: 18px;
  right: 18px;
}

section.yoyaku-wrap .people-wrap p.women {
  width: 120px;
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  margin-right: 10px;
}

section.yoyaku-wrap .people-wrap p.women:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black;
  top: 18px;
  right: 18px;
}

section.yoyaku-wrap .people-wrap p.women span.ttl {
  margin-right: 10px;
}

section.yoyaku-wrap .people-wrap p.women select.wpcf7-form-control.wpcf7-select {
  width: 70px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #FFF;
  border: none;
  padding-left: 11px;
}

section.yoyaku-wrap .people-wrap p.child {
  width: 150px;
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  margin-right: 10px;
}

section.yoyaku-wrap .people-wrap p.child:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black;
  top: 18px;
  right: 48px;
}

section.yoyaku-wrap .people-wrap p.child span.ttl {
  margin-right: 10px;
}

section.yoyaku-wrap .people-wrap p.child select.wpcf7-form-control.wpcf7-select {
  width: 70px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #FFF;
  border: none;
  padding-left: 11px;
}

/*contact*/
section.contact div.tab-wrap p {
  text-align: center;
  font-size: 1.5rem;
  box-sizing: border-box;
  text-align: left;
}

section.contact div.tab-wrap .cate {
  cursor: pointer;
}

.contact-attension {
  margin-top: 30px;
}

.contact-attension p {
  line-height: 1.8;
  margin-top: 5px !important;
}

input,
select,
textarea {
  font-size: 1.5rem;
  font-family: YuMincho, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", 'Noto Serif Japanese', "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Times New Roman", HGS明朝E, メイリオ, Meiryo, serif;
  border: none;
  /* width: 100%; */
}

.label-wrap {
  margin-bottom: 30px;
}

.label-wrap.address1 {
  margin-bottom: 15px;
}

.name-wrap {
  font-size: 0;
}

.name-wrap span.wpcf7-form-control-wrap.sex {
  float: left;
  width: 12%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 4%;
  position: relative;
}

.name-wrap span.wpcf7-form-control-wrap.sex:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black;
  top: 19px;
  right: 9px;
}

.name-wrap .en-name span.ttl {
  width: 40% !important;
}

.name-wrap .en-name .wpcf7-form-control-wrap {
  width: 100% !important;
  display: inline-block;
}

.name-wrap .label-wrap {
  margin-top: 0px !important;
  float: left;
  width: calc((100% - 15px)/2);
  padding: 10px 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.name-wrap .label-wrap.mr20,
.name-wrap .label-wrap.name-sub {
  margin-right: 15px;
  margin-bottom: 30px;
}

.name-wrap .label-wrap span.ttl {
  width: 13%;
  display: inline-block;
  vertical-align: top;
}

.name-wrap .label-wrap .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
}

.name-wrap label {
  width: 100%;
  text-align: left;
  display: block;
  vertical-align: top;
}

.name-wrap select.wpcf7-form-control.wpcf7-select {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  width: 100%;
  padding: 12px 18px;
}

.label-wrap.cate span.wpcf7-form-control-wrap.category {
  position: relative;
}

.label-wrap.cate span.wpcf7-form-control-wrap.category:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black;
  top: 17px;
  right: 8px;
}

.label-wrap.cate select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  cursor: pointer;
  padding: 10px 18px;
}

p.label-wrap.textarea span.wpcf7-form-control-wrap.your-message {
  width: 100%;
  display: block;
  resize: none;
}

p.label-wrap.textarea span.ttl {
  width: 100%;
  display: block;
}

p.label-wrap.textarea textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  display: block;
  resize: none;
  border: none;
  margin: 10px 0 20px;
  font-size: 1.5rem;
}

.label-wrap.cate {
  padding: 0;
}

.label-wrap.cate span.wpcf7-form-control-wrap.category {
  width: 100%;
  display: block;
}

.label-wrap.cate select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  display: block;
  border: none;
  background: #fff;
  font-size: 1.5rem;
}

.label-wrap {
  width: 100%;
  padding: 10px 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.label-wrap .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
}

.label-wrap label {
  width: 100%;
  text-align: left;
  display: block;
}

.contact ul.content {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.02);
  padding: 40px;
}

.contact input,
.contact select,
.contact textarea,
.contact .date-wrap input,
.contact .room select {
  width: 100%;
  display: block;
  border: none;
  background: #fff;
  font-size: 1.5rem;
}

.contact .food textarea {
  height: 50px;
}

.contact label span input {
  border: none;
  width: 100%;
}

.contact .date-wrap,
.contact .days-wrap,
.contact .time-wrap,
.contact .guests-wrap {
  margin-bottom: 30px;
}

.contact .date-wrap .ttl,
.contact .days-wrap .ttl,
.contact .time-wrap .ttl,
.contact .guests-wrap .ttl {
  vertical-align: top;
  width: 150px;
  margin-right: 20px;
  display: inline-block;
}

.contact .date-wrap .date-pic,
.contact .days-wrap .date-pic,
.contact .time-wrap .date-pic,
.contact .guests-wrap .date-pic {
  width: calc(100% - 170px);
  display: inline-block;
}

.contact .date-wrap .date-pic input,
.contact .days-wrap .date-pic input,
.contact .time-wrap .date-pic input,
.contact .guests-wrap .date-pic input {
  padding: 10px 18px;
  width: 180px;
}

.contact .date-wrap .days,
.contact .date-wrap .time,
.contact .date-wrap .guests,
.contact .days-wrap .days,
.contact .days-wrap .time,
.contact .days-wrap .guests,
.contact .time-wrap .days,
.contact .time-wrap .time,
.contact .time-wrap .guests,
.contact .guests-wrap .days,
.contact .guests-wrap .time,
.contact .guests-wrap .guests {
  width: 80px;
  display: inline-block;
}

.contact .date-wrap .days input,
.contact .date-wrap .time input,
.contact .date-wrap .guests input,
.contact .days-wrap .days input,
.contact .days-wrap .time input,
.contact .days-wrap .guests input,
.contact .time-wrap .days input,
.contact .time-wrap .time input,
.contact .time-wrap .guests input,
.contact .guests-wrap .days input,
.contact .guests-wrap .time input,
.contact .guests-wrap .guests input {
  width: 30px;
  display: inline-block;
  padding: 10px 18px;
}

.contact .date-wrap .time input,
.contact .days-wrap .time input,
.contact .time-wrap .time input,
.contact .guests-wrap .time input {
  width: 100px;
}

.contact .dropdown-wrap {
  margin-bottom: 30px;
}

.contact .dropdown-wrap .room {
  position: relative;
}

.contact .dropdown-wrap .room:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black;
  top: 6px;
  right: 10px;
}

.contact .dropdown-wrap .ttl {
  vertical-align: top;
  width: 150px;
  margin-right: 20px;
  display: inline-block;
}

.contact .dropdown-wrap select {
  width: calc(100% - 170px);
  display: inline-block;
  padding: 10px 18px;
}

.contact .people-wrap {
  margin-bottom: 30px;
}

.contact .people-wrap .midashi {
  width: 150px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

.contact .people-wrap .left {
  width: 200px;
  display: inline-block;
}

.contact .people-wrap .left .ttl {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.contact .people-wrap .left select {
  width: 90px;
  display: inline-block;
  padding: 10px 18px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
}

.contact .people-wrap .left .Men,
.contact .people-wrap .left .women,
.contact .people-wrap .left .child {
  position: relative;
}

.contact .people-wrap .left .Men:after,
.contact .people-wrap .left .women:after,
.contact .people-wrap .left .child:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black;
  top: 18px;
  right: 38px;
}

.contact .stay_wrap {
  border: 1px solid #aaa;
  padding: 30px 30px 0;
}

.contact .stay_wrap .note {
  font-weight: bold;
  text-align: left !important;
  margin-top: 0px;
  margin-bottom: 30px;
}

.barba-container .wpcf7-form-control-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.barba-container input.wpcf7-form-control.wpcf7-submit {
  width: 340px;
  height: 60px;
  display: block;
  margin: 40px auto 0;
  background: #111;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}

.barba-container input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #555;
}

.barba-container div.wpcf7 .ajax-loader {
  text-align: center;
  margin: 20px auto 0 !important;
  background: url(../images/common/form-loading.gif) !important;
  width: 20px !important;
  height: 20px !important;
  display: block;
}

.barba-container div.wpcf7-validation-errors,
.barba-container div.wpcf7-acceptance-missing {
  text-align: center;
  border: 1px solid #aaa;
  padding: 15px;
}

.barba-container div.wpcf7-mail-sent-ok {
  display: none !important;
}

section.contact_compleate {
  text-align: center;
  min-height: 40vh;
}

section.contact_compleate h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

section.contact_compleate p {
  font-size: 1.6rem;
  line-height: 1.8;
}

/*atsushi*/

main h2.page-ttl {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.page_ttl_center {
  width: 33px;
  margin: auto;
}


/*タイトル*/
.titlearea {
    margin: 50px auto;
    max-width: 1000px;
}

.titlearea h2 {
    margin: 0 !important;
    font-family: 'UtsukushiFONT', serif !important;
    font-size: 24px !important;
}

.titlearea p {
    margin: 0 !important;
    font-size: 30px;
    font-size: 16px !important;
    position: relative;
    padding: 0.4rem;
    text-align: center;
}

.titlearea p span {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

.titlearea p:before {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 30px);
    width: 55px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #9C0100;
}

.titlearea p {
    margin-top: 10px;
    color: #9C6900;
}







/*End atsushi*/
@media screen and (max-width: 1350px) {


  .dropdown {
    width: 25px;
    margin-top: -7px;
    margin-left: 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: center;
    outline: none;
    box-sizing: border-box;
  }

  .dropdown.active {
    background: #f8f8f8;
  }

  .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 3px 5px;
    outline: none;
  }

  .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 160px;
    left: -1px;
    top: -1px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1000;
  }

  .dropdown .dropdown-menu li {
    padding: 3px 5px;
    transition: all .2s ease-in-out;
    cursor: pointer;
  }

  .dropdown .dropdown-menu li:hover {
    background-color: #111;
    color: #FFF;
  }

  .dropdown .dropdown-menu li:active {
    background-color: #e2e2e2;
  }

  .flatpickr-calendar.animate.open {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .flatpickr-day.inRange,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.today.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay.today.inRange,
  .flatpickr-day:hover,
  .flatpickr-day.prevMonthDay:hover,
  .flatpickr-day.nextMonthDay:hover,
  .flatpickr-day:focus,
  .flatpickr-day.prevMonthDay:focus,
  .flatpickr-day.nextMonthDay:focus {
    transition: .3s;
    -webkit-transition: .3s;
  }

  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    background: #111;
    border-color: #111;
  }

  .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
  .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
  .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #111;
    box-shadow: -10px 0 0 #111;
  }

  .flatpickr-weekdays {
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .flatpickr-current-month {
    font-size: 1.5rem;
  }

  .flatpickr-day.today {
    border: none;
  }

  .flatpickr-day.nextMonthDay {
    color: #393939;
  }

  .flatpickr-day.inRange,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.today.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay.today.inRange {
    color: #FFF;
    background: #111;
    -webkit-box-shadow: -5px 0 0 #111, 5px 0 0 #111;
    box-shadow: -5px 0 0 #111, 5px 0 0 #111;
    border: none;
  }

  .contact .date-wrap input {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    height: 44px;
    position: relative;
  }

    .contact .date-wrap input:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid black;
        top: 18px;
        right: 10px;
    }

  input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: -3px;
  }

  input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    background: #111;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  @media screen and (min-width: 769px) and (max-width: 1200px) {
    footer .footer-wrap div.footer-left {
      display: inline-block;
      width: 71%;
      vertical-align: top;
      padding-left: 2%;
      padding-top: 135px;
    }

    footer .footer-wrap div.foot-right {
      width: 25%;
      padding-right: 2%;
      text-align: right;
    }

    nav div.nav-wrap .nav-left {
      display: none;
    }

    nav div.nav-wrap .nav-right {
      display: none;
    }
  }

  .static {
    width: 100%;
    padding: 0 15px;
    max-width: 760px;
    margin: auto;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .static h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.2em;
  }

  .static h3 {
    text-align: center;
    margin: 40px auto 20px;
    font-size: 1.8rem;
  }

  .static h3.left {
    text-align: left;
  }

  .static a {
    text-decoration: underline;
  }

  /*# sourceMappingURL=style.css.map */


    #concept_k {
        padding: 0;
    }
    
    
    
    
    
  /*タイトル*/
  .titlearea {
    margin: 50px auto;
    max-width: 1000px;
  }

  .titlearea h2 {
    margin: 0 !important;
    font-family: 'UtsukushiFONT', serif !important;
    font-size: 24px !important;
  }

  .titlearea p {
    margin: 0 !important;
    font-size: 30px;
    font-size: 16px !important;
    position: relative;
    padding: 0.4rem;
    text-align: center;
  }

  .titlearea p span {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
  }

  .titlearea p:before {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 30px);
    width: 55px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #9C0100;
  }

  .titlearea p {
    margin-top: 10px;
    color: #9C6900;
  }

}

.pc_view {
  display: block;
}

.mb_view {
  display: none;
}

.pc_dt {
  text-align: center;
}

.pc_dd {
  height: auto !important;
}

.map_image {
  max-width: 960px;
  margin: 100px auto !important;
  width: 80% !important;
}

.map_image p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}

.map_image img {
  width: 100%;
  margin-bottom: 15px;
}

.map_image a {
  background-color: #333;
  padding: 7px 0px;
  border: 1px solid #333;
  color: #fff;
  display: block;
  width: 250px;
  text-align: center;
  margin: 20px auto 0;
  font-size: 18px;
  transition: all .2s ease-in-out;
}

.map_image a:hover {
  color: #333;
  background-color: #fff;
}



@media screen and (max-width:768px) {

    .map_under {
        display: block;
        margin: 30px auto;
        width: 100%;
        text-align: center;
    }

    .map_under a {
        width: 80%;
    }

    .map_under a img {
        width: 200px;
    }

    .parking_img {
        width: 45%;
        margin-bottom: 70px;
    }

    .parking_img img {
        width: 100%;
    }


    .pc_view {
        display: none;
    }

    .mb_view {
        display: block;
    }



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

    input[type="button"],
    input[type="submit"] {
        border-radius: 0;
    }

    .loading_wrap .logo {
        transform: translate(-50%, -50%) scale(0.3);
        -webkit-transform: translate(-50%, -50%) scale(0.3);
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    main {
        overflow: hidden;
    }

    .sp-hide {
        display: none !important;
    }

    .pc-hide {
        display: block !important;
    }

    .reserve-txtsp.pc-hide {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        padding-top: 10px;
        box-sizing: border-box;
        letter-spacing: 4px;
        text-align: center;
    }

    .reserve-txtsp.pc-hide a {
        background: #111;
        display: block;
        padding: 10px 20px 9px;
        color: #FFF;
        max-width: 150px;
        margin: auto;
    }

    .inner {
        top: -40px;
    }

    main {
        padding: 50px 10px;
    }

    header .burger-button {
        right: 25px;
        top: 17px;
        left: initial;
    }

    header {
        height: 0;
        background: #FFF;
    }

    header .nav-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px 20px 0;
    }

    header.is-animation .nav-wrapper {
        padding-top: 25px;
    }

    main h2.page-ttl {
        padding-top: 45px;
        padding-bottom: 30px;
        height: 100%;
        font-size: 1.5rem;
    }

    main h2.page-ttl:before {
        margin-bottom: 8px;
    }

    main h2.page-ttl.room-ttl,
    main h2.page-ttl.dayplan-ttl {
        height: 100px;
    }

    main h2.page-ttl.news-ttl {
        height: 130px;
    }

    main h2.page-ttl.kaiseki-ttl {
        height: 195px;
    }

    main h2.page-ttl.access-ttl {
        height: 120px;
    }

    main h2.page-ttl.facilities-ttl,
    h2.page-ttl.activities-ttl {
        height: 170px;
    }

    header .header02 {
        height: 50px;
    }

    header .header01 .header-logo,
    header .header02 .header-logo {
        width: 160px;
    }

    header .header02 .header-logo svg {
        height: auto;
    }

    header .nav-wrapper {
        text-align: left;
    }

    header.is-animation .nav-wrapper,
    header .nav-wrapper {
        padding: 13px 20px 0;
    }

    section.top-kv {
        height: auto;
    }

    section.top-about {
        padding: 60px 0px 0;
    }

    section.top-about p {
        line-height: 3;
    }

    section.top-about .logo {
        width: 37px;
        height: 25px;
        margin: 0 auto 25px;
    }

    header .nav-list {
        display: none;
    }

    header .language {
        display: none;
    }

    section.top-about p {
        font-size: 1.4rem;
        padding: 0 15px;
    }

    section.top-about .about-moviewrap {
        padding-top: 60px;
    }

    section.top-about .about-movie {
        width: 100%;
    }

    section.gallery-movie .about-movie {
        width: 100%;
        height: calc(100vw / 16 * 9);
    }

    section.gallery-movie .about-movie .imgHolder {
        height: calc(100vw / 16 * 9);
    }

    section.gallery-movie .about-movie svg.video-overlay-play-button {
        -webkit-transform: translateY(-50%) scale(0.8);
        transform: translateY(-50%) scale(0.8);
    }

    section.top-stay {
        margin-top: 80px;
    }

    section.top-stay h2 {
        font-size: 1.8rem;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }

    section.top-stay .swiper-slide {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    section.top-stay .slick-list.draggable {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        overflow: hidden;
        margin: 0 15px;
    }

    section.top-stay .slick-slide p {
        -webkit-writing-mode: initial;
        -ms-writing-mode: tb-rl;
        writing-mode: initial;
        height: auto;
        margin-left: 0px;
        margin-top: 15px;
        display: block;
        font-size: 1.6rem;
        vertical-align: top;
        letter-spacing: 0.4em;
        text-align: center;
    }

    section.top-stay .slick-slide .slide-imgWrap {
        width: 100%;
    }

    button.slick-next.slick-arrow {
        right: calc(50% - 100px);
        bottom: -5px;
    }

    button.slick-prev.slick-arrow {
        left: calc(50% - 100px);
        bottom: -5px;
    }

    section.top-stay .swiper-slide p {
        margin: auto;
        text-align: center;
        height: auto;
        writing-mode: initial;
    }

    .swiper-pagination {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .swiper-pagination span {
        margin: 0 5px 0 !important;
    }

    section.top-stay h3 {
        text-align: center;
        margin: 35px auto 0;
    }

    section.top-stay .swiper-pagination {
        margin-top: 30px;
    }

    section.top-stay .swiper-slide p {
        margin-top: 10px;
    }

    section.top-stay .swiper-button-prev,
    section.top-stay .swiper-button-next {
        bottom: 3px;
        cursor: pointer;
    }

    section.top-news {
        width: 100%;
        margin: 80px auto 0;
    }

    section.top-news {
        width: 100%;
    }

    section.top-news h2 {
        font-size: 1.8rem;
        padding-bottom: 10px;
    }

    section.top-news dl {
        font-size: 0;
        padding: 20px 0;
        border-bottom: 1px solid #cccccc;
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    section.top-news dl dt {
        vertical-align: top;
    }

    section.top-news dl dd {
        font-size: 1.4rem;
        vertical-align: top;
    }

    section.top-news dl dd span {
        display: none;
    }

    section.top-news dl:after {
        display: none;
    }

    section.top-news h3 {
        margin: 10px auto 0;
    }

    section.gallery-movie {
        padding-top: 80px;
    }

    section.gallery-movie .about-movie {
        max-width: 100%;
    }

    section.gallery-movie h3 {
        margin-top: 30px;
    }

    section.gallery-movie .movie-overlay {
        position: absolute;
        background: none;
    }

    section.gallery-movie .movie-overlay video {
        width: 101%;
    }

    section.gallery-movie.modalon h3 {
        opacity: 1 !important;
    }

    section.gallery div.gallery-wrap div img {
        top: 0px;
    }

    section.gallery div.gallery-wrap {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .fancybox-button--close {
        top: 10px;
        right: 10px;
    }

    section.gallery div.gallery-wrap div.gimg01 {
        width: 100%;
        overflow: hidden;
        padding-top: calc(740/1100 *100%);
    }

    section.gallery div.gallery-wrap div.gimg02 {
        width: 100%;
        margin-top: 15px;
        float: none;
        margin-left: 0;
        height: 0;
        padding-top: calc(1030/690 *100%);
        overflow: hidden;
        float: none;
    }

    section.gallery div.gallery-wrap div.gimg03 {
        width: 100%;
        margin-top: 15px;
        float: none;
        margin-right: 0;
        height: 0;
        padding-top: calc(530/800 *100%);
        overflow: hidden;
        float: none;
    }

    section.gallery div.gallery-wrap div.gimg04 {
        width: 100%;
        margin: 15px auto 0;
        height: 0;
        padding-top: calc(460/690 *100%);
        overflow: hidden;
        float: none;
    }

    section.gallery div.gallery-wrap .float-right {
        width: 100%;
        float: none;
    }

    section.gallery div.gallery-wrap div.gimg05 {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        float: none;
        height: 0;
        padding-top: calc(460/690 *100%);
        overflow: hidden;
        float: none;
        margin-bottom: 10px;
    }

    section.gallery div.gallery-wrap div.gimg06 {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        float: none;
        height: 0;
        padding-top: calc(460/690 *100%);
    }

    section.gallery div.gallery-wrap div.gimg07 {
        width: 100%;
        margin: 15px auto 0;
        height: 0;
        padding-top: calc(460/690 *100%);
        overflow: hidden;
        float: none;
    }

    section.gallery div.gallery-wrap div.gimg08 {
        width: 100%;
        margin: 15px auto 0;
        height: 0;
        padding-top: calc(460/690 *100%);
        overflow: hidden;
        float: none;
    }

    section.gallery div.gallery-wrap div.gimg09 {
        width: 100%;
        margin-top: 15px;
        float: none;
        margin-right: 0;
        height: 0;
        padding-top: calc(930/690 *100%);
        overflow: hidden;
        float: none;
    }

    section.gallery div.gallery-wrap div.gimg10 {
        width: 100%;
        margin-top: 15px;
        float: none;
        margin-right: 0;
        height: 0;
        padding-top: calc(460/690 *100%);
        overflow: hidden;
        float: none;
        margin-left: 0px;
    }

    section.gallery div.gallery-wrap div.gimg11 {
        width: 100%;
        float: none;
        margin-top: 15px;
        padding-top: calc(460/690 *100%);
    }

    section.gallery div.gallery-wrap div.layout6 {
        width: calc(50% - 20px);
        display: inline-block;
        margin: 15px auto 0;
    }

    section.gallery div.gallery-wrap div.layout6 .leftpos {
        margin-left: 0px;
    }

    section.gallery div.gallery-wrap div.layout6 .rightpos {
        margin-right: 0px;
    }

    section.gallery div.gallery-wrap div.layout6 .slide:nth-of-type(1) {
        margin-left: 0;
        width: 100%;
    }

    section.gallery div.gallery-wrap div.layout6 {
        width: 100%;
        display: inline-block;
        margin: 15px auto 0;
        left: 0;
    }

    .slide.gimg17.imgview.img-anime {
        margin-bottom: 0px;
    }

    section.gallery div.gallery-wrap div.gimg12,
    section.gallery div.gallery-wrap div.gimg13,
    section.gallery div.gallery-wrap div.gimg14,
    section.gallery div.gallery-wrap div.gimg15,
    section.gallery div.gallery-wrap div.gimg16,
    section.gallery div.gallery-wrap div.gimg17 {
        margin-bottom: 15px;
        width: 100%;
        padding-top: calc(460/690 *100%);
    }

    section.gallery div.gallery-wrap div.gimg12,
    section.gallery div.gallery-wrap div.gimg13,
    section.gallery div.gallery-wrap div.gimg15,
    section.gallery div.gallery-wrap div.gimg16 {
        margin-right: 0px;
        width: 100%;
        padding-top: calc(460/690 *100%);
    }

    section.gallery div.gallery-wrap div.gimg18 {
        width: 100%;
        float: none;
        margin-top: 15px;
        padding-top: calc(460/690 *100%);
    }

    section.gallery div.gallery-wrap div .inner {
        top: -60px;
    }

    section.gallery h3 {
        margin: 40px auto;
    }

    section.gallery h2.foot-logo {
        width: 155px;
        margin: 79px auto 0;
    }

    main .links {
        margin-top: 100px;
    }

    main .links.facilities {
        margin-bottom: 80px;
    }

    main .links.activities {
        margin-top: 0;
        margin-bottom: 50px;
    }

    main .links.gallery h3 a {
        margin-left: auto;
        margin-right: auto;
    }

    section.gallery h3 {
        display: block;
    }

    section.dayplan p {
        margin-bottom: 30px;
    }

    section.dayplan .dayplan-list {
        margin-top: 0;
    }

    section.dayplan .dayplan-list li {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-top: 40px;
    }

    section.dayplan {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    section.dayplan .dayplan-list li:nth-child(odd) {
        margin-right: 0px;
        margin-top: 40px;
    }

    section.dayplan .dayplan-list li:nth-child(2n) {
        margin-top: 40px;
    }

    section.news-cont ul.cat-list.pc-hide {
        text-align: left;
    }

    section.news-cont ul.cat-list.pc-hide>li {
        position: relative;
        margin: 0 0 0 1px;
        padding: 5px;
        width: 190px;
        display: block;
        margin: 0 auto;
    }

    section.news-cont ul.cat-list.pc-hide>li ul.sub li a {
        color: #111;
    }

    ul.sub {
        display: none;
        position: absolute;
        margin-left: -6px;
        padding: 0;
    }

    section.news-cont ul.cat-list li:hover {
        background-color: transparent;
    }

    section.news-cont {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    section.news-cont div.news-wrap dl {
        padding: 15px 0;
    }

    section.news-cont div.news-wrap dl dt {
        vertical-align: top;
        width: 28%;
        font-size: 1.3rem;
        line-height: 1.9;
    }

    section.news-cont div.news-wrap dl dd {
        width: 72%;
        font-size: 1.4rem;
    }

    section.news-cont div.news-wrap dl dd .title {
        display: block;
    }

    section.news-cont div.news-wrap dl dd .news-cat {
        margin-left: 0;
        margin-top: 5px;
        display: inline-block;
        padding: 3px 5px;
    }

    section.news-cont div.news-wrap dl:after {
        display: none;
    }

    section.news-detail div.detail-txt div.pager p.prev {
        position: absolute;
        right: 70%;
    }

    section.news-detail div.detail-txt div.pager p.next {
        position: absolute;
        left: 70%;
    }

    section.news-detail div.detail-txt div.pager p:nth-child(2) {
        margin: 0px 0px;
    }

    section.news-detail .detailkv-wrap {
        width: 100%;
        margin: 0 auto;
    }

    section.news-detail .detailkv-wrap div.detail-kv {
        padding-top: calc(500 / 750 * 100%);
        left: 0;
    }

    section.news-detail div.detail-txt h3 {
        font-size: 1.8rem;
        text-align: center;
        margin: 40px auto 30px;
        letter-spacing: 2px;
    }

    section.news-detail div.detail-txt {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    section.news-detail div.detail-txt p {
        margin-bottom: 25px;
    }

    section.news-detail div.detail-txt div.pager {
        margin-top: 45px;
    }

    section.facilities01 {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    section.facilities01 .facilities-list li:nth-child(odd) {
        margin-right: 0px;
        margin-top: 0px;
    }

    section.facilities01 .facilities-list {
        margin-top: 0;
    }

    section.facilities01 .facilities-list li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: 40px;
    }

    section.facilities01 .facilities-list li:first-child {
        margin-top: 0px !important;
    }

    section.facilities01 .facilities-list li:nth-child(2n) {
        margin-top: 40px;
    }

    section.facilities01 .facilities-list li:nth-child(odd) {
        margin-right: 0px;
        margin-top: 40px;
    }

    section.facilities01 .facilities-list li .img-wrap {
        height: calc(100vw * 930 / 1398);
    }

    section.facilities01 .facilities-list li .img-wrap img {
        width: 115%;
        position: relative;
        left: 0%;
        top: -20px;
    }

    section.facilities01 .facilities-list li p {
        width: 90%;
        margin: 10px auto 0;
    }

    section.facilities01 .facilities-list li p br {
        display: none;
    }

    .other-facilities {
        margin-top: 60px;
    }

    .other-facilities h3 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .other-facilities a {
        width: 100%;
    }

    .other-facilities p {
        margin-bottom: 40px;
    }

    main section.access01 .map-wrap {
        width: 100%;
        border: none;
    }


    main section.access01 .map-info {
        width: 100%;
        margin: 0 auto;
    }

    main section.access01 section.access01 iframe {
        height: 250px;
    }

    main section.access01 .map-info h3 {
        font-size: 1.4rem;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    main section.access01 .map-info ul.access-list li {
        display: inline-block;
        width: 30%;
        font-size: 1.4rem;
        text-align: left;
        padding: 15px 0 5px;
        position: relative;
    }

    main section.access01 .map-info ul.access-list li a {
        display: block;
    }

    main section.access01 .map-info .air-access dl dd p {
        margin-bottom: 50px;
        text-align: left;
    }

    main section.access01 .map-info .acord dl dd p {
        text-align: left;
    }


    main section.access01 .map-info ul.access-list li:nth-child(2) {
        margin: 0px;
    }

    main section.access01 .map-info ul.access-list {
        margin: 35px 0 50px;
        margin-bottom: 20px;
    }

    main section.access01 .map-info .car-access h4,
    main section.access01 .map-info .train-access h4,
    main section.access01 .map-info .air-access h4 {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }

    main section.access01 .taxiPlan {
        padding: 0 15px;
        text-align: left;
    }

    main section.access01 div#car {
        padding: 0 15px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    main section.access01 div#car dl:last-child {
        border-bottom: none;
    }

    main section.access01 .map-info .car-access dl {
        border-top: none;
        border-bottom: 1px solid #d3d3d3;
        padding: 25px 0 20px;
    }

    main section.access01 .map-info .car-access dl dt {
        width: 100%;
        display: block;
        font-size: 1.4rem;
        vertical-align: top;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    main section.access01 .map-info .car-access dl dd {
        width: 100%;
        display: block;
        font-size: 1.5rem;
        vertical-align: top;
        line-height: 1.8;
    }

    main section.access01 .map-info .air-access {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    main section.access01 .map-info .acord dl dd {
        width: 100%;
    }

    main section.access01 .map-info .acord dl dd .holder {
        padding-top: 30px;
        -ms-overflow-x: auto;
        overflow-x: auto;
        -ms-overflow-y: hidden;
        overflow-y: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    main section.access01 .map-info .acord dl dd img {
        width: 750px;
    }

    main section.access01 .map-info .acord dl dt {
        padding: 10px 40px 10px 10px;
        background-color: #2b2b2b;
        margin-bottom: 20px;
        color: #fff;
        margin-bottom: 0px;
        width: calc(100% - 50px);
        pointer-events: none;
    }

    main section.access01 .map-info .train-access dl {
        padding: 20px 0 20px;
    }

    main section.access01 .map-info .acord dl {
        padding: 20px 0 20px;
        padding-top: 0;
        border: none !important;
    }

    div#train {
        padding: 0 15px;
    }

    main section.access01 .map-info .train-access dl {
        padding: 20px 0 20px;
        padding-top: 0;
        border: none;
    }

    .title2 {
        position: relative;
        cursor: pointer;
        font-weight: normal;
        transition: all .5s ease;
    }

    .title2::before,
    .title2::after {
        background-color: #fff;
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
    }

    .title2::before {
        top: 48%;
        right: 15px;
        transform: rotate(0deg);
        background-color: #2b2b2b;
    }

    .title2::after {
        top: 48%;
        right: 15px;
        transform: rotate(90deg);
        background-color: #2b2b2b;
    }

    .title2.close::before {
        transform: rotate(45deg);
    }

    .title2.close::after {
        transform: rotate(-45deg);
    }

    .acodion_text_area {
        padding: 0;
        height: auto !important;
    }

    .sougei_p {
        width: calc(90% - 60px);
        text-align: left;
    }

    .sougei_p h2 {
        text-align: center;
    }

    .sougei_p h3 {
        font-size: 14px !important;
        padding: 0 !important;
    }

    section.kv-wrap {
        width: 100%;
    }

    section.kaiseki-cont .txt01 {
        text-align: center;
        margin: 50px auto;
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.kaiseki-cont {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.kaiseki-cont .txt01 p {
        font-size: 1.4rem;
        line-height: 1.8;
        text-align: left;
    }

    section.kaiseki-cont .txt01 h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    section.kaiseki-cont .txt01 h4 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    section.kaiseki-cont .swiper-pagination {
        margin-top: 10px;
    }

    section.kaiseki-cont .txt01 h4 {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    section.kaiseki-cont div.txt02 h4 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        line-height: 1.8;
    }

    section.kaiseki-cont div.txt02 {
        text-align: center;
        margin: 60px auto 50px;
    }

    section.kaiseki-cont div.txt02 p {
        text-align: left;
    }

    section.kaiseki-cont div.menu-wrap {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        background-color: #FFF;
        padding-bottom: 75px;
    }

    section.kaiseki-cont div.menu-wrap h3 {
        text-align: center;
        padding-top: 50px;
        margin-bottom: 25px;
    }

    section.kaiseki-cont div.menu-wrap p {
        padding: 0 40px;
    }

    section.kaiseki-cont div.menu-wrap p span {
        display: block;
        margin-left: 0px;
        margin-top: 5px;
    }

    section.kaiseki-cont div.menu-wrap dl {
        width: 96%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 10px;
    }

    section.kaiseki-cont div.menu-wrap dl dt {
        width: 60%;
        font-size: 1.4rem;
    }

    section.kaiseki-cont div.menu-wrap dl dd:nth-child(2) {
        width: 15%;
        font-size: 1.4rem;
    }

    section.kaiseki-cont div.menu-wrap dl dd:nth-child(3) {
        width: 22%;
        font-size: 1.4rem;
    }

    section.kaiseki-cont div.menu-wrap .fs13 {
        line-height: 1.8;
    }

    section.kaiseki-cont div.menu-wrap div.menu-list {
        margin: 30px auto 30px;
    }

    section.kaiseki-cont div.menu-wrap {
        padding-bottom: 50px;
    }

    section.kaiseki-cont div.txt03 {
        text-align: center;
        margin: 80px auto 30px;
    }

    section.kaiseki-cont div.txt03 h3 {
        text-align: center;
        margin: 0px auto 0px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    section.kaiseki-cont div.txt03 p {
        text-align: left;
    }

    section.kaiseki-news {
        padding: 60px 15px;
    }

    section.kaiseki-news div.news-wrap h3 {
        font-size: 1.8rem;
    }

    section.kaiseki-news div.news-wrap dl {
        padding: 20px 0;
    }

    section.kaiseki-news div.news-wrap dl:last-child {
        border-bottom: none;
    }

    section.kaiseki-news div.news-wrap dl dt {
        width: 23%;
        vertical-align: top;
        line-height: 2;
    }

    section.kaiseki-news div.news-wrap dl dd {
        width: 77%;
        vertical-align: top;
        line-height: 2;
    }

    section.kaiseki-news div.news-wrap dl:after {
        display: none;
    }

    section.kaiseki-wedding div.wedkv-wrap {
        height: calc(100vw * 500 / 750);
    }

    section.kaiseki-wedding div.wedkv-wrap div.wed-kv {
        height: calc(100vw * 500 / 750);
    }

    section.kaiseki-wedding .wed-txt {
        padding: 50px 15px 0;
    }

    section.kaiseki-wedding .wed-txt p {
        text-align: left;
        margin-bottom: 50px;
    }

    section.kaiseki-wedding .wed-txt a {
        width: 100%;
    }

    section.kaiseki-cont div.img-wrap02 {
        width: 100%;
    }

    section.kaiseki-cont div.img-wrap02 .img-wrapper img {
        top: -60px;
    }

    section.kaiseki-cont div.img-wrap02 .img-wrapper {
        width: 100%;
        margin-bottom: 40px;
    }

    section.kaiseki-cont div.img-wrap02 .img-wrapper:last-child {
        margin-bottom: 80px;
    }

    section.kaiseki-cont div.img-wrap02 .img-wrapper:first-child {
        margin-right: 0px;
    }

    ul.room-cate li {
        padding: 0;
        width: 70%;
        text-align: left;
        display: block;
        margin: 15px auto 0;
        position: relative;
    }

    ul.room-cate li a {
        display: block;
        padding-bottom: 5px;
    }

    ul.room-cate li:first-child {
        margin-top: 0;
    }

    ul.room-cate li:last-child {
        margin: 15px auto 0;
    }

    ul.room-cate li:before {
        content: "";
        border-top: 6px solid #111;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        position: absolute;
        right: 7px;
        top: 7px;
    }

    ul.room-cate {
        margin-bottom: 60px;
    }

    .roomAll-info {
        width: 100%;
        padding: 6px;
        margin-bottom: 0px;
    }

    .roomAll-info h3 {
        font-size: 1.8rem;
        margin-bottom: 30px;
        padding-top: 50px;
        margin-top: -50px;
    }

    .roomAll-info .room-wrapper .room01 .room-left {
        width: 100%;
        float: none;
    }

    .roomAll-info .room-wrapper div:nth-child(odd) .room-right,
    .roomAll-info .room-wrapper div:nth-child(even) .room-left,
    .roomAll-info .room-wrapper div:nth-child(odd) .room-left,
    .roomAll-info .room-wrapper div:nth-child(odd) .room-right,
    .roomAll-info .room-wrapper div:nth-child(even) .room-right {
        width: 100%;
        float: none;
        padding-top: 0;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .roomAll-info .room-wrapper div:nth-child(odd) .room-right .inner,
    .roomAll-info .room-wrapper div:nth-child(even) .room-left .inner,
    .roomAll-info .room-wrapper div:nth-child(odd) .room-left .inner,
    .roomAll-info .room-wrapper div:nth-child(odd) .room-right .inner,
    .roomAll-info .room-wrapper div:nth-child(even) .room-right .inner {
        left: 0;
        margin-left: 0;
    }

    .roomAll-info .room-wrapper div:nth-child(odd) .room-right h4,
    .roomAll-info .room-wrapper div:nth-child(even) .room-left h4,
    .roomAll-info .room-wrapper div:nth-child(odd) .room-left h4,
    .roomAll-info .room-wrapper div:nth-child(odd) .room-right h4,
    .roomAll-info .room-wrapper div:nth-child(even) .room-right h4 {
        text-align: center;
        font-size: 1.5rem;
        margin-left: 15px;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 20px;
    }

    .roomAll-info .room-wrapper .img-wrap {
        width: 100%;
        height: auto;
    }

    .roomAll-info .room-wrapper .img-wrap img {
        width: 100%;
        height: auto;
    }

    .roomAll-info .room-wrapper .room01 .room-right {
        width: 100%;
        float: none;
        position: relative;
        height: 0;
        padding-top: 0;
        text-align: center;
    }

    .roomAll-info .room-wrapper .room01 .room-right h4 {
        font-size: 1.4rem;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 10px;
    }

    .roomAll-info .room-wrapper .room01,
    .roomAll-info .room-wrapper .room02 {
        margin-bottom: 60px;
    }

    .roomAll-info .room-wrapper .room01:last-child {
        margin-bottom: 30px;
    }

    .roomAll-info .room-wrapper .room02 .room-left {
        width: 100%;
        float: none;
    }

    .roomAll-info .room-wrapper .room02 .room-right {
        width: 100%;
        float: none;
        position: relative;
        height: 0;
        padding-top: 0;
        text-align: center;
    }

    .roomAll-info .room-wrapper .room02 .room-right h4 {
        font-size: 1.4rem;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 10px;
    }

    section.room-introduce ul.room-list li p {
        margin-top: 2px;
        text-align: left;
    }

    section.room-introduce ul.room-list li p br {
        display: block;
    }

    section.room-introduce {
        box-sizing: border-box;
        width: 100%;
        padding: 6px;
        margin-top: 40px;
    }

    section.room-introduce h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
        padding-top: 0;
        margin-top: 0;
    }

    section.room-introduce ul.room-list li {
        width: calc(50% - 1.5px);
        padding-top: calc(375 / 490 * 50%);
        margin-right: 3px;
        vertical-align: top;
        margin-bottom: 10px;
    }

    section.room-introduce ul.room-list li:nth-child(2n) {
        margin-right: 0px;
    }

    section.room-introduce ul.room-list li .img-wrap {
        padding-top: calc(375 / 250 * 50%);
    }

    section.room-introduce ul.room-list li p {
        margin-bottom: 5px;
        padding: 0 5px;
    }

    section.general01 div.general-wrap {
        width: 100%;
    }

    section.general01 div.general-wrap .kv-wrap {
        padding-top: calc(550 / 750 * 100%);
    }

    section.general01 div.general-wrap div.kv {
        left: 0px;
        padding-top: calc(550 / 750 * 100%);
    }

    section.general01 div.general-wrap div.txt {
        width: 100%;
        padding: 0 15px;
        margin: 30px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.general01 div.general-wrap div.txt p {
        margin-bottom: 60px;
    }

    section.roomKv-wrap {
        width: 100%;
    }

    section.roomKv-sp.pc-hide {
        position: relative;
    }

    section.roomKv-sp .swiper-slide {
        height: 0;
        padding-top: calc(500 / 750 *100%);
    }

    section.roomKv-sp .swiper-slide div {
        width: 100%;
        height: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
    }

    .swiper-pagination2 span {
        margin-top: 20px;
    }

    section.room-info {
        margin-top: 50px;
        padding: 10px;
    }

    section.room-info h3 {
        font-size: 1.8rem;
        margin-bottom: 50px;
    }

    section.room-info div.info-wrap .info-left {
        width: 100%;
        padding: 0 6px;
        box-sizing: border-box;
    }

    section.room-info div.info-wrap .info-left dl dd {
        line-height: 1.8;
    }

    section.room-info div.info-wrap .info-left dl dt {
        line-height: 1.8;
    }

    section.room-info div.info-wrap .info-left dl {
        padding-bottom: 10px;
        margin-bottom: 14px;
    }

    section.room-info div.info-wrap .info-left a.room-search {
        margin: 30px auto;
    }

    .food-modal {
        -webkit-overflow-scrolling: touch;
    }

    .food-modal .food-close {
        top: 10px;
        right: 10px;
    }

    .food-modal div.food-inner {
        width: calc(100% - 30px);
        margin: 80px auto 0;
        padding-bottom: 80px;
    }

    .food-modal div.food-inner .caption {
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .food-modal div.food-inner .caption br {
        display: none;
    }

    .food-modal div.food-inner div.food-info {
        margin-top: 30px;
    }

    .food-modal div.food-inner dl {
        font-size: 0;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .food-modal div.food-inner dl dt {
        width: 25%;
        font-size: 1.4rem;
    }

    .food-modal div.food-inner dl dd {
        width: 75%;
        font-size: 1.4rem;
    }

    .food-modal ul.food-list li {
        width: 100%;
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .food-modal div.food-inner h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .info-detail {
        text-align: center;
        width: 70%;
        margin: auto;
    }

    section.room-introduce h4 {
        margin: 50px auto 0;
    }

    section.room-info div.info-wrap .info-left .roomLink:last-child {
        margin-left: 0;
    }

    section.dayplan .dayplan-list li div.img-wrap {
        height: calc((100vw - 30px) * 460 / 690);
    }

    section.dayplan .dayplan-list li h3 {
        font-size: 1.4rem;
        margin-top: 15px;
    }

    section.dayplan-detail .kv-wrap.viewanime {
        width: 100%;
    }

    section.dayplan-detail .kv-wrap.viewanime {
        padding-top: calc(500 / 750 * 100%);
    }

    section.dayplan-detail div.detailKv {
        padding-top: calc(500 / 750 * 110%);
        left: 0;
    }

    section.dayplan-detail div.detail-info h3 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    section.dayplan-detail div.detail-info {
        width: 100%;
        padding: 0 15px;
        margin: 40px auto 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.dayplan-detail div.detail-info div.plan-detail {
        margin-top: 60px;
    }

    section.dayplan-detail div.detail-info div.plan-detail dl dt {
        width: 20%;
    }

    section.dayplan-detail div.detail-info div.plan-detail dl dd {
        width: 80%;
    }

    section.dayplan-detail div.detail-info div.reserv-wrap {
        margin-top: 50px;
    }

    div.reserv-wrap {
        margin-top: 50px;
        text-align: center;
    }

    div.reserv-wrap a.btn {
        font-size: 1.4rem;
        width: 100%;
        height: 40px;
        display: block;
        background-color: #111;
        border: 1px solid #111;
        color: #fff;
        margin: 0 auto;
        padding-top: 20px;
        transition: .5s ease;
        letter-spacing: 0.15em;
    }

    div.reserv-wrap a {
        width: 100%;
        height: 40px;
        font-size: 1.4rem;
        padding-top: 20px;
        transition: .5s ease;
        margin: 10px auto;
    }

    div.reserv-wrap p {
        margin-top: 35px;
    }

    .name-wrap select.wpcf7-form-control.wpcf7-select {
        padding: 7px 12px;
    }

    section.kaiseki-cont div.txt03 {
        text-align: center;
        margin: 80px auto 20px;
    }

    section.kaiseki-wedding .wed-txt h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    section.dayplan-detail div.detail-info div.reserv-wrap a.btn {
        width: 100%;
        padding-top: 19px;
        height: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.gallery-kv {
        padding-top: 80px;
    }

    section.gallery-kv h3 {
        margin-top: 40px;
    }

    section.gallery-kv .about-movie {
        width: 100%;
    }

    section.gallery-kv .about-movie {
        width: 100%;
        max-width: 100%;
        padding-top: calc(215/375 * 100%);
    }

    section.gallery div.gallery-wrap div .inner {
        top: 0;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .fancybox-navigation .fancybox-button,
    button.fancybox-button.fancybox-button--arrow_left {
        display: none;
    }

    .fancybox-button--close {
        transform: scale(0.8);
    }





    nav div.nav-wrap {
        width: 100%;
        padding: 0 15px 100px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        top: 0;
        transform: translateY(0);
        margin-top: 60px;
    }

    nav div.nav-wrap h2 {
        width: 150px;
        margin: 27px 0 40px 0;
    }

    nav .close-btn {
        width: 30px;
        height: 30px;
        position: absolute;
        left: initial;
        top: 25px;
        cursor: pointer;
        right: 20px;
        z-index: 999;
    }

    nav div.nav-wrap ul.nav-list li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    nav div.nav-wrap ul.nav-list .li-active:after {
        width: 60%;
    }

    nav div.nav-wrap .nav-left {
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        vertical-align: top;
        opacity: 0;
        text-align: center;
    }

    nav div.nav-wrap a.room-search,
    nav div.nav-wrap a.apply_recruit {
        margin: 0 auto 20px;
    }

    nav div.nav-wrap .nav-right {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    section.gallery-listWrap {
        max-width: 1530px;
        width: 100%;
        margin: 60px auto 0;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.gallery-listWrap ul.gallery-list li {
        width: 100%;
        margin: 0 0 15px;
    }

    section.gallery-listWrap ul.gallery-list li img {
        width: 100%;
        height: auto;
    }

    section.activities01 ul.activities-list {
        margin-bottom: 60px;
    }

    section.activities01 ul.activities-list li {
        width: 80%;
        margin: 0 0 12px;
        padding-bottom: 12px;
        text-align: left;
        position: relative;
        padding: 0;
    }

    section.activities01 ul.activities-list li:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid black;
        position: absolute;
        top: 20px;
        right: 0;
    }

    section.activities01 ul.activities-list li a {
        width: 100%;
    }

    section.activities01 ul.activities-list li a {
        width: 92%;
    }

    section.activities01 .activities-map {
        padding: 0;
    }

    section.activities01 .activities-map a {
        text-align: center;
        font-size: 1.5rem;
        margin-top: 20px;
        border-bottom: 1px solid #111;
        display: inline-block;
        width: 160px;
        margin: 20px auto 0;
        letter-spacing: 0.05em;
    }

    section.activities02 h2 {
        margin: 80px 0 30px;
        font-size: 1.8rem;
    }

    .course-wrap {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .course-wrap img {
        width: 250%;
        padding: 0 15px;
    }

    section.activities02 p {
        padding: 0 15px;
        text-align: left;
    }

    section.activities02 p br {
        display: none;
    }

    section.activities02 ul {
        margin-top: 40px;
    }

    section.activities02 ul li:first-child {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    section.activities03 {
        margin-top: 90px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.activities03 h3 {
        font-size: 1.8rem;
        margin: 40px 0 30px;
    }

    section.activities03 ul li {
        width: 48%;
        margin-right: 0px;
    }

    section.activities03 ul li:nth-child(odd) {
        margin-right: 4%;
    }

    section.activities03 ul li div.img-left {
        width: 100%;
    }

    section.activities03 ul li div.right-txt {
        padding-left: 0;
        width: 100%;
    }

    section.activities03 ul li div.right-txt p.tag {
        margin-top: 13px;
        margin-bottom: 0;
    }

    section.activities03 ul li div.right-txt h4 {
        margin: 10px 0;
        font-size: 1.4rem;
    }

    section.news-cont form {
        position: relative;
    }

    section.news-cont ul.cat-list select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 40px;
        padding-left: 30px;
        border: 1px solid #999;
        border-radius: 25px;
        font-size: 1.6rem;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        background: none;
        text-align: center;
    }

    section.news-cont .arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-56%);
        right: 30px;
        display: block;
    }

    section.news-cont .arrow svg {
        width: 10px;
        height: 5px;
    }

    .fancybox-navigation .fancybox-button {
        top: calc(100% - 50px) !important;
    }

    .fancybox-navigation .fancybox-button--arrow_left {
        left: 20px !important;
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: 20px !important;
    }

    .intro-txt h3 {
        text-align: center;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
    }

    .intro-txt ul {
        margin: 40px 0;
    }

    .spa-wrap01 {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    section.spa-cont01 div.spa-wrap01 h3 {
        margin-top: 30px;
        font-size: 1.8rem;
    }

    section.spa-cont01 div.spa-wrap01 h4 {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    section.spa-cont01 div.spa-wrap01 .yoyaku {
        width: calc(100% - 40px);
        margin-top: 30px;
    }

    section.spa-cont01 div.spa-wrap01 .attension {
        font-size: 1.4rem;
        width: 80%;
        line-height: 1.8;
        margin: 25px auto 0;
    }

    section.spa-cont01 .spa-menu h2 {
        padding-top: 60px;
    }

    section.spa-cont01 .spa-menu h2:after {
        margin: 20px auto;
    }

    section.spa-cont01 .spa-menu h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    section.spa-cont01 .spa-menu h3 span {
        font-size: 1.3rem;
    }

    section.spa-cont01 .spa-menu p.menu-txt {
        font-size: 1.4rem;
        text-align: left;
    }

    section.spa-cont01 .spa-menu div.price-wrap {
        padding: 0;
        margin: 30px auto 50px;
    }

    section.spa-cont01 .spa-menu div.price-wrap dl dt {
        font-size: 1.4rem;
        width: 100%;
        text-align: left;
    }

    section.spa-cont01 .spa-menu div.price-wrap dl dt h4 {
        font-size: 1.4rem;
    }

    section.spa-cont01 .spa-menu div.price-wrap dl dt p {
        font-size: 1.4rem;
    }

    section.spa-cont01 .spa-menu div.price-wrap dl dd {
        width: 100%;
        font-size: 1.4rem;
        text-align: left;
        margin-top: 20px;
    }

    section.spa-cont01 .spa-menu {
        margin: 60px auto 0;
        padding: 0 15px 10px;
        width: calc(100% - 30px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.spa-cont01 div.spa-wrap01 .info-txt {
        font-size: 1.4rem;
        text-align: left;
    }

    section.spa-cont01 div.spa-wrap01 .info-txt br {
        display: none;
    }

    .shiatsu-modal .modal-inner,
    .spa-modal .modal-inner {
        width: calc(100% - 30px);
        margin: 80px auto;
        padding-bottom: 50px;
    }

    .spa-modal .modal-inner h3,
    .shiatsu-modal .modal-inner h3 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .spa-modal .modal-inner h4,
    .shiatsu-modal .modal-inner h4 {
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .spa-modal .modal-inner .modal-txt h5,
    .shiatsu-modal .modal-inner .modal-txt h5 {
        font-size: 1.5rem;
        margin-top: 40px;
    }

    .spa-modal .modal-inner .modal-txt p,
    .shiatsu-modal .modal-inner .modal-txt p {
        margin-bottom: 20px;
    }

    section.spakv-wrap {
        width: calc(100% - 30px);
        padding-top: calc(930 / 1399 * (100% - 30px));
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.spa-cont01 div.yoyaku-wrap {
        width: calc(100% - 30px);
        margin: 25px auto 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 20px;
    }

    section.spa-cont01 div.yoyaku-wrap h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    section.spa-cont01 div.yoyaku-wrap p {
        font-size: 1.4rem;
        text-align: left;
    }

    .intro-txt ul li a {
        padding: 0 5px 5px;
    }

    section.spa-cont01 div.yoyaku-wrap p span {
        font-size: 1.7rem;
    }

    section.spa-cont01 div.yoyaku-wrap p span {
        font-size: 1.7rem;
    }

    section.spa-cont01 div.yoyaku-wrap .guide {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section.spa-cont01 div.shiatsu {
        margin: 50px auto 25px;
        width: calc(100% - 30px);
    }

    section.spa-cont01 div.shiatsu h2 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    section.spa-cont01 div.shiatsu div.shiatsu-wrap {
        width: 100%;
    }

    section.spa-cont01 div.shiatsu div.shiatsu-wrap div.left {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-right: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 25px;
        float: none;
    }

    section.spa-cont01 div.shiatsu div.shiatsu-wrap div.right {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    section.spa-cont01 div.shiatsu div.shiatsu-wrap div.left h3 {
        margin-bottom: 20px;
    }

    section.privacypolicy {
        padding: 0 15px;
        margin: 40px auto;
    }

    section.privacypolicy h2 {
        font-size: 1.8rem;
        margin-bottom: 35px;
    }

    section.privacypolicy p.caption {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    section.privacypolicy div.attension-wrap {
        margin-top: 50px;
    }

    section.privacypolicy div.attension-wrap h3 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    section.privacypolicy div.attension-wrap ul.cap-list li {
        font-size: 1.4rem;
    }

    section.factsheet {
        padding: 0 15px;
        margin: 40px auto;
    }

    section.factsheet h2 {
        font-size: 1.8rem;
        margin-bottom: 35px;
    }

    section.contact {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    section.contact .contact-info p.tell span {
        font-size: 2rem;
    }

    section.contact .contact-info p.address {
        font-size: 1.4rem;
        margin-top: 15px;
    }

    main h2.page-ttl.contact-ttl {
        height: 130px;
    }

    section.contact div.tab-wrap {
        margin-top: 50px;
    }

    section.contact div.tab-wrap .cate {
        padding: 0;
    }

    section.contact div.tab-wrap p {
        text-align: center;
        margin-top: 10px;
    }

    section.contact div.tab-wrap ul.tab {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    section.contact div.tab-wrap ul.tab li {
        width: 90%;
        height: 60px;
        padding-top: 19px;
        margin: 0 auto 10px;
        font-size: 1.4rem;
    }

    .name-wrap span.wpcf7-form-control-wrap.sex {
        float: none;
        margin-bottom: 10px;
        display: block;
        width: 20%;
        position: relative;
    }

    .name-wrap span.wpcf7-form-control-wrap.sex:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid black;
        top: 15px;
        right: 8px;
    }

    .label-wrap {
        padding: 6px 6px;
    }

    .label-wrap.cate span.wpcf7-form-control-wrap.category {
        position: relative;
    }

    .label-wrap.cate span.wpcf7-form-control-wrap.category:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid black;
        top: 6px;
        right: 0px;
    }

    .name-wrap .label-wrap {
        display: inline-block;
    }

    .label-wrap .wpcf7-form-control-wrap {
        width: 100%;
        display: inline-block;
    }

    .name-wrap .label-wrap .wpcf7-form-control-wrap {
        width: 100%;
        display: inline-block;
    }

    input,
    select,
    textarea {
        font-size: 1.6rem !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contact ul.content {
        padding: 40px 0;
    }

    .contact .stay_wrap {
        padding: 30px 10px 0;
    }

    .contact .date-wrap .ttl,
    .contact .days-wrap .ttl,
    .contact .dropdown-wrap .ttl {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .contact .people-wrap .midashi {
        width: 50px;
    }

    .contact .dropdown-wrap select {
        width: 100%;
        height: 44px;
    }

    .contact-attension {
        font-size: 1.4rem;
        text-align: left;
    }

    .contact-attension br {
        display: none;
    }

    section.contact div.tab-wrap p {
        font-size: 1.4rem;
        text-align: left;
    }

    input.wpcf7-form-control.wpcf7-submit {
        width: 80%;
    }

    section.contact_compleate {
        width: calc(100% - 30px);
        margin: 0 auto 100px;
    }

    section.contact_compleate h3 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    section.contact_compleate p {
        font-size: 1.3rem;
    }

    section.contact_compleate p br {
        display: none;
    }

    section.yoyaku-wrap {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding: 10px;
    }

    section.yoyaku-wrap .label-wrap .wpcf7-form-control-wrap {
        width: 80%;
        display: inline-block;
    }

    section.yoyaku-wrap p.label-wrap.name-sub {
        float: none;
        margin-left: 0;
    }

    section.yoyaku-wrap p.label-wrap.name-sub .wpcf7-form-control-wrap {
        width: 100%;
    }

    section.yoyaku-wrap p.label-wrap.name-sub2 .wpcf7-form-control-wrap {
        width: 100%;
    }

    section.yoyaku-wrap p.label-wrap.name-sub2 {
        float: none;
    }

    section.yoyaku-wrap .label-wrap .wpcf7-form-control-wrap {
        width: 100%;
        display: inline-block;
    }

    section.yoyaku-wrap .mb30 {
        margin-bottom: 15px;
    }

    label span input {
        width: 90%;
    }

    section.yoyaku-wrap p.date-wrap span.date-pic input {
        -webkit-appearance: none;
    }

    section.yoyaku-wrap p.date-wrap span.date-pic:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid black;
        top: 12px;
        right: 12px;
    }

    section.yoyaku-wrap p.time-wrap select {
        width: 95%;
    }

    .label-wrap {
        width: 100%;
    }

    section.yoyaku-wrap p.date-wrap span.ttl {
        width: 100%;
        display: inline-block;
        margin-bottom: 8px;
    }

    section.yoyaku-wrap p.time-wrap span.ttl {
        width: 100%;
        display: inline-block;
        margin-bottom: 8px;
    }

    section.yoyaku-wrap .people-wrap p.midashi {
        width: 100%;
        display: inline-block;
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    section.yoyaku-wrap .people-wrap p.Men,
    section.yoyaku-wrap .people-wrap p.women {
        margin-bottom: 15px;
    }

    section.yoyaku-wrap h3 {
        font-size: 1.8rem;
    }

    section.yoyaku-wrap h3 span {
        font-size: 1.5rem;
    }

    section.yoyaku-wrap p.time-wrap select {
        width: 100%;
    }

    footer .footer-wrap div.footer-left ul.footer-nav {
        width: 100%;
        margin: 0 auto 20px;
        vertical-align: top;
        padding: 0 15px;
        box-sizing: border-box;
    }

    footer .footer-wrap div.footer-left ul.footer-nav li {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0px;
        vertical-align: top;
    }

    footer .footer-wrap div.footer-left ul.footer-nav li:nth-child(2n) {
        width: 50%;
    }

    footer .footer-wrap div.footer-left {
        width: 100%;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-top: 60px;
    }

    footer .footer-wrap div.footer-left a {
        font-size: 1.4rem;
    }

    footer .footer-wrap div.footer-left .tell {
        width: 100%;
        margin: 0 auto 10px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    footer .footer-wrap div.footer-left .tell a {
        font-size: 1.8rem;
    }

    footer .footer-wrap div.footer-left .addres {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    footer .footer-wrap div.foot-right {
        width: 100%;
        display: block;
        padding-top: 20px;
        text-align: center;
    }

    footer .footer-wrap div.foot-right p.copyright {
        margin-top: 40px;
        text-align: center;
    }

    section.room-info div.info-wrap .info-left a.room-search,
    div.reserv-wrap a,
    div.reserv-wrap a.btn,
    .other-facilities a,
    div.reserv-wrap a:not(.telBtn),
    section.room-info div.info-wrap .info-left a.room-search {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .contact .date-wrap input {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
        height: 44px;
        position: relative;
    }

    input[type="radio"] {
        position: relative;
        -webkit-appearance: button;
        appearance: button;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 10px;
        height: 10px;
        content: "";
        background-color: #FFFFFF;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        top: -3px;
    }

    input[type="radio"]:checked:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 10px;
        height: 10px;
        background: #111;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
}