@charset "UTF-8";
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .disp_sp {
    display: none;
  }
}

/* ホバーアクション
------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* コンテンツ幅
------------------------------------------------------------*/
#wrapper {
  overflow: inherit;
}

.inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

.inner_s {
  max-width: 1060px;
  margin: auto;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .inner_s {
    padding: 0 6%;
  }
}

.main {
  width: 100%;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .main {
    font-size: 1.1rem;
  }
}

/* タイトル
------------------------------------------------------------*/
.baseTitle {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #00125d;
  letter-spacing: 0.1em;
}

.baseTitle.--ico {
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .baseTitle.--ico {
    padding-top: 60px;
  }
}

.baseTitle.--ico > span {
  font-weight: normal;
  color: #444444;
}

.baseTitle.--ico::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 991px) {
  .baseTitle.--ico::before {
    width: 50px;
    height: 50px;
  }
}

.baseTitle.--ico.--airport::before {
  background-image: url(../img/img-access/icon_airport_bg.png);
}

.baseTitle.--ico.--train::before {
  background-image: url(../img/img-access/icon_train_bg.png);
}

.baseTitle.--ico.--bus::before {
  background-image: url(../img/img-access/icon_bus_bg.png);
}

.baseTitle.--ico.--car {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .baseTitle.--ico.--car {
    margin-bottom: 20px;
  }
}

.baseTitle.--ico.--car::before {
  background-image: url(../img/img-access/icon_car_bg.png);
}

@media screen and (max-width: 991px) {
  .baseTitle {
    font-size: 2rem;
  }
}

.baseTitle + p {
  margin: 30px 0 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .baseTitle + p {
    margin: 20px 0 15px;
    font-size: 1.1rem;
    letter-spacing: 0em;
  }
}

.baseTitle + p > span {
  color: #eb008b;
}

/* ボタン
------------------------------------------------------------*/
.mainBtn {
  background: #fff;
  color: #fff;
  background: #00125d;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  line-height: 1.4;
  padding: 15px 20px;
  letter-spacing: 0.2em;
  width: 60%;
  max-width: 230px;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.mainBtn.--w {
  background: #fff;
  color: #00125d;
  border: 1px solid #00125d;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 992px) {
  .mainBtn.--w:hover {
    color: #fff;
    background: #00125d;
  }
}

@media screen and (max-width: 991px) {
  .mainBtn.--w {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 991px) {
  .mainBtn {
    font-size: 1.1rem;
  }
}

.mainBtn-line {
  position: absolute;
  background: #c8cee2;
  width: 40px;
  height: 1px;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mainBtn-line > div {
  position: relative;
}

.mainBtn-line > div::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -1px;
  margin: auto;
  background: #c8cee2;
  transform: rotate(45deg);
  width: 10px;
  height: 1px;
}

@media screen and (min-width: 992px) {
  .mainBtn {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .mainBtn-line {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .mainBtn:hover {
    background: #eceef6;
    color: #00125d;
  }
  .mainBtn:hover .mainBtn-line {
    right: -25px;
  }
}

/* 新型コロナウイルス感染症予防対策バナー
------------------------------------------------------------*/
.lBnr {
  padding-bottom: 80px;
}

.lBnr img {
  width: 100%;
}

.sns_blk + .lBnr {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .sns_blk + .lBnr {
    margin-top: 30px;
    padding-bottom: 0;
  }
}

/* トップページ
------------------------------------------------------------*/
/* loading */
.preloading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 100%;
  height: 100vh;
  background: #fff;
  animation: pre_fadeout 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s forwards;
  animation-delay: 3.5s;
  z-index: 99999;
}

.preloading_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloading_logo img:nth-child(1) {
  max-width: 187px;
}

@media screen and (max-width: 991px) {
  .preloading_logo img:nth-child(1) {
    max-width: 150px;
  }
}

.preloading_logo img:nth-child(2) {
  margin: 15px 10px 0 0;
  max-width: 140px;
}

@media screen and (max-width: 991px) {
  .preloading_logo img:nth-child(2) {
    max-width: 110px;
  }
}

.preloading .preloading_logo {
  opacity: 0;
}

.preloading.active .preloading_logo {
  animation: logo_fade 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s forwards;
  animation-delay: 0.2s;
}

.preloading.active .preloading_logo::before {
  transform: translate3d(100%, 0, 0);
}

.preloading.active .preloading_logo::after {
  left: 100%;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pre_fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}

.topMv {
  height: 600px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .topMv {
    height: auto;
    background: #f9f7f7;
    padding-bottom: 30px;
  }
}

.topMv-spwrap {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .topMv-spwrap {
    height: 60vh;
  }
}

.topMv-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}

.topMv-wrap .bg-txt {
  position: absolute;
  bottom: 0;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .topMv-wrap .bg-txt {
    font-size: 5.571vw;
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .topMv-wrap .bg-txt {
    font-size: 4rem;
    padding-left: 0px;
  }
}

@media screen and (max-width: 500px) {
  .topMv-wrap .bg-txt {
    font-size: 14.493vw;
    padding-left: 0px;
  }
}

.topMv-ttl {
  padding: 40px 0 0 30px;
}

@media screen and (max-width: 991px) {
  .topMv-ttl {
    padding: 20px 0 0 0;
  }
}

.topMv-ttl .disp_tb {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .topMv-ttl .disp_tb {
    display: block;
  }
}

.topMv-ttl .t1 {
  font-size: 2.8rem;
  font-weight: bold;
  /*color: #00b8ee;*/
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 10px;
  /* -webkit-transition: all 3s ease;
  transition: all 3s ease; */
  padding-left: 30px;
}

.topMv-ttl.--w .t1 {
  color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .topMv-ttl .t1 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .topMv-ttl .t1 {
    font-size: 1.4rem;
    padding-left: 0px;
  }
}

.topMv-ttl .t1 > b {
  font-size: 3.5rem;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .topMv-ttl .t1 > b {
    font-size: 2.917vw;
  }
}

@media screen and (max-width: 991px) {
  .topMv-ttl .t1 > b {
    font-size: 1.7rem;
  }
}

.topMv-ttl .t2 {
  font-size: 4.8rem;
  font-weight: bold;
  /*color: #39467d;*/
  color: #fff;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 0.1em;
  line-height: 1.5;
  /* -webkit-transition: all 3s ease;
  transition: all 3s ease; */
  padding-left: 30px;
}

.topMv-ttl.--w .t2 {
  color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .topMv-ttl .t2 {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 991px) {
  .topMv-ttl .t2 {
    font-size: 2.4rem;
    padding-left: 0px;
  }
}

.topMv-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .topMv-slide {
    height: 60vh;
  }
}

.topMv-slide ul {
  height: 600px;
}

@media screen and (max-width: 991px) {
  .topMv-slide ul {
    height: 60vh;
  }
}

.topMv-slide img {
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
  object-fit: cover;
  -webkit-transform: translateX(2.5%) scale(1.05, 1.05);
  -ms-transform: translateX(2.5%) scale(1.05, 1.05);
  transform: translateX(2.5%) scale(1.05, 1.05);
}

@media screen and (max-width: 991px) {
  .topMv-slide img {
    height: 60vh;
  }
}

.topMv-slide .slide-animation img {
  /* -webkit-transform: translateX(-2.5%) scale(1.05, 1.05);
  -ms-transform: translateX(-2.5%) scale(1.05, 1.05);
  transform: translateX(-2.5%) scale(1.05, 1.05);
  -webkit-transition: all 7s linear;
  -o-transition: all 7s linear;
  transition: all 7s linear; */
  animation: mvSlide 7s cubic-bezier(0, 0, 1, 1) 0s forwards;
  animation-delay: 0s;
}

@keyframes mvSlide {
  0% {
    transform: translateX(2.5%) scale(1.05, 1.05);
  }
  to {
    transform: translateX(-2.5%) scale(1.05, 1.05);
  }
}

.topMv .slick-track {
  width: 100%;
  height: 100%;
}

.topMv .mv_slider {
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  opacity: 0;
}

.topMv .mv_slider.slick-initialized {
  opacity: 1;
}

.topMv .searchBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  animation-delay: 4s !important;
}

.topMv .searchBox.fast {
  animation-delay: 0.6s !important;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox {
    position: inherit;
    margin-top: 30px;
  }
}

.topMv .searchBox-wrap {
  background: #fff;
  max-width: 430px;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: all;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-wrap {
    margin: auto;
  }
}

.topMv .searchBox-ttl {
  color: #00125d;
  background: #e6e6e6;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-ttl {
    font-size: 1.3rem;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.topMv .searchBox-main {
  padding: 25px;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-main {
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
  }
}

.topMv .searchBox-main .row01 dl dt,
.topMv .searchBox-main .row02 dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #444444;
  margin-bottom: 5px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-main .row01 dl dt,
  .topMv .searchBox-main .row02 dl dt {
    font-size: 1.2rem;
  }
}

.topMv .searchBox-main .row01 {
  display: flex;
  margin-bottom: 15px;
}

.topMv .searchBox-main .row01 dl:nth-child(1) {
  width: 70%;
  padding-right: 20px;
}

.topMv .searchBox-main .row01 dl:nth-child(2) {
  width: 30%;
}

.topMv .searchBox-main .select {
  position: relative;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  height: 38px;
  text-align: center;
  border-radius: 7px;
}

.topMv .searchBox-main .select::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #39467d;
  pointer-events: none;
}

.topMv .searchBox-main .select > select {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 15px;
  text-align: left;
  color: #333 !important;
}

.topMv .searchBox-main .input_date {
  position: relative;
  height: 38px;
  width: 100%;
  box-sizing: border-box;
}

.topMv .searchBox-main .input_date::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 23px;
  height: 23px;
  background: url(../img/img-common/icon_calender01.png) left center no-repeat;
  background-size: contain;
  z-index: 999;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-main .input_date::after {
    width: 20px;
    height: 20px;
  }
}

.topMv .searchBox-main .input_date input {
  font-size: 1.5rem;
  border: 1px solid #cfcfcf;
  padding-left: 15px;
  border-radius: 7px;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
}

.topMv .searchBox-btn {
  display: flex;
  justify-content: center;
  background: #00125d;
  border: 1px solid #00125d;
  color: #fff;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.4;
  overflow: hidden;
  margin: 20px auto 0;
  width: 80%;
  max-width: 250px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.topMv .searchBox-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .topMv .searchBox-btn {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .topMv .searchBox-btn #rg_btn,
  .topMv .searchBox-btn::after {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .topMv .searchBox-btn:hover {
    background: #fff;
    color: #00125d;
  }
  .topMv .searchBox-btn:hover #rg_btn {
    color: #00125d;
  }
  .topMv .searchBox-btn:hover::after {
    border-top: 1px solid #00125d;
    border-right: 1px solid #00125d;
  }
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-btn {
    font-size: 1.4rem;
  }
}

.topMv .searchBox-caution {
  display: flex;
  justify-content: center;
  margin: 12px 0 22px;
}

.topMv .searchBox-caution p {
  position: relative;
  padding-left: 1.3em;
  color: #ff0000;
  line-height: 1.5;
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-caution p {
    font-size: 1.1rem;
  }
}

.topMv .searchBox-caution p::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.topMv .searchBox-caution .txt {
  line-height: 1.5;
  font-size: 1.3rem;
  line-height: 1.8;
}

.topMv .searchBox-caution .txt .t1 {
  color: #ff0000;
}

.topMv .searchBox-caution .txt a {
  display: inline-block;
  padding-left: 5px;
  color: #012bdc;
}

.topMv .searchBox-caution .txt a span {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  text-decoration: underline;
}

.topMv .searchBox-caution .txt a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #012bdc;
  border-right: 1px solid #012bdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topMv .searchBox-caution .txt a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #012bdc;
  border-right: 1px solid #012bdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
  .topMv .searchBox-caution .txt a:hover span {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-caution .txt {
    font-size: 1.1rem;
    width: 94%;
    margin: auto;
  }
  .topMv .searchBox-caution .txt a {
    display: table;
    margin-left: auto;
  }
}

.topMv .searchBox-btn #rg_btn {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-btn #rg_btn {
    font-size: 1.2rem;
  }
}

.topMv .searchBox-nav {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-nav {
    padding: 20px 0;
  }
}

.topMv .searchBox-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.topMv .searchBox-nav ul li {
  width: 50%;
}

.topMv .searchBox-nav ul li a {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  color: #00125d;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-nav ul li a {
    font-size: 1rem;
    padding-left: 20px;
  }
}

.topMv .searchBox-nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00125d;
  border-right: 1px solid #00125d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-nav ul li a::before {
    width: 6px;
    height: 6px;
  }
}

.topMv .searchBox-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .topMv .searchBox-tel {
    padding-right: 15px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-tel {
    /*justify-content: flex-start;*/
    margin-top: 25px;
  }
}

.topMv .searchBox-tel dt {
  font-size: 1.4rem;
  font-weight: normal;
  padding-right: 30px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-tel dt {
    font-size: 1rem;
    padding-right: 10px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}

.topMv .searchBox-tel dd a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  min-height: 35px;
  padding-left: 53px;
  display: block;
  line-height: 1;
}

.topMv .searchBox-tel dd a ruby {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.topMv .searchBox-tel dd a rt {
  color: #00125d;
  letter-spacing: 0.4em;
  font-weight: 500;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .topMv .searchBox-tel dd a {
    font-size: 1.833vw;
  }
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-tel dd a {
    font-size: 1.7rem;
    padding-left: 50px;
    min-height: 35px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    display: flex;
  }
}

.topMv .searchBox-tel dd a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/img-common/icon_navidial.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .topMv .searchBox-tel dd a::before {
    width: 45px;
  }
}

.topNews {
  padding: 50px 0;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .topNews {
    padding: 35px 0;
    margin-bottom: 15px;
  }
}

.topNews-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .topNews-wrap {
    flex-direction: column;
  }
}

.topNews-wrap .item:nth-child(1) {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .topNews-wrap .item:nth-child(1) {
    width: 100%;
  }
}

.topNews-wrap .item:nth-child(2) {
  width: 80%;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .topNews-wrap .item:nth-child(2) {
    width: 92%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.topNews-ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #00125d;
}

@media screen and (max-width: 991px) {
  .topNews-ttl {
    font-size: 1.9rem;
    text-align: center;
  }
}

.ifwp iframe {
  width: 100%;
  height: 120px;
  overflow-y: scroll;
}

@media screen and (max-width: 991px) {
  .ifwp iframe {
    height: 180px;
  }
}

@media screen and (max-width: 991px) {
  .topNews-main {
    height: 180px;
  }
}

.topNews-main {
  height: 120px;
  overflow-y: scroll;
}

@media screen and (max-width: 991px) {
  .topNews-main {
    height: 180px;
  }
}

.topNews-main dl {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .topNews-main dl {
    flex-direction: column;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .topNews-main dl {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.topNews-main dl:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .topNews-main dl:not(:last-child) {
    margin-bottom: 10px;
  }
}

.topNews-main dl dt {
  font-size: 1.3rem;
  width: 6em;
  color: #6e779c;
}

@media screen and (max-width: 991px) {
  .topNews-main dl dt {
    width: 100%;
  }
}

.topNews-main dl dd {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .topNews-main dl dd {
    padding-left: 0;
  }
}

.topNews-main dl dd a {
  color: #444444;
  text-decoration: none;
  font-weight: bold;
}

.topNews-main dl dd a:hover {
  text-decoration: underline;
}

.topNotice {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .topNotice {
    margin-top: 40px;
  }
}

.topNotice-wrap {
  border-top: 3px solid #eb008b;
  border-bottom: 3px solid #eb008b;
  padding: 20px 0 25px;
}

@media screen and (max-width: 991px) {
  .topNotice-wrap {
    border-width: 2px;
  }
}

.topNotice-ttl {
  font-size: 1.7rem;
  font-weight: 700;
  color: #eb008b;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .topNotice-ttl {
    font-size: 1.3rem;
  }
}

.topNotice-ttl + p {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 22px;
}

@media screen and (max-width: 991px) {
  .topNotice-ttl + p {
    text-align: left;
    width: 90%;
    margin: auto;
  }
}

.topNotice-item {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media screen and (max-width: 991px) {
  .topNotice-item {
    width: 100%;
  }
}

.topNotice-item + .topNotice-item {
  margin-top: 22px;
}

.topNotice-item dl dt {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 7px;
  color: #00125d;
  padding-left: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .topNotice-item dl dt {
    font-size: 1.1rem;
  }
}

.topNotice-item dl dt::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #00125d;
}

.topNotice-item dl dd {
  padding-left: 30px;
  line-height: 1.6;
}

.topNotice-item dl dd a {
  display: inline-block;
  padding-left: 5px;
  color: #012bdc;
}

@media screen and (max-width: 991px) {
  .topNotice-item dl dd a {
    display: table;
    margin: 10px 0 0 auto;
  }
}

.topNotice-item dl dd a span {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  text-decoration: underline;
}

.topNotice-item dl dd a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #012bdc;
  border-right: 1px solid #012bdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topNotice-item dl dd a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #012bdc;
  border-right: 1px solid #012bdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
  .topNotice-item dl dd a:hover span {
    text-decoration: none;
  }
}

.topPlan {
  padding: 50px 0 80px;
  /*background: #f9f7f7;*/
  /*プランが冒頭の時*/
  background: #f9f7f7;
}

@media screen and (max-width: 991px) {
  .topPlan {
    padding: 35px 0 50px;
  }
}

.topPlan-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  /* color: #07185c;*/
  color: #e3007f;
}

@media screen and (max-width: 991px) {
  .topPlan-ttl {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.topPlan-subttl {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #444444;
}

@media screen and (max-width: 991px) {
  .topPlan-subttl {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.topPlan-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .topPlan-wrap {
    position: relative;
  }
  .topPlan-wrap .item {
    width: 31%;
    max-width: 380px;
  }
  .topPlan-wrap .item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
  .topPlan-wrap::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .topPlan-wrap {
    width: 90%;
    margin: auto;
  }
  .topPlan-wrap .item {
    width: 100%;
  }
  .topPlan-wrap .item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.topPlan-img {
  overflow: hidden;
  display: block;
  opacity: 1 !important;
}

.topPlan-img:hover img {
  transform: scale(1.1, 1.1);
}

.topPlan-img img {
  display: block;
  width: 100%;
  opacity: 1 !important;
}

@media screen and (min-width: 992px) {
  .topPlan-img img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 991px) {
  .topPlan-img img {
    margin: auto;
    width: 90%;
  }
}

.topPlan-txt {
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .topPlan-txt {
    padding-top: 10px;
  }
}

.topPlan-txt > span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #444444;
  margin-bottom: 5px;
}

.topPlan-txt > a {
  color: #39467d;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  opacity: 1;
  display: table;
  margin: auto;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .topPlan-txt > a {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.topPlan-txt > a:hover {
  text-decoration: underline;
}

.topPlan .mainBtn {
  margin: 50px auto 0;
}

@media screen and (max-width: 991px) {
  .topPlan .mainBtn {
    margin: 30px auto 0;
  }
}

.topStay {
  border-top: 8px solid #00125d;
  position: relative;
}

.topStay-wrap {
  position: relative;
  padding: 80px 0;
  width: 100%;
  max-width: 100vw;
}

@media screen and (max-width: 991px) {
  .topStay-wrap {
    padding: 40px 0 50px;
  }
}

.topStay-wrap::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../img/img-index/bg_txt01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .topStay-wrap::after {
    position: fixed;
    background-image: url(../img/img-index/bg_txt01_sp.png);
  }
}

.topStay.is_bghide .topStay-wrap::after {
  content: none;
}

.topStay .bg-txt01,
.topStay .bg-txt02 {
  position: absolute;
  font-size: 12rem;
  opacity: 0.4;
  color: #e2e2e2;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .topStay .bg-txt01,
  .topStay .bg-txt02 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 500px) {
  .topStay .bg-txt01,
  .topStay .bg-txt02 {
    font-size: 14.493vw;
  }
}

.topStay .bg-txt01 {
  top: 20vh;
  right: -5em;
}

.topStay .bg-txt02 {
  top: 80vh;
  left: 0;
}

.topStay::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  margin: auto;
  width: 47%;
  height: 8px;
  background: #e3007f;
}

.topStay::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  margin: auto;
  width: 47%;
  height: 8px;
  background: #00bdf2;
}

@media screen and (max-width: 767px) {
  .topStay::before {
    width: 44%;
  }
  .topStay::after {
    width: 44%;
  }
}

.topStay-ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #00b8ee;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .topStay-ttl {
    font-size: 2.1rem;
    margin-bottom: 25px;
  }
}

.topStay-wrap {
  overflow: hidden;
}

.topStay-main {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .topStay-main {
    margin-bottom: 0;
  }
  .topStay-main .inner_s {
    padding: 0;
  }
}

.topStay-main img {
  position: relative;
  z-index: 2;
}

.topStay-main dl {
  margin: -150px 0 0 auto;
  max-width: 460px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 30px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topStay-main dl {
    margin: -20px 6% 0 auto;
    width: 65%;
    padding: 20px;
  }
}

.topStay-main dl dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .topStay-main dl dt {
    font-size: 1.3rem;
  }
}

.topStay-main dl dt .t1 {
  color: #e3007f;
  display: inline-block;
}

.topStay-main dl dt .t1 > b {
  font-size: 2.8rem;
}

@media screen and (max-width: 991px) {
  .topStay-main dl dt .t1 > b {
    font-size: 1.9rem;
  }
}

.topStay-main dl dd p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .topStay-main dl dd p {
    font-size: 1.1rem;
  }
}

.topStay-sub {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .topStay-sub {
    margin-bottom: 40px;
  }
}

.topStay-sub-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topStay-sub-flex {
    flex-direction: column;
  }
}

.topStay-sub-flex .item {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .topStay-sub-flex .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }
  .topStay-sub-flex .item + .item {
    margin-top: 30px;
  }
  .topStay-sub-flex .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .topStay-sub-flex .item:nth-child(even) h3 {
    padding: 0 15px 0 0;
    text-align: right;
  }
}

.topStay-sub-flex .item h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #00bdf2;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .topStay-sub-flex .item h3 {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
  }
}

.topStay-sub-flex .item p {
  max-width: 270px;
  margin: 15px auto 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .topStay-sub-flex .item p {
    font-size: 1.1rem;
    width: 45%;
    margin: 0;
  }
}

.topStay-sub-img {
  max-width: 230px;
  margin: auto;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .topStay-sub-img {
    width: 50%;
    margin: 0;
    padding-bottom: 15px;
  }
}

.topStay-sub-img img {
  width: 100%;
  display: block;
  margin: auto;
}

.slider_s {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider_s.slick-initialized {
  opacity: 1;
}

.topStay-movie-wrap {
  max-width: 650px;
  margin: auto;
}

.topStay-movie-main {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.topStay-movie-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topStay-movie .mainBtn {
  margin: 50px auto 0;
}

@media screen and (max-width: 991px) {
  .topStay-movie .mainBtn {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 992px) {
  .topStay-media {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 2;
    left: calc(50vw + 430px);
  }
  .topStay-media.fixed {
    position: fixed;
    top: 100px;
  }
  .topStay-media.absolute {
    top: inherit;
    bottom: 30px;
  }
}

@media screen and (min-width: 1300px) {
  /* .topStay-media {
    right: -80px;
  } */
}

@media screen and (max-width: 991px) {
  .topStay .inner_s {
    position: relative;
  }
  .topStay-media {
    display: table;
    margin: 0 0 0 auto;
    padding-right: 6%;
    position: relative;
    z-index: 2;
    width: 40%;
    animation: fuwafuwa 2s linear infinite;
  }
}

.topStay-media a {
  position: relative;
  display: block;
}

.topStay-media img:nth-child(1) {
  position: absolute;
  left: -15px;
  top: -20px;
  bottom: 0;
  margin: auto;
  width: 160px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topStay-media img:nth-child(1) {
    left: -5%;
    top: -10%;
    width: 83.333%;
  }
}

.topStay-media img:nth-child(2) {
  width: 180px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .topStay-media img:nth-child(2) {
    width: 100%;
  }
}

.rotate {
  animation: 15s linear infinite txtRotate;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@keyframes txtRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}

/*pickupをPLANの上に掲載している時*/
.topPickUp {
  padding: 70px 0;
  margin-bottom: 10px;
}

/*pickupをPLANの上に掲載している時　ここまで*/
/*pickup下部Roomの上に掲載している時は3本カラー線入れる*/
/*.topPickUp {
  background: #f9f7f7;
  padding: 70px 0;
  margin-bottom: 70px;
  border-bottom: 8px solid #00125d;
  position: relative;
}

.topPickUp::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  margin: auto;
  width: 47%;
  height: 8px;
  background: #e3007f;
}

.topPickUp::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  margin: auto;
  width: 47%;
  height: 8px;
  background: #00bdf2;
}*/
/*pickup下部Roomの上に掲載している時は3本カラー線入れるここまで*/
@media screen and (max-width: 991px) {
  .topPickUp {
    padding: 40px 0;
    /*margin-bottom: 40px;*/
    /*pickupをPLANの上に掲載している時*/
    margin-bottom: 10px;
  }
  .topPickUp::before {
    width: 44%;
  }
  .topPickUp::after {
    width: 44%;
  }
}

.topPickUp-ttl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .topPickUp-ttl {
    align-items: center;
    margin-bottom: 35px;
  }
}

.topPickUp-ttl > div {
  padding-left: 20px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #07185c;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .topPickUp-ttl > div {
    font-size: 1.9rem;
  }
}

.topPickUp-ttl img {
  max-width: 140px;
}

@media screen and (max-width: 991px) {
  .topPickUp-ttl img {
    max-width: 100px;
  }
}

.topPickUp-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .topPickUp-list li {
    width: 48%;
  }
  .topPickUp-list li:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .topPickUp-list li {
    width: 100%;
  }
  .topPickUp-list li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.bg-white {
  position: relative;
  background: #fff;
}

.bg-white.--pb {
  padding-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .bg-white.--pb {
    padding-bottom: 70px;
  }
}

.index footer,
.index .ecobox {
  margin-top: 0 !important;
}

.topRoom {
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}

.topRoom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 2.6em);
  top: 2.6em;
  left: 0;
  margin: auto;
  background: #f9f7f7;
}

.topRoom-wrap {
  position: relative;
  padding-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .topRoom-wrap {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .topRoom-wrap::before {
    left: -50vw;
    width: 150vw;
    height: calc(100% - 1.5em);
    top: 1.5em;
  }
}

.topRoom-inner {
  position: relative;
  z-index: 1;
}

.topRoom-ttl {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  color: #07185c;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .topRoom-ttl {
    font-size: 1.9rem;
    text-align: left;
  }
}

.topRoom-subttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  /*margin-bottom: 10px;*/
  text-align: center;
  letter-spacing: 0.1em;
  color: #444444;
}

@media screen and (max-width: 991px) {
  .topRoom-subttl {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.topRoom-slide .slider_room {
  transform: translate3d(100px, 0px, 0px);
  transition: 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.3s;
}

.topRoom-slide .slick-list {
  overflow: visible;
}

.topRoom-slide .slider_arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110px;
  margin: -50px 100px 50px auto;
}

/*@media screen and (max-width: 991px) {
  .topRoom-slide .slider_arrow {
    margin: -40px 0 30px auto;
  }
}*/
@media screen and (max-width: 991px) {
  .topRoom-slide .slider_arrow {
    display: none;
  }
}

.topRoom-slide .slick-slide a {
  overflow: hidden;
  display: block;
  position: relative;
  opacity: 1 !important;
}

.topRoom-slide .slick-slide a img {
  opacity: 1 !important;
}

@media screen and (min-width: 992px) {
  .topRoom-slide .slick-slide a img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.topRoom-slide .slick-slide a:hover img {
  transform: scale(1.1, 1.1);
}

.topRoom-slide .slick-slide a > span {
  position: absolute;
  right: 22px;
  bottom: 19px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .topRoom-slide .slick-slide a > span {
    font-size: 1.2rem;
    right: 17px;
    bottom: 14px;
  }
}

.topRoom-slide .slick-next {
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 45px;
  height: 45px;
  border: 1px solid #d9d9d9;
  background: #fff;
  position: relative;
  border-radius: 50%;
}

.topRoom-slide .slick-next[aria-disabled="true"] {
  opacity: 0.4;
  cursor: default;
}

@media screen and (min-width: 992px) {
  .topRoom-slide .slick-next {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .topRoom-slide .slick-next::before,
  .topRoom-slide .slick-next::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .topRoom-slide .slick-next[aria-disabled="false"]:hover {
    border: 1px solid #07185c;
  }
  .topRoom-slide .slick-next[aria-disabled="false"]:hover::before {
    background: #07185c;
  }
  .topRoom-slide .slick-next[aria-disabled="false"]:hover::after {
    border-color: #07185c;
  }
}

.topRoom-slide .slick-next::before,
.topRoom-slide .slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.topRoom-slide .slick-next::before {
  left: 15px;
  width: 8px;
  height: 2px;
  background: #abafbf;
}

.topRoom-slide .slick-next::after {
  left: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #abafbf;
  border-right: 2px solid #abafbf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topRoom-slide .slick-prev {
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #d9d9d9;
  position: relative;
  border-radius: 50%;
}

.topRoom-slide .slick-prev[aria-disabled="true"] {
  opacity: 0.4;
  cursor: default;
}

@media screen and (min-width: 992px) {
  .topRoom-slide .slick-prev {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .topRoom-slide .slick-prev::before,
  .topRoom-slide .slick-prev::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .topRoom-slide .slick-prev[aria-disabled="false"]:hover {
    border: 1px solid #07185c;
  }
  .topRoom-slide .slick-prev[aria-disabled="false"]:hover::before {
    background: #07185c;
  }
  .topRoom-slide .slick-prev[aria-disabled="false"]:hover::after {
    border-color: #07185c;
  }
}

.topRoom-slide .slick-prev::before,
.topRoom-slide .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.topRoom-slide .slick-prev::before {
  right: 15px;
  width: 8px;
  height: 2px;
  background: #abafbf;
}

.topRoom-slide .slick-prev::after {
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #abafbf;
  border-right: 2px solid #abafbf;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.topRoom-slide li:not(:last-child) {
  margin-right: 30px;
}

.topRoom-sleep {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .topRoom-sleep {
    padding-top: 30px;
  }
}

.topRoom-sleep dl {
  margin: auto;
}

@media screen and (max-width: 991px) {
  .topRoom-sleep dl {
    width: 100%;
  }
}

.topRoom-sleep dt {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  color: #444444;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .topRoom-sleep dt {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}

.topRoom-sleep dd .mainBtn {
  margin: 35px auto 0;
}

@media screen and (max-width: 991px) {
  .topRoom-sleep dd .mainBtn {
    margin: 30px auto 0;
  }
}

.topRoom-sleep-icons {
  position: relative;
}

.topRoom-sleep-icons ul {
  display: flex;
  justify-content: center;
  margin: auto;
}

@media screen and (max-width: 730px) {
  .topRoom-sleep-icons ul {
    width: 100%;
    flex-wrap: wrap;
  }
}

.topRoom-sleep-icons ul li {
  max-width: 95px;
}

@media screen and (min-width: 731px) {
  .topRoom-sleep-icons ul li:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 730px) {
  .topRoom-sleep-icons ul li {
    width: 20%;
  }
  .topRoom-sleep-icons ul li:not(:last-child) {
    margin-right: 6.666666666666667%;
  }
  .topRoom-sleep-icons ul li:nth-child(4) {
    margin-right: 0 !important;
  }
  .topRoom-sleep-icons ul li:nth-child(n + 5) {
    margin-top: 4%;
  }
}

.topRoom-sleep-icons ul li span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 0;
  color: #07185c;
  text-align: center;
  white-space: nowrap;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .topRoom-sleep-icons ul li span {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.topRoom-sleep-icons ul li img {
  width: 85%;
  display: block;
  margin: 0 auto;
}

.topRoom-sleep-icons .t1 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #888fa8;
}

@media screen and (min-width: 992px) {
  .topRoom-sleep-icons .t1 {
    position: absolute;
    right: -25%;
    bottom: 0;
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .topRoom-sleep-icons .t1 {
    text-align: right;
    font-size: 1rem;
    margin-top: 10px;
  }
}

.started .slider_room {
  transform: translate3d(0, 0, 0);
}

/*ウィジェット*/
@media screen and (min-width: 992px) {
  .index .sns_blk {
    max-width: 1080px;
    margin: 70px auto 0;
    padding: 0 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
  }
  .index .sns_blk .fb_blk {
    /*border:1px solid #C6C6C6;*/
  }
  .index .sns_blk .fb_blk,
  .index .sns_blk .tw_blk {
    float: left;
    display: block;
    max-width: 514px;
    width: 48%;
  }
  .index .sns_blk .fb_blk {
    max-width: 500px;
    margin: 0 0px 0 0;
    border: 1px solid #c6c6c6;
    margin-left: auto;
  }
  .index .sns_blk .tw_blk {
    border: 1px solid #c6c6c6;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .index .sns_blk .tw_blk .customisable-border {
    border: 1px solid #dbdbdb;
  }
  .sns_blk {
    margin: 10% auto 0;
    padding: 0;
  }
  .sns_blk .fb_blk,
  .sns_blk .tw_blk {
    width: 88%;
    margin: 0 auto 20px;
    float: none;
    /*overflow:hidden;*/
  }
  .sns_blk .tw_blk {
    width: 88%;
  }
  .sns_blk .tw_blk iframe {
    display: block;
    min-width: auto !important;
    overflow: hidden;
  }
}

/* プラン
------------------------------------------------------------*/
.planList-item {
  padding: 60px 50px;
  border-top: 1px solid #dadada;
}

@media screen and (max-width: 991px) {
  .planList-item {
    padding: 35px 10px 50px;
  }
}

.planList-item > dl {
  padding-left: 460px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .planList-item > dl {
    padding-left: 38%;
  }
}

@media screen and (max-width: 991px) {
  .planList-item > dl {
    padding-left: 0;
  }
}

.planList-item > dl > dt {
  margin-bottom: 20px;
}

.planList-item > dl > dt > span {
  display: block;
}

.planList-item > dl > dt .t1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .planList-item > dl > dt .t1 {
    font-size: 1.1rem;
    text-align: center;
  }
}

.planList-item > dl > dt .t2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #39467d;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .planList-item > dl > dt .t2 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
}

.planList-item > dl > dt .t3 ul {
  display: flex;
}

@media screen and (max-width: 991px) {
  .planList-item > dl > dt .t3 ul {
    justify-content: center;
  }
}

.planList-item > dl > dt .t3 ul li {
  background: #eceef6;
  color: #39467d;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 10px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .planList-item > dl > dt .t3 ul li {
    font-size: 1rem;
    padding: 5px 10px;
  }
}

.planList-item > dl > dt .t3 ul li + li {
  margin-left: 5px;
}

.planList-img {
  max-width: 420px;
}

@media screen and (min-width: 992px) {
  .planList-img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 1280px) {
  .planList-img {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .planList-img {
    width: 80%;
    margin: 20px auto 0;
    display: block;
  }
}

.planList-txt {
  display: flex;
  align-items: flex-start;
}

.planList-txt .item:nth-child(1) {
  width: calc(100% - 120px);
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .planList-txt .item:nth-child(1) {
    padding-right: 25px;
  }
}

.planList-txt .item:nth-child(1) p + p {
  margin-top: 10px;
}

.planList-txt .item:nth-child(2) {
  width: 120px;
  margin-top: -40px;
}

@media screen and (max-width: 991px) {
  .planList-txt .item:nth-child(2) {
    margin-top: 0.3em;
  }
}

.planList-people {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.planList-people .t1 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 991px) {
  .planList-people .t1 {
    font-size: 1rem;
  }
}

.planList-people .t2 {
  font-weight: bold;
  display: block;
  line-height: 1;
  padding-top: 7px;
}

.planList-people ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7px;
}

.planList-people ul li {
  width: 17px;
}

.planList-people ul li:not(:last-child) {
  margin-right: 5px;
}

.planList-people ul li img {
  width: 100%;
  display: block;
}

.planList-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .planList-btn {
    justify-content: center;
    margin-top: 35px;
  }
}

.planList-btn .mainBtn {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .planList-btn .mainBtn {
    margin: auto;
  }
}

/* Room
------------------------------------------------------------*/
.roomDetail {
  padding-bottom: 90px;
}

.roomDetail-img {
  text-align: center;
  max-width: 960px;
  margin: auto;
}

.roomDetail-img img {
  display: block;
}

@media screen and (max-width: 1400px) {
  .roomDetail-img img {
    display: block;
    margin: 0 auto;
    margin-top: -20px;
    width: 100%;
  }
  .roomDetail-txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: -15px;
    letter-spacing: 0.1em;
  }
}

.roomDetail-feature {
  text-align: center;
}

.roomDetail-feature img {
  display: block;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1400px) {
  .roomDetail-feature img {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 30px;
  }
}

.roomDetail-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  padding: 50px 0 70px;
  letter-spacing: 0.1em;
}

.roomDetail-txt .t1 {
  color: #e3017f;
}

@media screen and (max-width: 991px) {
  .roomDetail-txt {
    font-size: 1.1rem;
    line-height: 1.8;
    padding: 30px 0;
  }
  .roomDetail-img img {
    margin-top: 30px;
    width: 100%;
  }
}

.roomInfo {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 35px 0;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .roomInfo {
    padding: 20px 0;
  }
}

.roomInfo-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .roomInfo-wrap {
    flex-wrap: wrap;
  }
}

.roomInfo-wrap .item {
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .roomInfo-wrap .item {
    width: 50%;
  }
  .roomInfo-wrap .item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.roomInfo-wrap .item dl dt {
  font-size: 1.5rem;
  color: #444;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .roomInfo-wrap .item dl dt {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

.roomInfo-wrap .item dl dd .t1 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #888fa8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .roomInfo-wrap .item dl dd .t1 {
    font-size: 2.3rem;
  }
}

.roomInfo-wrap .item dl dd .t2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #888fa8;
}

@media screen and (max-width: 991px) {
  .roomInfo-wrap .item dl dd .t2 {
    font-size: 2rem;
  }
}

.roomInfo-wrap .item dl dd .t2 > span {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

.roomInfo-wrap .item dl dd .t2 > b {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .roomInfo-wrap .item dl dd .t2 > b {
    font-size: 1rem;
  }
}

.roomInfo-bed ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.roomInfo-bed ul li + li {
  margin-left: 5px;
}

.roomInfo-bed ul li img {
  max-height: 50px;
}

@media screen and (max-width: 991px) {
  .roomInfo-bed ul li img {
    max-height: 40px;
  }
}

.roomInfo-people ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.roomInfo-people ul li {
  width: 20px;
}

@media screen and (max-width: 991px) {
  .roomInfo-people ul li {
    width: 15px;
  }
}

.roomInfo-people ul li + li {
  margin-left: 7px;
}

@media screen and (max-width: 991px) {
  .roomInfo-people ul li + li {
    margin-left: 5px;
  }
}

.roomInfo-people ul li img {
  display: block;
  width: 100%;
}

.roomPrice {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto 70px;
}

.roomPrice.--add {
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .roomPrice {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 50px;
  }
}

.roomPrice .mainBtn {
  max-width: 240px;
  width: 28%;
}

@media screen and (max-width: 991px) {
  .roomPrice .mainBtn {
    width: 60%;
    margin: 15px auto 0;
  }
}

/*.roomPrice .telOnly {
  max-width: 230px;
  width: 28%;
}

@media screen and (max-width: 991px) {
  .roomPrice .telOnly {
    width: 100%;
    margin: 20px auto 0;
  }
}*/
.roombarrierfree .telOnly {
  max-width: 230px;
  width: 28%;
  margin-bottom: 50px;
  margin: 0 auto;
}

.roombarrierfree .telOnly .telBtn {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .roombarrierfree .telOnly {
    width: 100%;
    margin: 20px auto 0;
  }
}

.roomPrice dl dt {
  color: #444444;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .roomPrice dl dt {
    font-size: 1.1rem;
  }
}

.roomPrice-main {
  display: flex;
  align-items: center;
}

.roomPrice-main-before .t1 {
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .roomPrice-main-before .t1 {
    font-size: 1.1rem;
    display: block;
    line-height: 1;
  }
}

.roomPrice-main-before .t2 {
  font-size: 1.5rem;
  padding-right: 5px;
}

.roomPrice-main-before .t3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .roomPrice-main-before .t3 {
    font-size: 1.6rem;
  }
}

.roomPrice-main-arrow {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .roomPrice-main-arrow {
    padding: 0 15px;
  }
}

.roomPrice-main-arrow img {
  max-width: 22px;
}

@media screen and (max-width: 991px) {
  .roomPrice-main-arrow img {
    max-width: 20px;
  }
}

.roomPrice-main-after .t1 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #00125d;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .roomPrice-main-after .t1 {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
  }
}

.roomPrice-main-after .t2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e62990;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .roomPrice-main-after .t2 {
    font-size: 1.5rem;
  }
}

.roomPrice-main-after .t2 > b {
  font-size: 2.2rem;
}

@media screen and (max-width: 991px) {
  .roomPrice-main-after .t2 > b {
    font-size: 1.9rem;
  }
}

.roomPrice-main-after .t3 {
  color: #444444;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .roomPrice-main-after .t3 {
    font-size: 1.5rem;
  }
}

.roomPrice-txt {
  /*padding-top: 5px;*/
  text-align: left;
}

.roomPrice.--add .roomPrice-txt {
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .roomPrice-txt {
    text-align: center;
    padding-top: 8px;
  }
  .roomPrice.--add .roomPrice-txt {
    padding-right: 0;
  }
}

.roomPrice-txt p {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .roomPrice-txt p {
    font-size: 1.1rem;
  }
}

.roomPrice-txt p > span {
  color: #e83e99;
}

.roomChild-box {
  display: flex;
  box-sizing: border-box;
}

.roomChild-box + .roomChild-box {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .roomChild-box + .roomChild-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .roomChild-box {
    flex-direction: column-reverse;
    width: 95%;
    margin: auto;
  }
}

/* .roomChild-img {
  width: 50%;
  max-width: 480px;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .roomChild-img {
    width: 100%;
    max-width: 100%;
  }
}

.roomChild-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
} */
@media screen and (max-width: 991px) {
  .roomChild-img {
    margin-top: 20px;
  }
}

.roomChild-main {
  box-sizing: border-box;
  background: #ebeff9;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .roomChild-main {
    width: 100%;
  }
}

.roomChild-main dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00125d;
  letter-spacing: 0.1em;
  padding: 20px 40px;
  position: relative;
  cursor: pointer;
}

.roomChild-main dt::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .roomChild-main dt::before {
    right: 15px;
    width: 35px;
    height: 35px;
  }
}

.roomChild-main dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 39px;
  margin: auto;
  width: 2px;
  height: 14px;
  background: #00125d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .roomChild-main dt > span::before {
    right: 31px;
  }
}

.roomChild-main dt > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #00125d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .roomChild-main dt > span::after {
    right: 25px;
  }
}

.roomChild-main dt.is_open > span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  .roomChild-main dt {
    font-size: 1.1rem;
    padding: 15px 15px;
  }
}

.roomChild-main dd {
  color: #444;
}

.roomChild-main dd .js_ac_inner {
  padding: 30px 40px 40px;
  border-top: 1px solid #d8ddee;
}

@media screen and (max-width: 991px) {
  .roomChild-main dd .js_ac_inner {
    padding: 0 20px 20px;
    border-top: none;
  }
}

.roomChild-main dd p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.roomChild-main dd p + p {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .roomChild-main dd p {
    font-size: 1.1rem;
  }
}

.roomChild-ico {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .roomChild-ico {
    margin-top: 20px;
  }
}

.roomChild-ico img {
  max-width: 50px;
}

.roomChild-ico p {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .roomChild-ico p {
    line-height: 1.6 !important;
    padding-left: 15px;
  }
}

.roomChild-caution {
  display: table;
  margin: 30px 0 50px auto;
}

@media screen and (max-width: 991px) {
  .roomChild-caution {
    width: 95%;
    margin: 15px auto 50px;
  }
}

.roomChild-caution > li {
  position: relative;
  padding-left: 1.3em;
  color: #444444;
  line-height: 1.5;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .roomChild-caution > li {
    font-size: 1rem;
  }
}

.roomChild-caution > li:not(:last-child) {
  margin-bottom: 10px;
}

.roomChild-caution > li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.roomChild-box.--sub .roomChild-main dt {
  font-size: 1.5rem;
  position: relative;
  padding: 0 40px 0 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .roomChild-box.--sub .roomChild-main dt {
    flex-direction: column;
    padding: 0;
    font-size: 1.1rem;
  }
  .roomChild-box.--sub .roomChild-main dt::before {
    content: none;
  }
}

.roomChild-box.--sub .roomChild-main dt .image {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .roomChild-box.--sub .roomChild-main dt .image {
    width: 100%;
  }
}

.roomChild-box.--sub .roomChild-main dt .image img {
  width: 100%;
}

.roomChild-box.--sub .roomChild-main dt > span {
  width: 70%;
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .roomChild-box.--sub .roomChild-main dt > span {
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .roomChild-box.--sub .roomChild-main dt > span > b {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-right: 35px;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .roomChild-box.--sub .roomChild-main dt > span > b {
    font-weight: 700;
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .roomChild-box.--sub .roomChild-main dt > span > b::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
  }
}

.roomChild-box.--sub + .--sub {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .roomChild-box.--sub + .--sub {
    margin-top: 25px;
  }
}

.roomChild-img img {
  width: 100%;
}

.roomChild .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .roomChild .flex .item {
    width: 48%;
  }
  .roomChild .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .roomChild .flex .item {
    width: 100%;
  }
  .roomChild .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.roomChild .flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.roomChild .flex02 .item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.roomChild .flex02 .item ul li {
  width: 48%;
}

.roomChild .flex02 .item ul li img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 992px) {
  .roomChild .flex02 .item {
    width: 50%;
  }
  .roomChild .flex02 .item:nth-child(2) {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .roomChild .flex02 .item {
    width: 100%;
  }
  .roomChild .flex02 .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.roomAc {
  padding: 70px 0 50px;
}

@media screen and (max-width: 991px) {
  .roomAc {
    padding: 35px 0 20px;
    width: 95%;
    margin: auto;
  }
}

.roomAc-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.roomAc-list > .item {
  border-bottom: 1px solid #dadada;
  padding: 25px 0;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .roomAc-list > .item {
    width: 48%;
  }
  .roomAc-list > .item:nth-child(1),
  .roomAc-list > .item:nth-child(2) {
    border-top: 1px solid #dadada;
  }
}

@media screen and (max-width: 991px) {
  .roomAc-list > .item {
    width: 100%;
    padding: 20px 0;
  }
  .roomAc-list > .item:nth-child(1) {
    border-top: 1px solid #dadada;
  }
}

.roomAc-list > .item > dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00125d;
  cursor: pointer;
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .roomAc-list > .item > dt {
    font-size: 1.2rem;
  }
}

.roomAc-list > .item > dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  border: 1px solid #c7ccde;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.roomAc-list > .item > dt > span::before,
.roomAc-list > .item > dt > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #00125d;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.roomAc-list > .item > dt > span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.roomAc-list > .item > dt.is_open > span::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.roomAc-main {
  padding: 25px 30px 0 20px;
  color: #444;
}

@media screen and (max-width: 991px) {
  .roomAc-main {
    padding: 20px 20px 0 20px;
  }
}

.roomAc-main p {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .roomAc-main p {
    font-size: 1.1rem;
  }
}

.roomAc-main .t1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .roomAc-main .t1 {
    font-size: 1.1rem;
  }
}

.roomAc-main .t-caution {
  margin-top: 8px;
}

.roomAc-main .t-caution > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .roomAc-main .t-caution > li {
    font-size: 1rem;
  }
}

.roomAc-main .t-caution > li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.roomAc-main .t-caution + .t-box {
  margin-top: 25px;
}

.roomAc-main .t-caution + .link-arrow {
  margin-top: 20px;
}

.roomAc-main .t-dot > li {
  position: relative;
  padding-left: 1.3em;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .roomAc-main .t-dot > li {
    font-size: 1.1rem;
  }
}

.roomAc-main .t-dot > li::before {
  content: "・";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.roomAc-main .t-box + .t-box {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .roomAc-main .t-box + .t-box {
    margin-top: 20px;
  }
}

.roomAc-main .t-box > dt {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 7px;
}

@media screen and (max-width: 991px) {
  .roomAc-main .t-box > dt {
    font-size: 1.1rem;
  }
}

.roomAc-main .t-box > dt > span {
  background: linear-gradient(transparent 60%, #e8eaf3 60%);
}

.roomAc-main .t-sleep {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .roomAc-main .t-sleep {
    margin-top: 15px;
  }
}

.roomAc-main .t-sleep > p {
  padding-left: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .roomAc-main .t-sleep > img {
    width: 40%;
  }
}

.roomAc-main .t-tax th {
  padding-right: 35px;
  text-align: left;
  font-weight: normal;
}

.roomAc-main * + .img-box {
  margin-top: 20px;
}

.roomAc-main .img-box {
  padding: 0 0 10px;
}

.roomAc-main .img-box + .img-box {
  margin-top: 20px;
}

.roomAc-main .img-box > span {
  display: block;
}

.roomAc-main .img-box img {
  width: 90%;
}

.roomAc-main .link-arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.roomAc-main .link-arrow + p {
  margin-top: 15px;
}

.roomBtn {
  display: flex;
  justify-content: center;
}

.roomSlide {
  padding: 60px 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .roomSlide {
    padding: 35px 0 0;
  }
}

.roomSlide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #efeded;
}

@media screen and (max-width: 991px) {
  .roomSlide::before {
    width: 88%;
  }
}

@media screen and (max-width: 991px) {
  .roomSlide .inner_s {
    padding: 0;
  }
}

.roomSlide-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #00125d;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .roomSlide-ttl {
    font-size: 1.3rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
}

.roomSlide-list {
  display: flex;
  justify-content: space-between;
}

.roomSlide-list .item {
  text-decoration: none;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .roomSlide-list .item {
    width: 30%;
  }
  .roomSlide-list .item:hover .roomSlide-img img {
    transform: scale(1.1, 1.1);
  }
}

@media screen and (max-width: 991px) {
  .roomSlide-list .item {
    padding: 0 10px;
  }
}

.roomSlide-list .item dl {
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .roomSlide-list .item dl {
    padding-top: 7px;
  }
}

.roomSlide-list .item dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #00125d;
  text-align: center;
  　letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .roomSlide-list .item dl dt {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}

.roomSlide-price {
  display: table;
  margin: auto;
}

.roomSlide-price-main {
  display: flex;
  align-items: center;
}

.roomSlide-price-main > span {
  margin-right: 15px;
}

.roomSlide-price-main .t1 {
  font-weight: bold;
}

.roomSlide-price-main .t2 {
  font-size: 2rem;
  color: #e62990;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .roomSlide-price-main .t1 {
    font-size: 1rem;
    line-hight: 1;
  }
  .roomSlide-price-main .t2 {
    font-size: 1.2rem;
  }
}

.roomSlide-price-main .t2 > span {
  font-size: 1rem;
}

.roomSlide-price > p {
  text-align: right;
  line-height: 1;
  margin-top: 2px;
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .roomSlide-price > p {
    font-size: 1rem;
  }
}

.roomSlide-img {
  overflow: hidden;
}

.roomSlide-img img {
  width: 100%;
  opacity: 1 !important;
}

@media screen and (min-width: 992px) {
  .roomSlide-img img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 991px) {
  .roomSlide .slider-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .roomSlide .slider-nav-main {
    position: relative;
  }
  .roomSlide .slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .roomSlide .slider-nav .slick-prev {
    margin-right: 20px;
  }
  .roomSlide .slider-nav .slick-next {
    margin-left: 20px;
  }
  .roomSlide .slider-nav .slick-dots {
    padding: 0;
    display: flex;
  }
  .roomSlide .slider-nav .slick-dots > li {
    display: flex;
    margin: 0 7px;
    align-items: center;
  }
  .roomSlide .slider-nav .slick-dots button {
    padding: 0;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c9cddc;
    color: transparent;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
  }
  .roomSlide .slider-nav .slick-dots .slick-active button {
    background-color: #253476;
  }
}

.roomSlide .slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.roomSlide .slick-prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
  transform: rotate(-135deg);
}

.roomSlide .slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.roomSlide .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
  transform: rotate(45deg);
}

.roomSlide .mainBtn {
  background: #eceef6;
  color: #00125d;
  margin-top: 55px;
}

@media screen and (min-width: 992px) {
  .roomSlide .mainBtn:hover {
    background: #00125d;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .roomSlide .mainBtn {
    margin-top: 50px;
  }
}

/* 客室一覧
------------------------------------------------------------*/
.roomList-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .roomList-main {
    position: relative;
  }
  .roomList-main .roomList-item {
    width: 30%;
  }
  .roomList-main .roomList-item:nth-child(n + 4) {
    margin-top: 100px;
  }
  .roomList-main::after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .roomList-main .roomList-item {
    width: 100%;
  }
  .roomList-main .roomList-item:not(:last-child) {
    margin-bottom: 45px;
  }
}

.roomList-item > dl {
  padding-top: 10px;
}

.roomList-item > dl > dt {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #39467d;
  letter-spacing: 0.1em;
  position: relative;
  border-bottom: 1px solid #ebe5e5;
  padding-bottom: 5px;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .roomList-item > dl > dt {
    font-size: 1.923vw;
  }
}

@media screen and (max-width: 991px) {
  .roomList-item > dl > dt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.roomList-item > dl > dt > span {
  display: table;
  margin: auto;
  position: relative;
  padding-left: 35px;
}

@media screen and (max-width: 991px) {
  .roomList-item > dl > dt > span {
    padding-left: 30px;
  }
}

.roomList-item > dl > dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .roomList-item > dl > dt > span::before {
    width: 25px;
    width: 25px;
  }
}

.roomList-item > dl > dt > span.ico-barriefree::before {
  background-image: url(../img/img-room-common/icon_barriefree.png);
}

.roomList-item > dl > dt > span.ico-woman::before {
  background-image: url(../img/img-room-common/icon_woman.png);
}

.roomList-item > dl > dt > span.ico-woman_refa::before {
  background-image: url(../img/img-room-common/icon_woman.png);
}

.roomList-item > dl > dt > span.ico-woman_refa {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
  padding-top: 2px;
  color: #39467d;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .roomList-item > dl > dt > span.ico-woman_refa::before {
    background-image: url(../img/img-room-common/icon_woman.png);
  }
  .roomList-item > dl > dt > span.ico-woman_refa {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
    padding-top: 2px;
    color: #39467d;
    letter-spacing: 0.1em;
  }
}

.roomList-item > dl > dt::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #39467d;
}

.roomList-img {
  overflow: hidden;
  display: block;
  opacity: 1 !important;
}

.roomList-img img {
  width: 100%;
  display: block;
  opacity: 1 !important;
}

@media screen and (min-width: 992px) {
  .roomList-img img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.roomList-img:hover img {
  transform: scale(1.1, 1.1);
}

.roomList-info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .roomList-info {
    min-height: 80px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .roomList-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.roomList-info .item {
  width: 33%;
}

.roomList-info .item:nth-child(2) {
  width: 40%;
  margin-left: -3%;
}

.roomList-info .item:nth-child(3) {
  width: 27%;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .roomList-info .item:nth-child(1) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .roomList-info .item:nth-child(2) {
    width: 50%;
  }
  .roomList-info .item:nth-child(3) {
    width: 50%;
  }
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .roomList-price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

.roomList-price-basic {
  white-space: nowrap;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .roomList-price-basic {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.roomList-price-basic > div > span,
.roomList-price-basic > div > b {
  color: #444444;
  display: block;
  line-height: 1;
  font-weight: normal;
}

.roomList-price-basic > div > span {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .roomList-price-basic > div > span {
    font-size: 1.1rem;
  }
}

.roomList-price-basic > div > b {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .roomList-price-basic > div > b {
    font-size: 1rem;
  }
}

.roomList-price-basic > div .t1 {
  color: #39467d;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .roomList-price-basic > div .t1 {
    font-size: 1.1rem;
  }
}

.roomList-price-basic > div .t1 > b {
  font-size: 2rem;
  color: #e3007f;
}

@media screen and (max-width: 991px) {
  .roomList-price-basic > div .t1 > b {
    font-size: 1.6rem;
  }
}

.roomList-price-basic > div .t1 > b > span {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .roomList-price-basic > div .t1 > b > span {
    font-size: 1.1rem;
  }
}

.roomList-price-web {
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .roomList-price-web {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}

.roomList-price-web::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-room-common/arrow01.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.roomList-price-web .t1 {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #00125d;
}

@media screen and (max-width: 991px) {
  .roomList-price-web .t1 {
    font-size: 1.1rem;
  }
}

.roomList-price-web .t2 {
  color: #39467d;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .roomList-price-web .t2 {
    font-size: 1.1rem;
  }
}

.roomList-price-web .t2 > b {
  font-size: 2rem;
  color: #e3007f;
}

@media screen and (max-width: 991px) {
  .roomList-price-web .t2 > b {
    font-size: 1.6rem;
  }
}

.roomList-price-web .t2 > b > span {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .roomList-price-web .t2 > b > span {
    font-size: 1.1rem;
  }
}

.roomList-bed dt {
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .roomList-bed dt {
    margin-bottom: 12px;
  }
}

.roomList-bed ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.roomList-bed ul li + li {
  margin-left: 2px;
}

.roomList-bed ul li img {
  max-height: 30px;
}

@media screen and (max-width: 991px) {
  .roomList-bed ul li img {
    max-height: 25px;
  }
}

.roomList-people dt {
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .roomList-people dt {
    margin-bottom: 10px;
  }
}

.roomList-people ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.roomList-people ul li {
  width: 14px;
}

@media screen and (max-width: 991px) {
  .roomList-people ul li {
    width: 12px;
  }
}

.roomList-people ul li + li {
  margin-left: 3px;
}

@media screen and (max-width: 991px) {
  .roomList-people ul li + li {
    margin-left: 3px;
  }
}

.roomList-people ul li img {
  display: block;
  width: 100%;
}

.roomList .mainBtn {
  margin: 30px auto 0;
  padding: 10px 20px;
  background: #eceef6;
  color: #00125d;
}

@media screen and (min-width: 992px) {
  .roomList .mainBtn:hover {
    background: #00125d;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .roomList .mainBtn {
    margin: 20px auto 0;
  }
}

.roomList-bnr {
  padding: 150px 0 0;
}

@media screen and (max-width: 991px) {
  .roomList-bnr {
    padding: 50px 0 0;
  }
}

.roomList-bnr ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .roomList-bnr ul {
    flex-wrap: wrap;
  }
}

.roomList-bnr ul li {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .roomList-bnr ul li {
    width: 100%;
  }
  .roomList-bnr ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.roomList-bnr ul li img {
  max-width: 450px;
  width: 80%;
}

/* 空室検索ページ
------------------------------------------------------------*/
.widgetBg {
  padding: 70px 0;
  background: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .widgetBg {
    padding: 35px 0;
  }
}

.widgetBox {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .widgetBox {
    width: 100%;
  }
}

.widgetBox-wrap {
  background: #fff;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: all;
}

.widgetBox-ttl {
  color: #00125d;
  background: #e6e6e6;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .widgetBox-ttl {
    font-size: 1.3rem;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
  }
}

.widgetBox-main {
  padding: 30px 40px;
}

@media screen and (max-width: 991px) {
  .widgetBox-main {
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
  }
}

.widgetBox-main .row01 dl dt,
.widgetBox-main .row02 dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #444444;
  margin-bottom: 5px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .widgetBox-main .row01 dl dt,
  .widgetBox-main .row02 dl dt {
    font-size: 1.2rem;
  }
}

.widgetBox-main .row01 {
  display: flex;
}

@media screen and (max-width: 991px) {
  .widgetBox-main .row01 {
    margin-bottom: 15px;
  }
}

.widgetBox-main .row01 dl:nth-child(1) {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .widgetBox-main .row01 dl:nth-child(1) {
    width: 70%;
  }
}

.widgetBox-main .select {
  position: relative;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  height: 38px;
  text-align: center;
  border-radius: 7px;
}

.widgetBox-main .select::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #39467d;
  pointer-events: none;
}

.widgetBox-main .select > select {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 15px;
  text-align: left;
  color: #333 !important;
}

.widgetBox-main .input_date {
  position: relative;
  height: 38px;
  width: 100%;
  box-sizing: border-box;
}

.widgetBox-main .input_date::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 23px;
  height: 23px;
  background: url(../img/img-common/icon_calender01.png) left center no-repeat;
  background-size: contain;
  z-index: 999;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .widgetBox-main .input_date::after {
    width: 20px;
    height: 20px;
  }
}

.widgetBox-main .input_date input {
  font-size: 1.5rem;
  border: 1px solid #cfcfcf;
  padding-left: 15px;
  border-radius: 7px;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
}

.widgetBox-input {
  display: flex;
  justify-content: space-between;
}

.widgetBox-input .row01 {
  width: 32%;
}

.widgetBox-input .row02 {
  width: 64%;
}

@media screen and (max-width: 991px) {
  .widgetBox-input {
    flex-direction: column;
  }
  .widgetBox-input .row01,
  .widgetBox-input .row02 {
    width: 100%;
  }
}

.widgetBox-btn {
  display: flex;
  justify-content: center;
  background: #00125d;
  border: 1px solid #00125d;
  color: #fff;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.4;
  overflow: hidden;
  margin: 30px auto 0;
  width: 80%;
  max-width: 250px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .widgetBox-btn {
    margin: 20px auto 0;
  }
}

.widgetBox-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .widgetBox-btn {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .widgetBox-btn #rg_btn,
  .widgetBox-btn::after {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .widgetBox-btn:hover {
    background: #fff;
    color: #00125d;
  }
  .widgetBox-btn:hover #rg_btn {
    color: #00125d;
  }
  .widgetBox-btn:hover::after {
    border-top: 1px solid #00125d;
    border-right: 1px solid #00125d;
  }
}

@media screen and (max-width: 991px) {
  .widgetBox-btn {
    font-size: 1.4rem;
  }
}

.widgetBox-caution {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.widgetBox-caution p {
  position: relative;
  padding-left: 1.3em;
  color: #ff0000;
  line-height: 1.5;
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .widgetBox-caution p {
    font-size: 1.1rem;
  }
}

.widgetBox-caution p::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.widgetBox-btn #rg_btn {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .widgetBox-btn #rg_btn {
    font-size: 1.2rem;
  }
}

.widgetBox-nav {
  margin-top: 20px;
  padding: 40px 0;
  border-top: 1px solid #dadada;
}

@media screen and (max-width: 991px) {
  .widgetBox-nav {
    margin-top: 15px;
    padding: 20px 0;
  }
}

.widgetBox-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .widgetBox-nav ul {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .widgetBox-nav ul li {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .widgetBox-nav ul li:not(:last-child) {
    margin-right: 7%;
  }
}

.widgetBox-nav ul li a {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  color: #00125d;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .widgetBox-nav ul li a {
    font-size: 1rem;
    padding-left: 20px;
  }
}

.widgetBox-nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00125d;
  border-right: 1px solid #00125d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .widgetBox-nav ul li a::before {
    width: 6px;
    height: 6px;
  }
}

.widgetBox-tel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .widgetBox-tel {
    display: table;
    margin: auto;
  }
}

.widgetBox-tel dt {
  font-size: 1.4rem;
  font-weight: normal;
  padding-right: 30px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .widgetBox-tel dt {
    font-size: 1rem;
    padding: 0 0 3px 24px;
  }
}

@media screen and (max-width: 413px) {
  .widgetBox-tel dt {
    padding-left: 18px;
  }
}

@media screen and (max-width: 375px) {
  .widgetBox-tel dt {
    padding-left: 12px;
  }
}

.widgetBox-tel dd > a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
  min-height: 35px;
  padding-left: 53px;
  display: block;
  line-height: 1;
}

.widgetBox-tel dd > a ruby {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.widgetBox-tel dd > a rt {
  color: #00125d;
  letter-spacing: 0.4em;
  font-weight: 500;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .widgetBox-tel dd > a {
    font-size: 1.833vw;
  }
}

@media screen and (max-width: 991px) {
  .widgetBox-tel dd > a {
    font-size: 1.9rem;
    padding-left: 50px;
    min-height: 35px;
    letter-spacing: 0.07em;
    display: table;
    margin: auto;
  }
}

.widgetBox-tel dd > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/img-common/icon_navidial.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .widgetBox-tel dd > a::before {
    width: 45px;
  }
}

.widgetBox-tel-caution {
  position: relative;
  padding-left: 1.3em;
  margin-top: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .widgetBox-tel-caution {
    font-size: 1.1rem;
    line-height: 1.6;
    display: table;
    margin: 15px auto 0;
  }
}

.widgetBox-tel-caution::before {
  content: '※';
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.widgetBox-tel-caution a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 991px) {
  .widgetBox-tel-caution a {
    text-decoration: underline;
  }
}

/* リード文
------------------------------------------------------------*/
.leadTxt {
  padding: 10px 0 90px;
}

@media screen and (max-width: 991px) {
  .leadTxt {
    padding: 0 0 35px;
  }
}

.leadTxt p {
  text-align: center;
  font-size: 1.6rem;
  color: #444444;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .leadTxt p {
    font-size: 1.2rem;
  }
}

/* room注釈 */
.leadTxt-caution {
  width: 100%;
  max-width: 660px;
  margin: auto;
  border: 1px solid #eb008b;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.leadTxt-caution b {
  color: #eb008b;
}

@media screen and (max-width: 991px) {
  .leadTxt-caution {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    padding: 8px;
  }
}

.footBnr {
  padding: 150px 0 0;
}

@media screen and (max-width: 991px) {
  .footBnr {
    padding: 50px 0 0;
  }
}

.footBnr ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .footBnr ul {
    flex-wrap: wrap;
  }
}

.footBnr ul li {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .footBnr ul li {
    width: 100%;
  }
  .footBnr ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.footBnr ul li img {
  max-width: 450px;
  width: 80%;
}

.ecoBnr {
  display: flex;
  justify-content: center;
  padding: 150px 0 0;
}

.ecoBnr + .footBnr {
  padding-top: 130px;
}

.ecoBnr .js_modal {
  max-width: 450px;
  display: block;
  margin: auto;
}

.ecoBnr img {
  display: block;
  width: 100%;
}

.roomDetail + .ecoBnr {
  padding: 50px 0 70px;
}

@media screen and (max-width: 991px) {
  .ecoBnr {
    padding: 50px 0 0;
  }
  .ecoBnr + .footBnr {
    padding-top: 40px;
  }
  .roomDetail + .ecoBnr {
    padding: 10px 0 50px;
  }
}

/* リンク
------------------------------------------------------------*/
.link-arrow {
  position: relative;
  padding-right: 20px;
  color: #00125d !important;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .link-arrow {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.link-arrow::before,
.link-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.link-arrow::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #abafbf;
  border-right: 2px solid #abafbf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-arrow::before {
  width: 12px;
  height: 2px;
  background: #abafbf;
}

/* アコーディオン
------------------------------------------------------------*/
.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.telOnly > p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .telOnly > p {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

.telNavidial {
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .telNavidial {
    padding-top: 5px;
  }
}

.telNavidial-no {
  display: table;
  margin: auto;
}

.roombarrierfree .telNavidial-no {
  padding-bottom: 65px;
}

@media screen and (min-width: 992px) {
  .telNavidial-no {
    padding-left: 10em;
  }
}

@media screen and (max-width: 991px) {
  .telNavidial-no {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .roombarrierfree .telNavidial-no {
    padding-bottom: 35px;
  }
}

.telNavidial > p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .telNavidial > p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.telNavidial-no > a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  min-height: 35px;
  padding-left: 53px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .telNavidial-no > a {
    font-size: 1.7rem;
    padding-left: 50px;
    min-height: 35px;
    letter-spacing: 0.07em;
  }
}

.telNavidial-no > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/img-common/icon_navidial.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .telNavidial-no > a::before {
    width: 45px;
  }
}

.telNavidial-no > a ruby {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.telNavidial-no > a rt {
  color: #00125d;
  letter-spacing: 0.4em;
  font-weight: 500;
}

.telNavidial-no > p {
  position: relative;
  padding-left: 1.3em;
  margin-top: 15px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .telNavidial-no > p {
    font-size: 1.1rem;
    line-height: 1.6;
    display: table;
    margin: 15px auto 0;
  }
}

.telNavidial-no > p::before {
  content: '※';
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.telNavidial-no > p a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 991px) {
  .telNavidial-no > p a {
    text-decoration: underline;
  }
}

/*ROOM上の3本カラー*/
/*.topRoom {
  border-top: 8px solid #00125d;
  position: relative;
}
.topRoom::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  margin: auto;
  width: 47%;
  height: 8px;
  background: #e3007f;
}

.topRoom::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  margin: auto;
  width: 47%;
  height: 8px;
  background: #00bdf2;
}
*/
/* お客様の声
------------------------------------------------------------*/
.voiceNav {
  margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .voiceNav {
    margin-bottom: 25px;
  }
}

.voiceNav-wrap {
  background: #edebeb;
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  .voiceNav-wrap {
    padding: 15px 20px;
  }
}

.voiceNav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .voiceNav ul {
    justify-content: space-between;
  }
}

.voiceNav ul li > div {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 0 0 #a8aab5;
}

.voiceNav ul li > div > img {
  max-width: 35px;
}

@media screen and (max-width: 991px) {
  .voiceNav ul li > div > img {
    max-width: 25px;
  }
}

.voiceNav ul li > div > span {
  display: block;
  text-align: center;
  color: #333;
  margin-top: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  color: #00125d;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .voiceNav ul li > div > span {
    font-size: 1.1rem;
    margin-top: 7px;
  }
}

@media screen and (min-width: 992px) {
  .voiceNav ul {
    position: relative;
  }
  .voiceNav ul li {
    width: 220px;
  }
  .voiceNav ul li:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .voiceNav ul li {
    width: 48%;
  }
  .voiceNav ul li:nth-child(n + 3) {
    margin-top: 5%;
  }
}

.voiceList {
  padding-top: 15px;
}

.voiceList + .voiceList {
  margin-top: 85px;
}

@media screen and (max-width: 991px) {
  .voiceList + .voiceList {
    margin-top: 30px;
  }
}

.voiceList-wrap {
  width: 85%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .voiceList-wrap {
    width: 92%;
  }
}

.voiceList-ttl {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #00125d;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .voiceList-ttl {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
}

.voiceList-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voiceList-main .item {
  border: 1px solid #dadce5;
  border-radius: 20px;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 992px) {
  .voiceList-main .item {
    width: 47%;
  }
  .voiceList-main .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .voiceList-main .item {
    width: 100%;
    padding: 20px;
  }
  .voiceList-main .item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.voiceList-main .item dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #39467d;
  border-bottom: 2px solid #d3d4dc;
  line-height: 1.6;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .voiceList-main .item dt {
    font-size: 1.5rem;
    letter-spacing: 0em;
  }
}

.voiceList-main .item dt::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: auto;
  background: #e3007f;
  width: 40px;
  height: 2px;
}

@media screen and (max-width: 991px) {
  .voiceList-main .item dt::after {
    width: 20px;
  }
}

.voiceList-main .item dd {
  box-sizing: border-box;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .voiceList-main .item dd {
    padding-bottom: 0;
  }
}

.voiceList-star {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .voiceList-star {
    margin-bottom: 10px;
  }
}

.voiceList-star > span {
  color: #e62f8d;
}

.voiceList-star > span:not(:last-child) {
  margin-right: 3px;
}

.voiceList-star > span.dark {
  color: #f3f3f3;
}

.voiceList-bar {
  background: #eceef6;
  display: flex;
  justify-content: flex-end;
  padding: 5px 10px;
}

@media screen and (min-width: 992px) {
  .voiceList-bar {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 991px) {
  .voiceList-bar {
    margin-top: 15px;
  }
}

.voiceList-bar > span {
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .voiceList-bar > span {
    font-size: 1rem;
  }
}

.voiceList-bar > b {
  font-size: 1.2rem;
  color: #39467d;
}

@media screen and (max-width: 991px) {
  .voiceList-bar > b {
    font-size: 1rem;
  }
}

/* お食事
------------------------------------------------------------*/
.meal .main * {
  box-sizing: border-box;
}

.meal .inner_s {
  max-width: 1220px;
}

.mealNav-wrap {
  background: #edebeb;
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  .mealNav-wrap {
    padding: 15px 20px;
  }
}

.mealNav-wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 991px) {
  .mealNav-wrap ul {
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .mealNav-wrap ul li {
    width: 280px;
  }
  .mealNav-wrap ul li:not(:last-child) {
    margin-right: 45px;
  }
}

@media screen and (max-width: 991px) {
  .mealNav-wrap ul li {
    width: 48%;
  }
  .mealNav-wrap ul li:nth-child(n + 3) {
    margin-top: 5%;
  }
}

.mealNav-wrap ul li > div {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 0 0 #a8aab5;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .mealNav-wrap ul li > div {
    padding: 10px 5px;
  }
}

.mealNav-wrap ul li > div > span {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 991px) {
  .mealNav-wrap ul li > div > span {
    font-size: 1rem;
    letter-spacing: -0.02em;
  }
}

.mealNav-wrap ul li > div > div {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00125d;
  z-index: 2;
  position: relative;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 991px) {
  .mealNav-wrap ul li > div > div {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.mealNav-caution {
  position: relative;
  padding-left: 35px;
  display: table;
  margin-left: auto;
  margin-top: 10px;
  color: #333333 !important;
  text-decoration: underline;
  cursor: pointer;
}

.mealNav-caution:hover {
  text-decoration: none;
}

.mealNav-caution::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-meal/icon_hotel.png) left center no-repeat;
  background-size: contain;
  width: 25px;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .mealNav-caution::before {
    width: 22px;
    height: 28px;
  }
}

.mealNav-ico {
  position: absolute;
  right: 10px;
  bottom: 2px;
}

@media screen and (max-width: 991px) {
  .mealNav-ico {
    right: 5px;
  }
}

.mealNav-breakfast .mealNav-ico {
  width: 55px;
}

@media screen and (max-width: 991px) {
  .mealNav-breakfast .mealNav-ico {
    width: 40px;
  }
}

.mealNav-restaurant .mealNav-ico {
  width: 60px;
}

@media screen and (max-width: 991px) {
  .mealNav-restaurant .mealNav-ico {
    width: 45px;
  }
}

@media screen and (min-width: 992px) {
  .mealNav-roomservice > div > div {
    font-size: 2.1rem !important;
    padding-top: 3px;
  }
}

.mealNav-roomservice .mealNav-ico {
  width: 40px;
}

@media screen and (max-width: 991px) {
  .mealNav-roomservice .mealNav-ico {
    width: 30px;
  }
}

.breakfastBlk {
  padding: 50px 0 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }
}

.breakfastBlk .block01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 {
    flex-direction: column;
  }
}

.breakfastBlk .block01 > .item {
  width: 47%;
  border: 1px solid #d3d4dc;
  padding: 30px 30px 60px 30px;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item + .item {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
}

.breakfastBlk .block01 > .item > dl {
  max-width: 446px;
  margin: auto;
}

.breakfastBlk .block01 > .item > dl > dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #39467d;
  border-bottom: 1px solid #d3d4dc;
  position: relative;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.breakfastBlk .block01 > .item > dl > dt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  background: #e3007f;
}

.breakfastBlk .block01 > .item > dl > dd .tags {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .tags {
    width: 80%;
    flex-wrap: wrap;
    margin-left: auto;
  }
}

.breakfastBlk .block01 > .item > dl > dd .tags > li {
  background: #eceef6;
  color: #39467d;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 10px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .tags > li {
    font-size: 1rem;
    padding: 5px 10px;
    margin-top: 5px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .tags > li + li {
  margin-left: 5px;
}

.breakfastBlk .block01 > .item > dl > dd .img01 {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .img01 {
    margin-bottom: 10px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .img01 img {
  display: block;
  width: 100%;
}

.breakfastBlk .block01 > .item > dl > dd .txt01 {
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .txt01 {
    padding-left: 60px;
    margin-bottom: 15px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .txt01::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-meal/icon_takeout.png) left center no-repeat;
  background-size: contain;
  width: 52px;
  height: 85px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .txt01::before {
    width: 40px;
    height: 70px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .txt02 {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .txt02 {
    margin-bottom: 10px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box01 {
  background: #f9f7f7;
  margin-bottom: 20px;
  padding: 15px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box01 {
    padding: 10px;
    margin-bottom: 15px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box01 > dl {
  display: flex;
}

.breakfastBlk .block01 > .item > dl > dd .box01 > dl + dl {
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box01 > dl + dl {
    margin-top: 5px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box01 > dl > dt {
  font-size: 1.4rem;
  width: 7em;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box01 > dl > dt {
    font-size: 1.1rem;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box01 > dl > dd {
  width: calc(100% - 7em);
}

.breakfastBlk .block01 > .item > dl > dd .box01 > dl > dd p {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.breakfastBlk .block01 > .item > dl > dd .box01 > dl > dd p > b {
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box01 > dl > dd p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box01 > dl > dd p > span {
  color: #eb008b;
}

.breakfastBlk .block01 > .item > dl > dd .box02 > dl > dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box02 > dl > dt {
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box02 > dl > dd {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box02 > dl > dd {
    align-items: flex-start;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box02 > dl > dd .item:nth-child(1) {
  width: calc(100% - 118px);
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box02 > dl > dd .item:nth-child(1) {
    width: 75%;
    padding-right: 10px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box02 > dl > dd .item:nth-child(2) {
  width: 118px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box02 > dl > dd .item:nth-child(2) {
    width: 25%;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box02 > dl > dd .item:nth-child(2) img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box02 > dl > dd .item:nth-child(2) img {
    margin-top: -30px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box03 > dl > dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box03 > dl > dt {
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box03 > dl > dd {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box03 > dl > dd {
    align-items: flex-start;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box03 > dl > dd .item:nth-child(1) {
  width: calc(100% - 221px);
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box03 > dl > dd .item:nth-child(1) {
    width: 55%;
    padding-right: 10px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box03 > dl > dd .item:nth-child(2) {
  width: 221px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .box03 > dl > dd .item:nth-child(2) {
    width: 45%;
  }
}

.breakfastBlk .block01 > .item > dl > dd .box03 > dl > dd .item:nth-child(2) img {
  width: 100%;
}

.breakfastBlk .block01 > .item > dl > dd .list01 > li, .breakfastBlk .block01 > .item > dl > dd .list02 > li, .breakfastBlk .block01 > .item > dl > dd .list03 > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .list01 > li, .breakfastBlk .block01 > .item > dl > dd .list02 > li, .breakfastBlk .block01 > .item > dl > dd .list03 > li {
    font-size: 1rem;
  }
}

.breakfastBlk .block01 > .item > dl > dd .list01 > li + li, .breakfastBlk .block01 > .item > dl > dd .list02 > li + li, .breakfastBlk .block01 > .item > dl > dd .list03 > li + li {
  margin-top: 5px;
}

.breakfastBlk .block01 > .item > dl > dd .list01 > li::before, .breakfastBlk .block01 > .item > dl > dd .list02 > li::before, .breakfastBlk .block01 > .item > dl > dd .list03 > li::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0.5em;
  line-height: 1;
}

.breakfastBlk .block01 > .item > dl > dd .list01 > li::before {
  background: #d9cd98;
  width: 0.5em;
  height: 0.5em;
}

.breakfastBlk .block01 > .item > dl > dd .list02 > li::before {
  content: '・';
  top: 0.2em;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .list02 > li::before {
    top: 0.4em;
  }
}

.breakfastBlk .block01 > .item > dl > dd .list03 {
  margin-top: 5px;
}

.breakfastBlk .block01 > .item > dl > dd .list03 > li {
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .list03 > li {
    font-size: 1rem;
  }
}

.breakfastBlk .block01 > .item > dl > dd .list03 > li::before {
  content: '※';
  top: 0.2em;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .list03 > li::before {
    top: 0.4em;
  }
}

.breakfastBlk .block01 > .item > dl > dd .outerlink {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  max-width: 446px;
  margin: auto;
  width: 86%;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .outerlink {
    bottom: 15px;
  }
}

.breakfastBlk .block01 > .item > dl > dd .outerlink > a {
  position: relative;
  padding-right: 25px;
  display: inline-block;
  color: #333 !important;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .outerlink > a {
    font-size: 1.1rem;
  }
}

.breakfastBlk .block01 > .item > dl > dd .outerlink > a:hover {
  text-decoration: underline;
}

.breakfastBlk .block01 > .item > dl > dd .outerlink > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-meal/icon_outer01.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block01 > .item > dl > dd .outerlink > a::after {
    width: 15px;
    height: 13px;
  }
}

.breakfastBlk .block02 {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block02 {
    margin-top: 25px;
  }
}

.breakfastBlk .block02 > p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .breakfastBlk .block02 > p {
    font-size: 1.1rem;
  }
}

.restaurantBlk {
  padding: 50px 0 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .restaurantBlk {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }
}

.restaurantBlk .baseTitle + p {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .restaurantBlk .baseTitle + p {
    margin-bottom: 20px;
  }
}

.restaurantBlk-caution {
  background: #ffe6e6;
  padding: 30px 30px 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .restaurantBlk-caution {
    padding: 20px 20px 40px 20px;
  }
}

.restaurantBlk-caution > dl > dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .restaurantBlk-caution > dl > dt {
    font-size: 1.1rem;
    text-align: center;
  }
}

.restaurantBlk-caution > dl > dt > span {
  color: #b00400;
}

@media screen and (max-width: 991px) {
  .restaurantBlk-caution > dl > dt > span {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .restaurantBlk-caution > dl dd {
    font-size: 1rem;
  }
}

.restaurantBlk-caution .outerlink {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

@media screen and (max-width: 991px) {
  .restaurantBlk-caution .outerlink {
    right: 20px;
    bottom: 10px;
  }
}

.restaurantBlk-caution .outerlink > a {
  position: relative;
  padding-right: 25px;
  display: inline-block;
  color: #00125d !important;
  text-decoration: underline;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .restaurantBlk-caution .outerlink > a {
    font-size: 1.1rem;
  }
}

.restaurantBlk-caution .outerlink > a:hover {
  text-decoration: none;
}

.restaurantBlk-caution .outerlink > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-meal/icon_outer02.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
}

@media screen and (max-width: 991px) {
  .restaurantBlk-caution .outerlink > a::after {
    width: 16px;
    height: 14px;
  }
}

.restaurantBlk .block01 {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .restaurantBlk .block01 {
    margin-bottom: 50px;
  }
}

.restaurantBlk .block01 > p {
  text-align: right;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .restaurantBlk .block01 > p {
    margin-bottom: 10px;
  }
}

.restaurantBlk .block02 .baseTitle {
  color: #eb008b;
  font-size: 2.2rem;
}

@media screen and (max-width: 991px) {
  .restaurantBlk .block02 .baseTitle {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .restaurantBlk .morelink {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .restaurantBlk .morelink {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .restaurantBlk .morelink > div {
    position: relative;
    padding-right: 30px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .restaurantBlk .morelink > div::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #eb008b;
    border-right: solid 2px #eb008b;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .restaurantBlk .morelink > div > span {
    border-bottom: 1px solid #333;
  }
}

.restaurantBlk .movie-l {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .restaurantBlk .movie-l {
    margin-bottom: 30px;
  }
}

/*店舗リスト*/
.meal .shoplist {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .meal .shoplist {
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .meal .shoplist li {
    width: 23%;
    margin-right: 2.666666666666667%;
  }
  .meal .shoplist li:nth-child(4n) {
    margin-right: 0;
  }
  .meal .shoplist li:nth-child(n + 5) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .meal .shoplist li {
    width: 47%;
  }
  .meal .shoplist li:nth-child(n + 3) {
    margin-top: 6%;
  }
}

.meal .shoplist li a {
  text-decoration: none;
  display: block;
}

.meal .shoplist li span {
  display: block;
  letter-spacing: 0.1em;
}

.meal .shoplist li .img {
  margin: 0 0 10px;
}

@media screen and (max-width: 991px) {
  .meal .shoplist li .img {
    margin: 0 0 7px;
  }
}

.meal .shoplist li .img img {
  width: 100%;
  display: block;
}

.meal .shoplist li h4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #39467d;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .meal .shoplist li h4 {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}

.meal .shoplist li .ttl {
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #39467d;
  padding: 7px;
  display: table;
  line-height: 1;
  margin: 0 0 10px;
  color: #39467d;
}

@media screen and (max-width: 991px) {
  .meal .shoplist li .ttl {
    font-size: 1rem;
    margin: 0 0 7px;
    padding: 5px;
  }
}

.meal .shoplist li .textarea {
  padding: 0;
}

.meal .shoplist li .textarea .time {
  margin: 0;
}

.meal .shoplist li .textarea2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.meal .shoplist li .textarea2 .link01 {
  position: relative;
  padding-right: 25px;
  display: inline-block;
  margin-left: auto;
  color: #666666 !important;
  text-decoration: underline;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .meal .shoplist li .textarea2 {
    display: flex;
    justify-content: flex-end;
    margin-top: 2px;
    margin-bottom: 7px;
  }
  .meal .shoplist li .textarea2 .link01 {
    font-size: 1.0rem;
  }
}

.meal .shoplist li .textarea2 .link01 a:hover {
  text-decoration: underline;
}

.meal .shoplist li .textarea2 .link01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-meal/icon_outer01.png) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
}

@media screen and (max-width: 991px) {
  .meal .shoplist li .textarea2 .link01::after {
    width: 16px;
    height: 14px;
  }
}

.meal .shoplist li a:hover .textarea2 .link01 {
  text-decoration: none;
}

.meal .shoplist li .textarea3 .heiten {
  font-size: 1.3rem !important;
  text-align: left;
  color: #f00;
  padding: 0 22px 0 0 !important;
  margin: 0 0 0 0px;
}

.meal .shoplist li .textarea4 .point {
  padding: 15px 14px;
  background-color: #F4F4F4;
  background-image: radial-gradient(#fff 10%, transparent 20%), radial-gradient(#fff 10%, transparent 20%);
  background-size: 5px 5px;
  background-position: 0 0, 7px 7px;
  margin: 20px 0 0;
}

.meal .shoplist li .textarea4 .point .icon {
  display: block;
  margin: -26px 0 0;
}

.meal .shoplist li a:hover .textarea4 .point img {
  opacity: 1;
}

.meal .shoplist li .textarea4 .link01 {
  font-size: 1.2rem !important;
  text-align: right;
  color: #333;
  text-decoration: underline;
  background: url(../img/img-common/ico_gaibu.gif) no-repeat right top;
  padding: 0 22px 0 0 !important;
  margin: 0;
  font-weight: bold;
  float: none !important;
  width: auto !important;
}

.meal .shoplist li a:hover .textarea4 .link01 {
  text-decoration: none;
}

.meal .shoplist li .textarea5 .heiten {
  font-size: 1.3rem !important;
  text-align: left;
  color: #f00;
  padding: 0 !important;
  margin: 0;
}

.meal .shoplist li .textarea6 .point {
  padding: 15px 14px;
  background-color: #F4F4F4;
  background-image: radial-gradient(#fff 10%, transparent 20%), radial-gradient(#fff 10%, transparent 20%);
  background-size: 5px 5px;
  background-position: 0 0, 7px 7px;
  margin: 20px 0 0;
}

.meal .shoplist li .textarea6 .point .icon {
  display: block;
  margin: -26px 0 0;
}

.meal .shoplist li a:hover .textarea6 .point img {
  opacity: 1;
}

.meal .shoplist li .textarea6 .link01 {
  font-size: 1.2rem !important;
  text-align: right;
  color: #333;
  text-decoration: underline;
  background: url(../img/img-common/ico_gaibu.gif) no-repeat right top;
  padding: 0 22px 0 0 !important;
  margin: 0;
  font-weight: bold;
  float: none !important;
  width: auto !important;
}

.meal .shoplist li a:hover .textarea6 .link01 {
  text-decoration: none;
}

.roomserviceBlk {
  padding: 50px 0 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }
}

.roomserviceBlk .block01 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block01 .item {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .roomserviceBlk .block01 .item + .item {
    margin-left: 20px;
  }
}

.roomserviceBlk .block02 {
  max-width: 840px;
  margin: 30px auto;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block02 {
    margin: 15px auto;
  }
}

.roomserviceBlk .block02 p > span {
  color: #ff0000;
}

.roomserviceBlk .block03 {
  max-width: 860px;
  margin: 0 auto 70px;
}

.roomserviceBlk .block03 .info_blk {
  background-color: #f9f7f7;
  padding: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block03 .info_blk {
    padding: 20px;
  }
}

.roomserviceBlk .block03 .info_blk ul {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block03 .info_blk ul {
    margin-bottom: 10px;
  }
}

.roomserviceBlk .block03 .info_blk ul li {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block03 .info_blk ul li {
    align-items: flex-start;
    font-size: 1.1rem;
  }
  .roomserviceBlk .block03 .info_blk ul li:nth-child(2) > b {
    padding-top: 0.2em;
  }
}

.roomserviceBlk .block03 .info_blk ul li + li {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block03 .info_blk ul li + li {
    margin-top: 10px;
  }
}

.roomserviceBlk .block03 .info_blk ul li > b {
  font-weight: normal;
}

.roomserviceBlk .block03 .info_blk ul li > div {
  padding-left: 10px;
}

.roomserviceBlk .block03 .info_blk ul li > div .t1 {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block03 .info_blk ul li > div .t1 {
    font-size: 1.1rem;
  }
}

.roomserviceBlk .block03 .info_blk ul li > div .t2 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #333 !important;
  text-decoration: none;
  padding: 0 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block03 .info_blk ul li > div .t2 {
    font-size: 1.3rem;
  }
}

.roomserviceBlk .block03 .info_blk ul li > div .t3 {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block03 .info_blk ul li > div .t3 {
    font-size: 1.1rem;
    display: block;
    margin-top: 5px;
  }
}

.roomserviceBlk .block03 .menu .pdf {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.roomserviceBlk .block03 .menu .pdf a {
  color: #333 !important;
  position: relative;
  padding-right: 38px;
}

.roomserviceBlk .block03 .menu .pdf a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-meal/icon_pdf.png) left center no-repeat;
  background-size: contain;
  width: 28px;
  height: 31px;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block03 .menu .pdf a::after {
    width: 24px;
    height: 27px;
  }
}

.roomserviceBlk .block04 {
  max-width: 860px;
  margin: auto;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 25px 0;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block04 {
    padding: 20px;
  }
}

.roomserviceBlk .block04 dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block04 dt {
    margin-bottom: 15px;
  }
}

.roomserviceBlk .block04 dd {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block04 dd {
    flex-direction: column;
  }
}

.roomserviceBlk .block04 dd .item {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block04 dd .item {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block04 dd .item:nth-child(1) {
    width: 88%;
    margin: auto;
  }
}

.roomserviceBlk .block04 dd .item:nth-child(2) {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block04 dd .item:nth-child(2) {
    padding: 15px 0 0 0;
  }
}

.roomserviceBlk .block04 dd .item:nth-child(2) p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block04 dd .item:nth-child(2) p {
    font-size: 1rem;
  }
}

.roomserviceBlk .block04 dd .item:nth-child(2) p + p {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .roomserviceBlk .block04 dd .item:nth-child(2) p + p {
    margin-top: 10px;
  }
}

.jihanBlk {
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .jihanBlk {
    padding: 40px 0;
  }
}

.jihanBlk .block01 {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.jihanBlk .block01 .item:nth-child(1) {
  width: 70%;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .jihanBlk .block01 .item:nth-child(1) {
    width: 49%;
    padding-right: 0;
    background: #f9f7f7;
    display: flex;
    align-items: center;
  }
}

.jihanBlk .block01 .item:nth-child(1) ul {
  background: #f9f7f7;
  padding: 25px;
}

@media screen and (max-width: 991px) {
  .jihanBlk .block01 .item:nth-child(1) ul {
    padding: 10px;
    line-height: 1.6;
  }
}

.jihanBlk .block01 .item:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .jihanBlk .block01 .item:nth-child(2) {
    width: 49%;
  }
}

@media screen and (max-width: 991px) {
  .js_more_items > * {
    opacity: 1;
    transition: all 0.4s ease;
  }
  .is_hide {
    height: 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    z-index: -1;
  }
}

/* キャンペーン
---------------------------------------------*/
@media screen and (min-width: 992px) {
  .main.--goto {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    /* padding-top: 30px; */
  }
  .goto img {
    max-width: 100%;
  }
  .goto .gotoflex {
    text-align: left;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
  }
  .goto .gotoflex a {
    text-decoration: none;
  }
  .goto .gotoflex a {
    margin-right: 24px;
  }
  .goto .gotoflex a:last-child {
    margin-right: 0px;
  }
  .goto .item {
    margin: 2% auto 8%;
  }
  .goto .section02 .disp_pc img:last-child {
    display: block;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
  }
  .goto .section03 .disp_pc {
    background-image: url(../img/img-goto/bg_02.gif);
    background-repeat: repeat;
    padding-bottom: 80px;
    margin-top: 20px;
  }
  .goto .section03 .disp_pc img:first-child {
    /*margin-bottom: 30px;*/
    margin-right: 40px;
  }
  .goto .section03 .disp_pc .gotolink img {
    display: block;
    margin: 0 auto;
  }
  .bnr_kansaitabi {
    display: block;
    max-width: 500px;
    margin: auto;
    text-decoration: none !important;
  }
  .bnr_kansaitabi img {
    margin-bottom: 15px !important;
    display: block;
    max-width: 500px;
  }
  .bnr_kansaitabi p {
    text-align: center;
    font-size: 1.5rem;
    text-decoration: none !important;
    line-height: 1.6;
  }
  .bnr_kansaitabi:hover p {
    text-decoration: underline !important;
  }
}

@media screen and (max-width: 991px) {
  .main.--goto {
    margin: auto;
    text-align: center;
  }
  .goto .goto_setplan {
    padding: 30px 0;
    background: url(../img/img-goto/goto_planbg.png);
    background-position: left top 3px;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .goto .goto_setplan dl {
    margin: auto;
    width: 70%;
  }
  .goto .goto_setplan dd ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  .goto .goto_setplan dd ul li img {
    width: 100%;
  }
  .goto .goto_setplan dt {
    text-align: center;
  }
  .goto .goto_setplan dt img {
    margin: 0 auto 20px;
    padding-bottom: 0;
  }
  .bnr_kansaitabi {
    text-decoration: none;
  }
  .bnr_kansaitabi img {
    margin-bottom: 10px !important;
    display: block;
  }
  .bnr_kansaitabi p {
    text-align: center;
  }
  .block + .bnr_kansaitabi {
    margin: 30px 5% 0;
    display: block;
  }
  .kansaitabi_block {
    padding: 30px 0 0 !important;
  }
  .bg_dot {
    background: url(../img/img-common/bg_dot.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 0 8% 10px;
  }
}

/*===================================
  
  table

===================================*/
.tbl_bd {
  margin: 0 auto;
  padding: 0px;
  width: 880px;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
}

.tbl_bd th, .tbl_bd td {
  font-size: 1.5rem;
  vertical-align: middle;
  border-bottom: 1px solid #bbbbbb;
  padding: 20px 15px;
  line-height: 1.6;
}

.tbl_bd th {
  font-weight: bold;
  border-bottom-color: #01BFF2;
  width: 20%;
}

.tbl_bd td {
  padding-left: 20px;
}

a.telnoborder {
  text-decoration: none !important;
  color: #333333;
}

/* SP */
@media screen and (max-width: 991px) {
  .tbl_bd {
    width: 100%;
  }
  .tbl_bd th, .tbl_bd td {
    font-size: 1.1rem;
    padding: 15px 10px;
  }
  .tbl_bd th {
    width: 30%;
  }
  .tbl_bd td {
    padding-left: 25px;
  }
}

.table2 {
  margin-top: 15px;
}

.table2 th {
  /*    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;*/
  border: 1px solid #999999;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  width: auto;
  text-align: center;
}

.table2 td {
  /*    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;*/
  border: 1px solid #999999;
  padding: 10px;
  line-height: 1.3;
  width: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .table2 th {
    /*    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;*/
    border: 1px solid #999999;
    font-weight: normal;
    text-align: center;
    padding: 1%;
    width: auto;
    text-align: center;
    font-size: 0.9rem;
  }
  .table2 th.method01 {
    width: 40%;
    text-align: left;
  }
  .table2 td {
    /*    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;*/
    border: 1px solid #999999;
    font-size: 0.9rem;
    padding: 0%;
    line-height: 1.3;
    width: 15%;
    text-align: center;
  }
}

/* アクセス
------------------------------------------------------------*/
.accessNav-wrap {
  background: #edebeb;
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  .accessNav-wrap {
    padding: 18px 25px;
  }
}

.accessNav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .accessNav ul {
    justify-content: space-between;
  }
}

.accessNav ul li > span {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  margin-bottom: 3px;
  color: #5f6dab;
}

@media screen and (max-width: 991px) {
  .accessNav ul li > span {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.accessNav ul li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 0 0 #a8aab5;
}

.accessNav ul li > div .icon {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .accessNav ul li > div .icon {
    height: 30px;
  }
}

.accessNav ul li > div img {
  max-width: 48px;
}

.accessNav ul li > div img.icon_airport {
  width: 48px;
}

@media screen and (max-width: 991px) {
  .accessNav ul li > div img.icon_airport {
    width: 38px;
  }
}

.accessNav ul li > div img.icon_train {
  width: 26px;
}

@media screen and (max-width: 991px) {
  .accessNav ul li > div img.icon_train {
    width: 16px;
  }
}

.accessNav ul li > div img.icon_bus {
  width: 33px;
}

@media screen and (max-width: 991px) {
  .accessNav ul li > div img.icon_bus {
    width: 23px;
  }
}

.accessNav ul li > div img.icon_car {
  width: 32px;
}

@media screen and (max-width: 991px) {
  .accessNav ul li > div img.icon_car {
    width: 22px;
  }
}

@media screen and (max-width: 991px) {
  .accessNav ul li > div img {
    max-width: 25px;
  }
}

.accessNav ul li > div > span {
  display: block;
  text-align: center;
  color: #333;
  margin-top: auto;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.7rem;
  color: #00125d;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .accessNav ul li > div > span {
    font-size: 1.2rem;
    margin-top: 5px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .accessNav ul {
    position: relative;
  }
  .accessNav ul li {
    width: 220px;
  }
  .accessNav ul li:not(:last-child) {
    margin-right: 25px;
  }
  .accessNav ul li:first-child {
    margin-right: 50px;
  }
  .accessNav ul li:first-child > div {
    height: 90px;
  }
  .accessNav ul li:first-child > div .icon {
    height: 50px;
  }
  .accessNav ul li:first-child > div > span {
    margin-top: 10px;
  }
  .accessNav ul li:not(:first-child) > div {
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .accessNav ul li {
    width: 31%;
  }
  .accessNav ul li:first-child {
    width: 100%;
    margin-bottom: 5%;
  }
  .accessNav ul li:first-child > div {
    flex-direction: row;
  }
  .accessNav ul li:first-child > div > span {
    font-size: 1.3rem;
    padding-left: 10px;
    margin-top: 0;
  }
  .accessNav ul li:nth-child(2) > div > span {
    font-size: 1rem;
  }
  .accessNav ul li:not(:first-child) > div {
    padding: 5px;
    height: 60px;
  }
}

.movie_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_wrap + p {
  font-size: 1.3rem;
  display: table;
  margin: 12px 0 0 auto;
}

@media screen and (max-width: 991px) {
  .movie_wrap + p {
    font-size: 1rem;
    margin: 8px 0 0 0;
    width: 100%;
  }
}

.accessBlk {
  padding: 70px 0 100px;
}

@media screen and (max-width: 991px) {
  .accessBlk {
    padding: 35px 0 50px;
  }
}

.accessBlk.--bg {
  background: #f9f7f7;
}

.accessBlk.--bg + .--bg {
  padding-top: 0;
}

.accessBlk .t1 a {
  opacity: 1;
  color: #1371c3;
}

.accessBlk .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .accessBlk .flex .item {
    width: 47%;
  }
  .accessBlk .flex .item:nth-child(n + 3) {
    margin-top: 6%;
  }
}

@media screen and (max-width: 991px) {
  .accessBlk .flex .item {
    width: 100%;
  }
  .accessBlk .flex .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.accessBlk .flex.--movie {
  padding-top: 30px;
}

.accessBlk .flex.--movie dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00125d;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .accessBlk .flex.--movie dt {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}

.accessBlk .flex.--movie dt > b {
  color: #e72a82;
}

@media screen and (max-width: 991px) {
  .accessBlk .flex.--movie dd {
    width: 85%;
    margin: auto;
  }
}

.accessBlk .flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .accessBlk .flex02 .item:nth-child(1) {
    width: 44%;
  }
  .accessBlk .flex02 .item:nth-child(2) {
    width: 50%;
  }
  .accessBlk .flex02 .item img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .accessBlk .flex02 .item {
    width: 100%;
  }
  .accessBlk .flex02 .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .accessBlk .flex02 .item p {
    padding: 0 15px;
  }
  .accessBlk .flex02 .item img {
    width: 85%;
    margin: auto;
    display: block;
  }
}

.accessBlk .mb-s {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .accessBlk .mb-s {
    margin-bottom: 30px;
  }
}

.accessBlk .mb {
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .accessBlk .mb {
    margin-bottom: 30px;
  }
}

.accessBlk .btn01 {
  display: table;
  margin: 20px 0 0 25px;
}

@media screen and (max-width: 991px) {
  .accessBlk .btn01 {
    width: 80%;
    margin: 20px 0 0 auto;
  }
}

.accessBlk .btn01 img {
  max-width: 320px;
  display: block;
}

@media screen and (max-width: 991px) {
  .accessBlk .btn01 img {
    width: 100%;
  }
}

.accessBlk .icon-ttl {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl {
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

.accessBlk .icon-ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #d3d4dc;
  width: 100%;
  height: 2px;
}

.accessBlk .icon-ttl .ico {
  border-bottom: 2px solid #e3007f;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  z-index: 1;
  position: relative;
}

.accessBlk .icon-ttl .ico li {
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl .ico li {
    width: 40px;
    height: auto;
  }
}

.accessBlk .icon-ttl .ico img {
  width: 100%;
}

.accessBlk .icon-ttl .ico img.icon_train {
  width: 23px;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl .ico img.icon_train {
    width: 15px;
  }
}

.accessBlk .icon-ttl .ico img.icon_bus {
  width: 30px;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl .ico img.icon_bus {
    width: 22px;
  }
}

.accessBlk .icon-ttl .ico img.icon_car {
  width: 28px;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl .ico img.icon_car {
    width: 20px;
  }
}

.accessBlk .icon-ttl .ico img.icon_taxi {
  width: 29px;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl .ico img.icon_taxi {
    width: 21px;
  }
}

.accessBlk .icon-ttl .ico img.icon_plane_a {
  width: 33px;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl .ico img.icon_plane_a {
    width: 25px;
  }
}

.accessBlk .icon-ttl .ico img.icon_plane_b {
  width: 33px;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl .ico img.icon_plane_b {
    width: 25px;
  }
}

.accessBlk .icon-ttl > div {
  padding-left: 15px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl > div {
    font-size: 1.35rem;
    letter-spacing: 0.07em;
    line-height: 1.2;
  }
}

.accessBlk .icon-ttl > div > span {
  font-weight: bold;
  color: #00125d;
}

.accessBlk .icon-ttl + p {
  padding: 0 35px 0 25px;
}

@media screen and (max-width: 991px) {
  .accessBlk .icon-ttl + p {
    padding: 0 15px;
  }
}

.accessBlk .bd-ttl {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #d3d4dc;
}

.accessBlk .bd-ttl::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: auto;
  background: #e3007f;
  width: 50px;
  height: 2px;
}

.accessBlk .bd-ttl > div {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .accessBlk .bd-ttl > div {
    font-size: 1.35rem;
    letter-spacing: 0.07em;
  }
}

.accessBlk .bd-ttl > div > span {
  font-weight: bold;
  color: #00125d;
}

.accessBlk .bd-ttl + p {
  padding: 0 35px 0 25px;
}

@media screen and (max-width: 991px) {
  .accessBlk .bd-ttl + p {
    padding: 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .accessBlk .movie-l {
    width: 85%;
  }
}

.accessBlk .img02 {
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .accessBlk .img02 {
    padding: 10px;
  }
}

.accessBlk .img03 {
  text-align: center;
  padding-top: 15px;
}

.accessBlk .box-terminal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #d3d4dc;
  border-bottom: 1px solid #d3d4dc;
  padding: 25px 0;
  margin: 0 50px 0 30px;
}

@media screen and (max-width: 991px) {
  .accessBlk .box-terminal {
    flex-direction: column;
    padding: 20px 0;
    margin: 0;
  }
}

.accessBlk .box-terminal p {
  padding-right: 35px;
}

@media screen and (max-width: 991px) {
  .accessBlk .box-terminal p {
    padding: 0 0 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .accessBlk .box-terminal a {
    width: 80%;
    display: block;
    margin: auto;
  }
}

.accessBlk .box-terminal img {
  max-width: 320px;
}

@media screen and (max-width: 991px) {
  .accessBlk .box-terminal img {
    width: 100%;
  }
}

.accessBlk .box-parking {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0 25px;
}

@media screen and (max-width: 991px) {
  .accessBlk .box-parking {
    flex-direction: column;
    padding: 0 15px 0 15px;
  }
}

.accessBlk .box-parking .btn-outer {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .accessBlk .box-parking .btn-outer {
    width: 100%;
    margin-top: 15px;
  }
}

.accessBlk .btn-print {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .accessBlk .btn-print {
    padding-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  .accessBlk .btn-print {
    margin-top: 20px;
  }
}

.accessBlk .btn-outer {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .accessBlk .btn-outer {
    padding-right: 50px;
  }
}

.accessBlk .btn-outer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 230px;
}

@media screen and (max-width: 991px) {
  .accessBlk .btn-outer > div {
    width: 60%;
  }
}

.accessBlk .btn-outer > div > span {
  font-size: 1.3rem;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .accessBlk .btn-outer > div > span {
    font-size: 1rem;
  }
}

.accessBlk .btn-outer a {
  background: #1371c3;
  border: 1px solid #1371c3;
  font-size: 1.6rem;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .accessBlk .btn-outer a {
    font-size: 1.3rem;
    padding: 10px;
  }
}

.accessBlk .btn-outer a > span {
  position: relative;
  padding-right: 30px;
  color: #fff;
}

.accessBlk .btn-outer a > span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-access/icon_outer_w.png) left center no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
}

@media screen and (max-width: 991px) {
  .accessBlk .btn-outer a > span::before {
    width: 14px;
    height: 12px;
  }
}

@media screen and (min-width: 992px) {
  .accessBlk .btn-outer a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .accessBlk .btn-outer a > span {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .accessBlk .btn-outer a > span::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .accessBlk .btn-outer a:hover {
    background-color: #fff;
  }
  .accessBlk .btn-outer a:hover > span {
    color: #1371c3;
  }
  .accessBlk .btn-outer a:hover > span::before {
    background-image: url(../img/img-access/icon_outer.png);
  }
}

.accessBlk .box-route {
  margin-top: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .accessBlk .box-route {
    padding-left: 15px;
    margin-top: 20px;
  }
}

.accessBlk .box-route .item {
  display: flex;
}

.accessBlk .box-route .item + .item {
  margin-top: 20px;
}

.accessBlk .box-route .item dt {
  background: #eceef6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7em;
  padding: 10px 0;
  color: #39467d;
  font-weight: bold;
}

.accessBlk .box-route .item dd {
  width: calc(100% - 7em);
  padding-left: 20px;
  display: flex;
  align-items: center;
}

/* 客室ページ
------------------------------------------------------------*/
.block_refaitems {
  padding: 0 0 50px;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .block_refaitems {
    padding: 15px 0 25px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .block_refaitems .inner_s {
    padding: 0;
  }
}

.block_refaitems::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #f5efec;
  width: 100%;
  height: 58%;
}

@media screen and (max-width: 991px) {
  .block_refaitems::after {
    height: 80%;
  }
}

.block_refaitems_wrap {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .block_refaitems_wrap {
    padding: 0 6%;
  }
}

.block_refaitems h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #6d5652;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .block_refaitems h2 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}

.block_refaitems .flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .block_refaitems .flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.block_refaitems .flex .item {
  width: 25%;
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  .block_refaitems .flex .item {
    width: 47%;
  }
  .block_refaitems .flex .item:nth-child(n+3) {
    margin-top: 8%;
  }
}

.block_refaitems .flex .item img {
  width: 100%;
}

.block_refaitems .flex .item dl {
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .block_refaitems .flex .item dl {
    padding-top: 15px;
  }
}

.block_refaitems .flex .item dl dt {
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 991px) {
  .block_refaitems .flex .item dl dt {
    font-size: 1.1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.block_refaitems .flex .item dl dt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #e3017f;
}

.block_refaitems .flex .item dl dd {
  font-size: 1.3rem;
  color: #715651;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .block_refaitems .flex .item dl dd {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 992px) {
  .block_refaitems .flex .item:not(:last-child) {
    margin-right: 20px;
  }
}

.block_limiteditem {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .block_limiteditem {
    margin-bottom: 40px;
  }
}

.block_limiteditem h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #6d5652;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .block_limiteditem h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.block_limiteditem .flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .block_limiteditem .flex {
    justify-content: space-between;
    width: 95%;
    margin: auto;
  }
}

.block_limiteditem .flex .item {
  width: 30%;
  max-width: 150px;
}

.block_limiteditem .flex .item img {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .block_limiteditem .flex .item img {
    margin-bottom: 8px;
  }
}

.block_limiteditem .flex .item .t1 {
  font-size: 1.3rem;
  color: #715651;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .block_limiteditem .flex .item .t1 {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.block_limiteditem .flex .item .t2 {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #715651;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .block_limiteditem .flex .item .t2 {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 3px;
  }
}

@media screen and (min-width: 992px) {
  .block_limiteditem .flex .item:not(:last-child) {
    margin-right: 35px;
  }
}

/*===================================
  
  モーダル

===================================*/
.js_modal {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .js_modal:hover {
    opacity: 0.7;
  }
}

.modal-content,
.modal {
  margin: 0;
  padding: 0;
  position: fixed;
  display: none;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-close-txt {
  display: table;
  margin: 20px auto 0;
  padding-bottom: 20px;
  cursor: pointer;
}

.modal-close-txt span {
  position: relative;
  line-height: 1;
  padding: 0 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666666;
}

.modal-close-txt span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 1.2em;
  background: #bcbcbc;
}

.modal-close-txt span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 1.2em;
  background: #bcbcbc;
}

#modal-overlay.--scroll .modal.--over {
  display: none;
}


@media screen and (min-width: 992px) {
  .modal-decorte .modal-close-txt,
  .modal-decorte .modal-link {
    display: none;
  }
  .modal-eco {
    padding: 20px 100px 30px;
  }

  #modal-overlay.--scroll {
    overflow-y: scroll;
  }
  
  #modal-overlay.--scroll .modal.--over {
    height: 90%;
    position: absolute;
  }
  #modal-overlay.--scroll .modal.--over .modal-bg{
    padding-bottom: 120px;
    background: none;
  }
  #modal-overlay.--scroll .modal.--over .modal-bg .modal-close + div,
  #modal-overlay.--scroll .modal.--over .modal-bg .modal-close-txt{
    z-index: 3;
    position: relative;
  }
  #modal-overlay.--scroll .modal.--over .modal-bg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 95%;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .modal {
    width: 90%;
    display: block;
    position: relative;
    top: 10%;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
    padding-bottom: 10%;
  }
  .modal-link {
    position: absolute;
    right: 3%;
    bottom: 4%;
    width: 50%;
  }
  #modal-overlay.--scroll {
    overflow-y: scroll;
  }
  .modal-decorte, .modal-eco {
    position: relative;
    max-width: 450px;
    margin: auto;
  }
  .modal-eco {
    padding-bottom: 10px;
  }
  .modal-close-txt span {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .modal-content {
    pointer-events: none;
  }
}

@media screen and (max-width: 991px) {
  .modal-content {
    width: 90%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
}

.modal-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

#modal-overlay {
  z-index: 999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 991px) {
  .movie_link iframe {
    pointer-events: none;
  }
}

.modal_close {
  background: #999999;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 3%;
  top: 3%;
  border-radius: 50%;
  z-index: 99999999;
}

.modal_close > span::before, .modal_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 18px;
  background: #fff;
}

.modal_close > span::before {
  transform: rotate(-45deg);
}

.modal_close > span::after {
  transform: rotate(45deg);
}

.modal-bg {
  padding: 35px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modal-bg {
    padding: 20px;
  }
}

.modal-close {
  background: rgba(10, 24, 87, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: -25px;
  top: -25px;
  border-radius: 50%;
  z-index: 99999;
  cursor: pointer;
}

.modal-close > span::before, .modal-close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 25px;
  background: #fff;
}

.modal-close > span::before {
  transform: rotate(-45deg);
}

.modal-close > span::after {
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .modal-close {
    right: -10px;
    top: -25px;
    width: 40px;
    height: 40px;
  }
  .modal-close > span::before, .modal-close > span::after {
    right: 18px;
    height: 20px;
  }
}

.btn-print {
  display: flex;
  justify-content: flex-end;
}

.btn-print a {
  background: #fff;
  border: 1px solid #00125d;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 15px;
  width: 80%;
  max-width: 230px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .btn-print a {
    width: 50%;
    font-size: 1.3rem;
    padding: 10px;
  }
}

.btn-print a > span {
  position: relative;
  padding-left: 35px;
  margin-left: -15px;
  color: #00125d;
}

.btn-print a > span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/img-access/icon_print.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 992px) {
  .btn-print a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-print a > span {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-print a > span::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-print a:hover {
    background-color: #00125d;
  }
  .btn-print a:hover > span {
    color: #fff;
  }
  .btn-print a:hover > span::before {
    background-image: url(../img/img-access/icon_print_w.png);
  }
}

/* youtube
------------------------------------------------------------*/
.movie-l {
  max-width: 650px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .movie-l {
    width: 100%;
  }
}

.movie-l .movie_ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00125d;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .movie-l .movie_ttl {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.movie-l .movie_ttl > b {
  font-weight: normal;
}

.movie-l .movie_ttl .t1 {
  color: #e72a82;
  line-height: 1;
}

.movie-l .movie_ttl .t1 > b {
  font-size: 2.8rem;
}

@media screen and (max-width: 991px) {
  .movie-l .movie_ttl .t1 > b {
    font-size: 1.6rem;
  }
}

/* トップページバナー
------------------------------------------------------------*/
.topBnr {
  padding: 0px 0 70px;
}

.topBnr a {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .topBnr {
    padding: 0 0 60px;
    background: #fff;
  }
}

/* 共通マージン
------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
}

/* 2023年12月　客室価格削除に伴う変更
------------------------------------------------------------*/
.roomList-breadth {
  font-size: 1.4rem;
  font-weight: bold;
  color: #888fa8;
  letter-spacing: 0.1em;
  margin-top: -7px;
}

.roomList-breadth span {
  font-size: 2.4rem;
}

@media screen and (max-width: 991px) {
  .roomList-breadth {
    font-size: 1.0rem;
    font-weight: bold;
    color: #888fa8;
    letter-spacing: 0.1em;
    margin-top: -4px;
  }
}

@media screen and (max-width: 991px) {
  .roomList-breadth span {
    font-size: 1.4rem;
  }
}

.roomList-breadth2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #888fa8;
  letter-spacing: -0.05em;
  margin-top: -7px;
}

.roomList-breadth2 span {
  font-size: 2.1rem;
}

@media screen and (max-width: 991px) {
  .roomList-breadth2 {
    font-size: 1.0rem;
    font-weight: bold;
    color: #888fa8;
    letter-spacing: -0.05em;
    margin-top: -4px;
  }
}

@media screen and (max-width: 991px) {
  .roomList-breadth2 span {
    font-size: 1.2rem;
  }
}

.roomChild_room12-main {
  width: 50%;
  padding: 35px;
  box-sizing: border-box;
  background: #f7f9ff;
}

@media screen and (max-width: 991px) {
  .roomChild_room12-main {
    width: 100%;
    padding: 25px;
  }
}

.roomChild_room12-img {
  width: 50%;
  max-width: 480px;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .roomChild_room12-img {
    width: 100%;
    max-width: 100%;
  }
}

.roomChild_room12-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* お食事価格変更 注釈用
------------------------------------------------------------*/
.annotation {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.annotation span {
  color: #eb008b;
  /*font-weight: bold;*/
}

@media screen and (max-width: 991px) {
  .annotation {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.discoverBlk {
  border-top: 1px solid #dadada;
  padding: 55px 0 0;
  background: #fff;
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .discoverBlk {
    padding: 35px 0 0;
    margin-top: 70px;
  }
}

.index .discoverBlk {
  padding-bottom: 85px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .index .discoverBlk {
    padding-bottom: 35px;
    margin-top: 60px;
  }
}

.discoverBlk-ttl {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .discoverBlk-ttl img {
    height: 25px;
  }
}

.discoverBlk-ttl + p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 30px;
  color: #00125d;
  letterspacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .discoverBlk-ttl + p {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 20px;
    letterspacing: 0.2em;
  }
}

.discoverBlk-item {
  position: relative;
  margin: 0 20px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 992px) {
  .discoverBlk-item:hover {
    opacity: 1 !important;
  }
  .discoverBlk-item:hover img {
    opacity: 1 !important;
    transform: scale(1.1, 1.1);
  }
}

@media screen and (max-width: 991px) {
  .discoverBlk-item {
    margin: 0 5px;
  }
}

.discoverBlk-list {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .discoverBlk-list {
    padding-top: 20px;
  }
}

.discoverBlk-list .txt {
  position: absolute;
  left: 30px;
  bottom: 25px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .discoverBlk-list .txt {
    left: 20px;
    bottom: 20px;
  }
}

.discoverBlk-list .txt .cat ul {
  display: flex;
  flex-wrap: wrap;
}

.discoverBlk-list .txt .cat ul li {
  margin-right: 10px;
  padding: 5px 15px;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .discoverBlk-list .txt .cat ul li {
    font-size: 0.9rem;
    padding: 4px 10px;
  }
}

@media screen and (max-width: 430px) {
  .discoverBlk-list .txt .cat ul li {
    font-size: 2.558139534883721vw;
  }
}

.discoverBlk-list .txt .cat + dl {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .discoverBlk-list .txt .cat + dl {
    margin-top: 8px;
  }
}

.discoverBlk-list .txt dl {
  text-align: left;
}

.discoverBlk-list .txt dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .discoverBlk-list .txt dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 430px) {
  .discoverBlk-list .txt dl dt {
    font-size: 5.116279069767442vw;
  }
}

.discoverBlk-list .txt dl dd p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .discoverBlk-list .txt dl dd p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 430px) {
  .discoverBlk-list .txt dl dd p {
    font-size: 3.0232558139534884vw;
  }
}

.discoverBlk-list img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .discoverBlk-list img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.discoverBlk .slider-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 991px) {
  .discoverBlk .slider-nav {
    margin-top: 25px;
  }
}

.discoverBlk .slider-nav-main {
  position: relative;
}

.discoverBlk .slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.discoverBlk .slider-nav .slick-prev {
  width: 30px;
}

.discoverBlk .slider-nav .slick-next {
  width: 30px;
}

.discoverBlk .slider-nav .slick-dots {
  padding: 0;
  display: flex;
}

.discoverBlk .slider-nav .slick-dots > li {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .discoverBlk .slider-nav .slick-dots > li {
    margin: 0 7px;
  }
}

.discoverBlk .slider-nav .slick-dots button {
  padding: 0;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #b5b5b5;
}

@media screen and (max-width: 991px) {
  .discoverBlk .slider-nav .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.discoverBlk .slider-nav .slick-dots .slick-active button {
  background-color: #00BFF2;
  border-color: #00BFF2;
}

@media screen and (max-width: 991px) {
  .discoverBlk .slick-prev,
  .discoverBlk .slick-next {
    display: none !important;
  }
}

.discoverBlk .slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.discoverBlk .slick-prev::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb;
  transform: rotate(-135deg);
}

.discoverBlk .slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.discoverBlk .slick-next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb;
  transform: rotate(45deg);
}

/* 駐車場予約代行サービス */
.accessBlk .box-parking-service {
  padding: 20px 50px 0 25px;
}

@media screen and (max-width: 991px) {
  .accessBlk .box-parking-service {
    padding: 30px 15px 0 15px;
  }
}

.accessBlk .box-parking-service dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0e2066;
}

@media screen and (max-width: 991px) {
  .accessBlk .box-parking-service dl dt {
    font-size: 1.2rem;
    text-align: left;
    margin: 0 0 10px -0.5em;
  }
}

.accessBlk .box-parking-service dl dd {
  position: relative;
}

@media screen and (min-width: 992px) {
  .accessBlk .box-parking-service dl dd img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 240px;
  }
}

@media screen and (max-width: 991px) {
  .accessBlk .box-parking-service dl dd img {
    width: 70%;
    margin: 25px auto;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .accessBlk .box-parking-service dl dd p {
    padding-left: 270px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 991px) {
  .accessBlk .box-parking-service dl dd p {
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.accessBlk .box-parking-service dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00125d;
  border: 1px solid #00125d;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 15px;
  margin: 20px 0 0 auto;
  width: 60%;
  max-width: 230px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .accessBlk .box-parking-service dl dd a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .accessBlk .box-parking-service dl dd a:hover {
    background: #fff;
    color: #00125d;
  }
}

@media screen and (max-width: 991px) {
  .accessBlk .box-parking-service dl dd a {
    font-size: 1.4rem;
    font-size: 1.3rem;
    padding: 10px;
    margin-top: 25px;
  }
}

.mvArea-bnr.--parking {
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .mvArea-bnr.--parking {
    width: 80%;
    margin: 30px auto -10px;
  }
}




.roomVibes {
  padding: 30px 0 85px;
}

@media screen and (max-width: 991px) {
  .roomVibes {
    padding: 0 0 50px;
  }
}

.roomVibes .wbox {
  border: 1px solid #ced0d7;
  border-radius: 10px;
  padding: 35px 35px 40px;
  box-shadow: 0 5px 0 0 #ebeff9;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .roomVibes .wbox {
    padding: 30px 0 20px;
  }
}

.roomVibes .wbox::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 100px;
  margin: auto;
  background: url(../img/img-room-common/bg_plane.png) left bottom no-repeat;
  background-size: contain;
  width: 249px;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .roomVibes .wbox::before {
    content: none;
  }
}

.roomVibes-main {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 40px;
  place-items: start left;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .roomVibes-main {
    padding: 0 20px;
    gap: 20px;
  }
}

.roomVibes-main dl dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.15em;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .roomVibes-main dl dt {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}

.roomVibes-main dl dd p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .roomVibes-main dl dd p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.roomVibes-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .roomVibes-link {
    margin-top: 25px;
  }
}

.roomVibes-link > div {
  position: relative;
  color: #00125d;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  padding-right: 50px;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .roomVibes-link > div {
    font-size: 1rem;
  }
}

.roomVibes-link > div::before {
  content: "";
  position: absolute;
  background: #263575;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.roomVibes-link > div::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: -1px;
  margin: auto;
  background: #263575;
  transform: rotate(45deg);
  width: 10px;
  height: 1px;
}

@media screen and (min-width: 992px) {
  .roomVibes-images {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .roomVibes-images {
    margin-top: 25px;
  }
}

.roomVibes-images .js_vibes_slider01,
.roomVibes-images .js_vibes_slider02 {
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .roomVibes-images .js_vibes_slider01,
  .roomVibes-images .js_vibes_slider02 {
    max-width: 165px;
  }
}

@media screen and (max-width: 991px) {
  .roomVibes-images .js_vibes_slider01,
  .roomVibes-images .js_vibes_slider02 {
    display: none;
  }
}

.roomVibes-images .js_vibes_slider01 img + img,
.roomVibes-images .js_vibes_slider02 img + img {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .roomVibes-images .js_vibes_slider01 img + img,
  .roomVibes-images .js_vibes_slider02 img + img {
    margin: 0 0 0 10px;
  }
}

.roomVibes-images .js_vibes_slider01 .slick-list,
.roomVibes-images .js_vibes_slider02 .slick-list {
  height: 100% !important;
}

@media screen and (max-width: 991px) {
  .roomVibes-images .vibes_slider01 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .roomVibes-images .vibes_slider01 ul {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
  }
  .roomVibes-images .vibes_slider01 ul:first-child {
    animation: loopTop1 20s -10s linear infinite;
  }
  .roomVibes-images .vibes_slider01 ul + ul {
    animation: loopTop2 20s linear infinite;
  }
  .roomVibes-images .vibes_slider01 ul li + li {
    margin-top: 15px;
  }
}

.roomVibes-images .vibes_slider01 + .vibes_slider02 {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .roomVibes-images .vibes_slider02 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .roomVibes-images .vibes_slider02 ul {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
  }
  .roomVibes-images .vibes_slider02 ul:first-child {
    animation: loopBottom1 20s -10s linear infinite;
  }
  .roomVibes-images .vibes_slider02 ul + ul {
    animation: loopBottom2 20s linear infinite;
  }
  .roomVibes-images .vibes_slider02 ul li + li {
    margin-top: 15px;
  }
}

.roomVibes-images .vibes_slider03 {
  pointer-events: none;
  display: flex;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .roomVibes-images .vibes_slider03 {
    display: none;
  }
}

.roomVibes-images .vibes_slider03 ul {
  display: flex;
}

.roomVibes-images .vibes_slider03 ul + ul {
  padding-left: 10px;
}

.roomVibes-images .vibes_slider03 ul:first-child {
  animation: loopLeft1 50s -25s linear infinite;
}

.roomVibes-images .vibes_slider03 ul + ul {
  animation: loopLeft2 50s linear infinite;
}

.roomVibes-images .vibes_slider03 ul li + li {
  margin-left: 10px;
}

.roomVibes-images .vibes_slider03 img {
  max-width: 120px;
}

@keyframes loopLeft1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loopLeft2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loopTop1 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes loopTop2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}

@keyframes loopBottom1 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}

@keyframes loopBottom2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0%);
  }
}

#modal-modal_lineup {
  max-width: 960px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #modal-modal_lineup {
    width: 90%;
  }
}

#modal-modal_lineup .modal-bg {
  padding-bottom: 80px !important;
  padding-right: 15px !important;
}

@media screen and (max-width: 991px) {
  #modal-modal_lineup .modal-bg {
    padding-right: 0 !important;
    padding-bottom: 50px !important;
  }
}

#modal-modal_lineup .modal-close {
  right: 10px;
  top: 10px;
  background: none;
}

@media screen and (max-width: 991px) {
  #modal-modal_lineup .modal-close {
    top: -40px;
    right: -5px;
  }
}

#modal-modal_lineup .modal-close > span::before, #modal-modal_lineup .modal-close > span::after {
  background: #262626;
}

@media screen and (max-width: 991px) {
  #modal-modal_lineup .modal-close > span::before, #modal-modal_lineup .modal-close > span::after {
    background: #fff;
  }
}

.modal-lineup {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  padding: 20px 0 0;
}

.modal-lineup::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  margin: auto;
  background: url(../img/img-room-common/bg_plane.png) left bottom no-repeat;
  background-size: contain;
  width: 249px;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .modal-lineup::after {
    width: 200px;
    bottom: 80px;
  }
}

.modal-lineup::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
  height: 100%;
  background: url(../img/img-room-common/txt_fun_airport_vibes.png) left top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .modal-lineup::before {
    background-image: url(../img/img-room-common/txt_fun_airport_vibes_sp.png);
  }
}

.modal-lineup-en {
  position: absolute;
  top: 20px;
  left: 0;
}

.modal-lineup-en img {
  width: 30px;
}

.modal-lineup .js_modal_slider {
  width: calc(100% - 50px);
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.modal-lineup .js_modal_slider.slick-initialized {
  opacity: 1;
}

.modal-lineup .flex {
  display: grid;
}

.modal-lineup .flex + .flex {
  margin-left: 20px;
}

@media screen and (min-width: 992px) {
  .modal-lineup .flex {
    grid-template-columns: 450px 1fr;
    gap: 40px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .modal-lineup .flex {
    gap: 20px;
  }
}

.modal-lineup .flex dl {
  text-align: left;
}

.modal-lineup .flex dl dt {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #00125d;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 991px) {
  .modal-lineup .flex dl dt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .modal-lineup .flex dl dd .image {
    margin-bottom: 20px;
  }
}

.modal-lineup .flex dl dd p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .modal-lineup .flex dl dd p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.modal-lineup .flex dl dd p + p {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .modal-lineup .flex dl dd p + p {
    margin-top: 12px;
  }
}

.modal-lineup .flex .caution {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .modal-lineup .flex .caution {
    margin-top: 25px;
  }
}

.modal-lineup .flex .caution ul li {
  font-size: 1.2rem;
  position: relative;
  padding-left: 1.3em;
  letter-spacing: 0.05em;
	color: #666666;
}

@media screen and (max-width: 991px) {
  .modal-lineup .flex .caution ul li {
    font-size: 1rem;
  }
}

.modal-lineup .flex .caution ul li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.modal-lineup .slick-dots {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .modal-lineup .slick-dots {
    margin-top: 20px;
  }
}

.modal-lineup .slick-dots > li {
  display: inline-block;
  margin: 0 7px;
}

@media screen and (max-width: 991px) {
  .modal-lineup .slick-dots > li {
    margin: 0 5px;
  }
}

.modal-lineup .slick-dots > li button {
  padding: 0;
  border: none;
  width: 34px;
  height: 3px;
  background-color: #c8d0e2;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .modal-lineup .slick-dots > li button {
    width: 30px;
  }
}

.modal-lineup .slick-dots > li.slick-active button {
  background-color: #00125d;
}

.notfound {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
.notfound {
  padding: 50px 0;
}
}

.notfound h1{
  font-size: 6rem;
  font-weight: 500;
  color: #b9bfd4;
  font-family: sans-serif;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .notfound h1{
    font-size: 3rem;
    margin-bottom: 25px;
  }
}

.notfound p{
  font-size: 1.5rem;
  line-height: 2.6;
  font-weight: 700;
  color: #08175c;
  text-align: center;
}

@media screen and (max-width: 991px) {
.notfound p{
  font-size: 1.1rem;
  line-height: 2;
  display: table;
  margin: 0 auto;
  text-align: left;
}

.notfound p + p{
  margin-top: 15px;
}
}

.notfound-btn{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .notfound-btn{
  margin-top: 50px;
}
}