@charset "UTF-8";

div#RthCustomizeW {
  width: 100%;
  margin: auto;
}

.rt-footer {
  z-index: 0;
}

.base_style_wrap section * {
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  color: #00479d;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.base_style_wrap section img {
  max-width: 100%;
}

/* 左サイドナビがあるエリア */
.common_side_nav_insert_area {
  position: relative;
  width: 1190px;
  margin: 60px auto 0;
  box-sizing: border-box;
}

/* 自動生成エリア */
#htlContents {
  width: 100%;
  min-width: 1190px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow-x: hidden;
}

#htlMainContent {
  width: 100%;
  float: none;
  margin: 0;
}

#htlBrdCrmbs,
#htlHeader,
#trvlHtlTabNav,
#trvlHtlSubNav {
  width: min(1190px, 100%);
  margin: auto;
}

#trvlHtlTabNav {
  margin-top: 30px;
}

/* clearfixを記述 */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/*ページトップへ戻る*/
.pagetop_button a {
  display: block;
  text-indent: -9999;
  position: fixed;
  bottom: 34px;
  right: 25px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #00479d;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  z-index: 101;
  box-shadow: 0 0.3em 0 #033169;
  margin: 0.2em auto 0.2em auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}

.pagetop_button a::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 6px #fff;
  border-right: solid 6px #fff;
  position: absolute;
  bottom: 26px;
  right: 26px;
  transform: translateY(25%) rotate(-45deg);
}

.pagetop_button a:hover {
  transform: translateY(0.2em);
  box-shadow: 0 0.1em 0 #033169;
}

.head_baner_top {
  width: fit-content;
  margin: 0 auto 20px;
}

.head_baner {
  width: min(1190px, 100%);
  margin: 0px 0 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.head_baner li {
  width: 50%;
}

.head_baner li img {
  width: 100%;
}

.head_baner a:hover {
  opacity: 0.7;
}

.mv_area {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}

.mv_area h2,
.mv_area p {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 82px;
  height: 711px;
  background-color: #fff;
  padding: 40px 48px 0;
}

.mv_area::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 157px;
  height: 711px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 80px;
  background-image: url(../images/mv_text.svg);
  background-repeat: no-repeat;
  background-position: 40px 58px;
}

.head_area {
  max-width: 1190px;
  margin: 0px auto;
}

.mv_slide .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:before {
  content: "";
}

.mv_slide .slick-dots {
  bottom: -30px;
  text-align: right;
}

.mv_slide .slick-dots li {
  background-color: #f5f5ed;
}

.mv_slide .slick-dots li.slick-active {
  background-color: #00479d;
}

/*メニュー*/
.head_navi {
  padding: 20px 0px 24px;
  background: url(../images/menu_bg.png) repeat-x;
  width: 596px;
  border-radius: 6px;
  margin: 60px auto;
  text-align: center;
}

.head_navi ul {
  display: flex;
  width: 515px;
  margin: 7px auto;
  gap: 20px;
}

.head_navi a {
  display: block;
  padding: 12px 0px 8px;
  width: 160px;
  color: #f5f5ed;
  font-weight: bold;
  border-radius: 5px;
  font-size: 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}

/*ANA*/
.head_navi .ANA a {
  background-color: #00479d;
  box-shadow: 0 0.3em 0 #033169;
  margin-bottom: 0.2em;
}

.head_navi .ANA a:hover {
  box-shadow: 0 0.1em 0 #033169;
}

/*JAL*/
.head_navi .JAL a {
  background-color: #d25d68;
  box-shadow: 0 0.3em 0 #96434a;
  margin-bottom: 0.2em;
}

.head_navi .JAL a:hover {
  box-shadow: 0 0.1em 0 #96434a;
}

/*Plan*/
.head_navi .Plan a {
  background-color: #0b6046;
  box-shadow: 0 0.3em 0 #03241a;
  margin-bottom: 0.2em;
}

.head_navi .Plan a:hover {
  box-shadow: 0 0.1em 0 #03241a;
}

.head_navi a:hover {
  transform: translateY(0.2em);
  color: #ffffff;
  text-decoration: none;
}

/*下部エリア*/
.bg_area06 {
  background: url(../images/footer_bg.png) no-repeat center top / cover;
  padding: 280px 0 0px;
}

.bg_area06 .slick-slide {
  margin: 0 10px;
}

.bg_area06 .slick-slide img {
  width: 100%;
}

.bg_area06 .logo_area {
  background-color: #1b2f5b;
  text-align: center;
  color: #fff;
  padding: 30px 0 60px;
  margin-top: 140px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
}

.bg_area06 .logo_area .hotel_name {
  font-size: 24px;
  margin: 20px 0 0;
}

.bg_area06 .logo_area p {
  margin: 10px 0 0;
  font-size: 14px;
}

.bottom_area {
  width: 950px;
  margin: 30px auto;
}
/* 202404 新UI用 */
#htlContents.single-column {
  max-width: 1920px;
  width: auto;
}
/* 202404 新UI用 */
.single-column #htlMainContent ul#RthExcursionArea {
  max-width: 1128px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
