@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.ttf?ed8hpa") format("truetype"), url("fonts/icomoon.woff?ed8hpa") format("woff"), url("fonts/icomoon.svg?ed8hpa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-myArrow:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-down-left:before {
  content: "\e901";
}

.icon-arrow-down-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-arrow-up-left:before {
  content: "\e906";
}

.icon-arrow-up-right:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e909";
}

.icon-chevron-left:before {
  content: "\e90a";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-chevron-up:before {
  content: "\e90c";
}

.icon-x:before {
  content: "\e90d";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

/* variable */
/* color */
/* util */
/* トップ：共通アイテム */
.top {
  /* トップ：ヘッダー部分 */
}
.top .topMidashi {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-align: center;
  letter-spacing: .1em;
}
.top .topMidashi::before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.top .topMidashi::after {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: #df606d;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}
.top h1 {
  position: relative;
  padding-left: 48px;
}
.top h1::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 37px;
  background-image: url(../images/header_icn_hotel.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  top: 50%;
  margin-top: -18px;
}

/* トップ：メイン画像部分検索箇所 */
.topSearchArea {
  width: 100%;
  height: 488px;
  background-image: url(../images/topBg_SP18-044400.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topSearchAreaInner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* 宿泊条件から探す */
.seaOyado {
  position: absolute;
  width: 425px;
  top: 40px;
  left: 0;
}
.seaOyado h2 {
  position: relative;
  font-size: 20px;
  line-height: 1;
  color: white;
  margin-bottom: 20px;
  padding-left: 28px;
}
.seaOyado h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  background-image: url(../images/icn_search_white.png);
}

.searchForm {
  width: 100%;
}

.seaBlock {
  background-color: rgba(249, 248, 242, 0.9);
  padding: 10px;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
.seaBlock h3 {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #999999;
}
.seaBlock h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.seaBlock h3 span {
  font-size: 10px;
  margin-left: .2em;
  color: #ff0000;
  font-weight: normal;
}
.seaBlock .txt {
  min-height: 16px;
  font-size: 14px;
  line-height: 1;
  padding-left: 4px;
  padding-right: 40px;
  padding-bottom: 2px;
  border-bottom: 1px solid #999999;
}
.seaBlock .selectBtn {
  position: absolute;
  right: 12px;
  bottom: 15px;
  color: white;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  background-color: #7e2d51;
  border: 1px solid #7e2d51;
  color: white !important;
  background-color: #7e2d51 !important;
  transition-property: color, background-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  text-decoration: none;
}
.seaBlock .selectBtn:hover {
  color: #7e2d51 !important;
  background-color: white !important;
}
.seaBlock.area h3::before {
  background-image: url(../images/icn_pin_purple.png);
  width: 12px;
  height: 15px;
}
.seaBlock.date h3::before {
  background-image: url(../images/icn_cal_purple.png);
  width: 13px;
  height: 14px;
}
.seaBlock.num > h3::before {
  background-image: url(../images/icn_num_purple.png);
  width: 13px;
  height: 14px;
}
.seaBlock.key h3::before {
  background-image: url(../images/icn_key_purple.png);
  width: 13px;
  height: 13px;
}
.seaBlock.key .keyword {
  display: block;
  border: none;
  background-color: transparent;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 1px solid #999999;
  font-size: 14px;
}

.topSearchAreaBtns {
  letter-spacing: -.4em;
  display: flex;
}
.topSearchAreaBtns button,.topSearchAreaBtns a {
  outline: none;
  cursor: pointer;
  letter-spacing: .1em;
  height: 40px;
  line-height: 40px;
  border: none;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
}
.topSearchAreaBtns a.topSearchAreaReset {
  display: block;
  width: 130px;
  line-height: 38px;
  border: 1px solid #999999;
  color: white !important;
  background-color: #999999 !important;
  transition-property: color, background-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.topSearchAreaBtns a.topSearchAreaReset:hover {
  color: #999999 !important;
  background-color: white !important;
}
.topSearchAreaBtns button.topSearchAreaSubmit {
  text-indent: -1em;
  margin-left: 5px;
  width: 290px;
  border: 1px solid #fa184d;
  line-height: 38px;
  color: white !important;
  background-color: #fa184d !important;
  transition-property: color, background-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.topSearchAreaBtns button.topSearchAreaSubmit:hover {
  color: #fa184d !important;
  background-color: white !important;
}
.topSearchAreaBtns button.topSearchAreaSubmit::before {
  content: "";
  display: inline-block;
  margin-right: .5em;
  background-image: url(../images/icn_search_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-top: 10px;
}
.topSearchAreaBtns button.topSearchAreaSubmit:hover::before {
  background-image: url(../images/icn_search_pink2.png);
}

/* エリアから探す */
.seaArea {
  position: absolute;
  width: 465px;
  top: 40px;
  right: 0;
}
.seaArea h2 {
  position: relative;
  font-size: 20px;
  line-height: 1;
  color: white;
  margin-bottom: 20px;
  padding-left: 23px;
}
.seaArea h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 20px;
  background-image: url(../images/icn_pin_white.png);
}

/* エリアから探す：地域ボタン個別設定 */
.seaAreaMapItem {
  font-size: 14px;
}
.seaAreaMapItem.hokkaido {
  left: 151px;
  top: 10px;
}
.seaAreaMapItem.tohoku {
  left: 248px;
  top: 121px;
}
.seaAreaMapItem.tohoku .subAreaList {
  width: 14em;
  height: 96px;
}
.seaAreaMapItem.kanto {
  left: 246px;
  top: 230px;
}
.seaAreaMapItem.kanto .subAreaList {
  width: 14em;
  height: 126px;
}
.seaAreaMapItem.koshinetsu {
  left: 125px;
  top: 88px;
}
.seaAreaMapItem.tokai {
  left: 200px;
  top: 270px;
}
.seaAreaMapItem.tokai .subAreaList {
  width: 14em;
  height: 66px;
}
.seaAreaMapItem.hokuriku {
  left: 105px;
  top: 151px;
}
.seaAreaMapItem.kinki {
  left: 127px;
  top: 222px;
}
.seaAreaMapItem.kinki .subAreaList {
  width: 14em;
  height: 96px;
}
.seaAreaMapItem.sanin {
  left: -2px;
  top: 207px;
}
.seaAreaMapItem.sanin .subAreaList {
  width: 14em;
  height: 96px;
}
.seaAreaMapItem.shikoku {
  left: 87px;
  top: 286px;
}
.seaAreaMapItem.shikoku .subAreaList {
  width: 14em;
  height: 66px;
}
.seaAreaMapItem.kyushu {
  left: -45px;
  top: 259px;
}
.seaAreaMapItem.kyushu .subAreaList {
  width: 14em;
  height: 96px;
}
.seaAreaMapItem.okinawa {
  left: -10px;
  top: 27px;
}

/*********************
  最近検索した条件で探す
  人気のエリア
  プラン番号検索
**********************/
.topSearchAreaBottom {
  margin-top: -20px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 最近検索した条件で探す */
.seaRecent {
  width: 50%;
  border-right: 1px dotted #999999;
  margin-right: 10px;
}
.seaRecent h2 {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  letter-spacing: .1em;
  margin-right: 16px;
  margin-bottom: 12px;
}
.seaRecent h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  background-image: url(../images/icn_clock_pink.png);
}

.recentList {
  margin-bottom: 0;
}

.recentItem {
  margin-bottom: .33em;
}
.recentItem::before {
  content: "\e90b";
  font-family: 'icomoon' !important;
  margin-right: .25em;
  color: #999999;
}
.recentItem a {
  color: #333333;
}
.recentItem a:visited {
  color: #9933CC;
}
.recentItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}

/* 人気のエリア */
.seaPopArea {
  width: 48%;
}
.seaPopArea h2 {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  letter-spacing: .1em;
  margin-right: 16px;
  margin-bottom: 12px;
}
.seaPopArea h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 18px;
  background-image: url(../images/icn_pin_pink.png);
}

.popList {
  margin-bottom: 0;
}

.popItem {
  display: inline-block;
  margin-bottom: .33em;
  margin-right: .5em;
}
.popItem::before {
  content: "\e90b";
  font-family: 'icomoon' !important;
  margin-right: .25em;
  color: #999999;
}
.popItem a {
  color: #333333;
}
.popItem a:visited {
  color: #9933CC;
}
.popItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}

/* プラン番号検索 */
.seaPlanNo {
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  border-top: 1px dotted #999999;
  padding-top: 16px;
  margin-top: 16px;
}
.seaPlanNo h2 {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  letter-spacing: .1em;
  margin-right: 16px;
  margin-bottom: 0;
}
.seaPlanNo h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  background-image: url(../images/icn_search_pink.png);
}

.planNoSearch {
  display: block;
  position: relative;
  padding-right: 30px;
  margin-right: 20px;
}
.planNoSearch .text {
  border: 1px solid #999999;
  border-right: none;
  padding: 8px 4px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px 0 0 4px;
}
.planNoSearch .btn {
  display: block;
  position: absolute;
  border: none;
  background: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 100%;
  background-color: #fa184d;
  border: 1px solid #fa184d;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  outline: none;
  transition: background-color .2s linear 0s;
}
.planNoSearch .btn::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/icn_search_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.planNoSearch .btn:hover {
  background-color: white;
}
.planNoSearch .btn:hover::before {
  background-image: url(../images/icn_search_pink2.png);
}

.planNoHelp {
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.planNoHelpIcon {
  position: relative;
  line-height: 0;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  cursor: pointer;
  z-index: 100;
}
.planNoHelpIcon img {
  max-width: 100%;
  height: auto;
}
.planNoHelpIcon:hover .tooltip {
  display: block;
}

.planNoHelpNotice {
  margin-bottom: 0;
  color: #999999;
}

/* プラン番号検索：ツールチップ */
.tooltip {
  display: none;
  position: absolute;
  padding: 10px;
  width: 400px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  background-color: white;
  line-height: 1.4;
  font-size: 12px;
  color: #333333;
  bottom: calc(100% + 20px);
  left: -70px;
}
.tooltip::after, .tooltip::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 71px;
}
.tooltip::before {
  border-top: 8px solid #999999;
  bottom: -8px;
  z-index: 1;
}
.tooltip::after {
  border-top: 8px solid white;
  bottom: -7px;
  z-index: 2;
}

.tooltipNotice {
  padding-left: 1em;
  text-indent: -1em;
}
.tooltipNotice::before {
  content: "※";
  font-family: monospace;
}

.tooltipExp {
  position: relative;
  padding-left: 3em;
}
.tooltipExp::before {
  content: "【例】";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/***************
  新着情報
  重要なお知らせ
***************/
.informationArea {
  margin-top: 20px;
}

/* 新着情報 */
.latestArea {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.latestArea h2 {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: .1em;
  color: #000;
  line-height: 1;
  white-space: nowrap;
}

.latestList {
  margin-left: 10px;
  margin-bottom: 0;
}

.latestItem {
  display: inline-block;
  margin-bottom: .33em;
  margin-right: .75em;
}
.latestItem::before {
  content: "\e90b";
  font-family: 'icomoon' !important;
  margin-right: .25em;
  color: #999999;
}
.latestItem a {
  color: #1d3994;
}
.latestItem a:visited {
  color: #9933CC;
}
.latestItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}

/* 重要なお知らせ */
.importantArea {
  border-top: 1px solid #999999;
}

.importantInner {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
}
.importantInner h2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #ff0000;
  white-space: nowrap;
}
.importantInner h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0;
  margin-right: .2em;
  background-image: url(../images/icn_osirase_red.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.importantList {
  margin-left: 10px;
  margin-bottom: 0;
}

.importantItem {
  display: inline-block;
  margin-bottom: .33em;
  margin-right: .75em;
}
.importantItem::before {
  content: "";
  display: inline-block;
  height: .6em;
  margin-right: .25em;
  border-left: 0.5em solid #333333;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
}
.importantItem a {
  color: #333333;
}
.importantItem a:visited {
  color: #9933CC;
}
.importantItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}

/**********************
  あなたへのおすすめホテル・旅館
  最近見たホテル・旅館
  担当者おすすめホテル・旅館
  テーマ・目的で選ぶホテル・旅館
**********************/
.hotelArea {
  margin-bottom: 40px;
}

.hotelTopOuter {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

/*
  あなたへのおすすめホテル・旅館
  最近見たホテル・旅館
  共通設定
*/
.hotelTopItem {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
}
.hotelTopItem .inner {
  width: 480px;
  padding: 30px 0;
}
.hotelTopItem .inner h2 {
  position: relative;
  padding-left: 28px;
  margin-left: 20px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  letter-spacing: .1em;
}
.hotelTopItem .inner h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* あなたへのおすすめホテル・旅館 */
.osusumeHotel {
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f9f8f2;
}
.osusumeHotel .inner {
  padding-right: 0;
}
.osusumeHotel .inner h2::before {
  width: 20px;
  height: 18px;
  background-image: url(../images/icn_rcmnd_pink.png);
}

/* 最近見たホテル・旅館 */
.recentHotel {
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f4f3ed;
}
.recentHotel .inner {
  padding-left: 0;
}
.recentHotel .inner h2::before {
  width: 20px;
  height: 20px;
  background-image: url(../images/icn_clock_pink.png);
}

/*
  あなたへのおすすめホテル・旅館
  最近見たホテル・旅館
  スライダー設定
*/
.hotelSlideList {
  position: relative;
  width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.hotelSlideList .slick-arrow {
  display: block;
  position: absolute;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 50px;
  background-color: #7e2d51;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.hotelSlideList .slick-arrow::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'icomoon' !important;
  text-indent: 0;
  width: 12px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 12px;
  cursor: pointer;
}
.hotelSlideList .slick-arrow.slick-prev {
  left: -22px;
}
.hotelSlideList .slick-arrow.slick-prev::before {
  content: "\e90a";
}
.hotelSlideList .slick-arrow.slick-next {
  right: -22px;
}
.hotelSlideList .slick-arrow.slick-next::before {
  content: "\e90b";
}

.hotelSlideItem {
  display: block;
  width: 135px;
  text-decoration: none;
  margin: 0 5px;
}
.hotelSlideItem:visited dd, .hotelSlideItem:visited dt {
  color: #9933CC;
}
.hotelSlideItem:hover dd, .hotelSlideItem:hover dt {
  color: #ebac12;
  text-decoration: underline;
}
.hotelSlideItem:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.hotelSlideElms dd, .hotelSlideElms dt {
  margin-bottom: 0;
}
.hotelSlideElms .image {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 8px;
  overflow: hidden;
}
.hotelSlideElms .image img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .2s ease 0s;
  transform-origin: center;
}
.hotelSlideElms .price {
  line-height: 1.1;
}
.hotelSlideElms .note {
  font-size: 10px;
  color: #999999;
  margin-bottom: 12px;
}
.hotelSlideElms .area {
  color: #999999;
  min-height: 2.7em;
  font-size: 12px;
  margin-bottom: 2px;
  line-height: 1.3;
}
.hotelSlideElms .name {
  font-size: 14px;
  line-height: 1.25;
  font-weight: normal;
  color: #1d3994;
}

/* 担当者おすすめホテル・旅館 */
.tantoOsusumeHotel {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.tantoOsusumeHotel h2 {
  margin-bottom: 20px;
}
.tantoOsusumeHotel h2::before {
  background-image: url(../images/icn_rcmnd_pink.png);
  width: 23px;
  height: 21px;
}
.tantoOsusumeHotel h2::after {
  content: "Recommend";
}
.tantoOsusumeHotel .slick-arrow {
  display: block;
  position: absolute;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-color: #7e2d51;
  top: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.tantoOsusumeHotel .slick-arrow::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'icomoon' !important;
  text-indent: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.tantoOsusumeHotel .slick-arrow.slick-prev {
  left: -36px;
}
.tantoOsusumeHotel .slick-arrow.slick-prev::before {
  content: "\e90a";
}
.tantoOsusumeHotel .slick-arrow.slick-next {
  right: -36px;
}
.tantoOsusumeHotel .slick-arrow.slick-next::before {
  content: "\e90b";
}

.bannerList {
  position: relative;
  width: 885px;
  margin-left: auto;
  margin-right: auto;
}

.bannerItem {
  display: block;
  width: 285px;
  margin: 0 8px;
}
.bannerItem img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  transition: opacity .2s linear 0s;
}
.bannerItem .recoNameBase01 {
  padding: 0 1em;
  margin-bottom: 0;
  color: #1d3994;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}
.bannerItem:visited .recoNameBase01 {
  color: #9933CC;
}
.bannerItem:hover img {
  opacity: .7;
}
.bannerItem:hover .recoNameBase01 {
  color: #ebac12;
  text-decoration: underline;
}

/* テーマ・目的で選ぶホテル・旅館 */
.themeHotel {
  padding: 30px 0 14px 0;
  background-color: #f9f8f2;
}
.themeHotel h2 {
  margin-bottom: 20px;
}
.themeHotel h2::before {
  background-image: url(../images/icn_shutter_pink.png);
  width: 20px;
  height: 20px;
}
.themeHotel h2::after {
  content: "Theme";
}

.themeHotelList {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.themeHotelItem {
  width: 220px;
  margin-bottom: 16px;
  margin-right: 26px;
}
.themeHotelItem:nth-child(4n) {
  margin-right: 0;
}

.themeHotelLink {
  display: block;
  text-decoration: none;
}
.themeHotelLink:visited .title,
.themeHotelLink:visited .comment {
  color: #9933CC;
}
.themeHotelLink:hover img {
  transform: translate(-50%, -50%) scale(1.1) !important;
}
.themeHotelLink:hover .title,
.themeHotelLink:hover .comment {
  color: #ebac12;
  text-decoration: underline;
}

.themeHotelElm {
  display: block;
  margin: 0;
  position: relative;
}
.themeHotelElm .image {
  position: relative;
  width: 220px;
  height: 165px;
  margin-bottom: 8px;
  overflow: hidden;
}
.themeHotelElm .image img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transition: transform .2s ease 0s;
  transform: translate(-50%, -50%);
}
.themeHotelElm .title {
  margin-bottom: 6px;
  color: #1d3994;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25;
}
.themeHotelElm .comment {
  margin-bottom: 0;
  line-height: 1.35;
}
.themeHotelElm .price {
  position: absolute;
  width: 100%;
  padding: 8px 8px 3px 8px;
  top: 122px;
  left: 0;
  font-size: 14px;
  color: white;
  line-height: 1;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.themeHotelElm .note {
  position: absolute;
  width: 100%;
  padding: 0 8px 8px 8px;
  top: 147px;
  left: 0;
  font-size: 10px;
  line-height: 1;
  color: white;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/****************
  デジタルカタログ
****************/
.digitalCatalogArea {
  margin-bottom: 20px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.digitalCatalogArea > h2::before {
  background-image: url(../images/icn_ebook_pink.png);
  width: 25px;
  height: 18px;
}
.digitalCatalogArea > h2::after {
  content: "e-book";
}

.digitalCatalogLead {
  text-align: center;
  margin-bottom: 24px;
}

.catalogList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.catalogItem {
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  margin-bottom: 30px;
  margin-right: 13px;
  border-right: 1px dotted #999999;
}
.catalogItem:nth-child(4n) {
  margin-right: 0;
  border-right: none;
}
.catalogItem .catalogImage {
  width: 90px;
  line-height: 0;
  margin-right: 10px;
}
.catalogItem .catalogImage img {
  max-width: 100%;
  height: auto;
}
.catalogItem .catalogTxt {
  -ms-flex: 1;
  flex: 1;
}
.catalogItem .catalogArea {
  font-weight: normal;
  color: #999999;
  font-size: 14px;
}
.catalogItem .catalogBtn {
  width: 120px;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  padding: 8px 20px 8px 10px;
  margin-bottom: 12px;
}
.catalogItem .catalogBtn:last-child {
  margin-bottom: 0;
}

/*****************
  宿泊エリアから予約可能なホテル・旅館を探す
  旅の情報旅行準備や旅行計画に役立つ情報満載！
******************/
.otherArea {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.otherItem {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
}

.otherItemInner {
  width: 480px;
  padding: 30px 0;
}
.otherItemInner h2 {
  position: relative;
  padding-left: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .1em;
  color: #000;
}
.otherItemInner h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* 宿泊エリアから予約可能なホテル・旅館を探す */
.seaYoyakuHotel {
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f9f8f2;
}
.seaYoyakuHotel .otherItemInner {
  padding-right: 15px;
}
.seaYoyakuHotel .otherItemInner h2::before {
  width: 14px;
  height: 18px;
  background-image: url(../images/icn_pin_pink.png);
}

.yoyakuAreaLine {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-align-items: flex-start;
  align-items: flex-start;
  line-height: 2;
}
.yoyakuAreaLine > dd {
  -ms-flex: 0 1 auto;
}

.yoyakuAreaName {
  color: #999999 !important;
  margin-right: 10px;
  white-space: nowrap;
  font-weight: normal;
}

.yoyakuAreaList {
  margin: 0;
}

.yoyakuAreaListItem {
  display: inline-block;
  margin-right: .5em;
}
.yoyakuAreaListItem::before {
  content: "\e90b";
  color: #999999;
  font-family: 'icomoon' !important;
}
.yoyakuAreaListItem a {
  color: #333333;
}
.yoyakuAreaListItem a:visited {
  color: #9933CC;
}
.yoyakuAreaListItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}

/* 旅の情報旅行準備や旅行計画に役立つ情報満載！ */
.kankoGuide {
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f4f3ed;
}
.kankoGuide .otherItemInner {
  padding-left: 15px;
}
.kankoGuide .otherItemInner h2::before {
  width: 18px;
  height: 16px;
  background-image: url(../images/icn_flag_pink.png);
}

.guide {
  margin-left: 15px;
}
.guide h3 {
  font-size: 16px;
}

.guideInner {
  display: block;
  margin-bottom: 16px;
}
.guideInner::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.guideInner .guideImage {
  float: left;
  width: 200px;
  line-height: 0;
  margin-right: 16px;
  transition: opacity .2s linear 0s;
}
.guideInner .guideImage img {
  max-width: 100%;
  height: auto;
}
.guideInner .guideTtl {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
  margin-left: 216px;
  text-decoration: none;
}
.guideInner .guideTxt {
  margin-left: 216px;
  text-decoration: none;
}
.guideInner:visited .guideTtl {
  color: #9933CC;
}
.guideInner:visited .guideTxt {
  color: #9933CC;
}
.guideInner:hover .guideImage {
  opacity: .7;
}
.guideInner:hover .guideTtl {
  color: #ebac12;
  text-decoration: underline;
}
.guideInner:hover .guideTxt {
  color: #ebac12;
  text-decoration: underline;
}

/**************
  トップ：フッター
**************/
.footerBlock {
  margin-bottom: 40px;
}

/* FAQ */
.faq {
  padding: 30px 0 10px 0;
  margin-bottom: 40px;
  background-color: #f9f8f2;
}

.faqList {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.faqItem {
  width: 24%;
  margin-bottom: 20px;
}
.faqItem a {
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 70px;
  height: 61px;
  color: #333333;
}
.faqItem a:visited {
  color: #9933CC;
}
.faqItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}
.faqItem a img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.faqItem a img.imgOff {
  z-index: 2;
  opacity: 1;
}
.faqItem a span {
  display: block;
  -ms-flex: 0 1 auto;
}
.faqItem a:hover img {
  opacity: 1;
}
.faqItem a:hover img.imgOff {
  opacity: 0;
}

/*****************
  企業・学校・団体のお客様
  公式SNSアカウント
*****************/
.corpSns {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

/* 企業・学校・団体のお客様 */
.forCorp {
  -ms-flex: 1;
  flex: 1;
}
.forCorp h2 {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  letter-spacing: .1em;
}
.forCorp h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icn_school_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.forCorp .inner {
  display: -ms-flexbox;
  display: flex;
}

.corpBanner {
  width: 175px;
  line-height: 0;
}
.corpBanner a {
  display: block;
  line-height: 0;
  color: #1d3994;
}
.corpBanner a img {
  transition: opacity .2s linear 0s;
}
.corpBanner a:visited {
  color: #9933CC;
}
.corpBanner a:hover {
  color: #ebac12;
  text-decoration: underline;
}
.corpBanner a:hover > img {
  opacity: .7;
}

.corpLinkList {
  -ms-flex: 1;
  flex: 1;
}

.corpLinkItem {
  display: inline-block;
  margin: 0 .5em .4em .5em;
}
.corpLinkItem a {
  color: #333333;
}
.corpLinkItem a:visited {
  color: #9933CC;
}
.corpLinkItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}
.corpLinkItem a i {
  color: #999999;
}
.corpLinkItem:first-child {
  margin-right: 4em;
}

/* 公式SNSアカウント */
.snsBox {
  width: 465px;
  margin-left: 15px;
  padding: 15px;
  border: 1px solid #999999;
  position: relative;
}
.snsBox::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.lineBanner {
  display: block;
  /*float: left;*/
  width: 190px;
  color: #333333;
  clear: both;
}
.lineBanner img {
  transition: opacity .2s linear 0s;
}
.lineBanner:visited {
  color: #9933CC;
}
.lineBanner:hover {
  color: #ebac12;
  text-decoration: underline;
}
.lineBanner:hover > img {
  opacity: .7;
}
.lineBanner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.lineBanner span {
  display: block;
  text-align: center;
}

.snsAccount {
  text-align: center;
  position: absolute;
  top: 20px;
  right: 30px;
}
.snsAccount h3 {
  color: #000;
  font-size: 16px;
  line-height: 1;
}
.snsAccount a {
  display: inline-block;
  margin-right: 18px;
  color: #333333;
}
.snsAccount a img {
  transition: opacity .2s linear 0s;
}
.snsAccount a:visited {
  color: #9933CC;
}
.snsAccount a:hover {
  color: #ebac12;
  text-decoration: underline;
}
.snsAccount a:hover > img {
  opacity: .7;
}
.snsAccount a:last-child {
  margin-right: 0;
}
.snsAccount a img {
  width: 50px;
  height: 50px;
  margin-bottom: 6px;
}
.snsAccount a span {
  display: block;
  line-height: 1;
}

/*********************
  関連リンク
*********************/
.relationalLink {
  padding: 30px 0 20px 0;
  background-color: #f9f8f2;
}

.relationalLinkInner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.relationalLinkInner h2 {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  letter-spacing: .1em;
}
.relationalLinkInner h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icn_school_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.relationLinkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.relationLinkList a {
  color: #333333;
  display: block;
  width: 180px;
  text-align: center;
  margin-bottom: 10px;
}
.relationLinkList a img {
  transition: opacity .2s linear 0s;
}
.relationLinkList a:visited {
  color: #9933CC;
}
.relationLinkList a:hover {
  color: #ebac12;
  text-decoration: underline;
}
.relationLinkList a:hover > img {
  opacity: .7;
}
.relationLinkList a img {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}
.relationLinkList a span {
  display: block;
  text-align: center;
  font-size: 12px;
}

/****************
  カテゴリーリンク
  関東発以外の出発地の情報を見る
*****************/
.categoryDeparture {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
}

/* カテゴリーリンク */
.categoryLink {
  width: 50%;
  padding-right: 15px;
}
.categoryLink h2 {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  letter-spacing: .1em;
}
.categoryLink h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icn_link_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.categoryLinkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 10em;
}

.categoryLinkItem {
  width: 33%;
  margin-bottom: .5em;
}
.categoryLinkItem a {
  color: #333333;
  letter-spacing: 0;
}
.categoryLinkItem a:visited {
  color: #9933CC;
}
.categoryLinkItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}
.categoryLinkItem a i {
  color: #999999;
}

/* 関東発以外の出発地の情報を見る */
.departureInfo {
  width: 50%;
  padding-left: 15px;
  border-left: 1px solid #999999;
}
.departureInfo h2 {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  letter-spacing: .1em;
}
.departureInfo h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icn_pin_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.kyoten_menu {
  margin-bottom: 0;
}

.kyoten_menuli {
  position: relative;
  display: inline-block;
  margin: 0 .5em 1em .5em;
}
.kyoten_menuli::before {
  content: "\e90b";
  color: #999999;
  font-family: 'icomoon' !important;
}
.kyoten_menuli > a {
  position: relative;
  color: #333333;
  z-index: 1;
}
.kyoten_menuli > a:visited {
  color: #9933CC;
}
.kyoten_menuli > a:hover {
  color: #ebac12;
  text-decoration: underline;
}

.kyoten_menuSub {
  position: absolute;
  min-width: 100%;
  top: calc(100% + 4px);
  left: 0;
  z-index: 2;
  padding: 5px 10px;
  border: 1px solid #999999;
  background-color: white;
  border-radius: 4px;
}
.kyoten_menuSub::before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 6px solid #999999;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: -6px;
  left: 18px;
  z-index: 2;
}
.kyoten_menuSub::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 6px solid white;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: -4px;
  left: 18px;
  z-index: 3;
}
.kyoten_menuSub li {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #999999;
}
.kyoten_menuSub li::before {
  content: "\e90b";
  color: #999999;
  font-family: 'icomoon' !important;
}
.kyoten_menuSub li.Js_kyotenGray {
  color: #ebac12;
}
.kyoten_menuSub li.Js_kyotenGray::before {
  display: none;
}
.kyoten_menuSub li a {
  white-space: nowrap;
  color: #333333;
}
.kyoten_menuSub li a:visited {
  color: #9933CC;
}
.kyoten_menuSub li a:hover {
  color: #ebac12;
  text-decoration: underline;
}

/*****************
  ニュースリリース
  お客様へのお知らせ
******************/
.newsNotice {
  display: -ms-flexbox;
  display: flex;
}

.newsNoticeItem {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
}
.newsNoticeItem .inner {
  width: 480px;
  padding: 30px 0;
}
.newsNoticeItem .inner h2 {
  position: relative;
  padding-left: 28px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .1em;
  color: #000;
}
.newsNoticeItem .inner h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* ニュースリリース */
.newsRelease {
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f9f8f2;
}
.newsRelease .inner {
  padding-right: 15px;
}
.newsRelease .inner h2::before {
  width: 18px;
  height: 15px;
  background-image: url(../images/icn_news_pink.png);
}

.newsList {
  margin-bottom: 0;
}

.newsItem {
  position: relative;
  margin-bottom: 6px;
  padding-left: 16px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #999999;
}
.newsItem::before {
  content: "\e90b";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  color: #999999;
  font-family: 'icomoon' !important;
}
.newsItem a {
  color: #333333;
}
.newsItem a:visited {
  color: #9933CC;
}
.newsItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}

/* お客様へのお知らせ */
.costNotice {
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f4f3ed;
}
.costNotice .inner {
  padding-left: 15px;
}
.costNotice .inner h2::before {
  width: 17px;
  height: 18px;
  background-image: url(../images/icn_bell_pink.png);
}

.noticeList {
  margin-bottom: 0;
}

.noticeItem {
  position: relative;
  margin-bottom: 6px;
  padding-left: 16px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #999999;
}
.noticeItem::before {
  content: "\e90b";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  color: #999999;
  font-family: 'icomoon' !important;
}
.noticeItem a {
  color: #333333;
}
.noticeItem a:visited {
  color: #9933CC;
}
.noticeItem a:hover {
  color: #ebac12;
  text-decoration: underline;
}

.modal {left: 450px;}
.modal::before {
  content: "";
  position: absolute;
  display: block;
  border-right: 10px solid #7e2d51;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 14px;
  right: 100%;
}
.modal .modalMidashi {
  position: relative;
  background-color: #7e2d51;
}
.modal .modalMidashi h3 {
  color: white;
}
.modal .modalMidashi .modalCloseBtn {
  color: white;
}
.modal_area h3::before {
  width: 12px;
  height: 15px;
  background-image: url(../images/icn_pin_white.png);
}
.modal_days h3 {
  white-space: nowrap;
}
.modal_days h3::before {
  width: 12px;
  height: 15px;
  background-image: url(../images/icn_pin_white.png);
}
.modal_num h3::before {
  width: 12px;
  height: 15px;
  background-image: url(../images/icn_pin_white.png);
}
