@charset "UTF-8";
/* update style 2020.07
 ==================================================== */
html {
  height: 100%;
}

body {
  background-color: #bbb;
  padding-top: 0;
  height: 100%;
  overflow-x: hidden;
}

body:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: height 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: height;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  body:before {
    height: calc(100% - 60px);
  }
}

/* common style =============================================== */
@media screen and (min-width: 769px) {
  img {
    max-width: 100%;
  }
}

.center_txt {
  text-align: center;
}

.center_txt p + p {
  margin-top: 2em;
}

p.read_txt {
  margin: 0 0 50px;
}

/* .Reserve a:hover {
  background-color: #6e9bc5;
} */

.Reserve a.restaurant {
  background-color: transparent;
  -webkit-transition: .8s;
  transition: .8s;
  background-color: #d34718;
}

.Reserve a.restaurant:hover {
  opacity: .6;
}

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

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

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

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

.submit_btn {
  display: block;
  width: 253px;
  background-color: #4c4948;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 44px;
  text-align: center;
}

.callender {
  color: rgba(76, 73, 72, 0.5);
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  position: relative;
  max-width: 198px;
  border: solid 1px rgba(76, 73, 72, 0.5);
  border-radius: 5px;
  padding: 0 10px 0 40px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .callender {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 0 2px 25px;
  }
}

@media screen and (max-width: 414px) {
  .callender {
    height: 28px;
    line-height: 28px;
  }
}

.callender:before {
  content: '';
  width: 15px;
  height: 11px;
  background-image: url(../images/common/icon_check.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrap, .select-wrap {
  display: block;
  position: relative;
  height: 28px;
}

@media screen and (max-width: 768px) {
  .wrap, .select-wrap {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 414px) {
  .wrap, .select-wrap {
    height: 28px;
    line-height: 28px;
  }
}

.wrap:before, .select-wrap:before {
  content: '';
  width: 21px;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #90b3da;
  border-radius: 0 4px 4px 0;
  z-index: 1;
}

.wrap:after, .select-wrap:after {
  content: '';
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_select.png);
  background-size: cover;
  z-index: 2;
}

.select_btn {
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 124px;
  height: 28px;
  font-size: 14px;
  border: solid 1px rgba(76, 73, 72, 0.5);
  border-radius: 5px;
  margin-right: 10px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .select_btn {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 414px) {
  .select_btn {
    height: 28px;
    line-height: 28px;
  }
}

.none_area, #ryokinarea, #searchtypearea,
.none_area {
  display: none;
}

@media screen and (min-width: 769px) {
  .inner {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.sectionTitle {
  font-size: 4.26vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  .sectionTitle {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

.sectionTitle .ja {
  display: block;
  font-size: 2.6vw;
  font-weight: 300;
  margin-top: 1.8vw;
}

@media screen and (min-width: 769px) {
  .sectionTitle .ja {
    font-size: 14px;
    margin-top: 12px;
  }
}

.sectionCopy {
  color: #040000;
  font-size: 3.46667vw;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: calc(80/750*100vw);
  margin-bottom: calc(80/750*100vw);
}

@media screen and (min-width: 769px) {
  .sectionCopy {
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 30px;
    margin-bottom: 45px;
  }
}

.sectionSubTitle {
  color: #000;
  font-size: 6.8vw;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sectionSubTitle {
    font-size: 51px;
  }
}

.sectionSubTitle .ja {
  display: inline-block;
  font-size: 2.1vw;
  font-weight: 300;
  line-height: 1;
  margin-left: 15px;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .sectionSubTitle .ja {
    font-size: 16px;
  }
}

.sectionHead {
  color: #040000;
  font-size: 3.46667vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: calc(80/750*100vw);
  margin-bottom: calc(30/750*100vw);
}

@media screen and (min-width: 769px) {
  .sectionHead {
    font-size: 20px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.sectionHeadTitle {
  color: #040000;
  font-size: 4vw;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: calc(60/750*100vw);
  margin-bottom: calc(60/750*100vw);
}

@media screen and (min-width: 769px) {
  .sectionHeadTitle {
    font-size: 24px;
    line-height: 1.8em;
    margin-top: 30px;
    margin-bottom: 45px;
  }
}

/* movie loading */
#movie_loader {
  position: fixed;
  top: 25vh;
  left: 50%;
  margin: 0 auto;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
          animation: load5 1.1s infinite ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (orientation: landscape) {
  #movie_loader {
    top: 50vh;
  }
}

@media screen and (min-width: 769px) {
  #movie_loader {
    top: calc(50%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.outlink {
  padding-left: calc(70/750*100vw);
  padding-right: calc(70/750*100vw);
}

@media screen and (min-width: 769px) {
  .outlink {
    padding: 0 15px;
  }
}

.outlink a {
  color: #fff;
  font-size: 4.6vw;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #94BAE3;
  max-width: 570px;
  height: 12.6vw;
  margin: calc(120/750*100vw) auto 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (min-width: 769px) {
  .outlink a {
    font-size: 16px;
    height: 54px;
    margin-top: 60px;
  }
}

.outlink a:hover {
  background-color: #6e9bc5;
}

.outlink a .svg {
  display: inline-block;
  width: 8px;
  margin-left: 8vw;
}

@media screen and (min-width: 769px) {
  .outlink a .svg {
    margin-left: 35px;
  }
}

.cmnBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.cmnBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  background-color: #94BAE3;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.cmnBtn a:hover {
  background-color: #6e9bc5;
}

a.btn_single {
  display: block;
  background-color: #90b3da;
  margin: 80px auto 0;
  max-width: 572px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 54px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  a.btn_single {
    max-width: 85%;
  }
}

a.btn_single:hover {
  background-color: #6e9bc5;
}

a.btn_single img {
  display: inline-block;
  width: 7px;
  position: relative;
  top: -1px;
  left: 15px;
  vertical-align: middle;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.toggle-head {
  position: relative;
  height: 26px;
  cursor: pointer;
}

.toggle-head:before, .toggle-head:after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 13px;
}

@media screen and (min-width: 769px) {
  .toggle-head:before, .toggle-head:after {
    width: 12px;
    right: 20px;
  }
}

.toggle-head:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toggle-head.open:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.toggle-head .t-sub {
  position: relative;
  height: 100%;
}

.toggle-head .t-sub:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  right: 10px;
  top: calc(50% - 7px);
}

@media screen and (min-width: 769px) {
  .toggle-head .t-sub:after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    right: 15px;
  }
}

.pageLink {
  max-width: 760px;
  margin: 0 auto 8vw;
}

@media screen and (min-width: 769px) {
  .pageLink {
    margin-bottom: 50px;
  }
}

.pageLink .inner {
  width: auto;
}

@media screen and (max-width: 768px) {
  .pageLink .inner {
    padding: 0;
  }
}

.pageLink .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageLink .flex-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
}

@media screen and (min-width: 769px) {
  .pageLink .flex-box li:nth-child(1) {
    border-left: 0.5px solid #231815;
  }
  .pageLink .flex-box li:nth-child(3) {
    border-right: 0.5px solid #231815;
  }
}

.pageLink .flex-box li:nth-child(2) {
  border-right: 0.5px solid #231815;
  border-left: 0.5px solid #231815;
}

.pageLink .flex-box li a {
  font-size: 3.2vw;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pageLink .flex-box li a {
    font-size: 24px;
    padding: 8px;
  }
}

.pageLink .flex-box li a .svg {
  display: block;
  width: 20px;
  margin: 2vw auto 0;
}

@media screen and (min-width: 769px) {
  .pageLink .flex-box li a .svg {
    width: 32px;
    margin: 10px auto;
  }
}

.head {
  margin-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  .head {
    margin-bottom: 80px;
  }
}

.head .sectionSubTitle {
  position: relative;
  z-index: 1;
}

.head__bg {
  width: 100%;
  height: 32vw;
  position: relative;
  overflow: hidden;
  margin-top: -2vw;
}

@media screen and (min-width: 769px) {
  .head__bg {
    height: 250px;
    margin-top: -5px;
  }
}

.head__bg img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mb100 {
  margin: 0 0 100px;
}

/* topicPath
 --------------------- */
#topicPath {
  display: block !important;
  height: auto;
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

#topicPath ul li {
  font-size: 1.8vw;
}

@media screen and (min-width: 769px) {
  #topicPath ul li {
    font-size: 12px;
  }
}

/* Header =============================================== */
#Header {
  position: relative;
  top: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in 1s;
  transition: -webkit-transform 0.5s ease-in 1s;
  transition: transform 0.5s ease-in 1s;
  transition: transform 0.5s ease-in 1s, -webkit-transform 0.5s ease-in 1s;
}

#Header #Navi {
  width: 100vw;
}

@media screen and (min-width: 769px) {
  #Header #Navi ul.mainNavi.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Header #Navi ul.mainNavi.sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #Header {
    position: relative;
    top: auto;
    bottom: auto;
    background-color: rgba(35, 24, 21, 0.5);
    height: auto;
  }
  #Header #Navi {
    padding: 15px 0;
  }
  #Header #Navi ul.mainNavi {
    border: none;
    padding: 0;
    margin: 0 auto;
  }
  #Header #Navi ul.mainNavi > li {
    width: calc(100%/5);
  }
  #Header #Navi ul.mainNavi > li > a {
    color: #fff;
  }
  #Header #Navi ul.mainNavi .pc {
    display: block !important;
  }
  #Header #Navi ul.mainNavi .sp {
    display: none !important;
  }
}

#Header.h-fixed {
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in 1s;
  transition: -webkit-transform 0.5s ease-in 1s;
  transition: transform 0.5s ease-in 1s;
  transition: transform 0.5s ease-in 1s, -webkit-transform 0.5s ease-in 1s;
}

.Scroll #Header {
  position: relative;
}

@media screen and (max-width: 768px) {
  .Scroll #Header {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .Navi__logo {
    width: calc(118/750*100vw);
    position: absolute;
    top: 0;
    left: calc(50%);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 4.8vw;
  }
}

@media screen and (max-width: 768px) {
  #Header #Navi {
    height: 100%;
    padding-top: calc(126/750*100vw);
  }
  #Header #Navi ul.mainNavi {
    padding: 0 calc(28/750*100vw);
  }
  #Header #Navi ul.mainNavi > li a {
    padding: calc(60/750*100vw) calc(26/750*100vw);
  }
  /* #Header #Navi ul.mainNavi > li a .En {
    font-size: 5.3vw;
  } */
  #Header #Navi ul.mainNavi > li .svg {
    width: calc(22/750*100vw);
    margin-left: 3vw;
  }
  #Header #btn-menu {
    position: fixed;
    width: 15vw;
    height: 17vw;
    top: 0;
    left: auto;
    right: 0;
  }
  #Header #btn-menu span {
    width: 6.7vw;
    height: 2px;
    top: calc(4vw + 12px);
    left: auto;
    right: 4vw;
    background-color: #fff;
  }
  #Header #btn-menu span:nth-child(1) {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
  #Header #btn-menu span:nth-child(3) {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  #Header #btn-menu.menu--bk span {
    background-color: #040000;
  }
  .MOpen #Header #btn-menu span {
    background-color: #94BAE3 !important;
  }
  /* #others .pageList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: calc(40/750*100vw) calc(38/750*100vw) 0;
  }
  #others .pageList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    border-right: 1px solid #cccbcb;
  }
  #others .pageList li:first-child {
    border-left: 1px solid #cccbcb;
  }
  #others .pageList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: calc(18/750*100vw);
  }
  #others .pageList li a .svg {
    width: calc(14/750*100vw);
    max-width: 190px;
    margin-left: 1.2vw;
  } */
  #SNS .iconList {
    height: 25vw;
    padding: 0 20vw;
  }
  #SNS .iconList li {
    width: 33.3%;
  }
  /* #n-reserve {
    margin: 0 calc(65/750*100vw);
    background-color: #94BAE3;
    text-align: center;
  }
  #n-reserve a {
    display: block;
    padding: 8px;
  }
  #n-reserve img {
    width: calc(380/750*100vw);
  }
  #n-tel {
    margin: calc(55/750*100vw) calc(22/750*100vw) 5vw;
  } */
}

.sideColor.MOpen #Header #btn-menu span {
  background-color: #94BAE3;
}

/* #main-wrap =============================================== */
#main-wrap {
  position: relative;
  height: 50vh;
  width: 100%;
  /*  transform: translateY(50vh);
  margin-top: -50vh;*/
  z-index: 2;
}

@media (orientation: landscape) {
  #main-wrap {
    height: 100vh;
  }
}

@media screen and (min-width: 769px) {
  #main-wrap {
    margin: 0;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    top: 0;
    left: 8px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
  }
}

#main-wrap .main__inner {
  position: static;
  width: 100%;
  height: auto;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #main-wrap .main__inner {
    height: 100vh;
    position: relative;
  }
}

#main-wrap .main__title {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #main-wrap .main__title {
    top: calc(50% - 60px);
    left: 15px;
  }
}

#main-wrap .main__title .b-logo {
  width: 68px;
  margin-bottom: 4.2vw;
}

@media screen and (min-width: 769px) {
  #main-wrap .main__title .b-logo {
    margin-bottom: 22px;
  }
}

#main-wrap .main__title .title_en {
  font-size: 5.2vw;
  margin-bottom: 2.8vw;
}

@media screen and (min-width: 769px) {
  #main-wrap .main__title .title_en {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

#main-wrap .main__title .title_ja {
  font-size: 3.45vw;
}

@media screen and (min-width: 769px) {
  #main-wrap .main__title .title_ja {
    font-size: 16px;
  }
}

#main-wrap .main__scroll {
  position: absolute;
  top: calc(50% - 9vw);
  right: 0;
  z-index: 2;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  word-break: normal;
}

@media screen and (min-width: 769px) {
  #main-wrap .main__scroll {
    top: calc(50% - 45px);
  }
}

#main-wrap .main__scroll .main__scroll-inner {
  display: block;
  width: 26px;
  height: 18vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  #main-wrap .main__scroll .main__scroll-inner {
    height: 92px;
  }
}

#main-wrap .main__scroll .main__scroll__line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  top: 0;
}

#main-wrap .main__scroll .main__scroll__line-on {
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scrollLine 1.6s forwards infinite;
          animation: scrollLine 1.6s forwards infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#main-wrap .main__scroll .main__scroll__txt {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  top: calc(50% - 16px);
  left: 20px;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 769px) {
  #main-wrap .main__scroll .main__scroll__txt {
    font-size: 14px;
    top: calc(50% - 22px);
    left: 25px;
  }
}

@-webkit-keyframes scrollLine {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  56% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes scrollLine {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  56% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

/* #header-wrap =============================================== */
#header-wrap .wrap__movie {
  width: auto;
  width: 100%;
  height: 50vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
}

@media (orientation: landscape) {
  #header-wrap .wrap__movie {
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  #header-wrap .wrap__movie {
    height: 100vh;
    width: 100%;
    position: fixed;
  }
}

#header-wrap .wrap__movie video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%;
}

@media (orientation: landscape) {
  #header-wrap .wrap__movie video {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  #header-wrap .wrap__movie video {
    min-width: 100%;
    min-height: 100%;
  }
}

/* main, contents =============================================== */
#Main, #Footer {
  position: relative;
}

#Main {
  background-color: #fff;
  padding-top: 1px;
  padding-bottom: 90px;
  z-index: 1;
  word-break: break-word;
}

#Main p {
  word-break: inherit;
}

/* Footer =============================================== */
#Footer {
  margin-top: 0;
  z-index: 2;
}
#Footer {
  background-color: #383838;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10vw 0 6vw;
}
#Footer a {
  color: #999797;
}
#Footer .f-logo img {
  width: 18%;
}
#Footer .f-ttl {
  color: #fff;
  font-size: 5vw;
  font-weight: 100;
  margin: 35px 0 50px;
}
#Footer .f-add {
  color: #999797;
  font-size: 3.4vw;
  line-height: 2;
  margin-bottom: 14vw;
}
#Footer .f-list {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#Footer .f-list__li {
  width: 33.3%;
  margin: 18px 0;
}
#Footer .f-list__li:first-child {
  border-left: 1px solid #999797;
}
li.f-list__li:nth-child(4) {
  border-left: 1px solid #999797;
}
li.f-list__li:nth-child(4), li.f-list__li:nth-child(5) {
  width: 50% !important;
}
#Footer .f-list__li a {
  display: block;
  font-size: 3.4vw;
  text-align: center;
  padding: 4px 20px;
  border-right: 1px solid #999797;
}
#Footer .copy {
  color: #676464;
  font-size: 11px;
  text-align: center;
  margin-top: 70px;
  /* white-space: nowrap; */
}
@media screen and (min-width: 769px) {
  #Footer {
    padding: 50px 0 20px;
  }
  #Footer a {
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
  }
  #Footer a:hover {
    color: #FFF;
  }
  #Footer .f-logo img {
    width: 63px;
  }
  #Footer .f-ttl {
    font-size: 24px;
  }
  #Footer .f-add {
    font-size: 14px;
    margin-bottom: 50px;
  }
  #Footer .f-list {
    white-space: nowrap;
  }
  #Footer .f-list__li:nth-child(4) {
    border-left: none;
  }
  #Footer .f-list__li {
    width: auto !important;
    margin: 0;
  }
  #Footer .f-list__li a {
    font-size: 14px;
  }

}


/* @media screen and (max-width: 768px) {
  #Footer #SPfixBtn {
    display: block !important;
    position: fixed;
    bottom: 3.4vw;
    height: auto;
    background-color: transparent;
  }
  #Footer #SPfixBtn .f-reserve__btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12.8vw;
    height: 27.6vw;
    -webkit-transition: all 0.2s linear 0.4s;
    transition: all 0.2s linear 0.4s;
  }
  #Footer #SPfixBtn .f-reserve__btn.off {
    opacity: 0;
    visibility: hidden;
  }
  #Footer #SPfixBtn .f-reserve__box {
    width: 95vw;
    background-color: #94bae3;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.03, 0.23, 0.45, 0.99);
    transition: -webkit-transform 0.3s cubic-bezier(0.03, 0.23, 0.45, 0.99);
    transition: transform 0.3s cubic-bezier(0.03, 0.23, 0.45, 0.99);
    transition: transform 0.3s cubic-bezier(0.03, 0.23, 0.45, 0.99), -webkit-transform 0.3s cubic-bezier(0.03, 0.23, 0.45, 0.99);
  }
}

@media screen and (max-width: 768px) and (min-width: 321px) {
  #Footer #SPfixBtn .f-reserve__box {
    width: 88vw;
  }
}

@media screen and (max-width: 768px) {
  #Footer #SPfixBtn .f-reserve__box.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #Footer #SPfixBtn .f-reserve__box #calids {
    top: -155px;
  }
  #Footer #SPfixBtn .f-reserve__box form .wrap, #Footer #SPfixBtn .f-reserve__box form .select-wrap {
    width: 80%;
  }
  #Footer #SPfixBtn .f-reserve__box form .wrap:before, #Footer #SPfixBtn .f-reserve__box form .select-wrap:before {
    background-color: #dbdcdc;
  }
  #Footer #SPfixBtn .f-reserve__box form .wrap:after, #Footer #SPfixBtn .f-reserve__box form .select-wrap:after {
    background-image: url(../images/common/icon_select_bk.png);
  }
  #Footer #SPfixBtn .f-reserve__box form .col-first {
    width: 75%;
    margin-right: 6%;
  }
  #Footer #SPfixBtn .f-reserve__box form .col-last {
    width: 28%;
  }
  #Footer #SPfixBtn .f-reserve__box form .callender {
    width: 100%;
    padding-left: 24px;
    white-space: nowrap;
    letter-spacing: 0;
  }
  #Footer #SPfixBtn .f-reserve__box form .callender:before {
    width: 11px;
    height: 7px;
    left: 8px;
  }
  #Footer #SPfixBtn .f-reserve__box form .callender input {
    width: 14%;
    line-height: 20px;
  }
  #Footer #SPfixBtn .f-reserve__box form .callender input:first-of-type {
    width: 40%;
  }
  #Footer #SPfixBtn .f-reserve__box form .select_btn {
    width: 100%;
    padding-left: 5px;
  }
  #Footer #SPfixBtn .f-reserve__box #booking_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #Footer #SPfixBtn .f-reserve__box #booking_inner .flex {
    width: 70%;
  }
  #Footer #SPfixBtn .f-reserve__box #booking_inner .booking {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #Footer #SPfixBtn .f-reserve__box .submit_btn {
    width: 30%;
    float: right;
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    margin-top: 26px;
  }
  #Footer #SPfixBtn .f-reserve__box .submit_txt {
    clear: both;
    width: 100%;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  #Footer #SPfixBtn .f-reserve__ttl {
    cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
  #Footer #SPfixBtn .f-reserve__ttl img {
    width: 80%;
  }
}

@media screen and (max-width: 414px) {
  #Footer #SPfixBtn .f-reserve__box .submit_btn {
    height: 28px;
    line-height: 28px;
    margin-top: 22px;
  }
} */

/* Home =============================================== */
/* HomeConcept
 --------------------- */
#Home #Main {
  padding-bottom: 0;
}

/* HomeConcept
 --------------------- */
#HomeConcept {
  text-align: center;
}
#HomeConcept .HeadCopy {
  font-size: 22px;
  line-height: 1.72727em;
  letter-spacing: 0.12em;
  font-weight: normal;
  color: #040000; }
#HomeConcept .HeadCopy strong {
  font-weight: normal; }
#HomeConcept .text {
  width: 60%;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.08em;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #HomeConcept {
    padding: calc(50/750*100vw) 0 calc(75/750*100vw); }
  #HomeConcept .HeadCopy {
    width: 100vw;
    margin-left: calc(-70/750*100vw);
    font-size: 12px;
    /* legacy */
    font-size: 3.2vw;
    line-height: 1.83333em;
    letter-spacing: 0.12em; }
  #HomeConcept .HeadCopy strong {
    font-size: 16px;
    /* legacy */
    font-size: 4.26667vw;
    line-height: 1.375em;
    letter-spacing: 0.2em; }
  #HomeConcept .text {
    width: auto;
    font-size: 11px;
    /* legacy */
    font-size: 2.93333vw;
    line-height: 1.90909em;
    letter-spacing: 0.1em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: calc(22/750*100vw); }
  #HomeConcept .text br {
    display: none;
  }
}
#HomeConcept {
  padding: 40px 0 45px;
}

@media screen and (max-width: 768px) {
  #HomeConcept {
    padding: 9.3vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  #HomeConcept .HeadCopy {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 7.3vw;
  }
}

#HomeConcept .HeadCopy strong {
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  #HomeConcept .text {
    line-height: 1.72;
    text-align: center;
  }
  #HomeConcept .text br {
    display: block;
  }
}

/* Search_area
 --------------------- */
#Search_area {
  display: block;
  padding: 0 4%;
  margin: 10vw auto;
  padding: 4.5vw 0 8vw;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  width: 92%;
}

@media screen and (min-width: 769px) {
  #Search_area {
    width: auto;
    max-width: 530px;
    padding: 30px 15px 25px;
    margin: 0 auto 60px;
  }
}

/* @media screen and (min-width: 769px) {
  #Search_area #booking_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#Search_area #booking_inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  max-width: 440px;
  margin: 0 auto 6.5vw;
}

@media screen and (min-width: 769px) {
  #Search_area #booking_inner .flex-box {
    width: 54%;
    max-width: none;
    margin: 0;
  }
}

#Search_area #booking_inner .flex-box .flex-col + .flex-col {
  padding-left: 5%;
}

#Search_area #booking_inner .flex-box h4 {
  margin: 0 0 10px;
  color: #4c4948;
  font-size: 2.8vw;
}

@media screen and (min-width: 769px) {
  #Search_area #booking_inner .flex-box h4 {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 769px) {
  #Search_area #booking_inner .search-btn {
    width: 33%;
    margin-left: 13%;
  }
}

#Search_area #booking_inner .search-txt {
  font-size: 2.8vw;
  margin-bottom: 3.6vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #Search_area #booking_inner .search-txt {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

#Search_area #booking_inner .submit_btn {
  color: #fff;
  font-size: 2.8vw;
  text-align: center;
  line-height: 10vw;
  letter-spacing: 1px;
  width: 57%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #Search_area #booking_inner .submit_btn {
    width: 142px;
    background-color: #4c4948;
    font-size: 13px;
    line-height: 34px;
  }
} */

#Search_area .callender {
  max-width: none;
}

#Search_area .callender:before {
  width: 11px;
  height: 8px;
}

#Search_area .callender input {
  width: 2em;
  line-height: 20px;
}

#Search_area .callender input:first-of-type {
  width: 3em;
}

#Search_area .wrap, #Search_area .select-wrap {
  width: 70px;
}

#Search_area .select_btn {
  width: 70px;
}

/* HomeAbout
 --------------------- */
#HomeAbout {
  margin-top: 50px;
  background-color: #F7F7F7;
  padding: 8vw 0 3.3vw;
}

@media screen and (min-width: 769px) {
  #HomeAbout {
    margin-top: 50px;
    padding: 50px 0 70px;
  }
}

#HomeAbout .inner {
  padding-right: calc(40/750*100vw);
  padding-left: calc(40/750*100vw);
}

@media screen and (min-width: 769px) {
  #HomeAbout .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#HomeAbout .contentsTitle {
  font-size: 4.26vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  #HomeAbout .contentsTitle {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

#HomeAbout .contentsTitle .ja {
  display: block;
  font-size: 2.6vw;
  font-weight: 300;
  margin-top: 1.8vw;
}

@media screen and (min-width: 769px) {
  #HomeAbout .contentsTitle .ja {
    font-size: 14px;
    margin-top: 12px;
  }
}

#HomeAbout .about-wrap {
  margin: 0;
}

@media screen and (min-width: 769px) {
  #HomeAbout .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#HomeAbout .about-wrap + .about-wrap {
  margin-top: 30px;
}

#HomeAbout .about-wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36.8vw;
  margin-bottom: 5.3vw;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center;
  position: relative;
  overflow: hidden;
}

#HomeAbout .about-wrap .block a .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

@media screen and (min-width: 769px) {
  #HomeAbout .about-wrap .block a:hover .bg {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
  }
}


@media screen and (min-width: 769px) {
  #HomeAbout .about-wrap .block {
    margin: 0 8px;
    width: calc(25% - 20px);
    height: 278px;
  }

  #HomeAbout .about-wrap.wrap--second .block {
    width: calc(50% - 20px);
  }

  #HomeAbout .about-wrap.wrap--wide .block {
    width: 100%;
  }
}

#HomeAbout .about-wrap .block a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#HomeAbout .about-wrap .block-inner {
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  margin-bottom: 0;
}

#HomeAbout .about-wrap .block-inner .block {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #HomeAbout .about-wrap .block-inner .block {
    height: 50%;
    margin: 0 0 8px;
  }
}

@media screen and (min-width: 769px) {
  #HomeAbout .about-wrap .block-inner .block:nth-child(2) {
    margin: 8px 0 0;
  }
}

#HomeAbout .about-wrap .block .box__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  min-width: 45vw;
  height: 24vw;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  #HomeAbout .about-wrap .block .box__ttl-wrap {
    min-width: 124px;
    height: 80px;
  }
}

#HomeAbout .about-wrap .block .box__ttl-wrap .txt {
  font-size: 3.2;
  letter-spacing: 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  #HomeAbout .about-wrap .block .box__ttl-wrap .txt {
    font-size: 12px;
  }
}

#HomeAbout .about-wrap .block .box__ttl-wrap .sub {
  color: #000;
  font-size: 4.2vw;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  #HomeAbout .about-wrap .block .box__ttl-wrap .sub {
    font-size: 16px;
  }

  #HomeAbout .about-wrap .block .box__ttl-wrap .sub.-small {
    font-size: 14px;
  }
}

#HomeAbout .about-wrap .block--stay .bg {
  background-image: url(../images/home/home_about_stay.jpg);
  background-position: center;
  background-size: cover;
}

#HomeAbout .about-wrap .block--activity .bg {
  background-image: url(../images/home/home_about_activity.jpg);
  background-position: center;
  background-size: cover;
}

#HomeAbout .about-wrap .block--restaurant .bg {
  background-image: url(../images/home/home_about_restaurant.jpg);
  background-position: center;
  background-size: cover;
}

#HomeAbout .about-wrap .block--access .bg {
  background-image: url(../images/home/home_about_access.jpg);
  background-position: center;
  background-size: cover;
}

#HomeAbout .about-wrap .block--bioyard .bg {
  background-image: url(../images/home/home_about_bioyard.jpg);
  background-position: center;
  background-size: cover;
}

#HomeAbout .about-wrap .block--savethedeer .bg {
  background-image: url(../images/home/home_about_savethedeer.jpg);
  background-position: center;
  background-size: cover;
}

#HomeAbout .about-wrap .block--savethedeer .box__ttl-wrap {
  padding: 5px 15px;
}



/* Stay =============================================== */
#Stay .concept_txt .center_txt:first-of-type {
  margin-bottom: 30px;
}

#Stay #Concept {
  padding-bottom: 70px;
}

@media screen and (min-width: 769px) {
  #Stay #Concept dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Stay #Concept dl:last-of-type {
    margin: 0 0 55px;
  }
  #Stay #Concept dl:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #Stay #Concept dl:first-of-type dt {
    /* background-image: url(../_assets/images/stay/stay01.jpg); */
  }
  #Stay #Concept dl:nth-of-type(2) dt {
    /* background-image: url(../_assets/images/stay/stay02.jpg); */
  }
  #Stay #Concept dl:nth-of-type(odd) dd {
    padding-left: 30px;
  }
  #Stay #Concept dl:nth-of-type(even) dd {
    padding-right: 30px;
  }
}

#Stay #Concept dt {
  background: none;
  position: relative;
}

@media screen and (min-width: 769px) {
  #Stay #Concept dt {
    width: 50%;
    height: 386px;
    overflow: hidden;
    /* background-image: url(../_assets/images/stay/stay03.jpg);
    background-size: cover;
    background-position: center; */
  }
}

@media screen and (min-width: 769px) {
  #Stay #Concept dt img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#Stay #Concept dd {
  padding-left: calc(70/750*100vw);
  padding-right: calc(70/750*100vw);
  margin-bottom: calc(120/750*100vw);
}

@media screen and (min-width: 769px) {
  #Stay #Concept dd {
    width: 48%;
    max-width: 440px;
    padding: 0;
    margin: 0 0 30px;
  }
}

#Stay .room .sectionSubTitle {
  position: relative;
  z-index: 1;
}

#Stay .room__bg {
  width: 100%;
  height: 32vw;
  position: relative;
  overflow: hidden;
  margin-top: -2vw;
}

@media screen and (min-width: 769px) {
  #Stay .room__bg {
    height: 250px;
    margin-top: -5px;
  }
}

#Stay .room__bg img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#Stay .room .sectionCopy {
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 9.3vw;
  margin-bottom: 13.3vw;
  padding: 0 4%;
}

@media screen and (min-width: 769px) {
  #Stay .room .sectionCopy {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 70px;
    padding: 0;
  }
}

#Stay #Room .flex-wrap + .flex-wrap {
  margin-top: 20vw;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
  #Stay #Room .flex-wrap + .flex-wrap {
    margin-top: 90px;
  }
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap .block {
    width: calc(50% - 40px);
    margin: 0 20px;
    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;
    position: relative;
  }
}

#Stay #Room .flex-wrap .block__desc {
  font-size: 2.8vw;
  line-height: 1.8;
  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;
  height: 100%;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap .block__desc {
    font-size: 16px;
  }
}

#Stay #Room .flex-wrap .block__desc .r-name {
  font-size: 5.3vw;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 5vw 0;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap .block__desc .r-name {
    font-size: 28px;
    margin: 30px 0 15px;
  }

  #Stay #Room .flex-wrap .block__desc .r-name.small {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
}

#Stay #Room .flex-wrap .block__desc .r-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Stay #Room .flex-wrap .block__desc .r-speck {
  margin-top: 4.5vw;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap .block__desc .r-speck {
    margin-top: 20px;
  }
}

#Stay #Room .flex-wrap .block .btnBlack {
  margin: 5vw 3vw 0;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap .block .btnBlack {
    margin: 25px 20px 0;
  }
}

#Stay #Room .flex-wrap .block .btnBlack a {
  width: 100%;
  height: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  background-color: #231815;
  border: 1px solid #231815;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap .block .btnBlack a {
    font-size: 20px;
    height: 66px;
  }
}

#Stay #Room .flex-wrap .block .btnBlack a:hover {
  color: #231815;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap.wrap--third .block .btnBlack a {
    font-size: 18px;
    height: 56px;
  }
}

#Stay #Room .flex-wrap .block + .block {
  margin-top: 20vw;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap .block + .block {
    margin-top: 0;
  }
}

#Stay #Room .flex-wrap--naramachi {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

#Stay #Room .flex-wrap--naramachi .block {
  margin-bottom: 5vw;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block {
    margin: 0 15px 75px;
    width: calc(33.3% - 30px);
  }
}

#Stay #Room .flex-wrap--naramachi .block__desc {
  font-size: 12px;
}

#Stay #Room .flex-wrap--naramachi .block__desc .r-name {
  font-size: 5vw;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block__desc .r-name {
    font-size: 24px;
  }
}

#Stay #Room .flex-wrap--naramachi .block__desc .r-name span {
  display: block;
  font-size: 4.6vw;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block__desc .r-name span {
    font-size: 16px;
  }
}

#Stay #Room .flex-wrap--naramachi .block .r-detail {
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 8px;
  margin-top: 15px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block .r-detail {
    width: calc(100% - 20px);
    position: absolute;
    top: calc(100% + 18px);
  }
}

#Stay #Room .flex-wrap--naramachi .block .r-detail:hover {
  opacity: 0.7;
}

#Stay #Room .flex-wrap--naramachi .block .r-speck-box {
  display: flex;
  justify-content: space-around;
  text-align: center;
  background-color: #fff;
  border: 1px solid #4c4948;
  padding: 4px 8px;
  margin-top: 15px;
  position: relative;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block .r-speck-box {
    box-sizing: border-box;
    max-width: 300px;
  }
}

#Stay #Room .flex-wrap--naramachi .block .r-speck-box::before {
  content: "";
  display: block;
  width: 1px;
  height: 68%;
  background-color: #4c4948;
  transform: rotate(20deg);
  transform-origin: center;
  position: absolute;
  left: 53%;
}

#Stay #Room .flex-wrap--naramachi .block .cmnBtn {
  margin: 5vw 0 0;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block .cmnBtn {
    margin: 20px 0 0;
  }
}

#Stay #Room .flex-wrap--naramachi .block .cmnBtn a {
  width: 100%;
  height: 12vw;
  font-size: 14px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block .cmnBtn a {
    height: 45px;
  }
}

#Stay #Room .flex-wrap--naramachi .block.block--wide {
  margin-bottom: 5vw;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block.block--wide {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 15px 75px;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block.block--wide .block__img {
    width: 50%;
  }
  #Stay #Room .flex-wrap--naramachi .block.block--wide .block__desc {
    width: 50%;
    display: block;
    padding-left: 40px;
  }
  #Stay #Room .flex-wrap--naramachi .block.block--wide .block__desc .r-name {
    margin-top: 0 !important;
  }
  #Stay #Room .flex-wrap--naramachi .block.block--wide .block__desc .r-desc {
    display: block;
    height: auto;
  }
  #Stay #Room .flex-wrap--naramachi .block.block--wide .block__desc .cmnBtn {
    max-width: 300px;
  }
}

#Stay #Room .flex-wrap--naramachi .block.block--wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5.3vw;
  margin-top: 10vw;
  margin-bottom: 0;
}

#Stay #Room .flex-wrap--naramachi .block.block--wrap .r-name {
  font-size: 4vw;
  line-height: 1.2;
  margin: 4vw 0 3vw;
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block.block--wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    margin-top: -20px;
  }
  #Stay #Room .flex-wrap--naramachi .block.block--wrap .r-name {
    font-size: 20px;
    margin: 15px 0 10px;
  }
}

#Stay #Room .flex-wrap--naramachi .block .r-detail-nagasaki {
  color: #036eb7;
  font-size: 3.2vw;
  transform: translate(38vw, -10vw);
}

@media screen and (min-width: 769px) {
  #Stay #Room .flex-wrap--naramachi .block .r-detail-nagasaki {
    font-size: 12px;
    float: right;
    transform: translateY(-42px);
  }
}


#R-Contents {
  margin: 0 0 98px;
}

#R-Contents .mod_2column {
  margin-bottom: 40px;
  background: #b44d59;
}

#R-Contents .mod_2column .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px calc(60/960*100%);
  color: #fff;
}

#R-Contents .mod_2column .textArea dt {
  font-size: 20px;
  line-height: 1.55em;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

#R-Contents .mod_2column .textArea dd {
  font-size: 14px;
  line-height: 1.85714em;
  letter-spacing: 0.08em;
}

#R-Contents .mod_2column .textArea dd .text {
  font-size: 14px;
  line-height: 1.85714em;
  letter-spacing: 0.08em;
}

#R-Contents .mod_2column > .textArea {
  padding: 10px calc(80/960*100%);
}

#R-Contents .mod_2column > .textArea dt {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

#R-Contents .mod_2column > .textArea dd {
  font-size: 14px;
  line-height: 1.71429em;
  letter-spacing: 0.08em;
}

#R-Contents .mod_2column > .textArea dd .text {
  font-size: 14px;
  line-height: 1.71429em;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  #R-Contents .mod_2column > .textArea {
    padding: calc(40/750*100vw) calc(30/750*100vw);
    margin-top: calc(40/750*100vw);
    margin-top: 0;
  }
  #R-Contents .mod_2column > .textArea dt {
    font-size: 15px;
    /* legacy */
    font-size: 4vw;
    line-height: 1.43333em;
    letter-spacing: 0.08em;
    margin-bottom: calc(30/750*100vw);
  }
  #R-Contents .mod_2column > .textArea dd {
    font-size: 11px;
    /* legacy */
    font-size: 2.93333vw;
    line-height: 1.54545em;
    letter-spacing: 0.08em;
  }
  #R-Contents .mod_2column > .textArea dd .text {
    font-size: 11px;
    /* legacy */
    font-size: 2.93333vw;
    line-height: 1.63636em;
    letter-spacing: 0.08em;
  }
}

#R-Contents .mod_2column .image_main {
  width: calc(452/960*100%);
}

#R-Contents .mod_2column .image_main img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #R-Contents .mod_2column .image_main {
    width: 100%;
  }
}

/* Restaurant =============================================== */
#Restaurant .read_txt {
  text-align: left;
}

@media screen and (min-width: 769px) {
  #Restaurant .read_txt {
    text-align: center;
  }
}

#Restaurant #imageSlide {
  margin-bottom: 5vw;
}

#Restaurant #imageSlide .slick-dots {
  display: none !important;
}

@media screen and (min-width: 769px) {
  #Restaurant #imageSlide {
    margin-bottom: 60px;
  }
}

#Restaurant .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F7F7F7;
  max-width: 730px;
  min-height: 232px;
  margin: 0 auto 50px;
}

#Restaurant .message__txt {
  width: 67%;
  padding: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  #Restaurant .message__txt {
    width: 79%;
    padding: 20px;
  }
}

#Restaurant .message__txt .m-title {
  font-size: 4vw;
  margin-bottom: 2vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .message__txt .m-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.4;
    margin;
  }
}

#Restaurant .message__txt .m-txt {
  font-size: 10px;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px) {
  #Restaurant .message__txt .m-txt {
    font-size: 12px;
  }
}

#Restaurant .message__txt .m-name {
  font-size: 10px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 2vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .message__txt .m-name {
    font-size: 12px;
    margin-top: 1.2em;
  }
}

#Restaurant .message__img {
  width: 33%;
}

@media screen and (min-width: 769px) {
  #Restaurant .message__img {
    width: 28%;
  }
  #Restaurant .message__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


#Restaurant .sectionMidTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 4.2vw;
  line-height: 1.75em;
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #040000;
  padding-bottom: 13px;
  padding-bottom: 6px;
  border-bottom: solid 1px #cccbcb;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 769px) {
  #Restaurant .sectionMidTitle {
    font-size: 20px;
  }
}

#Restaurant .sectionMidTitle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Restaurant .sectionMidTitle span small {
  color: #fff;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background-color: #231815;
  padding: 2px 15px;
  margin-left: 15px;
}

@media screen and (min-width: 769px) {
  #Restaurant .sectionMidTitle span small {
    font-size: 10px;
  }
}

#Restaurant .sectionMidTitle .r-time {
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.85714em;
  letter-spacing: 0.08em;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
}

@media screen and (min-width: 769px) {
  #Restaurant .sectionMidTitle .r-time {
    font-size: 12px;
    position: static;
  }
}

#Restaurant .mainSubject {
  width: 100%;
  position: relative;
  height: 43.3vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .mainSubject {
    height: 450px;
  }
}

#Restaurant .mainSubject .slideArea {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  #Restaurant .mainSubject .slideArea {
    height: 450px;
    position: absolute;
    top: 0;
    right: 68px;
    width: calc(100% - 68px);
  }
}

@media screen and (min-width: 990px) {
  #Restaurant .mainSubject .slideArea {
    right: calc(50% - 400px);
    width: calc(50% + 400px);
  }
}

#Restaurant .mainSubject .slideArea .slide {
  height: 43.3vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .mainSubject .slideArea .slide {
    height: 450px;
  }
}

#Restaurant .mainSubject .slideArea .slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#Restaurant .mainSubject .slideArea .slick-prev,
#Restaurant .mainSubject .slideArea .slick-next {
  display: none !important;
}

#Restaurant .mainSubject .slideArea .slick-dots {
  bottom: 10px;
}

@media screen and (min-width: 769px) {
  #Restaurant .mainSubject .slideArea .slick-dots {
    right: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#Restaurant .mainSubject .slideArea .slick-dots li {
  margin: 0 10px;
}

@media screen and (min-width: 769px) {
  #Restaurant .mainSubject .slideArea .slick-dots li {
    margin: 0 5px;
  }
}

#Restaurant .mainSubject .slideArea .slick-dots li button:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}

#Restaurant .mainSubject .slideArea .slick-dots li.slick-active button:before {
  background-color: #c3c3c3;
  background-color: rgba(200, 200, 200, 0.9);
}

#Restaurant .mainSubject .fadeSlide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

#Restaurant .mainSubject .s-txt {
  display: none;
}

@media screen and (min-width: 769px) {
  #Restaurant .mainSubject .s-txt {
    display: block;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 48px;
  }
}

@media screen and (min-width: 990px) {
  #Restaurant .mainSubject .s-txt {
    right: calc(50% - 420px);
  }
}

@media screen and (min-width: 769px) {
  #Restaurant .mainSubject .slideArea {
    height: 450px;
    width: 1040px;
    position: absolute;
    top: 0;
  }
  #Restaurant .mainSubject .slideArea.img--right {
    left: 68px;
    width: calc(100% - 68px);
  }
  #Restaurant .mainSubject .slideArea.img--right + .s-txt {
    left: 48px;
  }
  #Restaurant .mainSubject .slideArea.img--left {
    right: 68px;
    width: calc(100% - 68px);
  }
  #Restaurant .mainSubject .slideArea.img--left + .s-txt {
    right: 48px;
  }
}

@media screen and (min-width: 990px) {
  #Restaurant .mainSubject .slideArea {
    width: calc(50% + 400px);
  }
  #Restaurant .mainSubject .slideArea.img--right {
    left: calc(50% - 400px);
    width: calc(50% + 400px);
  }
  #Restaurant .mainSubject .slideArea.img--right + .s-txt {
    left: calc(50% - 420px);
  }
  #Restaurant .mainSubject .slideArea.img--left {
    right: calc(50% - 400px);
    width: calc(50% + 400px);
  }
  #Restaurant .mainSubject .slideArea.img--left + .s-txt {
    right: calc(50% - 420px);
  }
  #Restaurant .mainSubject .slideArea.img--right .slick-dots {
    left: 10px;
  }
}

@media screen and (min-width: 769px) {
  #Restaurant .mainSubject .slideArea img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}

#Restaurant .flex-wrap {
  border: 0.5px solid #231815;
  margin: 5vw 0 0;
}

#Restaurant .flex-wrap.--no-border {
  border: none;
}

#Restaurant .box-flex,
#Restaurant .flex-wrap.--center {
  border: none;
  margin: 5vw 0 0;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap,
  #Restaurant .box-flex {
    border: none;
    margin: 30px auto 0;
    padding-right: 40px;
    max-width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l {
    width: 64%;
  }
}

#Restaurant .flex-wrap .column-l .block {
  padding: 6vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l .block {
    border: 0.5px solid #231815;
    padding: 30px;
  }
}

#Restaurant .flex-wrap .column-l .block .m-title {
  font-size: 5.4vw;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l .block .m-title {
    font-size: 31px;
    margin-bottom: 25px;
  }
}

#Restaurant .flex-wrap .column-l .block .m-desc {
  margin-bottom: 5vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l .block .m-desc {
    margin-bottom: 20px;
  }
}

#Restaurant .flex-wrap .column-l .block .m-img {
  margin-bottom: 5vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l .block .m-img {
    margin: 0 15px 30px;
  }
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l .block .m-list.list--dinner {
    margin: 20px 5px 0;
  }
}

#Restaurant .flex-wrap .column-l .block .m-list.list--dinner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l .block .m-list.list--dinner dl {
    margin-bottom: 30px;
  }
}

#Restaurant .flex-wrap .column-l .block .m-list.list--dinner dl dt {
  width: 36%;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l .block .m-list.list--dinner dl dt {
    width: 140px;
  }
}

#Restaurant .flex-wrap .column-l .block .m-list.list--dinner dl dd {
  width: 64%;
  padding-left: 10px;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l .block .m-list.list--dinner dl dd {
    width: calc(100% - 140px);
  }
}

#Restaurant .flex-wrap .column-l .block .m-list.list--dinner .dinner-title {
  font-weight: bold;
  margin: 3em 0 0.5em;
}

#Restaurant .flex-wrap .column-l .block .m-list.list--morning {
  margin-top: 30px;
}

#Restaurant .flex-wrap .column-l .block .m-list.list--morning ul li {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-l .block .m-list.list--morning ul li {
    font-size: 16px;
  }
}

#Restaurant .flex-wrap .column-l .block .m-list.list--morning ul li.fw_bold {
  font-weight: bold;
}

#Restaurant .flex-wrap .column-l .block .m-list.list--morning ul li span {
  display: block;
  font-weight: normal;
  margin-left: 1em;
}

#Restaurant .flex-wrap .column-l .block .m-list.list--morning ul li + li {
  margin-top: 8px;
}

#Restaurant .flex-wrap .column-r {
  width: 76%;
  margin: 0 auto 8vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-r {
    width: 33%;
    margin: 0;
  }
}

#Restaurant .flex-wrap .column-r .block {
  background-color: #F7F7F7;
  padding: 4vw;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-r .block {
    padding: 20px;
  }
}

#Restaurant .flex-wrap .column-r .block__title {
  font-size: 2.4vw;
  border-bottom: 0.5px solid #231815;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-r .block__title {
    font-size: 12px;
  }
}

#Restaurant .flex-wrap .column-r .block__title b {
  font-size: 6vw;
  font-weight: bold;
  margin: 0 5px;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-r .block__title b {
    font-size: 26px;
  }
}

#Restaurant .flex-wrap .column-r .block__title .tax {
  display: block;
  font-size: 2.3vw;
  letter-spacing: 0;
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-r .block__title .tax {
    font-size: 11px;
  }
}

#Restaurant .flex-wrap .column-r .block__txt.txt--dinner {
  font-size: 2.3vw;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-r .block__txt.txt--dinner {
    font-size: 11px;
    line-height: 1;
  }
}

#Restaurant .flex-wrap .column-r .block__txt.txt--morning {
  font-size: 3.2vw;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-r .block__txt.txt--morning {
    font-size: 16px;
  }
}

#Restaurant .flex-wrap .column-r .block__txt.txt--morning .line {
  font-weight: 600;
  text-decoration: underline;
}

#Restaurant .flex-wrap .column-r .block__txt.txt--morning .line_bold {
  font-weight: 600;
  font-size: 5vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap .column-r .block__txt.txt--morning .line_bold {
    font-size: 30px;
  }
}

#Restaurant .flex-wrap .column-r .block__btn {
  max-width: 182px;
  height: 38px;
}

#Restaurant .flex-wrap .column-center {
  width: 100%;
}
#Restaurant .flex-wrap .column-center .memo {
  margin-left: 1em;
}
#Restaurant .flex-wrap .column-center .block {
  border: 0.5px solid #231815;
  padding: 20px;
}
#Restaurant .flex-wrap .column-center .block .m-title {
  font-size: 3.7vw;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.5em;
}
#Restaurant .flex-wrap .column-center .block .m-text {
  font-size: 2.9vw;
  margin: 0 auto 6.8vw;
}
#Restaurant .flex-wrap .column-center .block .m-list {
  letter-spacing: 0.06em;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  letter-spacing: 0;
}
#Restaurant .flex-wrap .column-center .block .m-item {
  padding: 0 8px;
  margin-bottom: 5.3vw;
}
#Restaurant .flex-wrap .column-center .block .m-item dt {
  font-size: 3.7vw;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#Restaurant .flex-wrap .column-center .block .m-item dd {
  font-size: 2.9vw;
  font-weight: 100;
  line-height: 1.8;
  margin-left: 1em;
}
#Restaurant .flex-wrap .column-center .block .m-item dd small {
  display: block;
  font-size: 0.8em;
}
#Restaurant .flex-wrap .column-center .block.block--child {
  border: 0.5px solid #231815;
  padding: 20px;
  margin-top: 30px;
}
#Restaurant .flex-wrap .column-center .block.block--child .child__img {
  margin-bottom: 20px;
}
#Restaurant .flex-wrap .column-center .block.block--child .child__desc .desc-ttl {
  font-size: 3.7vw;
  font-weight: bold;
}
#Restaurant .flex-wrap .column-center .block.block--child .child__desc .desc-txt {
  font-size: 2.9vw;
  line-height: 1;
}
#Restaurant .flex-wrap .column-center .block.block--child .child__desc .desc-txt span {
  display: inline-block;
  margin-top: 15px;
  margin-right: 1.5em;
}

@media screen and (min-width: 769px) {
  #Restaurant .column-center.--rev{
    margin-left: 40px;
  }
  #Restaurant .flex-wrap .column-center .block {
    padding: 30px 40px;
  }
  #Restaurant .flex-wrap .column-center .block .m-title {
    font-size: 26px;
  }
  #Restaurant .flex-wrap .column-center .block .m-text {
    width: 60%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
  }
  #Restaurant .flex-wrap .column-center .block .m-item {
    width: 50%;
    margin-bottom: 30px;
  }
  #Restaurant .flex-wrap .column-center .block .m-item.size-l {
    width: 100%;
  }
  #Restaurant .flex-wrap .column-center .block .m-item dt {
    font-size: 18px;
  }
  #Restaurant .flex-wrap .column-center .block .m-item dd {
    font-size: 16px;
  }
  #Restaurant .flex-wrap .column-center .block.block--child {
    width: 70%;
    display: grid;
    grid-template-columns: 40% 56%;
    column-gap: 4%;
    align-items: center;
  }
  #Restaurant .flex-wrap .column-center .block.block--child .child__img {
    margin-bottom: 0;
  }
  #Restaurant .flex-wrap .column-center .block.block--child .child__desc .desc-ttl {
    font-size: 18px;
  }
  #Restaurant .flex-wrap .column-center .block.block--child .child__desc .desc-txt {
    font-size: 14px;
  }
}

/*menu outlink*/
#Restaurant .menu-outlink {
  display: block;
  font-size: 15px;
  color: #94BAE3;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  padding: 15px 0;
  border: 2px solid #94BAE3;
  background-color: #fff;
  transition: .2s ease-out;
}
@media screen and (min-width: 769px) {
  #Restaurant .menu-outlink {
    font-size: 18px;
    margin-top: 40px;
  }
}
#Restaurant .menu-outlink:hover {
  color: #fff;
  background-color: #94BAE3;
}

/*-- maiko*/
#Restaurant .menu-outlink.maiko {
  color: #68b9b7;
  border-color: #68b9b7;
}
#Restaurant .menu-outlink.maiko:hover {
  color: #fff;
  background-color: #68b9b7;
}
/*-- himeji*/
#Restaurant .menu-outlink.himeji {
  color: #9ebb00;
  border-color: #9ebb00;
}
#Restaurant .menu-outlink.himeji:hover {
  color: #fff;
  background-color: #9ebb00;
}
/*-- nagasaki*/
#Restaurant .menu-outlink.nagasaki {
  color: #ee7b47;
  border-color: #ee7b47;
}
#Restaurant .menu-outlink.nagasaki:hover {
  color: #fff;
  background-color: #ee7b47;
}
/*-- naramachi*/
#Restaurant .menu-outlink.naramachi {
  color: #b34c59;
  border-color: #b34c59;
}
#Restaurant .menu-outlink.naramachi:hover {
  color: #fff;
  background-color: #b34c59;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap.wrap--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap.wrap--rev + .memo {
    padding-right: 40px;
    margin-left: 37%;
    max-width: 840px;
  }
}

#Restaurant .flex-wrap.flex-wrap {
  margin-top: 5vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .flex-wrap.flex-wrap {
    margin-top: 60px;
  }
}

#Restaurant .memo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 10px;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (min-width: 769px) {
  #Restaurant .memo {
    font-size: 12px;
    margin-left: 50px;
  }
}

#Restaurant .topicBlock {
  max-width: 640px;
  margin: 8vw 0 0;
  padding: 10px;
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 45px auto 0;
    padding: 10px 30px 10px 10px;
  }
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock .topic__img {
    width: 47%;
  }
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock .topic__txt {
    width: 50%;
    text-align: center;
  }
}

#Restaurant .topicBlock .topic__txt .t-title {
  font-size: 3.7vw;
  font-weight: 600;
  margin: 4vw 0 0.5vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock .topic__txt .t-title {
    font-size: 22px;
    margin: 0 0 15px;
  }
  #Restaurant .topicBlock .topic__txt .block__btn a {
    width: 190px;
    margin: 0 auto;
    padding: 8px 0;
  }


}

/* #Restaurant .topicBlock .topic__txt .t-sub {
  font-size: 2.9vw;
  font-weight: bold;
  margin-bottom: 2vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock .topic__txt .t-sub {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#Restaurant .topicBlock .topic__txt .t-sub .tax {
  font-size: 10px;
  font-weight: 300;
  margin-left: 8px;
} */

/* #Restaurant .topicBlock + .topicBlock {
  margin-top: 6vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock + .topicBlock {
    margin-top: 40px;
  }
}

#Restaurant .topicBlock.block--lunch {
  margin-top: 12vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock.block--lunch {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock.block--lunch .topic__img {
    width: 33%;
  }
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock.block--lunch .topic__txt {
    width: 63%;
  }
}

#Restaurant .topicBlock.block--lunch .topic__txt .t-plan {
  font-size: 4vw;
  font-weight: 600;
  margin-top: 5vw;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock.block--lunch .topic__txt .t-plan {
    font-size: 16px;
    margin-top: 0;
  }
}

#Restaurant .topicBlock.block--lunch .topic__txt .txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock.block--lunch .topic__txt .txt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#Restaurant .topicBlock.block--lunch .topic__txt .txt-wrap .t-txt + .t-txt {
  margin-top: 3vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock.block--lunch .topic__txt .txt-wrap .t-txt + .t-txt {
    margin: 0 0 5px;
  }
}

#Restaurant .topicBlock.block--lunch .topic__txt .t-price {
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 1;
  margin: 6vw 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #Restaurant .topicBlock.block--lunch .topic__txt .t-price {
    font-size: 16px;
    text-align: left;
    margin: 15px 0 0;
  }
}

#Restaurant .topicBlock.block--lunch .topic__txt .t-price .tax {
  font-size: 10px;
  font-weight: 300;
  margin-left: 5px;
}

#Restaurant .topicBlock.block--lunch .topic__btn {
    margin: 20px auto 0;
    width: 260px;
    height: 32px;
    font-size: 12px;
}

#Restaurant .topicBlock.block--lunch .topic__btn a {
  font-size: inherit;
} */

#Restaurant .col-wrap {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 50px -12px 0;
  }
}

#Restaurant .col-wrap .col {
  border: 0.2px solid #231815;
  padding: 15px 12px 20px;
}

@media screen and (min-width: 769px) {
  #Restaurant .col-wrap .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 41%;
    margin: 0 12px;
    padding: 20px 20px 30px;
  }
}

#Restaurant .col-wrap .col__title {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-bottom: 0.2px solid #231815;
  padding: 0 3vw 2.4vw;
  margin-bottom: 5vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .col-wrap .col__title {
    display: block;
    padding: 0 0 15px;
    margin-bottom: 20px;
  }
}

#Restaurant .col-wrap .col__title .l-name {
  font-size: 10px;
  line-height: 1;
}

#Restaurant .col-wrap .col__title .l-name b {
  font-size: 5.6vw;
  letter-spacing: 0.1px;
}

@media screen and (min-width: 769px) {
  #Restaurant .col-wrap .col__title .l-name b {
    font-size: 24px;
  }
}

/* #Restaurant .col-wrap .col__title .l-sub {
  margin-top: 5px;
}

#Restaurant .col-wrap .col__title .l-price {
  font-size: 4.2vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #Restaurant .col-wrap .col__title .l-price {
    font-size: 19px;
    margin-top: 12px;
  }
}

#Restaurant .col-wrap .col__title .l-price .tax {
  font-size: 8px;
  letter-spacing: 0;
} */

#Restaurant .col-wrap .col__img + .toggle-head {
  margin: 20px 0 0;
}

#Restaurant .col-wrap .col__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 8px;
}

#Restaurant .col-wrap .col__txt .l-sub {
  font-size: 4vw;
  margin-bottom: 3vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #Restaurant .col-wrap .col__txt .l-sub {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#Restaurant .col-wrap .col__txt ul li {
  display: inline-block;
  margin-right: 10px;
}

#Restaurant .col-wrap .col__btn {
  width: 180px;
  height: 32px;
  margin-top: 4.5vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .col-wrap .col__btn {
    margin-top: 25px;
  }
}

#Restaurant .col-wrap .col + .col {
  margin-top: 6vw;
}

@media screen and (min-width: 769px) {
  #Restaurant .col-wrap .col + .col {
    margin-top: 0;
  }
}
/*2022.08 add*/
#Restaurant #Morning .col-wrap .col__title .l-name b { line-height: 1.25; }
#Restaurant #Morning .col-wrap .col__txt p + p { margin-top: 18px; }
#Restaurant #Morning .col-wrap .slick-dots { display: none; opacity: 0; pointer-events: none; }
#Restaurant #Morning .col-wrap .col__topdesc { margin: 25px 0; }
#Restaurant #Morning .col-wrap .inner-wrap {
  display: grid;
  grid-auto-rows: auto;
  row-gap: 30px;
}
#Restaurant #Morning .col-wrap .inner-wrap .in-box-ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #Restaurant #Morning .col-wrap {
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 70px;
  }
  #Restaurant #Morning .col-wrap .inner-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 25px;
  }
  #Restaurant #Morning .col-wrap .col__txt p { font-size: 16px; }
  #Restaurant #Morning .col-wrap .col.col--wide { width: 89%; }
  #Restaurant #Morning .col-wrap .col__topdesc {
    font-size:16px;
  }
  #Restaurant #Morning .col-wrap .inner-wrap .in-box-ttl {
    font-size: 15px;
  }
  #Restaurant #Morning .col-wrap .inner-wrap .in-box-ttl + p {
    font-size: 12px;
  }
  #Restaurant #Morning .memo-r {
    margin-right: 70px;
  }
}


/* #Restaurant .flex-wrap.--center {
  display: block;
}
#Restaurant .flex-wrap.--center .txt-center {
  margin-bottom: 9.3vw;
} */
/* #Restaurant .box-flex .box {
  margin-bottom: 9.3vw;
}
#Restaurant .box-flex .box .box-title {
  font-size: 4.2vw;
  line-height: 1;
  margin: 1.5em 0 1em;
}
#Restaurant .box-flex .box .box-txt {
  font-weight: 100;
} */

/* @media screen and (min-width: 769px) {
  #Restaurant .box-flex {
    display: flex;
  }
  #Restaurant .box-flex .box {
    width: 46%;
    margin: 0 2% 60px;
  }
  #Restaurant .box-flex .box .box-title {
    font-size: 26px;
  }
  #Restaurant .box-flex .box .box-txt {
    font-size: 16px;
  }
  #Restaurant .flex-wrap.--center .txt-center {
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
  }
} */

/* #Restaurant #Artizan dd a {
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

#Restaurant #Artizan dd a:hover {
  opacity: .8;
  text-decoration: underline;
}

#Restaurant #Drink {
  margin-top: 98px;
}

@media screen and (max-width: 768px) {
  #Restaurant #Drink {
    margin-top: calc(140/750*100vw);
  }
} */

/* Party =============================================== */
#Party #Header #Navi ul.mainNavi li.hm05 a,
#Party #Header #Navi ul.mainNavi li.hm05 a .En,
#Party #Header #Navi ul.mainNavi li.hm05 a .Ja {
  color: #94bae3;
  pointer-events: none;
}

#Party .inner {
  padding-right: calc(40/750*100vw);
  padding-left: calc(40/750*100vw);
}

@media screen and (min-width: 769px) {
  #Party .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#Party .center_txt + .roomBlock {
  border-top: 0.5px solid #231815;
}

#Party .roomBlock {
  border-bottom: 0.5px solid #231815;
  padding: 5.3vw 0 6.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #Party .roomBlock {
    max-width: 800px;
    padding: 25px 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #Party .roomBlock.--end {
    align-items: flex-end;
  }
}

@media screen and (min-width: 769px) {
  #Party .roomBlock .room__img {
    width: 38%;
  }
}

@media screen and (min-width: 769px) {
  #Party .roomBlock .room__txt {
    width: 58%;
  }
}

#Party .roomBlock .room__txt .r-title {
  font-size: 3.5vw;
  font-weight: 800;
  line-height: 1;
  margin: 4.4vw 0 4vw;
}

@media screen and (min-width: 769px) {
  #Party .roomBlock .room__txt .r-title {
    font-size: 16px;
    margin: 28px 0 8px;
  }
}

#Party .roomBlock .room__txt .r-txt {
  line-height: 1.8;
  margin-bottom: 4.6vw;
}

@media screen and (min-width: 769px) {
  #Party .roomBlock .room__txt .r-txt {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 10px;
  }
}

#Party .roomBlock .room__txt .r-table {
  font-size: 2.2vw;
  line-height: 1.5;
  border-top: 0.5px solid #231815;
  border-left: 0.5px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #Party .roomBlock .room__txt .r-table {
    font-size: 12px;
  }
}

#Party .roomBlock .room__txt .r-table dt {
  width: 18%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 600;
  text-align: center;
  padding: 2.5vw 1.5vw;
  border-right: 0.5px solid #231815;
  border-bottom: 0.5px solid #231815;
}

@media screen and (min-width: 769px) {
  #Party .roomBlock .room__txt .r-table dt {
    width: 74px;
    padding: 12px 5px;
  }
}

#Party .roomBlock .room__txt .r-table dd {
  width: 82%;
  padding: 2.5vw 1.5vw;
  border-right: 0.5px solid #231815;
  border-bottom: 0.5px solid #231815;
}

@media screen and (min-width: 769px) {
  #Party .roomBlock .room__txt .r-table dd {
    width: calc(100% - 74px);
    padding: 12px 10px;
  }
}

#Party .roomBlock .room__txt .r-memo {
  font-size: 2vw;
  margin-top: 3vw;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (min-width: 769px) {
  #Party .roomBlock .room__txt .r-memo {
    font-size: 10px;
    margin-top: 8px;
  }
}

#Party .roomBlock.block--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#Party .plan {
  padding-top: 8vw;
}

@media screen and (min-width: 769px) {
  #Party .plan {
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#Party .plan .planBlock .plan__title {
  color: #fff;
  line-height: 1;
  padding: 2.5vw;
  background-color: #94BAE3;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__title {
    font-size: 22px;
    padding: 16px;
  }
}

#Party .plan .planBlock .plan__desc {
  padding: 7.3vw 5.3vw;
  background-color: #eee;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc {
    padding: 50px 60px;
  }
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc:last-child {
    padding-bottom: 65px;
  }
}

#Party .plan .planBlock .plan__desc .listHead {
  color: #fff;
  font-size: 3vw;
  text-align: center;
  background-color: #888;
  padding: 8px 28px 8px 8px;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .listHead {
    padding: 15px 30px 12px 10px;
  }
}

#Party .plan .planBlock .plan__desc .listHead:before, #Party .plan .planBlock .plan__desc .listHead:after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 13px;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .listHead:before, #Party .plan .planBlock .plan__desc .listHead:after {
    width: 12px;
    right: 20px;
  }
}

#Party .plan .planBlock .plan__desc .listHead:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#Party .plan .planBlock .plan__desc .listHead.open:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#Party .plan .planBlock .plan__desc .listHead .h-sub {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .listHead .h-sub {
    font-size: 12px;
    margin-bottom: 0;
  }
}

#Party .plan .planBlock .plan__desc .listHead .h-sub:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  right: 10px;
  top: calc(50% - 7px);
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .listHead .h-sub:after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    right: 15px;
  }
}

#Party .plan .planBlock .plan__desc .listHead b {
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .listHead b {
    font-size: 26px;
  }
}

#Party .plan .planBlock .plan__desc .listCont {
  padding: 3.3vw 3.3vw 6vw;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .listCont {
    padding: 20px;
  }
}

#Party .plan .planBlock .plan__desc .listCont:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__img {
    width: 48%;
    float: right;
  }
}

#Party .plan .planBlock .plan__desc .list__txt {
  margin: 3vw 0 4vw;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__txt {
    width: 48%;
    margin: 0;
    float: left;
  }
}

#Party .plan .planBlock .plan__desc .list__txt .l-txt {
  margin-bottom: 4vw;
  letter-spacing: 0.5px;
}

#Party .plan .planBlock .plan__desc .list__txt .l-txt .dt {
  min-width: 8em;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__txt .l-txt {
    margin-bottom: 0;
  }
  #Party .plan .planBlock .plan__desc .list__txt .l-txt + .l-txt {
    margin-top: 18px;
  }
}

#Party .plan .planBlock .plan__desc .list__price {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__price {
    width: 48%;
    float: right;
  }
}

#Party .plan .planBlock .plan__desc .list__price .l-name {
  font-size: 3vw;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 2vw;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__price .l-name {
    font-size: 16px;
    margin: 25px 0 20px;
  }
}

#Party .plan .planBlock .plan__desc .list__price .l-price {
  font-size: 10px;
  line-height: 1;
  border-bottom: 0.5px solid #231815;
  padding-bottom: 3.6vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__price .l-price {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 22px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}

#Party .plan .planBlock .plan__desc .list__price .l-price b {
  font-size: 4vw;
  font-weight: 600;
  margin: 0 5px;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__price .l-price b {
    font-size: 26px;
  }
}

#Party .plan .planBlock .plan__desc .list__price .l-price .tax {
  font-size: 9px;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__price .l-price .tax {
    font-size: 10px;
  }
}

#Party .plan .planBlock .plan__desc .list__btn {
  height: 10vw;
  margin: 0 20px;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__btn {
    width: 78%;
    height: 40px;
    margin: 0 auto;
  }
}

#Party .plan .planBlock .plan__desc .list__btn a {
  font-size: 4.1vw;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock .plan__desc .list__btn a {
    font-size: 16px;
  }
}

#Party .plan .planBlock .plan__desc + .plan__desc {
  padding-top: 0;
}

#Party .plan .planBlock + .planBlock {
  margin-top: 12vw;
}

@media screen and (min-width: 769px) {
  #Party .plan .planBlock + .planBlock {
    margin-top: 100px;
  }
}

/* Avtivity, Experience =============================================== */
#experience .toggle_conetnt h3 {
  cursor: pointer;
}

#experience .toggle_conetnt h3 span:after {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

#experience .toggle_conetnt h3.open span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#experience #Sight .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#experience #Sight .col h3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#experience #Sight .col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

#experience #Sight .col a:hover {
  opacity: 0.8;
}

#Activity .slick-initialized .slick-slide {
  padding: 0 5px;
}

#Activity .slide_area {
  margin: 0 0 12vw;
}

@media screen and (min-width: 769px) {
  #Activity .slide_area {
    margin: 0 0 100px;
  }
}

#Activity #experience .inner {
  margin-bottom: 14vw;
}

@media screen and (min-width: 769px) {
  #Activity #experience .inner {
    margin-bottom: 80px;
  }
}

#Activity #experience .center_txt.bm100 {
  margin-bottom: 14vw;
}

@media screen and (min-width: 769px) {
  #Activity #experience .center_txt.bm100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  #Activity .toggle_content_area {
    max-width: 805px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  #Activity .toggle_content_area .toggle_conetnt {
    width: 49%;
  }
}

#Activity .toggle_conetnt {
  margin: 0 0 70px;
}

@media screen and (max-width: 768px) {
  #Activity .toggle_conetnt {
    margin: 0 0 30px;
  }
}

#Activity .toggle_conetnt h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Activity .toggle_conetnt h3 img {
  width: 120px;
}

#Activity .toggle_conetnt h3 span {
  position: relative;
  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: calc(100% - 125px);
  height: 80px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  #Activity .toggle_conetnt h3 span {
    font-size: 13px;
  }
}

#Activity .toggle_conetnt h3 span:after {
  content: '>';
  display: inline-block;
  margin-left: 8px;
  font-size: 20px;
}

#Activity .content_block {
  padding: 0 10px;
  position: relative;
  margin: 0 0 100px;
}

@media screen and (max-width: 768px) {
  #Activity .content_block {
    margin: 0 0 50px;
  }
}

#Activity .content_block.mb0 {
  margin-bottom: 0;
}

#Activity .content_block p {
  margin: 0 0 30px;
  color: #4C4948;
  font-size: 12px;
  line-height: 2;
}

#Activity .content_block dl {
  margin: 0 0 20px;
}

@media screen and (min-width: 769px) {
  #Activity .content_block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#Activity .content_block dl dt {
  width: 50px;
  background-color: #231815;
  border-radius: 5px;
  margin-right: 15px;
  color: #fff;
  line-height: 21px;
  height: 21px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #Activity .content_block dl dd {
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
  }
}

#Activity .content_block h3 {
  margin: 0 0 1.5em;
  font-size: 20px;
  text-align: center;
}

#Activity .content_block h3.food::before {
  content: '＜FOOD＞';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

#Activity .content_block h3.drink::before {
  content: '＜DRINK＞';
}


@media screen and (max-width: 768px) {
  #Activity .content_block h3.food::before {
    top: -30px;
  }
  #Activity .content_block h3.drink {
    padding-top: 30px;
  }
  #Activity .content_block h3.drink::before {
    top: 0;
  }
}

#Activity .content_block h3 span {
  margin-left: 15px;
  font-size: 10px;
}

#Activity .content_block h4 {
  font-size: 12px;
  font-weight: bold;
}

#Activity .content_block .col {
  margin: 0 0 40px;
}

@media screen and (min-width: 769px) {
  #Activity .content_block .col {
    width: 47.5%;
    margin: 0 0 50px;
  }
}

#Activity .content_block .col img {
  margin: 0 0 25px;
}

#Activity .content_block .col p {
  line-height: 12px;
  line-height: 22px;
}

#Activity .content_block .col span {
  display: block;
  margin: 0 0 10px;
  font-size: 10px;
}

#Activity .content_block .col span.right {
  margin: 30px 0 0;
}

@media screen and (min-width: 769px) {
  #Activity .content_block .col span.right {
    text-align: right;
  }
}

#Activity .content_block .col span.right:nth-of-type(2) {
  margin: 5px 0 0;
}

#Activity .content_box {
  display: none;
  padding: 30px 20px;
  border-bottom: 1px solid #000;
}

#Activity .content_box p {
  color: #4C4948;
  font-size: 12px;
  line-height: 2;
}

#Activity .content_box dl {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  #Activity .content_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#Activity .content_box dl + dl {
  margin-top: 20px;
}

#Activity .content_box dl dt {
  min-width: 74px;
  background-color: #231815;
  border-radius: 5px;
  margin-right: 15px;
  color: #fff;
  line-height: 21px;
  height: 21px;
  text-align: center;
}

#Activity #Inside .content_box p {
  margin: 0;
}

@media screen and (min-width: 769px) {
  #Activity .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#Activity .pc_flex p.col2 {
  width: 50%;
}

/* add style 2021.04
 ==================================================== */
/* navigation */
.navigation .screen-reader-text {
  display: none;
}

.navigation {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 16vw;
  max-width: 65%;
}

@media screen and (min-width: 768px) {
  .navigation {
    margin-bottom: 100px;
    font-size: 20px;
    max-width: unset;
  }
}

.navigation .nav-links {
  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: 768px) {
  .navigation .nav-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.navigation .nav-links a, .navigation .nav-links span {
  color: #9e9f9f;
}

.navigation .nav-links .page-numbers {
  margin: 0 15px;
}

.navigation .nav-links .current {
  color: #000;
  border-bottom: 1px solid #000;
}

/* トップページ INFORMATION */
#HomeInfo ul li .title {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#HomeInfo ul li .date{white-space:nowrap;}

/* INFORMATION一覧 */
#News #HomeInfo ul > li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #News #HomeInfo {
    padding-top: 0;
  }
  #News #HomeInfo ul li:nth-of-type(2) {
    border-top: none;
  }
}

/* INFORMATION */
#News #Main .inner {
  max-width: 780px;
}
#News .news {
  margin-top: 10px;
}
#News .news__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #News .news__img {
    margin-bottom: 3.3vw;
  }
}
#News .news__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#News .news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #News .news__meta {
    font-size: 2.4vw;
    margin-bottom: 4vw;
  }
}
#News .news__label {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #ccc;
  min-width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #News .news__label {
    font-size: 10px;
    min-width: 70px;
    height: 14px;
  }
}
#News .news__title {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #News .news__title {
   font-size: 4.6vw;
   margin-bottom: 4vw;
  }
}
#News .news__sns {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #News .news__sns {
    margin-bottom: 4vw;
  }
}
#News .news__sns .sns_tw,
#News .news__sns .sns_fb,
#News .news__sns .sns_b {
  width: 41px;
  margin-right: 22px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #News .news__sns .sns_tw,
  #News .news__sns .sns_fb,
  #News .news__sns .sns_b {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
#News .news .cont-wrap {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #News .news .cont-wrap {
    font-size: 2.6vw;
  }
}
#News .news .cont-wrap h1,
#News .news .cont-wrap h2,
#News .news .cont-wrap h3,
#News .news .cont-wrap h4,
#News .news .cont-wrap h5,
#News .news .cont-wrap h6 {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  padding: 4px 0 4px 25px;
  margin-bottom: 30px;
  border-left: 7px solid #ccc;
}
@media screen and (max-width: 768px) {
  #News .news .cont-wrap h1,
  #News .news .cont-wrap h2,
  #News .news .cont-wrap h3,
  #News .news .cont-wrap h4,
  #News .news .cont-wrap h5,
  #News .news .cont-wrap h6 {
    font-size: 4.4vw;
    padding-left: 15px;
    margin-bottom: 3.5vw;
    border-left-width: 4px;
  }
}
#News .news .cont-wrap div,
#News .news .cont-wrap p,
#News .news .cont-wrap img {
  font-weight: 100;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #News .news .cont-wrap div,
  #News .news .cont-wrap p,
  #News .news .cont-wrap img {
    margin-bottom: 3.5vw;
  }
}
#News .news .cont-wrap img {
  display: block;
  margin: 0 auto;
}

/*-- maiko #68b9b7*/
#News.page-maiko .news__label {
  background-color: #68b9b7;
}
#News.page-maiko .news .cont-wrap h1,
#News.page-maiko .news .cont-wrap h2,
#News.page-maiko .news .cont-wrap h3,
#News.page-maiko .news .cont-wrap h4,
#News.page-maiko .news .cont-wrap h5,
#News.page-maiko .news .cont-wrap h6 {
  border-color: #68b9b7;
}
/*-- biwako #94bae3*/
#News.page-biwako .news__label {
  background-color: #94bae3;
}
#News.page-biwako .news .cont-wrap h1,
#News.page-biwako .news .cont-wrap h2,
#News.page-biwako .news .cont-wrap h3,
#News.page-biwako .news .cont-wrap h4,
#News.page-biwako .news .cont-wrap h5,
#News.page-biwako .news .cont-wrap h6 {
  border-color: #94bae3;
}
/*-- naramachi #b34c59*/
#News.page-naramachi .news__label {
  background-color: #b34c59;
}
#News.page-naramachi .news .cont-wrap h1,
#News.page-naramachi .news .cont-wrap h2,
#News.page-naramachi .news .cont-wrap h3,
#News.page-naramachi .news .cont-wrap h4,
#News.page-naramachi .news .cont-wrap h5,
#News.page-naramachi .news .cont-wrap h6 {
  border-color: #b34c59;
}
/*-- himeji #9ebb00
#News.page-himeji .news__label {
  background-color: #9ebb00;
}
#News.page-himeji .news .cont-wrap h1,
#News.page-himeji .news .cont-wrap h2,
#News.page-himeji .news .cont-wrap h3,
#News.page-himeji .news .cont-wrap h4,
#News.page-himeji .news .cont-wrap h5,
#News.page-himeji .news .cont-wrap h6 {
  border-color: #9ebb00;
}*/
/*-- nagasaki #ee7b47
#News.page-nagasaki .news__label {
  background-color: #ee7b47;
}
#News.page-nagasaki .news .cont-wrap h1,
#News.page-nagasaki .news .cont-wrap h2,
#News.page-nagasaki .news .cont-wrap h3,
#News.page-nagasaki .news .cont-wrap h4,
#News.page-nagasaki .news .cont-wrap h5,
#News.page-nagasaki .news .cont-wrap h6 {
  border-color: #ee7b47;
}*/
