* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word
}
article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, img, small, time, svg {
  display: block
}
audio, canvas, video {
  display: inline-block;
  vertical-align: middle
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none
}
a {
  cursor: pointer
}
strong {
  font-weight: bold
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
caption, th {
  font-weight: bold;
  text-align: left
}
label {
  cursor: pointer
}
label span {
  vertical-align: middle
}
input, textarea, select {
  border-radius: 0;
  vertical-align: middle
}
input:not([type="radio"]):not([type="checkbox"]), textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
select::-ms-expand {
  display: none
}
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), select {
  padding: 0 10px
}
input[type="submit"], input[type="button"], button {
  background-color: transparent;
  cursor: pointer
}
textarea {
  overflow: auto;
  resize: vertical;
  padding: 10px 15px
}
a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
.red{color: #E22918;}
.fs_s{font-size: 75%;}
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none
}
.remodal, [data-remodal-id] {
  display: none
}
.remodal-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: -5000px;
  left: -5000px;
  right: -5000px;
  bottom: -5000px;
  z-index: 9999
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes
}
.remodal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch
}
.remodal-wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em
}
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.remodal {
  background: #fff;
  width: 100%;
  max-width: 720px;
  text-align: left;
  position: relative;
  margin-bottom: 60px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes
}
.remodal-is-initialized {
  display: inline-block
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}
.remodal, .remodal-wrapper::after {
  vertical-align: middle
}
.remodal-close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (min-width: 961px) {
  .remodal-close:hover, .remodal-close:focus {
    opacity: 0.5
  }
}
.remodal-close-icon {
  display: block;
  position: relative
}
.remodal-close-icon, .remodal-close-icon::before, .remodal-close-icon::after {
  width: 100%;
  height: 2px
}
.remodal-close-icon::before, .remodal-close-icon::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0
}
.remodal-close-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.remodal-close-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.remodal-confirm, .remodal-cancel {
  display: inline-block;
  min-width: 110px;
  padding: 12px 0;
  font: inherit;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0
}
.remodal-confirm {
  background: #81c784;
  color: #fff
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a
}
.remodal-cancel {
  background: #e57373;
  color: #fff
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350
}
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.slick-slider {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-list {
  display: block;
  position: relative;
  overflow: hidden
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table
}
.slick-track::after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir='rtl'] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-arrow {
  display: block;
  background: transparent no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (min-width: 961px) {
  .slick-arrow:hover {
    opacity: 0.5
  }
}
.slick-prev {
  left: 0
}
.slick-next {
  right: 0
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: -30px
}
.slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  cursor: pointer;
  position: relative
}
.slick-dots button {
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer
}
.slick-dots button:hover, .slick-dots button:focus {
  outline: none
}
.slick-dots button::before {
  content: "";
  background-color: #626262;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1
}
.slick-dots .slick-active button::before {
  background-color: #000
}
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.clearfix {
  min-height: 1px
}
.clear {
  clear: both
}
@media screen and (max-width: 1099px) {
  .pc {
    display: none !important
  }
}
@media screen and (min-width: 1100px) {
  .sp {
    display: none !important
  }
}
body, input, select, textarea {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Osaka-mono", "MS Gothic", "sans-serif";
  color: #303030;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6
}
@media all and (-ms-high-contrast: none) {
  body, input, select, textarea {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Osaka-mono", "MS Gothic", "sans-serif"
  }
}
body {
  padding-top: 80px
}
body.preload * {
  -webkit-transition: none !important;
  transition: none !important
}
@media screen and (max-width: 1099px) {
  body {
    padding-top: 60px
  }
}
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), select, textarea {
  background-color: #fff;
  border: 1px solid #b4b4b4
}
select {
  background: #fff url("../img/arrow_05.png") no-repeat right 10px center/11px 8px;
  padding-right: 28px
}
@media screen and (max-width: 1099px) {
  select {
    background-size: 9px 7px
  }
}
:placeholder-shown {
  color: #b4b4b4
}
::-webkit-input-placeholder {
  color: #b4b4b4
}
:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1
}
::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1
}
:-ms-input-placeholder {
  color: #b4b4b4
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal
}
.min {
  font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", "serif";
  font-weight: 500
}
main {
  overflow: hidden
}
a {
  color: #303030
}
@media screen and (min-width: 1100px) {
  a.tel {
    pointer-events: none
  }
}
@media screen and (min-width: 1100px) {
  a, .submitbtn {
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
  a:hover {
    opacity: 0.5
  }
}
img {
  max-width: 100%;
  height: auto
}
@media screen and (max-width: 1099px) {
  img {
    width: 100%
  }
}
.wrapper {
  max-width: 1100px;
  margin: 0 auto
}
.bold {
  font-weight: bold
}
.indent {
  display: inline-block;
  text-indent: -0.5em
}
.indent2 {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em
}
.blue {
  color: #55aab4
}
.gold {
  color: #b19864
}
.h_sweep {
  position: relative;
  -webkit-perspective: 1px;
  perspective: 1px
}
.h_sweep::before {
  content: "";
  background-color: #b19864;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (min-width: 1100px) {
  .h_sweep:hover {
    opacity: 1
  }
  .h_sweep:hover::before {
    width: 100%
  }
}
@-webkit-keyframes loading {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #b19864, 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.5), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.7);
    box-shadow: 0em -2.6em 0em 0em #b19864, 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.5), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.7)
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.7), 1.8em -1.8em 0 0em #b19864, 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.5);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.7), 1.8em -1.8em 0 0em #b19864, 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.5)
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.5), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.7), 2.5em 0em 0 0em #b19864, 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.5), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.7), 2.5em 0em 0 0em #b19864, 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.5), 2.5em 0em 0 0em rgba(177, 152, 100, 0.7), 1.75em 1.75em 0 0em #b19864, 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.5), 2.5em 0em 0 0em rgba(177, 152, 100, 0.7), 1.75em 1.75em 0 0em #b19864, 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.5), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.7), 0em 2.5em 0 0em #b19864, -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.5), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.7), 0em 2.5em 0 0em #b19864, -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.5), 0em 2.5em 0 0em rgba(177, 152, 100, 0.7), -1.8em 1.8em 0 0em #b19864, -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.5), 0em 2.5em 0 0em rgba(177, 152, 100, 0.7), -1.8em 1.8em 0 0em #b19864, -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.5), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.7), -2.6em 0em 0 0em #b19864, -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.5), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.7), -2.6em 0em 0 0em #b19864, -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.5), -2.6em 0em 0 0em rgba(177, 152, 100, 0.7), -1.8em -1.8em 0 0em #b19864;
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.5), -2.6em 0em 0 0em rgba(177, 152, 100, 0.7), -1.8em -1.8em 0 0em #b19864
  }
}
@keyframes loading {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #b19864, 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.5), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.7);
    box-shadow: 0em -2.6em 0em 0em #b19864, 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.5), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.7)
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.7), 1.8em -1.8em 0 0em #b19864, 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.5);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.7), 1.8em -1.8em 0 0em #b19864, 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.5)
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.5), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.7), 2.5em 0em 0 0em #b19864, 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.5), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.7), 2.5em 0em 0 0em #b19864, 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.5), 2.5em 0em 0 0em rgba(177, 152, 100, 0.7), 1.75em 1.75em 0 0em #b19864, 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.5), 2.5em 0em 0 0em rgba(177, 152, 100, 0.7), 1.75em 1.75em 0 0em #b19864, 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.5), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.7), 0em 2.5em 0 0em #b19864, -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.5), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.7), 0em 2.5em 0 0em #b19864, -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.2), -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.5), 0em 2.5em 0 0em rgba(177, 152, 100, 0.7), -1.8em 1.8em 0 0em #b19864, -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.5), 0em 2.5em 0 0em rgba(177, 152, 100, 0.7), -1.8em 1.8em 0 0em #b19864, -2.6em 0em 0 0em rgba(177, 152, 100, 0.2), -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.5), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.7), -2.6em 0em 0 0em #b19864, -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2);
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.5), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.7), -2.6em 0em 0 0em #b19864, -1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2)
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.5), -2.6em 0em 0 0em rgba(177, 152, 100, 0.7), -1.8em -1.8em 0 0em #b19864;
    box-shadow: 0em -2.6em 0em 0em rgba(177, 152, 100, 0.2), 1.8em -1.8em 0 0em rgba(177, 152, 100, 0.2), 2.5em 0em 0 0em rgba(177, 152, 100, 0.2), 1.75em 1.75em 0 0em rgba(177, 152, 100, 0.2), 0em 2.5em 0 0em rgba(177, 152, 100, 0.2), -1.8em 1.8em 0 0em rgba(177, 152, 100, 0.5), -2.6em 0em 0 0em rgba(177, 152, 100, 0.7), -1.8em -1.8em 0 0em #b19864
  }
}
#loading {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000
}
#loading .icon {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: loading 1.1s infinite ease;
  animation: loading 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.fade_up {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px)
}
.fade_right {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0)
}
.fade_left {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0)
}
.fade_up, .fade_right, .fade_left {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s
}
.fade_up.active, .fade_right.active, .fade_left.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
.temp_ttl {
  padding-left: 22px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  position: relative
}
.temp_ttl::before {
  content: "";
  background: url(../img/icon_ttl.png) no-repeat left top/100% 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
@media screen and (max-width: 1099px) {
  .temp_ttl {
    padding-left: 5.4vw;
    font-size: 3.6vw
  }
  .temp_ttl::before {
    width: 2.6vw;
    height: 2.6vw
  }
}
.temp_ttl2 {
  background: url(../img/icon_ttl02.png) no-repeat center bottom/58px auto;
  padding-bottom: 20px;
  text-align: center;
  color: #644f3c;
  font-size: 30px;
  line-height: 1.4;
  position: relative;
  z-index: 5
}
@media screen and (max-width: 1099px) {
  .temp_ttl2 {
    background-size: 37px auto;
    padding-bottom: 10px;
    font-size: 6.1vw
  }
}
.temp_bg {
  background: url(../img/bg_01.jpg) no-repeat center top/cover;
  width: 100%;
  height: 700px;
  position: absolute;
  left: 0;
  z-index: -1
}
.temp_bg.re {
  background-image: url(../img/bg_02.jpg)
}
@media screen and (max-width: 1099px) {
  .temp_bg {
    background-image: url(../img/bg_01sp.jpg);
    height: 63vw
  }
  .temp_bg.re {
    background-image: url(../img/bg_02sp.jpg)
  }
}
.temp_bg2 {
  background: url(../img/bg_05.jpg) repeat-y left top/100% auto
}
@media screen and (max-width: 1099px) {
  .temp_bg2 {
    background-image: url(../img/bg_05sp.jpg)
  }
}
.temp_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/temp_head_bg.jpg) no-repeat center/cover;
  height: 230px;
  padding-bottom: 70px;
  position: relative
}
.temp_head .ttl {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 1.2
}
.temp_head #gnav {
  bottom: 4px
}
.temp_head.s {
  background: none;
  height: 90px;
  border-bottom: 4px solid #b19864
}
@media screen and (max-width: 1099px) {
  .temp_head {
    background-image: url(../img/temp_head_bgsp.jpg);
    height: 22vw;
    padding-bottom: 0;
    border-bottom: 4px solid #b19864
  }
  .temp_head .ttl {
    font-size: 5.2vw
  }
  .temp_head.s {
    display: none
  }
}
.breadcrumb {
  max-width: 1100px;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 1.4
}
@media screen and (max-width: 1099px) {
  .breadcrumb {
    margin: 10px 4vw 0
  }
}
@media screen and (max-width: 1099px) {
  .drawer_open {
    overflow: hidden !important
  }
}
#header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100
}
#header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  position: relative
}
#header .logo {
  width: 342px
}
#header .logo a {
  display: block
}
@media screen and (max-width: 1099px) {
  #header .wrapper {
    height: 60px;
    padding-left: 15px
  }
  #header .logo {
    width: 240px
  }
}
#header .head_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto
}
#header .head_cont .info {
  margin-right: 15px
}
#header .head_cont .info .ttl {
  padding-left: 30px;
  font-weight: bold;
  font-size: 12px
}
#header .head_cont .info .info_tel {
  width: 218px;
  margin-top: 2px
}
#header .head_cont .info .open {
  padding-left: 30px;
  font-size: 11px
}
#header .head_cont .mail {
  display: block;
  width: 28px;
  margin-right: 30px;
  position: relative
}
#header .head_cont .mail img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#header .head_cont .mail .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
#header .head_cont .mail:hover {
  opacity: 1
}
#header .head_cont .mail:hover .off {
  opacity: 0
}
#header .head_cont .mail:hover .on {
  opacity: 1
}
#header .head_cont .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55aab4;
  width: 126px;
  height: 45px;
  margin-right: 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px
}
#header .head_cont .search::after {
  content: "";
  background: url("../img/arrow_01.png") no-repeat left top/100% 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  bottom: 5px
}
#header .head_cont .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  width: 70px;
  height: 45px;
  margin-right: 15px;
  text-align: center;
  color: #302319;
  font-weight: bold;
  font-size: 14px
}
#header .head_cont .login::before {
  background-color: #55aab4
}
#header .head_cont .login::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #302319;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2
}
#header .head_cont .login:hover {
  color: #fff
}
#header .head_cont .cart {
  display: block;
  width: 35px;
  position: relative
}
#header .head_cont .cart .number {
  width: 100%;
  padding-right: 8px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 13px;
  left: 0
}
@media screen and (max-width: 1099px) {
  #header .head_cont {
    padding-right: 60px
  }
  #header .head_cont .cart {
    width: 26px
  }
}
#header .drawer_btn {
  display: block;
  width: 0;
  height: 70px;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden
}
#header .drawer_btn.active {
  width: 70px;
  margin-left: 30px
}
#header .drawer_btn .icon {
  display: block;
  width: 36px;
  margin: 10px auto 17px;
  position: relative
}
#header .drawer_btn .icon, #header .drawer_btn .icon::before, #header .drawer_btn .icon::after {
  background-color: #303030;
  height: 3px;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}
#header .drawer_btn .icon::before, #header .drawer_btn .icon::after {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0
}
#header .drawer_btn .icon::after {
  top: 10px
}
.drawer_open #header .drawer_btn .icon {
  background-color: transparent
}
.drawer_open #header .drawer_btn .icon::before, .drawer_open #header .drawer_btn .icon::after {
  background-color: #fff;
  top: 0
}
.drawer_open #header .drawer_btn .icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.drawer_open #header .drawer_btn .icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#header .drawer_btn .txt {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap
}
#header .drawer_btn .close {
  display: none
}
.drawer_open #header .drawer_btn {
  background-color: #55aab4;
  color: #fff
}
.drawer_open #header .drawer_btn .menu {
  display: none
}
.drawer_open #header .drawer_btn .close {
  display: block
}
@media screen and (max-width: 1099px) {
  #header .drawer_btn {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 104
  }
  #header .drawer_btn .icon {
    width: 42%;
    margin: 7px auto 14px
  }
  #header .drawer_btn .icon, #header .drawer_btn .icon::before, #header .drawer_btn .icon::after {
    height: 2px
  }
  #header .drawer_btn .icon::before, #header .drawer_btn .icon::after {
    top: -7px
  }
  #header .drawer_btn .icon::after {
    top: 7px
  }
  #header .drawer_btn .txt {
    font-size: 8px
  }
}
#header .drawer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 11px;
  position: absolute;
  top: calc(100% - 11px);
  right: 0;
  z-index: 101;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  visibility: hidden
}
@media screen and (min-width: 1100px) {
  #header .drawer_nav::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #e5f2f4 transparent;
    position: absolute;
    top: 0;
    right: 28px
  }
}
.drawer_open #header .drawer_nav {
  opacity: 1;
  visibility: visible
}
#header .drawer_nav ul {
  background-color: #e5f2f4;
  font-weight: bold;
  line-height: 1.4
}
@media screen and (min-width: 1100px) {
  #header .drawer_nav .drawer_menu1, #header .drawer_nav .drawer_menu2 {
    width: 260px
  }
}
#header .drawer_nav .drawer_menu1 {
  padding: 25px 25px 30px 30px
}
#header .drawer_nav .drawer_menu2 {
  padding: 25px 30px 30px 25px
}
#header .drawer_nav .drawer_menu2 li.sp {
  display: block !important
}
#header .drawer_nav li {
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 15px;
  padding-bottom: 15px
}
@media screen and (min-width: 1100px) {
  #header .drawer_nav li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
  }
}
#header .drawer_nav a {
  display: inline-block
}
#header .drawer_nav .drawer_menu1 > li > a, #header .drawer_nav .drawer_menu1 .btn_box a, #header .drawer_nav .drawer_menu2 > li > a, #header .drawer_nav .drawer_menu2 .btn_box a {
  padding-left: 12px;
  position: relative
}
#header .drawer_nav .drawer_menu1 > li > a::after, #header .drawer_nav .drawer_menu1 .btn_box a::after, #header .drawer_nav .drawer_menu2 > li > a::after, #header .drawer_nav .drawer_menu2 .btn_box a::after {
  content: "";
  background-color: #55aab4;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
#header .drawer_nav .btn_box {
  position: relative
}
#header .drawer_nav .drawer_accordion {
  padding: 15px 0 5px 25px
}
#header .drawer_nav .drawer_accordion li {
  border-bottom: none
}
@media screen and (min-width: 1100px) {
  #header .drawer_nav .drawer_accordion li {
    padding-bottom: 0
  }
  #header .drawer_nav .drawer_accordion li:not(:last-child) {
    margin-bottom: 20px
  }
  #header .drawer_nav .drawer_accordion li a {
    color: #646464;
    font-size: 14px
  }
}
#header .drawer_nav .drawer_menu2 .contact {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 50px
}
#header .drawer_nav .drawer_menu2 .reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #646464;
  height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px
}
#header .drawer_nav .drawer_menu2 .reserve a::after {
  display: none
}
@media screen and (max-width: 1099px) {
  #header .drawer_nav {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: fixed;
    top: 0
  }
  #header .drawer_nav ul {
    background-color: transparent;
    font-size: 4.1vw
  }
  #header .drawer_nav li {
    margin-bottom: 0;
    padding-bottom: 0
  }
  #header .drawer_nav .drawer_menu1 {
    padding: 0 75px 0 4vw
  }
  #header .drawer_nav .drawer_menu2 {
    padding: 0 75px 7.4vw 4vw
  }
  #header .drawer_nav a {
    display: block;
    padding: 3.6vw 0
  }
  #header .drawer_nav .drawer_openbtn {
    display: block;
    width: 10vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
  #header .drawer_nav .drawer_openbtn.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  #header .drawer_nav .drawer_openbtn img {
    width: 2.6vw;
    margin: 0 auto
  }
  #header .drawer_nav .drawer_accordion {
    display: none;
    padding: 0 0 3vw 9vw
  }
  #header .drawer_nav .drawer_menu3 {
    padding: 0 13vw 7.5vw;
    text-align: center;
    font-size: 4.4vw
  }
  #header .drawer_nav .drawer_menu3 li {
    border-bottom: none
  }
  #header .drawer_nav .drawer_menu3 li:not(:last-child) {
    margin-bottom: 5.7vw
  }
  #header .drawer_nav .drawer_menu3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 13vw;
    padding: 0
  }
  #header .drawer_nav .drawer_menu3 .reserve a {
    background-color: #55aab4;
    color: #fff
  }
  #header .drawer_nav .drawer_menu3 .login a {
    border: 1px solid #303030
  }
}
#top {
  background-color: #f5eee3
}
#top_main {
  height: calc(100vh - 80px);
  border-bottom: 6px solid #b19864;
  position: relative;
  z-index: 8
}
#top_main .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
#top_main .bg.front {
  z-index: 2
}
#top_main .bg .img {
  background: no-repeat center / cover
}
#top_main .bg .slick-list, #top_main .bg .slick-track, #top_main .bg .slick-slide, #top_main .bg .img {
  height: 100%
}
#top_main .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-bottom: 130px;
  position: relative;
  z-index: 5
}
#top_main .txt1 {
  width: 379px;
  height: 232px
}
#top_main .txt1 #svg_mask {
  fill: none;
  stroke: #FFFF00;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 5600px;
  stroke-dashoffset: 5600px
}
#top_main .txt1 .on {
  opacity: 0
}
#top_main .txt2 {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.3em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8)
}
#top_main .view360 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d8cbb1;
  width: 150px;
  height: 50px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  bottom: 100px;
  z-index: 5
}
#top_main .view360::before {
  background-color: #55aab4
}
#top_main .view360 .icon {
  display: block;
  width: 20px;
  margin-right: 10px;
  position: relative
}
#top_main .view360 .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#top_main .view360 .icon .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
@media screen and (min-width: 1100px) {
  #top_main .view360:hover {
    opacity: 1;
    color: #fff
  }
  #top_main .view360:hover .icon .off {
    opacity: 0
  }
  #top_main .view360:hover .icon .on {
    opacity: 1
  }
}
@media screen and (max-width: 1099px) {
  #top_main {
    height: 104vw;
    border-bottom: none
  }
  #top_main .txt_wrap {
    padding-bottom: 7vw
  }
  #top_main .txt1 {
    width: 50vw;
    height: 30vw
  }
  #top_main .txt2 {
    margin-top: 4vw;
    font-size: 4.1vw;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8)
  }
  #top_main .view360 {
    width: 32vw;
    height: 8.5vw;
    font-size: 2.9vw;
    right: 0;
    bottom: 4vw
  }
  #top_main .view360 .icon {
    width: 3.2vw;
    margin-right: 1.8vw
  }
}
.remodal-close {
  background-color: #fff;
  width: 32px;
  height: 32px;
  border: 1px solid #b4b4b4;
  padding: 0 5px;
  top: 24px;
  right: 24px
}
.remodal-close-icon::before, .remodal-close-icon::after {
  background-color: #b4b4b4
}
@media screen and (max-width: 1099px) {
  .remodal-close {
    width: 7.2vw;
    height: 7.2vw;
    padding: 0 1.7vw;
    top: 4vw;
    right: 4vw
  }
  .remodal-close-icon::before, .remodal-close-icon::after {
    background-color: #b4b4b4;
    height: 1px
  }
}
.remodal.view360 {
  max-width: 1100px;
  padding: 30px 0 100px
}
.remodal.view360 .logo {
  width: 282px;
  margin: 0 auto
}
.remodal.view360 .ttl {
  margin-top: 20px;
  text-align: center;
  color: #644f3c;
  font-size: 28px;
  line-height: 1
}
.remodal.view360 .txt1 {
  margin-top: 30px;
  text-align: center;
  font-size: 17px;
  line-height: 1.4
}
.remodal.view360 .map_wrap {
  max-width: 622px;
  margin-top: 75px;
  position: relative
}
.remodal.view360 .map {
  position: relative
}
.remodal.view360 .map .on {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0
}
.remodal.view360 .map .on.active {
  opacity: 1
}
.remodal.view360 .map .compass {
  width: 35px;
  position: absolute;
  top: -5px;
  left: 80px
}
.remodal.view360 .map .f3 {
  position: absolute;
  right: -125px;
  bottom: 0
}
.remodal.view360 .room_wrap {
  width: 224px;
  position: absolute;
  top: -120px;
  right: -145px;
  z-index: 5
}
@media screen and (min-width: 1100px) {
  .remodal.view360 .room_wrap.ef {
    width: 192px;
    left: -170px;
    right: auto
  }
}
.remodal.view360 .room {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 14px 0 14px 12px;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (min-width: 1100px) {
  .remodal.view360 .room:not(:last-child) {
    margin-bottom: 8px
  }
}
.remodal.view360 .room .name {
  font-weight: bold;
  font-size: 17px
}
.remodal.view360 .room .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  text-align: center;
  font-size: 12px
}
.remodal.view360 .room .link li:not(:last-child) {
  margin-right: 6px
}
.remodal.view360 .room .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #999;
  min-width: 44px;
  height: 20px;
  border-radius: 2px;
  padding: 0 10px 2px;
  font-weight: bold;
  color: #fff
}
@media all and (-ms-high-contrast: none) {
  .remodal.view360 .room .link a {
    padding-top: 2px
  }
}
.remodal.view360 .room .part {
  margin: 20px 0 -12px
}
.remodal.view360 .room .part .part_name {
  font-weight: bold;
  font-size: 14px
}
.remodal.view360 .room .part .link {
  margin: 6px 0 12px
}
.remodal.view360 .room .dot_wrap {
  background-color: #4d4d4d;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0
}
.remodal.view360 .room .dot_wrap .line {
  background-color: #4d4d4d;
  width: 2px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  position: absolute;
  top: 0;
  left: 0
}
.remodal.view360 .room .dot_wrap .dot {
  background-color: #4d4d4d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px
}
.remodal.view360 .room.abcd .dot_wrap .line {
  height: 190px
}
.remodal.view360 .room.abc .dot_wrap .line {
  height: 140px
}
.remodal.view360 .room.ab .dot_wrap .line {
  height: 95px
}
.remodal.view360 .room.a .dot_wrap .line {
  height: 45px
}
.remodal.view360 .room.ef .dot_wrap .line {
  height: 270px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg)
}
.remodal.view360 .room.e .dot_wrap .line {
  height: 265px;
  -webkit-transform: rotate(-80deg);
  transform: rotate(-80deg)
}
.remodal.view360 .room.s .dot_wrap .line {
  height: 50px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg)
}
@media screen and (min-width: 1100px) {
  .remodal.view360 .room:hover {
    background-color: #c9d2e2
  }
  .remodal.view360 .room:hover .dot_wrap {
    opacity: 1
  }
}
.remodal.view360 .room_wrap.ef .dot_wrap {
  left: 100%;
  right: auto
}
.remodal.view360 .room_wrap.ef .dot_wrap .line {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  left: auto;
  right: 0
}
@media screen and (max-width: 1099px) {
  .remodal.view360 {
    height: 100%;
    margin-bottom: 0;
    padding: 5.2vw 8.2vw 7vw
  }
  .remodal.view360 .logo {
    width: 48vw
  }
  .remodal.view360 .ttl {
    margin-top: 3.1vw;
    font-size: 4.6vw
  }
  .remodal.view360 .txt1 {
    margin-top: 5.5vw;
    font-size: 3.6vw
  }
  .remodal.view360 .map_wrap {
    margin-top: 4.6vw
  }
  .remodal.view360 .map {
    width: 83vw;
    margin: 8.2vw 0 4vw
  }
  .remodal.view360 .map .compass {
    width: 6.2vw;
    top: -1.4vw;
    left: 8.2vw
  }
  .remodal.view360 .map .f3 {
    width: 17vw;
    right: 0;
    bottom: 32vw
  }
  .remodal.view360 .room_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: -2vw;
    position: static
  }
  .remodal.view360 .room {
    width: 40.3vw;
    border-radius: 0.5vw;
    padding: 2.8vw 0 2.8vw 2vw;
    margin-bottom: 2vw;
    position: static
  }
  .remodal.view360 .room:nth-child(even) {
    margin-left: auto
  }
  .remodal.view360 .room .name {
    font-size: 3.1vw
  }
  .remodal.view360 .room .link {
    margin-top: 1.8vw;
    font-size: 2.6vw
  }
  .remodal.view360 .room .link li:not(:last-child) {
    margin-right: 1vw
  }
  .remodal.view360 .room .link a {
    min-width: 9.1vw;
    height: 5.2vw;
    border-radius: 0.3vw;
    padding: 0 1.5vw
  }
  .remodal.view360 .room .part {
    margin: 6.4vw 0 -1.5vw;
    position: relative
  }
  .remodal.view360 .room .part .part_name {
    font-size: 2.3vw
  }
  .remodal.view360 .room .part .link {
    margin: 1vw 0 1.5vw
  }
  .remodal.view360 .room .part .part_other {
    margin-bottom: -1.5vw;
    position: absolute;
    left: 53%;
    bottom: 0
  }
  .remodal.view360 .room.s {
    width: 100%
  }
}
#gnav {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10
}
#gnav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.3
}
#gnav .wrapper > li {
  position: relative
}
#gnav .wrapper > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 15px
}
@media screen and (min-width: 1100px) {
  #gnav .wrapper > li > a:hover {
    opacity: 1;
    color: #55aab4
  }
}
#gnav .wrapper > li:first-child > a {
  padding-left: 0
}
#gnav .wrapper > li.reserve {
  width: 140px;
  margin-left: auto
}
#gnav .wrapper > li.reserve > a {
  background-color: #55aab4;
  height: 36px;
  color: #fff;
  font-size: 14px
}
#gnav .drop_menu {
  min-width: 100%;
  padding-top: 10px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden
}
#gnav .drop_menu.active {
  top: 55px;
  opacity: 1;
  visibility: visible
}
#gnav .drop_menu ul {
  background-color: #55aab4;
  padding: 8px 0;
  position: relative
}
#gnav .drop_menu ul::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 11px 5px;
  border-color: transparent transparent #55aab4 transparent;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto
}
#gnav .drop_menu a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  white-space: nowrap
}
@media screen and (min-width: 1100px) {
  #gnav .drop_menu a:hover {
    opacity: 1;
    background-color: #88c3ca
  }
}
@media screen and (min-width: 1100px) {
  #gnav.up .drop_menu {
    top: auto;
    bottom: 30px
  }
  #gnav.up .drop_menu.active {
    top: auto;
    bottom: 55px
  }
  #gnav.up .drop_menu ul::before {
    top: auto;
    bottom: -10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}
#top_bana {
  max-width: 960px;
  margin-top: 60px;
  position: relative;
  z-index: 3
}
#top_bana .bana:not(:last-child) {
  margin-bottom: 15px
}
#top_bana a {
  display: block
}
@media screen and (max-width: 1099px) {
  #top_bana {
    margin: 5vw 4vw 0
  }
  #top_bana .bana:not(:last-child) {
    margin-bottom: 10px
  }
}
#top_news {
  max-width: 960px;
  margin-top: 60px;
  position: relative;
  z-index: 3
}
#top_news .news_list {
  background-color: #fff;
  height: 125px;
  margin-top: 10px;
  border: solid #b19864;
  border-width: 1px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4
}
#top_news .news_list li {
  padding: 19px 30px
}
#top_news .news_list li:not(:last-child) {
  border-bottom: 1px solid #b19864
}
#top_news .news_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (min-width: 1100px) {
  #top_news .news_list a:hover {
    opacity: 1;
    color: #55aab4
  }
}
#top_news .news_list .date {
  width: 145px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
@media screen and (max-width: 1099px) {
  #top_news {
    margin: 5vw 4vw 0
  }
  #top_news .temp_ttl {
    font-weight: normal
  }
  #top_news .news_list {
    height: 31vw;
    margin-top: 2.6vw;
    padding-right: 3.5vw;
    font-size: 3.5vw
  }
  #top_news .news_list li {
    padding: 2.6vw
  }
  #top_news .news_list .date {
    width: 28vw
  }
}
#top_variation {
  margin-top: 90px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2
}
#top_variation .temp_bg.top {
  top: -360px
}
#top_variation .temp_bg.bottom {
  bottom: -60px
}
#top_variation .ttl {
  text-align: center;
  color: #644f3c;
  font-size: 31px;
  line-height: 1.5;
  position: relative;
  z-index: 2
}
#top_variation .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1
}
#top_variation .en_ttl img {
  width: 449px
}
#top_variation ul {
  margin-top: 40px
}
#top_variation ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#top_variation ul li:not(:last-child) {
  margin-bottom: -15px
}
@media screen and (min-width: 1100px) {
  #top_variation ul li:nth-child(even) figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 -145px 0 0
  }
  #top_variation ul li:nth-child(even) .txt_wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 -30px 0 auto
  }
  #top_variation ul li:nth-child(even) .box_bg {
    left: auto;
    right: 30px
  }
}
#top_variation ul li.coming figure {
  position: relative
}
#top_variation ul li.coming figure::before {
  content: "Coming Soon!";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", "serif";
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}
@media screen and (min-width: 1100px) {
  #top_variation ul figure {
    width: 676px;
    margin-left: -145px
  }
}
#top_variation ul .txt_wrap {
  display: block;
  margin-left: -30px;
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}
@media screen and (min-width: 1100px) {
  #top_variation ul .txt_wrap:hover {
    opacity: 1
  }
  #top_variation ul .txt_wrap:hover .name {
    color: #b19864
  }
  #top_variation ul .txt_wrap:hover .more .arrow .off {
    opacity: 0
  }
  #top_variation ul .txt_wrap:hover .more .arrow .on {
    opacity: 1
  }
  #top_variation ul .txt_wrap:hover .box_bg {
    background-color: #b19864
  }
}
#top_variation ul .txt_box {
  background-color: #fff;
  width: 587px;
  padding: 50px 50px 30px;
  font-weight: bold;
  position: relative;
  z-index: 2
}
#top_variation ul .name {
  color: #644f3c;
  font-size: 25px;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#top_variation ul .description {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.8
}
#top_variation ul .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 115px;
  margin: 25px 0 0 auto;
  font-size: 14px;
  line-height: 1
}
#top_variation ul .more .arrow {
  display: block;
  width: 20px;
  margin-left: auto;
  position: relative
}
#top_variation ul .more .arrow img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#top_variation ul .more .arrow .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
#top_variation ul .box_bg {
  background-color: #55aab4;
  width: 603px;
  height: 92%;
  position: absolute;
  left: 30px;
  bottom: -25px
}
#top_variation ul .active .fade_up {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
@media screen and (max-width: 1099px) {
  #top_variation {
    margin-top: 8vw;
    padding-bottom: 10vw
  }
  #top_variation .temp_bg.top {
    top: 0
  }
  #top_variation .temp_bg.bottom {
    bottom: 0
  }
  #top_variation .ttl {
    font-size: 5.2vw
  }
  #top_variation .ttl img {
    width: 49vw;
    top: -4vw;
    left: 3vw
  }
  #top_variation .en_ttl {
    top: -4vw;
    left: 3vw;
    right: auto;
    margin: 0
  }
  #top_variation .en_ttl img {
    width: 49vw
  }
  #top_variation ul {
    margin-top: 5vw
  }
  #top_variation ul li {
    display: block
  }
  #top_variation ul li:not(:last-child) {
    margin-bottom: 7.3vw
  }
  #top_variation ul li:nth-child(even) .txt_box {
    margin-left: auto
  }
  #top_variation ul li:nth-child(even) .box_bg {
    left: 0;
    right: auto
  }
  #top_variation ul li.coming figure::before {
    font-size: 3.7vw
  }
  #top_variation ul .txt_wrap {
    margin-left: 0
  }
  #top_variation ul .txt_box {
    width: 95vw;
    padding: 5.4vw 6.6vw 4.5vw
  }
  #top_variation ul .name {
    font-size: 4.9vw
  }
  #top_variation ul .description {
    margin-top: 2vw;
    font-size: 3.5vw
  }
  #top_variation ul .more {
    width: 25vw;
    margin-top: 2.6vw;
    font-size: 3.1vw
  }
  #top_variation ul .more .arrow {
    width: 4.1vw
  }
  #top_variation ul .box_bg {
    width: 100%;
    height: 104%;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto
  }
}
#top_feature {
  padding: 60px 0;
  position: relative;
  z-index: 4
}
#top_feature .bg {
  background: url(../img/top_feature_bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
#top_feature .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5
}
#top_feature .en_ttl img {
  width: 387px;
  margin-left: auto
}
#top_feature ul {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 2
}
#top_feature ul li {
  padding-top: 170px;
  position: relative
}
#top_feature ul li:not(:last-child) {
  margin-bottom: 40px
}
@media screen and (min-width: 1100px) {
  #top_feature ul li:nth-child(even) .txt_wrap {
    left: 0;
    right: auto
  }
  #top_feature ul li:nth-child(even) .txt_wrap::after {
    left: auto;
    right: 0
  }
  #top_feature ul li:nth-child(even) .txt_box {
    margin-left: 0
  }
  #top_feature ul li:nth-child(even) .txt_box .list_ttl {
    text-align: right
  }
  #top_feature ul li:nth-child(even) .txt_box p {
    margin-left: auto
  }
  #top_feature ul li:nth-child(even) figure {
    margin-left: -210px
  }
}
#top_feature ul .txt_wrap {
  width: 100vw;
  padding: 50px 0 65px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}
#top_feature ul .txt_wrap::before {
  content: "";
  background-color: #302319;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1
}
#top_feature ul .txt_wrap::after {
  content: "";
  background-color: #b19864;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s
}
#top_feature ul .txt_box {
  width: 1100px;
  margin-left: auto;
  position: relative;
  z-index: 3
}
#top_feature ul .txt_box .list_ttl {
  color: #55aab4;
  font-size: 30px;
  line-height: 1.4
}
#top_feature ul .txt_box p {
  width: 305px;
  padding-top: 30px
}
#top_feature ul figure {
  width: 960px;
  margin-left: 350px;
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}
#top_feature ul .active .fade_right, #top_feature ul .active .fade_left, #top_feature ul .active .fade_up {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}
#top_feature ul .active .txt_wrap::after {
  width: 100%
}
@media screen and (max-width: 1099px) {
  #top_feature {
    padding: 9vw 0 10vw
  }
  #top_feature .bg {
    background-image: url(../img/top_feature_bgsp.jpg)
  }
  #top_feature .en_ttl {
    top: 4vw;
    left: auto;
    margin: 0
  }
  #top_feature .en_ttl img {
    width: 42vw
  }
  #top_feature ul {
    font-weight: normal;
    font-size: 3.5vw;
    line-height: 1.7
  }
  #top_feature ul li {
    padding-top: 0
  }
  #top_feature ul li:not(:last-child) {
    margin-bottom: 6.5vw
  }
  #top_feature ul .txt_wrap {
    padding: 4.9vw 0 5.9vw;
    position: relative
  }
  #top_feature ul .txt_wrap::after {
    display: none
  }
  #top_feature ul .txt_box {
    width: auto;
    margin-left: 0
  }
  #top_feature ul .txt_box .list_ttl {
    padding: 0 4.3vw 3.6vw;
    font-size: 5.7vw;
    position: relative
  }
  #top_feature ul .txt_box .list_ttl::after {
    content: "";
    background-color: #b19864;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s
  }
  #top_feature ul .txt_box p {
    width: auto;
    padding: 3.6vw 4.3vw 0
  }
  #top_feature ul figure {
    width: auto;
    margin-left: 0
  }
  #top_feature ul .active .txt_box .list_ttl::after {
    width: 100%
  }
}
#top_room {
  position: relative;
  z-index: 3
}
#top_room .temp_bg {
  z-index: -2
}
#top_room .temp_bg.top {
  top: -90px
}
#top_room .temp_bg.bottom {
  bottom: 496px
}
#top_room .wrapper {
  padding: 60px 0
}
#top_room .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
#top_room .en_ttl img {
  width: 774px
}
#top_room ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 55px -40px -45px 0
}
#top_room li {
  background-color: #fff;
  width: 340px;
  margin: 0 40px 45px 0;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1)
}
#top_room li figure a {
  display: block
}
@media screen and (min-width: 1100px) {
  #top_room li figure a {
    height: 252px;
    overflow: hidden
  }
  #top_room li figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
  }
}
@media screen and (min-width: 1100px) {
  #top_room li figure img {
    width: auto;
    max-width: none;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
}
#top_room li .txt_box {
  padding: 35px 25px 25px;
  font-weight: bold
}
#top_room li .room_ttl .temp_ttl {
  display: inline-block;
  padding-left: 30px;
  font-size: 20px
}
#top_room li .room_ttl .temp_ttl::before {
  width: 16px;
  height: 16px
}
#top_room li table {
  width: 100%;
  margin-top: 20px;
  line-height: 1.7
}
#top_room li table .door {
  background-color: #f5eee3
}
#top_room li table th {
  width: 105px;
  padding-left: 7px
}
#top_room li table .door_next th, #top_room li table .door_next td {
  padding-top: 5px
}
#top_room li .reserve_btn {
  margin-top: 15px
}
#top_room li .reserve_btn .h_sweep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55aab4;
  height: 56px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 1
}
#top_room li .more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 162px;
  margin: 25px auto 0;
  font-size: 14px;
  line-height: 1
}
#top_room li .more_btn .arrow {
  display: block;
  width: 20px;
  margin-left: auto;
  position: relative
}
#top_room li .more_btn .arrow img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#top_room li .more_btn .arrow .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
@media screen and (min-width: 1100px) {
  #top_room li .more_btn:hover {
    opacity: 1;
    color: #b19864
  }
  #top_room li .more_btn:hover .arrow .off {
    opacity: 0
  }
  #top_room li .more_btn:hover .arrow .on {
    opacity: 1
  }
}
#top_room .coming .reserve_btn {
  position: relative
}
#top_room .coming .reserve_btn::before {
  content: "";
  background-color: rgba(220, 220, 220, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}
#top_room .coming .reserve_btn .h_sweep {
  background-color: #dcdcdc
}
@media screen and (min-width: 1100px) {
  #top_room .room_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}
#top_room .room_s .room_ttl .temp_ttl::before {
  background-image: url(../img/icon_ttl03.png)
}
@media screen and (min-width: 1100px) {
  #top_room .room_s figure {
    width: 762px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}
#top_room .room_s figure a {
  position: relative
}
@media screen and (min-width: 1100px) {
  #top_room .room_s figure a {
    height: 100%
  }
  #top_room .room_s figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
  }
}
#top_room .room_s figure .caption {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 2
}
@media screen and (min-width: 1100px) {
  #top_room .room_s .txt_box {
    width: 100%;
    position: relative
  }
  #top_room .room_s table th {
    width: 95px;
    padding-left: 0
  }
  #top_room .room_s table td {
    font-size: 15px;
    white-space: nowrap
  }
  #top_room .room_s .reserve_btn {
    width: 288px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: auto
  }
  #top_room .room_s .more_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px
  }
}
#top_room .room_abcd .temp_ttl::before {
  background-image: url(../img/icon_ttl04.png)
}
#top_room .room_ef .temp_ttl::before {
  background-image: url(../img/icon_ttl05.png)
}
#top_room .bottom_photo {
  background: url(../img/top_room_bottom.jpg) no-repeat center/cover;
  height: 496px
}
@media screen and (max-width: 1099px) {
  #top_room .temp_bg.top {
    top: 13vw
  }
  #top_room .temp_bg.bottom {
    bottom: 57vw
  }
  #top_room .wrapper {
    padding: 8vw 0 10vw
  }
  #top_room .en_ttl {
    top: 2.3vw;
    left: 2.8vw;
    right: auto;
    margin: 0
  }
  #top_room .en_ttl img {
    width: 85vw
  }
  #top_room ul {
    display: block;
    margin: 7vw 4vw -4vw
  }
  #top_room li {
    width: auto;
    margin: 0 0 4vw;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1)
  }
  #top_room li .txt_box {
    padding: 5vw 5.8vw 5vw;
    font-size: 3.5vw
  }
  #top_room li .room_ttl .temp_ttl {
    padding-left: 5.8vw;
    font-size: 4.5vw
  }
  #top_room li .room_ttl .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw
  }
  #top_room li table {
    margin-top: 2.8vw;
    line-height: 1.5
  }
  #top_room li table th, #top_room li table td {
    padding-top: 1vw;
    font-weight: normal
  }
  #top_room li table th {
    width: 30vw;
    padding-left: 3vw
  }
  #top_room li table .door th, #top_room li table .door td {
    padding-top: 0
  }
  #top_room li table .door_next th, #top_room li table .door_next td {
    padding-top: 2vw
  }
  #top_room li .reserve_btn {
    margin-top: 3.6vw
  }
  #top_room li .reserve_btn .h_sweep {
    height: 13.5vw;
    font-size: 4.4vw
  }
  #top_room li .more_btn {
    width: 34vw;
    margin-top: 4vw;
    font-size: 3.1vw
  }
  #top_room li .more_btn .arrow {
    width: 4.1vw
  }
  #top_room .room_s figure .caption {
    font-size: 2.6vw;
    right: 3.6vw;
    bottom: 19.5vw
  }
  #top_room .bottom_photo {
    height: 25vw
  }
}
#top_search {
  background-color: #fff;
  padding: 60px 0 70px;
  position: relative
}
#top_search .temp_bg {
  background-image: url(../img/bg_03.png);
  top: -355px;
  z-index: 1
}
#top_search .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1
}
#top_search .en_ttl img {
  width: 300px;
  margin-left: auto
}
#top_search #search_form {
  margin-top: 50px;
  position: relative;
  z-index: 3
}
@media screen and (max-width: 1099px) {
  #top_search {
    padding: 9vw 0 11vw
  }
  #top_search .temp_bg {
    background-image: url(../img/bg_03sp.png);
    top: 0
  }
  #top_search .en_ttl {
    padding-right: 1.8vw;
    top: 12vw
  }
  #top_search .en_ttl img {
    width: 31vw
  }
  #top_search #search_form {
    margin-top: 5.7vw
  }
}
#search_form {
  background-color: transparent;
  padding-top: 0
}
#search_form #footer, #search_form #fix_nav {
  display: none
}
#search_form .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#search_form dl:not(:last-child) {
  margin-right: 30px
}
#search_form .temp_ttl {
  margin-bottom: 10px
}
#search_form dd input, #search_form dd select {
  height: 40px
}
#search_form .date input, #search_form .date select {
  width: 190px
}
#search_form .time dd {
  position: relative
}
#search_form .time .time_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#search_form .time select {
  width: 70px
}
#search_form .time small {
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  position: absolute;
  top: calc(100% + 10px);
  left: 0
}
#search_form .space select {
  width: 140px
}
#search_form .room select {
  width: 340px
}
#search_form .submitbtn {
  background-color: #302319;
  width: 350px;
  height: 60px;
  margin: 50px auto 0
}
#search_form .submitbtn::before {
  background-color: #55aab4
}
#search_form .submitbtn input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1
}
@media screen and (max-width: 1099px) {
  #search_form .wrap {
    display: block;
    padding: 0 4vw
  }
  #search_form dl:not(:last-child) {
    margin: 0 0 20px
  }
  #search_form .temp_ttl {
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 17px
  }
  #search_form .temp_ttl::before {
    width: 12px;
    height: 12px
  }
  #search_form dd input, #search_form dd select {
    height: 44px
  }
  #search_form .date input, #search_form .date select, #search_form .space input, #search_form .space select, #search_form .room input, #search_form .room select {
    width: 100%
  }
  #search_form .time select {
    width: 80px;
    padding-right: 0
  }
  #search_form .time small {
    margin-top: 10px;
    font-size: 12px;
    white-space: normal;
    position: static
  }
  #search_form .submitbtn {
    width: 72vw;
    height: 52px;
    margin-top: 30px
  }
  #search_form .submitbtn input {
    font-size: 16px
  }
}
#top_floor {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
  z-index: 2
}
#top_floor .bg {
  background: url(../img/top_floor_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
#top_floor .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1
}
#top_floor .en_ttl img {
  width: 400px
}
#top_floor figure {
  max-width: 950px;
  margin-top: 100px;
  position: relative
}
@media screen and (min-width: 1100px) {
  #top_floor figure .map {
    width: 869px;
    margin-left: auto
  }
}
#top_floor figure figcaption {
  width: 180px;
  position: absolute;
  top: -45px;
  left: -75px
}
@media screen and (max-width: 1099px) {
  #top_floor {
    height: 80vw;
    padding-top: 8.8vw
  }
  #top_floor .bg {
    background: #e5f2f4
  }
  #top_floor .en_ttl {
    top: 2vw;
    left: 2vw;
    right: auto;
    margin: 0
  }
  #top_floor .en_ttl img {
    width: 51vw
  }
  #top_floor figure {
    max-width: 87%;
    margin-top: 10vw
  }
  #top_floor figure figcaption {
    width: 22vw;
    top: -7.2vw;
    left: auto;
    right: -4vw
  }
}
#top_access {
  background-color: #fff;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  z-index: 2
}
#top_access .temp_bg {
  z-index: -1
}
#top_access .temp_bg.top {
  background-image: url(../img/bg_04.png);
  top: -300px
}
#top_access .temp_bg.bottom {
  background-image: url(../img/bg_03.png);
  bottom: -145px
}
#top_access .wrapper {
  padding-top: 60px
}
#top_access .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto
}
#top_access .en_ttl img {
  width: 280px;
  margin-left: auto
}
#top_access .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px
}
@media screen and (min-width: 1100px) {
  #top_access .wrap figure {
    width: 550px
  }
}
#top_access .wrap .txt_box {
  width: 550px;
  padding-left: 50px;
  position: relative
}
#top_access .wrap .sub {
  color: #644f3c;
  font-size: 30px
}
#top_access .wrap .name {
  margin-top: 20px;
  font-weight: bold;
  font-size: 17px
}
#top_access .wrap table {
  width: 100%;
  margin-top: 5px
}
#top_access .wrap th {
  width: 85px
}
#top_access .wrap .more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #302319;
  width: 417px;
  height: 75px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 50px;
  bottom: 0
}
#top_access .wrap .more_btn::before {
  background-color: #55aab4
}
#top_access .gmap {
  margin-top: 65px;
  position: relative;
  z-index: 2
}
#top_access .gmap iframe {
  display: block;
  width: 100%;
  height: 340px
}
#top_access .gmap .gmap_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  width: 417px;
  height: 75px;
  margin: 35px auto 0;
  border: 2px solid #302319;
  text-align: center;
  font-weight: bold;
  color: #302319;
  font-size: 18px;
  line-height: 1
}
#top_access .gmap .gmap_link::before {
  background-color: #55aab4
}
@media screen and (min-width: 1100px) {
  #top_access .gmap .gmap_link:hover {
    opacity: 1;
    border-color: #55aab4;
    color: #55aab4
  }
}
@media screen and (max-width: 1099px) {
  #top_access {
    padding-bottom: 10vw
  }
  #top_access .temp_bg.top {
    background-image: url(../img/bg_04sp.png);
    top: -18vw
  }
  #top_access .temp_bg.bottom {
    background-image: url(../img/bg_03sp.png);
    bottom: 60vw
  }
  #top_access .wrapper {
    padding-top: 9vw
  }
  #top_access .wrap {
    display: block;
    margin: 7vw 4vw 0
  }
  #top_access .wrap .txt_box {
    width: auto;
    padding: 4.6vw 0 0
  }
  #top_access .wrap .sub {
    font-size: 5.4vw
  }
  #top_access .wrap .name {
    margin-top: 2.6vw;
    font-size: 4.1vw
  }
  #top_access .wrap table {
    margin-top: 1.3vw;
    font-size: 3.6vw
  }
  #top_access .wrap th {
    width: 18vw
  }
  #top_access .wrap .more_btn {
    width: 72vw;
    height: 13vw;
    margin: 7vw auto 0;
    font-size: 4.1vw;
    position: static
  }
  #top_access .gmap {
    margin-top: 10vw
  }
  #top_access .gmap iframe {
    height: 52vw
  }
  #top_access .gmap .gmap_link {
    width: 72vw;
    height: 13vw;
    margin-top: 8vw;
    border-width: 1px;
    font-size: 4.1vw
  }
}
#top_link {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden
}
#top_link .temp_bg {
  background-image: url(../img/top_link_bg.jpg);
  height: 102%;
  top: 0;
  z-index: 1
}
#top_link .wrapper {
  position: relative;
  z-index: 2
}
#top_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  line-height: 1
}
#top_link li {
  width: 340px
}
#top_link li:not(:last-child) {
  margin-right: 40px
}
#top_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  height: 190px
}
#top_link a::before {
  background-color: #55aab4
}
#top_link a span {
  display: block
}
#top_link a .icon {
  width: 64px;
  margin-bottom: 22px;
  position: relative
}
#top_link a .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#top_link a .icon .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
@media screen and (min-width: 1100px) {
  #top_link a:hover {
    color: #fff
  }
  #top_link a:hover .icon .off {
    opacity: 0
  }
  #top_link a:hover .icon .on {
    opacity: 1
  }
}
@media screen and (max-width: 1099px) {
  #top_link {
    padding: 8.3vw 13vw
  }
  #top_link .temp_bg {
    background-image: url(../img/top_link_bgsp.jpg)
  }
  #top_link ul {
    display: block;
    font-size: 4.1vw
  }
  #top_link li {
    width: auto
  }
  #top_link li:not(:last-child) {
    margin: 0 0 2vw
  }
  #top_link a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 16vw;
    padding-left: 9vw
  }
  #top_link a .icon {
    width: 9.3vw;
    margin: 0 7.5vw 0 0
  }
}
#foot_contact {
  padding: 60px 0;
  position: relative;
  overflow: hidden
}
#foot_contact .temp_bg {
  background: url(../img/foot_contact_bg.jpg);
  height: 102%;
  top: 0;
  z-index: -2
}
#foot_contact .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
#foot_contact .en_ttl img {
  width: 497px
}
#foot_contact .wrapper {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}
@media screen and (min-width: 1100px) {
  #foot_contact .temp_ttl2 {
    font-size: 30px
  }
}
#foot_contact .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px
}
#foot_contact .btn_box a.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  width: 417px;
  height: 107px
}
#foot_contact .btn_box a.mail::before {
  background-color: #55aab4
}
#foot_contact .btn_box a span {
  display: block
}
#foot_contact .btn_box a .icon {
  width: 36px;
  margin-right: 20px;
  position: relative
}
#foot_contact .btn_box a .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#foot_contact .btn_box a .icon .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
#foot_contact .btn_box a .txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1
}
@media screen and (min-width: 1100px) {
  #foot_contact .btn_box a:hover {
    color: #fff
  }
  #foot_contact .btn_box a:hover .icon .off {
    opacity: 0
  }
  #foot_contact .btn_box a:hover .icon .on {
    opacity: 1
  }
}
@media screen and (min-width: 1100px) {
  #foot_contact .btn_box .info_tel {
    width: 417px;
    margin-left: 48px;
    border: solid #303030;
    border-width: 0 1px;
    text-align: center
  }
  #foot_contact .btn_box .info_tel .ttl {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1
  }
  #foot_contact .btn_box .info_tel .tel img {
    margin: 0 auto
  }
  #foot_contact .btn_box .info_tel .open {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1
  }
}
@media screen and (max-width: 1099px) {
  #foot_contact {
    padding: 7.8vw 0 10vw
  }
  #foot_contact .temp_bg {
    background-image: url(../img/foot_contact_bgsp.jpg)
  }
  #foot_contact .en_ttl {
    top: 6vw;
    left: 3vw;
    right: auto;
    margin: 0;
    opacity: 0.5
  }
  #foot_contact .en_ttl img {
    width: 54vw
  }
  #foot_contact .wrapper {
    max-width: 72vw
  }
  #foot_contact .btn_box {
    display: block;
    margin-top: 7.1vw
  }
  #foot_contact .btn_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding-left: 10vw
  }
  #foot_contact .btn_box a, #foot_contact .btn_box a.mail {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    height: 16vw
  }
  #foot_contact .btn_box a .icon {
    width: 5.9vw;
    margin-right: 3.6vw
  }
  #foot_contact .btn_box a .txt {
    font-size: 4.1vw
  }
  #foot_contact .btn_box .info_tel {
    margin-top: 2vw
  }
}
#foot_info {
  background-color: #302319
}
#foot_info, #foot_info a {
  color: #fff
}
#foot_info .wrapper {
  padding: 110px 0 55px;
  position: relative
}
#foot_info .pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55aab4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2)
}
#foot_info .pagetop img {
  width: 16px
}
@media screen and (min-width: 1100px) {
  #foot_info .pagetop:hover {
    opacity: 1;
    background-color: #b19864
  }
}
#foot_info .foot_nav {
  line-height: 1.2
}
#foot_info .foot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
#foot_info .foot_nav li {
  border-left: 1px solid #fff
}
#foot_info .foot_nav li:last-child {
  border-right: 1px solid #fff
}
#foot_info .foot_nav a {
  display: block;
  padding: 0 30px
}
#foot_info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 110px
}
#foot_info .info .name {
  font-weight: bold
}
#foot_info .info .detail {
  margin-left: 40px;
  font-size: 14px;
  line-height: 1.8
}
#foot_info .copy {
  margin-top: 60px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4
}
@media screen and (max-width: 1099px) {
  #foot_info {
    text-align: center
  }
  #foot_info .wrapper {
    padding: 9vw 0 90px
  }
  #foot_info .pagetop {
    width: 48px;
    height: 48px;
    right: 15px;
    bottom: 70px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2)
  }
  #foot_info .pagetop img {
    width: 10px
  }
  #foot_info .foot_nav {
    font-size: 3.1vw
  }
  #foot_info .foot_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3.1vw;
    overflow: hidden
  }
  #foot_info .foot_nav li {
    margin-bottom: 3.1vw
  }
  #foot_info .foot_nav li.r_border {
    border-right: 1px solid #fff
  }
  #foot_info .foot_nav a {
    padding: 0 4.1vw
  }
  #foot_info .info {
    display: block;
    margin-top: 8.8vw
  }
  #foot_info .info .name {
    font-size: 3.9vw
  }
  #foot_info .info .detail {
    margin: 1.8vw 0 0;
    font-size: 3.1vw
  }
  #foot_info .copy {
    margin-top: 6.7vw;
    font-size: 2.8vw
  }
}
#fix_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 56px;
  padding: 0 15px 0 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90
}
#fix_nav .info {
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px
}
#fix_nav .info .ttl {
  padding-left: 15px;
  font-weight: bold;
  font-size: 9px
}
#fix_nav .info .info_tel {
  margin-top: 3px
}
#fix_nav .info .open {
  padding: 3px 0 0 15px;
  font-size: 8px
}
#fix_nav .mail {
  display: block;
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px
}
#fix_nav .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55aab4;
  width: 30vw;
  height: 36px;
  margin-left: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  position: relative
}
#fix_nav .search::after {
  content: "";
  background: url("../img/arrow_01.png") no-repeat left top/100% 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  bottom: 4px
}
#view360 {
  padding-top: 0
}
#view360 main {
  height: 100vh;
  position: relative
}
#view360_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-right: 10px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 10
}
#view360_list li {
  width: 150px;
  margin-left: 10px;
  cursor: pointer
}
#view360_list .name {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  line-height: 1
}
@media screen and (max-width: 1099px) {
  #view360_list {
    padding-right: 2.6vw;
    bottom: 4vw
  }
  #view360_list li {
    width: 25vw;
    margin-left: 2.6vw
  }
}
#view360_canvas_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.view360_canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden
}
.view360_canvas.active {
  opacity: 1;
  visibility: visible
}
.view360_canvas canvas {
  display: block
}
.view360_canvas .current {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5
}
@media screen and (max-width: 1099px) {
  .view360_canvas canvas {
    height: 100% !important
  }
}
#reserve .temp_head {
  background-image: url(../img/reserve_head.jpg)
}
@media screen and (max-width: 1099px) {
  #reserve .temp_head {
    background-image: url(../img/reserve_headsp.jpg)
  }
}
#reserve_intro {
  padding: 20px 0 40px
}
#reserve_intro .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2
}
#reserve_intro .step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0d6c1;
  width: 215px;
  height: 60px;
  position: relative
}
#reserve_intro .step li:not(:first-child) {
  padding-left: 25px
}
#reserve_intro .step li::before, #reserve_intro .step li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 27px;
  border-color: transparent transparent transparent #e0d6c1;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}
#reserve_intro .step li::after {
  border-width: 40px 0 40px 27px;
  border-color: transparent transparent transparent #fff;
  right: -30px;
  z-index: 1
}
#reserve_intro .step li.active {
  background-color: #55aab4;
  color: #fff
}
#reserve_intro .step li.active::before {
  border-left-color: #55aab4
}
#reserve_intro .txt1 {
  margin-top: 45px;
  text-align: center
}
#reserve_intro .login {
  margin-top: 30px;
  max-width: 400px;
  position: relative
}
#reserve_intro .login .login_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #302319;
  height: 60px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1
}
#reserve_intro .login .login_btn::before {
  background-color: #55aab4
}
#reserve_intro .login .login_btn img {
  width: 18px;
  margin-right: 15px
}
#reserve_intro .login .pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 25px);
  font-size: 14px;
  white-space: nowrap
}
#reserve_intro .login .pass a {
  display: inline-block;
  font-weight: bold;
  color: #b19864;
  text-decoration: underline
}
#reserve_intro .caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px
}
#reserve_intro .caution .box {
  display: block;
  border: 1px solid #dc8232;
  padding: 10px 30px;
  font-weight: bold;
  color: #dc8232
}
#reserve_intro .caution .indent2 {
  text-indent: -1.3em;
  padding-left: 1.3em
}
#reserve_intro .caution a {
  color: #2e3192;
  text-decoration: underline
}
@media screen and (max-width: 1099px) {
  #reserve_intro {
    padding: 2.6vw 4vw 0
  }
  #reserve_intro .step {
    padding-right: 10px;
    font-size: 2.8vw
  }
  #reserve_intro .step li {
    width: 20%;
    height: 11vw
  }
  #reserve_intro .step li:not(:first-child) {
    padding-left: 12px
  }
  #reserve_intro .step li::before, #reserve_intro .step li::after {
    border-width: 6vw 0 6vw 12px;
    right: -10px
  }
  #reserve_intro .step li::after {
    border-width: 6vw 0 6vw 12px;
    right: -12px
  }
  #reserve_intro .txt1 {
    margin-top: 6.5vw;
    font-size: 3.5vw
  }
  #reserve_intro .login {
    margin-top: 5.2vw;
    max-width: none
  }
  #reserve_intro .login .login_btn {
    width: 80vw;
    height: 13vw;
    font-size: 4.1vw
  }
  #reserve_intro .login .login_btn img {
    width: 3.5vw;
    margin-right: 2.6vw
  }
  #reserve_intro .login .pass {
    display: block;
    height: auto;
    margin-top: 4vw;
    position: static;
    white-space: normal;
    text-align: center;
    font-size: 4.1vw
  }
  #reserve_intro .caution {
    display: block;
    margin-top: 7.8vw
  }
  #reserve_intro .caution .box {
    padding: 3vw;
    font-size: 3.2vw;
    line-height: 1.4
  }
}
#reserve_form {
  padding: 20px 0 120px
}
#reserve_form > .wrapper {
  max-width: 900px
}
#reserve_form .item:not(:first-of-type), #reserve_form .room_wrap:not(:first-of-type) {
  margin-top: 60px
}
#reserve_form .temp_ttl {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 20px
}
#reserve_form .temp_ttl::before {
  width: 13px;
  height: 13px
}
#reserve_form table {
  width: 100%;
  border: 1px solid #644f3c;
  line-height: 1.4
}
#reserve_form tr:not(:last-child) {
  border-bottom: 1px solid #b4b4b4
}
#reserve_form th, #reserve_form td {
  vertical-align: middle
}
#reserve_form th {
  background-color: #ddeef0;
  width: 290px;
  padding: 12px 20px 12px 35px
}
#reserve_form th .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#reserve_form th .small {
  font-weight: normal;
  font-size: 12px
}
#reserve_form th .required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc8232;
  width: 50px;
  height: 20px;
  margin-left: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1
}
#reserve_form textarea {
  width: 100%;
  height: 260px
}
#reserve_form td {
  padding: 12px 30px
}
#reserve_form td input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), #reserve_form td select {
  height: 40px
}
#reserve_form td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#reserve_form td.room select {
  width: 380px
}
#reserve_form td.room .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px
}
#reserve_form td.room .price {
  margin-right: 40px
}
#reserve_form td.room .link a {
  color: #2e3192;
  text-decoration: underline
}
#reserve_form td.date input, #reserve_form td.date select {
  width: 270px
}
#reserve_form td.time select {
  width: 80px
}
#reserve_form td.person input, #reserve_form td.person select {
  width: 190px
}
#reserve_form td.person .txt {
  display: block;
  margin-left: 15px
}
#reserve_form td.layout select, #reserve_form td.purpose select {
  width: 50%
}
#reserve_form td.event small, #reserve_form td.event_time small {
  margin-left: 20px;
  font-size: 14px
}
#reserve_form td.event .input {
  width: 265px
}
#reserve_form td.event input {
  width: 100%;
  height: 74px
}
#reserve_form td.event input:not(:last-child) {
  margin-bottom: 12px
}
#reserve_form td.event_time .input {
  width: 80px
}
#reserve_form td.event_time input {
  width: 100%
}
#reserve_form .error {
  margin-top: 5px;
  color: #e60012;
  font-size: 14px;
  line-height: 1.4
}
#reserve_form .sub {
  padding-left: 20px;
  margin: 40px 0 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  position: relative
}
#reserve_form .sub::before {
  content: "";
  background-color: #55aab4;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
#reserve_form .sub2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 25px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1.4
}
#reserve_form .sub2:nth-child(1), #reserve_form .sub2:nth-child(2) {
  margin-top: 30px
}
#reserve_form .sub2 .sub2_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55aab4;
  min-width: 250px;
  height: 35px;
  border-radius: 50px;
  padding: 0 50px
}
#reserve_form .txt1 {
  margin-bottom: 10px
}
#reserve_form .txt1 a {
  display: inline-block;
  padding-right: 30px;
  color: #2e3192;
  text-decoration: underline;
  position: relative
}
#reserve_form .txt1 a::before {
  content: "";
  background: url(../img/icon_blank.png) no-repeat left top/100% 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
#reserve_form .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4
}
#reserve_form .check input {
  display: none
}
#reserve_form .check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#reserve_form .check .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #b4b4b4;
  margin-right: 10px;
  -webkit-transition: 0.1s;
  transition: 0.1s
}
#reserve_form .check img {
  width: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0)
}
#reserve_form .check.active .checkbox {
  background-color: #b19864
}
#reserve_form .check.active img {
  -webkit-transform: scale(1);
  transform: scale(1)
}
@media screen and (min-width: 1100px) {
  #reserve_form .equipment .check, #reserve_form .equipment .txt1 {
    margin-left: 35px
  }
  #reserve_form .equipment > div:nth-child(2) .txt1 {
    margin-left: 0
  }
}
#reserve_form .equipment .table {
  position: relative
}
#reserve_form .equipment .table::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5
}
#reserve_form .equipment .table.active::before {
  display: none
}
#reserve_form .equipment .table .table_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  border: solid #644f3c;
  border-width: 1px 1px 0;
  text-align: center;
  font-weight: bold
}
#reserve_form .equipment .table .table_ttl .name, #reserve_form .equipment .table .table_ttl .price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
@media screen and (min-width: 1100px) {
  #reserve_form .equipment .table .table_ttl .lot {
    padding-left: 25px
  }
}
#reserve_form .equipment .table .name {
  width: 56%
}
#reserve_form .equipment .table .price {
  width: 21%;
  padding-right: 60px
}
#reserve_form .equipment .table .lot {
  text-align: left
}
#reserve_form .equipment .table .table_wrap {
  height: 450px;
  border: 1px solid #644f3c;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}
#reserve_form .equipment .table table {
  border: none
}
#reserve_form .equipment .table tr:not(:last-child) {
  border-bottom: none
}
#reserve_form .equipment .table tr:nth-child(odd) {
  background-color: #ddeef0
}
#reserve_form .equipment .table td:nth-child(1) {
  padding: 10px 35px
}
#reserve_form .equipment .table td:nth-child(2) {
  padding: 10px 40px 20px 0;
  text-align: center
}
#reserve_form .equipment .table td:nth-child(3) {
  padding: 10px 0
}
#reserve_form .equipment .table td:nth-child(3) input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), #reserve_form .equipment .table td:nth-child(3) select {
  width: 115px;
  height: 35px
}
#reserve_form .equipment .table td:nth-child(3) .txt {
  display: block;
  margin-left: 10px
}
#reserve_form .equipment .table .bottom {
  margin-top: 10px;
  text-align: right
}
#reserve_form .equipment .table.drink_table .table_wrap {
  height: auto
}
#reserve_form .agree {
  margin-top: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7
}
#reserve_form .agree a {
  color: #2e3192;
  text-decoration: underline
}
#reserve_form .agree .check {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px
}
#reserve_form .agree .error {
  display: block;
  width: 100%
}
#reserve_form .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px
}
#reserve_form .btn_box > :not(:last-child) {
  margin-right: 60px
}
#reserve_form .btn_box .submitbtn {
  display: block;
  width: 420px;
  height: 85px;
  position: relative
}
#reserve_form .btn_box .submitbtn, #reserve_form .btn_box .submitbtn input {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1
}
#reserve_form .btn_box .submitbtn input {
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 10
}
#reserve_form .btn_box .submitbtn .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/arrow_06.png) no-repeat right 35px center/9px auto;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#reserve_form .btn_box .submitbtn .txt span {
  display: inline-block;
  padding-left: 40px;
  position: relative
}
#reserve_form .btn_box .submitbtn .txt span::before {
  content: "";
  background: url(../img/icon_cart02.png) no-repeat left top/100% 100%;
  width: 25px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
#reserve_form .btn_box .submitbtn.border {
  background-color: #fff;
  border: 2px solid #302319
}
#reserve_form .btn_box .submitbtn.border .txt {
  color: #302319
}
@media screen and (min-width: 1100px) {
  #reserve_form .btn_box .submitbtn.border:hover {
    border-color: #55aab4
  }
  #reserve_form .btn_box .submitbtn.border:hover .txt {
    color: #55aab4
  }
}
#reserve_form .btn_box .submitbtn.border.return .txt {
  background: none;
  background-position: left 25px center
}
#reserve_form .btn_box .submitbtn.border.return .txt::before, #reserve_form .btn_box .submitbtn.border.return .txt::after {
  content: "";
  background: url(../img/arrow_07.png) no-repeat left top/100% 100%;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 35px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#reserve_form .btn_box .submitbtn.border.return .txt::after {
  background-image: url(../img/arrow_08.png);
  opacity: 0
}
#reserve_form .btn_box .submitbtn.border.return .txt span {
  padding-left: 0
}
#reserve_form .btn_box .submitbtn.border.return .txt span::before {
  display: none
}
@media screen and (min-width: 1100px) {
  #reserve_form .btn_box .submitbtn.border.return:hover .txt::before {
    opacity: 0
  }
  #reserve_form .btn_box .submitbtn.border.return:hover .txt::after {
    opacity: 1
  }
}
#reserve_form .btn_box .submitbtn.h_sweep {
  background-color: #302319
}
#reserve_form .btn_box .submitbtn.h_sweep::before {
  background-color: #55aab4
}
#reserve_form .btn_box .submitbtn.h_sweep.noicon .txt span {
  padding-left: 0
}
#reserve_form .btn_box .submitbtn.h_sweep.noicon .txt span::before {
  display: none
}
#reserve_form .btn_box .submitbtn.plus {
  padding-left: 1em
}
#reserve_form .btn_box .submitbtn.plus, #reserve_form .btn_box .submitbtn.plus span {
  display: block
}
#reserve_form .btn_box .submitbtn.plus .plus_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px
}
@media screen and (min-width: 1100px) {
  #reserve_form .btn_box button.submitbtn.border:hover {
    color: #55aab4
  }
}
@media screen and (max-width: 1099px) {
  #reserve_form {
    padding: 9.5vw 4vw 13vw
  }
  #reserve_form .item:not(:first-of-type), #reserve_form .room_wrap:not(:first-of-type) {
    margin-top: 50px
  }
  #reserve_form .temp_ttl {
    padding-left: 6.9vw;
    margin-bottom: 1.9vw;
    font-size: 4.4vw
  }
  #reserve_form .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw
  }
  #reserve_form th, #reserve_form td {
    display: block;
    font-size: 15px
  }
  #reserve_form th {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #b4b4b4
  }
  #reserve_form th .wrap {
    height: 44px
  }
  #reserve_form th .required {
    font-size: 14px
  }
  #reserve_form textarea {
    height: 200px
  }
  #reserve_form td {
    padding: 15px
  }
  #reserve_form td input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), #reserve_form td select {
    height: 42px
  }
  #reserve_form td.room .wrap {
    display: block
  }
  #reserve_form td.room select {
    width: 100%
  }
  #reserve_form td.room .txt_wrap {
    margin: 10px 0 0
  }
  #reserve_form td.date input, #reserve_form td.date select {
    width: 100%
  }
  #reserve_form td.time select {
    padding-right: 0
  }
  #reserve_form td.person input, #reserve_form td.person select {
    width: 170px
  }
  #reserve_form td.person .txt {
    margin-left: 10px
  }
  #reserve_form td.layout select, #reserve_form td.purpose select {
    width: 100%
  }
  #reserve_form td.event small, #reserve_form td.event_time small {
    margin: 10px 0 0
  }
  #reserve_form td.event .wrap {
    display: block
  }
  #reserve_form td.event .input {
    width: auto
  }
  #reserve_form td.event textarea:not(:last-child) {
    margin-bottom: 10px
  }
  #reserve_form td.event_time div.wrap {
    display: block
  }
  #reserve_form .sub {
    padding-left: 15px;
    margin-top: 35px;
    font-size: 15px
  }
  #reserve_form .sub::before {
    width: 6px;
    height: 6px
  }
  #reserve_form .sub2 {
    margin: 60px 0 10px;
    font-size: 16px
  }
  #reserve_form .sub2:nth-child(1), #reserve_form .sub2:nth-child(2) {
    margin-top: 20px
  }
  #reserve_form .sub2 .sub2_box {
    min-width: 200px;
    height: 28px;
    padding: 0 30px
  }
  #reserve_form .txt1 {
    font-size: 12px;
    line-height: 1.4
  }
  #reserve_form .txt1 a {
    padding-right: 20px
  }
  #reserve_form .txt1 a::before {
    width: 13px;
    height: 13px
  }
  #reserve_form .check {
    font-size: 16px
  }
  #reserve_form .check .checkbox {
    width: 23px;
    height: 23px
  }
  #reserve_form .check img {
    width: 15px
  }
  #reserve_form .equipment .table .table_ttl {
    height: 30px;
    font-size: 13px
  }
  #reserve_form .equipment .table .name {
    width: 41%
  }
  #reserve_form .equipment .table .price {
    width: 27%;
    padding-right: 0;
    text-align: left
  }
  #reserve_form .equipment .table .lot {
    width: 32%;
    text-align: center
  }
  #reserve_form .equipment .table td {
    display: table-cell;
    font-size: 13px;
    line-height: 1.4
  }
  #reserve_form .equipment .table td:nth-child(1) {
    padding: 5px 10px
  }
  #reserve_form .equipment .table td:nth-child(2) {
    padding: 5px 0;
    text-align: left
  }
  #reserve_form .equipment .table td:nth-child(3) {
    padding: 5px 0
  }
  #reserve_form .equipment .table td:nth-child(3) input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), #reserve_form .equipment .table td:nth-child(3) select {
    width: 59px;
    height: 42px
  }
  #reserve_form .equipment .table td:nth-child(3) .txt {
    margin-left: 5px
  }
  #reserve_form .equipment .table .bottom {
    font-size: 12px
  }
  #reserve_form .agree {
    margin-top: 25px;
    font-size: 16px
  }
  #reserve_form .agree small {
    font-size: 15px
  }
  #reserve_form .btn_box {
    display: block;
    width: 72vw;
    margin: 30px auto 0
  }
  #reserve_form .btn_box > :not(:last-child) {
    margin: 0 0 10px
  }
  #reserve_form .btn_box .submitbtn {
    width: 100%;
    height: 52px
  }
  #reserve_form .btn_box .submitbtn, #reserve_form .btn_box .submitbtn input {
    font-size: 16px
  }
  #reserve_form .btn_box .submitbtn.border {
    border-width: 1px
  }
  #reserve_form .btn_box .submitbtn.border.return .txt::before, #reserve_form .btn_box .submitbtn.border.return .txt::after {
    width: 7px;
    height: 10px;
    left: 10px
  }
  #reserve_form .btn_box .submitbtn.h_sweep .txt {
    background-position: right 10px center;
    background-size: 7px auto
  }
  #reserve_form .btn_box .submitbtn.h_sweep .txt span {
    padding-left: 30px
  }
  #reserve_form .btn_box .submitbtn.h_sweep .txt span::before {
    width: 17px;
    height: 18px
  }
  #reserve_form .btn_box .submitbtn.plus {
    padding-left: 0;
    line-height: 1.3
  }
  #reserve_form .btn_box .submitbtn.plus .plus_icon {
    left: 10px
  }
}
#reserve_cart_login {
  background-color: #fff;
  margin-top: 120px;
  border: 1px solid #644f3c;
  padding: 25px 0 30px;
  text-align: center
}
#reserve_cart_login .login_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #302319;
  width: 420px;
  height: 70px;
  margin: 25px auto 0;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1.3
}
#reserve_cart_login .login_btn::before {
  background-color: #55aab4
}
#reserve_cart_login .login_btn::after {
  content: "";
  background: url(../img/icon_login.png) no-repeat left top/100% 100%;
  width: 18px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
  margin: auto
}
#reserve_cart_login .pass {
  margin-top: 20px
}
#reserve_cart_login .pass a {
  color: #b19864;
  text-decoration: underline
}
@media screen and (max-width: 1099px) {
  #reserve_cart_login {
    margin-top: 50px;
    padding: 4vw;
    font-size: 4.1vw
  }
  #reserve_cart_login .login_btn {
    width: auto;
    height: 14vw;
    margin-top: 4vw;
    font-size: 4.1vw
  }
  #reserve_cart_login .login_btn::after {
    width: 3.5vw;
    height: 4vw;
    left: 5.2vw
  }
  #reserve_cart_login .pass {
    margin-top: 4vw
  }
  #reserve_cart_login .pass a {
    color: #b19864;
    text-decoration: underline
  }
}
#reserve_form.confirm table {
  border: none
}
#reserve_form.confirm tr:not(:last-child) {
  border-bottom: 8px solid #fff
}
#reserve_form.confirm td {
  background-color: #f7f1e9;
  border-left: 7px solid #fff
}
@media screen and (min-width: 1100px) {
  #reserve_form.confirm td {
    padding: 10px 30px
  }
}
#reserve_form.confirm .price th {
  background-color: #a0a0a0;
  color: #fff
}
#reserve_form.confirm .price td {
  background-color: #ebebeb
}
#reserve_form.confirm .total th {
  background-color: #55aab4;
  color: #fff
}
#reserve_form.confirm .total td {
  background-color: #e8e0d0
}
#reserve_form.confirm .bottom {
  margin-top: 15px
}
@media screen and (min-width: 1100px) {
  #reserve_form.confirm .item_wrap .btn_box {
    margin-top: 50px
  }
  #reserve_form.confirm .item_wrap .btn_box > :not(:last-child) {
    margin-right: 45px
  }
}
@media screen and (min-width: 1100px) {
  #reserve_form.confirm .item_wrap .btn_box .submitbtn {
    width: 335px;
    height: 64px
  }
  #reserve_form.confirm .item_wrap .btn_box .submitbtn.return .txt::before, #reserve_form.confirm .item_wrap .btn_box .submitbtn.return .txt::after {
    left: 25px
  }
}
#reserve_form.confirm .item_wrap .btn_box .submitbtn.delete {
  background-color: #b4b4b4
}
#reserve_form.confirm .item_wrap .btn_box .submitbtn.delete .txt {
  background: none
}
#reserve_form.confirm .item_wrap .btn_box .submitbtn.delete .txt span {
  padding-left: 30px
}
#reserve_form.confirm .item_wrap .btn_box .submitbtn.delete .txt span::before {
  background-image: url(../img/icon_delete.png);
  width: 16px;
  height: 21px
}
@media screen and (max-width: 1099px) {
  #reserve_form.confirm tr:not(:last-child) {
    border-bottom-width: 4px
  }
  #reserve_form.confirm th, #reserve_form.confirm td {
    display: table-cell
  }
  #reserve_form.confirm th {
    width: 145px;
    padding: 10px;
    border-bottom: none
  }
  #reserve_form.confirm th .wrap {
    height: auto
  }
  #reserve_form.confirm td {
    border-left-width: 4px;
    padding: 10px
  }
  #reserve_form.confirm .bottom {
    font-size: 12px;
    line-height: 1.4
  }
  #reserve_form.confirm .item_wrap .btn_box .submitbtn .delete .txt span {
    padding-left: 20px
  }
  #reserve_form.confirm .item_wrap .btn_box .submitbtn .delete .txt span::before {
    width: 13px;
    height: 17px
  }
}
#reserve_form.customer td input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]), #reserve_form.customer td select {
  width: 100%
}
#reserve_form.customer td.type label:first-child {
  margin-right: 100px
}
#reserve_form.customer td.type input {
  display: none
}
#reserve_form.customer td.type label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#reserve_form.customer td.type .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  margin-right: 10px
}
#reserve_form.customer td.type .dot {
  background-color: #b19864;
  width: 64%;
  height: 64%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0)
}
#reserve_form.customer td.type .active .dot {
  -webkit-transform: scale(1);
  transform: scale(1)
}
#reserve_form.customer td .email_re {
  margin-top: 20px
}
#reserve_form.customer td.addr .wrap:not(:first-child) {
  margin-top: 20px
}
#reserve_form.customer td.addr .ttl {
  width: 135px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
#reserve_form.customer td.addr .post .wrap {
  margin-top: 0
}
#reserve_form.customer td.addr .input1 {
  width: 200px
}
#reserve_form.customer td.addr .post_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b19864;
  width: 160px;
  height: 42px;
  margin-left: 20px;
  text-align: center;
  color: #fff;
  line-height: 1
}
#reserve_form.customer td.addr .post_search::before {
  background-color: #55aab4
}
#reserve_form.customer td.addr .input2 {
  width: 100%
}
#reserve_form.customer td.pass .txt1 {
  margin-top: 20px
}
#reserve_form.customer .entry {
  margin-top: 40px
}
#reserve_form.customer .entry .entry_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}
#reserve_form.customer .entry .entry_ttl .check {
  margin-bottom: 0
}
#reserve_form.customer .entry .entry_ttl .txt1 {
  margin: 0 0 0 20px
}
#reserve_form.customer .entry .table {
  position: relative
}
#reserve_form.customer .entry .table::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5
}
#reserve_form.customer .entry .table.active::before {
  display: none
}
#reserve_form.customer .billing .table {
  position: relative
}
#reserve_form.customer .billing .table::before {
  content: "";
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5
}
#reserve_form.customer .billing .table.active::before {
  display: block
}
#reserve_form.customer .billing .table input[name="billPersonName"] {
  margin-top: 20px
}
@media screen and (max-width: 1099px) {
  #reserve_form.customer td.type label:first-child {
    margin-right: 50px
  }
  #reserve_form.customer td .email_re {
    margin-top: 10px
  }
  #reserve_form.customer td.addr .wrap {
    display: block
  }
  #reserve_form.customer td.addr .wrap:not(:first-child) {
    margin-top: 10px
  }
  #reserve_form.customer td.addr .ttl {
    width: auto;
    margin-bottom: 5px
  }
  #reserve_form.customer td.addr .post .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  #reserve_form.customer td.addr .input1 {
    width: 40%
  }
  #reserve_form.customer td.addr .post_search {
    width: 47%;
    margin-left: 15px
  }
  #reserve_form.customer td.pass .txt1 {
    margin-top: 10px
  }
  #reserve_form.customer .entry {
    margin-top: 50px
  }
  #reserve_form.customer .entry .entry_ttl {
    display: block
  }
  #reserve_form.customer .entry .entry_ttl .txt1 {
    margin: 20px 0 0
  }
  #reserve_form.customer .billing .table input[name="billPersonName"] {
    margin-top: 10px
  }
}
#reserve_form.thanks, #reserve_form .thanks {
  text-align: center
}
#reserve_form.thanks .ttl, #reserve_form .thanks .ttl {
  font-weight: bold;
  color: #644f3c;
  font-size: 30px;
  line-height: 1
}
#reserve_form.thanks p a, #reserve_form .thanks p a {
  color: #2e3192;
  text-decoration: underline
}
#reserve_form.thanks .txt1, #reserve_form .thanks .txt1 {
  margin: 0;
  color: #b19864;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4
}
#reserve_form.thanks .txt2, #reserve_form .thanks .txt2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8
}
#reserve_form.thanks .txt3, #reserve_form .thanks .txt3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc8232;
  max-width: 840px;
  height: 88px;
  border-radius: 8px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.8
}
#reserve_form.thanks .txt3 .wave, #reserve_form .thanks .txt3 .wave {
  display: inline-block;
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy
}
#reserve_form.thanks #reserve_intro, #reserve_form .thanks #reserve_intro {
  padding: 0
}
@media screen and (max-width: 1099px) {
  #reserve_form.thanks .ttl, #reserve_form .thanks .ttl {
    font-size: 6.5vw
  }
  #reserve_form.thanks .txt1, #reserve_form .thanks .txt1 {
    font-size: 6.5vw
  }
  #reserve_form.thanks .txt2, #reserve_form .thanks .txt2 {
    margin-top: 5.5vw;
    font-size: 4.1vw;
    line-height: 1.5
  }
  #reserve_form.thanks .txt3, #reserve_form .thanks .txt3 {
    height: 36vw;
    border-radius: 4px;
    margin-top: 7.4vw;
    font-size: 4.4vw;
    line-height: 1.5
  }
}
#reserve_form .thanks {
  padding-top: 30px
}
@media screen and (max-width: 1099px) {
  #reserve_form .thanks {
    padding-top: 0
  }
}
#login .temp_head {
  background-image: url(../img/login_head.jpg)
}
@media screen and (max-width: 1099px) {
  #login .temp_head {
    background-image: url(../img/login_headsp.jpg)
  }
}
#login_form {
  background-position: left top 170px;
  padding: 20px 0 80px
}
#login_form .wrapper {
  max-width: 478px
}
#login_form .temp_ttl {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 18px
}
#login_form .temp_ttl::before {
  width: 13px;
  height: 13px
}
#login_form dd:not(:last-child) {
  margin-bottom: 20px
}
#login_form dd input {
  width: 100%;
  height: 50px
}
#login_form .submitbtn {
  background-color: #302319;
  width: 320px;
  height: 60px;
  margin: 30px auto 0
}
#login_form .submitbtn::before {
  background-color: #55aab4
}
#login_form .submitbtn input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1
}
#login_form .forget {
  margin-top: 20px;
  text-align: center;
  font-weight: bold
}
#login_form .forget a {
  color: #b19864;
  text-decoration: underline
}
#login_form .member_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b19864;
  width: 320px;
  height: 45px;
  margin: 45px auto 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1
}
#login_form .member_btn::before {
  background-color: #55aab4
}
@media screen and (max-width: 1099px) {
  #login_form {
    background-position: left top 20vw;
    padding: 11vw 7.6vw 22vw
  }
  #login_form .temp_ttl {
    padding-left: 20px;
    font-size: 17px
  }
  #login_form .temp_ttl::before {
    width: 12px;
    height: 12px
  }
  #login_form dd input {
    height: 42px
  }
  #login_form .submitbtn {
    width: 72vw;
    max-width: 100%;
    height: 52px;
    margin: 30px auto 0
  }
  #login_form .submitbtn input {
    font-size: 16px
  }
  #login_form .forget {
    font-size: 15px
  }
  #login_form .member_btn {
    width: 72vw;
    max-width: 100%;
    height: 52px;
    margin: 50px auto 0;
    font-size: 16px
  }
}
@media screen and (min-width: 1100px) {
  #login #reserve_form.thanks .txt2 {
    font-size: 16px
  }
}
#member .temp_head {
  background-image: url(../img/reserve_head.jpg)
}
@media screen and (max-width: 1099px) {
  #member .temp_head {
    background-image: url(../img/reserve_headsp.jpg)
  }
}
@media screen and (min-width: 1100px) {
  #member #reserve_form.thanks {
    padding-top: 50px
  }
}
#contact .temp_head {
  background-image: url(../img/contact_head.jpg)
}
@media screen and (max-width: 1099px) {
  #contact .temp_head {
    background-image: url(../img/contact_headsp.jpg)
  }
}
#reserve_form.contact .mw_wp_form_input .confirm {
  display: none
}
#reserve_form.contact .mw_wp_form_confirm .input {
  display: none
}
#reserve_form.contact .radio label span {
  display: inline-block;
  padding-left: 35px;
  position: relative
}
#reserve_form.contact .radio label span::before, #reserve_form.contact .radio label span:after {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
#reserve_form.contact .radio label span:after {
  background-color: #b19864;
  width: 15px;
  height: 15px;
  left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0)
}
#reserve_form.contact .radio label.active span::after {
  -webkit-transform: scale(1);
  transform: scale(1)
}
#reserve_form.contact .mw_wp_form_confirm table {
  border: none
}
#reserve_form.contact .mw_wp_form_confirm tr:not(:last-child) {
  border-bottom: 8px solid #fff
}
#reserve_form.contact .mw_wp_form_confirm th {
  border-bottom: none
}
#reserve_form.contact .mw_wp_form_confirm td {
  background-color: #f7f1e9;
  border-left: 7px solid #fff
}
#reserve_form.contact .mw_wp_form_confirm td.message .txt1 {
  margin-bottom: 0
}
@media screen and (max-width: 1099px) {
  #reserve_form.contact td.message p {
    font-size: 15px
  }
  #reserve_form.contact .mw_wp_form_confirm tr:not(:last-child) {
    border-bottom-width: 4px
  }
  #reserve_form.contact .mw_wp_form_confirm th, #reserve_form.contact .mw_wp_form_confirm td {
    display: table-cell
  }
  #reserve_form.contact .mw_wp_form_confirm th {
    width: 145px;
    padding: 10px
  }
  #reserve_form.contact .mw_wp_form_confirm th .wrap {
    height: auto
  }
  #reserve_form.contact .mw_wp_form_confirm td {
    border-left-width: 4px;
    padding: 10px
  }
}
#news .temp_head {
  background-image: url(../img/news_head.jpg)
}
@media screen and (max-width: 1099px) {
  #news .temp_head {
    background-image: url(../img/news_headsp.jpg)
  }
}
#news #top_news {
  max-width: none;
  padding: 85px 0 140px;
  margin: 0
}
@media screen and (min-width: 1100px) {
  #news #top_news .temp_ttl {
    padding-left: 30px;
    font-size: 20px
  }
  #news #top_news .temp_ttl::before {
    width: 13px;
    height: 13px
  }
}
#news #top_news .news_list {
  height: auto
}
@media screen and (min-width: 1100px) {
  #news #top_news .news_list {
    margin-top: 15px
  }
}
#news #top_news .news_list .name {
  font-weight: normal
}
@media screen and (max-width: 1099px) {
  #news #top_news {
    padding: 11vw 4vw 20vw
  }
  #news #top_news .temp_ttl {
    padding-left: 5.7vw;
    font-size: 4.4vw
  }
  #news #top_news .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw
  }
  #news #top_news .news_list {
    margin-top: 4.1vw;
    padding-right: 0;
    font-size: 4.1vw
  }
  #news #top_news .news_list li {
    padding: 3.2vw 0
  }
  #news #top_news .news_list a {
    display: block
  }
  #news #top_news .news_list .date {
    width: auto;
    padding-bottom: 1%
  }
}
.pager {
  margin-top: 80px
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0 -4px -4px 0
}
.pager li {
  margin: 0 4px 4px 0
}
.pager li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #dcdcdc
}
.pager li .current, .pager li a:hover {
  opacity: 1;
  background-color: #55aab4;
  border: none;
  color: #fff
}
.pager li .dots {
  width: auto;
  border: none
}
@media screen and (max-width: 1099px) {
  .pager {
    margin-top: 50px
  }
}
#news_single {
  padding-top: 60px
}
@media screen and (min-width: 1100px) {
  #news_single .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
#news_single .main_cont {
  width: 695px;
  padding: 35px 0 140px
}
#news_single .main_cont .date {
  font-size: 14px;
  line-height: 1
}
@media screen and (max-width: 1099px) {
  #news_single {
    padding-top: 11vw
  }
  #news_single .main_cont {
    width: auto;
    padding: 0 4vw 7.7vw
  }
  #news_single .main_cont .date {
    font-size: 3.6vw
  }
}
#news_single .article {
  line-height: 2
}
#news_single .article h2, #news_single .article h3, #news_single .article h4, #news_single .article h5, #news_single .article h6 {
  font-weight: bold;
  line-height: 1.4
}
#news_single .article h1 {
  border-bottom: 1px solid #b4b4b4;
  padding: 25px 0 20px;
  margin-bottom: 30px;
  color: #644f3c;
  font-size: 26px
}
#news_single .article h2, #news_single .article h3 {
  margin: 60px 0 20px
}
#news_single .article h2 {
  border-left: 3px solid #55aab4;
  padding: 5px 15px 10px 15px;
  font-size: 24px;
  position: relative
}
#news_single .article h2::before {
  content: "";
  background-color: #dcdcdc;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0
}
#news_single .article h3 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  font-size: 22px
}
#news_single .article h4 {
  margin: 40px 0 15px;
  font-size: 20px
}
#news_single .article h5, #news_single .article h6 {
  margin: 30px 0 10px
}
#news_single .article h5 {
  font-size: 18px;
  font-style: oblique
}
#news_single .article h6 {
  font-style: oblique
}
@media screen and (max-width: 1099px) {
  #news_single .article {
    font-size: 4.1vw
  }
  #news_single .article h1 {
    padding: 2vw 0 4vw;
    margin-bottom: 4vw;
    font-size: 5.2vw
  }
  #news_single .article h2, #news_single .article h3 {
    margin-top: 10vw
  }
  #news_single .article h2 {
    padding: 1.3vw 4vw 2.6vw 4vw;
    font-size: 6.4vw
  }
  #news_single .article h3 {
    padding-bottom: 2.6vw;
    font-size: 5.8vw
  }
  #news_single .article h4 {
    margin: 8vw 0 2.6vw;
    font-size: 5.3vw
  }
  #news_single .article h5, #news_single .article h6 {
    margin: 8vw 0 1.5vw
  }
  #news_single .article h5 {
    font-size: 4.8vw
  }
}
#news_single .article p, #news_single .article table, #news_single .article dl, #news_single .article ul, #news_single .article ol, #news_single .article blockquote, #news_single .article hr, #news_single .article .wp-caption {
  margin: 0 0 20px
}
@media screen and (max-width: 1099px) {
  #news_single .article p, #news_single .article table, #news_single .article dl, #news_single .article ul, #news_single .article ol, #news_single .article blockquote, #news_single .article hr, #news_single .article .wp-caption {
    margin-bottom: 5.3vw
  }
}
#news_single .article a {
  display: inline-block;
  color: #00a9ef;
  text-decoration: underline
}
#news_single .article a.wp-block-button__link {
  color: #fff;
  text-decoration: none
}
@media screen and (min-width: 1100px) {
  #news_single .article a:hover {
    opacity: 0.5;
    text-decoration: none
  }
}
#news_single .article .wp-block-button {
  margin-bottom: 10px
}
@media screen and (max-width: 1099px) {
  #news_single .article .wp-block-button {
    margin-bottom: 2.6vw
  }
}
#news_single .article strong {
  font-weight: bold
}
#news_single .article strong, #news_single .article span {
  display: inline;
  line-height: 1.6
}
#news_single .article em {
  font-style: oblique
}
#news_single .article del {
  text-decoration: line-through
}
@media screen and (max-width: 1099px) {
  #news_single .article img {
    margin: 0 auto
  }
}
@media screen and (min-width: 1100px) {
  #news_single .article .alignleft {
    float: left;
    margin-right: 30px;
    text-align: left
  }
  #news_single .article .alignright {
    float: right;
    margin-left: 30px;
    text-align: right
  }
}
#news_single .article .aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}
#news_single .article .aligncenter img {
  margin: 0
}
@media screen and (max-width: 1099px) {
  #news_single .article .aligncenter {
    display: block
  }
}
#news_single .article .wp-caption {
  display: block;
  max-width: 100%
}
#news_single .article .wp-caption img {
  width: 100%;
  height: auto;
  margin: 0 !important
}
#news_single .article .wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 0 0
}
@media screen and (max-width: 1099px) {
  #news_single .article .wp-caption .wp-caption-text {
    text-align: left;
    font-size: 2.6vw;
    margin: 2.6vw 0 0
  }
}
#news_single .article table {
  width: 100%;
  table-layout: auto;
  line-height: 1.6
}
#news_single .article th, #news_single .article td {
  border: 1px solid #dcdcdc;
  padding: 10px 15px
}
@media screen and (max-width: 1099px) {
  #news_single .article th, #news_single .article td {
    padding: 2.6vw 4vw
  }
}
#news_single .article th {
  background-color: rgba(85, 170, 180, 0.1)
}
#news_single .article dt {
  font-weight: bold;
  margin-bottom: 5px
}
@media screen and (max-width: 1099px) {
  #news_single .article dt {
    margin-bottom: 1.3vw
  }
}
#news_single .article dd {
  margin-bottom: 30px
}
@media screen and (max-width: 1099px) {
  #news_single .article dd {
    margin-bottom: 5.3vw
  }
}
#news_single .article ul, #news_single .article ol {
  line-height: 1.4
}
#news_single .article ul {
  list-style: disc outside;
  padding-left: 1em
}
#news_single .article li:not(:last-child) {
  margin-bottom: 8px
}
@media screen and (max-width: 1099px) {
  #news_single .article li:not(:last-child) {
    margin-bottom: 2.1vw
  }
}
#news_single .article ul + ul, #news_single .article ol + ol {
  margin-top: -20px
}
@media screen and (max-width: 1099px) {
  #news_single .article ul + ul, #news_single .article ol + ol {
    margin-top: -5.3vw
  }
}
#news_single .article ul ul, #news_single .article ol ol {
  margin: 0.8em 0 0
}
#news_single .article ul ul {
  list-style: circle outside
}
#news_single .article ul ul ul {
  list-style: none
}
#news_single .article ul ul ul li {
  position: relative
}
#news_single .article ul ul ul li::before {
  content: ">";
  position: absolute;
  top: 0;
  left: -1.2em
}
#news_single .article ol {
  counter-reset: number
}
#news_single .article ol li {
  padding-left: 1.2em;
  position: relative
}
#news_single .article ol li::before {
  counter-increment: number;
  content: counters(number, "-") ".";
  position: absolute;
  top: 0;
  left: 0
}
#news_single .article ol ol li {
  padding-left: 2.2em
}
#news_single .article ol ol li li {
  padding-left: 3.2em
}
#news_single .article blockquote {
  display: block;
  background-color: rgba(85, 170, 180, 0.1);
  padding: 60px 45px;
  border: 2px solid #dcdcdc;
  position: relative
}
#news_single .article blockquote::before, #news_single .article blockquote::after {
  content: "“";
  display: block;
  height: 20px;
  color: #d0d0d0;
  font-family: Georgia, "Times New Roman", Times, "serif";
  font-size: 70px;
  line-height: 0.8;
  position: absolute;
  top: 25px;
  left: 20px
}
#news_single .article blockquote::after {
  content: "”";
  top: auto;
  left: auto;
  right: 20px;
  bottom: 25px
}
#news_single .article blockquote :last-child {
  margin-bottom: 0
}
@media screen and (max-width: 1099px) {
  #news_single .article blockquote {
    padding: 16vw 4vw
  }
  #news_single .article blockquote::before, #news_single .article blockquote::after {
    height: 5.3vw;
    font-size: 18vw
  }
  #news_single .article blockquote::before {
    top: 5.3vw;
    left: 4vw
  }
  #news_single .article blockquote::after {
    right: 4vw;
    bottom: 5.3vw
  }
}
#news_single .article hr {
  display: block;
  background-color: #dcdcdc;
  height: 1px
}
#news_single .article .movie {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 20px
}
#news_single .article .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
@media screen and (max-width: 1099px) {
  #news_single .article .movie {
    margin-bottom: 5.3vw
  }
}
#news_single .article .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 7px)
}
#news_single .article .gallery .gallery-item {
  float: none !important;
  margin-top: 0 !important;
  padding-right: 7px
}
#news_single .article .gallery .gallery-icon {
  margin-bottom: 0
}
#news_single .article .gallery .gallery-icon a {
  display: block
}
#news_single .article .gallery .gallery-icon img {
  width: 100%;
  border: none !important
}
#news_single .article .gallery .gallery-caption {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.4
}
#news_single .article .gallery br {
  display: none
}
@media screen and (max-width: 1099px) {
  #news_single .article .gallery {
    width: calc(100% + 3px)
  }
  #news_single .article .gallery .gallery-item {
    padding-right: 3px
  }
  #news_single .article .gallery .gallery-caption {
    margin-top: 2.6vw;
    font-size: 3.2vw
  }
}
#news_single .side {
  width: 365px;
  margin-left: auto;
  padding: 75px 0 140px 45px;
  position: relative;
  z-index: 2
}
#news_single .side::before {
  content: "";
  background-color: #f5eee3;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
#news_single .side > :not(:last-child) {
  margin-bottom: 55px
}
#news_single .side .temp_ttl {
  margin-bottom: 20px
}
@media screen and (min-width: 1100px) {
  #news_single .side .temp_ttl {
    font-size: 20px
  }
}
@media screen and (max-width: 1099px) {
  #news_single .side {
    width: auto;
    margin-left: 0;
    padding: 7vw 4vw 22vw
  }
  #news_single .side > :not(:last-child) {
    margin-bottom: 13vw
  }
  #news_single .side .temp_ttl {
    margin-bottom: 4vw
  }
}
#side_news {
  font-size: 15px;
  line-height: 1.5
}
#side_news li:not(:last-child) {
  margin-bottom: 20px
}
#side_news a {
  display: block
}
@media screen and (min-width: 1100px) {
  #side_news a:hover {
    opacity: 1;
    color: #55aab4
  }
}
#side_news .name {
  text-decoration: underline
}
@media screen and (max-width: 1099px) {
  #side_news {
    font-size: 4vw
  }
  #side_news li:not(:last-child) {
    margin-bottom: 6.2vw
  }
}
#side_archive select {
  width: 100%;
  height: 50px
}
@media screen and (max-width: 1099px) {
  #side_archive select {
    height: 42px
  }
}
#faq .temp_head {
  background-image: url(../img/faq_head.jpg)
}
@media screen and (max-width: 1099px) {
  #faq .temp_head {
    background-image: url(../img/faq_headsp.jpg)
  }
}
#faq .temp_bg2 {
  background-position: left top 160px;
  padding: 95px 0 260px;
  position: relative
}
#faq .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1
}
#faq .en_ttl img {
  width: 545px;
  margin-left: auto
}
#faq .wrapper {
  position: relative;
  z-index: 2
}
@media screen and (max-width: 1099px) {
  #faq .temp_bg2 {
    background-position: left top 23vw;
    padding: 6.3vw 0 20vw
  }
  #faq .en_ttl {
    top: 61vw;
    left: auto;
    right: 1.5vw;
    margin: 0
  }
  #faq .en_ttl img {
    width: 44vw
  }
}
#faq_nav {
  margin-bottom: 95px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2
}
#faq_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px -12px 0
}
#faq_nav li {
  width: 263px;
  margin: 0 16px 12px 0
}
#faq_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55aab4;
  height: 56px;
  color: #fff
}
@media screen and (max-width: 1099px) {
  #faq_nav {
    margin: 0 4vw 19vw;
    font-size: 4.1vw
  }
  #faq_nav ul {
    margin: 0 -2vw -2vw 0
  }
  #faq_nav li {
    width: 45vw;
    margin: 0 2vw 2vw 0
  }
  #faq_nav a {
    height: 12vw
  }
}
.faq_sec {
  max-width: 1000px;
  margin: 0 auto
}
.faq_sec:not(:last-child) {
  margin-bottom: 120px
}
.faq_sec .ttl {
  border-bottom: 3px solid #644f3c;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
  color: #644f3c;
  font-size: 26px;
  line-height: 1.3
}
.faq_sec dl {
  border-bottom: 1px solid #b19864
}
.faq_sec dt {
  background: #f5eee3 url(../img/faq_q.png) no-repeat left 20px top 21px/44px auto;
  border-top: 1px solid #b19864;
  padding: 30px 88px 30px 95px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  cursor: pointer
}
.faq_sec dt::before, .faq_sec dt::after {
  content: "";
  background-color: #b19864;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.faq_sec dt::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.faq_sec dt.open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.faq_sec dt.open::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0
}
.faq_sec dd {
  display: none;
  background: url(../img/faq_a.png) no-repeat left 20px top 23px/44px auto;
  border-top: 1px solid #b19864;
  padding: 30px 88px 30px 95px;
  line-height: 1.8
}
.faq_sec dd a {
  color: #2e3192;
  text-decoration: underline
}
@media screen and (min-width: 1100px) {
  .faq_sec dd a.tel {
    color: black;
    text-decoration: none
  }
}
@media screen and (max-width: 1099px) {
  .faq_sec:not(:last-child) {
    margin-bottom: 19vw
  }
  .faq_sec .ttl {
    border-bottom-width: 2px;
    padding-bottom: 2.2vw;
    margin-bottom: 3.8vw;
    font-size: 5.2vw
  }
  .faq_sec dl {
    margin: 0 4vw
  }
  .faq_sec dt {
    background-position: left 2.7vw top 2vw;
    background-size: 7.1vw auto;
    padding: 3.2vw 7.8vw 3.2vw 12vw;
    font-size: 4.1vw
  }
  .faq_sec dt::before, .faq_sec dt::after {
    width: 2.6vw;
    right: 2.6vw
  }
  .faq_sec dd {
    background-position: left 2.7vw top 2.6vw;
    background-size: 7.1vw auto;
    padding: 3.2vw 7.8vw 7.4vw 12vw;
    font-size: 3.9vw;
    line-height: 1.6
  }
}
#faq.test .faq_sec dd {
  display: block
}
#flow .temp_head {
  background-image: url(../img/flow_head.jpg)
}
@media screen and (max-width: 1099px) {
  #flow .temp_head {
    background-image: url(../img/flow_headsp.jpg)
  }
}
#flow .temp_bg2 {
  background-position: left top 310px;
  padding: 100px 0 250px;
  position: relative
}
#flow .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1
}
#flow .en_ttl img {
  width: 280px;
  margin-left: auto
}
#flow .wrapper {
  position: relative;
  z-index: 2
}
@media screen and (max-width: 1099px) {
  #flow .temp_bg2 {
    background-position: left top 45vw;
    padding: 4.1vw 4vw 11vw
  }
}
#flow_nav {
  text-align: center;
  line-height: 1
}
#flow_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#flow_nav li {
  width: 140px
}
#flow_nav li:not(:last-child) {
  margin-right: 20px
}
#flow_nav li:not(:last-child) a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #55aab4;
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (min-width: 1100px) {
  #flow_nav li:not(:last-child) a:hover::before {
    border-left-color: #b19864
  }
}
#flow_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #55aab4;
  height: 142px;
  color: #fff;
  position: relative
}
@media screen and (min-width: 1100px) {
  #flow_nav a:hover {
    opacity: 1;
    background-color: #b19864
  }
}
#flow_nav .number {
  font-size: 28px
}
#flow_nav .txt {
  margin: 10px 0 15px;
  font-weight: bold;
  font-size: 18px
}
#flow_nav figure {
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
@media screen and (max-width: 1099px) {
  #flow_nav {
    border-bottom: 1px solid #55aab4;
    padding-bottom: 7.2vw
  }
  #flow_nav ul {
    margin-bottom: -10px
  }
  #flow_nav li {
    width: 25%;
    padding-right: 10px;
    margin-bottom: 10px
  }
  #flow_nav li:not(:last-child) {
    margin-right: 0
  }
  #flow_nav li:not(:last-child) a::before {
    border-width: 8px 0 8px 11px;
    right: -10px
  }
  #flow_nav a {
    height: 21vw
  }
  #flow_nav .number {
    font-size: 4.4vw
  }
  #flow_nav .txt {
    margin: 1.5vw 0 2vw;
    font-size: 3.6vw
  }
  #flow_nav figure {
    width: 7.1vw
  }
}
.flow_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0 45px;
  position: relative
}
.flow_sec::before {
  content: "";
  background: url(../img/flow_sec_bg.png) no-repeat left top/100% 100%;
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  bottom: -25px
}
@media screen and (min-width: 1100px) {
  .flow_sec:first-of-type {
    padding-top: 85px
  }
}
.flow_sec:last-child::before {
  background-color: #55aab4;
  height: 1px;
  bottom: 0
}
.flow_sec .ttl {
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 55px;
  text-align: center;
  line-height: 1
}
.flow_sec .ttl span {
  display: block
}
.flow_sec .ttl .number {
  font-size: 40px
}
.flow_sec .ttl .txt {
  margin: 15px 0 25px;
  font-weight: bold;
  font-size: 24px
}
.flow_sec .ttl img {
  width: 53px;
  margin: 0 auto
}
.flow_sec .txt1 {
  line-height: 1.8
}
.flow_sec .txt1 .circle {
  display: inline-block;
  padding-left: 18px;
  position: relative
}
.flow_sec .txt1 .circle::before {
  content: "";
  background-color: #55aab4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0.9em;
  left: 0;
  margin-top: -4px
}
.flow_sec .txt1 a:not(.tel) {
  color: #2e3192;
  text-decoration: underline
}
.flow_sec .txt1 .blank {
  display: inline-block;
  padding-right: 30px;
  position: relative
}
.flow_sec .txt1 .blank::before {
  content: "";
  background: url(../img/icon_blank.png) no-repeat left top/100% 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
.flow_sec .tel_wrap {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.7
}
@media screen and (min-width: 1100px) {
  .flow_sec .tel_wrap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.flow_sec .tel_wrap .tel_box {
  margin-right: 70px
}
.flow_sec .tel_wrap .number {
  margin: 5px 0;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.08em
}
.flow_sec .tel_wrap .open {
  font-size: 15px;
  line-height: 1.4
}
@media screen and (max-width: 1099px) {
  .flow_sec {
    display: block;
    padding: 8.3vw 0 6.9vw
  }
  .flow_sec::before {
    background-image: url(../img/flow_sec_bg.png);
    height: 3.2vw;
    bottom: -3.1vw
  }
  .flow_sec .ttl {
    width: auto;
    margin: 0 0 4.6vw
  }
  .flow_sec .ttl .number {
    font-size: 6.5vw
  }
  .flow_sec .ttl .ttl_box {
    display: inline-block;
    margin-top: 2.2vw;
    position: relative
  }
  .flow_sec .ttl .txt {
    margin: 0;
    font-size: 5.4vw
  }
  .flow_sec .ttl img {
    width: 7.1vw;
    margin: 0;
    position: absolute;
    top: 0;
    right: calc(100% + 2.5vw);
    bottom: 0;
    margin: auto
  }
  .flow_sec .txt1 {
    font-size: 4.1vw;
    line-height: 1.6
  }
  .flow_sec .txt1 .circle {
    padding-left: 4vw
  }
  .flow_sec .txt1 .circle::before {
    width: 2vw;
    height: 2vw;
    top: 0.8em;
    margin-top: -1vw
  }
  .flow_sec .txt1 .small {
    margin-top: 1.5vw;
    font-size: 3.1vw
  }
  .flow_sec .txt1 .blank {
    padding-right: 5.3vw
  }
  .flow_sec .txt1 .blank::before {
    width: 3.4vw;
    height: 3.4vw
  }
  .flow_sec .tel_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.2vw;
    font-size: 3.6vw;
    line-height: 1.5
  }
  .flow_sec .tel_wrap .tel_box {
    margin: 0 0 2.6vw
  }
  .flow_sec .tel_wrap .number {
    margin: 1.3vw 0;
    font-size: 7.9vw
  }
  .flow_sec .tel_wrap .open {
    font-size: 3.3vw
  }
}
#room .temp_head {
  background-image: url(../img/room_head.jpg)
}
@media screen and (max-width: 1099px) {
  #room .temp_head {
    background-image: url(../img/room_headsp.jpg)
  }
}
#room_intro {
  padding: 45px 0 65px
}
@media screen and (min-width: 1100px) {
  #room_intro .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  #room_intro .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 490px;
    margin: -38px 0 0 auto
  }
}
#room_intro .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 37px;
  text-align: center;
  font-weight: bold;
  line-height: 1
}
#room_intro .btn_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #55aab4;
  width: 174px;
  height: 62px;
  color: #fff
}
#room_intro .btn_box a:not(:last-child) {
  margin-right: 6px
}
#room_intro .btn_box img {
  width: 19px;
  margin-bottom: 5px
}
#room_intro .left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
#room_intro .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 536px;
  margin-bottom: -12px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3
}
#room_intro .nav li {
  width: 262px;
  margin-bottom: 12px
}
#room_intro .nav li:nth-child(even) {
  margin-left: auto
}
#room_intro .nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4b69a0;
  height: 56px;
  color: #fff
}
#room_intro .nav a.ef {
  background-color: #648246
}
#room_intro small {
  width: 592px;
  margin-top: 25px;
  border: 1px solid #dc8232;
  padding: 10px 15px;
  color: #dc8232;
  font-weight: bold;
  line-height: 1.4
}
@media screen and (min-width: 1100px) {
  #room_intro small .indent2 {
    white-space: nowrap
  }
}
#room_intro small a {
  color: #2e3192;
  text-decoration: underline
}
#room_intro .corona {
  margin-top: 15px;
  font-weight: bold;
  white-space: nowrap
}
@media screen and (max-width: 1099px) {
  #room_intro {
    padding: 2.6vw 4vw 4vw
  }
  #room_intro figure {
    width: 86vw;
    margin: 0 auto
  }
  #room_intro .btn_box {
    margin-top: 5.7vw;
    font-size: 2.9vw
  }
  #room_intro .btn_box a {
    width: 29vw;
    height: 12vw
  }
  #room_intro .btn_box a:not(:last-child) {
    margin-right: 2.6vw
  }
  #room_intro .btn_box img {
    width: 3.6vw;
    margin-bottom: 1.3vw
  }
  #room_intro .nav {
    width: auto;
    margin: 6.5vw 0 -2vw;
    font-size: 3.6vw
  }
  #room_intro .nav li {
    width: 44.8vw;
    margin-bottom: 2vw
  }
  #room_intro .nav a {
    height: 13vw
  }
  #room_intro small {
    width: auto;
    margin-top: 4.1vw;
    padding: 2.6vw 3vw;
    font-size: 3.2vw
  }
  #room_intro .corona {
    margin-top: 4vw;
    font-size: 4.1vw;
    white-space: normal
  }
}
#room_list section {
  background-color: #f5eee3;
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden
}
#room_list section .temp_bg {
  top: -320px;
  z-index: 1
}
#room_list section:nth-child(even) {
  background-color: #e0d6c1
}
#room_list section:nth-child(even) .temp_bg {
  top: auto;
  bottom: -380px
}
#room_list section:nth-child(4n-2) .temp_bg {
  background-image: url(../img/bg_07.jpg)
}
#room_list section:nth-child(4n-1) .temp_bg {
  background-image: url(../img/bg_02.jpg)
}
#room_list section:nth-child(4n) .temp_bg {
  background-image: url(../img/bg_06.jpg)
}
#room_list .wrapper {
  position: relative;
  z-index: 2
}
#room_list .temp_ttl {
  padding-left: 35px;
  font-size: 22px
}
#room_list .temp_ttl::before {
  background-image: url(../img/icon_ttl04.png);
  width: 14px;
  height: 14px
}
#room_list .ef .temp_ttl::before {
  background-image: url(../img/icon_ttl05.png)
}
#room_list .s .temp_ttl::before {
  background-image: url(../img/icon_ttl03.png)
}
#room_list .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  text-align: center;
  line-height: 1
}
#room_list .data p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  width: 260px;
  height: 80px;
  border-radius: 8px;
  padding: 0 13px
}
#room_list .data p .ttl {
  display: block;
  width: 100%;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 8px;
  margin-bottom: 10px
}
#room_list .data p .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold
}
#room_list .data p .number {
  display: block;
  margin-bottom: -2px;
  font-size: 22px
}
#room_list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px
}
#room_list .reserve_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #302319;
  height: 56px;
  margin-top: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  line-height: 1
}
@media screen and (min-width: 1100px) {
  #room_list .left {
    width: 303px
  }
}
#room_list .left figure {
  position: relative
}
@media screen and (min-width: 1100px) {
  #room_list .left figure {
    height: 218px;
    overflow: hidden
  }
}
#room_list .left figure .link {
  display: block
}
@media screen and (min-width: 1100px) {
  #room_list .left figure .link {
    height: 100%
  }
}
@media screen and (min-width: 1100px) {
  #room_list .left figure .img {
    width: auto;
    max-width: none;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}
#room_list .left figure .zoom {
  display: block;
  width: 38px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2
}
#room_list .left .detail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1
}
#room_list .left .detail_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width: 1100px) {
  #room_list .left .detail_btn a:hover {
    opacity: 1;
    color: #b19864
  }
  #room_list .left .detail_btn a:hover .arrow .off {
    opacity: 0
  }
  #room_list .left .detail_btn a:hover .arrow .on {
    opacity: 1
  }
}
#room_list .left .detail_btn span {
  display: block;
  position: relative
}
#room_list .left .detail_btn .arrow {
  width: 20px;
  margin-left: 10px
}
#room_list .left .detail_btn .arrow img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#room_list .left .detail_btn .arrow .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
#room_list .right {
  width: 758px;
  margin-left: auto
}
#room_list .right dt {
  height: 30px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  position: relative
}
#room_list .right dt::before {
  content: "";
  background-color: #4b69a0;
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(0.65em - 4px);
  left: 0
}
#room_list .right table {
  background-color: #fff;
  width: 100%;
  border: 1px solid #644f3c;
  line-height: 1.2
}
#room_list .right th, #room_list .right td {
  border: 1px solid #644f3c;
  text-align: center;
  vertical-align: middle
}
#room_list .right th {
  background-color: #644f3c;
  font-weight: normal;
  color: #fff
}
#room_list .right td a,#room_single_list td a{
	color: #2e3192;
	text-decoration: underline;
}
#room_list .right td a:hover,#room_single_list td a:hover{
	opacity: 0.5;
}
@media screen and (min-width: 1100px) {
  #room_list .right th:not(:last-child) {
    border-right-color: #fff
  }
}
#room_list .right .layout {
  margin-bottom: 28px
}
#room_list .right .layout col:nth-child(1) {
  width: 100px
}
#room_list .right .layout th, #room_list .right .layout td {
  height: 62px
}
#room_list .right .layout td:first-child {
  background-color: #ddeef0
}
#room_list .right .price th, #room_list .right .price td {
  height: 50px;
  line-height: 1.5;
  padding: 5px 0;
}
#room_list .ef .right dt::before {
  background-color: #648246
}
#room_list .s .right dt::before {
  background-color: #b44346
}
@media screen and (max-width: 1099px) {
  #room_list section {
    padding: 5.4vw 4vw 6.2vw
  }
  #room_list section .temp_bg {
    background-image: url(../img/bg_01sp.jpg);
    top: -30vw
  }
  #room_list section:nth-child(even) {
    background-color: #e0d6c1
  }
  #room_list section:nth-child(even) .temp_bg {
    bottom: -33vw
  }
  #room_list section:nth-child(4n-2) .temp_bg {
    background-image: url(../img/bg_07sp.jpg)
  }
  #room_list section:nth-child(4n-1) .temp_bg {
    background-image: url(../img/bg_02sp.jpg)
  }
  #room_list section:nth-child(4n) .temp_bg {
    background-image: url(../img/bg_06sp.jpg)
  }
  #room_list .temp_ttl {
    padding-left: 5.2vw;
    font-size: 4.9vw
  }
  #room_list .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw
  }
  #room_list .data {
    margin-top: 4.9vw;
    font-size: 3.4vw
  }
  #room_list .data p {
    width: 21.7vw;
    height: 8.3vw;
    border-radius: 4px;
    padding: 0;
    white-space: nowrap
  }
  #room_list .data p .number {
    margin-bottom: 0;
    font-size: 3.6vw
  }
  #room_list .wrap {
    display: block;
    margin-top: 2vw
  }
  #room_list .left .detail_btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2.6vw;
    font-size: 3.1vw
  }
  #room_list .left .detail_btn a {
    text-decoration: underline
  }
  #room_list .left .detail_btn .arrow {
    width: 4.1vw;
    margin-left: 1.3vw
  }
  #room_list .right {
    width: auto;
    margin: 2.6vw 0 0
  }
  #room_list .right dt {
    height: auto;
    padding-left: 3.7vw;
    margin-bottom: 2.6vw;
    font-size: 3.9vw
  }
  #room_list .right dt::before {
    width: 1.5vw;
    height: 1.5vw;
    top: calc(0.65em - 0.75vw)
  }
  #room_list .right table {
    font-size: 3.9vw
  }
  #room_list .right tr:not(:last-child) th {
    border-bottom-color: #fff
  }
  #room_list .right .price th, #room_list .right .price td {
    height: 10vw;
    padding: 1.5vw 0
  }
  #room_list .layout_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 11vw;
    border: 1px solid #302319;
    margin-top: 5.2vw;
    text-align: center;
    font-weight: bold;
    font-size: 3.9vw;
    position: relative;
    cursor: pointer
  }
  #room_list .layout_btn::before {
    content: "";
    background: url(../img/arrow_07.png) no-repeat left top/100% 100%;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 0;
    right: 4.8vw;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
  #room_list .layout_btn.open::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  #room_list .accordion {
    display: none;
    margin: 0
  }
  #room_list .accordion table {
    border-top: none
  }
  #room_list .accordion tr:first-child th, #room_list .accordion tr:first-child td {
    border-top: none
  }
  #room_list .accordion tr:first-child td {
    background-color: #ddeef0
  }
  #room_list .reserve_btn {
    width: 72vw;
    height: 13vw;
    margin: 5.2vw auto 0;
    font-size: 4.1vw
  }
}
.remodal.modal_price {
  max-width: 1100px;
  padding: 40px 130px
}
.remodal.modal_price .ttl {
  text-align: center;
  color: #644f3c;
  font-size: 28px;
  line-height: 1
}
.remodal.modal_price table {
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.3
}
@media screen and (min-width: 1100px) {
  .remodal.modal_price col:nth-child(1) {
    width: 184px
  }
  .remodal.modal_price col:nth-child(2) {
    width: 200px
  }
  .remodal.modal_price col:nth-child(3), .remodal.modal_price col:nth-child(4) {
    width: 144px
  }
}
.remodal.modal_price th, .remodal.modal_price td {
  border: 1px solid #644f3c;
  text-align: center;
  vertical-align: middle
}
@media screen and (min-width: 1100px) {
  .remodal.modal_price th[scope="col"] {
    background-color: #644f3c;
    height: 64px;
    font-weight: normal;
    color: #fff
  }
  .remodal.modal_price th[scope="col"]:not(:last-child) {
    border-right: 1px solid #fff
  }
  .remodal.modal_price th[scope="row"] {
    background-color: #ddeef0;
    height: 56px
  }
}
@media screen and (min-width: 1100px) {
  .remodal.modal_price td {
    height: 56px
  }
  .remodal.modal_price td:nth-last-child(-n+3) {
    padding-right: 25px;
    text-align: right
  }
}
.remodal.modal_price .bottom {
  margin-top: 15px;
  text-align: right;
  font-size: 15px
}
@media screen and (max-width: 1099px) {
  .remodal.modal_price {
    margin-bottom: 0;
    padding: 5.2vw 8.3vw
  }
  .remodal.modal_price .ttl {
    padding-bottom: 2.6vw;
    font-size: 4.6vw
  }
  .remodal.modal_price table {
    margin-top: 2vw;
    font-size: 3.3vw
  }
  .remodal.modal_price col:nth-child(1) {
    width: 54%
  }
  .remodal.modal_price th, .remodal.modal_price td {
    height: 7.3vw
  }
  .remodal.modal_price th[colspan="2"] {
    background-color: #ddeef0;
    padding-left: 3.1vw;
    border-bottom-color: #b4b4b4;
    text-align: left;
    font-size: 3.6vw
  }
  .remodal.modal_price th:not([colspan="2"]) {
    background-color: #644f3c;
    font-weight: normal;
    color: #fff
  }
  .remodal.modal_price tr:not(:last-child) th:not([colspan="2"]) {
    border-top-color: #fff;
    border-bottom-color: #fff
  }
  .remodal.modal_price tr:not(:last-child) td {
    border-top-color: #b4b4b4;
    border-bottom-color: #b4b4b4
  }
  .remodal.modal_price .bottom {
    margin-top: 1.9vw;
    font-size: 3.2vw
  }
}
.remodal.modal_cancel {
  max-width: 1100px;
  margin-bottom: 0;
  padding: 40px 130px
}
.remodal.modal_cancel .ttl {
  text-align: center;
  color: #644f3c;
  font-size: 28px;
  line-height: 1
}
.remodal.modal_cancel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px
}
.remodal.modal_cancel .wrap dl {
  width: 400px
}
.remodal.modal_cancel .wrap dl:last-child {
  margin-left: auto
}
.remodal.modal_cancel .wrap dt {
  padding-left: 25px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  position: relative
}
.remodal.modal_cancel .wrap dt::before {
  content: "";
  background-color: #55aab4;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(0.7em - 6px);
  left: 0
}
.remodal.modal_cancel .wrap dt .small {
  font-size: 90%
}
.remodal.modal_cancel .wrap table {
  width: 100%;
  margin-top: 10px;
  line-height: 1.3
}
.remodal.modal_cancel .wrap th, .remodal.modal_cancel .wrap td {
  border: 1px solid #644f3c;
  text-align: center;
  vertical-align: middle
}
.remodal.modal_cancel .wrap th {
  background-color: #644f3c;
  height: 40px;
  color: #fff;
  font-weight: normal
}
.remodal.modal_cancel .wrap th:first-child {
  width: 224px;
  border-right-color: #fff
}
.remodal.modal_cancel .wrap td {
  height: 48px
}
.remodal.modal_cancel .wrap td:first-child {
  background-color: #ddeef0
}
.remodal.modal_cancel .content {
  margin-top: 35px
}
.remodal.modal_cancel .content dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55aab4;
  width: 400px;
  height: 36px;
  border-radius: 36px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1.3
}
.remodal.modal_cancel .content dd {
  margin-top: 15px
}
.remodal.modal_cancel .content dd:not(:last-of-type) {
  margin-bottom: 20px
}
.remodal.modal_cancel .content dd small {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5
}
.remodal.modal_cancel .content dd li {
  padding-left: 15px;
  position: relative
}
.remodal.modal_cancel .content dd li::before {
  content: "";
  background-color: #55aab4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: calc(0.8em - 6px);
  left: 0
}
@media screen and (max-width: 1099px) {
  .remodal.modal_cancel {
    padding: 5.2vw 8.3vw
  }
  .remodal.modal_cancel .ttl {
    font-size: 4.6vw
  }
  .remodal.modal_cancel .wrap {
    display: block;
    margin-top: 4.5vw
  }
  .remodal.modal_cancel .wrap dl {
    width: auto
  }
  .remodal.modal_cancel .wrap dl:last-child {
    margin: 4.5vw 0 0
  }
  .remodal.modal_cancel .wrap dt {
    padding-left: 3.6vw;
    font-size: 3.9vw
  }
  .remodal.modal_cancel .wrap dt::before {
    width: 1.5vw;
    height: 1.5vw;
    top: calc(0.7em - 0.75vw)
  }
  .remodal.modal_cancel .wrap table {
    margin-top: 2.6vw;
    font-size: 3.3vw
  }
  .remodal.modal_cancel .wrap th, .remodal.modal_cancel .wrap td {
    height: 7.3vw
  }
  .remodal.modal_cancel .wrap th:first-child {
    width: 45vw
  }
  .remodal.modal_cancel .content {
    margin-top: 7.3vw
  }
  .remodal.modal_cancel .content dt {
    width: auto;
    height: 7.3vw;
    border-radius: 7.3vw;
    font-size: 3.6vw
  }
  .remodal.modal_cancel .content dd {
    margin-top: 2.6vw;
    font-size: 3.5vw
  }
  .remodal.modal_cancel .content dd:not(:last-of-type) {
    margin-bottom: 5.2vw
  }
  .remodal.modal_cancel .content dd small {
    margin-top: 2.6vw;
    font-size: 3.2vw
  }
  .remodal.modal_cancel .content dd li {
    padding-left: 3vw
  }
  .remodal.modal_cancel .content dd li::before {
    width: 2vw;
    height: 2vw;
    top: calc(0.8em - 1vw)
  }
}
@-webkit-keyframes remodal_prev_open {
  from {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal_prev_open {
  from {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes remodal_prev_close {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal_prev_close {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes remodal_next_open {
  from {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal_next_open {
  from {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes remodal_next_close {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal_next_close {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@media screen and (min-width: 1100px) {
  .remodal-is-locked #header {
    padding-right: 17px
  }
}
.modal_gallery {
  display: none
}
@media screen and (min-width: 1100px) {
  .remodal_slide .remodal-close {
    top: -32px;
    right: 0
  }
}
.remodal_slide .remodal_prev, .remodal_slide .remodal_next {
  background-color: transparent;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.remodal_slide .remodal_prev::before, .remodal_slide .remodal_next::before {
  content: "";
  width: 45%;
  height: 45%;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto
}
@media screen and (min-width: 1100px) {
  .remodal_slide .remodal_prev:hover, .remodal_slide .remodal_next:hover {
    opacity: 0.5
  }
}
.remodal_slide .remodal_prev {
  left: -80px
}
.remodal_slide .remodal_prev::before {
  left: 35%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.remodal_slide .remodal_next {
  right: -80px
}
.remodal_slide .remodal_next::before {
  right: 35%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
.remodal_slide.remodal-is-opening.prev {
  -webkit-animation-name: remodal_prev_open;
  animation-name: remodal_prev_open
}
.remodal_slide.remodal-is-closing.prev {
  -webkit-animation-name: remodal_prev_close;
  animation-name: remodal_prev_close
}
.remodal_slide.remodal-is-opening.next {
  -webkit-animation-name: remodal_next_open;
  animation-name: remodal_next_open
}
.remodal_slide.remodal-is-closing.next {
  -webkit-animation-name: remodal_next_close;
  animation-name: remodal_next_close
}
.remodal_slide figure img {
  width: 100%
}
@media screen and (max-width: 1099px) {
  .remodal_slide .remodal_prev, .remodal_slide .remodal_next {
    width: 14vw;
    height: 14vw;
    top: 41vw;
    bottom: auto;
    margin: 0
  }
  .remodal_slide .remodal_prev {
    left: 2vw
  }
  .remodal_slide .remodal_next {
    right: 2vw
  }
}
#room_single.abcd .temp_head {
  background-image: url(../img/room_abcd_head.jpg)
}
@media screen and (max-width: 1099px) {
  #room_single.abcd .temp_head {
    background-image: url(../img/room_abcd_headsp.jpg)
  }
}
#room_single.ef .temp_head {
  background-image: url(../img/room_ef_head.jpg)
}
@media screen and (max-width: 1099px) {
  #room_single.ef .temp_head {
    background-image: url(../img/room_ef_headsp.jpg)
  }
}
#room_single_intro {
  padding: 25px 0 50px;
  position: relative;
  overflow: hidden
}
#room_single_intro .temp_bg {
  background-image: url(../img/bg_04.png);
  bottom: -380px
}
#room_single_intro .ttl {
  border-bottom: 3px solid #644f3c;
  padding-bottom: 15px;
  text-align: center;
  color: #644f3c;
  font-size: 26px;
  line-height: 1
}
#room_single_intro .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px
}
#room_single_intro .wrap.coming {
  display: block
}
#room_single_intro .wrap.coming .catch {
  padding-bottom: 50px;
  text-align: center
}
#room_single_intro .catch {
  color: #644f3c;
  font-size: 25px;
  line-height: 1.5
}
#room_single_intro .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 536px;
  margin: 25px 0 -12px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3
}
#room_single_intro .nav li {
  width: 262px;
  margin-bottom: 12px
}
#room_single_intro .nav li:nth-child(even) {
  margin-left: auto
}
#room_single_intro .nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4b69a0;
  height: 56px;
  color: #fff
}
#room_single_intro .nav a.ef {
  background-color: #648246
}
#room_single_intro small {
  width: 592px;
  margin-top: 25px;
  border: 1px solid #dc8232;
  padding: 10px 15px;
  color: #dc8232;
  font-weight: bold;
  line-height: 1.4
}
@media screen and (min-width: 1100px) {
  #room_single_intro small .indent2 {
    white-space: nowrap
  }
}
#room_single_intro small a {
  color: #2e3192;
  text-decoration: underline
}
#room_single_intro .corona {
  margin-top: 15px;
  font-weight: bold;
  white-space: nowrap
}
#room_single_intro .right {
  width: 490px;
  margin: -6px 0 0 auto
}
#room_single_intro .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 37px;
  text-align: center;
  font-weight: bold;
  line-height: 1
}
#room_single_intro .btn_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #55aab4;
  width: 174px;
  height: 62px;
  color: #fff
}
#room_single_intro .btn_box a:not(:last-child) {
  margin-right: 6px
}
#room_single_intro .btn_box img {
  width: 19px;
  margin-bottom: 5px
}
@media screen and (max-width: 1099px) {
  #room_single_intro {
    padding: 5.2vw 4vw
  }
  #room_single_intro .temp_bg {
    background-image: url(../img/bg_04sp.png);
    bottom: -33vw
  }
  #room_single_intro .ttl {
    border-bottom-width: 2px;
    padding-bottom: 1.9vw;
    font-size: 4.6vw
  }
  #room_single_intro .wrap {
    display: block;
    margin-top: 4.2vw
  }
  #room_single_intro .wrap.coming .catch {
    padding: 4vw 0
  }
  #room_single_intro .catch {
    text-align: center;
    font-size: 5.2vw
  }
  #room_single_intro .nav {
    width: auto;
    margin: 4.2vw 0 -2vw;
    font-size: 3.6vw
  }
  #room_single_intro .nav li {
    width: 44.8vw;
    margin-bottom: 2vw
  }
  #room_single_intro .nav a {
    height: 13vw
  }
  #room_single_intro small {
    width: auto;
    margin-top: 4.1vw;
    padding: 2.6vw 3vw;
    font-size: 3.2vw
  }
  #room_single_intro .corona {
    margin-top: 4vw;
    font-size: 4.1vw;
    white-space: normal
  }
  #room_single_intro .right {
    width: auto;
    margin: 5.2vw 0 0
  }
  #room_single_intro figure {
    width: 86vw;
    margin: 0 auto
  }
  #room_single_intro .btn_box {
    margin-top: 5.7vw;
    font-size: 2.9vw
  }
  #room_single_intro .btn_box a {
    width: 29vw;
    height: 12vw
  }
  #room_single_intro .btn_box a:not(:last-child) {
    margin-right: 2.6vw
  }
  #room_single_intro .btn_box img {
    width: 3.6vw;
    margin-bottom: 1.3vw
  }
}
@-webkit-keyframes room_map1 {
  45% {
    opacity: 0
  }
  50%, 95% {
    opacity: 1
  }
}
@keyframes room_map1 {
  45% {
    opacity: 0
  }
  50%, 95% {
    opacity: 1
  }
}
@-webkit-keyframes room_map2 {
  30%, 66% {
    opacity: 0
  }
  33%, 63% {
    opacity: 1
  }
}
@keyframes room_map2 {
  30%, 66% {
    opacity: 0
  }
  33%, 63% {
    opacity: 1
  }
}
@-webkit-keyframes room_map3 {
  22%, 50% {
    opacity: 0
  }
  25%, 47% {
    opacity: 1
  }
}
@keyframes room_map3 {
  22%, 50% {
    opacity: 0
  }
  25%, 47% {
    opacity: 1
  }
}
#room_single_list section {
  background-color: #f5eee3;
  padding: 55px 0 60px;
  position: relative;
  overflow: hidden
}
#room_single_list section .temp_bg {
  z-index: 1
}
#room_single_list section .temp_bg.top {
  top: -320px
}
#room_single_list section .temp_bg.bottom {
  background-image: url(../img/bg_02.jpg);
  bottom: -380px
}
#room_single_list section:nth-child(even) {
  background-color: #e0d6c1
}
#room_single_list section:nth-child(even) .temp_bg.top {
  background-image: url(../img/bg_07.jpg)
}
#room_single_list section:nth-child(even) .temp_bg.bottom {
  background-image: url(../img/bg_06.jpg)
}
#room_single_list .wrapper {
  position: relative;
  z-index: 2
}
#room_single_list .temp_ttl {
  padding-left: 35px;
  font-size: 22px
}
#room_single_list .temp_ttl::before {
  background-image: url(../img/icon_ttl04.png);
  width: 14px;
  height: 14px
}
#room_single_list .ef .temp_ttl::before {
  background-image: url(../img/icon_ttl05.png)
}
#room_single_list .detail_wrap {
  padding-left: 390px;
  margin-top: 20px;
  position: relative
}
#room_single_list .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  line-height: 1
}
#room_single_list .data p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  width: 170px;
  height: 70px;
  border-radius: 6px;
  padding: 0 10px;
  white-space: nowrap
}
#room_single_list .data p .ttl {
  display: block;
  width: 100%;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 6px;
  margin-bottom: 6px
}
#room_single_list .data p .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold
}
#room_single_list .data p .number {
  display: block;
  margin-bottom: -2px;
  font-size: 22px
}
#room_single_list .photo_box {
  width: 350px;
  position: absolute;
  top: 0;
  left: 0
}
#room_single_list .photo_box figure {
  position: relative
}
@media screen and (min-width: 1100px) {
  #room_single_list .photo_box figure {
    height: 239px;
    overflow: hidden
  }
  #room_single_list .photo_box figure .img {
    width: auto;
    max-width: none;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}
#room_single_list .photo_box figure .zoom {
  display: block;
  width: 38px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2
}
#room_single_list .photo_box .view360 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c8b792;
  margin-top: 8px;
  width: 142px;
  height: 44px;
  font-weight: bold;
  position: relative
}
#room_single_list .photo_box .view360::before {
  background-color: #55aab4
}
#room_single_list .photo_box .view360 .icon {
  display: block;
  width: 17px;
  margin-right: 10px;
  position: relative
}
#room_single_list .photo_box .view360 .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#room_single_list .photo_box .view360 .icon .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
@media screen and (min-width: 1100px) {
  #room_single_list .photo_box .view360:hover {
    opacity: 1;
    color: #fff
  }
  #room_single_list .photo_box .view360:hover .icon .off {
    opacity: 0
  }
  #room_single_list .photo_box .view360:hover .icon .on {
    opacity: 1
  }
}
#room_single_list dt {
  padding-left: 20px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  position: relative
}
#room_single_list dt::before {
  content: "";
  background-color: #4b69a0;
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(0.65em - 4px);
  left: 0
}
#room_single_list .ef dt::before {
  background-color: #648246
}
#room_single_list table {
  background-color: #fff;
  border: 1px solid #644f3c;
  line-height: 1.2
}
#room_single_list th, #room_single_list td {
  border: 1px solid #644f3c;
  text-align: center;
  vertical-align: middle
}
#room_single_list th {
  background-color: #644f3c;
  font-weight: normal;
  color: #fff;
  font-size: 14px
}
#room_single_list .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px
}
#room_single_list .price_wrap table {
  width: 330px;
  margin-top: 6px
}
#room_single_list .price_wrap th {
  height: 34px;
  padding: 5px 0
}
@media screen and (min-width: 1100px) {
  #room_single_list .price_wrap th:nth-child(odd) {
    border-right-color: #fff
  }
}
#room_single_list .price_wrap td {
  height: 44px;
  line-height: 1.5;
  padding: 5px 0;
}
#room_single_list .price_wrap .map {
  width: 350px;
  margin-left: auto
}
#room_single_list .price_wrap .map dd {
  margin-top: 17px;
  position: relative
}
#room_single_list .price_wrap .map dd img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
#room_single_list .price_wrap .map dd.ver1 img:not(:first-child) {
  -webkit-animation: room_map1 3s linear infinite;
  animation: room_map1 3s linear infinite
}
#room_single_list .price_wrap .map dd.ver1 img:nth-child(2) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s
}
#room_single_list .price_wrap .map dd.ver2 img:not(:first-child) {
  -webkit-animation: room_map2 4.5s linear infinite;
  animation: room_map2 4.5s linear infinite
}
#room_single_list .price_wrap .map dd.ver2 img:nth-child(2) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s
}
#room_single_list .price_wrap .map dd.ver2 img:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
#room_single_list .price_wrap .map dd.ver3 img:not(:first-child) {
  -webkit-animation: room_map3 6s linear infinite;
  animation: room_map3 6s linear infinite
}
#room_single_list .price_wrap .map dd.ver3 img:nth-child(2) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s
}
#room_single_list .price_wrap .map dd.ver3 img:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
#room_single_list .price_wrap .map dd.ver3 img:nth-child(5) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}
#room_single_list .layout {
  margin-top: 25px
}
#room_single_list .layout .tab {
  margin-top: 10px
}
#room_single_list .layout .tab .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#room_single_list .layout .tab .tab_nav li {
  width: 269px
}
#room_single_list .layout .tab .tab_nav li:not(:last-child) {
  margin-right: 8px
}
#room_single_list .layout .tab .tab_nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c8b792;
  width: 100%;
  height: 50px;
  color: #644f3c;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (min-width: 1100px) {
  #room_single_list .layout .tab .tab_nav button:hover {
    background-color: #fff;
    color: #303030
  }
  #room_single_list .layout .tab .tab_nav button:hover .icon .off {
    opacity: 0
  }
  #room_single_list .layout .tab .tab_nav button:hover .icon .on {
    opacity: 1
  }
}
#room_single_list .layout .tab .tab_nav button span {
  display: block
}
#room_single_list .layout .tab .tab_nav button .txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
#room_single_list .layout .tab .tab_nav button .icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 22px;
  margin-right: 15px;
  position: relative
}
#room_single_list .layout .tab .tab_nav button .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#room_single_list .layout .tab .tab_nav button .icon .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0
}
#room_single_list .layout .tab .tab_nav .active button {
  background-color: #fff;
  color: #303030;
  cursor: default;
  pointer-events: none
}
#room_single_list .layout .tab .tab_nav .active button .icon .off {
  opacity: 0
}
#room_single_list .layout .tab .tab_nav .active button .icon .on {
  opacity: 1
}
#room_single_list .layout .tab .tab_panel_wrap {
  background-color: #fff
}
#room_single_list .layout .tab .tab_panel .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0
}
#room_single_list .layout .tab .tab_panel .left {
  width: 300px;
  margin-right: 75px
}
@media screen and (min-width: 1100px) {
  #room_single_list .layout .tab .tab_panel .right {
    width: 465px
  }
}
#room_single_list .layout .tab .tab_panel table {
  width: 100%
}
#room_single_list .layout .tab .tab_panel col:nth-child(1) {
  width: 110px
}
#room_single_list .layout .tab .tab_panel th {
  height: 31px
}
#room_single_list .layout .tab .tab_panel th:not(:last-child) {
  border-right-color: #fff
}
#room_single_list .layout .tab .tab_panel td {
  height: 41px
}
#room_single_list .layout .tab .tab_panel td:first-child {
  background-color: #ddeef0
}
@media screen and (min-width: 1100px) {
  #room_single_list .layout .tab .tab_panel .row2 td {
    height: 100px
  }
}
#room_single_list .layout .tab .tab_panel .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px
}
#room_single_list .layout .tab .tab_panel .gallery li {
  width: 221px
}
#room_single_list .layout .tab .tab_panel .gallery li:not(:last-child) {
  margin-right: 23px
}
#room_single_list .reserve_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #302319;
  width: 350px;
  height: 65px;
  margin: 45px auto 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1
}
@media screen and (max-width: 1099px) {
  #room_single_list section {
    padding: 6.2vw 4vw
  }
  #room_single_list section .temp_bg.top {
    background-image: url(../img/bg_01sp.jpg);
    top: -30vw
  }
  #room_single_list section .temp_bg.bottom {
    background-image: url(../img/bg_02sp.jpg);
    bottom: -33vw
  }
  #room_single_list section:nth-child(even) .temp_bg.top {
    background-image: url(../img/bg_07sp.jpg)
  }
  #room_single_list section:nth-child(even) .temp_bg.bottom {
    background-image: url(../img/bg_06sp.jpg)
  }
  #room_single_list .temp_ttl {
    padding-left: 5.2vw;
    font-size: 4.9vw
  }
  #room_single_list .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw
  }
  #room_single_list .detail_wrap {
    padding-left: 0;
    margin-top: 4.9vw
  }
  #room_single_list .data {
    font-size: 3.4vw
  }
  #room_single_list .data p {
    width: 21.7vw;
    height: 8.3vw;
    border-radius: 4px;
    padding: 0
  }
  #room_single_list .data p .number {
    margin-bottom: 0;
    font-size: 3.6vw
  }
  #room_single_list .photo_box {
    width: auto;
    margin-top: 1.5vw;
    position: relative
  }
  #room_single_list .photo_box .view360 {
    margin-top: 0;
    width: 31vw;
    height: 9.3vw;
    font-size: 4vw;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2
  }
  #room_single_list .photo_box .view360 .icon {
    width: 4vw;
    margin-right: 1.3vw
  }
  #room_single_list table {
    font-size: 3.9vw
  }
  #room_single_list .price_wrap {
    display: block;
    margin-top: 5.2vw
  }
  #room_single_list .price_wrap table {
    width: 100%;
    margin-top: 2.8vw
  }
  #room_single_list .price_wrap th, #room_single_list .price_wrap td {
    height: 10vw
  }
  #room_single_list .price_wrap th {
    padding: 1.5vw 0
  }
  #room_single_list .price_wrap tr:not(:last-child) th {
    border-bottom-color: #fff
  }
  #room_single_list .layout {
    margin-top: 5.2vw
  }
  #room_single_list .layout .tab {
    margin-top: 2.6vw
  }
  #room_single_list .layout .tab .tab_nav li {
    width: 23.8%
  }
  #room_single_list .layout .tab .tab_nav li:not(:last-child) {
    margin-right: 1.6%
  }
  #room_single_list .layout .tab .tab_nav button {
    display: block;
    height: 14vw;
    font-size: 3.6vw
  }
  #room_single_list .layout .tab .tab_nav button .icon {
    width: 3.7vw;
    margin: 1.5vw auto 0
  }
  #room_single_list .layout .tab .tab_nav.full li {
    width: 15.8%
  }
  #room_single_list .layout .tab .tab_nav.full li:not(:last-child) {
    margin-right: 1.04%
  }
  #room_single_list .layout .tab .tab_nav.full button {
    font-size: 3.2vw
  }
  #room_single_list .layout .tab .tab_panel .wrap {
    display: block;
    padding: 3.2vw 3vw 3vw
  }
  #room_single_list .layout .tab .tab_panel .left {
    width: 39vw;
    margin: 0 auto 3.2vw
  }
  #room_single_list .layout .tab .tab_panel col:nth-child(1) {
    width: 27vw
  }
  #room_single_list .layout .tab .tab_panel th {
    height: 11vw;
    font-size: 3.6vw
  }
  #room_single_list .layout .tab .tab_panel td {
    height: 9.1vw;
    padding: 1.3vw 0;
    font-size: 3.9vw
  }
  #room_single_list .reserve_btn {
    width: 72vw;
    height: 13vw;
    margin-top: 4.1vw;
    font-size: 4.1vw
  }
}
#access .temp_head {
  background-image: url(../img/access_head.jpg)
}
@media screen and (max-width: 1099px) {
  #access .temp_head {
    background-image: url(../img/access_headsp.jpg)
  }
}
#access .temp_bg2 {
  background-position: left top 35px;
  padding: 95px 0 150px;
  position: relative;
  z-index: 2
}
#access .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
#access .en_ttl img {
  margin-left: auto
}
@media screen and (min-width: 1100px) {
  #access .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  #access .info .txt_box {
    width: 550px
  }
}
#access .info .ttl {
  color: #644f3c;
  font-size: 26px;
  line-height: 1.5
}
#access .info .name {
  margin-top: 45px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1
}
#access .info table {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4
}
#access .info th {
  width: 82px
}
#access .info figure {
  width: 550px;
  margin-left: auto
}
@media screen and (max-width: 1099px) {
  #access .temp_bg2 {
    background-position: left top 45vw;
    padding: 6.2vw 4vw 10vw
  }
  #access .info .ttl {
    font-size: 5.4vw
  }
  #access .info .name {
    margin-top: 4.5vw;
    font-size: 4.1vw
  }
  #access .info table {
    margin-top: 2.6vw;
    font-size: 3.6vw;
    line-height: 1.7
  }
  #access .info th {
    width: 18vw
  }
  #access .info figure {
    width: auto;
    margin: 5.2vw 0 0
  }
}
#access .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2
}
#access .tab_nav li {
  width: 546px
}
#access .tab_nav li:last-child {
  margin-left: auto
}
#access .tab_nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c8b792;
  width: 100%;
  height: 50px;
  border: solid #c8b792;
  border-width: 1px 1px 0;
  padding-bottom: 1px;
  color: #644f3c;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative
}
#access .tab_nav button::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0
}
@media screen and (min-width: 1100px) {
  #access .tab_nav button:hover {
    background-color: #fff;
    border-color: #644f3c #644f3c transparent;
    color: #303030
  }
}
#access .tab_nav .active button {
  background-color: #fff;
  border-color: #644f3c #644f3c transparent;
  color: #303030;
  cursor: default;
  pointer-events: none
}
#access .tab_nav .active button::before {
  opacity: 1
}
@media screen and (max-width: 1099px) {
  #access .tab_nav li {
    width: 49%
  }
  #access .tab_nav button {
    height: 11vw;
    font-size: 3.6vw
  }
}
#access .tab_panel {
  background-color: #fff;
  border: 1px solid #644f3c
}
#access .map {
  margin-top: 60px
}
#access .map .tab_panel {
  padding: 45px
}
@media screen and (min-width: 1100px) {
  #access .map .tab_panel img {
    width: 563px;
    margin: 0 auto
  }
}
#access .map .tab_panel iframe {
  display: block;
  width: 100%;
  height: 505px
}
#access .map .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1
}
#access .map .btn_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #302319;
  width: 417px;
  height: 85px;
  color: #fff
}
#access .map .btn_box a:not(:last-child) {
  margin-right: 60px
}
@media screen and (max-width: 1099px) {
  #access .map {
    margin-top: 7.1vw
  }
  #access .map .tab_panel {
    padding: 5.2vw
  }
  #access .map .tab_panel iframe {
    height: 74vw
  }
  #access .map .btn_box {
    display: block;
    width: 72vw;
    margin: 4vw auto 0;
    font-size: 4.1vw
  }
  #access .map .btn_box a {
    width: auto;
    height: 13vw
  }
  #access .map .btn_box a:not(:last-child) {
    margin: 0 0 2vw
  }
}
#access .access_ttl {
  border-bottom: 3px solid #644f3c;
  padding-bottom: 10px;
  text-align: center;
  color: #644f3c;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3
}
@media screen and (max-width: 1099px) {
  #access .access_ttl {
    border-bottom-width: 2px;
    padding-bottom: 3.1vw;
    font-size: 5.4vw
  }
}
#access_way {
  margin-top: 150px
}
#access_way .txt1 {
  margin-top: 15px;
  text-align: center;
  font-size: 18px
}
#access_way .tab_pc {
  margin-top: 30px
}
#access_way .tab_panel {
  padding: 35px 49px 45px
}
#access_way .tab_panel .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}
#access_way .tab_panel .temp_ttl {
  padding-left: 25px;
  font-size: 20px;
  line-height: 1.4
}
#access_way .tab_panel .temp_ttl::before {
  width: 16px;
  height: 16px
}
#access_way .tab_panel .print {
  margin-left: auto
}
#access_way .tab_panel .print a {
  color: #2e3192;
  text-decoration: underline
}
#access_way .tab_panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -35px;
  line-height: 1.4
}
#access_way .tab_panel li {
  width: 29.6%;
  margin: 0 5.5% 35px 0;
  position: relative
}
@media screen and (min-width: 1100px) {
  #access_way .tab_panel li:nth-child(3n) {
    margin-right: 0
  }
  #access_way .tab_panel li:not(:nth-child(3n))::before {
    content: "";
    background: url(../img/arrow_09.png) no-repeat left top/100% 100%;
    width: 18px;
    height: 14px;
    position: absolute;
    top: 92px;
    right: -37px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}
#access_way .tab_panel li p {
  margin-top: 15px
}
#access_way .tab_panel li .red {
  color: #e45826
}
#access_way .tab_panel li small {
  background-color: #ddeef0;
  padding: 15px
}
#access_way .tab_panel li a {
  color: #2e3192;
  text-decoration: underline
}
#access_way .tab_panel li.last::before {
  display: none
}
@media screen and (min-width: 1100px) {
  #access_way #access_way01 .last small {
    width: 296px;
    position: absolute;
    right: -314px;
    bottom: 0
  }
  #access_way #access_way02 .last small {
    margin-top: 15px
  }
}
@media screen and (max-width: 1099px) {
  #access_way {
    margin-top: 12vw
  }
  #access_way .txt1 {
    margin-top: 4.1vw;
    text-align: left;
    font-size: 4.1vw
  }
  #access_way .tab_pc {
    margin-top: 5.4vw
  }
  #access_way .openbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 11vw;
    margin-top: 2vw;
    border: 1px solid #303030;
    text-align: center;
    font-weight: bold;
    font-size: 3.9vw;
    line-height: 1;
    position: relative;
    cursor: pointer
  }
  #access_way .openbtn.first {
    margin-top: 0
  }
  #access_way .openbtn::before {
    content: "";
    background: url(../img/arrow_04.png) no-repeat left top/100% 100%;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  #access_way .openbtn.open::before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  #access_way .tab_panel {
    display: none;
    padding: 4.1vw 5.9vw 4.8vw;
    border-top-width: 0
  }
  #access_way .tab_panel .ttl_box {
    display: block;
    margin-bottom: 3.6vw
  }
  #access_way .tab_panel .temp_ttl {
    padding-left: 5.7vw;
    font-size: 4.1vw
  }
  #access_way .tab_panel .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw;
    top: 0.7em;
    bottom: auto;
    margin: -1.55vw 0 0
  }
  #access_way .tab_panel ul {
    display: block;
    margin-bottom: -8.4vw;
    font-size: 3.9vw
  }
  #access_way .tab_panel li {
    width: auto;
    margin: 0 0 8.4vw
  }
  #access_way .tab_panel li:not(:last-child)::before {
    content: "";
    background: url(../img/arrow_09.png) no-repeat left top/100% 100%;
    width: 4.6vw;
    height: 3.3vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5.7vw;
    margin: auto
  }
  #access_way .tab_panel li p {
    margin-top: 2.3vw
  }
  #access_way .tab_panel li small {
    padding: 2.6vw 4vw;
    margin-top: 3.1vw
  }
}
#access_loading {
  margin-top: 150px
}
#access_loading .txt1 {
  margin-top: 15px;
  text-align: center;
  font-size: 18px
}
#access_loading .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px
}
@media screen and (min-width: 1100px) {
  #access_loading .wrap figure {
    width: 472px
  }
}
#access_loading .wrap .txt_box {
  width: 574px;
  margin-left: auto
}
#access_loading .wrap .txt_box table {
  background-color: #fff;
  width: 100%;
  border: 1px solid #644f3c
}
#access_loading .wrap .txt_box tr:not(:last-child) {
  border-bottom: 1px solid #b4b4b4
}
#access_loading .wrap .txt_box th, #access_loading .wrap .txt_box td {
  padding: 15px 25px
}
#access_loading .wrap .txt_box th {
  background-color: #ddeef0;
  width: 210px;
  font-size: 18px;
  line-height: 1.3
}
#access_loading .wrap .txt_box td {
  font-size: 17px;
  line-height: 1.7;
  white-space: nowrap
}
#access_loading .wrap .txt_box .h_sweep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #302319;
  width: 322px;
  height: 56px;
  margin: 65px auto 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1
}
#access_loading .wrap .txt_box .h_sweep img {
  width: 17px;
  margin-left: 10px
}
#access_loading .flow {
  margin-top: 60px
}
#access_loading .flow .temp_ttl {
  padding-left: 35px;
  font-size: 22px
}
#access_loading .flow .temp_ttl::before {
  width: 15px;
  height: 15px
}
#access_loading .flow ul {
  font-size: 18px;
  line-height: 1.8
}
#access_loading .flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 38px 30px 0;
  position: relative
}
#access_loading .flow li::before {
  content: "";
  background: url(../img/flow_sec_bg.png) no-repeat left top/100% 100%;
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  bottom: -25px
}
#access_loading .flow li:last-child::before {
  background-color: #55aab4;
  height: 1px;
  bottom: 0
}
#access_loading .flow li .number {
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  font-size: 31px;
  line-height: 1.2
}
@media screen and (min-width: 1100px) {
  #access_loading .flow li .txt {
    width: 470px
  }
}
#access_loading .flow li small {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.6
}
#access_loading .flow li a {
  color: #2e3192;
  text-decoration: underline
}
#access_loading .flow li .blank {
  display: inline-block;
  padding-right: 23px;
  position: relative
}
#access_loading .flow li .blank::before {
  content: "";
  background: url(../img/icon_blank.png) no-repeat left top/100% 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
#access_loading .flow li figure {
  width: 308px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  position: relative
}
#access_loading .flow li figure .zoom {
  display: block;
  width: 38px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2
}
@media screen and (min-width: 1100px) {
  #access_loading .flow li:nth-child(3) figure {
    width: 360px
  }
}
#access_loading .loading_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  max-width: 980px;
  border: 1px solid #b4b4b4;
  margin: 50px auto 0;
  padding: 20px 40px 20px 110px
}
#access_loading .loading_map .open_ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1
}
#access_loading .loading_map .open {
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px
}
#access_loading .loading_map small {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5
}
#access_loading .loading_map figure {
  width: 304px;
  margin-left: auto
}
@media screen and (max-width: 1099px) {
  #access_loading {
    margin-top: 12vw
  }
  #access_loading .txt1 {
    margin-top: 4.1vw;
    text-align: left;
    font-size: 4.1vw
  }
  #access_loading .wrap {
    display: block;
    margin-top: 4.5vw
  }
  #access_loading .wrap .txt_box {
    width: auto;
    margin: 4vw 0 0
  }
  #access_loading .wrap .txt_box th, #access_loading .wrap .txt_box td {
    padding: 4.5vw 3.2vw;
    font-size: 4vw
  }
  #access_loading .wrap .txt_box th {
    width: 27vw;
    white-space: nowrap
  }
  #access_loading .wrap .txt_box .h_sweep {
    width: 72vw;
    height: 13vw;
    margin-top: 4vw;
    font-size: 4.1vw
  }
  #access_loading .wrap .txt_box .h_sweep img {
    width: 3.6vw;
    margin-left: 2.6vw
  }
  #access_loading .flow {
    margin-top: 9.5vw
  }
  #access_loading .flow .temp_ttl {
    padding-left: 5.7vw;
    font-size: 4.9vw
  }
  #access_loading .flow .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw
  }
  #access_loading .flow ul {
    font-size: 4.1vw
  }
  #access_loading .flow li {
    display: block;
    padding: 7.8vw 0 4.5vw
  }
  #access_loading .flow li::before {
    background-image: url(../img/flow_sec_bg.png);
    height: 3.2vw;
    bottom: -3.1vw
  }
  #access_loading .flow li .number {
    width: auto;
    margin-bottom: 3.2vw;
    font-size: 6.5vw
  }
  #access_loading .flow li small {
    margin-top: 2vw;
    font-size: 3.1vw
  }
  #access_loading .flow li .blank {
    padding-right: 6.5vw
  }
  #access_loading .flow li .blank::before {
    width: 3.6vw;
    height: 3.6vw
  }
  #access_loading .flow li figure {
    width: auto;
    margin: 3.2vw 0 0
  }
  #access_loading .loading_map {
    display: block;
    margin-top: 5.2vw;
    padding: 4vw
  }
  #access_loading .loading_map .open_ttl {
    font-size: 4.1vw
  }
  #access_loading .loading_map .open {
    margin-top: 2.6vw;
    font-size: 4.1vw
  }
  #access_loading .loading_map small {
    margin-top: 2.6vw;
    font-size: 3.1vw
  }
  #access_loading .loading_map figure {
    width: auto;
    margin: 4vw 0 0
  }
}
#company .temp_head {
  background-image: url(../img/company_head.jpg)
}
@media screen and (max-width: 1099px) {
  #company .temp_head {
    background-image: url(../img/company_headsp.jpg)
  }
}
#company .temp_bg2 {
  background-position: left top 45px;
  padding: 85px 0 150px;
  position: relative;
  z-index: 2
}
#company .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
#company .en_ttl img {
  margin-left: auto
}
#company .company_ttl {
  border-bottom: 3px solid #644f3c;
  padding-bottom: 10px;
  text-align: center;
  color: #644f3c;
  font-size: 26px;
  line-height: 1.3
}
#company_overview h3.temp_ttl{
	font-size: 19px;
	margin-top: 52px;
	margin-bottom: 7px;
}
#company_overview h3.temp_ttl::before {
	background: url(../img/icon_ttl06.png) no-repeat left top/100% 100%;
}
#company .company_table {
  width: 100%;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5
}
#company .company_table th {
  width: 270px;
  padding: 15px 0 15px 45px;
  border-bottom: 3px solid #55aab4
}
#company .company_table td {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #b4b4b4
}
#company .comph4{
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 20px 45px;
  border-bottom: 1px solid #b4b4b4;
  position: relative;
}
#company .comph4::after{
  content: "";
  position: absolute;
  display: block;
  width: 270px;
  height: 3px;
  left: 0;
  bottom: -2px;
  border-bottom: 3px solid #55aab4;
}
#company .comph4 span{
	font-size: 16px;
	font-weight: normal;
}
#company .comph4 a:hover{
	opacity: 0.5;
}

@media screen and (max-width: 1099px) {
  #company .temp_bg2 {
    background-position: left top 9.6vw;
    padding: 8.3vw 4vw 11vw
  }
  #company .company_ttl {
    border-bottom-width: 2px;
    padding-bottom: 3.1vw;
    font-size: 5.4vw
  }
  #company_overview h3.temp_ttl{
	margin-top: 34px;
	margin-bottom: 0;
    font-size: 4.0vw
  }
  #company .company_table {
    margin-top: 1vw;
    font-size: 3.9vw
  }
  #company .company_table th {
    width: 23vw;
    padding: 3.2vw 0
  }
  #company .company_table td {
    padding: 3.2vw 0 3.2vw 1.9vw
  }
  #company .comph4{
    padding-left: 0;
	font-size: 3.9vw;
	margin-top: 5px;
	padding-bottom: 14px;
  }
  #company .comph4::after{
    width: 23vw;
  }
  #company .comph4 span{
	font-size: 3.4vw;
  }
}

#company_greeting {
  text-align: center;
  font-size: 18px;
  line-height: 2.3
}
#company_greeting .ttl {
  margin-bottom: 40px;
  color: #644f3c;
  font-size: 26px;
  line-height: 1
}
@media screen and (max-width: 1099px) {
  #company_greeting {
    font-size: 4.1vw;
    line-height: 1.9;
    white-space: nowrap
  }
  #company_greeting .ttl {
    margin-bottom: 5.4vw;
    font-size: 5.4vw
  }
}

#company_overview {
  /*margin-top: 150px;*/
  position: relative
}
#company_overview figure {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2
}
@media screen and (max-width: 1099px) {
  /*#company_overview {
    margin-top: 13vw
  }*/
}
#company_business {
  margin-top: 90px
}
@media screen and (max-width: 1099px) {
  #company_business {
    margin-top: 12vw
  }
  #company_business .company_table th {
    width: 29vw
  }
}
#company_brick {
  margin-top: 150px
}
#company_brick .txt1 {
  margin-top: 40px;
  text-align: center;
  color: #55aab4;
  font-size: 28px;
  line-height: 1.4
}
#company_brick .wrap {
  line-height: 2.1;
  position: relative
}
@media screen and (min-width: 1100px) {
  #company_brick .wrap figure {
    width: 390px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2
  }
}
#company_brick .wrap .txt_wrap {
  background-color: #e5f2f4;
  width: 788px;
  padding: 50px 150px 50px 50px
}
#company_brick .wrap .box {
  background-color: #fff;
  margin-top: 35px;
  padding: 25px;
  color: #666;
  line-height: 1.8
}
#company_brick .wrap1 {
  margin-top: 30px
}
#company_brick .wrap2 {
  margin-top: 140px
}
#company_brick .wrap2 figure {
  border: 1px solid #ccc
}
@media screen and (min-width: 1100px) {
  #company_brick .wrap2 figure {
    left: 0;
    right: auto
  }
}
@media screen and (min-width: 1100px) {
  #company_brick .wrap2 .txt_wrap {
    margin-left: auto;
    padding: 50px 50px 50px 150px
  }
}
#company_brick .wrap3 {
  margin-top: 75px
}
@media screen and (max-width: 1099px) {
  #company_brick {
    margin-top: 12vw
  }
  #company_brick .txt1 {
    margin-top: 4vw;
    font-size: 4.9vw;
    line-height: 1.6
  }
  #company_brick .wrap {
    background-color: #e5f2f4;
    padding: 6.2vw 4vw;
    font-size: 4.1vw;
    line-height: 1.7
  }
  #company_brick .wrap .txt_wrap {
    width: auto;
    padding: 5.4vw 0 0
  }
  #company_brick .wrap .box {
    margin-top: 5.2vw;
    padding: 4vw;
    font-size: 3.9vw;
    line-height: 1.6
  }
  #company_brick .wrap1 {
    margin-top: 3.1vw
  }
  #company_brick .wrap2 {
    margin-top: 4vw
  }
  #company_brick .wrap3 {
    margin-top: 4vw
  }
}
#company_document {
  border: 2px solid #644f3c;
  margin-top: 110px;
  padding-top: 35px
}
#company_document .company_ttl {
  max-width: 998px
}
#company_document .wrap {
  background: url(../img/company_document.jpg) no-repeat right bottom;
  height: 245px;
  padding: 25px 0 0 48px;
  line-height: 2
}
#company_document .wrap .h_sweep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #302319;
  width: 317px;
  height: 56px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1
}
#company_document .wrap .h_sweep::after {
  content: "";
  background: url(../img/arrow_06.png) no-repeat left top/100% 100%;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto
}
@media screen and (max-width: 1099px) {
  #company_document {
    border-width: 1px;
    margin-top: 10vw;
    padding-top: 4.5vw
  }
  #company_document .company_ttl {
    max-width: 79vw
  }
  #company_document .wrap {
    background-image: url(../img/company_documentsp.jpg);
    background-size: 100% auto;
    height: auto;
    padding: 5.2vw 5.8vw 59vw;
    font-size: 4.1vw;
    line-height: 1.6
  }
  #company_document .wrap .h_sweep {
    width: 72vw;
    height: 13vw;
    margin: 5.2vw auto 0;
    font-size: 4.1vw
  }
  #company_document .wrap .h_sweep::after {
    width: 1.4vw;
    height: 2.3vw;
    right: 4.5vw
  }
}
.temp_head.service {
  background-image: url(../img/service_head.jpg)
}
@media screen and (max-width: 1099px) {
  .temp_head.service {
    background-image: url(../img/service_headsp.jpg)
  }
}
#service {
  background-position: left top 20px;
  padding: 65px 0 150px;
  position: relative;
  z-index: 2
}
#service .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
#service .en_ttl img {
  margin-left: auto
}
#service .anchor_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55aab4;
  width: 262px;
  height: 56px;
  margin: 0 17px 15px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1
}
#service .anchor_btn:nth-child(3n) {
  margin-right: 0
}
#service .anchor_btn::after {
  content: "";
  background: url(../img/arrow_06.png) no-repeat left top/100% 100%;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
#service .anchor_btn.service_link {
  background-color: #b19864
}
#service .anchor_btn.service_link::before {
  background-color: #55aab4
}
#service .service_ttl {
  border-bottom: 3px solid #644f3c;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #644f3c;
  font-size: 28px;
  line-height: 1.3
}
#service .service_sub {
  margin-top: 20px;
  text-align: center;
  font-size: 18px
}
#service .service_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 820px;
  margin: 35px auto -15px
}
@media screen and (max-width: 1099px) {
  #service {
    background-position: left top 38vw;
    padding: 5.2vw 4vw 13vw
  }
  #service .anchor_btn {
    width: 32.4%;
    height: 12vw;
    margin: 0 1.4% 1.4% 0;
    font-size: 3.6vw;
    line-height: 1.2
  }
  #service .anchor_btn::after {
    width: 1.4vw;
    height: 2.3vw;
    right: 2.7vw
  }
  #service .service_ttl {
    border-bottom-width: 2px;
    padding-bottom: 3.1vw;
    font-size: 5.4vw
  }
  #service .service_sub {
    margin-top: 4vw;
    text-align: left;
    font-size: 4.1vw
  }
  #service .service_nav {
    width: auto;
    margin: 5.2vw 0 -1.4%
  }
}
@media screen and (min-width: 1100px) {
  #service_nav {
    border-top: 1px solid #b4b4b4
  }
}
#service_nav dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b4b4b4;
  padding: 13px 0
}
#service_nav dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  padding-left: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1
}
#service_nav dt img {
  width: 38px;
  margin-right: 35px
}
#service_nav dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 820px;
  margin-bottom: -15px
}
@media screen and (max-width: 1099px) {
  #service_nav .info {
    text-align: center;
    font-size: 4.1vw
  }
  #service_nav dl {
    display: block;
    padding: 3.2vw 0
  }
  #service_nav dt {
    width: auto;
    padding-left: 0;
    font-size: 4.4vw
  }
  #service_nav dt img {
    width: 5.9vw;
    margin-right: 2.8vw
  }
  #service_nav dd {
    width: auto;
    margin: 2vw 0 -1.4%
  }
  #service_nav .box_container {
    display: block !important
  }
  #service_nav .box_container .box {
    width: auto
  }
}
#service_equipment {
  margin-top: 80px
}
#service_equipment .equipment {
  margin-top: 50px;
  border: 1px solid #644f3c
}
#service_equipment .equipment .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  border-bottom: 1px solid #644f3c;
  padding: 0 15px 0 50px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1
}
#service_equipment .equipment .ttl .name {
  width: 570px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 145px
}
#service_equipment .equipment .ttl .spec {
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 40px
}
#service_equipment .equipment .ttl .price {
  width: 100%;
  padding-left: 40px
}
#service_equipment .equipment .scroll {
  height: 1250px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative
}
@media screen and (min-width: 1100px) {
  #service_equipment .equipment .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
#service_equipment .equipment .group:not(:last-child) {
  border-bottom: 1px solid #644f3c
}
#service_equipment .equipment .group_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #644f3c;
  padding-top: 25px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1
}
@media screen and (min-width: 1100px) {
  #service_equipment .equipment .group_name {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
  }
}
#service_equipment .equipment .item_list {
  width: 100%;
  line-height: 1.4
}
#service_equipment .equipment .item_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0
}
#service_equipment .equipment .item_list li:nth-child(odd) {
  background-color: #ddeef0
}
#service_equipment .equipment .item_list figure {
  width: 160px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 25px
}
#service_equipment .equipment .item_list .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
#service_equipment .equipment .item_list .name {
  width: 410px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 30px
}
#service_equipment .equipment .item_list .spec {
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
#service_equipment .equipment .item_list .price {
  width: 100%;
  padding-right: 85px;
  text-align: right
}
#service_equipment .bottom {
  margin-top: 15px;
  text-align: right
}
@media screen and (max-width: 1099px) {
  #service_equipment {
    margin-top: 10vw
  }
  #service_equipment .equipment {
    margin-top: 4vw
  }
  #service_equipment .equipment .scroll {
    height: 115vw
  }
  #service_equipment .equipment .group_name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: 7.2vw;
    border-right: none;
    border-bottom: 1px solid #644f3c;
    padding-top: 0;
    font-size: 4vw
  }
  #service_equipment .equipment .item_list {
    font-size: 4vw
  }
  #service_equipment .equipment .item_list li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3.1vw 0
  }
  #service_equipment .equipment .item_list figure {
    width: 23vw;
    padding-left: 2vw
  }
  #service_equipment .equipment .item_list .txt_box {
    display: block;
    padding-left: 4vw
  }
  #service_equipment .equipment .item_list .name {
    width: auto;
    padding-left: 0;
    font-weight: bold;
    font-size: 4.1vw
  }
  #service_equipment .equipment .item_list .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-top: 2vw
  }
  #service_equipment .equipment .item_list .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5vw 0 0;
    text-align: left
  }
  #service_equipment .equipment .item_list .box_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #999;
    height: 4.4vw;
    padding: 0 0.8vw;
    margin-right: 2.2vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 3.1vw;
    line-height: 1
  }
  #service_equipment .bottom {
    margin-top: 2.6vw;
    font-size: 3.1vw
  }
}
#service_service {
  margin-top: 90px
}
#service_service .sec_wrap {
  margin-top: 65px
}
#service_service section {
  padding: 25px 0 65px;
  border-top: 1px solid #b19864
}
#service_service section:last-child {
  padding-bottom: 0
}
#service_service section .temp_ttl {
  padding-left: 35px;
  font-size: 23px
}
#service_service section .temp_ttl::before {
  width: 15px;
  height: 15px
}
#service_service section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}
@media screen and (min-width: 1100px) {
  #service_service section .photo {
    width: 404px
  }
}
#service_service section figure img:not(:first-child) {
  margin-top: 12px
}
#service_service section .txt_box {
  width: 646px;
  margin-left: auto
}
#service_service section .txt1 {
  color: #55aab4;
  font-size: 24px;
  line-height: 1.5
}
#service_service section .txt2 {
  margin-top: 15px;
  line-height: 2
}
#service_service section .bg {
  background-color: #f5eee3
}
#service_service section dl {
  margin-top: 40px
}
#service_service section .openbtn {
  background-color: #e0d6c1;
  padding: 19px 60px 19px 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  cursor: pointer
}
#service_service section .openbtn::before, #service_service section .openbtn::after {
  content: "";
  background-color: #b19864;
  width: 17px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
#service_service section .openbtn::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
#service_service section .openbtn.open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
#service_service section .openbtn.open::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0
}
#service_service section .accordion {
  display: none;
  padding: 25px;
  line-height: 1.8
}
#service_service section li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#service_service section li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b19864;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  padding-bottom: 2px;
  margin: 5px 10px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 1
}
#service_service section li .circle {
  display: block;
  margin-right: 5px;
  color: #b19864;
  font-size: 70%;
  position: relative;
  top: 4px
}
#service_service section .txt {
  width: 100%
}
#service_service section .box {
  background-color: #fff;
  padding: 15px 20px;
  line-height: 1.6
}
#service_service section .small {
  font-size: 15px;
  line-height: 1.5
}
#service_service section .txt_link {
  color: #2e3192;
  text-decoration: underline
}
#service_service #service_delivery .box {
  margin: 10px 0 15px
}
#service_service #service_delivery .caution {
  margin: 20px 0 15px
}
#service_service #service_drink .bg {
  margin-top: 30px;
  padding: 25px 30px;
  font-size: 17px;
  line-height: 1.7
}
#service_service #service_drink .bg .small {
  margin-top: 5px
}
#service_service #service_food figure img {
  border: 1px solid #b4b4b4
}
#service_service #service_food .menu {
  margin-top: 35px
}
#service_service #service_food .menu .ttl {
  width: 291px;
  margin: 0 auto
}
#service_service #service_food .menu .h_sweep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #302319;
  width: 322px;
  height: 56px;
  margin: 12px auto 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  line-height: 1
}
#service_service #service_food .menu .h_sweep .txt {
  width: auto
}
#service_service #service_food .menu .h_sweep img {
  width: 15px;
  margin-left: 15px
}
#service_service #service_food .small {
  margin: 10px 0 30px
}
@media screen and (max-width: 1099px) {
  #service_service {
    margin-top: 13vw
  }
  #service_service .sec_wrap {
    margin-top: 5.4vw
  }
  #service_service section {
    padding: 5.2vw 0 10vw
  }
  #service_service section .temp_ttl {
    padding-left: 5.7vw;
    font-size: 4.9vw
  }
  #service_service section .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw
  }
  #service_service section .wrap {
    display: block;
    margin-top: 4vw
  }
  #service_service section .txt_box {
    width: auto;
    margin: 4vw 0 0
  }
  #service_service section .txt1 {
    font-size: 5.2vw
  }
  #service_service section .txt2 {
    margin-top: 3.2vw;
    font-size: 4.1vw;
    line-height: 1.7
  }
  #service_service section dl {
    margin-top: 4.8vw
  }
  #service_service section .openbtn {
    padding: 2.7vw 0;
    text-align: center;
    font-size: 4vw
  }
  #service_service section .openbtn::before, #service_service section .openbtn::after {
    width: 12px;
    height: 2px;
    right: 4.4vw
  }
  #service_service section .accordion {
    padding: 4vw 4vw 5.2vw;
    font-size: 4vw;
    line-height: 1.6
  }
  #service_service section li .number {
    width: 4.1vw;
    height: 4.1vw;
    padding-bottom: 0.15em;
    margin: 1.2vw 1.8vw 0 0;
    font-size: 3.6vw
  }
  #service_service section li .circle {
    margin-right: 1.3vw;
    top: 1vw
  }
  #service_service section .box {
    padding: 2.2vw 2.9vw;
    font-size: 3.6vw;
    line-height: 1.5
  }
  #service_service section .small {
    font-size: 3.1vw;
    line-height: 1.4
  }
  #service_service #service_delivery .box {
    margin: 2.2vw 0
  }
  #service_service #service_delivery .caution {
    margin: 5.2vw 0 2.6vw
  }
  #service_service #service_drink .bg {
    margin-top: 4.4vw;
    padding: 3.1vw 4vw;
    font-size: 4vw
  }
  #service_service #service_drink .bg .small {
    margin-top: 1.3vw
  }
  #service_service #service_food .menu {
    margin-top: 4.6vw
  }
  #service_service #service_food .menu .ttl {
    width: 68vw
  }
  #service_service #service_food .menu .h_sweep {
    width: 72vw;
    height: 13vw;
    margin-top: 2.3vw;
    font-size: 4.1vw
  }
  #service_service #service_food .menu .h_sweep img {
    width: 3.6vw;
    margin-left: 4vw
  }
  #service_service #service_food .small {
    margin: 3.2vw 0 4vw
  }
}
#search .temp_head {
  background-image: url(../img/reserve_head.jpg)
}
@media screen and (max-width: 1099px) {
  #search .temp_head {
    background-image: url(../img/reserve_headsp.jpg)
  }
}
#search_intro {
  padding: 10px 0 50px;
  position: relative;
  z-index: 1
}
#search_intro .temp_bg {
  background-image: url(../img/bg_04.png);
  bottom: -380px
}
#search_intro .wrapper {
  position: relative
}
#search_intro .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1
}
#search_intro .btn_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #55aab4;
  width: 155px;
  height: 55px;
  color: #fff
}
#search_intro .btn_box a:not(:last-child) {
  margin-right: 6px
}
#search_intro .btn_box .icon {
  display: block;
  width: 17px;
  height: 22px
}
#search_intro .btn_box .floor .icon {
  width: 18px;
  padding-top: 2px
}
@media screen and (min-width: 1100px) {
  #search_intro .temp_ttl2 {
    background: none;
    width: 300px;
    position: absolute;
    top: -65px;
    left: 0
  }
}
#search_intro #search_form {
  padding: 25px 0 50px
}
#search_intro #search_result {
  border-top: 1px solid #ccc;
  padding-top: 30px
}
#search_intro #search_result .result {
  text-align: center;
  font-weight: bold;
  color: #302319;
  font-size: 18px
}
#search_intro #search_result .result .number {
  display: inline-block;
  color: #55aab4;
  font-size: 188%;
  position: relative;
  top: 0.05em
}
#search_intro #search_result .result .big {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 122%
}
#search_intro #search_result .txt1 {
  margin-top: 5px;
  text-align: center
}
#search_intro #search_result .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}
#search_intro #search_result .info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  width: 875px;
  height: 110px;
  border: 1px solid #dc8232;
  margin-left: auto;
  color: #dc8232;
  line-height: 1.3
}
#search_intro #search_result .info .indent2 {
  padding-left: 1.4em;
  text-indent: -1.4em
}
#search_intro #search_result .icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
@media screen and (max-width: 1099px) {
  #search_intro {
    padding: 2.6vw 0 10vw
  }
  #search_intro .temp_bg {
    background-image: url(../img/bg_03sp.png);
    top: 23vw;
    bottom: auto
  }
  #search_intro .btn_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.9vw
  }
  #search_intro .btn_box a {
    width: 29.6vw;
    height: 12vw
  }
  #search_intro .btn_box a:not(:last-child) {
    margin-right: 1.3vw
  }
  #search_intro .btn_box .icon {
    width: 3.6vw;
    height: 5.2vw
  }
  #search_intro .btn_box .floor .icon {
    width: 4.1vw;
    padding-top: 0.5vw
  }
  #search_intro .temp_ttl2 {
    margin-top: 9vw
  }
  #search_intro .temp_ttl2 img {
    width: 31vw;
    position: absolute;
    right: 1.8vw;
    bottom: -8.4vw
  }
  #search_intro #search_form {
    padding: 6.5vw 0 12vw
  }
  #search_intro #search_result {
    padding: 8.2vw 4vw 0
  }
  #search_intro #search_result .result {
    font-size: 4vw;
    white-space: nowrap
  }
  #search_intro #search_result .txt1 {
    margin-top: 6vw;
    text-align: left;
    font-size: 3.1vw;
    line-height: 1.4
  }
  #search_intro #search_result .wrap {
    display: block;
    margin-top: 2.6vw
  }
  #search_intro #search_result .info {
    width: auto;
    height: auto;
    padding: 2.6vw;
    margin: 0 0 2.8vw;
    font-size: 3.2vw;
    line-height: 1.4
  }
}
#search #room_list {
  position: relative;
  z-index: 2
}
#search #room_list .val {
  display: none
}
@media screen and (min-width: 1100px) {
  #search #room_list section {
    padding: 50px 0
  }
  #search #room_list .data {
    margin-top: 15px
  }
  #search #room_list .wrap {
    margin-top: 20px
  }
}
#search #room_list .left .detail_btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media screen and (min-width: 1100px) {
  #search #room_list .left .detail_btn {
    margin-top: 10px
  }
}
@media screen and (max-width: 1099px) {
  #search #room_list .left .detail_btn {
    margin-top: 4.8vw
  }
  #search #room_list .left .detail_btn .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 5.8vw
  }
  #search #room_list .left .detail_btn .tax {
    font-size: 55%
  }
  #search #room_list .left .detail_btn a {
    margin-left: auto
  }
}
@media screen and (min-width: 1100px) {
  #search #room_list .right .price {
    margin-bottom: 36px
  }
  #search #room_list .right dt {
    padding-left: 40px
  }
  #search #room_list .right dt::before {
    left: 20px
  }
  #search #room_list .right .openbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e0d6c1;
    height: 50px;
    cursor: pointer
  }
  #search #room_list .right .openbtn::before {
    top: 0;
    bottom: 0;
    margin: auto
  }
  #search #room_list .right .openbtn::after {
    content: "";
    background: url(../img/arrow_11.png) no-repeat left top/100% 100%;
    width: 20px;
    height: 12px;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
  #search #room_list .right .openbtn.open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  #search #room_list .right .layout.accordion {
    display: none;
    margin-bottom: 0
  }
}
@media screen and (min-width: 1100px) {
  #search #room_list section:nth-child(even) .right .openbtn {
    background-color: #f5eee3
  }
}
#search #room_list .sche {
  margin-top: 15px
}
#search #room_list .sche_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dc8232;
  font-weight: bold
}
#search #room_list .sche_ttl .icon {
  display: block;
  width: 16px;
  margin-right: 7px
}
#search #room_list .sche_box {
  background-color: #fff;
  margin-top: 5px;
  border: 1px solid #644f3c;
  text-align: center;
  line-height: 1
}
#search #room_list .sche_box .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #644f3c;
  height: 32px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  position: relative
}
#search #room_list .sche_box .date .date_arrow {
  display: block;
  background: url(../img/arrow_12.png) no-repeat center/14px auto;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
@media screen and (min-width: 1100px) {
  #search #room_list .sche_box .date .date_arrow:hover {
    opacity: 0.5
  }
}
#search #room_list .sche_box .date .date_arrow.prev {
  left: 430px
}
#search #room_list .sche_box .date .date_arrow.next {
  right: 430px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media screen and (min-width: 1100px) {
  #search #room_list .sche_box .time_wrap {
    overflow: auto
  }
}
#search #room_list .sche_box .time_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#search #room_list .sche_box .time_wrap li {
  width: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative
}
@media screen and (min-width: 1100px) {
  #search #room_list .sche_box .time_wrap li:nth-child(odd) {
    background-color: #eef6f7
  }
  #search #room_list .sche_box .time_wrap li:not(:last-child) {
    border-right: 1px solid #644f3c
  }
}
#search #room_list .sche_box .time_wrap a {
  display: block;
  position: relative
}
#search #room_list .sche_box .time_wrap .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  position: relative;
  z-index: 2
}
#search #room_list .sche_box .time_wrap .status {
  display: block;
  background: no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
#search #room_list .sche_box .time_wrap li[data-status="0"] .status {
  background-image: url(../img/search_status0sp.png)
}
#search #room_list .sche_box .time_wrap li[data-status="1"] .status {
  background-image: url(../img/search_status1sp.png)
}
#search #room_list .sche_box .time_wrap li[data-status="2"]::before {
  content: "";
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5
}
#search #room_list .sche_box .time_wrap li[data-status="2"] .status {
  background-color: #acacac;
  background-image: url(../img/search_status2sp.png)
}
@media screen and (max-width: 1099px) {
  #search #room_list .sche {
    margin-top: 4.4vw
  }
  #search #room_list .sche_ttl {
    font-size: 3.6vw
  }
  #search #room_list .sche_ttl .icon {
    width: 4.1vw;
    margin-right: 1.8vw
  }
  #search #room_list .sche_box {
    margin-top: 2vw
  }
  #search #room_list .sche_box .date {
    height: 7.3vw;
    font-size: 3.6vw
  }
  #search #room_list .sche_box .date .date_arrow {
    background-size: 3vw;
    width: 7.3vw
  }
  #search #room_list .sche_box .date .date_arrow.prev {
    left: 20vw
  }
  #search #room_list .sche_box .date .date_arrow.next {
    right: 20vw
  }
  #search #room_list .sche_box .time_wrap {
    font-weight: bold
  }
  #search #room_list .sche_box .time_wrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #search #room_list .sche_box .time_wrap li {
    width: 16.6%;
    border-top: 1px solid #644f3c
  }
  #search #room_list .sche_box .time_wrap li:nth-child(12n), #search #room_list .sche_box .time_wrap li:nth-child(12n-1), #search #room_list .sche_box .time_wrap li:nth-child(12n-2), #search #room_list .sche_box .time_wrap li:nth-child(12n-3), #search #room_list .sche_box .time_wrap li:nth-child(12n-4), #search #room_list .sche_box .time_wrap li:nth-child(12n-5) {
    background-color: #eef6f7
  }
  #search #room_list .sche_box .time_wrap li:not(:nth-child(6n)) {
    border-right: 1px solid #644f3c
  }
  #search #room_list .sche_box .time_wrap .time {
    height: 12vw
  }
  #search #room_list .sche_bottom {
    margin-top: 2.6vw;
    font-size: 3.1vw;
    line-height: 1.4
  }
}
@media screen and (min-width: 1100px) {
  #search #room_list .s .data p:last-child {
    width: 540px
  }
}
@media screen and (max-width: 1099px) {
  #search #room_list .s .data p:nth-child(1) {
    width: 13vw
  }
  #search #room_list .s .data p:nth-child(2) {
    width: 14vw
  }
  #search #room_list .s .data p:nth-child(3) {
    width: 61vw
  }
}
.remodal.modal_floor {
  max-width: 1000px;
  padding: 50px 0
}
.remodal.modal_floor img {
  margin: 0 auto
}
@media screen and (max-width: 1099px) {
  .remodal.modal_floor {
    padding: 10vw 4vw
  }
}
.remodal.modal_reserve {
  max-width: 460px;
  padding: 35px
}
.remodal.modal_reserve .ttl {
  font-weight: bold;
  color: #b19864;
  font-size: 17px;
  line-height: 1
}
.remodal.modal_reserve dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  line-height: 1.4
}
.remodal.modal_reserve dt:not(:last-of-type), .remodal.modal_reserve dd:not(:last-of-type) {
  margin-bottom: 15px
}
.remodal.modal_reserve dt {
  width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: bold
}
.remodal.modal_reserve dt.time {
  width: 100%
}
.remodal.modal_reserve dd {
  width: 290px
}
.remodal.modal_reserve dd select {
  height: 40px
}
.remodal.modal_reserve dd.room select {
  width: 100%
}
.remodal.modal_reserve dd.time_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 10px
}
.remodal.modal_reserve dd.time_wrap select {
  width: 80px
}
.remodal.modal_reserve .submitbtn {
  background-color: #b19864;
  width: 270px;
  height: 56px;
  margin: 25px auto 0
}
.remodal.modal_reserve .submitbtn::before {
  background-color: #55aab4
}
.remodal.modal_reserve .submitbtn input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  line-height: 1
}
@media screen and (max-width: 1099px) {
  .remodal.modal_reserve {
    max-width: 91vw;
    padding: 20px 5.2vw 25px
  }
  .remodal.modal_reserve .ttl {
    font-size: 16px
  }
  .remodal.modal_reserve dl {
    margin-top: 15px;
    font-size: 14px
  }
  .remodal.modal_reserve dt:not(:last-of-type), .remodal.modal_reserve dd:not(:last-of-type) {
    margin-bottom: 10px
  }
  .remodal.modal_reserve dt {
    width: 6em
  }
  .remodal.modal_reserve dd {
    width: calc(100% - 6em)
  }
  .remodal.modal_reserve dd select {
    height: 42px
  }
  .remodal.modal_reserve dd.time_wrap {
    margin-top: 7px
  }
  .remodal.modal_reserve dd.time_wrap select {
    padding: 0 0 0 5px
  }
  .remodal.modal_reserve .submitbtn {
    width: 72vw;
    height: 52px;
    margin-top: 20px
  }
}
#sitemap {
  padding: 60px 0 250px
}
#sitemap .menu {
  max-width: 820px
}
#sitemap .menu > li:not(:last-child) {
  margin-bottom: 70px
}
#sitemap .item {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 10px
}
#sitemap .temp_ttl {
  padding-left: 40px;
  font-size: 20px
}
#sitemap .temp_ttl::before {
  width: 17px;
  height: 17px
}
#sitemap .temp_ttl a {
  display: inline-block
}
#sitemap .in_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 -10px 40px;
  font-size: 18px
}
#sitemap .in_menu li {
  width: 250px;
  margin-bottom: 10px
}
#sitemap .in_menu a {
  display: inline-block;
  padding-left: 20px;
  color: #646464;
  position: relative
}
#sitemap .in_menu a::before {
  content: "";
  background-color: #55aab4;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
#sitemap .h_sweep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #55aab4;
  width: 320px;
  height: 58px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1
}
@media screen and (max-width: 1099px) {
  #sitemap {
    padding: 4.1vw 4vw 11vw
  }
  #sitemap .menu > li:not(:last-child) {
    margin-bottom: 8vw
  }
  #sitemap .item {
    padding-bottom: 1.3vw
  }
  #sitemap .temp_ttl {
    padding-left: 5.7vw;
    font-size: 4.1vw
  }
  #sitemap .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw
  }
  #sitemap .in_menu {
    display: block;
    margin: 4vw 0 -2.6vw 5.5vw;
    font-size: 3.6vw
  }
  #sitemap .in_menu li {
    width: auto;
    margin-bottom: 2.6vw
  }
  #sitemap .in_menu a {
    padding-left: 3.6vw
  }
  #sitemap .in_menu a::before {
    width: 2vw;
    height: 2vw
  }
  #sitemap .h_sweep {
    width: auto;
    height: 13vw;
    font-size: 4.8vw
  }
}
#privacy {
  padding: 60px 0 250px
}
#privacy .wrapper {
  max-width: 820px
}
#privacy .temp_ttl {
  padding-left: 40px;
  font-size: 20px
}
#privacy .temp_ttl::before {
  width: 17px;
  height: 17px
}
#privacy p, #privacy dl {
  line-height: 2
}
#privacy p a:not(.tel), #privacy dl a:not(.tel) {
  color: #2e3192;
  text-decoration: underline
}
#privacy .update {
  margin-top: -1.5em;
  text-align: right
}
#privacy dt {
  font-weight: bold;
  padding-left: 20px;
  position: relative
}
#privacy dt::before {
  content: "";
  background-color: #55aab4;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}
#privacy dd:not(:last-of-type) {
  margin-bottom: 50px
}
#privacy dd .circle {
  font-size: 70%
}
#privacy dd .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0
}
#privacy dd .wrap .table {
  width: 400px
}
#privacy dd .wrap .table:last-child {
  margin-left: auto
}
#privacy dd .wrap table {
  width: 100%;
  margin-top: 5px
}
#privacy dd .wrap th, #privacy dd .wrap td {
  height: 44px;
  border: 1px solid #644f3c;
  text-align: center;
  vertical-align: middle
}
#privacy dd .wrap th {
  background-color: #644f3c;
  width: 220px;
  color: #fff;
  font-weight: normal
}
#privacy dd .wrap tr:not(:last-child) th {
  border-bottom-color: #fff
}
#privacy dd .all {
  text-align: right
}
#privacy .txt1 {
  margin-top: 35px
}
#privacy .txt2 {
  margin-top: 50px
}
#privacy .txt3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 60px
}
@media screen and (max-width: 1099px) {
  #privacy {
    padding: 4.1vw 4vw 11vw
  }
  #privacy .temp_ttl {
    padding-left: 5.7vw;
    font-size: 4.1vw
  }
  #privacy .temp_ttl::before {
    width: 3.1vw;
    height: 3.1vw
  }
  #privacy p, #privacy dl {
    font-size: 3.6vw;
    line-height: 1.7
  }
  #privacy .update {
    margin-top: 4.5vw;
    font-size: 3.6vw
  }
  #privacy dt {
    padding-left: 3.6vw
  }
  #privacy dt::before {
    width: 2vw;
    height: 2vw
  }
  #privacy dd:not(:last-of-type) {
    margin-bottom: 10vw
  }
  #privacy dd .wrap {
    display: block;
    margin: 5.2vw 0
  }
  #privacy dd .wrap .table {
    width: auto
  }
  #privacy dd .wrap .table:last-child {
    margin: 5.2vw 0 0
  }
  #privacy dd .wrap table {
    margin-top: 1.3vw
  }
  #privacy dd .wrap th, #privacy dd .wrap td {
    height: 8vw
  }
  #privacy dd .wrap th {
    width: 50vw
  }
  #privacy dd .all {
    text-align: right
  }
  #privacy .txt1 {
    margin-top: 5.2vw
  }
  #privacy .txt2 {
    margin-top: 10vw
  }
  #privacy .txt3 {
    display: block;
    margin-top: 10vw
  }
}
#room_s .temp_head {
  background-image: url(../img/room_s_head.jpg)
}
@media screen and (max-width: 1099px) {
  #room_s .temp_head {
    background-image: url(../img/room_s_headsp.jpg)
  }
}
#room_s_cont {
  background: url(../img/room_s_bg.jpg) no-repeat center top/cover;
  padding: 20px 0 155px;
  position: relative
}
#room_s_cont, #room_s_cont a {
  color: #fff
}
#room_s_cont .breadcrumb {
  margin-top: 0
}
#room_s_cont .reserve_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b19864;
  width: 350px;
  height: 65px;
  margin: 45px auto 0;
  font-weight: bold
}
#room_s_cont .reserve_btn::before {
  background-color: #55aab4
}
#room_s_cont .room_s_ttl {
  padding-bottom: 20px;
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  position: relative
}
#room_s_cont .room_s_ttl::before {
  content: "";
  background-color: #b19864;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 1s;
  transition: 1s
}
#room_s_cont .room_s_ttl.active::before {
  width: 100%
}
@media screen and (max-width: 1099px) {
  #room_s_cont {
    background-image: url(../img/room_s_bgsp.jpg);
    padding: 10px 0 6vw
  }
  #room_s_cont .reserve_btn {
    width: 73vw;
    height: 13vw;
    margin-top: 4.1vw;
    font-size: 4.1vw
  }
  #room_s_cont .room_s_ttl {
    padding-bottom: 3.3vw;
    font-size: 5.4vw
  }
  #room_s_cont .room_s_ttl::before {
    height: 2px
  }
}
#room_s_nav {
  margin-top: 30px;
  position: relative;
  z-index: 5
}
#room_s_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  line-height: 1
}
#room_s_nav ul li:not(:last-child) {
  margin-right: 12px
}
#room_s_nav ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 262px;
  height: 56px;
  border: 1px solid #fff;
  position: relative
}
#room_s_nav ul a::before {
  content: "";
  background: url(../img/arrow_06.png) no-repeat left top/100% 100%;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
@media screen and (max-width: 1099px) {
  #room_s_nav {
    margin-top: 4.1vw
  }
  #room_s_nav ul {
    font-size: 3.6vw
  }
  #room_s_nav ul li:not(:last-child) {
    margin-right: 1.3vw
  }
  #room_s_nav ul a {
    width: 29.6vw;
    height: 12vw;
    padding-right: 2.8vw
  }
  #room_s_nav ul a::before {
    width: 1.4vw;
    height: 2.3vw;
    right: 2.8vw
  }
}
#room_s_main {
  margin-top: 30px;
  position: relative
}
#room_s_main .txt {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.4em;
  text-shadow: 2px 2px 8px #000;
  white-space: nowrap;
  position: absolute;
  top: 190px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2
}
#room_s_main .slick {
  width: 1130px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  z-index: 1
}
#room_s_main .slick .slick-list {
  overflow: visible
}
#room_s_main .slick .slick-slide {
  height: 480px;
  padding: 0 15px;
  overflow: hidden;
  position: relative
}
#room_s_main .slick img {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
#room_s_main .slick .caption {
  text-align: right;
  font-size: 15px;
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 5;
  opacity: 0.8
}
#room_s_main .slick .caption .photo {
  font-size: 14px
}
#room_s_main .slick .caption .bk {
  color: #666
}
#room_s_main .slick .slick-arrow {
  width: 80px;
  height: 80px;
  opacity: 0
}
#room_s_main .slick .slick-arrow::before {
  content: "";
  width: 45%;
  height: 45%;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto
}
#room_s_main .slick .slick-prev {
  left: -65px
}
#room_s_main .slick .slick-prev::before {
  left: 35%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#room_s_main .slick .slick-next {
  right: -65px
}
#room_s_main .slick .slick-next::before {
  right: 35%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
@media screen and (min-width: 1100px) {
  #room_s_main .slick:hover .slick-arrow {
    opacity: 0.7
  }
  #room_s_main .slick:hover .slick-prev {
    left: 15px
  }
  #room_s_main .slick:hover .slick-next {
    right: 15px
  }
}
@media screen and (max-width: 1099px) {
  #room_s_main {
    margin-top: 4.5vw
  }
  #room_s_main .txt {
    padding-left: 0.5em;
    font-size: 4.6vw;
    top: 18vw
  }
  #room_s_main .slick {
    width: auto
  }
  #room_s_main .slick .slick-slide {
    height: 90vw;
    padding: 0
  }
  #room_s_main .slick img {
    width: auto;
    max-width: none;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  #room_s_main .slick .caption {
    font-size: 3.2vw;
    right: 2.6vw;
    bottom: 2.6vw
  }
  #room_s_main .slick .caption .photo {
    font-size: 2.9vw
  }
  #room_s_main .slick .caption .bk_sp {
    color: #666
  }
  #room_s_main .slick .slick-arrow {
    width: 14vw;
    height: 14vw;
    opacity: 1
  }
  #room_s_main .slick .slick-prev {
    left: 0
  }
  #room_s_main .slick .slick-next {
    right: 0
  }
}
#room_s_feature {
  margin-top: 120px
}
#room_s_feature .en_ttl {
  width: 100%;
  max-width: 1390px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}
#room_s_feature .en_ttl img {
  width: 430px;
  margin-left: auto
}
#room_s_feature ul {
  margin-top: 65px;
  line-height: 2
}
#room_s_feature li {
  position: relative
}
#room_s_feature li .txt_box {
  padding: 100px 0;
  position: relative;
  z-index: 2
}
#room_s_feature li .txt_box::before {
  content: "";
  background-color: #000;
  width: 150vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -145px;
  z-index: -1;
  opacity: 0.25
}
#room_s_feature li .txt_box .ttl {
  width: 427px
}
#room_s_feature li .txt_box p {
  width: 510px;
  margin-top: 55px
}
#room_s_feature li figure {
  width: 750px;
  position: absolute;
  top: 70px;
  right: -290px;
  z-index: 5;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}
@media screen and (min-width: 1100px) {
  #room_s_feature li:nth-child(even) .txt_box {
    padding-left: 525px
  }
  #room_s_feature li:nth-child(even) .txt_box::before {
    left: -145px;
    right: auto
  }
  #room_s_feature li:nth-child(even) figure {
    top: -45px;
    left: -295px;
    right: auto
  }
  #room_s_feature li:nth-child(1) {
    margin-bottom: 155px
  }
  #room_s_feature li:nth-child(2) {
    margin-bottom: 65px
  }
  #room_s_feature li:nth-child(3) .txt_box .ttl {
    width: 452px
  }
}
@media screen and (max-width: 1099px) {
  #room_s_feature {
    margin-top: 19vw;
    position: relative
  }
  #room_s_feature .en_ttl {
    top: -14vw;
    left: auto;
    right: 3.6vw;
    margin: 0
  }
  #room_s_feature .en_ttl img {
    width: 44vw
  }
  #room_s_feature ul {
    height: 220vw;
    margin-top: 5.2vw;
    font-size: 4.4vw;
    line-height: 1.7;
    overflow: hidden;
    position: relative
  }
  #room_s_feature ul::before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(48, 35, 25, 0.9)), to(#302319));
    background: linear-gradient(transparent, rgba(48, 35, 25, 0.9) 50%, #302319 100%);
    width: 100%;
    height: 30vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5
  }
  #room_s_feature ul.active {
    height: auto
  }
  #room_s_feature ul.active::before {
    display: none
  }
  #room_s_feature li:not(:last-child) {
    margin-bottom: 3.1vw
  }
  #room_s_feature li .txt_box {
    padding: 6.5vw 0 4.5vw
  }
  #room_s_feature li .txt_box::before {
    width: 100vw;
    right: 0
  }
  #room_s_feature li .txt_box .ttl {
    width: 87vw;
    margin: 0 3.9vw
  }
  #room_s_feature li .txt_box p {
    width: auto;
    margin: 3.9vw 3.9vw 0
  }
  #room_s_feature li figure {
    width: auto;
    margin-top: 6.1vw;
    position: static;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
  #room_s_feature li:nth-child(3) .txt_box .ttl {
    width: auto
  }
  #room_s_feature .more_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 73vw;
    height: 13vw;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 4.1vw;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8vw;
    margin: auto;
    z-index: 10
  }
  #room_s_feature .more_btn::before {
    content: "";
    background: url(../img/arrow_06.png) no-repeat left top/100% 100%;
    width: 1.4vw;
    height: 2.3vw;
    position: absolute;
    top: 0;
    right: 4.4vw;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}
#room_s_overview {
  margin-top: 170px
}
#room_s_overview .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px
}
#room_s_overview .map {
  width: 482px
}
#room_s_overview .map .layout {
  width: 460px;
  margin: -32px auto 0;
  position: relative;
  z-index: 2
}
#room_s_overview .map .layout .btn {
  display: block;
  width: 40px;
  position: absolute;
  z-index: 2
}
#room_s_overview .map .layout .btn.btn1 {
  left: 55px;
  bottom: 215px
}
#room_s_overview .map .layout .btn.btn2 {
  left: 147px;
  bottom: 215px
}
#room_s_overview .map .layout .btn.btn3 {
  left: 164px;
  bottom: 34px
}
#room_s_overview .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 440px;
  margin-left: 90px;
  /*padding-top: 20px*/
}
#room_s_overview .table table {
  width: 100%
}
#room_s_overview .table col:nth-child(1) {
  width: 192px
}
#room_s_overview .table th, #room_s_overview .table td {
  border: 1px solid #644f3c;
  text-align: center;
  vertical-align: middle
}
#room_s_overview .table th {
  font-weight: normal
}
#room_s_overview .table th[scope="col"] {
  background-color: #b19864;
  height: 34px;
  padding-bottom: 1px
}
#room_s_overview .table th[scope="row"] {
  background-color: #ddeef0;
  height: 43px;
  color: #303030
}
#room_s_overview .table td {
  background-color: #fff;
  height: 43px;
  color: #303030;
  line-height: 1.4;
  padding: 5px 0;
}
#room_s_overview .table td .space {
  opacity: 0
}
#room_s_overview .table tr.doubleline th,
#room_s_overview .table tr.doubleline td{
	border-top: 3px double #644f3c;
}
#room_s_overview .table tr.doubleline td sup{
	font-size: 70%;
	vertical-align: super;
}

@media screen and (max-width: 1099px) {
  #room_s_overview {
    margin-top: 12vw
  }
  #room_s_overview .wrap {
    display: block;
    max-width: 91vw;
    margin-top: 4.9vw
  }
  #room_s_overview .map {
    width: auto
  }
  #room_s_overview .map .floor {
    width: 79vw;
    margin: 0 auto
  }
  #room_s_overview .map .layout {
    width: auto;
    margin: -5vw 0 0
  }
  #room_s_overview .map .layout .btn {
    width: 11vw
  }
  #room_s_overview .map .layout .btn.btn1 {
    left: 11vw;
    bottom: 46vw
  }
  #room_s_overview .map .layout .btn.btn2 {
    left: 32vw;
    bottom: 46vw
  }
  #room_s_overview .map .layout .btn.btn3 {
    left: 37vw;
    bottom: 6vw
  }
  #room_s_overview .table {
    display: block;
    width: auto;
    margin: 6.5vw 0 0;
    padding-top: 0
  }
  #room_s_overview .table table {
    font-size: 3.9vw
  }
  #room_s_overview .table table:not(:last-child) {
    margin-bottom: 2vw
  }
  #room_s_overview .table col:nth-child(1) {
    width: 41vw
  }
  #room_s_overview .table th[scope="col"] {
    height: 8.3vw;
    padding-bottom: 0
  }
  #room_s_overview .table th[scope="row"] {
    height: 10vw
  }
  #room_s_overview .table td {
    height: 10vw
  }

}
.remodal.modal_room_s {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 1100px;
  margin-bottom: 0;
  padding: 50px 0 60px;
  line-height: 1.3
}
.remodal.modal_room_s .remodal-close {
  background-color: transparent
}
@media screen and (min-width: 1100px) {
  .remodal.modal_room_s .remodal-close {
    top: 25px;
    right: 25px
  }
}
@media screen and (min-width: 1100px) {
  .remodal.modal_room_s .remodal_prev::before, .remodal.modal_room_s .remodal_next::before {
    border-color: #b19864
  }
  .remodal.modal_room_s .remodal_prev {
    left: 0
  }
  .remodal.modal_room_s .remodal_next {
    right: 0
  }
}
.remodal.modal_room_s .ttl {
  max-width: 800px;
  border-bottom: 1px solid #644f3c;
  padding-bottom: 10px;
  text-align: center;
  color: #644f3c;
  font-size: 24px
}
.remodal.modal_room_s .wrap {
  max-width: 600px;
  margin-top: 20px
}
.remodal.modal_room_s .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}
.remodal.modal_room_s .txt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.remodal.modal_room_s .txt1 img {
  width: 40px;
  margin-right: 8px
}
.remodal.modal_room_s .txt1 .min {
  color: #644f3c;
  font-size: 18px
}
.remodal.modal_room_s .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  text-align: center;
  font-weight: bold
}
.remodal.modal_room_s .btn_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b19864;
  width: 120px;
  height: 40px;
  color: #fff
}
.remodal.modal_room_s .btn_box a:not(:last-child) {
  margin-right: 8px
}
@media screen and (max-width: 1099px) {
  .remodal.modal_room_s {
    max-width: 92vw;
    padding: 5.3vw 0 4vw
  }
  .remodal.modal_room_s .ttl {
    max-width: 85vw;
    padding-bottom: 2.6vw;
    font-size: 5.3vw
  }
  .remodal.modal_room_s .wrap {
    max-width: 85vw;
    margin-top: 5vw
  }
  .remodal.modal_room_s .txt_box {
    display: block;
    margin-top: 4vw
  }
  .remodal.modal_room_s .txt1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .remodal.modal_room_s .txt1 img {
    width: 9vw;
    margin-right: 1.8vw
  }
  .remodal.modal_room_s .txt1 .min {
    font-size: 4.8vw
  }
  .remodal.modal_room_s .btn_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3vw 0 0;
    font-size: 4.2vw
  }
  .remodal.modal_room_s .btn_box a {
    width: 27vw;
    height: 11vw
  }
  .remodal.modal_room_s .btn_box a:not(:last-child) {
    margin-right: 2vw
  }
}
#room_s_equipment {
  margin-top: 140px
}
#room_s_equipment .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 65px -44px -44px 0;
  color: #303030;
  line-height: 1.7
}
#room_s_equipment section {
  background-color: #fff;
  width: 100%;
  padding: 40px 45px;
  margin: 0 44px 44px 0
}
@media screen and (min-width: 1100px) {
  #room_s_equipment section .sec_wrap {
    padding-right: 366px;
    position: relative
  }
  #room_s_equipment section .sec_wrap figure {
    width: 316px;
    position: absolute;
    top: 0;
    right: 0
  }
}
#room_s_equipment section .ttl {
  border-bottom: 1px solid #302319;
  padding-bottom: 10px;
  text-align: center;
  color: #302319;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
  top: -3px
}
#room_s_equipment section .txt1 {
  margin-top: 22px;
  color: #b19864;
  font-weight: bold;
  font-size: 20px
}
#room_s_equipment section .txt2 {
  margin-top: 15px
}
#room_s_equipment section .txt2 li {
  padding-left: 1.2em;
  position: relative
}
#room_s_equipment section .txt2 li:not(:last-child) {
  margin-bottom: 8px
}
#room_s_equipment section .txt2 li::before {
  content: "";
  background-color: #b19864;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: calc(0.85em - 0.5em);
  left: 0
}
#room_s_equipment section .qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4dbc9;
  margin-top: 50px;
  padding: 15px 25px 15px 20px
}
#room_s_equipment section .qr dt {
  color: #302319;
  font-weight: bold;
  font-size: 18px
}
#room_s_equipment section .qr dd {
  margin-top: 5px;
  font-size: 14px
}
#room_s_equipment section .qr .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 410px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 -10px auto;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3
}
#room_s_equipment section .qr .btn_box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #644f3c;
  width: 200px;
  height: 57px;
  margin: 0 10px 10px 0;
  color: #fff
}
@media screen and (min-width: 1100px) {
  #room_s_equipment section .qr .btn_box .btn:nth-child(even) {
    margin-right: 0
  }
}
#room_s_equipment section.half {
  width: 528px
}
@media screen and (max-width: 1099px) {
  #room_s_equipment {
    margin-top: 12vw
  }
  #room_s_equipment .wrap {
    max-width: 91vw;
    margin: 5.2vw auto -4.1vw;
    font-size: 4.1vw
  }
  #room_s_equipment section {
    padding: 5.7vw 4.1vw 4.1vw;
    margin: 0 0 4.1vw
  }
  #room_s_equipment section .ttl {
    padding-bottom: 2.6vw;
    font-size: 5.2vw
  }
  #room_s_equipment section .txt1 {
    margin-top: 3.9vw;
    font-size: 4.4vw
  }
  #room_s_equipment section figure {
    margin-top: 2.9vw
  }
  #room_s_equipment section .txt2 {
    margin-top: 3.9vw
  }
  #room_s_equipment section .txt2 li:not(:last-child) {
    margin-bottom: 1.3vw
  }
  #room_s_equipment section .qr {
    display: block;
    margin-top: 4.1vw;
    padding: 3.2vw
  }
  #room_s_equipment section .qr dt {
    font-size: 3.9vw
  }
  #room_s_equipment section .qr dd {
    margin-top: 1.3vw;
    font-size: 3.6vw
  }
  #room_s_equipment section .qr .btn_box {
    display: block;
    width: auto;
    margin: 2.6vw 0 -2.6vw;
    text-align: center;
    font-size: 3.6vw
  }
  #room_s_equipment section .qr .btn_box .btn {
    width: auto;
    height: 13vw;
    margin: 0 0 2.6vw
  }
}

/*追加*/
#service_equipment.supe_item{background-color: transparent; padding:40px 0;}
#service_equipment.supe_item h3.temp_ttl{font-size: 23px; padding-left: 35px; color: #FFF;}
#service_equipment.supe_item h3.temp_ttl::before{background: url(../img/icon_ttl06.png) no-repeat left top/100% 100%;width: 15px; height: 15px;}
#service_equipment.supe_item .equipment{background: #FFF;}
#service_equipment.supe_item .equipment .ttl .name{padding-left: 0; width: 445px;}
#service_equipment.supe_item .equipment .item_list .name{width: 280px;}
#service_equipment.supe_item .equipment .ttl .spec{width: 107px;}
#service_equipment.supe_item .equipment .item_list .spec{text-align: center;}
