@charset "utf-8";
/* -----------------------------------------------------------
CSS Information

File name:     page_top.css
Created:        2018-07-24
Style Info:     TOP CSS
----------------------------------------------------------- */

.cityTop .city_gnav {
  border-top: 0;
}

/* ----------------------------------------------------------- */
/*  sectionごとの設定  */
/* ----------------------------------------------------------- */
.cityTop .sec {
  padding: 60px 0;
}
.cityTop .sec:nth-child(odd) {
  background: #e0e0e0;
}
.cityTop .content_wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .cityTop .content_wrap {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .sec {
    padding: 30px 0;
  }
  .cityTop.page-type-country .sec.sec_index#indexListChild {
    background: #fff;
  }
}

/*  タイトル  */
.cityTop .sec_title_01 {
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-bottom: none;
  padding: 0;
  text-align: left;
  font-size: 2.6rem;
  vertical-align: middle;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cityTop .sec_title_01:not(.center) span {
  padding: 5px 10px;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", Osaka, sans-serif;
  font-weight: 400;
}
.cityTop .sec_title_01.center {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 15px;
}
.cityTop .sec_title_01.center span {
  margin: 15px 0 0 0;
  padding: 0;
  display: block;
  font-size: 1.8rem;
  background: none;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .cityTop .sec_title_01 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .cityTop .sec_title_01.center {
    font-size: 2.6rem;
  }
}

/*  スクロールバー  */
.cityTop .sec .scloll::-webkit-scrollbar {
  width: 3px;
}
.cityTop .sec .scloll::-webkit-scrollbar-track {
  background: #eeeeee;
  border: none;
}
.cityTop .sec .scloll::-webkit-scrollbar-thumb {
  background: #454545;
  box-shadow: none;
}
.cityTop .sec_wrap .sec:nth-child(odd) .scloll::-webkit-scrollbar-track {
  background: #fff;
  border: none;
}
.cityTop .sec_wrap .sec:nth-child(odd) .scloll::-webkit-scrollbar-thumb {
  background: #454545;
  box-shadow: none;
}

/*  リンクボタン  */
.cityTop .sec .more_link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cityTop .sec .more_link {
    margin-top: 20px;
  }
}

/*  リードテキスト  */
.cityTop .lead_txt {
  color: #787878;
  line-height: 1.6;
}
@media (min-width: 768px), print {
  .cityTop .lead_txt {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .lead_txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .cityTop .lead_txt br {
    display: none;
  }
}

/* ----------------------------------------------------------- */
/* 看板  */
/* ----------------------------------------------------------- */
.cityTop .visual {
  background: #000;
  position: relative;
}
.cityTop .visual .visual_container {
  /*z-index:1;*/
  width: 100%;
  height: 430px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.cityTop .visual .visual_txt {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 15px 0;
}
.cityTop .visual .visual_txt .inner {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}
.cityTop .visual .visual_txt .txt_01 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cityTop .visual .visual_txt .txt_01 {
  line-height: 1.3;
  font-size: 2.2rem;
  margin: 0 0 10px;
}
.cityTop .visual .visual_txt .txt_02 {
  line-height: 1.6;
  font-size: 1.4rem;
}
@media (min-width: 768px), print {
  .cityTop .visual {
    min-height: 520px;
  }
  .cityTop .visual .visual_container {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .cityTop .visual .visual_txt {
    border-top: solid 1px #aaaaaa;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .visual .visual_container {
    height: 175px;
    position: relative;
  }
  .cityTop .visual .visual_txt .txt_01 {
    font-size: 1.8rem;
  }
  .cityTop .visual .visual_txt .txt_02 {
    font-size: 1.2rem;
  }
}

/* 看板タイトル */
.cityTop .visual_container .visual_tit {
  display: none;
} /* 検索フォーム挿入のため非表示 (2020.12.31 )*/
.cityTop .visual_container .visual_tit {
  font-size: 4.8rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3rem;
  z-index: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cityTop .visual_container .visual_tit {
    font-size: 3rem;
  }
}

/* スライドショー */
.cityTop .visual_container.slider {
  background: #000;
}
.cityTop .visual_container.slider ul {
  /*z-index:1;*/
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.cityTop .visual_container.slider .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
}
.cityTop .visual_container.slider .slide_item .sp {
  display: none;
}
.cityTop .visual_container.slider .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
}
.cityTop .visual_container.slider .slide_item p {
  font-size: 4.8rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3rem;
}
.cityTop .visual_container.slider .slide_item.show_ {
  opacity: 1;
}
.cityTop .visual_container.slider .slide_item.zoom_ {
  transform: scale(1.1);
}
.cityTop .visual_container.slider .slide_item .item_box {
  position: relative;
  z-index: 1;
  min-height: 430px;
}
.cityTop .visual_container.slider .slide_item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .cityTop .visual_container.slider .slide_item img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .visual_container.slider .slide_item {
    min-height: 175px;
  }
  .cityTop .visual_container.slider .slide_item .pc {
    display: none;
  }
  .cityTop .visual_container.slider .slide_item .sp {
    display: block;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cityTop .visual_container.slider .slide_item img {
    width: 100%;
    height: auto;
  }
  .cityTop .visual_container.slider .slide_item .item_box {
    min-height: 175px;
  }
}

/* ----------------------------------------------------------- */
/* 　　RECOMMEND　　  */
/* ----------------------------------------------------------- */
.cityTop .sec_recommend {
  padding: 30px 0;
}
.cityTop .sec_recommend .content_wrap {
  position: relative;
}
.cityTop .sec_recommend .recommend_tit {
  display: block;
  z-index: 1;
}
.cityTop .sec_recommend .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cityTop .sec_recommend .img {
  width: 40%;
  background: #ffffff;
  padding: 10px;
}
.cityTop .sec_recommend .img a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 68%;
}
.cityTop .sec_recommend .img img {
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.cityTop .sec_recommend .info a {
  text-decoration: none;
}
.cityTop .sec_recommend .tit {
  font-size: 1.7rem;
  color: #222;
  margin-bottom: 10px;
  font-weight: 700;
}
.cityTop .sec_recommend .txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px), print {
  .cityTop .sec_recommend .content_wrap {
    position: relative;
  }
  .cityTop .sec_recommend .recommend_tit {
    position: absolute;
    top: 15px;
    width: 65%;
    right: 0;
    padding-left: 40px;
  }
  .cityTop .sec_recommend .img {
    width: 35%;
  }
  .cityTop .sec_recommend .info {
    width: 65%;
    padding: 60px 50px 10px 40px;
  }
}
@media screen and (min-width: 769px) {
  .cityTop .sec_recommend .img a:hover {
    opacity: 0.75;
  }
  .cityTop .sec_recommend .info a:hover p {
    text-decoration: underline;
  }
}
@media screen and (max-width: 769px) {
  .cityTop .sec_recommend {
    padding: 25px 0 20px;
  }
  .cityTop .sec_recommend .recommend_tit {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .cityTop .sec_recommend .slide {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cityTop .sec_recommend .img {
    width: 50%;
    padding: 5px;
  }
  .cityTop .sec_recommend .info {
    width: 47%;
    padding: 0;
  }
  .cityTop .sec_recommend .tit {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .cityTop .sec_recommend .txt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: calc(14px * 1.6 * 2);
    -webkit-line-clamp: 2;
  }
}

/* slick */
.cityTop .sec_recommend .recommend_slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.cityTop .sec_recommend .recommend_slider.slick-initialized {
  opacity: 1;
}
.cityTop .sec_recommend .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cityTop .sec_recommend .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.cityTop .sec_recommend .slick-initialized .slick-slide {
  position: relative;
}
.cityTop .sec_recommend .slick-prev,
.cityTop .sec_recommend .slick-next {
  background: #000000;
  top: auto;
  bottom: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
}
.cityTop .sec_recommend .slick-prev {
  left: auto;
  right: 25px;
}
.cityTop .sec_recommend .slick-next {
  right: 0;
}
.cityTop .sec_recommend .slick-prev:before,
.cityTop .sec_recommend .slick-next:before {
  color: #fff;
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.cityTop .sec_recommend .slick-prev:before {
  transform: rotate(135deg);
  left: calc(50% - 1px);
}
.cityTop .sec_recommend .slick-next:before {
  transform: rotate(-45deg);
  left: calc(50% - 5px);
}
.cityTop .sec_recommend .slick-prev:hover,
.cityTop .sec_recommend .slick-prev:focus,
.cityTop .sec_recommend .slick-next:hover,
.cityTop .sec_recommend .slick-next:focus {
  background: #000000;
  opacity: 0.8;
}
.cityTop .sec_recommend .slick-dots {
  bottom: 0;
}
.cityTop .sec_recommend .slick-dots li {
  height: 4px;
  margin: 4px 1px 0 1px;
}
.cityTop .sec_recommend .slick-dots li:only-of-type {
  display: none;
}
.cityTop .sec_recommend .slick-dots li button {
  height: 4px;
  padding: 0;
}
.cityTop .sec_recommend .slick-dots li button:before {
  opacity: 1;
  height: 4px;
  content: "";
  display: inline-block;
  font-family: "slick";
  background: #ffffff;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.cityTop .sec_recommend .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #000000;
}
@media screen and (min-width: 769px), print {
  .cityTop .sec_recommend .slick-dots {
    position: absolute;
    right: 60px;
    width: calc(65% - 100px);
    text-align: left;
    bottom: 15px;
  }
  .cityTop .sec_recommend .slick-dots li button:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .cityTop .sec_recommend .slick-dots {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cityTop .sec_recommend .slick-prev,
  .cityTop .sec_recommend .slick-next {
    display: none;
  }
}

/* 背景色の変更に合わせた調整 */
.cityTop .sec_recommend .slick-dots li:not(.slick-active) button:before {
  background: #eee;
}
.cityTop
  .sec_wrap
  .sec:nth-child(odd).sec_recommend
  .slick-dots
  li:not(.slick-active)
  button:before {
  background: #fff;
}

/* ----------------------------------------------------------- */
/* お知らせ  */
/* ----------------------------------------------------------- */
.cityTop .sec_news {
  padding: 40px 0;
}
.cityTop .sec_news .news_tit {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cityTop .sec_news ul {
  overflow-y: scroll;
  padding-right: 10px;
}
.cityTop .sec_news ul li {
  margin-bottom: 10px;
}
.cityTop .sec_news ul p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #787878;
}
.cityTop .sec_news ul li .txt a {
  display: inline-block;
  font-weight: 700;
  margin-left: 5px;
}
@media screen and (min-width: 769px), print {
  .cityTop .sec_news .content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cityTop .sec_news .news_tit {
    width: 20%;
  }
  .cityTop .sec_news ul {
    width: 80%;
    max-height: calc((1.4rem * 1.6 * 3) + (10px * 2));
  }
  .cityTop .sec_news ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cityTop .sec_news ul li .date {
    width: 11%;
    color: #888888;
  }
  .cityTop .sec_news ul li .txt {
    width: 99%;
  }
}
@media screen and (max-width: 768px) {
  .cityTop .sec_news {
    padding: 30px 0;
  }
  .cityTop .sec_news .news_tit {
    margin-bottom: 10px;
  }
  .cityTop .sec_news ul {
    max-height: 120px;
  }
  .cityTop .sec_news ul .date {
    color: #318a93;
  }
}

/* ----------------------------------------------------------- */
/* 地図
/* ----------------------------------------------------------- */
.cityTop .sec_map .map_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.cityTop .sec_map .map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px), print {
  .cityTop .sec_map .map_wrap {
    margin: 0 auto 25px;
    width: 75%;
    padding-top: 50%;
  }
}

/* ----------------------------------------------------------- */
/* ツアー
/* ----------------------------------------------------------- */
.cityTop .sec_tour {
  padding-top: 0;
  overflow: hidden;
}
.cityTop .sec_tour .content_wrap {
  padding: 60px 0;
}
@media screen and (max-width: 1100px) {
  .cityTop .sec_tour .content_wrap {
    width: 100%;
  }
  .cityTop .sec_tour .lead_txt {
    width: 95%;
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .sec_tour .content_wrap {
    padding: 60px 0 0;
  }
}

/* ツアーリスト　タブパネル
/* ----------------------------------------------------------- */
.cityTop .tour_tab ul {
  width: 100%;
  border-bottom: solid 3px #000000;
  position: relative;
  padding: 0 15px;
  font-size: 0;
}
.cityTop .tour_tab li {
  display: inline-block;
  margin-right: 10px;
}
.cityTop .tour_tab li span {
  display: block;
  border: solid 1px #000000;
  border-bottom: none;
  padding: 8px 25px;
  font-size: 1.5rem;
  text-align: center;
  min-width: 100px;
  background: #f4f4f4;
  cursor: pointer;
}
.cityTop .tour_tab li.selected span {
  color: #fff;
  background: #000000;
  position: relative;
  padding: 8px 15px;
}
.cityTop .tour_panel:not(.selected) {
  display: none;
}
.cityTop .tour_panel_inner {
  padding: 20px;
  background: #f2f2f2;
  border-bottom: solid 3px #000000;
}
.cityTop .tour_panel img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cityTop .tour_panel .tour_name {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
.cityTop .tour_panel .tour_name a {
  text-decoration: none;
}
.cityTop .tour_panel .tour_img {
  margin-bottom: 15px;
}
.cityTop .tour_panel .tour_img a {
  display: block;
  width: 100%;
  position: relative;
  padding: 65% 0 0;
  height: 0;
  overflow: hidden;
}
.cityTop .tour_panel .tour_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.cityTop .tour_panel .tour_info_tab {
  overflow: hidden;
}
.cityTop .tour_panel .tour_info_tab_nav {
  overflow: hidden;
  table-layout: fixed;
  display: table;
  width: 100%;
}
.cityTop .tour_panel .tour_info_tab_nav li {
  display: table-cell;
}
.cityTop .tour_panel .tour_info_tab_nav li > span {
  display: block;
  cursor: pointer;
  padding: 5px 0;
  margin: 0 2px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 1px solid #000;
  border-bottom: 0;
}
.cityTop .tour_panel .tour_info_tab_nav li > span strong {
  font-size: 1.4rem;
  display: block;
}
.cityTop .tour_panel .tour_info_tab_nav li.active > span {
  background: #000000;
  color: #ffffff;
}
.cityTop .tour_panel .tour_info_tab_nav li > span:hover {
  opacity: 0.65;
}
.cityTop .tour_panel .tour_info_tab_nav li.active span:hover {
  opacity: 1;
}
.cityTop .tour_panel .tour_info_tab_nav li span.date {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
  padding: 0;
}
.cityTop .tour_panel .tour_info_tab_panel {
  overflow: hidden;
  margin: 0 2px;
}
.cityTop .tour_panel .tour_info_tab_panel .panel_cnt {
  display: none;
  padding: 10px 0;
  border-top: 2px solid #000000;
}
.cityTop .tour_panel .tour_info_tab_panel .panel_cnt.active {
  display: block;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price {
  overflow: hidden;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_tit {
  width: 80px;
  float: left;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_tit span {
  position: relative;
  display: block;
  padding: 16px 0 0 5px;
  line-height: 1.4;
  width: 80px;
  height: 48px;
  background: #323232;
  color: #fff;
  font-size: 1.2rem;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_tit span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 10px;
  border-color: transparent transparent transparent #323232;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_tit span strong {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .price {
  color: #f52020;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: -0.1rem;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .min_price {
  font-size: 2rem;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .max_price {
  font-size: 2rem;
  margin-left: 5px;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member {
  overflow: hidden;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member .price {
  color: #505050;
  margin-right: 10px;
  display: inline-block;
  background: url(../img/common/line_double_01.png) center center repeat-x;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member .min_price {
  font-size: 1.6rem;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member .max_price {
  font-size: 1.2rem;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member .discount {
  display: inline-block;
  width: 90px;
  background: #fa3734;
  color: #fff;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .att p {
  display: inline-block;
  font-size: 11px;
  line-height: 1.4;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .att .att_01 {
  display: block;
  color: #000;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .att .att_01 small {
  display: inline-block;
  font-size: 1em;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .att .att_03 {
  color: #0064d2;
  padding-left: 17px;
  margin-left: 5px;
  background: url(../img/common/icon_attention_01.png) left center no-repeat;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .att .att_03 span {
  text-decoration: underline;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_btn {
  margin-top: 10px;
  height: 44px;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_btn a {
  position: relative;
  display: block;
  height: 44px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  background: #000;
  text-decoration: none;
}
.cityTop .tour_panel .tour_info_tab_panel .tour_btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.cityTop .tour_panel .link_btn + .link_btn {
  margin-top: 10px;
}
.cityTop .sec_tour .more_link {
  margin-top: 40px;
}
.cityTop .sec_tour .tour_panel .more_link {
  margin: 20px 0;
}
.cityTop .sec_tour .txt_link {
  text-align: center;
  margin-top: 10px;
}
.cityTop .sec_tour .txt_link + .txt_link {
  margin-top: 15px;
}
.cityTop .sec_tour .txt_link a {
  display: inline-block;
  color: #666;
  position: relative;
  padding-right: 15px;
  text-decoration: underline;
}
.cityTop .sec_tour .txt_link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.cityTop .sec_tour .txt_link span {
  text-decoration: underline;
}
@media (min-width: 768px), print {
  .cityTop .tour_panel .tour_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cityTop .tour_panel .tour_wrap::after {
    content: "";
    display: block;
    width: 31.5%;
  }
  .cityTop .tour_panel img {
    width: 100%;
    height: auto;
  }
  .cityTop .tour_panel .tour_cnt {
    width: 31.5%;
    margin-bottom: 10px;
  }
  .cityTop .tour_panel .tour_cnt:nth-child(n + 4) {
    margin-top: 20px;
  }
  .cityTop .tour_panel .tour_cnt .more_link {
    margin-top: 15px;
  }
  .cityTop .tour_panel > .more_link {
    clear: left;
    margin-bottom: 30px;
  }
  .cityTop .tour_tab li span:hover,
  .cityTop .tour_panel .tour_name a:hover,
  .cityTop .tour_panel .tour_img a:hover img,
  .cityTop .tour_panel .tour_info_tab_panel .tour_btn a:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 1100px) {
  .cityTop .tour_tab ul {
    padding-left: 4%;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .att {
    padding-right: 0;
  }
}
@media (max-width: 1100px) and (min-width: 768px), print {
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member .price {
    background: none;
  }
  .cityTop
    .tour_panel
    .tour_info_tab_panel
    .tour_price_txt
    .member
    .price
    span {
    background: url(../img/common/line_double_01.png) center center repeat-x;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member .discount {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .tour_tab ul {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-bottom: solid 2px #000000;
  }
  .cityTop .tour_tab li span {
    font-weight: normal;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  .cityTop .tour_panel {
    margin: 0;
  }
  .cityTop .tour_panel .tour_cnt .wrap {
    padding: 15px 15px 20px 15px;
  }
  .cityTop .tour_panel .tour_txt {
    line-height: 1.5;
  }
  .cityTop .tour_panel .tour_info_tab {
    clear: both;
  }
  .cityTop .tour_panel .tour_info_tab_nav li span {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 0;
  }
  .cityTop .tour_panel .tour_info_tab_nav li:first-child span {
    margin-left: 0;
  }
  .cityTop .tour_panel .tour_info_tab_nav li:last-child span {
    margin-right: 0;
  }
  .cityTop .tour_panel .tour_info_tab_nav li span strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  .cityTop .tour_panel .tour_info_tab_panel {
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
  }
  .cityTop .tour_panel_inner {
    padding: 0;
    border-bottom: solid 2px #000000;
  }
  .cityTop .tour_panel .tour_info_tab_panel .panel_cnt {
    padding: 10px 0;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_btn {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .cityTop .tour_panel .link_btn {
    margin: 0 0 15px;
  }
  .cityTop .sec_tour .more_link {
    margin-top: 20px;
  }
  .cityTop .sec_tour .txt_link,
  .cityTop .sec_tour .txt_link + .link_txt {
    margin: 10px 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .cityTop .tour_panel .tour_wrap {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .cityTop .tour_panel .tour_cnt {
    width: 75%;
    white-space: normal;
    display: inline-block;
    margin: 0 0 10px 15px;
    vertical-align: top;
  }
  .cityTop .tour_panel .tour_cnt:last-child {
    margin-right: 15px;
  }
  .cityTop .tour_panel .tour_cnt .wrap {
    padding: 15px 0 5px;
  }
  .cityTop .tour_panel .tour_name a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .cityTop .tour_panel .tour_txt {
    /* display: none; 2025.05.13 スマホでの非表示を解除 */
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_tit span {
    text-align: left;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .att .att_03 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_tit span {
    width: 70px;
    font-size: 1.1rem;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .max_price {
    margin-left: 0;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .att p {
    display: inline;
    font-size: 1rem;
    line-height: 1.3;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member {
    margin-bottom: 0;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member .price {
    margin-right: 0;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_price_txt .member .discount {
    font-size: 1.1rem;
    width: 80px;
  }
  .cityTop .tour_panel .tour_info_tab_panel .tour_btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .cityTop .sec_tour .more_link a {
    font-size: 1.3rem;
  }
}

/* SOID OUT */
.cityTop .tour_panel .tour_cnt.soldout :not(.txt_link) a {
  pointer-events: none;
}
.cityTop .tour_panel .soldout_info {
  background: #b3b3b3;
  display: block;
  height: 44px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  margin: 10px 0;
}
.cityTop .tour_panel .soldout_info.cate {
  margin: 20px auto;
  width: 80%;
}

/* 背景色変更 */
/* .cityTop .sec:nth-child(even) .tour_panel_inner,
.cityTop .sec:nth-child(even) .tour_panel .tour_cnt,
.cityTop .sec:nth-child(even) .tour_panel .tour_info_tab_panel {background:#f2f2f2;overflow:hidden;}
.cityTop .sec:nth-child(even) .tour_panel .tour_info_tab_nav li > span {border:1px solid #000;border-bottom:0;}
.cityTop .sec:nth-child(even) .tour_panel .tour_info_tab_nav li:not(.active) > span {background:#fff;} */

/* ジャンボツアー */
.cityTop .tour_panel .tour_cnt.jumbo .tour_price {
  color: #f52020;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: -0.1rem;
  font-size: 2rem;
}
.cityTop .tour_panel .tour_cnt.jumbo .tour_btn {
  margin-top: 15px;
  height: 44px;
}
.cityTop .tour_panel .tour_cnt.jumbo .tour_btn a {
  position: relative;
  display: block;
  height: 44px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  background: #000;
  text-decoration: none;
}
.cityTop .tour_panel .tour_cnt.jumbo .tour_btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.cityTop .tour_panel .tour_cnt.jumbo .txt_link {
  margin-top: 15px;
}
@media (min-width: 768px), print {
  .cityTop .tour_panel .tour_cnt.jumbo .tour_btn a:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .tour_panel .tour_cnt.jumbo .tour_btn {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .cityTop .tour_panel .tour_cnt.jumbo .tour_btn {
    margin-top: 10px;
  }
}

/* ----------------------------------------------------------- */
/* おすすめホテル */
/* ----------------------------------------------------------- */
.cityTop .sec_hotel .hotel_list ul {
  counter-reset: hotelRankingNum;
}
.cityTop .sec_hotel .hotel_list li {
  border: 1px solid #dadada;
  background: #fff;
}
.cityTop .sec_hotel .hotel_list li a {
  text-decoration: none;
}
.cityTop .sec_hotel .hotel_list .hotel_name {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: flex-start;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.cityTop .sec_hotel.ranking .hotel_list .hotel_name {
  position: relative;
  padding-left: 50px;
}
.cityTop .sec_hotel.ranking .hotel_list .hotel_name::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 125%;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  counter-increment: hotelRankingNum;
  content: counter(hotelRankingNum);
}
.cityTop .sec_hotel .hotel_list li:nth-child(1) .hotel_name::before {
  background: #ccc33c;
}
.cityTop .sec_hotel .hotel_list li:nth-child(2) .hotel_name::before {
  background: #aaa;
}
.cityTop .sec_hotel .hotel_list li:nth-child(3) .hotel_name::before {
  background: #dca55e;
}
.cityTop .sec_hotel .hotel_list .hotel_rank {
  overflow: hidden;
  display: inline-block;
  margin-right: 20px;
  line-height: 16px;
  font-size: 1.2rem;
}
.cityTop .sec_hotel .hotel_list .hotel_rank span {
  float: left;
  display: block;
}
.cityTop .sec_hotel .hotel_list .hotel_rank span:not(.star) {
  width: auto;
  height: auto;
}
.cityTop .sec_hotel .hotel_list .hotel_area {
  overflow: hidden;
  display: inline-block;
  font-size: 1.2rem;
  background: none;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.cityTop .sec_hotel .hotel_list .hotel_area span {
  display: inline-block;
  float: left;
}
.cityTop .sec_hotel .hotel_list .hotel_img {
  margin: 10px 0 12px;
}
.cityTop .sec_hotel .hotel_list .hotel_img a {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  background: #000;
}
.cityTop .sec_hotel .hotel_list .hotel_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cityTop .sec_hotel .hotel_list .hotel_txt_01 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(15px * 2 * 1.6);
  -webkit-line-clamp: 2;
}
.cityTop .sec_hotel .hotel_list .hotel_txt_02 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(14px * 3 * 1.5);
  -webkit-line-clamp: 3;
}
.cityTop .sec_hotel .hotel_list .more_link {
  margin-top: 15px;
}
.cityTop .sec_hotel .hotel_list .more_link a {
  width: 100%;
  font-weight: 500;
}
.cityTop .sec_hotel .hotel_list .more_link.tour a::after {
  border-color: #888;
}
@media (min-width: 768px), print {
  .cityTop .sec_hotel .hotel_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
  }
  .cityTop .sec_hotel .hotel_list li {
    width: calc(33.333% - 20px);
    padding: 18px;
    margin: 0 10px;
  }
  .cityTop .sec_hotel .hotel_list .hotel_img a:hover {
    opacity: 0.65;
  }
  .cityTop .sec_hotel .hotel_list .more_link:not(.tour) a {
    background: #000;
    color: #fff;
  }
  .cityTop .sec_hotel .hotel_list .more_link:not(.tour) a::after {
    border-color: #fff;
  }
  .cityTop .sec_hotel .hotel_list .more_link.tour a {
    border-color: #888;
    color: #555;
  }
  .cityTop .sec_hotel .hotel_list .more_link.tour a::after {
    border-color: #888;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .sec_hotel .hotel_list {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 -4.5%;
    padding-left: 4.5%;
  }
  .cityTop .sec_hotel .hotel_list ul {
    font-size: 0;
  }
  .cityTop .sec_hotel .hotel_list li {
    width: 75%;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    padding: 15px;
    margin-left: 15px;
  }
  .cityTop .sec_hotel .hotel_list li:first-of-type {
    margin-left: 0;
  }
  .cityTop .sec_hotel .hotel_list .hotel_name {
    margin-bottom: 5px;
  }
  .cityTop .sec_hotel .hotel_list .hotel_rank {
    margin: 5px 8px 0 0;
  }
  .cityTop .sec_hotel .hotel_list .hotel_area {
    margin: 5px 0 0 0;
  }
}

/* ----------------------------------------------------------- */
/* オプショナルツアー */
/* ----------------------------------------------------------- */
.cityTop .sec_optour .optour_list ul {
  counter-reset: opRankingNum;
}
.cityTop .sec_optour .optour_list a {
  display: block;
  text-decoration: none;
}
.cityTop .sec_optour .optour_list li:nth-child(1) .img::before {
  background: #ccc33c;
}
.cityTop .sec_optour .optour_list li:nth-child(2) .img::before {
  background: #aaa;
}
.cityTop .sec_optour .optour_list li:nth-child(3) .img::before {
  background: #dca55e;
}
.cityTop .sec_optour .optour_list .img {
  position: relative;
}
.cityTop .sec_optour .optour_list .img::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: #222;
  counter-increment: opRankingNum;
  content: counter(opRankingNum);
}
.cityTop .sec_optour .optour_list .img a {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  background: #000;
}
.cityTop .sec_optour .optour_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cityTop .sec_optour .optour_list .tour_name {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: calc(15px * 1.5 * 3);
  -webkit-line-clamp: 3;
}
.cityTop .sec_optour .optour_list .tour_comment {
  margin-bottom: 15px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: calc(14px * 1.5 * 2);
  -webkit-line-clamp: 2;
}
.cityTop .sec_optour .optour_list .more_link {
  margin-top: 0;
}
.cityTop .sec_optour .optour_list .more_link a {
  width: 100%;
  border-color: #888;
  color: #555;
  font-weight: 500;
}
.cityTop .sec_optour .optour_list .more_link a::after {
  border-color: #888;
}
@media screen and (min-width: 768px), print {
  .cityTop .sec_optour .optour_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cityTop .sec_optour .optour_list li {
    width: 17.5%;
  }
  .cityTop .sec_optour .optour_list .img {
    margin-bottom: 10px;
  }
  .cityTop .sec_optour .optour_list .img a:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .sec_optour .optour_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    padding: 15px 0;
  }
  .cityTop .sec_optour .optour_list .img,
  .cityTop .sec_optour .optour_list .txt {
    width: 48%;
  }
  .cityTop .sec_optour .optour_list li:nth-child(even) .img {
    order: 2;
  }
  .cityTop .sec_optour .optour_list li:nth-child(even) .txt {
    order: 1;
  }
}

/* --------------------------------------------------------- */
/*  TOPICS  */
/* お客様の旅行記 */
/* --------------------------------------------------------- */
.cityTop .sec_voice .sec_title_01 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cityTop .sec_voice .sec_title_01 span {
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 0;
}
.cityTop .sec .post_list {
  display: none;
}
.cityTop .sec .post_list.is-show {
  display: block;
}
.cityTop .sec .post_list .scloll {
  max-height: 430px;
  overflow-y: scroll;
  padding-right: 50px;
}
.cityTop .sec .post_tab li {
  display: inline-block;
  background: #e0e0e0;
  color: #000000;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0px 4px 10px 0;
}
.cityTop .sec .post_tab li.selected {
  background: #000000;
  color: #ffffff;
}
.cityTop .sec:nth-child(odd) .post_tab li:not(.selected) {
  background: #fff;
  color: #000;
}
.cityTop .sec .post_list .sp {
  display: none;
}
.cityTop .sec .post_list .post_cnt {
  padding: 25px 0;
  border-bottom: solid 1px #aaaaaa;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.cityTop .sec .post_list .img {
  width: 13%;
}
.cityTop .sec .post_list .info_wrap {
  width: 85%;
}
.cityTop .sec .post_list .info_wrap .tit {
  line-height: 1.5;
  display: inline-block;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.cityTop .sec .post_list .info_wrap .txt {
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: calc(14px * 1.5 * 2);
  -webkit-line-clamp: 2;
}
.cityTop .sec .post_list .more_link a {
  width: auto;
}
@media (min-width: 768px), print {
  .cityTop .sec_voice .sec_title_01 span {
    margin-left: 15px;
    margin-bottom: 4px;
  }
  .cityTop .sec .post_list .info_wrap {
    position: relative;
    padding-right: 18%;
  }
  .cityTop .sec .post_list .info_wrap .btn_more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 19%;
    border: solid 1px #888888;
    text-align: center;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #888888;
    background: #fff;
  }
  .cityTop .sec .post_list .btn_more::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #888888;
    border-right: 1px solid #888888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .cityTop .sec_voice .sec_title_01 b {
    margin: 4px 10px 4px 0;
  }
  .cityTop .sec_voice .sec_title_01 span {
    font-size: 65%;
    margin: 0 0 4px;
    padding: 3px 10px;
    display: inline-flex;
    align-items: center;
  }
  .cityTop .sec .post_list .pc {
    display: none;
  }
  .cityTop .sec .post_list .sp {
    display: block;
  }
  .cityTop .sec .post_list .scloll {
    padding-right: 0;
    overflow-y: auto;
    max-height: 100%;
  }
  .cityTop .sec .post_list a {
    text-decoration: none;
  }
  .cityTop .sec .post_list .img {
    width: 36%;
  }
  .cityTop .sec .post_list .img a {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 100%;
  }
  .cityTop .sec .post_list .img img {
    width: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .cityTop .sec .post_list .info_wrap {
    width: 60%;
  }
  .cityTop .sec .post_list .info_wrap .tit {
    margin-bottom: 10px;
  }
  .cityTop .sec .post_list .post_cnt {
    padding: 20px 0;
    border-bottom: solid 1px #000000;
  }
  .cityTop .sec .post_list .more_link a {
    width: 50%;
    display: inline-block;
  }
}


/* -----------------------------------------------------------*/
/* 最旬情報 */
/* -----------------------------------------------------------*/
.cityTop .sec_topics .sec_title_01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cityTop .sec_topics .sec_title_01 b {
  margin-right: 15px;
  line-height: 1;
}
.cityTop .sec_topics .sec_title_01 span {
  font-family: inherit;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.cityTop .sec_topics .sec_title_01 span::before,
.cityTop .sec_topics .sec_title_01 span::after {
  content:"";
  width: 15px;
  height:1px;
  background: #000;
}
.cityTop .sec_topics .sec_title_01 span::before {
  margin-right: 5px;
}
.cityTop .sec_topics .sec_title_01 span::after {
  margin-left: 5px;
}
@media (min-width: 768px), print {
  .cityTop .sec_topics .sec_title_01 span {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .sec_topics .sec_title_01 {
    margin-bottom: 10px;
  }
  .cityTop .sec_topics .sec_title_01 b {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .cityTop .sec_topics .sec_title_01 span {
    margin-bottom: 5px;
    font-size: 65%;
  }
  .cityTop .sec_topics .sec_title_01 span::before,
  .cityTop .sec_topics .sec_title_01 span::after {
    width: 10px;
  }
}

/* -----------------------------------------------------------*/
/* 関連リンクリスト（そのほかの国・都市） */
/* -----------------------------------------------------------*/
.sec_list .list_tit {
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
  background: none;
  color: #000000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.8rem;
}
.sec_list .list_tit span {
  font-weight: normal;
  font-size: 1.6rem;
  display: block;
  margin-top: 15px;
}
.sec_list .list_01 ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 1.7%);
  margin-left: -0.85%;
}
.sec_list .list_01 li {
  width: 8.2%;
  margin-bottom: 10px;
  margin-left: 0.85%;
}
.sec_list .list_01 li a {
  display: block;
  text-decoration: none;
}
.sec_list .list_01 li .img {
  margin-bottom: 10px;
}
.sec_list .list_01 li .img img {
  width: 100%;
  height: auto;
}
.sec_list .list_01 li .tit {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.sec_list .list_01 li .tit .icon {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  font-size: 1rem;
  width: 35px;
  text-align: center;
  margin-right: 5px;
}
.sec_list .list_01 li .tit .icon.new {
  background: #e60012;
}
.sec_list .list_01 li .txt {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (min-width: 768px), print {
  .sec_list .list_01 li a:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 767px) {
  .sec_list .list_tit {
    margin: 0 0 28px;
    padding: 0;
    letter-spacing: 0.1rem;
  }
  .sec_list .list_tit span {
    margin-top: 10px;
  }
  .sec_list .list_01 ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + 2%);
    margin-left: -1%;
  }
  .sec_list .list_01 li {
    width: 25%;
    padding: 0 1%;
    margin: 0;
  }
  .sec_list .list_01 li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  .sec_list .list_01 li .img {
    margin-bottom: 8px;
    width: 100%;
    min-height: 75px;
  }
  .sec_list .list_01 li .tit {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .sec_list .list_01 li .txt {
    line-height: 1.5;
  }
}

/* リスト　もっと見るボタン */
/* -----------------------------------------------------------*/
/*.sec_list .more_link {z-index:2;position:relative;} 2022.10.31del*/
.sec_list .more_link a.off::after {
  transform: rotate(135deg) translate(-50%);
}
.sec_list .more_link a.on::after {
  transform: rotate(-45deg) translateY(-50%);
}

/* リスト　最上階層のページへのリンク */
/* -----------------------------------------------------------*/
.link_ancestors {
  display: table;
  width: 100%;
}
.link_ancestors a {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  text-decoration: none;
}
.link_ancestors a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
}
.link_ancestors span {
  z-index: 2;
  position: relative;
  font-weight: bold;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .link_ancestors a:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 767px) {
  .link_ancestors a,
  .link_ancestors a::after {
    height: 80px;
  }
  .link_ancestors span {
    font-size: 2.2rem;
  }
}

.sec_list .list_01 + .link_ancestors,
.more_link + .link_ancestors {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec_list .list_01 + .link_ancestors,
  .more_link + .link_ancestors {
    margin-top: 30px;
  }
}

/* -----------------------------------------------------------*/
/* 関連リンクリスト（コンパクト）2021.02.12 add */
/* -----------------------------------------------------------*/
.sec.sec_index {
  padding: 0;
}
.sec_index .content_wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.sec_index .link_ancestors {
  margin: 45px auto;
  max-width: 1100px;
}
.sec_index .list_tit {
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
  background: none;
  color: #000000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 40px 0;
}
.sec_index .list_tit span {
  font-weight: normal;
  font-size: 1.6rem;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .sec_index .link_ancestors {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .sec_index .link_ancestors {
    margin: 30px auto;
  }
  .sec_index .list_tit {
    margin: 30px 0;
    padding: 0;
    letter-spacing: 0.1rem;
  }
  .sec_index .list_tit span {
    margin-top: 10px;
  }
}

/* コンパクトリスト */
.sec_index .list_01 {
  padding-top: 4px;
  max-width: 1100px;
  margin: 0 auto;
}
.sec_index .list_01 ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.sec_index .list_01 li {
  min-width: 90px;
}
.sec_index .list_01 li a {
  width: 100%;
  text-decoration: none;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 15px;
}
.sec_index .list_01 li.current a {
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .sec_index .list_01 {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .sec_index .list_01 {
    padding: 4px 2% 0;
  }
  .sec_index .list_01 li {
    min-width: auto;
    width: 100%;
    max-width: 60px;
  }
  .sec_index .list_01 li a {
    font-size: 1.2rem;
    height: 36px;
    padding: 0 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
}

/* サムネイル付きリスト */
.sec_index .list_02 {
  max-width: 1100px;
  margin: 40px auto;
}
.sec_index .list_02 ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 1.7%);
  margin-left: -0.85%;
}
.sec_index .list_02 li {
  width: 8.2%;
  margin-bottom: 10px;
  margin-left: 0.85%;
}
.sec_index .list_02 li a {
  display: block;
  text-decoration: none;
}
.sec_index .list_02 li .img {
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.sec_index .list_02 li .img img {
  width: 100%;
  height: auto;
}
.sec_index .list_02 li .tit {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media (min-width: 768px), print {
  .sec_index .list_02 li a:hover .img,
  .sec_index .list_02 li a:hover .tit {
    opacity: 0.65;
  }
}
@media screen and (max-width: 1100px) {
  .sec_index .list_02 {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .sec_index .list_02 ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + 2%);
    margin-left: -1%;
  }
  .sec_index .list_02 li {
    width: 25%;
    padding: 0 1%;
    margin: 0;
  }
  .sec_index .list_02 li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  .sec_index .list_02 li .img {
    margin-bottom: 8px;
    width: 100%;
    min-height: 75px;
  }
  .sec_index .list_02 li .tit {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}

/* 背景色変更時の調整 */
.cityTop .sec_index .content_wrap {
  background: #fff;
}
.cityTop .sec_index .content_wrap li.current a {
  background: #e0e0e0;
}
.cityTop .sec_index .content_wrap:nth-child(even) {
  background: #e0e0e0;
}
.cityTop .sec_index .content_wrap:nth-child(even) li.current a {
  background: #fff;
}
.cityTop .sec:nth-child(odd).sec_index .content_wrap {
  background: #e0e0e0;
}
.cityTop .sec:nth-child(odd).sec_index .content_wrap li.current a {
  background: #fff;
}
.cityTop .sec:nth-child(odd).sec_index .content_wrap:nth-child(even) {
  background: #fff;
}
.cityTop
  .sec:nth-child(odd).sec_index
  .content_wrap:nth-child(even)
  li.current
  a {
  background: #e0e0e0;
}
@media (min-width: 768px), print {
  .cityTop .sec_index .content_wrap .list_01 li a:hover,
  .cityTop .sec_index .content_wrap:nth-child(even) .list_01 li a:hover,
  .cityTop .sec:nth-child(odd).sec_index .content_wrap .list_01 li a:hover,
  .cityTop
    .sec:nth-child(odd).sec_index
    .content_wrap:nth-child(even)
    .list_01
    li
    a:hover {
    background: #f5f5f5;
  }
}

/* -----------------------------------------------------------*/
/* お問い合わせ */
/* -----------------------------------------------------------*/
.cityTop .freeorder_contact {
  padding: 70px 0 85px;
  background: #daf8f3 !important;
}
.cityTop .freeorder_contact .content_wrap {
  max-width: 1040px;
}
.freeorder_contact .wrap_01 {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 55%;
}
.freeorder_contact .tit_01 {
  text-align: center;
  font-size: 3rem;
  background: none;
  color: #000000;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.freeorder_contact .tit_01 span {
  font-size: 1.3rem;
  display: block;
  margin-top: 15px;
  font-weight: normal;
}
.freeorder_contact .lead_text {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  text-align: center;
  color: #666666;
}
.freeorder_contact .lead_text .mobile {
  display: none;
}
.freeorder_contact {
  margin: 0 auto;
  padding: 0;
  border: none;
}
.freeorder_contact .contact_container {
  overflow: hidden;
  margin: 35px 0 45px;
  border: 1px solid #dcdcdc;
  padding: 30px 40px;
  background: #fff;
}
.freeorder_contact .wrap_02 {
  width: 44%;
  display: inline-block;
  max-width: 100%;
}
.freeorder_contact .contact_time {
  margin-top: 20px;
}
.freeorder_contact .contact_tel {
  background: none;
  color: #000000;
  font-weight: normal;
  padding: 0;
  letter-spacing: 0.4rem;
  font-size: 5.7rem;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.freeorder_contact .link_btn a {
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  font-weight: normal;
}
.freeorder_contact .link_btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.freeorder_contact .wrap_03 {
  max-width: 910px;
  display: block;
  margin: 0 auto;
}
.freeorder_contact .wrap_03 .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.freeorder_contact .wrap_03 a {
  background: #ffffff;
  color: #222222;
  border-radius: 0;
  font-weight: normal;
  border: solid 1px #cccccc;
  width: 43%;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 15px 0;
  line-height: 1;
  font-size: 1.4rem;
  text-decoration: none;
}
.freeorder_contact .wrap_03 a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cityTop .freeorder_contact {
    padding: 35px 0 15px;
  }
  .freeorder_contact .contact_container {
    margin: 0 auto 25px;
    padding: 20px;
  }
  .freeorder_contact .contact_time {
    text-align: left;
  }
  .freeorder_contact .wrap_01,
  .freeorder_contact .wrap_02 {
    width: 100%;
  }
  .freeorder_contact .wrap_02.dis_pc {
    display: none;
  }
  .freeorder_contact .tit_01 {
    font-size: 2.6rem;
  }
  .freeorder_contact .tit_01 span {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .freeorder_contact .lead_text {
    color: #222222;
    margin-bottom: 30px;
    text-align: center !important;
  }
  .freeorder_contact .lead_text .mobile {
    display: block;
  }
  .freeorder_contact .btn_wrap li {
    width: 100%;
  }
  .freeorder_contact .btn_wrap li.tel a {
    background: #000000;
    color: #ffffff;
    border: none;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.5rem;
    border-radius: 3px;
    padding: 15px 0;
    height: auto;
    line-height: 1;
  }
  .freeorder_contact .btn_wrap li.tel a::before {
    content: "";
    display: inline-block;
    background: url(../img/common/tel_white.png) center center no-repeat;
    background-size: 100%;
    left: 19%;
    right: auto;
    top: -1px;
    font-weight: normal;
  }
  .freeorder_contact .btn_wrap li.order a {
    border: solid 1px #000000;
    border-radius: 3px;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    padding: 15px 0;
    font-size: 1.5rem;
    height: auto;
    line-height: 1;
    margin: 0;
    position: relative;
  }
  .freeorder_contact .btn_wrap li.order a::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 19px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .freeorder_contact .wrap_03 .btn_box {
    display: block;
    padding: 0 20px;
  }
  .freeorder_contact .wrap_03 .btn_box a {
    width: 100%;
    margin-bottom: 20px;
    padding: 13px 0;
  }
  .freeorder_contact .wrap_03 a::after {
    top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .freeorder_contact .btn_wrap li.order a::before,
  .freeorder_contact .wrap_03 a::after {
    right: 10px;
  }
  .freeorder_contact .btn_wrap li.tel a::before {
    left: 15%;
  }
}
@media screen and (max-width: 320px) {
  .freeorder_contact .lead_text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------- */
/* テーマから探す */
/* ----------------------------------------------------------- */
.cityTop .sec_theme.content_wrap {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
.cityTop .sec_theme .theme_list {
  margin-top: 30px;
}
.cityTop .sec_theme .theme_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cityTop .sec_theme .theme_list li a {
  display: block;
  position: relative;
}
.cityTop .sec_theme .theme_list span {
  display: block;
}
.cityTop .sec_theme .theme_list .img img {
  width: 100%;
  height: auto;
}
.cityTop .sec_theme .theme_list .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px), print {
  .cityTop .sec_theme .theme_list ul {
    margin: 0 -15px;
    width: calc(100% + 30px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cityTop .sec_theme .theme_list li {
    margin: 0 15px 30px;
    width: calc(20% - 30px);
  }
  .cityTop .sec_theme .theme_list li a:hover {
    opacity: 0.65;
  }
  .cityTop .sec_theme .theme_list .txt {
    font-size: 2.2rem;
  }
}
@media (max-width: 1100px) and (min-width: 768px), print {
  .cityTop .sec_theme .theme_list ul {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .cityTop .sec_theme .theme_list li {
    margin: 0 10px 20px;
    width: calc(20% - 20px);
  }
  .cityTop .sec_theme .theme_list .txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .sec_theme .theme_list {
    margin-top: 20px;
  }
  .cityTop .sec_theme .theme_list ul {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cityTop .sec_theme .theme_list li {
    width: 48%;
    margin-bottom: 15px;
  }
  .cityTop .sec_theme .theme_list .txt {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------- */
/* OLD 当社のホテル情報は客室情報など超充実 */
/* ----------------------------------------------------------- */
.cityTop .box_hotel .wrap {
  padding: 25px;
  position: relative;
}
.cityTop .box_hotel .tit {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: bold;
}
.cityTop .box_hotel p {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 768px), print {
  .cityTop .box_hotel {
    display: table;
    width: 100%;
    background: #f2f2f2;
  }
  .cityTop .box_hotel > div {
    display: table-cell;
  }
  .cityTop .box_hotel .img {
    width: 40.9%;
    max-width: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .cityTop .box_hotel .img img {
    display: none;
  }
  .cityTop .box_hotel p {
    margin-bottom: 20px;
  }
  .cityTop .box_hotel .link_btn {
    text-align: right;
  }
  .cityTop .box_hotel .link_btn a {
    width: 276px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 1.4rem;
  }
  .cityTop .box_hotel .link_btn a::after {
    font-size: 1.1rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .cityTop .box_hotel {
    max-width: 480px;
    margin: 30px auto;
  }
  .cityTop .box_hotel .wrap {
    padding: 15px;
  }
  .cityTop .box_hotel .tit {
    font-size: 1.4rem;
    text-align: center;
  }
  .cityTop .box_hotel p {
    margin-bottom: 15px;
  }
  .cityTop .box_hotel .link_btn a {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------- */
/* OLD 私たちのビジョンは
/* ----------------------------------------------------------- */
.sec_service .sec_title_01 {
  line-height: 1.6;
  font-size: 3.4rem;
  line-height: 1.6;
  border-bottom: 4px solid #318a93;
  margin-bottom: 30px;
  text-align: center;
}
.sec_service .sec_title_01 span {
  color: #23af00;
  background: none;
  padding: 0;
  display: inline;
  color: #318a93;
  position: static;
  font-size: 100%;
}
.sec_service .service_list_01 {
  font-size: 0;
  width: 970px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sec_service .service_list_01 li {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding: 0 40px;
}
.sec_service .service_list_01 li .thumb {
  height: 220px;
  margin: 0 auto;
  position: relative;
}
.sec_service .service_list_01 li .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.sec_service .service_list_01 li .tit {
  color: #318a93;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.sec_service .service_list_01 li p {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-top: 20px;
}
@media screen and (max-width: 980px) {
  .sec_service .service_list_01 {
    width: 100%;
    margin: 0;
  }
  .sec_service .service_list_01 li {
    padding: 0 15px;
  }
  .sec_service .service_list_01 li .thumb img {
    width: auto;
    max-width: 100px;
  }
  .sec_service .service_list_01 li .tit {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .sec_service .sec_title_01 {
    line-height: 1.4;
    font-size: 2.1rem;
    background: none;
    padding: 0;
    position: static;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .sec_service .service_list_01 {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .sec_service .service_list_01 li {
    width: 100%;
    padding: 0;
  }
  .sec_service .service_list_01 li + li {
    padding-top: 20px;
  }
  .sec_service .service_list_01 li .thumb {
    height: 26vw;
  }
  .sec_service .service_list_01 li .thumb img {
    width: 20%;
    max-width: 100px;
  }
  .sec_service .service_list_01 li p {
    font-size: 1.3rem;
    line-height: 1.6;
    padding-top: 10px;
  }
}

/* ------------------------------------ */
/* About TSJ (2021.01.23 add) */
/* ------------------------------------ */
.sec_about {
  background: #daf8f3 !important;
}
.sec_about .sec_title_01 {
  margin-bottom: 30px;
}
.sec_about .sec_title_01 em {
  font-style: normal;
  color: #23afb7;
}
.sec_about .lead_txt {
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
}
.sec_about .about_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 100%;
  max-width: 750px;
}
.sec_about .cnt {
  width: 24%;
}
.sec_about .cnt .img {
  margin-bottom: 20px;
}
.sec_about .cnt .tit {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho",
    "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_about .sec_title_01 {
    margin-bottom: 4.8vw;
  }
  .sec_about .about_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4vw;
  }
  .sec_about .cnt {
    margin-bottom: 5.3vw;
    width: 48%;
  }
  .sec_about .cnt .img {
    margin-bottom: 3.4vw;
  }
  .sec_about .cnt .tit {
    font-size: 3.73vw;
    margin-bottom: 3.4vw;
  }
}

/* -----------------------------------------------------------*/
/* FAQ (2021.07.05 add) */
/* -----------------------------------------------------------*/
.sec_faq .faq_list {
  max-width: 750px;
  margin: 30px auto 0;
}
.sec_faq .faq_cnt {
  margin-top: 5px;
  background: #fff;
  border: 1px solid #aaa;
}
.sec_faq .faq_question {
  background: #daf8f3;
  position: relative;
  padding: 12px 50px 12px 60px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
}
.sec_faq .faq_question .arr {
  display: block;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 14px;
  height: 14px;
}
.sec_faq .faq_question .arr::before,
.sec_faq .faq_question .arr::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.sec_faq .faq_question .arr::before {
  transform: rotate(90deg);
}
.sec_faq .faq_answer {
  display: none;
  position: relative;
  background: #fff;
  padding: 15px 15px 15px 60px;
}
.sec_faq .faq_answer p {
  line-height: 1.73;
}
.sec_faq .faq_question::before,
.sec_faq .faq_answer::before {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho",
    "Hiragino Mincho ProN", Georgia, "Noto Serif JP", serif;
}
.sec_faq .faq_question::before {
  content: "Q.";
}
.sec_faq .faq_answer::before {
  content: "A.";
}
.sec_faq .faq_cnt.active .faq_question .arr::before {
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .sec_faq .faq_question {
    padding: 12px 35px 12px 10vw;
    font-size: 3.73vw;
  }
  .sec_faq .faq_question .arr {
    top: 4.5vw;
    right: 15px;
    width: 12px;
    height: 12px;
  }
  .sec_faq .faq_answer {
    padding: 3.5vw 3vw 3.5vw 10vw;
  }
  .sec_faq .faq_question::before,
  .sec_faq .faq_answer::before {
    top: 4.2vw;
    left: 12px;
    font-size: 4vw;
  }
}

/* -------------------------------------------------------- */
/* lazyloaded */
/* -------------------------------------------------------- */
.lazy-container {
  display: block;
  position: relative;
  height: 0;
}
.lazy-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* フェードイン表示 */
img.fade-in {
  transition: all 1s;
  opacity: 0;
}
img.fade-in.lazyloaded {
  opacity: 1;
}

/* -------------------------------------------------------- */
/* 国ページに適用 */
/* -------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .cityTop.page-type-country .sec#indexListChild {
    background: #fff;
  }
}

/* -------------------------------------------------------- */
/* フリーオーダー枠（2024.12.14 追加） */
/* -------------------------------------------------------- */
.cityTop .sec_search .search_contact p {line-height:1.5;}
.cityTop .sec_search .search_contact p small{font-weight:bold;letter-spacing:0.27em;}
.cityTop .sec_search .search_contact p b{font-size:100%;font-weight:bold;letter-spacing:0.23em;}
.cityTop .sec_search .search_contact .link_btn a {display:flex;align-items:center;justify-content:center;position:relative;padding-right:10px;font-weight:700;color:#fff;padding-right:15px;}
.cityTop .sec_search .search_contact .link_btn a::before {font-size:128%;content:"\f0e0";font-family:"Font Awesome 5 Free";margin:0 15px 0 0;font-weight:bold;}
@media (min-width: 768px),print {
  .cityTop .sec_search .search_contact{position:relative;z-index:1;background:rgba(0, 0, 0, 0.45);width:100%;padding:18px 25px;}
  .cityTop .sec_search .search_contact p {font-size:1.8rem;color:#fff;}
  .cityTop .sec_search .search_contact p small{font-size:88%;letter-spacing:0.27em;margin-right: 30px;}
  .cityTop .sec_search .search_contact p b{letter-spacing:0.23em;}
  .cityTop .sec_search .search_contact .link_btn {margin:0;}
  .cityTop .sec_search .search_contact .link_btn a{height:45px;background:#23afb7;border:1px solid #ccc;letter-spacing:0.1em;}
  .cityTop .sec_search .search_contact .link_btn a::after{border-color:#fff;}
  .cityTop .sec_search .search_contact .link_btn a:hover{background:rgba(35, 175, 183, 0.8);opacity:1;}
}
@media (min-width: 961px),print {
  .cityTop .sec_search .search_contact {align-items:center;display:flex;justify-content:space-between;min-height:80px;}
  .cityTop .sec_search .search_contact p {flex:1;padding-right:20px;display:inline-flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;}
  .cityTop .sec_search .search_contact p small{margin-right:30px;}
  .cityTop .sec_search .search_contact .link_btn {max-width:345px;width:45%;}
}
@media screen and (max-width: 960px) {
  .cityTop .sec_search .search_contact p {font-size:1.8rem;}
  .cityTop .sec_search .search_contact p small {display: block;margin-bottom:5px;}
  .cityTop .sec_search .search_contact p b {display: block;}
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .cityTop .sec_search .search_contact p {margin-bottom:15px;}
  .cityTop .sec_search .search_contact .link_btn {text-align:center;}
  .cityTop .sec_search .search_contact .link_btn a {display: inline-flex;padding: 0 30px 0 15px;}
}
@media screen and (max-width: 767px) {
  .cityTop .sec_search .search_contact {border-top:2px solid #fff;background:#daf8f3;padding:5vw 4vw 8vw;}
  .cityTop .sec_search .search_contact p{margin-bottom:4vw;font-size:4.26vw;}
  .cityTop .sec_search .search_contact p small{color:#23afb7;font-size:86%;letter-spacing:0.2em;margin-bottom:1.5vw;}
  .cityTop .sec_search .search_contact p b{letter-spacing:0.2em;}
  .cityTop .sec_search .search_contact .link_btn a{background:#23afb7;border:1px solid #23afb7;font-weight:bold;height:12.6vw;}
  .cityTop .sec_search .search_contact .link_btn a::after{border-color:#fff;right:15px;}
}
