@charset "UTF-8";
#price-list, #voice, #room, #attraction, #film, #photo, #map, #form {
  margin-top: -74px;
  padding-top: 74px; }

.header .head-main {
  background-color: #000;
  position: fixed;
  width: 100%;
  min-width: 500px;
  height: 74px;
  top: 0;
  left: 0;
  z-index: 999; }
.header nav li {
  display: inline-block; }
.header .favicon {
  width: 74px;
  height: 74px;
  background: #efea3a; }
.header h1 {
  width: 167px;
  height: 34px;
  margin-left: 94px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .header h1 a {
    display: block;
    color: #efea3a;
    height: 34px;
    height: auto; }
    .header h1 a img {
      height: 100%; }
    .header h1 a:hover {
      opacity: 0.7; }

.header-content {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative; }

.nav-block {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sns-list ul {
  vertical-align: middle; }
  .sns-list ul li {
    margin: 0 7px; }
    .sns-list ul li a {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      color: #efea3a; }
      .sns-list ul li a i:hover {
        transform: scale(1.2);
        color: #fff;
        opacity: 1; }

#menu {
  display: none; }

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: none; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

/* .menu-btn
--------------------------------------------------------*/
.menu-btn {
  width: 60px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.menu-btn-inner {
  display: block;
  position: relative;
  height: 28px; }

.slicknav_icon {
  display: block;
  padding: 12px;
  cursor: pointer;
  width: 35px;
  height: 26px;
  position: relative; }

.slicknav_icon,
.slicknav_icon span,
.slicknav_open .slicknav_icon:after {
  transition: all .2s;
  box-sizing: border-box; }

.slicknav_btn:hover {
  opacity: 1; }

.slicknav_icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 35px;
  height: 4px; }

.slicknav_icon span:nth-of-type(1) {
  top: 0;
  background: #efea3a; }

.slicknav_icon span:nth-of-type(2) {
  top: 11px;
  background: #efea3a; }

.slicknav_icon span:nth-of-type(3) {
  bottom: 0;
  background: #efea3a; }

/* animation  棒のやつ*/
.slicknav_icon span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 35px;
  height: 4px;
  transition: all .2s; }

.slicknav_open .slicknav_icon span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
  transform: translateY(20px) scale(0); }

.slicknav_open .slicknav_icon span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px; }

.slicknav_open .slicknav_icon span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #efea3a; }

.slicknav_open .slicknav_icon span:nth-of-type(3),
.slicknav_open .slicknav_icon:after {
  -webkit-transform: translateY(-20px) scale(0);
  transform: translateY(-20px) scale(0); }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 123px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  /* Safari, Chrome用 */
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  /* CSS3草案 */ }
  .slicknav_nav ul {
    display: block;
    max-height: 460px; }
  .slicknav_nav li {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }
    .slicknav_nav li:hover {
      background-color: #252a2e;
      opacity: 0.85; }
      .slicknav_nav li:hover a {
        color: #fff;
        opacity: 1; }
    .slicknav_nav li a {
      text-align: center;
      color: #252a2e;
      font-weight: 500;
      line-height: 1.3em;
      padding: 10px 0 10px;
      text-decoration: none; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  z-index: 1000;
  display: block;
  position: fixed;
  width: 100%;
  right: 0;
  top: -50px; }

.slicknav_menu.active {
  height: 100%;
  background: rgba(31, 38, 84, 0.95); }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  line-height: 1.125em;
  cursor: pointer;
  padding: 14px;
  text-decoration: none;
  top: 61px;
  margin-right: 14px; }
  .slicknav_btn:hover .slicknav_icon-bar {
    background-color: #fff; }
    .slicknav_btn:hover .slicknav_icon-bar:nth-child(2)::after {
      background-color: #fff; }

.slicknav_nav .slicknav_item a:before {
  display: none; }
.slicknav_nav .slicknav_item a:after {
  display: none; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_arrow {
  display: none; }

/*　dropmenu submenu　*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background-color: #252a2e;
  font-size: 1.6rem;
  color: #fff;
  padding: 50px;
  line-height: 1.7em; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Scss Document */
.header.off #glaylayer, .header.off #slidemenu {
  display: none !important; }

#hamburgerbtn {
  background: #000;
  border: none;
  padding: 10px 12px 8px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s; }
  #hamburgerbtn span {
    display: block;
    width: 35px;
    height: 4px;
    background: #efea3a;
    margin-bottom: 7px;
    transition: all 0.2s; }
    #hamburgerbtn span:nth-of-type(3) {
      margin-bottom: 3px; }
  #hamburgerbtn.clicked {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
    #hamburgerbtn.clicked .bar1 {
      background: #fff;
      transform: rotate(0deg) translateY(11px);
      -webkit-transform: rotate(0deg) translateY(11px); }
    #hamburgerbtn.clicked .bar2 {
      opacity: 0; }
    #hamburgerbtn.clicked .bar3 {
      background: #fff;
      transform: rotate(90deg) translateX(-11px);
      -webkit-transform: rotate(90deg) translateX(-11px); }
  #hamburgerbtn:hover span {
    background: #fff; }

#slidemenu {
  display: none;
  position: fixed;
  z-index: 11;
  top: 74px;
  width: 100%;
  height: 100%;
  max-width: 550px;
  background: #333;
  opacity: 0.99;
  list-style: none; }
  #slidemenu li {
    display: block;
    border-bottom: 1px solid #333;
    list-style: none; }
    #slidemenu li:last-child {
      margin-bottom: 74px;
      border-bottom: none; }
  #slidemenu a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 20px;
    position: relative; }
  #slidemenu.clicked {
    display: block; }
    #slidemenu.clicked li {
      border-bottom: 1px solid #666; }
    #slidemenu.clicked a {
      color: #fff; }
      #slidemenu.clicked a::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url("../img/header/nav-triangle.png");
        width: 11px;
        height: 10px;
        right: 0;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        background-size: contain; }
      #slidemenu.clicked a:hover, #slidemenu.clicked a :active {
        background: #efea3a;
        color: #252a2e; }
        #slidemenu.clicked a:hover::after, #slidemenu.clicked a :active::after {
          background-image: url("../img/header/nav-triangle_hov.png"); }

#glaylayer {
  position: fixed;
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3; }

/* common
---------------------------------------------*/
html {
  font-size: 62.5%;
  min-width: 1100px; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #252a2e;
  line-height: 1;
  min-width: 1100px;
  overflow-x: scroll; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
a,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle; }

a {
  text-decoration: none; }

li {
  list-style: none; }

img {
  vertical-align: top; }

.logo {
  font-weight: bold; }

.body {
  padding-top: 74px; }

.content-block {
  padding: 65px 74px; }
  .content-block.bk {
    background-color: #252a2e;
    color: #fff; }

.sec-contents {
  max-width: 952px;
  margin: 0 auto;
  position: relative; }

.main-title {
  font-size: 43px;
  font-size: 4.3rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1em; }

.sec-top {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative; }
  .sec-top .text-jp {
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: normal; }

#toote .sec-top {
  margin-top: 40px; }

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

.text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em; }

.top-text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7em; }

.border-block {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  padding: 4px 30px;
  line-height: 1em;
  border: solid 2px #252a2e; }

.border-white {
  border-color: #fff; }

.parking-border {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 20px;
  line-height: 1em;
  border: solid 1px #252a2e; }

.price {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1em;
  margin: 40px 0; }
  .price span {
    font-size: 24px;
    font-size: 2.4rem;
    vertical-align: bottom;
    margin-right: 5px; }
  .price.rental-price {
    margin-bottom: 20px; }

#toote .text {
  margin-bottom: 20px; }

.price-details {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  font-weight: bold; }

.form-text {
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 40px; }
  .form-text span {
    box-sizing: border-box;
    border-bottom: solid 3px #252a2e; }

.comparison-disguise {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0 0 15px; }
  .comparison-disguise span {
    position: absolute;
    top: 0;
    left: -1em;
    font-weight: lighter; }

.transfer {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
  margin-top: 40px; }
  .transfer span {
    font-weight: bold; }

.disguise-list {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
  padding-left: 1em; }
  .disguise-list li {
    position: relative; }
  .disguise-list span {
    position: absolute;
    top: 0;
    left: -1em;
    font-weight: lighter; }
  .disguise-list .red {
    position: sticky;
    color: #cf0505; }

.yellow-block {
  display: table;
  border-collapse: separate;
  border-spacing: 15px 0; }
  .yellow-block li {
    background-color: #efea3a;
    color: #252a2e;
    width: 108px;
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin-right: 15px; }

.dots-list {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em; }

.address-list li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7em; }

.address-caution {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7em;
  margin-top: 15px;
  padding-left: 1em;
  position: relative; }
  .address-caution span {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: lighter; }
  .address-caution .mail {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7em;
    color: #252a2e;
    vertical-align: baseline; }

.arrow-link {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  padding: 4px 10px 4px 15px;
  line-height: 1em;
  border: solid 2px #fff;
  color: #fff;
  position: relative;
  margin-top: 40px;
  text-align: center;
  box-sizing: border-box; }
  .arrow-link::after {
    content: "";
    display: inline-block;
    background-image: url("../img/arrow_01.svg");
    width: 18px;
    height: 8px;
    margin: 0 10px 5px 5px;
    background-size: contain;
    vertical-align: middle; }
  .arrow-link:hover {
    color: #252a2e;
    border-color: #efea3a;
    background-color: #efea3a; }
    .arrow-link:hover::after {
      background-image: url("../img/arrow_02.svg"); }
  .arrow-link .arrow {
    width: 24px;
    height: 10px;
    margin: 3px 0 0 10px; }

.new-icon {
  display: inline-block;
  vertical-align: bottom;
  color: #252a2e;
  background-color: #efea3a;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 8px 0 10px;
  margin-right: 15px; }

.btn-box {
  font-size: 18px;
  font-size: 1.8rem;
  width: 85px;
  padding: 10px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  text-align: center;
  line-height: 1.15em;
  color: #efea3a;
  background-color: #252a2e;
  position: absolute;
  top: 0;
  left: 91%; }
  .btn-box::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 57px;
    left: 37px;
    border-style: solid;
    border-width: 10.4px 6px 0 6px;
    border-color: #efea3a transparent transparent transparent; }
  .btn-box:hover {
    color: #252a2e;
    background-color: #efea3a; }
    .btn-box:hover::after {
      border-color: #252a2e transparent transparent transparent; }
  .btn-box.yellow {
    color: #252a2e;
    background-color: #efea3a; }
    .btn-box.yellow::after {
      border-top-color: #252a2e; }
    .btn-box.yellow:hover {
      background-color: #fff; }

.first-sec {
  position: relative; }
  .first-sec .main-img {
    position: absolute;
    top: 74px;
    left: -1%;
    z-index: 9999; }

.page-top-margin {
  margin-left: 34.9%; }

.border-box {
  overflow: hidden; }
  .border-box .border-white {
    float: left; }
  .border-box .yellow-block {
    float: left; }

.price-list {
  margin: 80px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .price-list table {
    border-spacing: 0;
    width: 30%;
    text-align: center; }
    .price-list table th {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: normal;
      border: solid 1px #fff;
      border-bottom: none;
      border-top: solid 8px #efea3a;
      padding: 25px 0;
      line-height: 1.25em;
      height: 97px; }
      .price-list table th span {
        font-size: 36px;
        font-size: 3.6rem; }
      .price-list table th small {
        font-size: 18px;
        font-size: 1.8rem; }
    .price-list table td {
      font-size: 18px;
      font-size: 1.8rem;
      border: solid 1px #fff;
      border-bottom: none;
      padding: 20px 0; }
    .price-list table tr:last-child td {
      border-bottom: solid 1px #fff; }

.cut-box {
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px; }

.cut-block {
  border: solid 1px #fff;
  border-top: solid 8px #efea3a;
  width: 283px;
  height: 238px;
  float: left;
  margin-right: 50px;
  box-sizing: border-box; }
  .cut-block:last-of-type {
    margin-right: 0; }
  .cut-block .cut-text-01 {
    font-size: 43px;
    font-size: 4.3rem;
    display: inline-block;
    margin-top: 30px;
    vertical-align: middle; }
    .cut-block .cut-text-01.l-1 {
      margin-top: 20px; }
    .cut-block .cut-text-01 span {
      font-size: 55px;
      font-size: 5.5rem; }
  .cut-block .cut-text-02 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 10px 0 45px;
    line-height: 31px; }
    .cut-block .cut-text-02.cut-exception {
      margin-bottom: 18px; }
    .cut-block .cut-text-02.l-2 {
      margin-bottom: 50px; }
  .cut-block .cut-text-03 {
    font-size: 43px;
    font-size: 4.3rem; }
    .cut-block .cut-text-03 span {
      font-size: 30px;
      font-size: 3rem;
      display: inline-block;
      vertical-align: top;
      padding-top: 7px; }

.img-block .photo-block {
  overflow: hidden;
  margin-bottom: 40px; }
  .img-block .photo-block:last-child {
    margin-bottom: 0; }
  .img-block .photo-block .photo-btn-block {
    position: relative; }
    .img-block .photo-block .photo-btn-block img {
      max-width: 100%; }
  .img-block .photo-block .photo-btn {
    position: absolute;
    bottom: 7px;
    right: 7px; }
    .img-block .photo-block .photo-btn p {
      display: inline-block; }
    .img-block .photo-block .photo-btn a {
      display: inline-block;
      color: #fff;
      margin-left: 3px; }
      .img-block .photo-block .photo-btn a:hover {
        color: #252a2e; }
    .img-block .photo-block .photo-btn .text-bg {
      background-color: #252a2e;
      width: 83px;
      padding: 2px 0;
      text-align: center; }
      .img-block .photo-block .photo-btn .text-bg.luminous:hover {
        background-color: #efea3a; }
  .img-block .photo-block .photo-left {
    float: left;
    margin-right: 40px; }
  .img-block .photo-block .photo-right {
    float: left; }
.img-block .smple-block {
  margin-top: 40px; }
  .img-block .smple-block .photo-btn-block {
    width: 456px; }
  .img-block .smple-block .smple-link {
    margin-top: 20px;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer; }
    .img-block .smple-block .smple-link::before {
      content: "";
      display: inline-block;
      background-image: url("../img/arrow_01.svg");
      width: 18px;
      height: 8px;
      margin: 0 5px 5px 5px;
      background-size: contain;
      vertical-align: middle; }
    .img-block .smple-block .smple-link:hover {
      color: #efea3a; }
      .img-block .smple-block .smple-link:hover::before {
        background-image: url("../img/arrow_03.svg"); }

.test {
  background-color: #252a2e;
  font-size: 1.6rem;
  color: #fff;
  padding: 50px;
  line-height: 1.7em; }

.room-block {
  overflow: hidden; }
  .room-block .room-img {
    float: left;
    margin-right: 35px; }
  .room-block .text {
    float: left; }
  .room-block .dots-list {
    float: left; }

#map {
  position: relative; }

.appearance {
  position: absolute;
  top: 76px;
  right: 0; }

.map {
  width: 100%;
  height: auto;
  margin: 0 auto; }

.lum-open {
  z-index: 999999; }

.lum-close-button {
  top: auto;
  right: 28px;
  bottom: 24px;
  opacity: 1; }

input,
button,
textarea,
select,
tr,
th,
td {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-block.form-bk {
  background-color: rgba(37, 42, 46, 0.08); }
  .form-block.form-bk table {
    margin-bottom: 20px; }

.form-table {
  margin: 0 auto;
  width: 952px; }
  .form-table tr th {
    text-align: left;
    font-weight: normal;
    width: 215px;
    height: 40px;
    padding-bottom: 20px;
    vertical-align: middle; }
  .form-table tr td {
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem; }
    .form-table tr td select {
      font-size: 14px;
      font-size: 1.4rem;
      border-radius: none; }
  .form-table tr .form-question {
    vertical-align: top; }

label {
  position: relative; }
  label input {
    display: none; }

form#mailformpro {
  padding: 0; }

form#mailformpro label.mfp_checked {
  padding: 0 0 0 30px;
  margin-right: 30px;
  border: none;
  background: none;
  box-shadow: none; }
  form#mailformpro label.mfp_checked::before {
    position: absolute;
    content: "";
    top: 70%;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -17px;
    background: #fff;
    border: 1px solid #252a2e;
    border-radius: 100%; }
  form#mailformpro label.mfp_checked::after {
    position: absolute;
    content: "";
    top: 70%;
    left: 8px;
    width: 10px;
    height: 10px;
    margin-top: -9px;
    background: #252a2e;
    border-radius: 100%; }

form#mailformpro label.mfp_not_checked {
  padding: 0 0 0 30px;
  margin-right: 30px;
  border: none;
  background: none;
  box-shadow: none; }
  form#mailformpro label.mfp_not_checked::before {
    position: absolute;
    content: "";
    top: 70%;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -17px;
    background: #fff;
    border: 1px solid #252a2e;
    border-radius: 100%; }

#orderscan-only {
  padding-top: 20px; }

.input-area {
  width: 494px;
  height: 40px; }

.mfp_element_text,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_select-one {
  border-color: rgba(37, 42, 46, 0.25);
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 5px 10px; }

.mfp_element_select-one {
  width: 75px;
  height: 40px;
  padding-left: 11px;
  background-color: #fff; }
  .mfp_element_select-one.form-time {
    padding-left: 11px; }

.mfp_element_textarea {
  width: 494px;
  height: 192px; }

.form-disguise span {
  font-weight: lighter; }

#mfp_OperationCheck {
  display: none; }

div.mfp_err {
  line-height: 1em; }

.mfp_element_submit {
  border-radius: 0;
  text-shadow: none;
  background: rgba(37, 42, 46, 0.8);
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  height: 42px;
  padding: 0 15px 0 20px;
  border: 1px solid rgba(37, 42, 46, 0.25); }
  .mfp_element_submit::after {
    content: "";
    display: inline-block;
    background: url("../img/arrow_01.svg");
    width: 18px;
    height: 8px;
    margin: 0 0 5px 7px;
    background-size: contain;
    vertical-align: middle; }
  .mfp_element_submit:hover {
    background: #efea3a;
    color: #252a2e;
    border: none;
    box-shadow: none; }
    .mfp_element_submit:hover::after {
      content: "";
      display: inline-block;
      background: url("../img/arrow_02.svg");
      width: 18px;
      height: 8px;
      margin-left: 5px;
      background-size: contain;
      vertical-align: middle; }

div#mfp_overlay_inner {
  border-radius: 0;
  padding: 40px; }

table#mfp_confirm_table {
  border-color: rgba(37, 42, 46, 0.25); }
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: solid 1px rgba(37, 42, 46, 0.08); }
    table#mfp_confirm_table tr th:first-of-type,
    table#mfp_confirm_table tr td:first-of-type {
      border-top: solid 1px rgba(37, 42, 46, 0.08); }
    table#mfp_confirm_table tr th:last-of-type,
    table#mfp_confirm_table tr td:last-of-type {
      border-bottom: solid 1px rgba(37, 42, 46, 0.08); }
  table#mfp_confirm_table tr.mfp_colored {
    background: rgba(37, 42, 46, 0.08); }

.mfp_element_button {
  border-radius: 0;
  border: none; }

#mfp_overlay_inner h4 {
  display: inline-block;
  margin: 12px 0; }

.mfp_element_submit {
  display: inline-block; }

.mfp_element_all {
  max-width: 100%; }

.mfp_element_select-one {
  cursor: pointer; }

div.mfp_buttons {
  padding: 20px 0 0 0; }
  div.mfp_buttons .arrow {
    width: 19px;
    height: 8px;
    margin: 7px 0 0 5px; }

.mfp_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto; }

#mfp_button_cancel {
  order: 1;
  border-radius: 0;
  text-shadow: none;
  background: rgba(37, 42, 46, 0.25);
  font-size: 18px;
  font-size: 1.8rem;
  color: rgba(37, 42, 46, 0.5);
  height: 42px;
  width: 130px;
  border: none;
  margin-top: 20px;
  margin-right: 40px; }
  #mfp_button_cancel:hover {
    background: rgba(37, 42, 46, 0.25);
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    border: none;
    box-shadow: none; }

#mfp_button_send {
  order: 2;
  border-radius: 0;
  text-shadow: none;
  background: rgba(37, 42, 46, 0.8);
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  height: 42px;
  width: 130px;
  border: none;
  margin-top: 20px; }
  #mfp_button_send::after {
    content: "";
    display: inline-block;
    background: url("../img/arrow_01.svg");
    width: 18px;
    height: 8px;
    margin-left: 5px;
    background-size: contain;
    vertical-align: middle; }
  #mfp_button_send:hover {
    background: #efea3a;
    color: #252a2e;
    border: none;
    box-shadow: none; }
    #mfp_button_send:hover::after {
      content: "";
      display: inline-block;
      background: url("../img/arrow_02.svg");
      width: 18px;
      height: 8px;
      margin-left: 5px;
      background-size: contain;
      vertical-align: middle; }

.free-scan-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .free-scan-box span {
    font-weight: normal; }
  .free-scan-box .free-block {
    margin-right: 90px; }

.free {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #252a2e;
  color: #efea3a;
  display: inline-block;
  padding: 10px 40px;
  margin-bottom: 40px; }

.test-scan {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #efea3a;
  color: #252a2e;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 40px; }

.fadeinup,
.fadeinup_02,
.fadeinup_03 {
  opacity: 0; }

.fadeinup.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeinup_02.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.fadeinup_03.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
#popup-01 {
  display: none;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 100002px rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  animation: show 0.35s linear 0s;
  position: fixed; }

#popup-01 {
  width: 65vw;
  max-height: 44vw; }

.popup_container {
  padding: 50px 40px;
  color: #fff; }

.popup_container {
  padding: 40px;
  background: rgba(0, 0, 0, 0.9);
  height: 50vh;
  overflow-y: scroll; }
  .popup_container h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 22px; }
  .popup_container p {
    width: 100%;
    line-height: 1.8em;
    margin-bottom: 10px;
    min-height: 320px; }
    .popup_container p span {
      display: inline-block;
      float: right;
      position: relative; }
      .popup_container p span:before {
        content: "";
        position: absolute;
        width: 34px;
        height: 1px;
        background: #fff;
        left: -44px;
        top: 14px; }
  .popup_container .lum-close-button {
    position: fixed; }
  .popup_container input[type="button"] {
    letter-spacing: 0.1em;
    background: none;
    border-color: transparent transparent #fff transparent;
    border-width: 1px;
    border-style: solid;
    padding: 0 3px 1px 5px;
    transition: all 0.3s; }
    .popup_container input[type="button"]:focus {
      outline: none; }
    .popup_container input[type="button"]:hover {
      color: #efea3a;
      border-color: transparent transparent #efea3a transparent; }

.thanks {
  width: 100%;
  height: 100%;
  text-align: center; }
  .thanks p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 80px;
    line-height: 1.8em; }
  .thanks .thanks-content {
    height: 100%;
    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; }
    .thanks .thanks-content .send {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: bold;
      margin-bottom: 34px;
      position: relative; }
      .thanks .thanks-content .send::after {
        content: "";
        background-color: #efea3a;
        width: 95%;
        height: 13px;
        display: inline-block;
        position: absolute;
        left: -2px;
        bottom: 9px;
        z-index: -1; }
    .thanks .thanks-content a {
      padding: 20px 72px;
      background: #efea3a;
      font-size: 18px;
      font-size: 1.8rem;
      color: #252a2e;
      position: relative; }
      .thanks .thanks-content a::before {
        content: "";
        position: absolute;
        display: inline-block;
        background: url(../img/thanks/arrow.png) no-repeat;
        width: 18px;
        height: 8px;
        top: 45%;
        left: 18px; }
  .thanks .footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0; }

.slideshow {
  background-color: #252a2e;
  font-size: 1.6rem;
  color: #fff;
  padding: 30px;
  line-height: 1.7em;
  position: relative; }
  .slideshow .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    min-height: 300px;
    height: 100%; }
    .slideshow .slide .image-pair {
      display: flex;
      gap: 2rem;
      margin-bottom: 2rem;
      width: 75%;
      padding: 0 2rem;
      height: 200px; }
      .slideshow .slide .image-pair img {
        height: 100%; }
  .slideshow p {
    padding: 0 2rem;
    text-align: justify; }
    .slideshow p:last-child {
      text-align: right;
      font-weight: 600; }

.slick-slide {
  display: flex;
  justify-content: center;
  min-height: 100%; }

.slick-list {
  height: 100%; }

.slick-track {
  display: flex;
  align-items: center; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-sizing: border-box; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    margin: auto; }

.slick-next:before {
  border-left: none;
  border-bottom: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff; }

.slick-prev {
  left: 18px; }
  .slick-prev:before {
    transform: translate(2px, 0) rotate(45deg); }

.slick-next {
  right: 18px; }
  .slick-next:before {
    transform: translate(-2px, 0) rotate(45deg); }

.slick-dots {
  bottom: -40px;
  left: 0; }

.slick-dots li {
  height: 10px;
  width: 10px;
  border: solid 1px #252a2e;
  border-radius: 50%;
  background-color: transparent; }

.slick-dots .slick-active {
  background-color: #252a2e;
  border-color: #252a2e; }

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  animation: modalFadeIn 0.3s; }
  .modal-inner {
    position: relative; }
    .modal-inner::before {
      content: "\00d7";
      top: 0px;
      right: -11px;
      position: absolute;
      z-index: 10;
      font-size: 2rem;
      justify-content: center;
      transform: translate(-47%, -60%);
      cursor: pointer; }
    .modal-inner::after {
      content: "";
      top: -16px;
      right: -14px;
      position: absolute;
      background: #fff;
      height: 30px;
      width: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      border-radius: 50%;
      cursor: pointer; }
    .modal-inner.yoko {
      max-width: 90vh; }
      .modal-inner.yoko img {
        width: 100%;
        height: auto; }
    .modal-inner.tate {
      max-height: 90vh; }
      .modal-inner.tate img {
        width: auto;
        height: 90vh; }

.room-block {
  display: flex;
  gap: 35px;
  align-items: stretch; }
  .room-block .room-img {
    flex: 1;
    max-width: 50%; }
  .room-block .room-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .room-block .room-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .room-block .dots-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8; }

.clickable-image:hover {
  cursor: pointer !important; }

@keyframes modalFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modalFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
footer {
  background: #000;
  margin-top: 105px; }

.footer-content {
  margin: 0 auto;
  padding: 24px 28px; }
  .footer-content .footer-title {
    font-size: 20px;
    font-size: 2rem;
    color: #efea3a;
    text-align: right;
    margin-bottom: 20px; }
  .footer-content .copyright {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-align: right; }
