@charset "UTF-8";

.home {
  background-repeat: no-repeat;
  background-position: center top -5px;
}

.btn,
input[type="button"].btn,
input[type="reset"].btn,
input[type="submit"].btn {
  font-family: "Noto Serif JP";
  color: #2b2929;
  border: 1px solid #2b2929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  letter-spacing: .09em;
}

/* .btn:visited,
input[type="button"].btn:visited,
input[type="reset"].btn:visited,
input[type="submit"].btn:visited {
   color: #2b2929; 
} */

.btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover,
input[type="submit"].btn:hover {
  color: #fff;
  background-color: #2b2929;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 520px) {

  .btn,
  input[type="button"].btn,
  input[type="reset"].btn,
  input[type="submit"].btn {
    font-size: 3.0vw;
  }
}

.btn-under {
  border-width: 0 0 2px 0;
}

.btn-sdw {
  width: 345px;
  position: relative;
  margin-bottom: 7px;
  margin-right: 7px;
}

.btn-sdw::before {
  content: "";
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #2b2929;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 8px;
  left: 8px;
}

@media (max-width: 520px) {
  .btn-sdw {
    width: 220px;
    height: 38px;
  }
}

.bg-p {
  background-color: #8976a2;
  color: #fff;
}

.bg-k {
  background-color: #ceb333;
  color: #fff;
}

.bg-g {
  background-color: #808080;
  color: #fff;
}

.btn-cnt {
  margin: 60px 0;
}

.btn-cnt .btn {
  margin: 0 auto;
}

.btn-left {
  margin: 60px 0;
}

.btn-left .btn {
  margin: 0 auto 0 0;
}

.dropdown ul {
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

.dropdown li {
  position: relative;
}

.dropdown>div {
  width: 150px;
  text-align: center;
  background: #FFF;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  font-family: "Noto Sans JP";
  font-size: 14px;
}

.dropdown>div::before {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(../img/icon/arw-language.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
}

@media (max-width: 810px) {
  .dropdown>div {
    position: fixed;
    right: 60px;
  }
}

.dropdown>div span {
  height: 50px;
  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;
}

@media (max-width: 810px) {
  .dropdown>div span {
    height: 46px;
  }
}

.dropdown_menu {
  display: none;
  padding: 0;
}

.dropdown_menu li {
  width: 100%;
}

.dropdown_menu li a {
  display: block;
  background-color: #fff;
  padding: 12px 0;
  text-align: center;
}

.dropdown_menu li a:hover {
  background: #2b2929;
  color: #fff;
}

@media (max-width: 810px) {
  .dropdown-pc {
    display: none;
  }
}

.li-parent {
  position: relative;
}

.li-parent .li-rower {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (max-width: 810px) {
  .li-parent .li-rower {
    top: 46px;
  }
}

.li-parent .li-rower li a {
  display: block;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
}

.li-parent .li-rower li a:hover {
  background-color: #8976a2;
  color: #fff;
}

.li-parent:hover .li-rower {
  top: 50px;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}

@media (max-width: 810px) {
  .li-parent:hover .li-rower {
    top: 46px;
  }
}

.swiper-pagination {
  left: 0;
  right: 0;
  bottom: 5%;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #2b2929;
  opacity: .6;
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #8976a2;
}

.p-home .la-jp,
.p-about .la-jp {
  background: #2b2929;
  color: #fff;
}

.l-search {
  background-color: #eceff2;
}

@media (max-width: 810px) {
  #bg-nav .l-search {
    display: none;
  }
}

.l-search-inner {
  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;
  height: 65px;
}

.l-search-inner input,
.l-search-inner select,
.l-search-inner button {
  display: block;
}

.l-search-inner .l-inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-search-inner .l-inp .tx-label {
  margin: 0 12px 0 0;
  font-size: 20px;
}

@media (max-width: 1030px) {
  .l-search-inner .l-inp .tx-label {
    font-size: 1.6vw;
  }
}

.l-search-inner .l-inp input[type="date"] {
  width: 140px;
  height: 38px;
  padding-left: 2em;
  margin-right: 5px;
  position: relative;
  border-color: #2b2929;
}

.l-search-inner .l-inp input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.l-search-inner .l-inp input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.l-search-inner .l-inp .l-inp-cal {
  margin-right: 12px;
  position: relative;
}

.l-search-inner .l-inp .l-inp-cal::after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icon/ico-cal.png);
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 17px;
}

.l-search-inner .l-inp .l-inp-cal .inp {
  font-size: 18px;
  height: 48px;
  width: 203px;
  padding-left: 45px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  background-color: #fff;
}

@media (max-width: 1030px) {
  .l-search-inner .l-inp .l-inp-cal .inp {
    font-size: 1.6vw;
    width: auto;
  }
}

@media (max-width: 1030px) {
  .l-search-inner .l-inp .l-inp-cal .inp {
    width: 160px;
  }
}

.l-search-inner .l-inp .l-select-stay {
  position: relative;
}

.l-search-inner .l-inp .l-select-stay::before {
  content: "▼";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.0em;
  font-size: 12px;
}

@media (max-width: 810px) {
  .l-search-inner .l-inp .l-select-stay::before {
    font-size: 2.4vw;
  }
}

.l-search-inner .l-inp .select-stay {
  height: 48px;
  width: 130px;
  padding-left: 20px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 1030px) {
  .l-search-inner .l-inp .select-stay {
    width: 90px;
  }
}

.l-search-inner .l-col-tel img {
  max-width: 220px;
}

.l-search-inner .l-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-search-inner .l-btn .btn-search {
  border: none;
  height: 38px;
  padding: 0 25px;
  margin-left: 12px;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.l-search-inner .l-btn .btn-search:last-of-type {
  padding: 0 20px;
}

@media (max-width: 1030px) {
  .l-search-inner .l-btn .btn-search {
    font-size: 1.4vw;
    padding: 0 10px;
  }
}

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

dl.date_489ban dd label,
dl.date_489ban dd,
dl.date_489ban,
#search_ban form,
.inbox_489ban .stay_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

dl.date_489ban dd {
  position: relative;
  margin-right: 10px;
}

dl.date_489ban dd::after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/icon/ico-cal.png);
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}

dl.date_489ban dd label {
  letter-spacing: 0;
  margin: 0 5px;
}

dl.date_489ban dt {
  font-weight: normal;
  margin-right: 10px;
}

dl.date_489ban dt label {
  letter-spacing: .1em;
}

dl.stay_489ban dt {
  font-weight: normal;
}

dl.stay_489ban dt label {
  display: none;
}

dl.stay_489ban dd select {
  height: 38px;
  width: 64px;
  padding-left: .25em;
  border-color: #2b2929;
}

#search_ban button[type="button"] {
  font-family: 'Noto Serif JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  padding: 0 5px;
  height: 38px;
  text-align: center;
  background-color: #2b2929;
  color: #fff;
}

#search_ban button[type="button"]:hover {
  cursor: pointer;
}

.l-slide-menu {
  position: fixed;
  top: 12%;
  left: 0;
  z-index: 100;
}

@media (max-width: 680px) {
  .l-slide-menu {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .l-slide-menu {
    top: 4%;
  }
}

.l-slide-menu .l-search-inner {
  height: auto;
  padding: 28px;
}

@media (max-width: 680px) {
  .l-slide-menu .l-search-inner {
    padding: 14px;
  }
}

.l-slide-menu .l-search-inner .l-inp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-slide-menu .l-search-inner .l-inp .l-inp-upper {
  width: 100%;
  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;
  margin: 12px 0;
}

@media (max-width: 680px) {
  .l-slide-menu .l-search-inner .l-inp .l-inp-upper {
    margin: 6px 0;
  }
}

@media (max-width: 680px) {
  .l-slide-menu .l-search-inner .l-inp .l-inp-upper .tx-label {
    font-size: 3vw;
  }
}

.l-slide-menu .l-search-inner .l-inp .l-inp-upper .l-inp-cal {
  width: 49%;
  margin-right: 0;
}

.l-slide-menu .l-search-inner .l-inp .l-inp-upper .l-inp-cal .inp {
  width: 100%;
}

@media (max-width: 680px) {
  .l-slide-menu .l-search-inner .l-inp .l-inp-upper .l-inp-cal .inp {
    height: 34px;
    font-size: 3vw;
    padding-left: 35px;
  }
}

.l-slide-menu .l-search-inner .l-inp .l-inp-upper .select-stay {
  width: 152px;
}

@media (max-width: 680px) {
  .l-slide-menu .l-search-inner .l-inp .l-inp-upper .select-stay {
    width: 90px;
    height: 34px;
    font-size: 3.4vw;
  }
}

.l-slide-menu .l-search-inner .l-inp .l-btn {
  width: 100%;
  margin: 12px 0;
}

@media (max-width: 680px) {
  .l-slide-menu .l-search-inner .l-inp .l-btn {
    margin: 6px 0;
  }
}

.l-slide-menu .l-search-inner .l-inp .l-btn .btn-search {
  margin-left: 0;
}

@media (max-width: 680px) {
  .l-slide-menu .l-search-inner .l-inp .l-btn .btn-search {
    padding: 0 8px;
    height: 30px;
    font-size: 3vw;
  }
}

.l-slide-in,
.l-slide-in2,
.l-slide-in3,
.l-slide-in4 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 604px;
  height: 215px;
  -webkit-transform: translateX(calc(-100% + 58px));
  transform: translateX(calc(-100% + 58px));
  -webkit-transition: all .35s;
  transition: all .35s;
  /* 移動する速さ */
}

.l-slide-in3 {
  height: 225px;
}

.l-slide-in4 {
  height: 225px;
}

@media (max-width: 1600px) {

  .l-slide-in,
  .l-slide-in2,
  .l-slide-in3,
  .l-slide-in4 {
    width: 604px;
    height: 179px;
    /* 移動する速さ */
  }
}

.l-slide-in3 {
  top: 223px;
  background-color: #eceff2;
  margin-bottom: 12px;
}

/*.l-slide-in3 {
  top: 447px;
  background-color: #eceff2;
  margin-bottom: 12px;
}*/

.l-slide-in4 {
  top: 456px;
  background-color: #7ab1b8;
  margin-bottom: 12px;
}

@media (max-width: 1600px) {
  .l-slide-in3 {
    top: 187px;
    height: 196px;
  }
}

@media (max-width: 1600px) {
  .l-slide-in4 {
    top: 395px;
    height: 196px;
  }
}

/*@media (max-width: 1600px) {
.l-slide-in3 {
  top: 374px;
  height: 196px;
}
}*/

@media all and (-ms-high-contrast: none) {

  .l-slide-in,
  .l-slide-in2,
  .l-slide-in3,
  .l-slide-in4 {
    left: -546px;
  }
}

@media (max-width: 680px) {

  .l-slide-in,
  .l-slide-in2,
  .l-slide-in3,
  .l-slide-in4 {
    width: 346px;
    height: 130px;
    -webkit-transform: translateX(calc(-100% + 30px));
    transform: translateX(calc(-100% + 30px));
  }
}

.l-slide-in.l-slide-open,
.l-slide-in2.l-slide-open,
.l-slide-in3.l-slide-open,
.l-slide-in4.l-slide-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -ms-transform: translateX(0);
}

@media all and (-ms-high-contrast: none) {

  .l-slide-in.l-slide-open,
  .l-slide-in2.l-slide-open,
  .l-slide-in3.l-slide-open,
  .l-slide-in4.l-slide-open {
    left: 0 !important;
  }
}

.l-slide-in.l-slide-open .l-slide-act .menu-act::after,
.l-slide-in.l-slide-open .l-slide-act .menu-act2::after,
.l-slide-in.l-slide-open .l-slide-act2 .menu-act::after,
.l-slide-in.l-slide-open .l-slide-act2 .menu-act2::after,
.l-slide-in2.l-slide-open .l-slide-act .menu-act::after,
.l-slide-in2.l-slide-open .l-slide-act .menu-act2::after,
.l-slide-in2.l-slide-open .l-slide-act2 .menu-act::after,
.l-slide-in2.l-slide-open .l-slide-act2 .menu-act2::after,
.l-slide-in3.l-slide-open .l-slide-act .menu-act::after,
.l-slide-in3.l-slide-open .l-slide-act .menu-act2::after,
.l-slide-in3.l-slide-open .l-slide-act3 .menu-act3::after,
.l-slide-in4.l-slide-open .l-slide-act .menu-act::after,
.l-slide-in4.l-slide-open .l-slide-act .menu-act2::after,
.l-slide-in4.l-slide-open .l-slide-act3 .menu-act3::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-slide-in .l-slide-act,
.l-slide-in .l-slide-act2,
.l-slide-in2 .l-slide-act,
.l-slide-in2 .l-slide-act2,
.l-slide-in3 .l-slide-act3,
.l-slide-in4 .l-slide-act4 {
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 680px) {

  .l-slide-in .l-slide-act,
  .l-slide-in .l-slide-act2,
  .l-slide-in2 .l-slide-act,
  .l-slide-in2 .l-slide-act2,
  .l-slide-in3 .l-slide-act3,
  .l-slide-in4 .l-slide-act4 {
    width: 30px;
  }
}

.l-slide-in .l-slide-act .menu-act,
.l-slide-in .l-slide-act .menu-act2,
.l-slide-in .l-slide-act2 .menu-act,
.l-slide-in .l-slide-act2 .menu-act2,
.l-slide-in2 .l-slide-act .menu-act,
.l-slide-in2 .l-slide-act .menu-act2,
.l-slide-in2 .l-slide-act2 .menu-act,
.l-slide-in2 .l-slide-act2 .menu-act2,
.l-slide-in3 .l-slide-act3 .menu-act3,
.l-slide-in4 .l-slide-act4 .menu-act4 {
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 18px 17px 0;
  height: 100%;
  letter-spacing: .16em;
  color: #fff;
  position: relative;
  text-orientation: upright;
}

@media (max-width: 1600px) {

  .l-slide-in .l-slide-act .menu-act,
  .l-slide-in .l-slide-act .menu-act2,
  .l-slide-in .l-slide-act2 .menu-act,
  .l-slide-in .l-slide-act2 .menu-act2,
  .l-slide-in2 .l-slide-act .menu-act,
  .l-slide-in2 .l-slide-act .menu-act2,
  .l-slide-in2 .l-slide-act2 .menu-act,
  .l-slide-in2 .l-slide-act2 .menu-act2,
  .l-slide-in3 .l-slide-act3 .menu-act3,
  .l-slide-in4 .l-slide-act4 .menu-act4 {
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding: 13px 20px 0;
    height: 100%;
    letter-spacing: .16em;
    color: #fff;
    position: relative;
  }
}

@media (max-width: 680px) {

  .l-slide-in .l-slide-act .menu-act,
  .l-slide-in .l-slide-act .menu-act2,
  .l-slide-in .l-slide-act2 .menu-act,
  .l-slide-in .l-slide-act2 .menu-act2,
  .l-slide-in2 .l-slide-act .menu-act,
  .l-slide-in2 .l-slide-act .menu-act2,
  .l-slide-in2 .l-slide-act2 .menu-act,
  .l-slide-in2 .l-slide-act2 .menu-act2,
  .l-slide-in3 .l-slide-act3 .menu-act3,
  .l-slide-in4 .l-slide-act4 .menu-act4 {
    padding: 8px 8px 0;
    font-size: 2.5vw;
  }
}

.l-slide-in .l-slide-act .menu-act:visited,
.l-slide-in .l-slide-act .menu-act:hover,
.l-slide-in .l-slide-act .menu-act2:visited,
.l-slide-in .l-slide-act .menu-act2:hover,
.l-slide-in .l-slide-act2 .menu-act:visited,
.l-slide-in .l-slide-act2 .menu-act:hover,
.l-slide-in .l-slide-act2 .menu-act2:visited,
.l-slide-in .l-slide-act2 .menu-act2:hover,
.l-slide-in2 .l-slide-act .menu-act:visited,
.l-slide-in2 .l-slide-act .menu-act:hover,
.l-slide-in2 .l-slide-act .menu-act2:visited,
.l-slide-in2 .l-slide-act .menu-act2:hover,
.l-slide-in2 .l-slide-act2 .menu-act:visited,
.l-slide-in2 .l-slide-act2 .menu-act:hover,
.l-slide-in2 .l-slide-act2 .menu-act2:visited,
.l-slide-in2 .l-slide-act2 .menu-act2:hover,
.l-slide-in3 .l-slide-act3 .menu-act:visited,
.l-slide-in3 .l-slide-act3 .menu-act:hover,
.l-slide-in4 .l-slide-act4 .menu-act:visited,
.l-slide-in4 .l-slide-act4 .menu-act:hover {
  color: #fff;
}

.l-slide-in .l-slide-act .menu-act::after,
.l-slide-in .l-slide-act .menu-act2::after,
.l-slide-in .l-slide-act2 .menu-act::after,
.l-slide-in .l-slide-act2 .menu-act2::after,
.l-slide-in2 .l-slide-act .menu-act::after,
.l-slide-in2 .l-slide-act .menu-act2::after,
.l-slide-in2 .l-slide-act2 .menu-act::after,
.l-slide-in2 .l-slide-act2 .menu-act2::after,
.l-slide-in3 .l-slide-act3 .menu-act3::after,
.l-slide-in4 .l-slide-act4 .menu-act4::after {
  content: "";
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  bottom: 15px;
}

.l-slide-in4 .l-slide-act4 .menu-act4::before {
  content: "";
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 5px;
}


@media (max-width: 1400px) {

  .l-slide-in .l-slide-act .menu-act::after,
  .l-slide-in .l-slide-act .menu-act2::after,
  .l-slide-in .l-slide-act2 .menu-act::after,
  .l-slide-in .l-slide-act2 .menu-act2::after,
  .l-slide-in2 .l-slide-act .menu-act::after,
  .l-slide-in2 .l-slide-act .menu-act2::after,
  .l-slide-in2 .l-slide-act2 .menu-act::after,
  .l-slide-in2 .l-slide-act2 .menu-act2::after,
  .l-slide-in3 .l-slide-act3 .menu-act3::after,
  .l-slide-in4 .l-slide-act4 .menu-act4::after {
    width: 19px;
    height: 18px;
  }

  .l-slide-in4 .l-slide-act4 .menu-act4::before {
    width: 19px;
    height: 18px;
  }
}

@media (max-width: 680px) {

  .l-slide-in .l-slide-act .menu-act::after,
  .l-slide-in .l-slide-act .menu-act2::after,
  .l-slide-in .l-slide-act2 .menu-act::after,
  .l-slide-in .l-slide-act2 .menu-act2::after,
  .l-slide-in2 .l-slide-act .menu-act::after,
  .l-slide-in2 .l-slide-act .menu-act2::after,
  .l-slide-in2 .l-slide-act2 .menu-act::after,
  .l-slide-in2 .l-slide-act2 .menu-act2::after,
  .l-slide-in3 .l-slide-act3 .menu-act3::after,
  .l-slide-in4 .l-slide-act4 .menu-act4::after {
    width: 12px;
    height: 12px;
    bottom: 8px;
  }

  .l-slide-in4 .l-slide-act4 .menu-act4::before {
    width: 12px;
    height: 12px;
    top: 8px;
  }
}

.l-slide-in {
  top: 0;
  background-color: #eceff2;
  margin-bottom: 12px;
}

@media (max-width: 680px) {

  .l-slide-in,
  .l-slide-in3 {
    margin-bottom: 7px;
  }
}

@media (max-width: 680px) {

  .l-slide-in,
  .l-slide-in4 {
    margin-bottom: 7px;
  }
}

.l-slide-in .l-slide-act {
  background-color: #8976a2;
}

.l-slide-in3 .l-slide-act3 {
  background-color: #808080;
}

.l-slide-in4 .l-slide-act3 {
  background-color: #ff00ff;
}

.l-slide-in .l-slide-act .menu-act::after,
.l-slide-in3 .l-slide-act3 .menu-act::after,
.l-slide-in4 .l-slide-act4 .menu-act::after {
  background-image: url(../img/icon/i-arw-p.png);
}

.l-slide-in2 {
  top: 223px;
  background-color: #ceb333;
}

@media (max-width: 1600px) {
  .l-slide-in2 {
    top: 187px;
  }
}

@media (max-width: 680px) {
  .l-slide-in2 {
    top: 137px;
  }
}

.l-slide-in2 .l-slide-act2 {
  background-color: #ceb333;
}



.l-slide-in2 .l-slide-act2 .menu-act2::after,
.l-slide-in3 .l-slide-act3 .menu-act3::after,
.l-slide-in4 .l-slide-act4 .menu-act4::after {
  background-image: url(../img/icon/i-arw-k.png);
}

.menu-act4 {
  padding-top: 35px !important;
}

.l-slide-in4 .l-slide-act4 .menu-act4::before {
  background-image: url(http://www.yunoshimakanjp.pro/_wp/wp-content/uploads/cart-icon.png);
}


/*.menu-act4::before {
  content: '';
  display: inline-block;
  width: 50px;/*画像の幅*/
height: 50px;
/*画像の高さ*/
background-image: url(http://www.yunoshimakanjp.pro/_wp/wp-content/uploads/cart-icon.png);
background-size: contain;
vertical-align: middle;
}

*/ .l-slide-in2 .l-row {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}

.l-slide-in2 .l-row .l-col {
  width: auto;
  padding-top: 36px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 0 28px;
}

@media (max-width: 1600px) {
  .l-slide-in2 .l-row .l-col {
    width: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 0 28px;
  }
}

@media (max-width: 680px) {
  .l-slide-in2 .l-row .l-col {
    padding-top: 20px;
    margin-left: 10px;
  }
}

.l-slide-in2 .l-row .ttl {
  font-size: 14px;
  margin: 8px 0;
  color: #fff;
  text-align: center;
}

@media (max-width: 680px) {
  .l-slide-in2 .l-row .ttl {
    font-size: 2.3vw;
    margin-top: 3px;
  }
}

@media (max-width: 520px) {
  .l-banner-area {
    padding-bottom: 18px;
  }
}

@media (max-width: 520px) {
  .l-banner-area img {
    height: 115px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.l-news .l-row {
  margin: 0 -35px;
}

.l-news .l-row .l-col {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Noto Sans JP";
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 680px) {
  .l-news .l-row .l-col {
    width: 100%;
    margin-bottom: 0;
  }
}

.l-news .l-row .l-col .l-col-inner {
  height: 100%;
  border-bottom: 1px solid #bfbfbf;
}

@media (max-width: 680px) {
  .l-news .l-row .l-col .l-col-inner {
    border-bottom: none;
  }
}

.l-news .tx-news-day {
  margin: 1.2em 0;
  color: #7c8796;
}

@media (max-width: 680px) {
  .l-news .tx-news-day {
    margin: 10px 0 5px;
    font-size: 3.2vw;
  }
}

.l-news .tx-news-ttl {
  line-height: 2.4;
  margin-bottom: 2.1em;
}

@media (max-width: 680px) {
  .l-news .tx-news-ttl {
    margin-top: .5em;
    font-size: 3.2vw;
  }
}

.l-news .tx-news-ttl a {
  color: #2c7bb8;
  text-decoration: underline;
}

.l-news .btn-under {
  width: 144px;
  height: 52px;
  margin: 0 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 520px) {
  .l-news .btn-under {
    height: 44px;
    margin-top: 24px;
    padding-left: 1px;
    width: 100px;
  }
}

.important-news {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.important-news-ttl {}

.important-news-ttl-heading {
  margin: 0;
}

.important-news-content {
  flex: 1;
  padding-left: 2em;
}

.important-news-content-items {}

.important-news-content-items-item {
  padding: 1em;
  border-bottom: 1px solid #bfbfbf;
}

.important-news-content-items-item-link {
  color: #2c7bb8;
  text-decoration: underline;
}

@media (max-width: 680px) {
  .important-news {
    flex-direction: column;
    margin-bottom: 3em;
  }

  .important-news-content {
    width: 100%;
    padding-left: 0;
    padding-top: 2em;
  }
}

.ttl.ttl_48 {
  font-size: 48px;
}

@media (max-width: 810px) {
  .ttl.ttl_48 {
    font-size: 36px;
  }
}

@media (max-width: 680px) {
  .ttl.ttl_48 {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .ttl.ttl_48 {
    font-size: 20px;
  }
}

.ttl.ttl_39 {
  font-size: 39px;
}

@media (max-width: 810px) {
  .ttl.ttl_39 {
    font-size: 33px;
  }
}

@media (max-width: 680px) {
  .ttl.ttl_39 {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .ttl.ttl_39 {
    font-size: 20px;
  }
}

.ttl_38 {
  font-size: 38px;
}

@media (max-width: 810px) {
  .ttl_38 {
    font-size: 33px;
  }
}

@media (max-width: 680px) {
  .ttl_38 {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .ttl_38 {
    font-size: 20px;
  }
}

.ttl.ttl_36 {
  font-size: 36px;
}

@media (max-width: 810px) {
  .ttl.ttl_36 {
    font-size: 33px;
  }
}

@media (max-width: 680px) {
  .ttl.ttl_36 {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .ttl.ttl_36 {
    font-size: 20px;
  }
}

.ttl.ttl_34,
.sub-ttl.ttl_34 {
  font-size: 34px;
}

@media (max-width: 810px) {

  .ttl.ttl_34,
  .sub-ttl.ttl_34 {
    font-size: 30px;
  }
}

@media (max-width: 680px) {

  .ttl.ttl_34,
  .sub-ttl.ttl_34 {
    font-size: 24px;
  }
}

@media (max-width: 520px) {

  .ttl.ttl_34,
  .sub-ttl.ttl_34 {
    font-size: 20px;
  }
}

.ttl.ttl_32,
.sub-ttl.ttl_32 {
  font-size: 30px;
}

@media (max-width: 810px) {

  .ttl.ttl_32,
  .sub-ttl.ttl_32 {
    font-size: 28px;
  }
}

@media (max-width: 680px) {

  .ttl.ttl_32,
  .sub-ttl.ttl_32 {
    font-size: 24px;
  }
}

@media (max-width: 520px) {

  .ttl.ttl_32,
  .sub-ttl.ttl_32 {
    font-size: 18px;
  }
}

.ttl.ttl_30 {
  font-size: 30px;
}

@media (max-width: 810px) {
  .ttl.ttl_30 {
    font-size: 26px;
  }
}

@media (max-width: 680px) {
  .ttl.ttl_30 {
    font-size: 22px;
  }
}

@media (max-width: 520px) {
  .ttl.ttl_30 {
    font-size: 18px;
  }
}

.ttl.ttl_27 {
  font-size: 27px;
}

@media (max-width: 680px) {
  .ttl.ttl_27 {
    font-size: 4.2vw;
  }
}

.ttl_25 {
  font-size: 25px;
}

@media (max-width: 810px) {
  .ttl_25 {
    font-size: 20px;
  }
}

@media (max-width: 680px) {
  .ttl_25 {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  .ttl_25 {
    font-size: 13px;
  }
}

.ttl.ttl_23 {
  font-size: 23px;
}

@media (max-width: 680px) {
  .ttl.ttl_23 {
    font-size: 3.8vw;
  }
}

.l-news-inner .ttl {
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: .14em;
  margin: 80px 0 35px;
}

@media (max-width: 810px) {
  .l-news-inner .ttl {
    font-size: 36px;
  }
}

@media (max-width: 680px) {
  .l-news-inner .ttl {
    font-size: 24px;
    letter-spacing: .05em;
  }
}

@media (max-width: 520px) {
  .l-news-inner .ttl {
    font-size: 20px;
    letter-spacing: .08em;
    margin: 70px 0 20px;
  }
}

.l-view {
  position: relative;
  padding-bottom: 44%;
}

@media (max-width: 680px) {
  .l-view {
    padding-top: 40px;
    padding-bottom: 70%;
  }
}

.l-view::before {
  content: "";
  width: 100%;
  height: 0px;
  padding-top: 56.5%;
  position: absolute;
  bottom: 0;
  background-image: url(../img/home/bg-view-gero.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 680px) {
  .l-view::before {
    padding-top: 73%;
    background-image: url(../img/home/bg-view-gero_sp.webp);
  }
}

.l-view-inner {
  text-align: center;
}

@media (max-width: 810px) {
  .l-view-inner .p-view {
    width: 97%;
    margin: 0 auto;
  }
}

.l-view-inner .ttl {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .14em;
  margin: 1em 0;
}

@media (max-width: 810px) {
  .l-view-inner .ttl {
    font-size: 32px;
  }
}

@media (max-width: 680px) {
  .l-view-inner .ttl {
    font-size: 24px;
    margin-bottom: 0;
  }
}

@media (max-width: 520px) {
  .l-view-inner .ttl {
    font-size: 22px;
    letter-spacing: .15em;
    line-height: 2;
    margin: 20px 0 15px;
  }
}

.l-view-inner .tx-lead {
  letter-spacing: .16em;
  line-height: 2.16;
}

@media (max-width: 680px) {
  .l-view-inner .tx-lead {
    font-size: 2.8vw;
    margin-bottom: 0;
  }

  .l-view-inner .tx-lead br {
    display: none;
  }
}

.site-en .l-view-inner {
  text-align: center;
}

@media (max-width: 810px) {
  .site-en .l-view-inner .p-view {
    width: 97%;
    margin: 0 auto;
  }
}

.site-en .l-view-inner .ttl {
  letter-spacing: .01em;
}

.site-en .l-view-inner .tx-lead {
  letter-spacing: .01em;
}

.l-view-2 {
  padding-top: 0;
}

@media (max-width: 680px) {
  .l-view-2 {
    padding-top: 35px;
  }
}

.l-view-2 .l-view-inner .l-view-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .l-view-2 .l-view-inner .l-view-logo {
    width: 40px;
    height: 40px;
  }
}

.l-view-2 .l-view-inner .ttl {
  margin-bottom: 1.5em;
  line-height: 1.8;
  letter-spacing: .16;
}

@media (max-width: 810px) {
  .l-view-2 .l-view-inner .ttl {
    font-size: 36px;
  }
}

@media (max-width: 680px) {
  .l-view-2 .l-view-inner .ttl {
    font-size: 24px;
    letter-spacing: .05em;
  }
}

@media (max-width: 520px) {
  .l-view-2 .l-view-inner .ttl {
    font-size: 22px;
    letter-spacing: .02em;
    line-height: 1.75;
  }
}

.l-view-2 .l-view-inner .l-view-image {
  margin-left: -8%;
  margin-right: -8%;
  margin-bottom: 75px;
}

@media (max-width: 680px) {
  .l-view-2 .l-view-inner .l-view-image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 520px) {
  .l-view-2 .l-view-inner .l-view-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 520px) {
  .l-view-2 .l-view-inner .l-view-image img {
    height: 207px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.l-view-2 .l-view-inner .txt {
  text-align: left;
  line-height: 2.2;
  letter-spacing: .18em;
}

@media (max-width: 680px) {
  .l-view-2 .l-view-inner .txt {
    text-align: left;
    letter-spacing: .12em;
  }
}

.l-view-2 .l-view-inner .btn-cnt {
  margin: 55px 0;
}

@media (max-width: 520px) {
  .l-view-2 .l-view-inner .btn-cnt {
    margin: 30px 0 35px;
  }
}

.l-view-2 .p-home .uni-ttl .ttl {
  letter-spacing: .01em;
}

.p-home .uni-ttl .ttl {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 0;
  letter-spacing: .28em;
}

@media (max-width: 810px) {
  .p-home .uni-ttl .ttl {
    font-size: 32px;
  }
}

@media (max-width: 680px) {
  .p-home .uni-ttl .ttl {
    font-size: 26px;
    letter-spacing: .2em;
  }
}

@media (max-width: 520px) {
  .p-home .uni-ttl .ttl {
    font-size: 22px;
    letter-spacing: .1em;
  }
}

.p-home .uni-ttl .ttl.ttl_48 {
  font-size: 48px;
  letter-spacing: .2em;
}

@media (max-width: 810px) {
  .p-home .uni-ttl .ttl.ttl_48 {
    font-size: 32px;
  }
}

@media (max-width: 680px) {
  .p-home .uni-ttl .ttl.ttl_48 {
    font-size: 26px;
  }
}

@media (max-width: 520px) {
  .p-home .uni-ttl .ttl.ttl_48 {
    font-size: 20px;
  }
}

.p-home .uni-ttl .tx-lead {
  letter-spacing: .18em;
  line-height: 2.2;
}

.l-row-p-unit {
  position: relative;
  margin: 0 -35px;
}

@media (max-width: 960px) {
  .l-row-p-unit {
    margin: 0 -20px;
  }
}

.l-row-p-unit .l-col {
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}

@media (max-width: 960px) {
  .l-row-p-unit .l-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 680px) {
  .l-row-p-unit .l-col {
    width: 100%;
    margin-top: 0;
    margin-bottom: 37px;
    padding: 0 53px;
  }
}

.l-row-p-unit .l-col img {
  display: block;
  margin: 0 auto;
}

.l-row-p-unit .l-col .sub-ttl {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  border-bottom: 2px solid #2b2929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 350px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .l-row-p-unit .l-col .sub-ttl {
    font-size: 18px;
    height: 78px;
  }
}

@media (max-width: 680px) {
  .l-row-p-unit .l-col .sub-ttl {
    font-size: 4vw;
    height: 55px;
  }
}

.l-row-p-unit .l-col a:hover {
  opacity: 1;
}

.l-row-p-unit .l-col a:hover .sub-ttl {
  background-color: #2b2929;
  color: #fff;
  opacity: 1;
}

.l-intro {
  padding-bottom: 50px;
}

@media (max-width: 680px) {
  .l-intro {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.l-intro-inner .uni-ttl {
  margin-bottom: 45px;
}

@media (max-width: 680px) {
  .l-intro-inner .uni-ttl {
    display: block;
    margin-bottom: 55px;
  }
}

@media (max-width: 520px) {
  .l-intro-inner .uni-ttl {
    display: block;
    margin-bottom: 30px;
  }
}

.l-intro-inner .uni-ttl .ttl {
  margin-bottom: 1em;
}

@media (max-width: 1290px) {
  .l-intro-inner .uni-ttl .ttl {
    margin-right: 1em;
  }
}

@media (max-width: 680px) {
  .l-intro-inner .uni-ttl .ttl {
    margin-right: inherit;
  }
}

.l-intro-inner .uni-ttl .tx-lead {
  margin: 10px 0;
  width: 65%;
  margin: 0 0 0 auto;
}

@media (max-width: 680px) {
  .l-intro-inner .uni-ttl .tx-lead {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .l-intro-inner .uni-ttl .tx-lead {
    margin: 15px 0;
    letter-spacing: .1em;
  }
}

.l-intro-inner .l-col:nth-of-type(1) {
  top: -55px;
}

@media (max-width: 680px) {
  .l-intro-inner .l-col:nth-of-type(1) {
    top: 0;
  }
}

.l-intro-inner .l-col:nth-of-type(3) {
  top: 55px;
}

@media (max-width: 680px) {
  .l-intro-inner .l-col:nth-of-type(3) {
    top: 0;
  }
}

.l-room-section {
  padding-top: 150px;
}

.l-room-section.bg-ill {
  background-image: url(../img/bg/bg-ill-landscape.png);
  background-repeat: no-repeat;
  background-position: right top 140px;
  background-size: 30%;
}

@media (max-width: 1290px) {
  .l-room-section.bg-ill {
    padding-top: 270px;
  }
}

@media (max-width: 1030px) {
  .l-room-section.bg-ill {
    padding-top: 295px;
  }
}

@media (max-width: 810px) {
  .l-room-section.bg-ill {
    padding-top: 365px;
  }
}

@media (max-width: 680px) {
  .l-room-section.bg-ill {
    padding-top: 180px;
    background-position: right top 20px;
    background-size: 90%;
  }
}

.l-room-section .uni-ttl {
  margin-bottom: 110px;
}

@media (max-width: 520px) {
  .l-room-section .uni-ttl {
    margin-bottom: 40px;
  }
}

.l-room-section .uni-ttl .ttl {
  margin-bottom: 1em;
  line-height: 1.8;
}

@media (max-width: 520px) {
  .l-room-section .uni-ttl .ttl {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

.l-room-section .uni-ttl .tx-lead {
  margin: 0 auto;
}

@media (max-width: 520px) {
  .l-room-section .uni-ttl .tx-lead {
    letter-spacing: .1em;
    line-height: 2.2;
  }

  .l-room-section .uni-ttl .tx-lead br {
    display: none;
  }
}

.l-room-section .l-room-inner {
  position: relative;
}

.l-room-section .swiper-container {
  margin-bottom: 60px;
}

@media (max-width: 520px) {
  .l-room-section .swiper-container {
    margin-bottom: 25px;
  }
}

.l-swiper {
  position: relative;
}

.swiper-container {
  width: calc(100% + ((100vw - 100%)/ 2));
}

.swiper-wrapper {
  margin-right: calc(((100vw - 100%)/ 2)* -1);
}

.swiper-slide {
  margin-right: 0;
  width: 48.09%;
}

.swiper-slide .l-room {
  display: block;
}

.swiper-slide .l-room img {
  display: block;
}

@media (max-width: 520px) {
  .swiper-slide .l-room img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.swiper-slide .l-room .ttl {
  margin: 30px 0 15px;
}

@media (max-width: 810px) {
  .swiper-slide .l-room .ttl {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .swiper-slide .l-room .ttl {
    font-size: 20px;
    margin: 15px 0 10px;
  }
}

.swiper-slide .l-room .ttl .i-arw {
  position: relative;
  display: inline-block;
}

.swiper-slide .l-room .ttl .i-arw::after {
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(../img/icon/arw-c.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  left: inherit;
  bottom: inherit;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
}

@media (max-width: 810px) {
  .swiper-slide .l-room .ttl .i-arw::after {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 520px) {
  .swiper-slide .l-room .ttl .i-arw::after {
    width: 18px;
    height: 18px;
  }
}

.swiper-slide .l-room:hover .ttl .i-arw::after {
  background-image: url(../img/icon/arw-c_on.png);
}

.swiper-slide .l-room.l-faci {
  position: relative;
  margin-top: 7px;
}

.swiper-slide .l-room.l-faci .ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: -60px;
  top: 0;
}

@media (max-width: 520px) {
  .swiper-slide .l-room.l-faci .ttl {
    font-size: 4.0vw;
    right: -36px;
  }
}

.swiper-slide .l-room.l-faci .ttl .i-arw {
  position: relative;
}

.swiper-slide .l-room.l-faci .ttl .i-arw::after {
  right: 5px;
  top: inherit;
  -webkit-transform: none;
  transform: none;
  bottom: -1.5em;
}

.swiper-slide .l-room.l-faci img {
  display: block;
}

@media (max-width: 520px) {
  .swiper-slide .l-room.l-faci img {
    height: 220px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.swiper-slide .l-room.l-faci .txt {
  margin-top: 25px;
}

@media (max-width: 520px) {
  .swiper-slide .l-room.l-faci .txt {
    margin-top: 20px;
    margin-right: -30px;
  }

  .swiper-slide .l-room.l-faci .txt br {
    display: none;
  }
}

.l-menu {
  padding-top: 70px;
  padding-bottom: 120px;
}

@media (max-width: 680px) {
  .l-menu {
    padding-top: 45px;
    padding-bottom: 65px;
  }
}

.l-menu .uni-ttl {
  margin-bottom: 75px;
}

@media (max-width: 520px) {
  .l-menu .uni-ttl {
    margin-bottom: 32px;
  }
}

.l-menu .uni-ttl .ttl {
  margin-bottom: 27px;
  line-height: 1.8;
}

@media (max-width: 520px) {
  .l-menu .uni-ttl .ttl {
    margin-bottom: 1em;
    font-size: 22px;
    letter-spacing: .01em;
  }
}

@media (max-width: 520px) {
  .l-menu .uni-ttl .tx-lead {
    letter-spacing: .1em;
    line-height: 2.2;
  }
}

.l-menu .l-row {
  margin: 0;
}

.l-menu .l-row .l-col {
  padding: 0;
}

.l-menu .l-row .l-col .l-col-inner {
  background: none;
}

@media (max-width: 680px) {
  .l-menu .l-row .l-col {
    margin: 32px 0;
  }
}

@media (max-width: 680px) {
  .l-menu .l-row .l-col-full .l-col-inner {
    margin: 0 calc(((100vw - 100%)/ 2)* -1);
  }

  .l-menu .l-row .l-col-full .l-col-inner img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.l-menu .l-menu-month {
  margin-bottom: 33px;
  padding-bottom: 20px;
  border-bottom: 2px solid #7c8796;
}

.l-menu .l-menu-month h2:hover {
  opacity: .7;
}

@media (max-width: 810px) {
  .l-menu .l-menu-month {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .l-menu .l-menu-month .l-col {
    margin: 14px 0;
  }
}

.l-menu .l-menu-month .ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-menu .l-menu-month .ttl.ttl-main {
  font-size: 30px;
  width: 200px;
  height: 287px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f0f0;
  position: relative;
  margin-bottom: 50px;
  margin-top: 61px;
}

@media all and (-ms-high-contrast: none) {
  .l-menu .l-menu-month .ttl.ttl-main {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 520px) {
  .l-menu .l-menu-month .ttl.ttl-main {
    font-size: 4.2vw;
    width: 62px;
    height: 130px;
    margin-bottom: 22px;
  }
}

.l-menu .l-menu-month .ttl.ttl-main::before {
  content: "";
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #f2f0f0;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 8px;
  left: 8px;
}

.l-menu .l-menu-month .ttl.ttl-sub {
  font-size: 20px;
  width: 70px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-menu .l-menu-month .tx-lead {
  text-align: center;
  letter-spacing: .2em;
  line-height: 2.16;
}

@media (max-width: 520px) {
  .l-menu .l-menu-month .tx-lead {
    letter-spacing: .1em;
    line-height: 2.2;
  }
}

@media (max-width: 680px) {
  .l-menu .l-menu-month .l-col:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-menu .l-menu-month .l-col:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.l-menu .l-menu-cate {
  padding-bottom: 33px;
}

@media (max-width: 520px) {
  .l-menu .l-menu-cate {
    padding-bottom: 40px;
  }
}

@media (max-width: 520px) {
  .l-menu .l-menu-cate .l-col {
    margin-bottom: 20px;
  }
}

.l-menu .l-menu-cate .l-col-inner a,
.l-menu .l-menu-cate .l-col-inner .l-ml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-menu .l-menu-cate .l-col-inner a img,
.l-menu .l-menu-cate .l-col-inner .l-ml img {
  width: calc(100% - 70px);
}

@media (max-width: 520px) {

  .l-menu .l-menu-cate .l-col-inner a img,
  .l-menu .l-menu-cate .l-col-inner .l-ml img {
    width: calc(100% - 60px);
  }
}

.l-menu .l-menu-cate .l-col-inner .ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-menu .l-menu-cate .l-col-inner .ttl.ttl-main {
  font-size: 35px;
  width: 123px;
  height: 259px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f0f0;
  position: relative;
}

.l-menu .l-menu-cate .l-col-inner .ttl.ttl-main::before {
  content: "";
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #f2f0f0;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 8px;
  left: 8px;
}

.l-menu .l-menu-cate .l-col-inner .ttl.ttl-sub {
  font-size: 20px;
  width: 70px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 520px) {
  .l-menu .l-menu-cate .l-col-inner .ttl.ttl-sub {
    font-size: 4.0vw;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .3em;
  }
}

.l-menu .l-menu-cate .l-col-inner .tx-lead {
  text-align: center;
}

@media (max-width: 680px) {
  .l-menu .btn {
    margin: 0 auto;
  }
}

.l-bnr {
  position: relative;
  padding: 0;
}

.l-bnr .l-bnr-bg {
  position: relative;
}

.l-bnr .l-bnr-bg img {
  vertical-align: bottom;
}

@media (max-width: 810px) {
  .l-bnr .l-bnr-bg img {
    height: 195px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.l-bnr .l-mk {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-bnr+.l-room-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 520px) {
  .l-bnr+.l-room-section {
    padding-top: 45px;
    padding-bottom: 60px;
    border: none;
  }
}

.l-use {
  background-image: url(../img/bg/bg-modan.jpg);
}

.l-use .uni-ttl {
  margin-bottom: 55px;
}

.l-use .uni-ttl .ttl {
  text-align: center;
  position: relative;
  margin-bottom: 175px;
}

@media (max-width: 520px) {
  .l-use .uni-ttl .ttl {
    margin-top: 0;
    margin-bottom: 150px;
  }
}

.l-use .uni-ttl .ttl::before {
  content: "";
  width: 46.5%;
  height: 76.4%;
  background-image: url(../img/home/ttl-deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -100%;
}

@media (max-width: 520px) {
  .l-use .uni-ttl .ttl::before {
    width: 80%;
    bottom: -87%;
  }
}

.l-use .uni-ttl .tx-lead {
  width: 89%;
  text-align: center;
}

@media (max-width: 520px) {
  .l-use .uni-ttl .tx-lead {
    line-height: 2.2;
    margin-bottom: 37px;
  }
}

@media (max-width: 520px) {
  .l-use .swiper-container {
    margin-bottom: 10px;
  }
}

.l-howto {
  padding: 0;
}

@media (max-width: 680px) {
  .l-howto {
    padding: 68px 0 40px;
    background-color: #eeeff1;
  }
}

.l-howto-inner {
  position: relative;
}

.l-howto-inner .ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 9.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 36px;
  letter-spacing: .3em;
  z-index: 1;
}

@media (max-width: 680px) {
  .l-howto-inner .ttl {
    right: 0px;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    font-size: 5vw;
    top: -12%;
    letter-spacing: .22em;
  }
}

.l-howto-inner .l-row {
  margin: 0;
}

.l-howto-inner .l-col {
  margin: 0;
  padding: 0;
}

.l-howto-inner .l-col a {
  display: block;
  padding: 160px 0 93px;
  position: relative;
}

@media (max-width: 680px) {
  .l-howto-inner .l-col a {
    padding: 0;
  }
}

.l-howto-inner .l-col a::before {
  content: "";
  height: 100%;
  width: calc((100vw - 100%)/ 2);
  position: absolute;
  margin: auto;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-howto-inner .l-col a:hover {
  background-color: #eeeff1;
}

.l-howto-inner .l-col a:hover::before {
  background-color: #eeeff1;
}

.l-howto-inner .l-col img {
  display: block;
}

.l-howto-inner .l-col .sub-ttl {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 45px;
  letter-spacing: 0;
}

.l-howto-inner .l-col .txt {
  font-size: 18px;
  letter-spacing: .18em;
}

@media (max-width: 810px) {
  .l-howto-inner .l-col .txt {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .l-howto-inner .l-col .txt {
    font-size: 2.5vw;
  }

  .l-howto-inner .l-col .txt br {
    display: none;
  }
}

@media (max-width: 680px) {
  .l-howto-inner .l-col:nth-of-type(2n-1) {
    margin-bottom: 46px;
  }
}

.l-howto-inner .l-col:nth-of-type(2n-1) a::before {
  margin-left: calc(((100vw - 100%)/ 2)* -1);
  left: 0;
}

.l-howto-inner .l-col:nth-of-type(2n) a::before {
  margin-right: calc(((100vw - 100%)/ 2)* -1);
  right: 0;
}

.l-howto-inner .l-col:nth-of-type(2n) img {
  margin-left: auto;
}

.l-howto-inner .l-col:nth-of-type(2n) .sub-ttl,
.l-howto-inner .l-col:nth-of-type(2n) .txt {
  text-align: right;
}

@media (max-width: 680px) {

  .l-howto-inner .l-col:nth-of-type(2n) .sub-ttl,
  .l-howto-inner .l-col:nth-of-type(2n) .txt {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .l-howto-inner .l-col:nth-of-type(2n) .l-col-inner .tx-box .sub-ttl {
    margin-bottom: 10px;
  }
}

@media (max-width: 680px) {
  .l-howto-inner .l-col .l-col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 680px) {
  .l-howto-inner .l-col .l-col-inner img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 520px) {
  .l-howto-inner .l-col .l-col-inner img {
    width: 105px;
    height: 105px;
  }
}

@media (max-width: 680px) {
  .l-howto-inner .l-col .l-col-inner .tx-box {
    width: calc(100% - 120px);
    padding-left: 15px;
    padding-right: 60px;
  }

  .l-howto-inner .l-col .l-col-inner .tx-box .sub-ttl {
    font-size: 24px;
    margin: 0 0 1em;
  }
}

@media (max-width: 520px) {
  .l-howto-inner .l-col .l-col-inner .tx-box {
    width: calc(100% - 105px);
    padding-left: 15px;
    padding-right: 60px;
  }

  .l-howto-inner .l-col .l-col-inner .tx-box .sub-ttl {
    font-size: 3.8vw;
    margin: 0 0 1em;
    line-height: 1.6;
  }
}

@media (max-width: 1030px) {
  .l-howto-inner .l-col:nth-of-type(1) .l-col-inner {
    padding-right: 10%;
  }
}

@media (max-width: 680px) {
  .l-howto-inner .l-col:nth-of-type(1) .l-col-inner {
    padding-right: 0;
  }
}

@media (max-width: 1030px) {
  .l-howto-inner .l-col:nth-of-type(2) .l-col-inner {
    padding-left: 10%;
  }
}

@media (max-width: 680px) {
  .l-howto-inner .l-col:nth-of-type(2) .l-col-inner {
    padding-left: 0;
  }
}

.l-howto-inner::after {
  content: "";
  width: 174px;
  height: 18px;
  background-image: url(../img/home/arw-howto.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 24%;
}

@media (max-width: 960px) {
  .l-howto-inner::after {
    width: 100px;
    height: 16px;
  }
}

@media (max-width: 810px) {
  .l-howto-inner::after {
    width: 90px;
    height: 16px;
  }
}

@media (max-width: 680px) {
  .l-howto-inner::after {
    content: none;
  }
}

.l-spot {
  padding: 120px 0 100px;
  background-image: url(../img/bg/bg-washi.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 680px) {
  .l-spot {
    padding: 50px 0 60px;
  }
}

.l-spot-inner .uni-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
}

@media (max-width: 1030px) {
  .l-spot-inner .uni-ttl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .l-spot-inner .uni-ttl {
    display: block;
    margin-bottom: 30px;
  }
}

.l-spot-inner .uni-ttl .ttl {
  margin-right: 2.2em;
}

@media (max-width: 1290px) {
  .l-spot-inner .uni-ttl .ttl {
    margin-right: 1em;
  }
}

@media (max-width: 680px) {
  .l-spot-inner .uni-ttl .ttl {
    margin-right: inherit;
    margin-bottom: 18px;
  }
}

.l-spot-inner .uni-ttl .tx-lead {
  margin: 5px 0;
}

@media (max-width: 680px) {
  .l-spot-inner .uni-ttl .tx-lead {
    line-height: 2.2;
    letter-spacing: .1em;
  }
}

.l-spot-inner .l-row {
  margin: 0 calc(((100vw - 100%)/ 2)* -1);
}

@media (max-width: 680px) {
  .l-spot-inner .l-row {
    margin: 0;
  }
}

.l-spot-inner .l-row .l-col {
  margin: 0;
  padding: 0;
  width: 25%;
}

@media (max-width: 810px) {
  .l-spot-inner .l-row .l-col {
    width: 50%;
    margin: 5px 0;
  }
}

.l-spot-inner .l-row .l-col img {
  display: block;
}

.l-spot-inner .btn-cnt {
  margin: 95px 0 0;
}

@media (max-width: 810px) {
  .l-spot-inner .btn-cnt {
    margin: 35px 0 0;
  }

  .l-spot-inner .btn-cnt .btn {
    margin: 0 auto 0 0;
  }
}

.l-guide {
  padding: 83px 0;
}

@media (max-width: 680px) {
  .l-guide {
    padding: 45px 0 20px;
  }
}

@media (max-width: 680px) {
  .l-guide-inner .l-col {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.l-guide-inner .l-ttl-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-guide-inner .l-ttl-icon img {
  display: block;
  margin-right: 20px;
}

@media (max-width: 680px) {
  .l-guide-inner .l-ttl-icon img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

.l-guide-inner .l-ttl-icon .sub-ttl {
  font-size: 20px;
}

@media (max-width: 680px) {
  .l-guide-inner .l-ttl-icon .sub-ttl {
    font-size: 4vw;
  }
}

.l-guide-inner .l-ttl-icon .sub-ttl .i-arw {
  position: relative;
  display: inline-block;
}

.l-guide-inner .l-ttl-icon .sub-ttl .i-arw::after {
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(../img/icon/arw-c.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  left: inherit;
  bottom: inherit;
  right: -2.5em;
  top: 50%;
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
}

@media (max-width: 810px) {
  .l-guide-inner .l-ttl-icon .sub-ttl .i-arw::after {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 520px) {
  .l-guide-inner .l-ttl-icon .sub-ttl .i-arw::after {
    width: 18px;
    height: 18px;
  }
}

.l-guide-inner .txt {
  font-size: 14.5px;
  line-height: 2.4;
}

@media (max-width: 680px) {
  .l-guide-inner .txt {
    font-size: 2.8vw;
    line-height: 2;
  }
}

.l-guide-inner .l-guide_access .l-col-inner {
  padding: 4px 62px 0 3px;
}

@media (max-width: 680px) {
  .l-guide-inner .l-guide_access .l-col-inner {
    padding: 0;
  }
}

.l-guide-inner .l-guide_info {
  border-left: 1px solid #bfbfbf;
}

.l-guide-inner .l-guide_info .l-col-inner {
  padding: 4px 30px 0 42px;
}

@media (max-width: 680px) {
  .l-guide-inner .l-guide_info .l-col-inner {
    padding: 0;
  }
}

.l-guide-inner a:hover .l-ttl-icon .sub-ttl .i-arw::after {
  background-image: url(../img/icon/arw-c_on.png);
}

.l-movie {
  padding: 70px 0;
}

@media (max-width: 680px) {
  .l-movie {
    padding: 35px 0 52px;
  }
}

.l-movie-inner .ttl {
  letter-spacing: .3em;
  text-align: center;
  margin-bottom: 38px;
}

@media (max-width: 680px) {
  .l-movie-inner .ttl {
    font-size: 26px;
  }
}

@media (max-width: 520px) {
  .l-movie-inner .ttl {
    font-size: 4.8vw;
    margin-bottom: 20px;
  }
}

.l-movie-inner .tx-lead {
  text-align: center;
  letter-spacing: .3em;
}

@media (max-width: 680px) {
  .l-movie-inner .tx-lead {
    line-height: 2;
  }
}

.l-movie-inner .f-movie {
  width: 850px;
  max-width: 100%;
  margin: 65px auto 7px;
  background-image: url(../img/home/p-movie.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 16% 0;
}

@media (max-width: 680px) {
  .l-movie-inner .f-movie {
    margin-top: 27px;
    padding: 20% 0;
  }
}

.l-movie-inner .f-movie .md-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

@media (max-width: 680px) {
  .l-movie-inner .f-movie .md-btn {
    height: 45px;
    width: 45px;
  }
}

@media (max-width: 680px) {
  .l-movie-inner .f-movie .md-btn img {
    width: 40%;
  }
}

.l-movie-inner .f-movie .md-btn::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 90px;
  width: 90px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
  animation: icon-bubble 1s infinite forwards linear 0.5s;
}

@media (max-width: 680px) {
  .l-movie-inner .f-movie .md-btn::before {
    height: 55px;
    width: 55px;
  }
}

@-webkit-keyframes icon-bubble {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.55;
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes icon-bubble {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.55;
  }

  75% {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@media (max-width: 520px) {
  #l-catch {
    padding-top: 80px;
  }
}

.l-catch {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 810px) {
  .l-catch {
    top: 59%;
  }
}

.l-catch .l-catch-ttl {
  color: #fff;
  font-size: 48px;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
  -webkit-animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@media (max-width: 810px) {
  .l-catch .l-catch-ttl {
    font-size: 36px;
  }
}

@media (max-width: 680px) {
  .l-catch .l-catch-ttl {
    font-size: 6.4vw;
  }
}

.l-catch .tx-lead {
  color: #fff;
  font-size: 20px;
  letter-spacing: .3em;
  line-height: 2.4;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
  -webkit-animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@media (max-width: 810px) {
  .l-catch .tx-lead {
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .l-catch .tx-lead {
    font-size: 3vw;
  }
}

.site-en .l-catch {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 810px) {
  .site-en .l-catch {
    top: 59%;
  }
}

.site-en .l-catch .l-catch-ttl {
  letter-spacing: .01em;
}

.site-en .l-catch .tx-lead {
  letter-spacing: .03em;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.tx-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.tx-indent+.tx-indent {
  margin-top: -1em;
}

.md-bgwh {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
}

@media (max-width: 810px) {
  .md-bgwh {
    padding: 40px;
  }
}

@media (max-width: 520px) {
  .md-bgwh {
    padding: 25px;
  }
}

.md-bgwh .p-ttl {
  margin-bottom: 15px;
}

@media (max-width: 810px) {
  .md-bgwh .p-ttl {
    font-size: 30px;
  }
}

.md-bgwh p {
  margin: 2em 0;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: none;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-container-wrap {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

@media (max-width: 520px) {
  .swiper-container-wrap {
    padding: 0 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

.swiper-container {
  height: 100%;
}

@media (max-width: 520px) {
  .swiper-container {
    padding: 0;
    height: 100%;
  }
}

.swiper-slide {
  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 (max-width: 810px) {
  .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -100px;
  width: 90px;
  height: 90px;
  background-image: url(../img/icon/arw-sw-next.png);
  background-size: cover;
  background-position: center;
  z-index: 9;
}

@media (max-width: 810px) {

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -10px;
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 520px) {

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 5px;
    width: 38px;
    height: 38px;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -60px;
  width: 120px;
  height: 120px;
  background-image: url(../img/icon/arw-sw-prev.png);
  background-size: cover;
  background-position: center;
  z-index: 9;
}

@media (max-width: 810px) {

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -10px;
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 520px) {

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 5px;
    width: 38px;
    height: 38px;
  }
}

.swiper-button-next1 {
  top: 33%;
}

@media (max-width: 520px) {
  .swiper-button-next1 {
    top: 30%;
    right: -13px;
  }
}

.swiper-button-next2 {
  top: 35%;
}

@media (max-width: 520px) {
  .swiper-button-next2 {
    top: 38%;
    right: -13px;
  }
}

@media (min-width: 1100px) {
  .l-mv-container {
    height: 100vh;
  }
}

.l-mv-container .swiper-container {
  height: 100%;
}

@media (max-width: 810px) {
  .l-mv-container .swiper-slide img {
    height: 540px;
  }
}

.site-en .l-view-inner .ttl,
.site-en .l-view-2 .l-view-inner .txt,
.site-en .l-intro-inner .uni-ttl .ttl,
.site-en .l-intro-inner .uni-ttl .tx-lead,
.site-en .l-room-section .uni-ttl .ttl,
.site-en .l-room-section .uni-ttl .tx-lead,
.site-en .l-menu .uni-ttl .ttl,
.site-en .l-menu .uni-ttl .tx-lead {
  letter-spacing: normal;
}

.tx-lead,
.txt {
  font-size: 17.5px;
}

@media (max-width: 1030px) {

  .tx-lead,
  .txt {
    font-size: 15px;
  }
}

@media (max-width: 960px) {

  .tx-lead,
  .txt {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {

  .tx-lead,
  .txt {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {

  .tx-lead,
  .txt {
    font-size: 3vw;
  }
}

.l-kv {
  background-color: #eceff2;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 53.13vw;
  position: relative;
}

@media (max-width: 680px) {
  .l-kv {
    background-position: center;
    background-size: cover;
    padding-top: 80%;
  }
}

.l-kv::before {
  content: "";
  width: 57.2%;
  height: 12.5%;
  background-color: #eceff2;
  position: absolute;
  bottom: -12.5%;
  left: 0;
}

.l-kv .content {
  position: absolute;
  width: 1230px;
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.l-kv .ttl-panel {
  background-color: #fff;
  text-align: left;
  padding: 4.68vw 2vw 4.68vw 4.5vw;
  width: 625px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35.3vw;
  z-index: 1;
}

@media (max-width: 1290px) {
  .l-kv .ttl-panel {
    width: 42.5vw;
    right: inherit;
    left: 7vw;
  }
}

@media (max-width: 680px) {
  .l-kv .ttl-panel {
    width: 78%;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 3px 7px -7px gray;
    box-shadow: 0 3px 7px -7px gray;
  }
}

.l-kv .f-ttl-panel {
  padding: 4.68vw 2vw 4.68vw 3vw !important;
}

.l-kv .ttl-panel .p-ttl {
  font-size: 48px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: .1em;
}

@media (max-width: 1290px) {
  .l-kv .ttl-panel .p-ttl {
    font-size: 36px;
  }
}

@media (max-width: 1030px) {
  .l-kv .ttl-panel .p-ttl {
    font-size: 30px;
  }
}

@media (max-width: 960px) {
  .l-kv .ttl-panel .p-ttl {
    font-size: 3.5vw;
  }
}

@media (max-width: 680px) {
  .l-kv .ttl-panel .p-ttl {
    font-size: 4.2vw;

    text-align: center;
    font-weight: bold;
  }
}

.l-kv .ttl-panel .p-ttl::before {
  content: "";
  height: 1px;
  width: 120px;
  background-color: #2b2929;
  position: absolute;
  margin: auto;
  left: 0;
  bottom: -18px;
}

@media (max-width: 1290px) {
  .l-kv .ttl-panel .p-ttl::before {
    width: 7vw;
  }
}

@media (max-width: 960px) {
  .l-kv .ttl-panel .p-ttl::before {
    width: 7.8vw;
  }
}

@media (max-width: 960px) {
  .l-kv .ttl-panel .p-ttl::before {
    right: 0;
  }
}

.l-kv .ttl-panel .tx-lead {
  font-size: 17px;
  line-height: 2.4;
  letter-spacing: .2em;
}

@media (max-width: 1030px) {
  .l-kv .ttl-panel .tx-lead {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .l-kv .ttl-panel .tx-lead {
    font-size: 1.5vw;
  }
}

@media (max-width: 680px) {
  .l-kv .ttl-panel .tx-lead {
    font-size: 2.2vw;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .l-kv .ttl-panel .tx-lead {
    font-size: 3vw;
  }

  .l-kv .ttl-panel .tx-lead br {
    display: none;
  }
}

.ttl-ver {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  padding: 60px 0;
  background-color: #ede9f1;
  width: 240px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ttl-ver-1r {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  padding: 60px 0;
  background-color: #ede9f1;
  width: 240px;
  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 (max-width: 810px) {
  .ttl-ver-1r {
    font-size: 30px;
  }
}

@media (max-width: 680px) {
  .ttl-ver-1r {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .ttl-ver-1r {
    font-size: 18px;
  }
}

.l-kv-about {
  background-image: url(../img/visual/kv-about.jpg);
}

.l-kv-furusato {
  background-image: url(../img/visual/kv-furusato.jpg);
}

.sp-upright {
  text-combine-upright: all;
}

.ver-ttl-line,
.ttl-ver-line {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 65px 0 25px;
  background-color: #ede9f1;
  width: 240px;
  height: 545px;
  /* forIE */
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 0 auto;
  position: relative;
  top: -97px;
}

@media all and (-ms-high-contrast: none) {

  .ver-ttl-line,
  .ttl-ver-line {
    float: right;
  }
}

@media (max-width: 810px) {

  .ver-ttl-line,
  .ttl-ver-line {
    font-size: 4.2vw;
    padding: 6.2vw 0;
    width: 33vw;
    height: 58.5vw;
    top: -10vw;
  }
}

.ver-ttl-line .sub-ttl,
.ver-ttl-line .sp-line,
.ttl-ver-line .sub-ttl,
.ttl-ver-line .sp-line {
  border-style: solid;
  border-color: #2b2929;
  border-width: 0 1px;
  padding: 0 5px;
  display: table;
  margin-left: 10px;
}

.sub-ttl.ttl_32 {
  font-size: 32px;
}

@media (max-width: 680px) {
  .sub-ttl.ttl_32 {
    font-size: 3.5vw;
  }
}

@media (max-width: 680px) {
  .l-about-intro {
    padding-top: 30vw;
  }
}

.l-about-intro .l-about-bg>.content {
  background-image: url(../img/about/p-about-main.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 90%;
  height: 0;
  padding-top: 40%;
  position: relative;
}

.l-about-intro .l-about-bg .ttl-intro {
  position: absolute;
  width: 1230px;
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .l-about-intro .l-about-bg .ttl-intro .ver-ttl-line {
    float: right;
  }
}

@media (max-width: 810px) {
  .l-about-intro .l-about-bg .ttl-intro .ver-ttl-line {
    font-size: 4.2vw;
    padding: 6.2vw 0;
    width: 33vw;
    height: 64.5vw;
    top: -10vw;
  }
}

.l-about-intro .l-about-bg .ttl-intro .ver-ttl-line .sub-ttl {
  border-style: solid;
  border-color: #2b2929;
  border-width: 0 1px;
  padding: 0 10px;
  display: table;
  margin-left: 10px;
}

.l-about-intro .tx-lead {
  letter-spacing: .19em;
  margin: 80px 0;
  line-height: 2.2;
}

@media (max-width: 680px) {
  .l-about-intro .tx-lead {
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .l-about-intro .l-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.l-about-intro .l-col {
  margin: 20px 0;
  text-align: center;
  width: 50%;
}

@media (max-width: 680px) {
  .l-about-intro .l-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-about-intro .l-col img {
  margin: 0 auto;
}

.l-about-intro .txt-area {
  overflow: hidden;
  margin: 45px 0 38px;
}

@media (max-width: 680px) {
  .l-about-intro .txt-area {
    margin: 0;
  }
}

.l-about-intro .txt-area .txt {
  letter-spacing: .18em;
  margin: 40px 0;
  line-height: 2.1;
}

@media (max-width: 680px) {
  .l-about-intro .txt-area .txt {
    margin: 1em 0;
  }
}

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

.l-about-origin {
  background-color: #ede9f1;
  padding-bottom: 90px;
}

@media (max-width: 680px) {
  .l-about-origin {
    padding-bottom: 60px;
  }
}

.l-about-origin .ttl {
  text-align: center;
  margin-top: 13px;
}

.l-about-origin .pict-frame {
  margin: -12.5px -13px;
}

.l-about-origin .fl-col {
  padding: 12.5px 13px;
  float: left;
}

.l-about-origin .fl-col img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 30vw;
}

.l-about-origin .gr-01 {
  width: calc((100% / 3)* 2);
}

@media (max-width: 680px) {
  .l-about-origin .gr-01 {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .l-about-origin .gr-01 img {
    max-height: 64vw;
  }
}

.l-about-origin .gr-02,
.l-about-origin .gr-03 {
  width: calc((100% / 3)* 1);
}

@media (max-width: 680px) {

  .l-about-origin .gr-02,
  .l-about-origin .gr-03 {
    width: calc((100% / 2)* 1);
  }
}

.l-about-origin .txt {
  text-align: center;
  letter-spacing: .18em;
  margin: 55px 0;
  line-height: 2.1;
}

@media (max-width: 680px) {
  .l-about-origin .txt {
    margin: 2.5em 0;
  }
}

.l-about-origin .btn {
  margin: 0 auto;
}

.l-about-history {
  position: relative;
  padding-top: 0;
  padding-bottom: 120px;
}

@media (max-width: 680px) {
  .l-about-history {
    padding-bottom: 60px;
  }
}

.l-about-history::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 46.769%;
  background-image: url(../img/about/p-about-bg01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
}

@media (max-width: 680px) {
  .l-about-history::before {
    padding-top: 70%;
  }
}

.l-about-history .l-about-history-inner {
  position: relative;
  padding-top: 234px;
}

.l-about-history .l-about-history-inner .ttl-history {
  width: 876px;
  max-width: 73%;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 5%;
}

@media (max-width: 680px) {
  .l-about-history .l-about-history-inner .ttl-history {
    max-width: 92%;
    top: -6%;
  }
}

.l-about-history .l-about-history-inner .ttl-history .ttl {
  margin-top: 64px;
  margin-bottom: 13px;
}

@media (max-width: 680px) {
  .l-about-history .l-about-history-inner .ttl-history .ttl {
    margin-top: 9.4vw;
  }
}

@media (max-width: 520px) {
  .l-about-history .l-about-history-inner .ttl-history .ttl {
    margin-top: 7.4vw;
  }
}

.l-about-history .l-about-history-inner .ttl-history .tx-lead {
  text-align: center;
  font-size: 17px;
  letter-spacing: .2em;
  margin-bottom: 32px;
  line-height: 2.2;
}

@media (max-width: 1030px) {
  .l-about-history .l-about-history-inner .ttl-history .tx-lead {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .l-about-history .l-about-history-inner .ttl-history .tx-lead {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {
  .l-about-history .l-about-history-inner .ttl-history .tx-lead {
    font-size: 2.2vw;
  }

  .l-about-history .l-about-history-inner .ttl-history .tx-lead br {
    display: none;
  }
}

@media (max-width: 520px) {
  .l-about-history .l-about-history-inner .ttl-history .tx-lead {
    font-size: 3vw;
  }
}

.l-about-history .l-about-history-inner .ttl-history .btn {
  margin: 0 auto;
}

.l-about-page {
  padding-top: 0;
}

.l-about-page .ttl-bg {
  margin: 2em 0;
}

.l-about-page img+.l-row {
  margin-top: 70px;
}

.l-about-page img+.txt {
  margin-top: 2em !important;
}

.l-about-page .l-row_r-img .l-col-tx {
  width: 68%;
}

@media (max-width: 680px) {
  .l-about-page .l-row_r-img .l-col-tx {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.l-about-page .l-row_r-img .l-col-image {
  width: 32%;
  text-align: right;
}

@media (max-width: 680px) {
  .l-about-page .l-row_r-img .l-col-image {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.l-about-page .l-row_l-img .l-col-tx {
  width: 64%;
}

@media (max-width: 680px) {
  .l-about-page .l-row_l-img .l-col-tx {
    width: 100%;
  }
}

.l-about-page .l-row_l-img .l-col-image {
  width: 36%;
}

@media (max-width: 680px) {
  .l-about-page .l-row_l-img .l-col-image {
    width: 100%;
    text-align: center;
  }
}

.l-about-hospitality .ttl-bg:first-of-type,
.l-about-movie .ttl-bg:first-of-type {
  margin-top: 0;
}

.l-about-hospitality .sub-ttl,
.l-about-movie .sub-ttl {
  letter-spacing: .1em;
}

.l-about-movie .frame-movie {
  margin: 3em 0;
}

@media (max-width: 680px) {
  .l-about-movie .frame-movie iframe {
    height: 54vw;
  }
}

.l-seasons {
  padding-top: 90px;
  padding-bottom: 95px;
  position: relative;
}

@media (max-width: 960px) {
  .l-seasons {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
}

.l-seasons .l-seasons-inner .txt {
  text-align: center;
  margin: 3em 0;
}

.l-seasons .swiper-container-seasons {
  width: 100%;
  overflow: visible;
  position: relative;
}

.l-seasons .swiper-button-next-seasons {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  width: 75px;
  height: 75px;
}

.l-seasons .unit-ttl-season {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5vw;
}

.l-seasons .unit-ttl-season .ttl {
  font-size: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: .5em;
}

@media (max-width: 1290px) {
  .l-seasons .unit-ttl-season .ttl {
    font-size: 74px;
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 810px) {
  .l-seasons .unit-ttl-season .ttl {
    font-size: 8vw;
    width: 18vw;
    height: 18vw;
  }
}

.l-seasons .unit-ttl-season .ttl-cp {
  font-size: 27px;
}

@media (max-width: 680px) {
  .l-seasons .unit-ttl-season .ttl-cp {
    font-size: 4.2vw;
  }
}

.l-seasons .unit-ttl-season .ttl-cp .term {
  display: block;
  font-size: 80%;
}

.l-season-summer .l-seasons-inner,
.l-season-winter .l-seasons-inner {
  text-align: right;
}

.l-season-summer .unit-ttl-season .ttl,
.l-season-winter .unit-ttl-season .ttl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: .5em;
}

.l-season-summer .unit-ttl-season .ttl-cp,
.l-season-winter .unit-ttl-season .ttl-cp {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
}

.l-season-spring::before {
  content: "";
  height: 0;
  padding-top: 26.4vw;
  width: 29vw;
  max-width: 553px;
  background-image: url(../img/about/bg-season-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 14vw;
  top: 0;
}

@media (max-width: 680px) {
  .l-season-spring::before {
    right: 4vw;
  }
}

.l-season-spring .unit-ttl-season .ttl {
  background-color: #f5d9d9;
}

.l-season-summer {
  background-color: #e0ebe8;
}

.l-season-summer::before {
  content: "";
  height: 0;
  padding-top: 17vw;
  width: 23vw;
  max-width: 443px;
  background-image: url(../img/about/bg-season-sm.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 18vw;
  top: 2.5vw;
}

@media (max-width: 680px) {
  .l-season-summer::before {
    left: 5vw;
    top: 3vw;
  }
}

.l-season-autumn::before {
  content: "";
  height: 0;
  padding-top: 20.4vw;
  width: 42.1vw;
  max-width: 808px;
  background-image: url(../img/about/bg-season-au.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 5vw;
  top: 5vw;
}

@media (max-width: 680px) {
  .l-season-autumn::before {
    right: 2vw;
    top: 3vw;
  }
}

.l-season-autumn .unit-ttl-season .ttl {
  background-color: #e5dccb;
}

.l-season-winter {
  background-color: #ede9f1;
  background-image: url(../img/about/bg-season-snow.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.l-season-winter::before {
  content: "";
  height: 0;
  padding-top: 17.4vw;
  width: 38.7vw;
  max-width: 743px;
  background-image: url(../img/about/bg-season-wt.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 5vw;
  top: 6vw;
}

@media (max-width: 680px) {
  .l-season-winter::before {
    left: 2vw;
    top: 3vw;
  }
}

.l-lead {
  text-align: center;
  padding-top: 228px;
  padding-bottom: 90px;
}

.l-lead_member {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 20px;
}

@media (max-width: 520px) {
  .l-lead {
    padding: 160px 0 20px;
  }

  .l-lead_member {
    padding: 90px 0 20px;
  }
}

.l-lead .tx-lead {
  line-height: 2.2;
  letter-spacing: .18em;
  margin-bottom: 0;
}

.site-en .l-lead {
  text-align: left;
}

.site-en .l-lead .tx-lead {
  letter-spacing: .03em;
}

.l-ttl-lead {
  text-align: center;
  padding-top: 165px;
  padding-bottom: 80px;
}

@media (max-width: 680px) {
  .l-ttl-lead {
    padding: 30% 0 15%;
  }
}

.l-ttl-lead .tx-ttl {
  font-size: 20px;
  letter-spacing: .3em;
}

.l-ttl-lead .ttl {
  margin-bottom: 1.0em;
}

.l-ttl-lead .tx-lead {
  line-height: 2.2;
  letter-spacing: .18em;
}

.site-en .l-ttl-lead .tx-lead {
  line-height: 2.2;
  letter-spacing: normal;
}

.site-en .l-about-intro .tx-lead,
.site-en .l-about-intro .txt-area .txt {
  letter-spacing: normal;
}

.l-kv-bath {
  background-image: url(../img/visual/kv-bath.jpg);
}

.l-bg-lgt {
  background-color: #ede9f1;
}

.l-bath-slide {
  padding-top: 90px;
  padding-bottom: 130px;
}

@media (max-width: 810px) {
  .l-bath-slide {
    padding: 20% 0 15%;
  }
}

.l-bath-slide .uni-ttl .ttl {
  text-align: center;
}

.l-bath-slide .l-bath-slide-inner {
  position: relative;
}

.l-bath-slide .swiper-container-bath {
  overflow: visible;
  margin-bottom: 85px;
}

.l-bath-slide .swiper-button-next-bath {
  right: 16vw;
}

.l-bath-slide .btn-sdw {
  width: 445px;
  margin-top: 45px;
  margin-left: 10px;
  letter-spacing: .3em;
}

@media (max-width: 680px) {
  .l-bath-slide .btn-sdw {
    width: auto;
  }
}

.l-bath_01 {
  padding-top: 135px;
  padding-bottom: 155px;
}

@media (max-width: 810px) {
  .l-bath_01 {
    padding: 20% 0 15%;
  }
}

@media (max-width: 520px) {
  .l-bath_01 {
    padding: 20% 0 15%;
  }
}

.l-bath_01 .l-row-p-unit {
  position: relative;
  margin: 0 -50px;
}

@media (max-width: 960px) {
  .l-bath_01 .l-row-p-unit {
    margin: 0 -20px;
  }
}

.l-bath_01 .l-row-p-unit .l-col {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

@media (max-width: 960px) {
  .l-bath_01 .l-row-p-unit .l-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-bath_01 .l-row-p-unit .l-col .sub-ttl {
  height: 78px;
  max-width: 100%;
}

.l-bath-origin {
  background-image: url(../img/bath/bg-bath_kigen.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 185px;
}

.l-bath-origin .ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 44px;
}

.l-bath-origin .inner-text .txt {
  color: #fff;
  line-height: 2.16;
  letter-spacing: .18em;
}

.l-bath-origin+.l-flat {
  padding-top: 38px;
  padding-bottom: 80px;
}

.l-bath-origin+.l-flat .ttl-vline {
  text-align: center;
  position: relative;
}

.l-bath-origin+.l-flat .ttl-vline::before {
  content: "";
  width: 2px;
  height: 65px;
  background-color: #2b2929;
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.site-en .l-bath-origin .inner-text .txt {
  letter-spacing: normal;
}

.site-cn .l-bath-origin {
  padding-top: 195px;
}

.tb-bline {
  border-collapse: collapse;
  width: 100%;
}

.tb-bline th,
.tb-bline td {
  font-weight: normal;
  padding: 25px 0;
  border-bottom: 1px solid #c9c9c9;
  letter-spacing: .24em;
  vertical-align: middle;
  font-size: 17px;
}

@media (max-width: 1030px) {

  .tb-bline th,
  .tb-bline td {
    font-size: 15px;
  }
}

@media (max-width: 960px) {

  .tb-bline th,
  .tb-bline td {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {

  .tb-bline th,
  .tb-bline td {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {

  .tb-bline th,
  .tb-bline td {
    font-size: 3.15vw;
  }
}

.tb-bline th {
  width: 175px;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 810px) {
  .tb-bline th {
    width: 130px;
  }
}

@media (max-width: 680px) {
  .tb-bline th {
    width: 22%;
  }
}

.tb-bline+.tx-indent {
  font-size: 14px;
  letter-spacing: .21em;
}

@media (max-width: 810px) {
  .tb-bline+.tx-indent {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {
  .tb-bline+.tx-indent {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .tb-bline+.tx-indent {
    font-size: 3vw;
  }
}

.tb-bline td {
  line-height: 1.72;
}

@media (max-width: 520px) {
  .tb-bline td {
    padding-left: 1em;
  }
}

.tb-bline td .tx-indent {
  font-size: 13px;
  display: block;
}

@media (max-width: 810px) {
  .tb-bline td .tx-indent {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {
  .tb-bline td .tx-indent {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .tb-bline td .tx-indent {
    font-size: 3vw;
  }
}

.tb-bline td a {
  text-decoration: underline;
}

.tb-bline td a:hover {
  text-decoration: none;
  color: #8976a2;
}

.site-en .tb-bline th,
.site-en .tb-bline td {
  letter-spacing: .03em;
}

@media (max-width: 680px) {

  .site-en .tb-bline th,
  .site-en .tb-bline td {
    vertical-align: top;
  }
}

.site-en .tb-bline th {
  width: 320px;
}

@media (max-width: 810px) {
  .site-en .tb-bline th {
    width: 200px;
  }
}

@media (max-width: 680px) {
  .site-en .tb-bline th {
    width: 24%;
  }
}

.site-en .tb-bline+.tx-indent {
  letter-spacing: .03em;
}

.ver-ttl-box {
  position: absolute;
  margin: auto;
  right: 27%;
}

@media (max-width: 1030px) {
  .ver-ttl-box {
    right: 12%;
  }
}

@media (max-width: 810px) {
  .ver-ttl-box {
    right: 10%;
  }
}

@media (max-width: 520px) {
  .ver-ttl-box {
    right: 5%;
  }
}

.ver-ttl-box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 1.62em 0;
  margin: 0;
  width: 157px;
}

@media (max-width: 1030px) {
  .ver-ttl-box .ttl {
    width: 140px;
  }
}

@media (max-width: 810px) {
  .ver-ttl-box .ttl {
    width: 120px;
    font-size: 26px;
  }
}

@media (max-width: 680px) {
  .ver-ttl-box .ttl {
    width: 90px;
    font-size: 22px;
  }
}

@media (max-width: 520px) {
  .ver-ttl-box .ttl {
    width: 70px;
    font-size: 17px;
  }
}

.l-bath_v01 {
  position: relative;
  padding-top: 0;
  padding-bottom: 128px;
}

@media (max-width: 680px) {
  .l-bath_v01 {
    padding-bottom: 8vw;
  }
}

.l-bath_v01::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-image: url(../img/bath/bg-bath_v-01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repea;
  position: relative;
  top: 0;
  left: 0;
}

@media (max-width: 680px) {
  .l-bath_v01::before {
    padding-top: 70%;
  }
}

.l-bath_v01 .ver-ttl-box {
  top: -40px;
}

@media (max-width: 680px) {
  .l-bath_v01 .ver-ttl-box {
    top: -30px;
  }
}

.l-bath_v01 .ver-ttl-box .ttl {
  background-color: #efe9cd;
}

.l-bath_v01 .l-bath_v01-inner {
  overflow: hidden;
  padding-top: 110px;
}

@media (max-width: 680px) {
  .l-bath_v01 .l-bath_v01-inner {
    padding-top: 8vw;
  }
}

.l-bath_v01 .l-bath_v01-inner .tx-lead {
  text-align: center;
  line-height: 2.16;
  letter-spacing: .2em;
}

.l-bath_v01 .l-bath_v01-inner .l-row {
  margin-top: 65px;
}

@media (max-width: 680px) {
  .l-bath_v01 .l-bath_v01-inner .l-row {
    margin-top: 8vw;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 680px) {
  .l-bath_v01 .l-bath_v01-inner .l-row .l-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-bath_v02 {
  position: relative;
  background-color: #efe9cd;
  padding-top: 125px;
  padding-bottom: 90px;
}

@media (max-width: 680px) {
  .l-bath_v02 {
    padding: 20% 0;
  }
}

.l-bath_v02::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-image: url(../img/bath/bg-bath_v-02.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
}

@media (max-width: 680px) {
  .l-bath_v02::before {
    padding-top: 70%;
  }
}

.l-bath_v02 .ver-ttl-box {
  top: 90px;
}

@media (max-width: 680px) {
  .l-bath_v02 .ver-ttl-box {
    top: 60px;
  }
}

@media (max-width: 520px) {
  .l-bath_v02 .ver-ttl-box {
    top: 52px;
  }
}

.l-bath_v02 .ver-ttl-box .ttl {
  background-color: #fff;
  padding: 1.35em 1.62em;
  letter-spacing: .1em;
}

.l-bath_v02 .l-bath_v02-inner {
  overflow: hidden;
  padding-top: 122px;
}

@media (max-width: 680px) {
  .l-bath_v02 .l-bath_v02-inner {
    padding-top: 8vw;
  }
}

.l-bath_v02 .l-bath_v02-inner .tx-lead {
  text-align: center;
  line-height: 2.16;
  letter-spacing: .2em;
}

.l-bath_v02 .l-bath_v02-inner .l-row {
  margin-top: 65px;
  margin-bottom: 35px;
}

@media (max-width: 680px) {
  .l-bath_v02 .l-bath_v02-inner .l-row {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.l-bath_v02 .l-bath_v02-inner .l-row .l-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.l-bath_v02 .l-bath_v02-inner .min {
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 2.1;
}

@media (max-width: 960px) {
  .l-bath_v02 .l-bath_v02-inner .min {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {
  .l-bath_v02 .l-bath_v02-inner .min {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .l-bath_v02 .l-bath_v02-inner .min {
    font-size: 3vw;
  }
}

.l-cnt-tx {
  text-align: center;
  padding: 60px 0;
}

.tb-2c {
  border-collapse: collapse;
  width: 100%;
}

.tb-2c th {
  padding: 1em 0;
  width: 20%;
  text-align: left;
}

.tb-2c td {
  padding: 1em 0;
}

.l-bath-family .l-row+.ttl-bg {
  margin-top: 2em;
}

.l-bath-family .tx-lead {
  line-height: 2;
}

.li-note {
  margin-bottom: 3em;
}

.li-note li {
  padding: .25em 0;
}

.li-note li .sp-note {
  margin-left: 2em;
}

.l-kv-rooms {
  background-image: url(../img/visual/kv-rooms.jpg);
}

.l-kv-room_detail {
  position: relative;
}

.l-kv-room_detail::after {
  content: "";
  height: 0;
  padding-top: 53.13vw;
  width: 77.1vw;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 680px) {
  .l-kv-room_detail::after {
    width: 100%;
  }
}

.l-anc-nav {
  padding: 164px 0 82px;
}

@media (max-width: 680px) {
  .l-anc-nav {
    padding-top: 28vw;
  }
}

.l-anc-nav .li-anc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -30px;
}

@media (max-width: 960px) {
  .l-anc-nav .li-anc-nav {
    margin: 0 -15px;
  }
}

@media (max-width: 810px) {
  .l-anc-nav .li-anc-nav {
    margin: 0 -10px;
  }
}

@media (max-width: 680px) {
  .l-anc-nav .li-anc-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-anc-nav .li-anc-nav li {
  width: 20%;
  padding: 0 30px;
}

@media (max-width: 960px) {
  .l-anc-nav .li-anc-nav li {
    padding: 0 15px;
  }
}

@media (max-width: 960px) {
  .l-anc-nav .li-anc-nav li {
    padding: 0 10px;
  }
}

@media (max-width: 680px) {
  .l-anc-nav .li-anc-nav li {
    width: 90%;
    margin: 0 auto;
  }
}

.l-anc-nav .li-anc-nav li.tab-current a {
  background-color: #2b2929;
  color: #fff;
}

.l-anc-nav .li-anc-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 2px solid #2b2929;
  letter-spacing: .2em;
}

.l-anc-nav .li-anc-nav li a:hover {
  background-color: #2b2929;
  color: #fff;
}

@media (max-width: 680px) {
  .l-anc-nav .li-anc-nav li a {
    height: 48px;
  }
}

.l-anc-nav .li-anc-nav li a.tab-current {
  background-color: #2b2929;
  color: #fff;
}

.l-anc-nav+.l-ttl-lead {
  padding-top: 50px;
  padding-bottom: 120px;
}

.l-anc-nav+.l-ttl-lead .ttl {
  margin-bottom: .5em;
}

.tab_area {
  overflow: hidden;
  display: table;
  margin: 0;
}

.tab_area li {
  /*Tabの装飾*/
  width: 139px;
  height: 49px;
  text-align: center;
  border-right: 1px dotted #909090;
  cursor: pointer;
  vertical-align: middle;
  display: table-cell;
  color: #333333;
  background-color: #ffffff;
}

.all_area {
  background: #efefef;
  padding: 200px;
  overflow: hidden;
}

.all_area div.content_area {
  /*Tabの内容を表示するエリアの装飾*/
  background: #ffffff;
  padding: 10px 10px 10px 2px;
  border-top: 1px dotted #bbbbbb;
}

.tab_area li.select {
  /*アクティブタブの装飾*/
  background-color: #ffffff;
  background-image: none;
  color: #333333;
  border-top: 2px solid #e94545;
}

.hide {
  display: none;
}

.ttl .deco-wline {
  display: inline-block;
  position: relative;
}

.ttl .deco-wline::before,
.ttl .deco-wline::after {
  content: "";
  height: 7px;
  width: 4.88em;
  border-top: 1px solid #2b2929;
  border-bottom: 1px solid #2b2929;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ttl .deco-wline::before {
  left: -5.5em;
}

.ttl .deco-wline::after {
  right: -5.5em;
}

.l-room_popular {
  background-image: url(../img/bg/bg-washi.jpg);
  padding-top: 83px;
  padding-bottom: 67px;
}

.l-room_popular .ttl {
  text-align: center;
  margin-bottom: 2.23em;
}

.l-room_popular .swiper-container-rooms {
  width: 100%;
  overflow: visible;
}

.l-room_popular .swiper-slide {
  max-width: 750px;
}

.l-room_popular .swiper-slide .l-room .ttl {
  text-align: left;
}

.l-room_popular .swiper-slide .l-room .txt {
  width: 78%;
  letter-spacing: .2em;
  min-height: 105px;
}

.l-room_popular .l-room_popular-inner {
  position: relative;
}

.l-room_popular .l-room_popular-inner .swiper-button-next-rooms {
  top: 45%;
}

.l-room_ml {
  background-image: none;
}

.l-room_ml .ttl {
  margin-bottom: 2.23em;
}

.l-room_ml .swiper-container-rooms {
  width: 100%;
  overflow: visible;
}

.l-room_ml .swiper-slide {
  max-width: 750px;
}

.l-room_ml .swiper-slide .l-room .ttl {
  text-align: left;
}

.l-room_ml .swiper-slide .l-room .txt {
  width: 78%;
  letter-spacing: .2em;
  min-height: 105px;
}

.l-room_ml .l-room_ml-inner {
  position: relative;
}

.l-room_ml .l-room_ml-inner .swiper-button-next-rooms {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uni-ttl-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 520px) {
  .uni-ttl-room {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.uni-ttl-room .ttl {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: .6em;
}

@media (max-width: 810px) {
  .uni-ttl-room .ttl {
    font-size: 33px;
  }
}

@media (max-width: 680px) {
  .uni-ttl-room .ttl {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .uni-ttl-room .ttl {
    font-size: 20px;
    margin-top: .5em;
    margin-bottom: .5em;
  }
}

.uni-ttl-room .tx-type {
  display: block;
  font-size: 17px;
  padding-left: 5.0em;
  letter-spacing: .3em;
  position: relative;
}

.uni-ttl-room .tx-type::before {
  content: "";
  width: 3.5em;
  height: 1px;
  background-color: #2b2929;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 520px) {
  .uni-ttl-room .tx-type {
    font-size: 15px;
    letter-spacing: .1em;
    margin: 0 0 0 auto;
  }
}

.l-over {
  overflow: hidden;
}

.uni-ttl-room {
  margin: 5em 0;
}

@media (max-width: 680px) {
  .uni-ttl-room {
    margin: 1.5em 0;
  }
}

.uni-ttl-room+.tx-lead {
  font-size: 21px;
  letter-spacing: .265em;
  margin-bottom: 3em;
  line-height: 1.8;
}

@media (max-width: 1030px) {
  .uni-ttl-room+.tx-lead {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .uni-ttl-room+.tx-lead {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {
  .uni-ttl-room+.tx-lead {
    font-size: 2.3vw;
  }
}

@media (max-width: 520px) {
  .uni-ttl-room+.tx-lead {
    font-size: 3.6vw;
    margin-bottom: 2em;
  }
}

.uni-ttl-room+.tx-lead+.txt {
  font-size: 17px;
  letter-spacing: .24em;
  margin-bottom: 3.5em;
}

@media (max-width: 1030px) {
  .uni-ttl-room+.tx-lead+.txt {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .uni-ttl-room+.tx-lead+.txt {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {
  .uni-ttl-room+.tx-lead+.txt {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .uni-ttl-room+.tx-lead+.txt {
    font-size: 3vw;
  }
}

.l-room_ml .uni-ttl-room {
  margin: 5em 0;
}

.l-room_ml .uni-ttl-room .ttl {
  font-size: 27px;
  line-height: 1.3;
}

.l-room_ml .uni-ttl-room+.tx-lead {
  letter-spacing: .02em;
}

@media (max-width: 680px) {
  .l-room_special {
    padding-bottom: 40px;
  }
}

.l-room_special .l-over {
  margin: 0 calc(((122.8vw - 100%)/ 2)* -1);
  margin-bottom: 57px;
}

@media (max-width: 680px) {
  .l-room_special .l-over {
    margin: 0;
  }
}

.l-room_special .l-over .l-row-over {
  -webkit-transform: translateX(-6%);
  transform: translateX(-6%);
}

@media (max-width: 680px) {
  .l-room_special .l-over .l-row-over {
    -webkit-transform: inherit;
    transform: inherit;
  }
}

.l-room_special .l-room_special-inner {
  position: relative;
}

.l-room_special .l-room_special-inner .txt {
  margin-bottom: 2em;
}

.l-room_special .swiper-container-roomsC {
  width: calc(100% + (100vw - 100%)/ 2);
  overflow: visible;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
}

.site-cn .l-room_ml .uni-ttl-room+.tx-lead {
  letter-spacing: .1em;
}

.l-room_roten {
  padding-top: 85px;
}

@media (max-width: 680px) {
  .l-room_roten {
    padding-top: 40px;
  }
}

.l-room_roten .l-room_roten-inner {
  position: relative;
}

.l-room_roten .l-room_roten-inner .txt {
  margin-bottom: 2em;
}

.l-room_roten .swiper-container-roomsRt {
  width: calc((100% + (100vw - 100%)/ 2) + 200px);
  overflow: visible;
}

@media (max-width: 520px) {
  .l-room_roten .swiper-container-roomsRt {
    width: 100%;
    overflow: hidden;
  }
}

.l-room_roten .l-over {
  margin: 0 calc(((140vw - 100%)/ 2)* -1);
  margin-bottom: 92px;
}

@media (max-width: 680px) {
  .l-room_roten .l-over {
    margin: 0;
  }
}

.l-room_roten .l-over .l-row-over {
  -webkit-transform: translateX(-6.2%);
  transform: translateX(-6.2%);
}

@media (max-width: 680px) {
  .l-room_roten .l-over .l-row-over {
    -webkit-transform: inherit;
    transform: inherit;
  }
}

.l-room_honkan .l-room_honkan-inner {
  position: relative;
}

.l-room_honkan .l-room_honkan-inner .txt {
  margin-bottom: 2em;
}

.l-room_honkan .swiper-container-roomsHk {
  width: calc((100% + (100vw - 100%)/ 2) + 370px);
  overflow: visible;
}

@media (max-width: 520px) {
  .l-room_honkan .swiper-container-roomsHk {
    width: 100%;
    overflow: hidden;
  }
}

.l-room_honkan .l-over {
  margin: 0 calc(((145.8vw - 100%)/ 2)* -1);
  margin-bottom: 38px;
}

@media (max-width: 680px) {
  .l-room_honkan .l-over {
    margin: 0;
  }
}

.l-room_honkan .l-over .l-row-over {
  -webkit-transform: translateX(-4%);
  transform: translateX(-4%);
}

@media (max-width: 680px) {
  .l-room_honkan .l-over .l-row-over {
    -webkit-transform: inherit;
    transform: inherit;
  }
}

.l-room_honkan .l-over .l-row-over .l-col {
  padding: 0;
}

.l-room_kageyamasou {
  padding-top: 45px;
  padding-bottom: 165px;
}

@media (max-width: 680px) {
  .l-room_kageyamasou {
    padding-bottom: 80px;
  }
}

.l-room_kageyamasou .l-room_kageyamasou-inner {
  position: relative;
}

.l-room_kageyamasou .l-room_kageyamasou-inner .txt {
  margin-bottom: 2em;
}

.l-room_kageyamasou .swiper-container-roomsC {
  width: calc(100% + (100vw - 100%)/ 2);
  overflow: visible;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
}

.l-room_kageyamasou .l-over {
  margin: 0 calc(((121.5vw - 100%)/ 2)* -1);
  margin-bottom: 13px;
}

@media (max-width: 680px) {
  .l-room_kageyamasou .l-over {
    margin: 0;
  }
}

.l-room_kageyamasou .l-over .l-row-over {
  -webkit-transform: translateX(-6.2%);
  transform: translateX(-6.2%);
}

@media (max-width: 680px) {
  .l-room_kageyamasou .l-over .l-row-over {
    -webkit-transform: inherit;
    transform: inherit;
  }
}

.l-room_kageyamasou .uni-ttl-room .ttl {
  margin-right: 1.8em;
}

.l-65content {
  padding-top: 0;
  padding-bottom: 55px;
}

.l-65content .content {
  width: 625px;
}

.l-65content .content .l-65content-bg {
  margin-right: calc(((100vw - 100%)/ 2)* -1);
  position: relative;
}

@media (max-width: 680px) {
  .l-65content .content .l-65content-bg .f-room-image img {
    height: 64vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.l-65content .content .l-65content-bg .uni-vttl {
  position: absolute;
  top: 0;
  left: -18.5%;
}

@media (max-width: 1290px) {
  .l-65content .content .l-65content-bg .uni-vttl {
    left: -22%;
  }
}

@media (max-width: 1030px) {
  .l-65content .content .l-65content-bg .uni-vttl {
    left: -15%;
  }
}

@media (max-width: 960px) {
  .l-65content .content .l-65content-bg .uni-vttl {
    left: -10%;
  }
}

@media (max-width: 810px) {
  .l-65content .content .l-65content-bg .uni-vttl {
    left: -15px;
    top: -15px;
  }
}

.l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line {
  width: 184px;
  height: 535px;
  top: 0;
  font-size: 38px;
  padding-bottom: 40px;
}

@media (max-width: 1030px) {
  .l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line {
    padding-top: 38px;
    width: 136px;
    height: 390px;
    font-size: 28px;
  }
}

@media (max-width: 810px) {
  .l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line {
    width: 128px;
    font-size: 24px;
    padding-bottom: 25px;
  }
}

@media (max-width: 680px) {
  .l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line {
    width: 100px;
    height: auto;
    font-size: 4.5vw;
  }
}

.l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line .sub-ttl {
  margin-left: 20px;
  padding: 0 4px;
  font-size: 25px;
  letter-spacing: .16em;
}

@media (max-width: 1030px) {
  .l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line .sub-ttl {
    font-size: 2.4vw;
  }
}

@media (max-width: 810px) {
  .l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line .sub-ttl {
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line .sub-ttl {
    font-size: 2.2vw;
    margin-left: 10px;
  }
}

@media (max-width: 520px) {
  .l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line .sub-ttl {
    font-size: 3vw;
  }
}

.l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line .ttl-name {
  margin-top: auto;
}

.l-65content .content .l-65content-bg .l-65content-inner {
  width: 900px;
  max-width: 100%;
  padding-top: 60px;
}

.l-65content .content .l-65content-bg .l-65content-inner .ttl {
  margin-bottom: .65em;
}

.l-65content .content .l-65content-bg .l-65content-inner .txt {
  width: 90%;
  margin-bottom: 2em;
  line-height: 2.1;
}

.p-room-b .l-65content {
  padding-top: 0;
  padding-bottom: 55px;
}

.p-room-b .l-65content .content {
  width: 625px;
}

.p-room-b .l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line {
  height: auto;
}

.p-room-b .l-65content .content .l-65content-bg .uni-vttl .ver-ttl-line .ttl-name {
  margin: 0;
}

.sa .txt {
  margin-bottom: 2em;
}

.member {
  margin-bottom: 70px;
}

.member a {
  color: #08B2E3;
}

.l-room-detail {
  padding: 100px 0;
}

@media (max-width: 810px) {
  .l-room-detail {
    padding: 0 0 15%;
  }
}

.l-room-detail .l-room-detail-inner {
  position: relative;
  padding-top: 55px;
}

@media (max-width: 810px) {
  .l-room-detail .l-room-detail-inner {
    padding-top: 0;
  }
}

.l-room-detail .l-room-detail-inner::before {
  content: "";
  width: 65.5vw;
  height: 118%;
  background-image: url(../img/bg/bg-washi.jpg);
  background-position: center;
  position: absolute;
  right: 0;
  top: -100px;
  margin-right: calc(((100vw - 100%)/ 2)* -1);
  z-index: -1;
}

@media (max-width: 810px) {
  .l-room-detail .l-room-detail-inner::before {
    top: -8vw;
    height: 116%;
  }
}

.l-room-detail .l-room-detail-inner .ttl {
  margin: 0 0 .5em;
}

.l-room-detail .l-room-detail-inner .ttl+.tx-lead {
  line-height: 2.2;
  letter-spacing: .2em;
  margin-bottom: 85px;
}

@media (max-width: 810px) {
  .l-room-detail .l-room-detail-inner .ttl+.tx-lead {
    margin-bottom: 8vw;
  }
}

.l-room-detail .swiper-container-rooms {
  width: 100%;
  overflow: visible;
}

.l-room-detail .swiper-container-rooms img {
  border-radius: 50%;
}

.l-room-detail .l-room-detail-inner-slide {
  position: relative;
}

.l-room-detail .l-room-detail-inner-slide .swiper-button-next-rooms {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-room-sammary {
  position: relative;
  padding-top: 97px;
  padding-bottom: 130px;
}

@media (max-width: 680px) {
  .l-room-sammary {
    padding: 20% 0;
  }
}

.l-room-sammary::before {
  content: "";
  width: 100%;
  background-color: #eceff2;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 680px) {
  .l-room-sammary::before {
    top: 18%;
  }
}

.l-room-sammary .ttl {
  text-align: center;
  margin-bottom: 1.5em;
}

.l-room-sammary .l-fig {
  text-align: center;
  margin-bottom: 80px;
}

.l-room-sammary .l-fig img {
  margin: 0 auto;
  max-height: 800px;
  max-width: 800px;
}

@media (max-width: 960px) {
  .l-room-sammary .l-fig img {
    max-width: 90%;
  }
}

.ttl-overlap {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 34px;
  display: table;
  border-left: 1px solid #2b2929;
  border-right: 1px solid #2b2929;
  padding: 0 18px;
  position: relative;
}

@media (max-width: 960px) {
  .ttl-overlap {
    font-size: 28px;
  }
}

@media (max-width: 680px) {
  .ttl-overlap {
    font-size: 24px;
    padding: 0 12px;
  }
}

@media (max-width: 520px) {
  .ttl-overlap {
    font-size: 22px;
    padding: 0 10px;
  }
}

.ttl-overlap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ede9f1;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.l-calendar {
  padding-top: 120px;
  padding-bottom: 95px;
}

@media (max-width: 680px) {
  .l-calendar {
    padding: 15% 0;
  }
}

.l-calendar .l-calendar-inner {
  position: relative;
}

.l-calendar .l-calendar-inner .ttl-overlap {
  position: absolute;
  top: 0;
  left: 4%;
}

@media (max-width: 680px) {
  .l-calendar .l-calendar-inner .ttl-overlap {
    position: relative;
    left: inherit;
    width: 72px;
    margin: 0 auto 20%;
  }
}

.l-calendar .l-room-calendar {
  text-align: center;
  width: 820px;
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .l-calendar .l-room-calendar {
    max-width: 90%;
  }
}

@media (max-width: 520px) {
  .l-calendar .l-room-calendar {
    max-width: 100%;
  }
}

.l-calendar .l-room-calendar img {
  margin: -15px auto 0;
}

.l-calendar .l-room-calendar table#calendar {
  border-collapse: collapse;
}

.l-calendar .l-room-calendar table#calendar th {
  border: 1px solid #cdcdcd;
  background-color: #ededed;
  padding: .85em 0;
}

.l-calendar .l-room-calendar table#calendar th.w-sun {
  color: #e05859;
}

.l-calendar .l-room-calendar table#calendar th.w-sat {
  color: #7e82bd;
}

.l-calendar .l-room-calendar table#calendar td {
  padding: .85em 0;
  border: 1px solid #cdcdcd;
}

.l-calendar .l-room-calendar table#calendar td:first-of-type {
  color: #e05859;
}

.l-calendar .l-room-calendar table#calendar td:last-of-type {
  color: #7e82bd;
}

.l-calendar .l-btn-cnt {
  text-align: center;
  margin-top: 73px;
}

.l-calendar .l-btn-cnt .btn {
  margin: 0 auto;
}

.l-plan {
  padding-top: 70px;
}

@media (max-width: 680px) {
  .l-plan {
    padding: 15% 0;
  }
}

.l-plan .ttl {
  text-align: center;
  margin-bottom: 1em;
}

.l-plan .tx-ttl {
  font-size: 18px;
  margin-top: 1.5em;
  line-height: 2;
}

.l-plan .txt {
  font-size: 14.5px;
}

@media (max-width: 960px) {
  .l-plan .txt {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {
  .l-plan .txt {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .l-plan .txt {
    font-size: 3vw;
  }
}

.l-dinner-month {
  padding-top: 235px;
  padding-bottom: 40px;
}

.l-dinner-month .l-dinner-month-inner {
  text-align: center;
  margin: 0;
}

.l-dinner-month .l-dinner-month-inner .tx-lead {
  line-height: 2.1;
  margin: 0 0 90px;
  font-size: 32.5px;
}

@media (max-width: 680px) {
  .l-dinner-month .l-dinner-month-inner .tx-lead {
    font-size: 24px;
  }
}

.l-dinner-month .ttl-overlap {
  width: 95px;
  margin: 0 auto 80px;
  font-size: 30px;
  padding: 35px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {
  .l-dinner-month .ttl-overlap {
    font-size: 28px;
  }
}

@media (max-width: 680px) {
  .l-dinner-month .ttl-overlap {
    width: 72px;
    font-size: 24px;
    padding: 0 12px;
  }
}

@media (max-width: 520px) {
  .l-dinner-month .ttl-overlap {
    font-size: 22px;
    padding: 0 10px;
  }
}

.l-dinner-month2 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.l-dinner-month2 .l-dinner-month-inner {
  padding: 0 50px;
}

@media (max-width: 810px) {
  .l-dinner-month2 .l-dinner-month-inner {
    padding: 0;
  }
}

.l-dinner-month2 .l-dinner-month-inner .tb-bline {
  margin-bottom: 38px;
}

.l-dinner-month2 .l-dinner-month-inner .tb-bline th {
  width: 21.5%;
}

.l-dinner-month2 .l-dinner-month-inner .tx-index {
  font-size: 14px;
  margin: 0 0 8px;
  letter-spacing: .19em;
}

@media (max-width: 960px) {
  .l-dinner-month2 .l-dinner-month-inner .tx-index {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {
  .l-dinner-month2 .l-dinner-month-inner .tx-index {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .l-dinner-month2 .l-dinner-month-inner .tx-index {
    font-size: 3vw;
  }
}

.l-dinner-month2 .l-dinner-month-inner .l-btn-3col {
  margin-top: 100px;
}

.l-dinner-month2 .l-dinner-month-inner .l-btn-3col .l-row_3c {
  margin: 0 -15px;
}

.l-dinner-month2 .l-dinner-month-inner .l-btn-3col .l-row_3c .l-col {
  padding: 0 15px;
}

.l-dinner-month2 .l-dinner-month-inner .l-btn-3col .btn-sdw {
  width: calc(100% - 7px);
}

.l-kv-facility {
  background-image: url(../img/visual/kv-facilites.jpg);
}

.l-facility {
  padding-top: 170px;
  position: relative;
}

.l-facility::before {
  content: "";
  background-color: #ede9f1;
  width: 100%;
  height: calc(100% - 320px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.l-facility .ttl-cont .ttl {
  text-align: center;
  margin: 0 0 2.15em;
}

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

.tab-label {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-content {
  width: 100%;
  display: none;
  position: absolute;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #2b2929;
  color: #fff;
}

.tab-switch:checked+.tab-label+.tab-content {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 40px;
}

.tab_container .tab_content {
  display: none;
  padding: 60px 10px 175px;
  clear: both;
  overflow: hidden;
}

.tab_item {
  width: 112px;
  padding: 15px 0;
  background-color: #f2f0f0;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content,
#tab3:checked~#tab3_content,
#tab4:checked~#tab4_content {
  display: block;
}

.tab_container input:checked+.tab_item {
  background-color: #8976a2;
  color: #fff;
}

.l-facility .tab-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-facility .tab-wrap .tab-label {
  width: 15.5%;
  height: 82px;
  border-width: 0 0 3px 0;
}

.l-facility .tab-wrap .tab-content {
  margin-top: 138px;
  margin-bottom: 20px;
}

.li-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.li-guide li {
  margin-right: 2.6em;
  line-height: 1;
  position: relative;
}

.li-guide li .i-icon {
  display: inline-block;
  margin-right: 7.5px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.li-guide .i-wc .i-icon {
  background-image: url(../img/facility/i-wc.png);
  width: 22px;
  height: 20px;
}

.li-guide .i-ev .i-icon {
  background-image: url(../img/facility/i-ev.png);
  width: 13px;
  height: 21px;
}

.li-guide .i-vending .i-icon {
  background-image: url(../img/facility/i-vending.png);
  width: 10px;
  height: 21px;
}

.li-guide .i-map .i-icon {
  background-image: url(../img/facility/i-map.png);
  width: 15px;
  height: 20px;
}

.l-kv-dinner {
  background-image: url(../img/visual/kv-dinner.jpg);
}

.l-kv-child {
  background-image: url(../img/visual/kv-child.jpg);
}

@media (max-width: 810px) {
  .l-lead.l-lead-dinner {
    padding-top: 20%;
  }
}

@media (max-width: 520px) {
  .l-lead.l-lead-dinner {
    padding-top: 30%;
  }
}

.l-lead.l-lead-dinner .tx-lead {
  width: 88%;
  margin: 0 auto;
  letter-spacing: .2em;
}

@media (max-width: 810px) {
  .l-lead.l-lead-dinner-breakfast {
    padding-top: 30%;
  }
}

@media (max-width: 520px) {
  .l-lead.l-lead-dinner-breakfast {
    padding-top: 40%;
  }
}

.l-dinner-intro {
  padding-top: 0;
  padding-bottom: 80px;
}

.l-dinner-intro .content .l-dinner-intro-inner {
  position: relative;
}

.l-dinner-intro .content .l-dinner-intro-inner::before {
  content: "";
  width: 1000px;
  max-width: 100%;
  height: 0;
  padding-top: 49.25%;
  background-image: url(../img/dinner/p-dinner-intro.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
}

.l-dinner-intro .content .l-dinner-intro-inner .text-wrap {
  padding-left: 22.5%;
  margin-left: auto;
  position: relative;
}

@media (max-width: 960px) {
  .l-dinner-intro .content .l-dinner-intro-inner .text-wrap {
    padding-left: 0;
  }
}

.l-dinner-intro .content .l-dinner-intro-inner .text-wrap::before {
  content: "";
  background-color: #eceff2;
  width: calc(86% + ((100vw - 100%)/ 2));
  height: 154%;
  position: absolute;
  bottom: 0;
  left: 14%;
  z-index: -1;
}

@media (max-width: 960px) {
  .l-dinner-intro .content .l-dinner-intro-inner .text-wrap::before {
    content: none;
  }
}

.l-dinner-intro .content .l-dinner-intro-inner .text-wrap .text-wrap-inner {
  background-color: #eceff2;
  position: relative;
  /* top: -110px; */
  left: 0;
  /* padding: 45px 0 0 60px; */
  padding: 45px 0 110px 60px;
}

@media (max-width: 960px) {
  .l-dinner-intro .content .l-dinner-intro-inner .text-wrap .text-wrap-inner {
    top: 0;
    padding: 70px;
  }
}

@media (max-width: 680px) {
  .l-dinner-intro .content .l-dinner-intro-inner .text-wrap .text-wrap-inner {
    padding: 30px 20px;
  }
}

.l-dinner-intro .content .l-dinner-intro-inner .text-wrap .text-wrap-inner .ttl {
  margin-bottom: 2.25em;
}

.l-dinner-intro .content .l-dinner-intro-inner .text-wrap .text-wrap-inner .txt {
  line-height: 2.16;
  letter-spacing: .2em;
  margin: 0;
}

.l-dinner {
  padding-top: 80px;
}

.ttl-ver {
  position: absolute;
}

@media (max-width: 810px) {
  .ttl-ver {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  .ttl-ver {
    font-size: 3.6vw;
  }
}

@media (max-width: 520px) {
  .ttl-ver {
    font-size: 3.6vw;
  }
}

.ttl-ver .sp-line {
  border-style: solid;
  border-color: #2b2929;
  border-width: 0 1px;
  padding: 0 10px;
  display: table;
}

@media (max-width: 680px) {
  .ttl-ver .sp-line {
    padding: 0 8px;
  }
}

.l-dinner-inner {
  position: relative;
  margin: 70px 0 220px;
}

@media (max-width: 810px) {
  .l-dinner-inner {
    margin: 0 0 80px;
  }
}

.l-dinner-inner .ttl-ver {
  top: -70px;
  padding: 50px 0 62px;
  width: 160px;
  right: -3.5%;
}

@media (max-width: 810px) {
  .l-dinner-inner .ttl-ver {
    width: 120px;
    padding: 45px 0;
  }
}

@media (max-width: 680px) {
  .l-dinner-inner .ttl-ver {
    width: 100px;
    padding: 35px 0;
    right: 2.5%;
  }
}

@media (max-width: 520px) {
  .l-dinner-inner .ttl-ver {
    width: 80px;
    padding: 24px 0;
  }
}

.l-dinner-inner .ttl-ver .sp-line {
  border-style: solid;
  border-color: #2b2929;
  border-width: 0 1px;
  padding: 0 10px;
  display: table;
}

@media (max-width: 810px) {
  .l-dinner-inner .ttl-ver .sp-line {
    padding: 0 8px;
  }
}

.l-dinner-inner .f-dinner-image {
  margin-bottom: 2.5em;
}

.l-dinner-inner .f-dinner-image+.txt {
  margin-bottom: 2em;
}

.l-dinner-inner2 {
  margin-bottom: 130px;
}

@media (max-width: 680px) {
  .l-dinner-inner2 {
    margin-bottom: 60px;
  }
}

.ttl-ver-flat {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.l-dinner-inner3 {
  padding-top: 80px;
  margin-bottom: 15px;
  border-top: 3px solid #7c8796;
}

@media (max-width: 810px) {
  .l-dinner-inner3 {
    padding-top: 12vw;
    margin-bottom: 0;
  }
}

.l-dinner-inner3 .l-row {
  margin: 0;
}

@media (max-width: 680px) {
  .l-dinner-inner3 .l-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.l-dinner-inner3 .l-row .l-col {
  padding: 0;
}

@media (max-width: 810px) {
  .l-dinner-inner3 .l-row .l-col {
    padding: 0 15px;
  }
}

@media (max-width: 680px) {
  .l-dinner-inner3 .l-row .l-col {
    width: 50%;
    padding: 0 10px;
    margin: 0;
  }
}

.l-dinner-inner3 .l-row .l-col .wrap-cont img {
  max-width: 480px;
  width: 55%;
}

@media (max-width: 680px) {
  .l-dinner-inner3 .l-row .l-col .wrap-cont img {
    width: 85%;
  }
}

.l-dinner-inner3 .l-row .l-col .l-col-inner {
  position: relative;
}

.l-dinner-inner3 .ttl-ver-flat {
  position: absolute;
  top: 0;
  left: 65%;
}

@media (max-width: 680px) {
  .l-dinner-inner3 .ttl-ver-flat {
    right: 0;
    font-size: 16px;
  }
}

.l-dinner_ex {
  position: relative;
}

.l-dinner_ex::after {
  content: "";
  width: 100%;
  height: 89.5%;
  background-color: #eceff2;
  position: absolute;
  top: 10.5%;
  z-index: -1;
}

@media (max-width: 520px) {
  .l-dinner_ex::after {
    top: 4%;
    height: 96%;
  }
}

.l-dinner-inner_ex {
  position: relative;
}

.l-dinner-inner_ex::before {
  content: "";
  width: 1005px;
  max-width: 100%;
  height: 0;
  padding-top: 49.75%;
  background-image: url(../img/dinner/p-dinner-betsu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

@media (max-width: 680px) {
  .l-dinner-inner_ex::before {
    padding-top: 60%;
    background-position: center;
    background-size: contain;
  }
}

.l-dinner-inner_ex .text-wrap {
  background: #fff;
  width: 67%;
  padding: 45px 60px;
  position: absolute;
  margin: auto;
  bottom: -120px;
  right: 0;
}

@media (max-width: 680px) {
  .l-dinner-inner_ex .text-wrap {
    padding: 30px;
    width: 86%;
    left: 0;
    bottom: -38vw;
  }
}

@media (max-width: 520px) {
  .l-dinner-inner_ex .text-wrap {
    padding: 30px;
    width: 86%;
    left: 0;
    bottom: -65vw;
  }
}

.l-dinner-inner_ex .text-wrap .ttl {
  margin-bottom: 1em;
}

.l-dinner-inner_ex .text-wrap .txt {
  margin: 0 0 10px;
}

.l-dinner-inner_ex-menu {
  padding-top: 200px;
}

@media (max-width: 1030px) {
  .l-dinner-inner_ex-menu {
    padding-top: 25vw;
  }
}

@media (max-width: 680px) {
  .l-dinner-inner_ex-menu {
    padding-top: 45vw;
  }
}

@media (max-width: 520px) {
  .l-dinner-inner_ex-menu {
    padding-top: 70vw;
  }
}

.l-dinner-inner_ex-menu .l-ex-menu .ttl {
  margin-bottom: 35px;
}

.l-dinner-inner_ex-menu .l-ex-menu .l-row {
  margin: 0 -35px 60px;
}

.l-dinner-inner_ex-menu .l-ex-menu .l-row .l-col {
  padding: 0 35px;
  margin-top: 0;
}

.l-dinner-inner_ex-menu .l-ex-menu .image-menu {
  margin: 20px 0 30px;
}

.ttl-bar {
  line-height: 1;
  margin-bottom: 2em;
  margin-top: 0;
  font-size: 18px;
}

@media (max-width: 680px) {
  .ttl-bar {
    font-size: 15px;
  }
}

.ttl-bar .spttl-bar {
  display: inline-block;
  background-color: #2b2929;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  min-width: 180px;
}

.l-menu-price {
  margin-bottom: 50px;
}

.l-menu-price:last-of-type {
  margin-bottom: 0;
}

.l-menu-price li {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 0 0 18px;
  margin-bottom: 20px;
}

.l-menu-price li .ttl-menu {
  padding: 0;
  width: calc(100% - 5em);
}

.l-menu-price li .tx-menu {
  margin: 10px 0 0;
  font-size: 15px;
}

@media (max-width: 680px) {
  .l-menu-price li .tx-menu {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .l-menu-price li .tx-menu {
    font-size: 3vw;
  }
}

.l-menu-price li .menu-price {
  position: absolute;
  right: 0;
  top: 0;
}

.l-kagari {
  position: relative;
}

.l-kagari::before {
  content: "";
  display: block;
  width: 1264px;
  max-width: 68vw;
  height: 0;
  padding-top: 55.5%;
  background-image: url(../img/dinner/p-dinner-kagari.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  left: 0;
  top: 0;
}

@media (max-width: 960px) {
  .l-kagari::before {
    width: 100%;
    max-width: 100%;
    padding-top: 70%;
  }
}

.l-kagari .content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 960px) {
  .l-kagari .content {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }
}

.l-kagari .content .ttl-panel {
  background-color: #fff;
  padding: 80px 15px;
  text-align: center;
  width: 46%;
  position: absolute;
  margin: auto;
  right: 4%;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 960px) {
  .l-kagari .content .ttl-panel {
    background: none;
    padding-top: 40px;
    width: 90%;
    position: relative;
    top: -24vw;
    right: inherit;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 680px) {
  .l-kagari .content .ttl-panel {
    top: -30vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.l-kagari .content .ttl-panel .ttl-ver {
  position: relative;
  padding: 45px 0 45px;
  width: 164px;
  background: #ede9f1;
  margin: 0 auto 55px;
}

@media (max-width: 680px) {
  .l-kagari .content .ttl-panel .ttl-ver {
    width: 140px;
  }
}

.l-kagari .content .ttl-panel .ttl-ver .ver-lrg {
  font-size: 42px;
}

@media (max-width: 680px) {
  .l-kagari .content .ttl-panel .ttl-ver .ver-lrg {
    font-size: 30px;
  }
}

@media (max-width: 810px) {
  .l-kagari .content .ttl-panel .ttl-ver {
    margin-bottom: 40px;
  }
}

.l-kagari .content .ttl-panel .ttl-sdw {
  position: relative;
}

.l-kagari .content .ttl-panel .ttl-sdw::before {
  content: "";
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #ede9f1;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.l-kagari .content .ttl-panel .tx-lead {
  font-size: 16px;
  margin: 0 0 2.5em;
  line-height: 2.2;
  letter-spacing: .3em;
}

@media (max-width: 520px) {
  .l-kagari .content .ttl-panel .tx-lead {
    font-size: 3.5vw;
    letter-spacing: .1em;
  }
}

.l-kagari .content .ttl-panel .txt {
  font-size: 13px;
  letter-spacing: .26em;
  margin: 0;
}

@media (max-width: 520px) {
  .l-kagari .content .ttl-panel .txt {
    font-size: 3vw;
  }
}

.l-kagari .content .ttl-panel .btn {
  margin: 40px auto 0;
}

.l-btn-pager {
  background-color: #eceff2;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 680px) {
  .l-btn-pager {
    padding: 40px 0;
  }
}

.l-btn-pager .l-btn-cnt {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-btn-pager .l-btn-cnt .btn {
  background-color: #fff;
}

.l-btn-pager .l-btn-cnt .btn:hover {
  background-color: #2b2929;
}

.l-btn-pager .l-btn-2col .l-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 680px) {
  .l-btn-pager .l-btn-2col .l-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-btn-pager .l-btn-2col .l-row .l-col {
  padding: 0 30px;
  margin: 0;
  width: 50%;
}

@media (max-width: 960px) {
  .l-btn-pager .l-btn-2col .l-row .l-col {
    padding: 0 15px;
  }
}

@media (max-width: 680px) {
  .l-btn-pager .l-btn-2col .l-row .l-col {
    width: 100%;
    margin: 0 auto;
  }

  .l-btn-pager .l-btn-2col .l-row .l-col:first-of-type {
    margin-bottom: 15px;
  }
}

@media (max-width: 960px) {
  .l-btn-pager .l-btn-2col .l-row .l-col .btn-sdw {
    width: 270px;
  }
}

@media (max-width: 680px) {
  .l-btn-pager .l-btn-2col .l-row .l-col .btn-sdw {
    margin: 0 auto 7px;
  }
}

.l-dinner-drink {
  padding-top: 0;
}

.l-drink-inner .tb-base {
  margin-bottom: 3em;
  border-top: 1px solid #c9c9c9;
}

.l-drink-inner td,
.l-drink-inner th {
  vertical-align: middle;
  border-bottom: 1px solid #c9c9c9;
  line-height: 1.8;
}

.l-drink-inner .td-stt {
  width: 20%;
}

.l-drink-inner .td-price {
  width: 110px;
  text-align: right;
}

.l-drink-inner .td-amt {
  width: 120px;
  text-align: right;
}

.l-drink-inner .bd-no {
  border: none;
}

.l-dinner-child {
  padding-top: 0;
}

.l-dinner-child p {
  text-align: right;
}

.l-dinner-child .dl-t-line {
  margin-top: 60px;
}

.dl-t-line dt {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: .5em;
  margin-bottom: .5em;
  font-size: 25px;
}

@media (max-width: 680px) {
  .dl-t-line dt {
    font-size: 16px;
  }
}

.dl-t-line dd {
  margin-bottom: 80px;
}

@media (max-width: 680px) {
  .dl-t-line dd {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

.l-dinner-breakfast {
  padding-top: 0;
}

.l-dinner-breakfast .l-row {
  margin-bottom: 50px;
}

.l-dinner-breakfast .l-col-image {
  width: 61%;
}

@media (max-width: 680px) {
  .l-dinner-breakfast .l-col-image {
    width: 100%;
  }
}

.l-dinner-breakfast .l-col-text {
  width: 39%;
  font-size: 21px;
  line-height: 1.9;
}

@media (max-width: 810px) {
  .l-dinner-breakfast .l-col-text {
    font-size: 1.8vw;
  }
}

@media (max-width: 680px) {
  .l-dinner-breakfast .l-col-text {
    width: 100%;
    font-size: 3.8vw;
  }
}

.l-dinner-breakfast .l-col-text .ttl {
  position: relative;
  margin-bottom: 1.75em;
}

.l-dinner-breakfast .l-col-text .ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #707070;
  position: absolute;
  left: 0;
  bottom: -.75em;
}

.l-dinner-breakfast .l-row-od .l-col-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 680px) {
  .l-dinner-breakfast .l-row-od .l-col-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.l-dinner-breakfast .l-row-od .l-col-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 680px) {
  .l-dinner-breakfast .l-row-od .l-col-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.l-kv-howto {
  background-image: url(../img/visual/kv-howto.jpg);
}

.l-lead.l-lead-howto {
  padding-top: 202px;
}

@media (max-width: 1030px) {
  .l-lead.l-lead-howto {
    padding-top: 10%;
  }
}

@media (max-width: 960px) {
  .l-lead.l-lead-howto {
    padding-top: 20%;
  }
}

@media (max-width: 680px) {
  .l-lead.l-lead-howto {
    padding-top: 30%;
    padding-bottom: 0;
  }
}

.l-spend {
  padding: 120px 0 110px;
}

@media (max-width: 1030px) {
  .l-spend {
    padding: 5% 0;
  }
}

@media (max-width: 680px) {
  .l-spend {
    padding: 20% 0;
  }
}

@media (max-width: 520px) {
  .l-spend {
    padding: 20% 0 10%;
  }
}

.l-spend.l-spend2 {
  padding-top: 205px;
  padding-bottom: 225px;
}

@media (max-width: 1030px) {
  .l-spend.l-spend2 {
    padding: 5% 0;
  }
}

@media (max-width: 680px) {
  .l-spend.l-spend2 {
    padding: 20% 0;
  }
}

@media (max-width: 520px) {
  .l-spend.l-spend2 {
    padding: 10% 0 15%;
  }
}

.l-spend-inner {
  padding-bottom: 165px;
  position: relative;
}

@media (max-width: 960px) {
  .l-spend-inner {
    padding-bottom: 0;
  }
}

@media (max-width: 960px) {
  .l-spend-inner .l-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}

.l-spend-inner .l-col-text {
  width: 43%;
  position: relative;
}

@media (max-width: 960px) {
  .l-spend-inner .l-col-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 680px) {
  .l-spend-inner .l-col-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .l-spend-inner .l-col-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-spend-inner .l-col-text .link-wrap {
  position: relative;
  padding-top: 20%;
  padding-left: 21%;
  z-index: 10;
}

@media (max-width: 960px) {
  .l-spend-inner .l-col-text .link-wrap {
    position: relative;
    padding-top: inherit;
    padding-left: inherit;
  }
}

.l-spend-inner .l-col-text .link-wrap .link-wrap-inner {
  display: block;
  padding: 20px 15px;
  position: relative;
}

.l-spend-inner .l-col-text .link-wrap .ttl {
  margin-bottom: 1.5em;
  letter-spacing: .11em;
}

.l-spend-inner .l-col-text .link-wrap .tx-lead {
  line-height: 2;
  position: relative;
  padding-right: 37px;
}

@media (max-width: 520px) {
  .l-spend-inner .l-col-text .link-wrap .tx-lead {
    width: 94.5%;
  }
}

.l-spend-inner .l-col-text .link-wrap .tx-lead::after {
  display: inline-block;
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(../img/icon/arw-c.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: inherit;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 810px) {
  .l-spend-inner .l-col-text .link-wrap .tx-lead::after {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 520px) {
  .l-spend-inner .l-col-text .link-wrap .tx-lead::after {
    width: 18px;
    height: 18px;
  }
}

.l-spend-inner .l-col-image {
  width: 57%;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

@media (max-width: 960px) {
  .l-spend-inner .l-col-image {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 680px) {
  .l-spend-inner .l-col-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.l-spend-inner .l-col-image .image-wrap {
  margin-right: calc(((72vw - 100%) / 2) * -1);
}

@media (max-width: 680px) {
  .l-spend-inner .l-col-image .image-wrap {
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
}

.l-spend-inner .l-col-image .image-wrap::before {
  display: block;
  margin-right: calc(((72vw - 100%) / 2) * -1);
  content: "";
  height: 57vw;
  width: calc(100% + 30.5vw);
  background-color: #eceff2;
  position: absolute;
  top: -7.75vw;
  right: 0;
  z-index: -1;
}

@media (max-width: 960px) {
  .l-spend-inner .l-col-image .image-wrap::before {
    height: 55.5vw;
    width: calc(100% + 22vw);
  }
}

.l-spend-inner .l-row-66 {
  width: 72.5%;
  position: absolute;
  bottom: 0;
  margin: 0 -30px;
}

@media (max-width: 960px) {
  .l-spend-inner .l-row-66 {
    position: relative;
    width: 90%;
    margin: 45px auto 0;
  }
}

@media (max-width: 680px) {
  .l-spend-inner .l-row-66 {
    width: 100%;
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.l-spend-inner .l-row-66 .l-col {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.l-spend-inner .l-row-66 .l-col:nth-of-type(1) {
  padding-left: 30px;
  padding-right: 7.5px;
}

@media (max-width: 520px) {
  .l-spend-inner .l-row-66 .l-col:nth-of-type(1) {
    padding: 0 5px;
  }
}

.l-spend-inner .l-row-66 .l-col:nth-of-type(2) {
  padding-left: 7.5px;
  padding-right: 30px;
}

@media (max-width: 520px) {
  .l-spend-inner .l-row-66 .l-col:nth-of-type(2) {
    padding: 0 5px;
  }
}

.l-spend-inner .l-row-66 .l-col-frame {
  position: relative;
}

.l-spend-inner .l-row-66 .l-col-frame::before {
  content: "";
  width: 75%;
  height: 50%;
  background-color: #eceff2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 960px) {
  .l-spend-inner .l-row-66 .l-col-frame::before {
    content: none;
  }
}

.l-spend-inner .l-row-66 .l-col-frame .l-col-inner {
  position: relative;
  z-index: 1;
}

.l-spend-inner.l-spend-right {
  padding-bottom: 120px;
}

@media (max-width: 520px) {
  .l-spend-inner.l-spend-right {
    padding-bottom: 0;
  }
}

.l-spend-inner.l-spend-right .l-col-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.l-spend-inner.l-spend-right .l-col-text .link-wrap {
  padding-top: 15.5%;
  padding-left: 15%;
}

@media (max-width: 960px) {
  .l-spend-inner.l-spend-right .l-col-text .link-wrap {
    padding-top: inherit;
    padding-left: inherit;
  }
}

.l-spend-inner.l-spend-right .l-col-text .link-wrap .ttl {
  margin-bottom: 1.2em;
}

.l-spend-inner.l-spend-right .l-col-text .link-wrap .tx-lead {
  width: 98%;
}

@media (max-width: 680px) {
  .l-spend-inner.l-spend-right .l-col-text .link-wrap .tx-lead {
    width: 94.5%;
  }
}

.l-spend-inner.l-spend-right .l-col-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.l-spend-inner.l-spend-right .l-col-image .image-wrap {
  margin-right: inherit;
  margin-left: calc(((72vw - 100%) / 2) * -1);
  position: relative;
}

@media (max-width: 680px) {
  .l-spend-inner.l-spend-right .l-col-image .image-wrap {
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
}

.l-spend-inner.l-spend-right .l-col-image .image-wrap::before {
  display: block;
  margin-right: calc(((72vw - 100%) / 2) * -1);
  content: "";
  height: 55vw;
  width: calc(100% + 16.5vw);
  background-color: #efe9cd;
  position: absolute;
  top: -7.75vw;
  right: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 960px) {
  .l-spend-inner.l-spend-right .l-col-image .image-wrap::before {
    height: 55.5vw;
    width: calc(100% + 22vw);
  }
}

.l-spend-inner.l-spend-right .l-row-66 {
  right: 0;
}

.l-spend-inner.l-spend-right .l-row-66 .l-col-frame::before {
  background-color: #efe9cd;
  right: inherit;
  left: 0;
  height: 60%;
}

.l-kv-plan {
  background-image: url(../img/visual/kv-plan.jpg);
}

.l-lead.l-lead-plan {
  padding-top: 217px;
  padding-bottom: 100px;
}

@media (max-width: 680px) {
  .l-lead.l-lead-plan {
    padding-top: 22vw;
    padding-bottom: 12vw;
  }
}

.l-lead.l-lead-plan .tx-lead {
  margin: 0;
}

.l-btn-plan {
  background-color: #efe9cd;
  padding: 40px 0;
}

@media (max-width: 520px) {
  .l-btn-plan {
    padding: 20px 0;
  }
}

.l-btn-plan .l-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-btn-plan .l-row .l-col {
  width: 36%;
}

@media (max-width: 810px) {
  .l-btn-plan .l-row .l-col {
    padding: 0;
  }
}

@media (max-width: 520px) {
  .l-btn-plan .l-row .l-col {
    width: 40%;
  }
}

.l-btn-plan .l-row .l-col .btn {
  margin: 0 auto 7px;
  max-width: calc(100% - 14px);
}

.l-btn-plan .btn {
  background-color: #fff;
}

.l-btn-plan .btn:hover {
  background-color: #2b2929;
}

.l-plan-list {
  padding-top: 85px;
  padding-bottom: 155px;
}

@media (max-width: 680px) {
  .l-plan-list {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

.l-plan-list .tx-lead {
  text-align: center;
  line-height: 2.1;
  letter-spacing: .2em;
  margin-bottom: 129px;
}

@media (max-width: 520px) {
  .l-plan-list .tx-lead {
    margin-bottom: 20%;
  }
}

.l-plan-list .ttl {
  text-align: center;
  margin: 1em 0;
}

.l-plan-list .ttl .sp-deco {
  position: relative;
}

.l-plan-list .ttl .sp-deco::before,
.l-plan-list .ttl .sp-deco::after {
  content: "";
  height: 3px;
  width: 4em;
  background-color: #2b2929;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-plan-list .ttl .sp-deco::before {
  left: -5em;
}

.l-plan-list .ttl .sp-deco::after {
  right: -5em;
}

.l-plan-list .tab-content {
  padding-top: 50px;
}

.l-sw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 520px) {
  .l-sw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-sw .btn {
  border-width: 0 0 3px 0;
  width: 46%;
  font-size: 20px;
  letter-spacing: .2em;
  height: 70px;
  border-bottom-width: 5px;
}

@media (max-width: 810px) {
  .l-sw .btn {
    font-size: 16px;
    width: 48%;
  }
}

@media (max-width: 520px) {
  .l-sw .btn {
    font-size: 15px;
    width: 94%;
    margin: 0 auto;
    height: 50px;
  }
}

.li-plan-list {
  padding-top: 70px;
}

@media (max-width: 680px) {
  .li-plan-list {
    padding-top: 0;
  }
}

.li-plan-list .tx-lead {
  text-align: center;
}

.li-plan-list li {
  border-bottom: 1px solid #d9d9d9;
}

.li-plan-list li:last-of-type {
  border-bottom: none;
}

.li-plan-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 0;
}

@media (max-width: 680px) {
  .li-plan-list li a {
    padding: 15px 0;
  }
}

.li-plan-list li a:hover {
  background-color: #f2f0f0;
}

@media (max-width: 680px) {
  .li-plan-list li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.li-plan-list li img {
  margin-right: 5em;
  margin-left: 1.5em;
  border-radius: 50%;
}

@media (max-width: 680px) {
  .li-plan-list li img {
    width: 30%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1.5em;
  }
}

.li-plan-list li .tx-plan {
  position: relative;
  font-size: 17.5px;
}

@media (max-width: 680px) {
  .li-plan-list li .tx-plan {
    width: 70%;
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .li-plan-list li .tx-plan {
    font-size: 3vw;
  }
}

.li-plan-list li .tx-plan::after {
  display: inline-block;
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(../img/icon/arw-c.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  right: -4em;
  top: 0;
  bottom: 0;
}

@media (max-width: 810px) {
  .li-plan-list li .tx-plan::after {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 680px) {
  .li-plan-list li .tx-plan::after {
    right: 0;
  }
}

@media (max-width: 520px) {
  .li-plan-list li .tx-plan::after {
    width: 18px;
    height: 18px;
  }
}

.li-plan-list li .tx-plan-name {
  display: inline-block;
  margin-right: 4em;
  letter-spacing: .2em;
  vertical-align: middle;
}

@media (max-width: 680px) {
  .li-plan-list li .tx-plan-name {
    display: block;
  }
}

.li-plan-list li .tx-plan-price {
  letter-spacing: .2em;
  vertical-align: middle;
}

.l-plan-list .ttl+.li-plan-list {
  padding: 0;
}

.l-kv-plan-day {
  background-image: url(../img/visual/kv-plan-day.jpg);
}

.l-plan-intro {
  padding-top: 0;
  padding-bottom: 80px;
}

.l-plan-intro .content .l-plan-intro-inner {
  position: relative;
}

.l-plan-intro .content .l-plan-intro-inner::before {
  content: "";
  width: 1000px;
  max-width: 100%;
  height: 0;
  padding-top: 57.5%;
  background-image: url(../img/plan/p-plan-intro.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
}

.l-plan-intro .content .l-plan-intro-inner .text-wrap {
  padding-left: 22.5%;
  margin-left: auto;
  position: relative;
  padding-bottom: 110px;
}

@media (max-width: 960px) {
  .l-plan-intro .content .l-plan-intro-inner .text-wrap {
    padding-left: 0;
  }
}

.l-plan-intro .content .l-plan-intro-inner .text-wrap::before {
  content: "";
  background-color: #eceff2;
  width: calc(86% + ((100vw - 100%)/ 2));
  height: 154%;
  position: absolute;
  bottom: 0;
  left: 14%;
  z-index: -1;
}

@media (max-width: 960px) {
  .l-plan-intro .content .l-plan-intro-inner .text-wrap::before {
    content: none;
  }
}

.l-plan-intro .content .l-plan-intro-inner .text-wrap .text-wrap-inner {
  background-color: #eceff2;
  position: relative;
  left: 0;
  padding: 45px 0 0 60px;

}

@media (max-width: 960px) {
  .l-plan-intro .content .l-plan-intro-inner .text-wrap .text-wrap-inner {
    top: 0;
    padding: 70px;
  }
}

@media (max-width: 680px) {
  .l-plan-intro .content .l-plan-intro-inner .text-wrap .text-wrap-inner {
    padding: 30px 20px;
  }
}

.l-plan-intro .content .l-plan-intro-inner .text-wrap .text-wrap-inner .ttl {
  margin-bottom: 2.25em;
}

.l-plan-intro .content .l-plan-intro-inner .text-wrap .text-wrap-inner .txt {
  line-height: 2.16;
  letter-spacing: .2em;
  margin: 0;
}

.l-kv-sightseeing {
  background-image: url(../img/visual/kv-sightseeing.jpg);
}

.l-sightseeing {
  padding-top: 225px;
}

@media (max-width: 1030px) {
  .l-sightseeing {
    padding-top: 15%;
  }
}

@media (max-width: 680px) {
  .l-sightseeing {
    padding-top: 30%;
  }
}

@media (max-width: 520px) {
  .l-sightseeing {
    padding-top: 40%;
  }
}

@media (max-width: 1030px) {
  .l-sightseeing-inner .l-col {
    padding: 0 20px;
  }
}

@media (max-width: 810px) {
  .l-sightseeing-inner .l-col {
    padding: 0 12px;
    margin: 20px 0;
  }
}

@media (max-width: 680px) {
  .l-sightseeing-inner .l-col {
    width: 50%;
    padding: 0 10px;
  }
}

.l-sightseeing-inner .l-col img {
  display: block;
  width: 288px;
  height: 288px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  margin: 0 auto;
}

@media (max-width: 1030px) {
  .l-sightseeing-inner .l-col img {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 810px) {
  .l-sightseeing-inner .l-col img {
    width: 28vw;
    height: 28vw;
  }
}

@media (max-width: 680px) {
  .l-sightseeing-inner .l-col img {
    width: 40vw;
    height: 40vw;
  }
}

.l-sightseeing-inner .ttl {
  text-align: center;
  margin: 1em 0;
  letter-spacing: .2em;
}

.l-sightseeing-inner .image-frame {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 520px) {
  .l-sightseeing-inner .image-frame {
    margin-bottom: 40px;
  }
}

.l-sightseeing-inner .image-frame img {
  margin: 0 auto;
  border-radius: 50%;
  width: 480px;
  height: 480px;
}

@media (max-width: 810px) {
  .l-sightseeing-inner .image-frame img {
    width: 60vw;
    height: 60vw;
  }
}

@media (max-width: 520px) {
  .l-sightseeing-inner .image-frame img {
    width: 80vw;
    height: 80vw;
  }
}

.l-sightseeing-inner .image-frame+.txt {
  width: 78%;
  margin: 0 auto;
  letter-spacing: .18em;
  line-height: 2.16;
  margin-bottom: 90px;
}

@media (max-width: 520px) {
  .l-sightseeing-inner .image-frame+.txt {
    width: 96%;
    margin-bottom: 40px;
  }
}

.l-sightseeing-inner .l-access-frame {
  width: 728px;
  margin: 0 auto;
  border: 1px solid #2b2929;
  padding: 30px 30px 10px;
  position: relative;
}

@media (max-width: 810px) {
  .l-sightseeing-inner .l-access-frame {
    width: 90%;
  }
}

@media (max-width: 520px) {
  .l-sightseeing-inner .l-access-frame {
    width: 100%;
  }
}

.l-sightseeing-inner .l-access-frame::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #2b2929;
  position: absolute;
  top: 12px;
  left: 12px;
}

.l-sightseeing-inner .l-access-frame .l-access-inner {
  padding-left: 25%;
}

@media (max-width: 960px) {
  .l-sightseeing-inner .l-access-frame .l-access-inner {
    padding-left: 14%;
  }
}

@media (max-width: 680px) {
  .l-sightseeing-inner .l-access-frame .l-access-inner {
    padding-left: 8%;
  }
}

@media (max-width: 520px) {
  .l-sightseeing-inner .l-access-frame .l-access-inner {
    padding-left: 0;
  }
}

.l-sightseeing-inner .l-access-frame .l-access-inner .txt {
  margin: 20px 0 42px;
  position: relative;
  padding-left: 40px;
}

@media (max-width: 520px) {
  .l-sightseeing-inner .l-access-frame .l-access-inner .txt {
    margin: 15px 0 20px;
  }
}

.l-sightseeing-inner .l-access-frame .l-access-inner .txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 520px) {
  .l-sightseeing-inner .l-access-frame .l-access-inner .txt::before {
    background-size: 72%;
  }
}

.l-sightseeing-inner .l-access-frame .l-access-inner .txt.tx-address::before {
  width: 19px;
  height: 27px;
  background-image: url(../img/icon/i-map.png);
}

.l-sightseeing-inner .l-access-frame .l-access-inner .txt.tx-train::before {
  width: 18px;
  height: 22px;
  background-image: url(../img/icon/i-train.png);
}

.l-sightseeing-inner .l-access-frame .l-access-inner .txt.tx-hour::before {
  width: 23px;
  height: 23px;
  background-image: url(../img/icon/i-clock.png);
}

.l-lead.l-lead-recommend {
  padding-top: 240px;
}

@media (max-width: 810px) {
  .l-lead.l-lead-recommend {
    padding-top: 15vw;
  }
}

@media (max-width: 680px) {
  .l-lead.l-lead-recommend {
    padding-top: 30vw;
    padding-bottom: 10%;
  }
}

.l-lead.l-lead-recommend .ttl {
  margin-bottom: 1em;
}

.l-recommend-point {
  background-color: #eceff2;
  border: 1px solid;
  padding: 45px 62px;
  margin-top: 90px;
}

@media (max-width: 810px) {
  .l-recommend-point {
    padding: 45px;
  }
}

@media (max-width: 520px) {
  .l-recommend-point {
    padding: 20px;
  }
}

.l-recommend-point .ttl {
  padding-bottom: .75em;
  border-bottom: 3px solid #2b2929;
}

.l-recommend-point .li-recommend li {
  text-align: left;
  padding: 1em 0 1em 2em;
  position: relative;
  font-size: 21.5px;
  letter-spacing: .14em;
}

@media (max-width: 960px) {
  .l-recommend-point .li-recommend li {
    font-size: 2vw;
  }
}

@media (max-width: 680px) {
  .l-recommend-point .li-recommend li {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .l-recommend-point .li-recommend li {
    font-size: 3vw;
  }
}

.l-recommend-point .li-recommend li::before {
  content: "";
  width: 22px;
  height: 24px;
  background-image: url(../img/icon/i-flag.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  margin: auto;
  left: 0;
  top: calc(1em + 4px);
}

@media (max-width: 680px) {
  .l-recommend-point .li-recommend li::before {
    background-size: 75%;
    background-position: left;
  }
}

.l-recommend {
  padding-top: 65px;
  padding-bottom: 0;
}

.l-recommend-inner {
  position: relative;
}

.l-recommend-inner .ttl-ver-1r {
  background-color: #fff;
  padding: 50px 0 40px;
  width: 112px;
  position: absolute;
  top: -60px;
  left: 60px;
  letter-spacing: .2em;
  z-index: 1;
}

@media (max-width: 680px) {
  .l-recommend-inner .ttl-ver-1r {
    padding: 20px 0 20px;
    width: 70px;
    left: 15px;
  }
}

.l-recommend-inner .ttl-ver-1r .sp-upright {
  margin-bottom: 10px;
}

.li-recommend-inner {
  position: relative;
}

.li-recommend-inner .ttl-ver-1r {
  position: absolute;
  top: -60px;
  left: 60px;
}

.l-row-recommend {
  margin: 0;
  position: relative;
  padding-bottom: 240px;
}

@media (max-width: 810px) {
  .l-row-recommend {
    padding-bottom: 12vw;
  }
}

.l-row-recommend.l-row-recommend-bg::before {
  content: "";
  background-color: #eceff2;
  width: 50vw;
  height: 113%;
  margin-right: calc(((100vw - 100%)/ 2)* -1);
  position: absolute;
  right: 0;
  top: 15%;
  z-index: -1;
}

.l-row-recommend .l-col-image {
  margin: 0;
  padding: 0;
  width: calc((100% / 6)* 5);
}

@media (max-width: 1030px) {
  .l-row-recommend .l-col-image {
    margin-left: -30px;
  }
}

@media (max-width: 680px) {
  .l-row-recommend .l-col-image {
    width: 100%;
  }
}

.l-row-recommend .l-col-text {
  margin: 0;
  width: 77.5%;
  position: absolute;
  top: 58.5%;
  right: 0;
  padding: 45px 50px;
}

.l-row-recommend5 .l-col-text {
  top: 68.5%;
}


@media (max-width: 810px) {
  .l-row-recommend .l-col-text {
    position: relative;
    width: 100%;
    padding: 20px;
  }
}

.l-row-recommend .l-col-text.bg-text-01 {
  background-color: #eceff2;
}

.l-row-recommend .l-col-text.bg-text-01::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eceff2;
  position: absolute;
  bottom: -100%;
  left: 0;
}

@media (max-width: 680px) {
  .l-row-recommend .l-col-text.bg-text-01::before {
    height: 40%;
    bottom: -40%;
  }
}

.l-row-recommend .l-col-text.bg-text-02 {
  background-color: #fff;
}

.l-row-recommend .l-col-text .ttl {
  margin-bottom: 1.2em;
  letter-spacing: .1em;
}

.l-row-recommend .l-col-text .btn {
  margin-top: 40px;
  margin-left: 10px;
}

.l-row-recommend:last-child .l-col-text.bg-text-01::before {
  background-color: #fff;
  width: 110%;
  display: none;
}

.l-row-recommend2 {
  padding-bottom: 195px;
}

@media (max-width: 680px) {
  .l-row-recommend2 {
    padding-bottom: 15%;
  }
}

.l-row-recommend2 .l-col-text {
  top: 61.5%;
}

.i-arw {
  position: relative;
}

.i-arw::after {
  content: "";
  width: 40px;
  height: 24px;
  background-image: url(../img/icon/arw-down.png);
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 1030px) {
  .i-arw::after {
    bottom: 0;
  }
}

@media (max-width: 810px) {
  .i-arw::after {
    bottom: -20px;
  }
}

.bg-text-01.i-arw::after,
.bg-text-02.i-arw::after {
  left: 35.5%;
}

@media (max-width: 810px) {

  .bg-text-01.i-arw::after,
  .bg-text-02.i-arw::after {
    left: 50%;
  }
}

.l-shop {
  background-color: #eceff2;
  padding: 30px 0 60px;
}

.l-shop .l-row {
  margin: 0 -25px;
}

.l-shop .l-row .l-col {
  padding: 0 25px;
}

.l-shop .l-row .l-col .l-row-shop {
  margin: 0 -20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 680px) {
  .l-shop .l-row .l-col .l-row-shop {
    margin: 0 -10px;
  }
}

.l-shop .l-row .l-col .l-row-shop .l-col-image {
  width: 275px;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 1030px) {
  .l-shop .l-row .l-col .l-row-shop .l-col-image {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .l-shop .l-row .l-col .l-row-shop .l-col-image {
    width: 155px;
    padding: 0 10px;
  }
}

.l-shop .l-row .l-col .l-row-shop .l-col-image img {
  width: 235px;
  height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 680px) {
  .l-shop .l-row .l-col .l-row-shop .l-col-image img {
    width: 135px;
    height: 135px;
  }
}

.l-shop .l-row .l-col .l-row-shop .l-col-text {
  width: calc(100% - 275px);
  padding: 0 20px;
}

@media (max-width: 1030px) {
  .l-shop .l-row .l-col .l-row-shop .l-col-text {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .l-shop .l-row .l-col .l-row-shop .l-col-text {
    width: calc(100% - 155px);
    padding: 0 10px;
  }
}

.l-shop .l-row .l-col .l-row-shop .l-col-text .ttl {
  font-size: 18px;
  margin-bottom: 1em;
}

.l-shop .l-row .l-col .l-row-shop .l-col-text .txt {
  font-size: 14px;
}

@media (max-width: 680px) {
  .l-shop .l-row .l-col .l-row-shop .l-col-text .txt {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .l-shop .l-row .l-col .l-row-shop .l-col-text .txt {
    font-size: 3vw;
  }
}

.l-shop .i-arw {
  position: relative;
}

.l-shop .i-arw::after {
  bottom: -18px;
}

.l-recommend2 {
  padding-top: 65px;
  padding-bottom: 80px;
}

@media (max-width: 680px) {
  .l-recommend2 {
    padding-top: 10%;
    padding-bottom: 0;
  }
}

.l-row-recommend4 {
  padding-bottom: 150px;
}

@media (max-width: 680px) {
  .l-row-recommend4 {
    padding-bottom: 20%;
  }
}

.l-row-recommend4 .l-col-text {
  top: 51%;
}

.l-row-recommend4 .l-col-text .btn {
  margin-top: 40px;
  margin-left: 10px;
}

.l-row-recommend4 .l-col-text.bg-text-01::before {
  height: 50%;
  bottom: -50%;
}

@media (max-width: 680px) {
  .l-row-recommend4 .l-col-text.bg-text-01::before {
    height: 30%;
    bottom: -30%;
  }
}

.l-row-recommend4.l-row-recommend-bg::before {
  height: 76%;
  top: 37%;
  z-index: -1;
}

.l-row-recommend5 {
  padding-bottom: 0;
}

.l-faq {
  padding-top: 260px;
  padding-bottom: 125px;
}

@media (max-width: 810px) {
  .l-faq {
    padding-top: 20%;
    padding-bottom: 125px;
  }
}

@media (max-width: 680px) {
  .l-faq {
    padding-top: 25vw;
    padding-bottom: 20vw;
  }
}

.l-faq .ttl-cont .ttl {
  text-align: center;
  margin-bottom: 2.5em;
}

.l-faq .tab-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-faq .tab-wrap .tab-label {
  width: 12.5%;
  border-width: 0 0 3px;
  height: 80px;
}

@media (max-width: 810px) {
  .l-faq .tab-wrap .tab-label {
    width: 31%;
    margin: 0 1%;
    height: 70px;
  }
}

@media (max-width: 520px) {
  .l-faq .tab-wrap .tab-label {
    width: 46%;
    margin: 0 2%;
    height: 60px;
  }
}

.li-faq {
  margin-top: 36px;
}

.li-faq li {
  padding: 35px 0;
  border-bottom: 1px solid #c3c3c3;
}

@media (max-width: 520px) {
  .li-faq li {
    padding: 20px 0;
  }
}

.li-faq li .ttl-faq {
  font-weight: normal;
  margin-bottom: 15px;
}

.li-faq li .ttl-faq .sp-num {
  padding-right: 1.2em;
}

.li-faq li .txt {
  margin: 0;
  font-size: 14px;
  letter-spacing: .2em;
}

@media (max-width: 520px) {
  .li-faq li .txt {
    font-size: 3vw;
  }
}

.l-kv-contact {
  background-image: url(../img/visual/kv-contact.jpg);
}

.l-contact {
  background-color: #f4f6f7;
}

.l-contact .l-ttl-set {
  text-align: center;
}

.l-contact .ttl {
  margin-bottom: 1.3em;
}

.l-contact .tx-lead {
  letter-spacing: .2em;
  line-height: 2.1;
}

.l-contact .tx-lead .tx-min {
  font-size: 13px;
}

.l-contact .tx-link {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.site-en .l-contact,
.site-cn .l-contact {
  padding-top: 180px;
}

@media (max-width: 1030px) {

  .site-en .l-contact,
  .site-cn .l-contact {
    padding-top: 13vw;
  }
}

@media (max-width: 810px) {

  .site-en .l-contact,
  .site-cn .l-contact {
    padding-top: 18vw;
  }
}

.contactArea {
  padding: 0;
  margin: 80px auto 30px;
}

@media (max-width: 810px) {
  .contactArea {
    margin: 60px auto 30px;
  }
}

@media (max-width: 520px) {
  .contactArea {
    width: 100%;
  }
}

.contactArea dl {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 810px) {
  .contactArea dl {
    display: block;
  }
}

.contactArea dl dt {
  width: 22.5%;
  font-weight: normal;
  letter-spacing: .25em;
}

@media (max-width: 810px) {
  .contactArea dl dt {
    width: auto;
    margin-bottom: .5em;
  }
}

.contactArea dl dt .must {
  display: inline-table;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.contactArea dl dd {
  width: 77.5%;
}

@media (max-width: 680px) {
  .contactArea dl dd {
    width: 100%;
  }
}

.contactArea dl dd input,
.contactArea dl dd textarea {
  width: 99%;
  max-width: 100%;
  padding: 15px 20px;
  border: 1px solid #acacac;
  background-color: #fff;
  border-radius: 5px;
  font-size: 20px;
}

@media (max-width: 810px) {

  .contactArea dl dd input,
  .contactArea dl dd textarea {
    font-size: 18px;
  }
}

@media (max-width: 520px) {

  .contactArea dl dd input,
  .contactArea dl dd textarea {
    font-size: 15px;
    padding: 10px;
  }
}

.contactArea dl dd input[type="text"] {
  height: 75px;
}

@media (max-width: 810px) {
  .contactArea dl dd input[type="text"] {
    height: 55px;
  }
}

@media (max-width: 520px) {
  .contactArea dl dd input[type="text"] {
    height: 45px;
  }
}

.contactArea dl dd textarea {
  min-height: 300px;
}

@media (max-width: 810px) {
  .contactArea dl dd textarea {
    min-height: 200px;
  }
}

@media (max-width: 520px) {
  .contactArea dl dd textarea {
    min-height: 150px;
  }
}

.contactArea dl:last-of-type {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contactArea dl:last-of-type dt {
  padding-top: 25px;
}

@media (max-width: 680px) {
  .contactArea dl:last-of-type dt {
    padding-top: 0;
  }
}

.l-contact .btnArea_contact {
  margin: 110px 0 30px;

  text-align: center;
}

.l-contact .btnArea_contact .btn-sdw {
  display: block;
  margin: 0 auto 7px;
}

.l-contact .btnArea_contact .btn-sdw::before {
  z-index: -1;
}

.l-contact .btnArea_contact .btn {
  width: 345px;
}

@media (max-width: 520px) {
  .l-contact .btnArea_contact .btn {
    width: 220px;
    height: 38px;
  }
}

@media (max-width: 520px) {
  .l-contact .btnArea_contact {
    margin: 30px 0;
  }
}

.l-anc-nav_faci {
  padding: 164px 0 45px;
}

.l-anc-nav_faci .li-anc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-anc-nav_faci .li-anc-nav li {
  width: 25%;
}

@media (max-width: 680px) {
  .l-anc-nav_faci .li-anc-nav li {
    width: 50%;
  }
}

.l-anc-nav_faci .li-anc-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 188px;
  color: #fff;
  text-shadow: 0 1px 5px rgba(43, 41, 41, 0.5);
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 520px) {
  .l-anc-nav_faci .li-anc-nav li a {
    height: 128px;
    font-size: 4vw;
    text-align: center;
  }
}

.l-anc-nav_faci .li-anc-nav li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.l-anc-nav_faci .li-anc-nav li a:hover::before {
  content: none;
}

.l-anc-nav_faci .li-anc-nav li a .sp-fc {
  position: relative;
  z-index: 1;
}

.l-anc-nav_faci .li-anc-nav li.li-current-01 a {
  background-image: url(../img/facility/fc-nav_enkai.jpg);
}

.l-anc-nav_faci .li-anc-nav li.li-current-02 a {
  background-image: url(../img/facility/fc-nav_kaigi.jpg);
}

.l-anc-nav_faci .li-anc-nav li.li-current-03 a {
  background-image: url(../img/facility/fc-nav_kagaribi.jpg);
}

.l-anc-nav_faci .li-anc-nav li.li-current-04 a {
  background-image: url(../img/facility/fc-nav_moonlight.jpg);
}

.l-anc-nav_faci .li-anc-nav li.li-current-05 a {
  background-image: url(../img/facility/fc-nav_yururi.jpg);
}

.l-anc-nav_faci .li-anc-nav li.li-current-06 a {
  background-image: url(../img/facility/fc-nav_ashiyu.jpg);
}

.l-anc-nav_faci .li-anc-nav li.li-current-07 a {
  background-image: url(../img/facility/fc-nav_spot.jpg);
}

.l-anc-nav_faci .li-anc-nav li.li-current-08 a {
  background-image: url(../img/facility/fc-nav_floormap.jpg);
}

.p-facility-enkaijo li.li-current-01 a::before {
  content: none;
}

.p-facility-meetingroom li.li-current-02 a::before {
  content: none;
}

.p-facility-kagaribi li.li-current-03 a::before {
  content: none;
}

.p-facility-moonlight li.li-current-04 a::before {
  content: none;
}

.p-facility-yururi li.li-current-05 a::before {
  content: none;
}

.p-facility-ashiyu li.li-current-06 a::before {

  content: none;
}

.p-facility-spot li.li-current-07 a::before {
  content: none;
}

.p-facility-flooamap li.li-current-08 a::before {
  content: none;
}

.l-ttl-lead-faci {
  padding: 45px 0 80px;
}

@media (max-width: 810px) {
  .l-ttl-lead-faci {
    padding: 4vw 0 4vw;
  }
}

.l-col-list {
  padding: 0;
  background-color: #eceff2;
}

.l-col-list .l-col {
  margin: 0;
}

.l-col-list .l-col-content {
  overflow: hidden;
}

.l-col-list .l-col-content .ttl {
  margin: 1.5em 0;
}

@media (max-width: 810px) {
  .l-col-list .l-col-content .ttl {
    font-size: 25px;
  }
}

.l-col-list .l-col-content .txt {
  margin-bottom: 2em;
  letter-spacing: .01em;
  font-size: 17px;
}

@media (max-width: 810px) {
  .l-col-list .l-col-content .txt {
    font-size: 1.8vw;
    margin-bottom: 3em;
  }

  .l-col-list .l-col-content .txt.mb-fix {
    margin-bottom: 2em;
  }
}

@media (max-width: 680px) {
  .l-col-list .l-col-content .txt {
    font-size: 2.4vw;
    margin-bottom: 2em;
  }
}

@media (max-width: 520px) {
  .l-col-list .l-col-content .txt {
    font-size: 3.3vw;
  }
}

@media (max-width: 810px) {
  .l-col-list .l-col-content .btn-sdw {
    width: calc(100% - 14px);
    margin-right: auto;
  }
}

@media (max-width: 680px) {
  .l-col-list .l-col-content .btn-sdw {
    width: 345px;
    max-width: calc(100% - 14px);
    margin-left: auto;
    margin-bottom: 55px;
  }
}

.l-col-list .l-col-image {
  padding: 0;
  width: 50vw;
  margin-left: calc(((100vw - 100%)/ 2)* -1);
}

@media (max-width: 680px) {
  .l-col-list .l-col-image {
    width: 100%;
    margin: 0;
  }
}

.l-col-list .l-col-image img {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 810px) {
  .l-col-list .l-col-image img {
    height: 460px;
  }
}

@media (max-width: 680px) {
  .l-col-list .l-col-image img {
    height: 330px;
  }
}

@media (max-width: 520px) {
  .l-col-list .l-col-image img {
    height: 300px;
  }
}

.l-col-list .l-row:nth-of-type(2n-1) .l-col-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 0;
  margin-right: calc(((100vw - 100%)/ 2)* -1);
}

@media (max-width: 680px) {
  .l-col-list .l-row:nth-of-type(2n-1) .l-col-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
}

.l-col-list .l-row:nth-of-type(2n-1) .l-col-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 680px) {
  .l-col-list .l-row:nth-of-type(2n-1) .l-col-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.bg-w-btn {
  background-color: #d7d1e0;
  text-align: center;
  padding: 60px 0;
}

.bg-w-btn .btn {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.bg-w-btn .btn:hover {
  background-color: #2b2929;
}

.l-block-facility .ttl.ttl_48 {
  margin-bottom: 1em;
}

.l-block-facility .l-row {
  margin-left: -20px;
  margin-right: -20px;
}

.l-block-facility .l-col {
  padding-left: 21px;
  padding-right: 21px;
}

.l-block-facility .l-col .ttl {
  font-size: 23px;
  margin: 1em 0;
}

.l-block-facility .l-col .txt {
  font-size: inherit;
  margin: 0;
  font-size: 88%;
}

.l-block-facility .l-col .txt+.tx-min {
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
}

.ttl.ttl-bg {
  background-color: #eceff2;
  padding: .25em 1em;
}

.l-facility-page {
  padding-top: 0;
}

.l-facility-page .l-facility-inner {
  padding-bottom: 50px;
}

@media (max-width: 810px) {
  .l-facility-page .l-facility-inner {
    padding-bottom: 4vw;
  }
}

.l-facility-page .l-facility-inner .ttl {
  margin: 1.5em 0 1em;
}

.l-facility-page .l-facility-inner .txt {
  margin: 2em 0;
}

.l-facility-page .tb-faci {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.l-facility-page .tb-faci th {
  border: 1px solid #eceff2;
  background-color: #f4f6f7;
  padding: 1em;
  width: 25%;
}

.l-facility-page .tb-faci td {
  border: 1px solid #eceff2;
  padding: 1em;
  width: 25%;
}

.l-facility-page .tb-faci tbody th {
  text-align: left;
}

.tb-faci-2c {
  border-collapse: collapse;
  width: 100%;
}

.tb-faci-2c th {
  padding: 1em 0;
  width: 25%;
  text-align: left;
}

.tb-faci-2c td {
  padding: 1em 0;
}

.l-facility-menu h4 {
  font-weight: bold;
  margin: 1em 0;
}

.l-facility-menu .li-menu {
  margin-bottom: 3em;
}

.l-facility-menu .li-menu li {
  padding: .35em .25em;
}

.l-facility-menu .li-menu li .sp-price {
  margin-left: 2em;
}

.l-facility-menu .li-menu+.txt {
  margin-top: -2em;
}

.l-facility-menu .txt {
  font-size: inherit;
}

.l-spot-list .ttl {
  position: relative;
}

.l-spot-list .ttl::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #2b2929;
  position: absolute;
  left: 0;
  bottom: -.5em;
}

.l-spot-list .l-col-content {
  padding-right: 100px;
}

.l-kv-news {
  background-image: url(../img/visual/kv-news.jpg);
}

.l-news-list {
  padding: 200px 0;
}

@media (max-width: 680px) {
  .l-news-list {
    padding: 20vw 0;
  }
}

.l-news-list .ttl-news {
  line-height: 1.4;
  letter-spacing: .1em;
  margin: .5em 0;
}

.l-news-list .tx-date {
  margin: 0;
}

.navigation {
  margin: 5em auto 0;
}

.navigation .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation .nav-links .page-numbers li {
  width: 30px;
  margin: 0 2px;
}

.navigation .nav-links .page-numbers li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  text-align: center;
}

.navigation .nav-links .page-numbers li a:hover {
  background-color: #2b2929;
  color: #fff;
}

.navigation .nav-links .page-numbers li a.pn-current {
  background-color: #eceff2;
}

.navigation .nav-links .page-numbers li .page-numbers.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  text-align: center;
  background-color: #eceff2;
}

.navigation .nav-links .page-numbers li .page-numbers.current:hover {
  background-color: #2b2929;
  color: #fff;
}

.l-news-content {
  padding: 200px 0 100px;
  line-height: 2;
}

@media (max-width: 680px) {
  .l-news-content {
    padding: 20vw 0;
  }
}

.l-news-content .ttl {
  margin: .5em 0;
  letter-spacing: .1em;
}

.l-news-content .tx-date {
  margin-bottom: 3em;
}

.l-news-content a {
  color: #08B2E3;
}

.l-news-content a:hover {
  text-decoration: underline;
}

.l-kv-other {
  background-image: url(../img/visual/kv-other.jpg);
}

.l-page {
  padding-top: 0;
}

.l-page .ttl {
  margin: 1em 0;
}

.l-page .ul-dot li {
  list-style: disc;
  font-size: 17.5px;
  line-height: 1.8;
  list-style-position: inside;
}

@media (max-width: 680px) {
  .l-page .ul-dot li {
    font-size: 2.2vw;
  }
}

@media (max-width: 520px) {
  .l-page .ul-dot li {
    font-size: 3vw;
  }
}

.l-page .tx-r {
  text-align: right;
}

.l-page a {
  color: #08B2E3;
  text-decoration: underline;
}

.l-page a:hover {
  text-decoration: none;
}

.l-lead-2r {
  padding: 120px 0 0px;
}

@media (max-width: 680px) {
  .l-lead-2r {
    padding-top: 12vw;
  }
}

.l-terms {
  margin: 5em 0;
}

.l-terms dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-terms dl dt {
  width: 2em;
}

.l-terms dl dd {
  width: calc(100% - 2em);
}

.l-terms .sub-ttl {
  margin: 2em 0 2em;
}

.l-terms .tb-base {
  width: 100%;
  border-collapse: collapse;
}

.l-terms .tb-base th {
  text-align: left;
}

.l-terms .tb-base th,
.l-terms .tb-base td {
  border: 1px solid #c9c9c9;
  padding: .5em .8em;
  font-weight: normal;
  vertical-align: middle;
}

.l-terms .tb-base thead td {
  text-align: center;
}

@media (max-width: 960px) {
  .l-terms .tb-base thead td {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

@media (max-width: 960px) {
  .l-terms .tb-base thead td span {
    text-combine-upright: all;
  }
}

.l-terms .tb-base .td-num td {
  text-align: center;
}

.tb-frame {
  overflow-x: auto;
}

.l-kv-access {
  background-image: url(../img/visual/kv-access.jpg);
}

@media (max-width: 680px) {

  .l-kv-access+.l-lead,
  .l-kv-other+.l-lead {
    padding-top: 20vw;
  }
}

.l-access-page {
  padding-top: 0;
}

.l-access-page .l-frame-map {
  margin-bottom: 60px;
}

@media (max-width: 680px) {
  .l-access-page .l-frame-map {
    margin-bottom: 40px;
  }
}

@media (max-width: 520px) {
  .l-access-page .l-frame-map iframe {
    height: 360px;
  }
}

.ttl-wline {
  position: relative;
}

.ttl-wline::before {
  content: "";
  width: 100%;
  height: 6px;
  border: solid #2b2929;
  border-width: 1px 0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.ttl-wline .sp-wline {
  background-color: #fff;
  padding-right: 1.5em;
}

.bg-access {
  padding: 40px;
  background-color: #f2f0f0;
  margin-bottom: 60px;
}

@media (max-width: 810px) {
  .bg-access {
    padding: 25px;
  }
}

@media (max-width: 520px) {
  .bg-access {
    padding: 15px;
    margin-bottom: 30px;
  }
}

.bg-access .ttl {
  margin-bottom: 1.25em;
}

@media (max-width: 680px) {
  .bg-access .ttl {
    margin-bottom: 1.25em;
  }
}

.bg-access .l-row-access {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 680px) {
  .bg-access .l-row-access {
    margin-bottom: 60px;
  }

  .bg-access .l-row-access:last-of-type {
    margin-bottom: 0;
  }
}

.bg-access .l-row-access .l-col {
  width: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 810px) {
  .bg-access .l-row-access .l-col {
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
  }
}

@media (max-width: 680px) {
  .bg-access .l-row-access .l-col {
    margin: 0;
  }
}

.bg-access .l-row-access .tx-point {
  width: 18.90%;
  background-color: #e1dce8;
  font-size: 28px;
}

@media (max-width: 1030px) {
  .bg-access .l-row-access .tx-point {
    font-size: 2.4vw;
  }
}

@media (max-width: 680px) {
  .bg-access .l-row-access .tx-point {
    width: 100%;
    font-size: 4.0vw;
    height: 50px;
  }
}

.bg-access .l-row-access .bg-arrow {
  width: 21.63%;
}

@media (max-width: 680px) {
  .bg-access .l-row-access .bg-arrow {
    width: 100%;
    height: auto;
  }
}

.bg-access .l-row-access .bg-arrow .l-col-inner {
  overflow: visible;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 680px) {
  .bg-access .l-row-access .bg-arrow .l-col-inner {
    padding: .5em 0;
  }
}

@media (max-width: 520px) {
  .bg-access .l-row-access .bg-arrow .l-col-inner {
    padding: 1em 0;
  }
}

.bg-access .l-row-access .bg-arrow .l-col-inner::before {
  content: "";
  width: calc(100% - 13px);
  height: 5px;
  background-color: #2b2929;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 960px) {
  .bg-access .l-row-access .bg-arrow .l-col-inner::before {
    width: calc(100% - 6px);
    height: 3px;
  }
}

@media (max-width: 680px) {
  .bg-access .l-row-access .bg-arrow .l-col-inner::before {
    width: 4px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.bg-access .l-row-access .bg-arrow .l-col-inner::after {
  content: "";
  height: 0;
  width: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 26px solid #2b2929;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 960px) {
  .bg-access .l-row-access .bg-arrow .l-col-inner::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #2b2929;
  }
}

@media (max-width: 680px) {
  .bg-access .l-row-access .bg-arrow .l-col-inner::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 13px solid #2b2929;
    border-bottom: 0;
    top: auto;
    bottom: -7px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

.bg-access .l-row-access .bg-arrow .tx-upper,
.bg-access .l-row-access .bg-arrow .tx-lower {
  display: block;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.4;
  position: absolute;
  width: calc(100% + 40px);
  left: -20px;
  text-align: center;
  letter-spacing: .1em;
}

@media (max-width: 960px) {

  .bg-access .l-row-access .bg-arrow .tx-upper,
  .bg-access .l-row-access .bg-arrow .tx-lower {
    font-size: 1vw;
  }
}

@media (max-width: 810px) {

  .bg-access .l-row-access .bg-arrow .tx-upper,
  .bg-access .l-row-access .bg-arrow .tx-lower {
    width: calc(100% + 20px);
    left: -10px;
  }
}

@media (max-width: 680px) {

  .bg-access .l-row-access .bg-arrow .tx-upper,
  .bg-access .l-row-access .bg-arrow .tx-lower {
    font-size: 2.8vw;
    line-height: 1.4;
    background-color: #f2f0f0;
    position: relative;
    z-index: 1;
  }
}

.bg-access .l-row-access .bg-arrow .tx-upper {
  bottom: calc(50% + 8px);
}

@media (max-width: 680px) {
  .bg-access .l-row-access .bg-arrow .tx-upper {
    bottom: auto;
  }
}

.bg-access .l-row-access .bg-arrow .tx-lower {
  top: calc(50% + 8px);
}

@media (max-width: 680px) {
  .bg-access .l-row-access .bg-arrow .tx-lower {
    top: auto;
  }
}

.bg-access .frame-att {
  overflow: hidden;
  background-color: #fff;
  padding: 1em .5em;
  text-align: center;
  margin-bottom: 1.5em;
}

.bg-access .frame-att .tx-large {
  font-size: 1.5em;
}

.bg-access .l-row-35 {
  margin-left: -35px;
  margin-right: -35px;
}

@media (max-width: 960px) {
  .bg-access .l-row-35 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.bg-access .l-row-35 .l-col {
  padding: 0 35px;
}

@media (max-width: 960px) {
  .bg-access .l-row-35 .l-col {
    padding: 0 20px;
  }
}

.bg-access .l-row-35 .l-col .ttl {
  margin: 0;
  font-size: 1.25em;
}

.bg-access .l-row-35 .l-row-2p .l-col {
  margin: 20px 0;
}

@media (max-width: 680px) {
  .bg-access .l-row-35 .l-row-2p .l-col {
    margin: 0;
  }
}

.bg-access .l-row-35 .l-row-2p .tx-point {
  padding: 0;
  width: 35%;
  font-size: 26px;
}

@media (max-width: 1030px) {
  .bg-access .l-row-35 .l-row-2p .tx-point {
    font-size: 2.3vw;
  }
}

@media (max-width: 960px) {
  .bg-access .l-row-35 .l-row-2p .tx-point {
    width: 40%;
  }
}

@media (max-width: 680px) {
  .bg-access .l-row-35 .l-row-2p .tx-point {
    width: 100%;
    font-size: 4.0vw;
    height: 50px;
  }
}

.bg-access .l-row-35 .l-row-2p .bg-arrow {
  width: 30%;
  padding: 0 20px;
}

@media (max-width: 960px) {
  .bg-access .l-row-35 .l-row-2p .bg-arrow {
    width: 20%;
    padding: 0 10px;
  }
}

@media (max-width: 680px) {
  .bg-access .l-row-35 .l-row-2p .bg-arrow {
    width: 100%;
    height: 30px;
  }
}

.bg-access .tx-indent {
  margin: 0;
}

.bg-access .li-departure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -13px;
}

@media (max-width: 810px) {
  .bg-access .li-departure {
    margin: 0 -5px;
  }
}

@media (max-width: 520px) {
  .bg-access .li-departure {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bg-access .li-departure li {
  padding: 0 13px;
}

@media (max-width: 810px) {
  .bg-access .li-departure li {
    padding: 0 5px;
  }
}

.bg-access .li-departure li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2929;
  color: #fff;
  height: 60px;
  font-size: 28px;
}

@media (max-width: 1030px) {
  .bg-access .li-departure li span {
    font-size: 20px;
  }
}

@media (max-width: 810px) {
  .bg-access .li-departure li span {
    font-size: 2vw;
  }
}

@media (max-width: 520px) {
  .bg-access .li-departure li span {
    height: 50px;
    font-size: 3vw;
  }
}

.bg-access .li-departure.dp-5 li {
  width: 20%;
}

@media (max-width: 520px) {
  .bg-access .li-departure.dp-5 li {
    width: 33.333%;
    margin-bottom: 10px;
  }
}

.bg-access .li-departure.dp-6 li {
  width: 16.666%;
}

@media (max-width: 520px) {
  .bg-access .li-departure.dp-6 li {
    width: 33.333%;
    margin-bottom: 10px;
  }
}

.bg-access .bg-ttl {
  background-color: #2b2929;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.0;
  padding: .5em 0;
  width: 100%;
}

@media (max-width: 680px) {
  .bg-access .bg-ttl {
    font-size: 3.8vw;
    line-height: 1.4;
  }
}

.bg-access .tb-time {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 60px;
}

.bg-access .tb-time th,
.bg-access .tb-time td {
  border-top: 2px solid #2b2929;
  padding: 1.25em 1em;
}

@media (max-width: 520px) {

  .bg-access .tb-time th,
  .bg-access .tb-time td {
    padding: 1.25em .5em;
  }
}

.bg-access .tb-time th {
  font-weight: normal;
  width: 115px;
}

@media (max-width: 810px) {
  .bg-access .tb-time th {
    width: 106px;
  }
}

@media (max-width: 520px) {
  .bg-access .tb-time th {
    width: 18.5vw;
  }
}

#shuttle-bus {
  margin-top: -80px;
  padding-top: 80px;
}

.l-sitemap {
  padding: 180px 0 80px;
}

@media (max-width: 680px) {
  .l-sitemap {
    padding: 20vw 0 10vw;
  }
}

.l-sitemap .ul-sitemap li {
  position: relative;
  padding-left: 1em;
  margin: 15px 0;
}

@media (max-width: 680px) {
  .l-sitemap .ul-sitemap li {
    font-size: 3.6vw;
    margin: 10px 0;
  }
}

.l-sitemap .ul-sitemap li::before {
  content: "";
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #8976a2;
  position: absolute;
  left: 0;
  top: 8px;
}

.l-sitemap .ul-sitemap li a:hover {
  text-decoration: underline;
}

.l-sitemap .ul-sitemap li .ul-sitemap-2layer {
  margin-left: 0;
}

.l-sitemap .ul-sitemap li .ul-sitemap-2layer li::before {
  border: none;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #8976a2;
  top: 10px;
}

.l-sitemap .ul-sitemap li .ul-sitemap-2layer li .ul-sitemap-3layer {
  margin-left: 0;
}

.l-sitemap .ul-sitemap li .ul-sitemap-2layer li .ul-sitemap-3layer li::before {
  height: 1px;
  width: 8px;
  border-radius: 0;
  top: 13px;
  left: 3px;
}

.l-kv-company {
  background-image: url(../img/visual/kv-company.jpg);
}

.l-company {
  padding: 180px 0 15px;
}

@media (max-width: 960px) {
  .l-company {
    padding: 17vw 0 5vw;
  }
}

.l-company .l-col-text .txt {
  margin: 0 0 2em;
}

.l-company .l-col-image .l-col-inner {
  overflow: visible;
}

.l-company .bg-image-sdw {
  position: relative;
  display: inline-block;
}

.l-company .bg-image-sdw::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #c9c9c9;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
}

@media (max-width: 810px) {
  .l-company .bg-image-sdw::before {
    top: -4.5vw;
    right: -4vw;
  }
}

.l-company .tb-wrap {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .l-company .tb-wrap {
    width: 100%;
  }
}

.l-company .tb-wrap .tb-bline th,
.l-company .tb-wrap .tb-bline td {
  border-color: #2b2929;
}

.l-company .tb-wrap .tb-bline th {
  position: relative;
}

.l-company .tb-wrap .tb-bline th::before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #2b2929;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.l-company .dl-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-company .dl-history dt {
  width: 20%;
  text-align: center;
  padding: 25px 0;
  font-size: 27px;
  font-weight: 500;
  border-right: 1px dashed #2b2929;
  line-height: 1.4;
}

@media (max-width: 680px) {
  .l-company .dl-history dt {
    font-size: 3.0vw;
    padding: 1.25em 0;
  }
}

.l-company .dl-history dt:nth-of-type(2n-1) {
  background-image: url(../img/company/bg-dl-history.jpg);
  position: relative;
}

.l-company .dl-history dt:nth-of-type(2n-1)::before {
  content: "";
  background-image: url(../img/company/bg-dl-history.jpg);
  height: 100%;
  width: calc((100vw - 100%)/ 2);
  margin-left: calc(((100vw - 100%)/ 2)* -1);
  position: absolute;
  left: 0;
  top: 0;
}

.l-company .dl-history dd {
  width: 80%;
  padding: 25px;
}

@media (max-width: 680px) {
  .l-company .dl-history dd {
    padding: 1.25em;
  }
}

.l-company .dl-history dd:nth-of-type(2n-1) {
  background-image: url(../img/company/bg-dl-history.jpg);
  position: relative;
}

.l-company .dl-history dd:nth-of-type(2n-1)::before {
  content: "";
  background-image: url(../img/company/bg-dl-history.jpg);
  height: 100%;
  width: calc((100vw - 100%)/ 2);
  margin-right: calc(((100vw - 100%)/ 2)* -1);
  position: absolute;
  right: 0;
  top: 0;
}

.l-company-fst {
  padding-top: 220px;
}

.red_big {
  color: red;
  font-size: 25px;
  border-bottom: 2px solid;
}

@media (max-width: 960px) {
  .l-company-fst {
    padding-top: 15vw;
  }
}

@media (max-width: 810px) {
  .l-company-fst {
    padding-top: 22vw;
  }
}

.l-company-last {
  padding-bottom: 0;
}

@media (max-width: 680px) {
  .l-company-gmap iframe {
    height: 88vw;
  }

  .red_big {
    font-size: 4.5vw;
  }
}

.p-about {
  background-image: url(../img/yunoshima-about.jpg);
  background-position: left -10px top;
  background-position: center top 15px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.note {
  margin-bottom: 80px;
}

.furusato-list {
  padding: 30px 0;
}

.f-btn {
  width: 280px;
  height: 50px;
  margin: 0 !important;
}

.f-btn-cnt {
  margin: 30px 0 20px;
}

@media (max-width: 680px) {
  .f-ttl {
    font-size: 4.2vw !important;
    margin: 1.5em 0 !important;
  }

  .tx-furusato {
    font-size: 3.4vw !important;
  }
}

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