@charset "UTF-8";
/* ### mixin.scss ### */
/* ### mixin.scss ### */
/*
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 959px) {}
@media screen and (max-width: 789px) {}
@include media(sp)  {}
@media screen and (max-width: 680px) {}
----------------------------------------------------*/
#areaPage { letter-spacing: 0; }

/* パンくずリスト */
#pan { padding: 12px 0; margin: 0 auto; }
#pan li, #pan a { font-size: 12px; }
#pan .pan-arrow { margin: 0 3px 0 7px; }
#pan a:hover { color: #F9423A; }

/** パンクズリスト・ヘッダー(SP) **/
@media screen and (max-width: 789px) { #pan { display: block !important; }
  #pan ul { padding: 0 4% !important; }
  #pan li { font-size: 10px !important; font-size: 10px !important; }
  #pan a { font-size: 10px !important; }
  #header { z-index: 1000; } }
@media screen and (max-width: 657px) { #campaign { padding: 15px 0 0 !important; } }
#areaPage, #footer2015 { /*  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/ font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #333; }

/* #areaPage a, */
#areaPage a:after, #areaPage .hoverimg img, #areaPage button { -webkit-backface-visibility: hidden; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }

.theme-list a, .hotel-box a, .btn-bk, .btn-rd, .area-menu-box a, .tabs-navi-search, .ui-tabs-anchor { -webkit-backface-visibility: hidden; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }

#areaPage a:hover { opacity: 1; text-decoration: none; }
#areaPage a:hover img { opacity: 1; }
#areaPage a:hover .hoverimg img { transform: scale(1.05); }
#areaPage a .hoverimg { overflow: hidden; }
#areaPage button:hover { opacity: 1; }

.area-page a:hover { color: #666; }

#contents { width: 100%; }

.area-page-inner { width: 960px; margin: 0 auto; }
.area-page-inner.shadow { width: 980px; }

.pdt-off { padding-top: 0 !important; }

@media screen and (max-width: 959px) { .area-page-inner { width: 100%; padding: 0 4%; box-sizing: border-box; }
  .area-page-inner.shadow { width: inherit; } }
/* スマホの表示-非表示 */
.sp-off { display: block; }

.sp-on, .acContents { display: none; }

@media screen and (max-width: 657px) { .sp-off { display: none !important; }
  .sp-on { display: block; } }
/* 特集バナー */
.bnr_area { background: #ffffff; padding-bottom: 60px; }

/* アコーディオン */
@media screen and (min-width: 768px) { #readmore-tour, #readmore-1, #readmore-2 { display: none; } }
/* .bg-base
----------------------------------------------------*/
.bg-base { padding: 30px 0; }

.bg-base-beige { background: #F7F5F0; }

.bg-base-gray { background: #F4F4F4; }

.bg-base-bluegray { background: #EAEAEA; }

@media screen and (max-width: 657px) { .bg-base { padding: 15px 0 20px; } }
/* .border
------------------------*/
.border-dash { border-top: 1px dashed #D9D9D9; }

/* .box
----------------------------------------------------*/
.border-box-red { border: 2px solid #F9423A; background: #FFF; }

.border-box-gray { border: 1px solid #D5D5D5; background: #FFF; }

.shadow-box { background: #FFF; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
.shadow-box img { vertical-align: top; width: 100%; height: auto; }

/* .cardBox カード
------------------------*/
.cardBox { background: #FFF; }

/* .tourBox
------------------------*/
.area-tour-box h5 { font-size: 17px; margin-bottom: 12px; }
.area-tour-box .headline3 { font-size: 17px; margin-bottom: 12px; margin-top: 12px; }
.area-tour-box h5 + p { margin-bottom: 12px; }

.area-tour-list-box { padding-bottom: 30px; }

.area-tour-box .area-tour-list-img { padding: 8px; }
.area-tour-box .area-tour-list-img img { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.area-tour-box .area-tour-list-img-inner { overflow: hidden; }
.area-tour-box .area-tour-list-txt { padding: 0 28px 0; }
.area-tour-box .area-tour-list-txt .badge-box { position: relative; top: -16px; }
.area-tour-box .page-link-icon-txt { position: relative; top: 14px; }
.area-tour-box .border-dash { box-sizing: border-box; padding: 26px 20px 12px; text-align: left; width: 100%; }
.area-tour-box .badge-tags { width: auto; border-radius: 20px; padding: 2px; line-height: 1; margin-bottom: 4px; }
.area-tour-box a { height: 100%; box-sizing: border-box; }
.area-tour-box a:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); }

.area-tour-list-img { position: relative; }
.area-tour-list-img .badge-box { position: relative; bottom: 10px; }

.area-tour-txt { text-align: left; line-height: 1.6em; margin-bottom: 10px; }

.price { font-size: 17px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #f9423a; }
.price span { font-size: 26px; font-weight: bold; }

.area-tour-txt { padding: 0 28px 0; }

.area-tour-box h5 { margin-top: 12px; }

.departure { font-size: 16px; font-weight: bold; }

@media screen and (max-width: 657px) { .area-tour-list-box { padding-bottom: 0; }
  .area-tour-box .area-tour-list-img { float: left; width: 40%; }
  .area-tour-box .area-tour-list-txt { float: left; width: 50%; padding: 0 1%; }
  .area-tour-box h5 { font-size: 14px; padding-bottom: 0; padding-top: 12px; }
  .departure { width: auto; background: #63666a; color: #FFF; font-size: 10px; font-weight: normal; padding: 2px 8px; float: left; margin-top: 3px; }
  .area-tour-price { clear: both; padding: 8px; overflow: hidden; }
  .price span { font-size: 19px; }
  .area-tour-txt { padding: 0; font-size: 11px; }
  .area-tour-price .price { text-align: center; font-size: 13px; float: left; width: auto; padding-left: 5px; }
  .area-tour-box .page-link-icon-txt { position: absolute; top: 86%; left: auto; right: 0%; margin-left: 0 !important; width: 12px; height: 21px; padding: 0; }
  .area-tour-box .page-link-icon-txt:after { right: 4px !important; } }
/*@include media(sp) { .area-tour-box h5 { font-size: 14px; } .area-tour-box .area-tour-list-txt { width: 60%; padding: 8px 18px 10px 0; } .area-tour-box .area-tour-list-txt .badge-box { top: 0; font-size: 10px; margin-bottom: 10px; } .area-tour-box .border-dash { padding: 10px; } .area-tour-box .page-link-icon-txt { position: absolute; bottom: 60%; left: auto; right: 0; margin-left: 0 !important; width: 12px; height: 22px; padding: 0; } .area-tour-box .page-link-icon-txt:after { right: 4px !important; } .area-tour-box .badge-tags { display: inline-block; width: auto; margin-bottom: 2px; } .area-tour-list-img { width: 40%; } .area-tour-txt { font-size: 11px; text-align: justify; } .price { font-size: 12px; } .price span { font-size: 18px; } .area-tour-list-box { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
} */
/* .areaBox
------------------------*/
.area-box-list { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between; }

@media screen and (max-width: 657px) { .area-box-list { display: block; } }
@media screen and (min-width: 658px) { .area-box-list { -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
.tourInfo { margin: 0 auto; padding: 10px 0 30px; }
.tourInfo * { box-sizing: border-box; }
.tourInfo .area-box-list { flex: 0 0 100%; box-shadow: 6px 6px #ebebeb; }
.tourInfo .area-box-list li:nth-of-type(even) { background: #F7F7F7; }
.tourInfo h3 { font-size: 22px; color: #f9423a; text-align: center; }
.tourInfo h3 em { content: ""; background: url(../images/otoku.png) no-repeat; background-size: 60px auto; display: inline-block; width: 60px; height: 85px; vertical-align: middle; margin: 0 10px 0 5px; }
.tourInfo .more { text-align: center; margin: 15px 0 0; }
.tourInfo .more a { font-size: 1.3em; font-weight: bold; text-decoration: underline; }
.tourInfo .pagenation { display: flex; margin: 60px 0 30px; justify-content: center; }
.tourInfo .pagenation .pagenation-item { display: inline-block; line-height: 1; letter-spacing: 0; text-align: center; vertical-align: middle; font-size: 18px; }
.tourInfo .pagenation .pagenation-item a, .tourInfo .pagenation .pagenation-item span { display: block; padding: 0 15px; text-align: center; transition: color .25s ease; }
.tourInfo .pagenation .pagenation-item a:hover { color: #F9423A; }
.tourInfo .pagenation .pagenation-item-next a { font-weight: bold; padding: 0 20px; transition: opacity .25s ease, -webkit-transform .25s ease; transition: opacity .25s ease, transform .25s ease; transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease; }
.tourInfo .pagenation .pagenation-item-prev a { font-weight: bold; padding: 0 20px; transition: opacity .25s ease, -webkit-transform .25s ease; transition: opacity .25s ease, transform .25s ease; transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease; }
.tourInfo .pagenation .pagenation-item-prev a:hover { -webkit-transform: translateX(-7px); -ms-transform: translateX(-7px); transform: translateX(-7px); }
.tourInfo .pagenation .pagenation-item-next a:hover { -webkit-transform: translateX(7px); -ms-transform: translateX(7px); transform: translateX(7px); }
.tourInfo .pagenation .current { color: #F9423A; }

@media screen and (max-width: 657px) { .tourInfo { padding: 0 4%; }
  .tourInfo h3 { font-size: 16px; }
  .tourInfo h3 em { background-size: 50px auto; width: 50px; height: 70px; }
  .tourInfo .pagenation { margin: 30px 0 10px; } }
.longSeller { margin: 0 auto 30px; display: flex; font-size: 15px; font-weight: bold; }
.longSeller * { box-sizing: border-box; }
.longSeller h3 { box-shadow: 6px 6px #ebebeb; width: 20%; padding: 20px 10px; text-align: center; background: #f9423a; color: white; }
.longSeller a { box-shadow: 6px 6px #ebebeb; padding: 20px 10px; width: 80%; display: block; position: relative; color: #f9423a; }

@media screen and (max-width: 657px) { .longSeller { display: block; }
  .longSeller h3 { width: 100%; font-size: 13px; padding: 5px; }
  .longSeller a { padding: 20px 13px 20px 10px; width: 100%; font-size: 14px; } }
.areaBox { position: relative; }
.areaBox a { display: flex; box-sizing: border-box; width: 100%; height: 100%; }
.areaBox .area-box-image { width: 40%; overflow: hidden; background-position: center center; background-size: 100% auto; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.areaBox .area-box-image img { object-fit: cover; width: 100%; height: 100%; vertical-align: top; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.areaBox .area-box-txt { box-sizing: border-box; }
.areaBox a:hover .area-box-image { background-size: 110% auto; }

@media screen and (max-width: 657px) { .areaBox { margin-bottom: 4px; }
  .areaBox .area-box-txt { width: 58%; text-align: left; padding: 8px 20px; }
  .areaBox .area-box-txt h5 { margin-bottom: 6px; } }
@media screen and (min-width: 658px) { .areaBox { width: 48%; margin: 4.5px; box-sizing: border-box; }
  .areaBox .area-box-txt { width: 60%; padding: 10px 20px; vertical-align: middle; }
  .areaBox .area-box-txt h5 { font-size: 16px; margin-bottom: 12px; }
  .areaBox .area-box-txt p { font-size: 14px; margin-bottom: 10px; line-height: 1.6em; }
  .areaBox .page-link-icon { position: absolute; right: 0; bottom: 50%; margin-bottom: -10px; } }
.areaBox__tourInfo { max-height: 70px; border-bottom: 1px solid #d5d5d5; }
.areaBox__tourInfo .area-box-image { width: 15%; }
.areaBox__tourInfo .area-box-txt { width: 85%; }
.areaBox__tourInfo .area-box-txt p { margin-bottom: 0; color: #f9423a; }
.areaBox__tourInfo .area-box-txt p span { color: #333; display: block; }
.areaBox__tourInfo a:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); }
.areaBox__tourInfo:last-of-type { border-bottom: none; }
.areaBox__tourInfo:first-of-type { border-bottom: 1px solid #d5d5d5; }

@media screen and (max-width: 657px) { .areaBox__tourInfo { max-height: none; width: 100%; margin: 0; }
  .areaBox__tourInfo .area-box-txt { padding: 10px 20px 10px 10px; min-height: 60px; }
  .areaBox__tourInfo .area-box-txt p span { margin-top: 5px; } }
@media screen and (min-width: 658px) { .areaBox__tourInfo { width: 100%; margin: 0; } }
.departure-inner { margin-bottom: 72px; }

/* .areaBox-s
------------------------*/
.area-box-list-s { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; }

.area-box-s { position: relative; width: -webkit-calc(100% / 3); width: calc(100% / 3); padding-left: 10px; padding-bottom: 10px; box-sizing: border-box; }
.area-box-s a { display: flex; }
.area-box-s a:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); }
.area-box-s .area-box-image { overflow: hidden; width: 42%; }
.area-box-s .area-box-image img { object-fit: cover; width: 100%; height: 100%; vertical-align: top; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.area-box-s .area-box-txt { box-sizing: border-box; width: 58%; text-align: left; padding: 0 12px; vertical-align: top; }
.area-box-s .area-box-txt h5 { font-size: 12px; }
.area-box-s .area-box-txt .date { font-style: italic; color: #F9423A; margin-bottom: 6px; }
.area-box-s .badge-box { font-size: 10px; margin-bottom: 6px; }

@media screen and (max-width: 657px) { .area-box-list-s { display: block; margin-left: 0; }
  .area-box-s { position: relative; width: 100%; padding-left: 0; }
  .area-box-s .area-box-txt { padding: 12px 18px 12px 12px; }
  .area-box-s .area-box-txt .date { font-size: 11px; } }
/* .hotel-box
------------------------*/
.hotel-box-list { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }

.hotel-box-list-l { margin-left: -10px; }

@media screen and (max-width: 657px) { .hotel-box-list-l { margin-left: 0; display: block; } }
.hotel-box { text-align: center; }
.hotel-box a { display: block; height: 100%; position: relative; -webkit-backface-visibility: hidden; /* 追加 */ backface-visibility: hidden; /* 追加 */ }
.hotel-box a:hover { box-shadow: 0 0 20px #CCC; }
.hotel-box .badge-box { position: relative; top: -10px; }
.hotel-box .hotel-box-txt { padding: 0 20px; background-color: #FFF; }
.hotel-box h6 { font-size: 14px; margin-bottom: 10px; text-align: left; }
.hotel-box .rating { margin-bottom: 12px; }
.hotel-box .area-hotel-txt { text-align: justify; line-height: 1.6em; font-size: 12px; padding-bottom: 40px; }
.hotel-box .page-link-icon { position: absolute; bottom: 0; left: 50%; margin-left: -75px; }

@media screen and (max-width: 657px) { .hotel-box .hotel-box-txt { padding: 0 10px; }
  .hotel-box h6 { font-size: 12px; text-align: justify; }
  .hotel-box .rating { margin-bottom: 12px; }
  .hotel-box .area-hotel-txt { font-size: 10px; padding-bottom: 40px; }
  .hotel-box .page-link-icon { bottom: 0; margin-left: -75px; } }
.hotel-box-l { width: 32.5%;                              /* width: -webkit-calc(100% / 3); width: calc(100% / 3);
*/ margin-left: 10px; margin-bottom: 20px; }
.hotel-box-l a { box-shadow: 0 0 20px #CCC; }
.hotel-box-l img { vertical-align: top; width: 100%; height: auto; }
.hotel-box-l h6 { font-size: 16px; text-align: center; margin-bottom: 16px; }
.hotel-box-l .area-hotel-txt { font-size: 14px; }
.hotel-box-l .rating { width: 60%; margin-bottom: 16px; }

.hotel-box-txt { position: relative; }

@media screen and (max-width: 657px) { .hotel-box-l { width: 100%; display: block; margin-left: 0; margin-bottom: 30px; }
  .hotel-box-l a { box-shadow: none; }
  .hotel-box-l .hotel-box-txt { padding: 0 8%; }
  .hotel-box-l .area-hotel-txt { font-size: 14px; padding-bottom: 50px; }
  .hotel-box-l .rating { width: 60%; } }
@media screen and (min-width: 769px) { .hotel-box-l a:hover { box-shadow: 0 0 28px #b3b3b3; } }
@media screen and (max-width: 657px) { .hotel-box-s .page-link-icon { position: absolute; bottom: 0; margin-left: 0; left: 0; width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 992px) { .hotel-box-l .rating { width: 100%; } }
/* text
----------------------------------------------------*/
.area-title { text-align: center; }
.area-title .titleline-s { padding: 0 36px; background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/area-title-l-s.svg), url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/area-title-r-s.svg); background-position: left center,right center; background-repeat: no-repeat; background-size: auto 24px; }

.area-red-title { color: #F9423A; }

.border-title { display: inline-block; border-bottom: 1px solid #E5E5E5; position: relative; padding-top: 60px; padding-bottom: 24px; margin-bottom: 48px; font-size: 24px; }
.border-title:after { content: ''; width: 1px; height: 30px; background: #F9423A; position: absolute; left: 50%; bottom: 0; margin-left: -1px; margin-bottom: -15px; }

.bg-white { padding: 15px 0 20px; }

.arrange .area-red-title { font-size: 28px; font-weight: normal; }
.arrange .area-red-title span { padding: 0 40px; background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/area-title-l.svg), url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/area-title-r.svg); background-position: left center,right center; background-repeat: no-repeat; background-size: auto 28px; }

.area-tour-search .area-red-title { font-size: 22px; }

.area-tabs-maintitle { font-size: 26px; padding: 80px; }
.area-tabs-maintitle .qmark { display: inline-block; -moz-transform: rotate(20deg); -webkit-transform: rotate(20deg); -o-transform: rotate(20deg); -ms-transform: rotate(20deg); transform: rotate(20deg); }

.area-tabs-title { position: relative; font-size: 28px; font-weight: normal; text-align: center; color: #F9423A; border-bottom: 1px solid #E5E5E5; padding-top: 74px; padding-bottom: 40px; }
.area-tabs-title:after { content: ""; width: 100px; height: 1px; background: #F9423A; position: absolute; bottom: -1px; left: 50%; margin-left: -50px; }

.pocket-articles { display: table; border-spacing: 15px; }
.pocket-articles ul { margin-bottom: 20px; }
.pocket-articles li { position: relative; display: table-cell; padding: 10px 10px 20px; border: 1px solid #e2e2e2; width: 30%; overflow: hidden; }
.pocket-articles li .thumbnail { overflow: hidden; }
.pocket-articles li .thumbnail .new_img { position: absolute; top: 0; left: 0; }
.pocket-articles li .thumbnail .new_img img { max-width: 100%; height: auto; }
.pocket-articles li img { width: 100%; height: 180px; object-fit: cover; transition: all 0.2s; }
.pocket-articles li img:hover { transform: scale(1.05); }
.pocket-articles li .date { text-align: right; font-size: 14px; padding: 10px 0; }
.pocket-articles li .title { font-size: 16px; font-weight: bold; text-align: left; }
.pocket-articles li .hash { font-size: 12px; line-height: 30px; margin-right: 7px; float: left; }

@media screen and (max-width: 767px) { .pocket-articles { width: 100%; border-spacing: 0; }
  .pocket-articles ul { padding: 0; width: 100%; }
  .pocket-articles li { display: block; width: auto; margin: 0 15px 20px; }
  .pocket-articles li img { width: 100%; }
  .pocket-articles li .title { font-size: 14px; }
  .bg-white { padding: 0; }
  .area-title .titleline-s { padding: 0 26px; background-size: auto 100%; }
  .arrange .area-red-title { font-size: 16px; }
  .arrange .area-red-title span { padding: 0 20px; background-size: auto 100%; }
  .area-tour-search .area-red-title { font-size: 16px; padding: 10px; border-bottom: none; margin-bottom: 0; }
  .area-tabs-maintitle { font-size: 16px; padding: 40px 20px; }
  .area-tabs-title { font-size: 20px; }
  .border-title { font-size: 16px; padding: 30px; margin-bottom: 30px; } }
/* badge
----------------------------------------------------*/
.badge { text-align: center; display: inline-block; }

.badge-box { background: #FA7A74; color: #FFF !important; font-size: 12px; padding: 2px 8px; }

.badge-tags { color: #F9423A; font-size: 10px; border: 1px solid #FF9893; }

/* arrow
----------------------------------------------------*/
.area-arrow { position: relative; }
.area-arrow:after { content: ""; display: inline-block; position: absolute; }
.area-arrow.right-arrow:after { border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); content: ""; width: 5px; height: 5px; top: 50%; left: 50%; margin-top: -4px; margin-left: -4px; }
.area-arrow.right-arrow-2:after { border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); content: ""; width: 5px; height: 5px; top: 50%; right: 12px; margin-top: -4px; margin-left: -4px; }
.area-arrow.bottom-arrow:after { border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); content: ""; width: 5px; height: 5px; top: 50%; left: 50%; margin-top: -4px; margin-left: -4px; }

.area-arrow-red:after { border-top: 1px solid #F9423A; border-right: 1px solid #F9423A; transform: rotate(45deg); -webkit-transform: rotate(45deg); content: ""; width: 7px; height: 7px; top: 50%; right: 14px; margin-top: -4px; }

/* icon
----------------------------------------------------*/
.page-link-icon { display: inline-block; background: #F9423A; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }

.page-link-icon-base { width: 22px; height: 22px; }

.page-link-icon-s { width: 12px; height: 22px; position: absolute; right: 0; top: 50%; margin-top: -11px; }

.page-link-icon-txt { background: #F9423A; color: #FFF; font-size: 12px; width: 150px; padding: 6px 24px 6px 16px; box-sizing: border-box; }

a:hover .page-link-icon { background: #333; }

@media screen and (max-width: 657px) { .page-link-icon-base { position: absolute; top: 50%; right: 0; margin-top: -10px; width: 12px; } }
/* .area-btn
----------------------------------------------------*/
.area-btn { width: 100%; padding: 12px; color: #FFF; text-align: center; font-weight: bold; position: relative; text-decoration: none; box-sizing: border-box; overflow: hidden; border-radius: 6px; display: block; font-size: 16px; cursor: pointer; }
.area-btn.btn-bk { color: #FFF; background: #696969; box-shadow: 0 3px 0 #3B3B3B; }
.area-btn.btn-bk:hover { box-shadow: 0 3px 0 #000; color: #FFF; }
.area-btn.btn-rd { color: #FFF; background: #F9423A; box-shadow: 0 3px 0 #AC0909; border: none; }
.area-btn.btn-rd:after { content: ""; display: inline-block; border-top: 2px solid #FFF; border-right: 2px solid #FFF; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 10px; height: 10px; position: absolute; top: 50%; right: 14px; margin-top: -5px; transition: 0.2s; }
.area-btn.btn-rd:hover { box-shadow: 0 3px 0 #000; }
.area-btn:hover { background-color: #333; }

/* read-more
------------------------*/
@media screen and (max-width: 657px) { .accordion-box { position: relative; overflow: hidden; }
  .accordion-box label { height: 56px; /* グラデーションの高さ */ cursor: pointer; text-align: center; font-size: 16px; position: absolute; bottom: 0; width: 100%; box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.4); /* 以下グラデーションは「背景が白」に併せて設定しています */ }
  .accordion-box input:checked + label { background: inherit; }
  .tour-reccomend .accordion-box label:after { content: "もっと見る"; }
  .tour-reccomend .accordion-box .accordion-container { height: auto; max-height: 700px; }
  .accordion-box label { z-index: 1; }
  .accordion-box label:after { content: "続きをよむ"; letter-spacing: .05em; line-height: 3.5rem; position: absolute; bottom: 0; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); font-weight: bold; color: #fff; background-color: #696969; width: 100%; }
  .accordion-box label:before { content: "+"; color: #fff; position: absolute; bottom: 50%; right: 14px; z-index: 1; font-size: 20px; width: 20px; height: 20px; font-weight: 200; margin-bottom: -6px; }
  .accordion-box input { display: none; }
  .accordion-box .accordion-container { overflow: hidden; height: 240px; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; }
  .accordion-box input:checked + label { display: none; }
  .accordion-box input:checked + label:after, .accordion-box input:checked + label:before { display: none; }
  .accordion-box input:checked ~ .accordion-container { max-height: none; height: auto; padding-bottom: 10px; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; } }
/* .mainVisual
----------------------------------------------------*/
.main-visual-box { position: relative; }

.main-visual { background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100%; height: 400px; display: table; transition: all .2s linear; }

.main-visual-title { display: table-cell; vertical-align: middle; text-align: center; color: #FFF; text-shadow: 0 0 20px #000; margin-top: -20px; }
.main-visual-title h1 { font-size: 52px; margin-bottom: 1.5%; }
.main-visual-title p { font-size: 15px; margin: 0 auto 0px; max-width: 800px; line-height: 1.6; text-shadow: 0 0 2px #000; }

@media screen and (max-width: 657px) { .main-visual { height: 200px; padding: 15px 0; }
  .main-visual-title h1 { font-size: 26px; }
  .main-visual-title p { font-size: 12px; margin: 10px 0 0; padding: 0 10px; } }
/* .infoList
----------------------------------------------------*/
.info-list { max-width: 960px; margin: 0 auto; }
.info-list a { width: 100%; display: table; font-size: 14px; color: #333; position: relative; }
.info-list a span { display: table-cell; vertical-align: top; }
.info-list .date { font-style: italic; font-weight: 300; padding: 12px; }
.info-list .info-title { padding: 12px; }

.info-top .date { background: #F9423A; color: #FFF; text-align: center; }

@media screen and (max-width: 657px) { .info-top a { background-color: #E5E5E5; font-size: 10px; } }
@media screen and (min-width: 769px) { .info-top { position: absolute; bottom: 40px; width: 100%; }
  .info-top a { background-color: rgba(255, 255, 255, 0.85); }
  .info-top a:hover { background-color: #FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .info-top a:hover:after { right: 20px; }
  .info-top .date { width: 120px; letter-spacing: 0.05em; }
  .info-top .info-title { padding-left: 20px; } }
/* .arrange
----------------------------------------------------*/
.arrange .area-title { padding: 30px 10px 70px; }
.arrange ol { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.arrange ol li { box-sizing: border-box; }
.arrange ol li .border-box-red { position: relative; }
.arrange ol img { width: 100%; vertical-align: top; transition: all .2s linear; }
.arrange .bg-box-red { background: #FFE6E5; }
.arrange .border-box-red { background: #FFF; }
.arrange h3 { background: #FFE6E5; font-size: 26px; font-weight: normal; font-style: italic; color: #F9423A; text-align: center; line-height: 1; }
.arrange h3 span { font-size: 10px; display: block; }
.arrange p { display: table-cell; }

@media screen and (max-width: 657px) { .arrange { margin-bottom: 40px; }
  .arrange .area-title { padding: 30px 10px 35px; }
  .arrange ol { display: block; }
  .arrange li { display: table; width: 100%; margin-left: 2%; margin-bottom: 12px; }
  .arrange li .border-box-red { top: -5px; left: -5px; }
  .arrange li img { display: none; }
  .arrange h3 { display: table-cell; padding: 8px; }
  .arrange p { vertical-align: middle; padding: 10px 18px; } }
@media screen and (min-width: 658px) { .arrange { margin-bottom: 60px; }
  .arrange li { position: relative; width: 32%; text-align: center; margin-bottom: 12px; left: 6px; }
  .arrange li .border-box-red { top: -6px; left: -6px; }
  .arrange h3 { position: absolute; top: -20px; left: 20px; padding: 10px; }
  .arrange h3 span { margin-bottom: 4px; }
  .arrange p { text-align: center; display: block; width: 100%; font-size: 16px; padding: 12px 28px; line-height: 1.6em; vertical-align: middle; box-sizing: border-box; } }
/* .area-tour-search
----------------------------------------------------*/
.area-tour-search { max-width: 960px; margin: 0 auto 10px; }
.area-tour-search .bg-box-gray { width: 100%; background: #EBEBEB; }
.area-tour-search .border-box-gray { position: relative; }
.area-tour-search .area-title { border-bottom: 1px dashed #B7B7B7; padding: 30px; margin-bottom: 30px; }
.area-tour-search .area-title span { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-search.svg) left center no-repeat; background-size: auto 22px; padding: 0 30px; }
.area-tour-search dt { color: #F9423A; font-weight: bold; font-size: 14px; display: table; padding: 12px 20px 0 20px; display: table-cell; vertical-align: top; }
.area-tour-search dt:first-child { padding-left: 0; }
.area-tour-search dd { display: table-cell; vertical-align: top; }
.area-tour-search .detailLink { width: 165px; margin: 0 auto; position: relative; top: 18px; text-align: center; text-decoration: underline; font-size: 1.3em; font-weight: bold; cursor: pointer; }
.area-tour-search .detailLink .icon-ac { position: relative; }
.area-tour-search .detailLink .icon-ac:after { content: "+"; color: #fff; position: absolute; bottom: 50%; right: 10px; z-index: 1; font-size: 20px; width: 20px; height: 20px; font-weight: 200; margin-bottom: -6px; }
.area-tour-search .detailLink.active .icon-ac:after { content: "×"; }
.area-tour-search .btnAc { width: 300px; margin: 0 auto; position: relative; top: 18px; }
.area-tour-search .btnAc .icon-ac { position: relative; }
.area-tour-search .btnAc .icon-ac:after { content: "+"; color: #fff; position: absolute; bottom: 50%; right: 10px; z-index: 1; font-size: 20px; width: 20px; height: 20px; font-weight: 200; margin-bottom: -6px; }
.area-tour-search .btnAc.active .icon-ac:after { content: "×"; }
.area-tour-search .confirm { width: 300px; margin: 40px auto 0; }

@media screen and (max-width: 657px) { .area-tour-search .area-title { font-size: 16px; padding: 20px 0 10px; border-bottom: none; margin-bottom: 0; } }
.area-tour-search-bottom { margin-top: 60px; }
.area-tour-search-bottom .confirm { width: 300px; margin: 40px auto; }

@media screen and (max-width: 768px) { .area-tour-search .bg-box-gray { margin-left: 2%; }
  .area-tour-search .border-box-gray { top: -5px; left: -5px; }
  .area-tour-search .area-title span { padding-top: 2px; padding-bottom: 2px; background-size: auto 100%; }
  .multi_destination .bottom_yellow { width: 100% !important; }
  .area-tour-search dt, .area-tour-search dd { display: block; float: left; margin-bottom: 10px; }
  .area-tour-search dt { clear: both; box-sizing: border-box; padding-left: 0 !important; white-space: nowrap; width: 22%; text-align: center; }
  .area-tour-search dt.sp50 { clear: none; }
  .area-tour-search dt.pdl-0 { padding-right: 6px !important; }
  .area-tour-search dd { width: 78% !important; }
  .area-tour-search dd.sp50 { width: 32% !important; }
  .area-tour-search dd.sp50.select-day { width: 24% !important; }
  .area-tour-search .detailLink { width: 80%; top: 18px; position: static; }
  .area-tour-search .confirm { width: 78%; margin: 17px auto 20px; }
  .area-tour-search dd { width: 78% !important; }
  .area-tour-search dd.sp50 { width: 32% !important; }
  .area-tour-search dd.sp50.select-day { width: 24% !important; } }
@media screen and (max-width: 320px) { .area-tour-search dd { width: 100% !important; }
  .area-tour-search dd.sp50 { width: 100% !important; }
  .area-tour-search dd.sp50.select-day { width: 100% !important; } }
@media screen and (min-width: 658px) { .area-tour-search .bg-box-gray { margin-left: 6px; }
  .area-tour-search .border-box-gray { top: -6px; left: -6px; } }
/* form-parts */
.area-tour-search select { width: 100%; border-radius: 0; background-color: #FFF; font-size: 14px; padding: 10px; color: #767676; border: 1px solid #C6C6C6; background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/arrow-bottom.svg); background-repeat: no-repeat; background-position: 96% center; background-size: 10px; }
.area-tour-search select::-ms-expand { display: none; }
.area-tour-search .iconDash { display: inline-block; float: left; }

.search-base-list { padding: 0 24px; /* 横幅 */ }
.search-base-list .select-departure { width: 170px; }
.search-base-list .select-region { width: 595px; overflow: hidden; }

.multi_destination { float: right; margin: 0 0 10px !important; }
.multi_destination .bottom_yellow { display: block; position: relative; width: 595px; overflow: hidden; margin: 3px 0; }

.search-base-list .select-region .spaceElement, .multi_destination .spaceElement { float: left; width: 32%; margin-left: 6px; }

.search-base-list .select-region .addBtn, .search-base-list .bottom_yellow .addBtn { float: right; padding: 5px; text-align: right; }
.search-base-list .select-region .addBtn a:before, .search-base-list .bottom_yellow .addBtn a:before { content: "+"; color: #333; z-index: 1; font-size: 20px; height: 20px; font-weight: 200; margin-left: 5px; }
.search-base-list .select-departure-date, .search-base-list .select-day { width: 100px; }

@media screen and (max-width: 657px) { .search-base-list .addBtn { display: none !important; } }
@media screen and (max-width: 768px) { .search-base-list { padding: 0 24px; overflow: hidden; }
  .search-base-list dl { margin-top: 10px; }
  .search-base-list dd { width: 78%; }
  .multi_destination .bottom_yellow { width: 100% !important; }
  .search-base-list .select-departure { margin-bottom: 10px; }
  .search-base-list .select-departure-date, .search-base-list .select-day { width: 100px; }
  .search-base-list .select-region { width: 590px; overflow: hidden; }
  .multi_destination { width: 78%; }
  .search-base-list .select-region .addBtn, .search-base-list .bottom_yellow .addBtn { padding: 0; }
  .more-detail .labelname { font-size: 1.3em; }
  .mfp-content div.sub_box.hotel_box, .mfp-content div.sub_box.travel_box, .mfp-content div.sub_box.other_box, .mfp-content div.sub_box.keyword_box { width: 96% !important; }
  .mfp-content div.sub_box .content_box { padding: 0 7%; }
  .more-detail .selectList a { font-weight: normal; padding-left: 18px; }
  /*****　hotel　******/
  .mfp-content div.sub_box .hotelMainbox .left { float: none; width: 100%; }
  .mfp-content div.sub_box .hotelMainbox .left .conciergeForm { display: none; }
  .mfp-content div.sub_box .hotelMainbox .right { float: none; width: 100%; }
  .mfp-content div.sub_box .hotelMainbox .right .selectedHotel { border: none; }
  .mfp-content div.sub_box .hotelMainbox .typeSelect ul li { width: 100%; }
  .mfp-content div.sub_box .close_popup { background: transparent none repeat scroll 0 0; border-radius: 0; cursor: pointer; display: table-cell; float: none; height: 24px; position: absolute; right: 0; top: 10px; width: 27px; z-index: 1; }
  .mfp-content div.sub_box .hotelMainbox { border: none; margin-top: 28px; }
  .mfp-content div.sub_box .hotelMainbox h4 { font-size: 14px; font-weight: bold; }
  .more-detail #hotelSelectList .regionName { width: 100%; line-height: 1em; text-align: left; padding: 0; }
  .search-base-list .select-region .spaceElement, .multi_destination .spaceElement { float: none; width: 100%; margin-left: 0; margin-bottom: 8px; }
  .select-region .spaceElement { margin-bottom: 5px; }
  .select-region .spaceElement:first-child { display: none; } }
@media screen and (max-width: 320px) { .multi_destination { width: 100%; }
  .mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul li { display: block; width: 100% !important; padding-left: 0 !important; margin-left: 0 !important; } }
/*****　Airline　******/
@media screen and (min-width: 769px) { #popup_flight_content { display: none; } }
@media screen and (max-width: 768px) { .mfp-content div.sub_box .Airline { display: none; }
  #popup_flight_content { padding: 15px 15px 0; }
  #content_popup dt { font-weight: bold; font-size: 1.2em; margin-top: 10px; }
  #content_popup select { width: 100%; height: 40px; margin-top: 8px; }
  #content_popup .airList .btnAdd { color: #f9423a; text-align: right; text-decoration: underline; margin-top: 5px; }
  #content_popup .airList li { padding: 5px 0; }
  #content_popup .airList a { top: 25px; font-weight: normal; padding-left: 16px; }
  #content_popup .airList a:before { display: block; position: absolute; content: '×'; color: #f9423a; font-size: 18px; font-weight: bold; left: 15px; margin-top: -3px; } }
/*****　kodawari　******/
@media screen and (min-width: 769px) { #popup_plan_kodawari_content { display: none; } }
@media screen and (max-width: 768px) { .mfp-content div.sub_box.travel_box .content_box { padding: 0 12% 0 6%; }
  .mfp-content div.sub_box .checkBoxArea li label, .mfp-content div.sub_box .checkBoxInner li label { cursor: pointer; display: inline-block; font-size: 13px; width: 100%; vertical-align: middle; }
  .mfp-content div.sub_box .checkBox_list, .mfp-content div.sub_box .checkBoxArea, .mfp-content div.sub_box .checkBox_list { padding: 0; height: 300px; }
  .mfp-content div.sub_box .checkBoxArea li input[type="checkbox"] + label span, .mfp-content div.sub_box .checkBoxInner li input[type="checkbox"] + label span { background: transparent none repeat scroll 0 0; cursor: pointer; display: inline-block; float: left; font-size: 15px; height: auto; line-height: 1.5; margin: 0; padding-left: 0; text-indent: 0; vertical-align: middle; width: 90%; }
  .mfp-content div.sub_box .doubleBtn a { margin-top: 10px; margin-left: 0; display: inline-block; vertical-align: top; }
  .mfp-content div.sub_box .control_box a { background-color: #F9423A; border-radius: 3px; box-sizing: border-box; color: #ffffff; cursor: pointer; display: block; font-size: 16px; font-weight: bold; height: 54px; margin: 5px auto !important; padding: 17px 0; position: relative; text-align: center; width: 250px; } }
@media screen and (max-width: 320px) { .mfp-content div.sub_box .checkBoxArea li, .mfp-content div.sub_box .checkBoxInner li { width: 100% !important; margin: 13px 0; } }
.search-detail-list { padding: 0 24px; /* 横幅 */ }

.search-base-list dl { overflow: hidden; margin: 30px 0 0; clear: both; }
.search-base-list select { float: left; }

.select-departure-date-detail { width: 250px; }
.select-departure-date-detail select { width: 44%; }
.select-departure-date-detail select.select3.d { width: 30%; }

.select-duration { width: 180px; }
.select-duration select { width: 42%; }

.select-price { width: 240px; }
.select-price select { width: 42%; }

.iconDash { padding: 12px 6px; }

@media screen and (max-width: 768px) { .iconDash { padding: 12px 11px; } }
.more-detail { background: #f9f9f9; -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.more-detail p { background: #f1f1f1; width: 20%; line-height: 4.5rem; font-weight: bold; text-align: center; color: #F9423A; }
.more-detail ul { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; width: 80%; padding: 10px; box-sizing: border-box; }
.more-detail .openBtn { height: auto; padding-bottom: 25px; }
.more-detail a { display: block; height: 100%; box-sizing: border-box; padding: 5px; font-weight: bold; position: relative; }
.more-detail .btnSelect { height: 42px; padding: 10px; }

@media screen and (min-width: 769px) { .more-detail li.detail_list { width: 25%; vertical-align: middle; background: #FFF; border: 1px solid #D5D5D5; } }
.selectList:before { display: block; position: absolute; line-height: 1; font-size: 12px; content: '選択中の条件'; z-index: 1; color: #ffffff; background: #696969; padding: 5px; }

.more-detail .selectList a:before { display: block; position: absolute; content: '×'; color: #f9423a; left: 2px; font-size: 18px; top: 1px; font-weight: bold; }
.more-detail #hotelSelectList .hotelKodawari a:first-child:before { display: block; position: absolute; content: '×'; color: #f9423a; left: 2px; font-size: 18px; top: 21px; font-weight: bold; }
.more-detail #hotelSelectList li { width: 100%; border: none; }
.more-detail #hotelSelectList .hotelKodawari:before { display: block; position: absolute; line-height: 1; font-size: 12px; content: 'ホテルのこだわり条件'; z-index: 1; color: #696969; background: #eaeaea; padding: 5px; }
.more-detail #hotelSelectList .hotelKodawari a:first-child { padding-top: 25px; }
.more-detail #hotelSelectList dl { margin: 0; overflow: visible; }
.more-detail #hotelSelectList .regionName { display: block; padding-top: 25px; }
.more-detail #hotelSelectList a { top: 0; }

@media screen and (min-width: 769px) { .more-detail .selectList a { top: 25px; font-weight: normal; padding-left: 18px; } }
#hotelSelectList ul { width: 100%; padding: 10px 0 0 5px; display: block; }

@media screen and (max-width: 768px) { .more-detail { display: none; }
  .more-detail p { width: 100%; }
  .more-detail ul { display: block; width: 100%; }
  .more-detail li { display: block; width: 100%; overflow: hidden; border: 1px solid #c6c6c6; background: #fff; }
  .more-detail #hotelSelectList li#setHotelDataIndex0 { margin-top: 20px; }
  .more-detail .selectList a { top: 20px; } }
/* キーワードから探す */
.keyword-search { border-top: 1px solid #D5D5D5; margin-top: 40px; display: table; width: 100%; table-layout: fixed; }
.keyword-search h3, .keyword-search ul { display: table-cell; }
.keyword-search h3 { vertical-align: middle; text-align: center; padding: 20px 10px; width: 20%; }
.keyword-search ul { width: 100%; -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-left: 1px solid #D5D5D5; position: relative; margin-bottom: -1px; }
.keyword-search li { width: 25%; border-bottom: 1px solid #D5D5D5; border-right: 1px solid #D5D5D5; box-sizing: border-box; }
.keyword-search a { display: block; position: relative; text-align: center; padding: 14px; line-height: 1; background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-search.svg) 10px center no-repeat; background-size: 14px; }

@media screen and (min-width: 769px) { #popup_tour_code { display: none; }
  .keyword-search a:hover, .more-detail a:hover { color: #F9423A; } }
@media screen and (max-width: 768px) { .keyword-search { border-top: 1px dashed #D5D5D5; margin-top: 0; }
  .keyword-search h3, .keyword-search ul { display: block; }
  .keyword-search h3 { width: 100%; box-sizing: border-box; }
  .keyword-search ul { border-left: none; border-top: 1px solid #D5D5D5; -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
  .keyword-search li { display: inline-block; width: 50%; box-sizing: border-box; }
  .keyword-search a { font-size: 11px; background-size: 12px; text-align: left; padding: 14px 20px 14px 26px; }
  .keyword_box .content_box { display: none; }
  #popup_tour_code { padding: 15px 15px 0; }
  .mfp-content div.sub_box input { height: 40px; padding: 0 20px 2px 6px; width: 100%; font-size: 14px; border-radius: 4px; border: 1px solid #e2e3ea; } }
/* .btn_calendar
------------------------*/
body:not(.abtest) .ui-datepicker { width: 20em; background: #FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); color: #333333; font-family: Arial, Helvetica, sans-serif; display: none; }
body:not(.abtest) .ui-datepicker table { width: 92%; font-size: 14px; border-collapse: collapse; margin: 4%; }
body:not(.abtest) .ui-datepicker th { padding-bottom: 4px; }
body:not(.abtest) .ui-datepicker td { border: 0; padding: 1px; }
body:not(.abtest) .ui-datepicker td a, body:not(.abtest) .ui-datepicker td span { display: block; padding: .2em; text-align: right; text-decoration: none; }
body:not(.abtest) .ui-datepicker td a:hover { background: #F9423A; color: #FFF; opacity: 1; }
body:not(.abtest) .ui-datepicker .ui-icon { text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; width: 34px; height: 100%; display: inline-block; position: absolute; top: 0; margin-top: 0; background: #000; transition: 0.2s; }
body:not(.abtest) .ui-datepicker .ui-icon:after { content: ""; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 4px; height: 4px; position: absolute; top: 50%; left: 50%; margin-top: -2px; margin-left: -2px; }
body:not(.abtest) .ui-datepicker .ui-datepicker-prev .ui-icon { left: 0; }
body:not(.abtest) .ui-datepicker .ui-datepicker-prev .ui-icon:after { border-bottom: 1px solid #fff; border-left: 1px solid #fff; }
body:not(.abtest) .ui-datepicker .ui-datepicker-next .ui-icon { right: 0; }
body:not(.abtest) .ui-datepicker .ui-datepicker-next .ui-icon:after { border-top: 1px solid #fff; border-right: 1px solid #fff; }
body:not(.abtest) .ui-datepicker .ui-state-default { border: 1px solid #E2E3EA; }
body:not(.abtest) .ui-datepicker .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); background-image: none; }
body:not(.abtest) .ui-datepicker-title { padding: 10px; line-height: 1; text-align: center; font-size: 16px; }
body:not(.abtest) .ui-datepicker-header { background: #F9423A; color: #ffffff; font-weight: normal; position: relative; }

@media screen and (min-width: 769px) { body:not(.abtest) .ui-datepicker .ui-icon:hover { background: #F9423A; opacity: 1; } }
.btn_calendar { display: table-cell; margin-left: 1px; }
.btn_calendar img { padding: 11px 14px 12px 14px; transition: 0.2s; }
.btn_calendar img:hover { background-color: #CCC; }

/* #tabs
----------------------------------------------------*/
/* 既存のclear */
.tabs-inner { border-bottom: 4px solid #F9423A; }

.tabs-navi ul { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; position: relative; z-index: 10; }
.tabs-navi ul li { width: 23%; display: table; padding-left: 1px; box-sizing: border-box; color: #626262; font-size: 14px; }
.tabs-navi ul li:first-child { padding-left: 0; }
.tabs-navi ul li a { display: table-cell; vertical-align: middle; height: 54px; padding: 10px 10px 10px 54px; outline: none; text-align: left; color: #626262; font-size: 13px; line-height: 1.4em; background-color: #EAEAEA; background-repeat: no-repeat; background-position: 14px center; background-size: auto 30px; }

.tab-hidden { display: none !important; }

.tabs_back { background-color: #fff !important; }

.tabs-navi { position: relative; display: table; width: 100%; }
.tabs-navi ul li a:hover#ui-id-1, .tabs-navi ul li a#ui-id-1 { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-1.svg); }
.tabs-navi ul li a#ui-id-2 { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-2.svg); }
.tabs-navi ul li a#ui-id-3 { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-3.svg); }
.tabs-navi ul li a#ui-id-4 { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-4.svg); }
.tabs-navi ul li a:hover, .tabs-navi ul li a.active { background-color: #F9423A; color: #FFF; font-weight: bold; }
.tabs-navi ul li a:hover#ui-id-1, .tabs-navi ul li a#ui-id-1.active { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-1-w.svg); }
.tabs-navi ul li a:hover#ui-id-2, .tabs-navi ul li a#ui-id-2.active { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-2-w.svg); }
.tabs-navi ul li a:hover#ui-id-3, .tabs-navi ul li a#ui-id-3.active { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-3-w.svg); }
.tabs-navi ul li a:hover#ui-id-4, .tabs-navi ul li a#ui-id-4.active { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-4-w.svg); }
.tabs-navi ul .ui-tabs-active a { font-weight: bold; font-size: 14px; }
.tabs-navi ul.is-fixed { padding-top: 0; }

.tabs-navi-search { display: table-cell; width: 8.2%; background: #696969; position: absolute; right: 0; top: 0; z-index: 998; text-align: center; vertical-align: middle; }
.tabs-navi-search span { width: 100%; height: 100%; background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-search-w.svg); background-position: center 14px; background-repeat: no-repeat; background-size: auto 24px; display: block; color: #FFF; padding-top: 48px; box-sizing: border-box; font-size: 10px; }
.tabs-navi-search:hover { color: #FFF; }

.is-fixed { position: fixed; top: 0; left: 0; z-index: 10000; width: 100%; text-align: center; background: #FFF; }

.tabs { margin-top: -74px; padding-top: 74px; }

/*.tour_tab { margin-top: 42px;
} */
@media screen and (max-width: 992px) { .is-fixed { width: 100%; left: 0; margin: 0; } }
@media screen and (max-width: 657px) { .tabs-inner { padding: 0; }
  .tabs-navi ul li { width: 29.5%; }
  .tabs-navi ul li a { font-size: 10px; letter-spacing: -1px; height: 54px; text-align: center; box-sizing: border-box; padding: 36px 6px 10px; background-position: center 8px; background-size: auto 20px; }
  .tabs-navi ul .ui-tabs-active a { font-size: 10px; }
  .tabs-navi-search { width: 12%; }
  .tabs-navi-search span { background-position: center 8px; background-repeat: no-repeat; background-size: auto 20px; padding-top: 36px; }
  /* ヘッダーを表示させる */
  /*  .is-fixed { top: 40px; }*/
  .tabs { /*    margin-top: -118px; padding-top: 118px; */ margin-top: -72px; padding-top: 72px; } }
@media screen and (min-width: 992px) { .tabs-inner { width: 100%; background: #EAEAEA; }
  .tabs-inner .tabs-navi { width: 960px; margin: 0 auto; }
  .tabs-inner .tabs-navi li:first-child { border-left: 1px solid #FFF; }
  .tabs-navi ul a#ui-id-1 { background-size: auto 24px; }
  .tabs-navi ul a#ui-id-2 { background-position: 18px center; }
  .tabs-navi ul a#ui-id-3, .tabs-navi ul a#ui-id-4 { background-size: auto 24px; } }
/* #tab-1
----------------------------------------------------*/
#tabs-1 { margin-bottom: -60px; }

@media screen and (min-width: 768px) { #tabs-1 .area-tabs-title { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-1.svg) center 30px no-repeat; background-size: auto 34px; } }
/* .areaTourList
------------------------*/
.area-tour-list { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-left: -4%; }
.area-tour-list li { width: 31.3%; position: relative; text-align: center; margin-bottom: 18px; margin-left: 2%; }
.area-tour-list li img { width: 100%; height: auto; vertical-align: top; }
.area-tour-list a { position: relative; display: block; }

@media screen and (max-width: 657px) { .area-tour-list { display: block; padding: 0 4%; }
  .area-tour-list li { width: 100%; position: relative; text-align: left; margin-bottom: 2%; }
  .tour-reccomend { padding: 0; }
  .tour-reccomend .area-page-inner { padding: 0; }
  .tour-reccomend .area-title { padding-top: 30px; }
  .layout-2 a { display: block; overflow: hidden; padding-bottom: 0; }
  .layout-2 .area-tour-list-img { float: left; box-sizing: border-box; }
  .layout-2 .area-tour-list-txt { float: right; box-sizing: border-box; }
  .layout-2 .border-dash { position: relative; width: 40%; float: left; border-top: none; padding-top: 0; }
  .layout-2 .border-dash li { width: 100%; text-align: center; margin-bottom: 4px; box-sizing: border-box; } }
@media screen and (min-width: 768px) and (max-width: 991px) { .area-tour-list li { width: 48%; }
  .area-tour-list li img { /*    width: 100%; */ height: auto; } }
@media screen and (min-width: 992px) { .area-tour-list li img { /* width: auto; */ height: 190px; } }
/* .banner-list
------------------------*/
.banner-list-top, .banner-list-bottom { max-width: 960px; margin: 0 auto; padding-top: 20px; text-align: center; }

.banner-list-top li, .banner-list-bottom li { width: 24.5%; display: inline-block; padding-left: 10px; padding-bottom: 10px; box-sizing: border-box; }

.banner-list-top li img, .banner-list-bottom li img { width: 100%; height: auto; vertical-align: top; }

.banner-list-top.wide { max-width: none; }
.banner-list-top.wide li { width: auto; }

.banner-list-bottom { margin: -50px auto  50px; }

.banner-list { max-width: 1180px; margin: 0 auto; padding-right: 10px; text-align: center; }
.banner-list li { width: 24.5%; display: inline-block; padding-left: 10px; padding-bottom: 10px; box-sizing: border-box; }
.banner-list li img { width: 100%; height: auto; vertical-align: top; transition: all .2s linear; }

@media screen and (max-width: 657px) { .banner-list-top, .banner-list-bottom { padding-right: 8px; padding-top: 16px; -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .banner-list-top.wide { padding-right: 8px; padding-top: 16px; -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .banner-list-top li { width: 50%; padding-left: 8px; padding-bottom: 8px; box-sizing: border-box; }
  .banner-list-bottom li, .banner-list-top.wide li { width: 50%; padding-left: 8px; padding-bottom: 8px; box-sizing: border-box; }
  .banner-list-bottom { margin: -30px auto  30px; }
  .banner-list { padding-right: 8px; -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .banner-list li { width: 50%; padding-left: 8px; padding-bottom: 8px; box-sizing: border-box; } }
@media screen and (min-width: 1200px) { .banner-list-top li { width: 235px; }
  .banner-list li { width: 290px; } }
@media screen and (min-width: 769px) { #areaPage .banner-list-top a:hover img, #areaPage .banner-list a:hover img { opacity: .8; } }
/* .theme-list
------------------------*/
.theme-list { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.theme-list li { width: -webkit-calc(100% / 3); width: calc((100% / 3) - 0.1px); box-sizing: border-box; padding: 1px; }
.theme-list li > span { overflow: hidden; display: block; position: relative; }
.theme-list li .overlay { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.34); position: absolute; top: 0; left: 0; opacity: 1; -webkit-transition: 0.2s; transition: 0.2s; }
.theme-list li .theme-title { padding: 10px; z-index: 1; text-align: center; }
.theme-list li .off { background: #e2e2e2; display: block; height: 100%; }
.theme-list li a { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 240px; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; font-size: 20px; font-weight: bold; color: #FFF !important; text-shadow: 0 0 20px #000; }
.theme-list li a:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }
.theme-list li a:hover .overlay { opacity: 0; }

.caption { text-align: right; margin-right: 5px; font-size: 12px; }

@media screen and (max-width: 657px) { .theme-list li { width: 50%; }
  .theme-list li .theme-title { font-size: 14px; }
  .theme-list li a { height: 150px; }
  .caption { text-align: left; margin-left: 5px; font-size: 11px; } }
/* #tab-2
----------------------------------------------------*/
@media screen and (min-width: 768px) { .hotel-recommend { padding-bottom: 50px; }
  #tabs-2 .area-tabs-title { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-2.svg) center 30px no-repeat; background-size: auto 38px; } }
.hotel-other-title { font-size: 20px; font-weight: normal; text-align: center; margin-bottom: 50px; }
.hotel-other-title span { font-size: 28px; color: #F9423A; font-style: italic; margin: 0 4px; }

@media screen and (max-width: 657px) { .hotel-other-title { font-size: 16px; margin-bottom: 30px; }
  .hotel-other-title span { font-size: 22px; }
  .hotel-recommend { padding: 0; } }
/* rating */
/* rating */
.rating { display: table; width: 100%; margin: 0 auto 18px; border: 1px solid #BABABA; border-radius: 20px; }
.rating p, .rating .ratingStar { display: table-cell; vertical-align: middle; line-height: 1; width: 50%; padding: 4px; }
.rating p { font-size: 10px; background: #F0F0F0; font-weight: bold; color: #818181; border-right: 1px solid #BABABA; position: relative; border-radius: 20px 0 0 20px; }
.rating p:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 8px; border-color: transparent transparent transparent #BABABA; position: absolute; right: -8px; top: 50%; margin-top: -6px; }
.rating p:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 7px; border-color: transparent transparent transparent #F0F0F0; position: absolute; right: -7px; top: 50%; margin-top: -5px; }
.rating .ratingStar { width: 65px; margin: 0 auto; position: relative; top: 1px; font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

@media screen and (max-width: 657px) { .rating { width: 100%; }
  .hotel-box-l .rating p, .hotel-box-l .rating .ratingStar { padding: 8px; }
  .rating p { font-size: 10px; letter-spacing: -1px; }
  .rating .ratingStar { width: 50px; } }
.rate { position: relative; display: inline-block; width: 65px; height: 13px; font-size: 13px; }
.rate:before, .rate:after { position: absolute; top: 0; left: 0; content: '★★★★★'; display: inline-block; height: 13px; line-height: 13px; font-size: 13px; }
.rate:before { color: #cccccc; }
.rate:after { color: #FFB100; overflow: hidden; white-space: nowrap; }

.area-page a:hover .rate:before, .area-page a:focus .rate:before, .area-page a:active .rate:before { color: #cccccc !important; }
.area-page a:hover .rate:after, .area-page a:focus .rate:after, .area-page a:active .rate:after { color: #FFB100 !important; }

@media screen and (max-width: 657px) { .rate { width: 50px; height: 10px; font-size: 10px; }
  .rate:before, .rate:after { height: 10px; line-height: 10px; font-size: 10px; } }
.rate-0:after { width: 0; }

.rate-1:after { width: 13px; }

.rate-1-5:after { width: 19.5px; }

.rate-2:after { width: 26px; }

.rate-2-5:after { width: 32.5px; }

.rate-3:after { width: 39px; }

.rate-3-5:after { width: 45.5px; }

.rate-4:after { width: 52px; }

.rate-4-5:after { width: 58.5px; }

.rate-5:after { width: 65px; }

@media screen and (max-width: 657px) { .rate-0:after { width: 0; }
  .rate-1:after { width: 10px; }
  .rate-1-5:after { width: 15px; }
  .rate-2:after { width: 20px; }
  .rate-2-5:after { width: 25px; }
  .rate-3:after { width: 30px; }
  .rate-3-5:after { width: 35px; }
  .rate-4:after { width: 40px; }
  .rate-4-5:after { width: 45px; }
  .rate-5:after { width: 50px; } }
/* .swiper
------------------------*/
.swiper-container { padding: 11px; }

.swiper-button-prev, .swiper-button-next { background: #333; background-image: none !important; width: 50px; height: 50px; }

.swiper-button-prev:hover, .swiper-button-next:hover { background: #F9423A; }

.swiper-button-prev:after, .swiper-button-next:after { position: absolute; transform: rotate(45deg); -webkit-transform: rotate(45deg); content: ""; width: 12px; height: 12px; top: 50%; margin-top: -6px; }

.swiper-button-prev { left: -40px; }
.swiper-button-prev:after { border-bottom: 1px solid #fff; border-left: 1px solid #fff; left: 50%; margin-left: -2px; }

.swiper-button-next { right: -40px; }
.swiper-button-next:after { border-top: 1px solid #fff; border-right: 1px solid #fff; right: 50%; margin-right: -2px; }

@media screen and (min-width: 1200px) { .swiper-area { position: relative; } }
@media screen and (max-width: 1199px) { .pos-r { position: relative; }
  .swiper-button-prev { left: 0; }
  .swiper-button-prev:after { border-bottom: 1px solid #fff; border-left: 1px solid #fff; left: 50%; margin-left: -2px; }
  .swiper-button-next { right: 0; }
  .swiper-button-next:after { border-top: 1px solid #fff; border-right: 1px solid #fff; right: 50%; margin-right: -2px; } }
@media screen and (max-width: 657px) { .pos-r { position: relative; padding-bottom: 50px; }
  .swiper-button-prev, .swiper-button-next { width: 30px; } }
.swiper-pagination { width: 100%; margin-top: 20px; text-align: center; }
.swiper-pagination span { margin: 4px; }

.swiper-pagination-bullet-active { opacity: 1; background: #F9423A; }

.hotel-box-list .swiper-slide { background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; width: 228px; margin-right: 15px; }
.hotel-box-list img { width: 100%; height: auto; }

@media screen and (max-width: 1199px) { .swiper-pagination { width: 960px; } }
@media screen and (max-width: 991px) { .swiper-pagination { width: 92%; margin-top: 0; } }
@media screen and (max-width: 657px) { .swiper-pagination { bottom: 20px; }
  .hotel-box-list .swiper-slide { width: 45%; } }
/* .tab-3
----------------------------------------------------*/
@media screen and (min-width: 768px) { #tabs-3 .area-tabs-title { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-3.svg) center 30px no-repeat; background-size: auto 30px; } }
/* .area-menu ナビゲーション
-------------------------------------------------*/
.area-menu { background: #F4F4F4; position: relative; width: 100%; z-index: 10; margin-top: 60px; }
.area-menu ul { width: 100%; border-left: 1px solid #FFF; table-layout: fixed; -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.area-menu li { width: -webkit-calc(100% / 7); width: calc(100% / 7); text-align: center; display: inherit; border-right: 1px solid #FFF; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.area-menu li:first-child { background: #F9423A; color: #FFF; font-size: 16px; font-style: italic; }
.area-menu a { background: #F4F4F4; width: 100%; height: 100%; display: inherit; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #464646 !important; font-weight: bold; font-size: 13px; text-decoration: none; position: relative; padding: 18px 10px; box-sizing: border-box; }
.area-menu a:after { border-bottom: 1px solid #F9423A; border-left: 1px solid #F9423A; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); content: ""; position: absolute; width: 5px; height: 5px; bottom: 10px; left: 50%; margin-left: -4px; }
.area-menu.fixed { position: fixed; top: 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 640px) { .area-menu { position: relative; margin-top: 1px; }
  .area-menu .area-menu-inner { padding: 0; overflow-x: scroll; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
  .area-menu ul { width: 620px; border-left: none; }
  .area-menu li:last-child { border-right: none; }
  .area-menu a { white-space: nowrap; padding: 10px 10px 20px; box-sizing: border-box; font-size: 10px; }
  .area-menu.fixed { top: 60px !important; } }
@media screen and (min-width: 767px) { .area-menu a:hover { background-color: #F9423A; color: #FFF !important; }
  .area-menu a:hover:after { border-bottom: 1px solid #FFF; border-left: 1px solid #FFF; } }
.area-info { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row-reverse; flex-direction: row-reverse; margin-bottom: 60px; }

.area-info-data { width: 25%; padding-left: 40px; color: #505050; position: relative; }
.area-info-data h5, .area-info-data p { text-align: center; }
.area-info-data .area-info-detail { margin-bottom: 40px; }
.area-info-data .area-info-detail h5 { background: #FFE2E2; border-radius: 30px; padding: 6px; font-size: 14px; letter-spacing: 0.05em; }
.area-info-data .area-info-detail p { font-size: 26px; font-weight: 300; padding: 16px 0; }
.area-info-data .area-info-detail .temp-high { color: #F9423A; }
.area-info-data .area-info-detail .temp-low { color: #3A7CF9; }
.area-info-data .area-info-detail .temp-border { display: inline-block; margin: 0 4px; }
.area-info-data .area-info-detail .notes { font-size: 16px; display: inline-block; margin: 0 4px; }
.area-info-data .area-info-detail .notes-box { font-size: 10px; background: #EBEBEB; padding: 4px; }
.area-info-data .area-info-detail .unit { font-size: 16px; }
.area-info-data .flightTime { color: #FFF; box-sizing: border-box; }
.area-info-data .flightTime h5 { background-color: #F9423A; font-size: 16px; position: relative; padding: 8px; }
.area-info-data .flightTime h5 span { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-air.svg); background-position: left center; background-repeat: no-repeat; padding: 10px 10px 10px 30px; }
.area-info-data .flightTime h5:after { content: ""; width: 10px; height: 10px; background: #F9423A; display: inline-block; transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; bottom: -5px; left: 50%; margin-left: -5px; }
.area-info-data .flightTime p { background: #434343; font-size: 20px; padding: 14px; }

.area-info-map { width: 75%; height: 530px; }

#area-map, #main-map { width: 100%; height: 530px; }

@media screen and (max-width: 657px) { .areaKnow { padding: 0; }
  .area-info { display: block; margin-bottom: 0; position: relative; }
  .area-info-data { width: 100%; padding-left: 0; position: static; }
  .area-info-data .area-info-detail { margin-bottom: 20px; padding: 0 14px; }
  .area-info-data .area-info-detail ul { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
  .area-info-data .area-info-detail li { width: 25%; margin: 4px; }
  .area-info-data .area-info-detail h5 { font-size: 10px; letter-spacing: -1px; }
  .area-info-data .area-info-detail p { font-size: 14px; }
  .area-info-data .area-info-detail .notes { font-size: 10px; margin: 0 0 0 2px; }
  .area-info-data .area-info-detail .notes-box, .area-info-data .area-info-detail .unit { font-size: 10px; }
  .area-info-data .flightTime { position: absolute; left: 0; bottom: 0; width: 100%; padding-left: 0; display: table; }
  .area-info-data .flightTime h5 { background: #F9423A; font-size: 12px; display: table-cell; }
  .area-info-data .flightTime h5:after { bottom: auto; left: auto; top: 50%; right: -5px; margin-left: 0; margin-top: -5px; }
  .area-info-data .flightTime p { background: #434343; font-size: 16px; padding: 14px; }
  .area-info-map { position: relative; height: 0; width: 100%; overflow: hidden; padding-bottom: 70%; }
  .area-info-map iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
  #area-map, #main-map { width: 100%; height: 330px; } }
/* 魅力
------------------------*/
.appeal-bg { position: relative; z-index: 0; overflow: hidden; background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

.appeal-title { position: relative; display: inline-block; font-size: 18px; margin-bottom: 30px; }
.appeal-title:after { content: ""; display: inline-block; width: 100%; height: 1px; background: #F9423A; }

.appeal-txt { width: 600px; margin: 0 auto; font-size: 16px; line-height: 2em; text-align: justify; }

@media screen and (max-width: 657px) { .appeal-bg { padding: 40px 0 0; }
  .appeal-title { font-size: 15px; margin-bottom: 30px; }
  .appeal-txt { width: 80%; font-size: 13px; padding-bottom: 20px; }
  .appeal-txt.active { padding-top: 100%; } }
/* ランキング
------------------------*/
.rank-title { font-size: 22px; color: #F9423A; padding-top: 60px; margin-bottom: 60px; }
.rank-title .icon-rank { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-rank.svg) center top no-repeat; padding-top: 40px; background-size: auto 26px; }

.rank-list { margin-bottom: 60px; }

.rank-box { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; margin-bottom: 20px; }
.rank-box:nth-child(1) .badge-rank { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-1.svg) center top no-repeat; background-color: #EBD526; }
.rank-box:nth-child(2) .badge-rank { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-2.svg) center top no-repeat; background-color: #CCCCCC; }
.rank-box:nth-child(3) .badge-rank { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-3.svg) center top no-repeat; background-color: #E0B489; }

.rank-img { width: 40%; background-position: center center; background-size: cover; min-height: 250px; }

.rank-txt { width: 60%; text-align: left; padding: 30px 0; position: relative; }
.rank-txt .badge-rank { width: 52px; height: 52px; display: block; border-radius: 26px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); position: absolute; top: 12px; left: -24px; }
.rank-txt h6 { font-size: 18px; position: relative; margin-bottom: 20px; }
.rank-txt h6:before { content: ""; width: 100%; height: 1px; background: #E5E5E5; position: absolute; bottom: 0; }
.rank-txt h6 span { position: relative; display: inline-block; padding-bottom: 20px; margin-left: 40px; }
.rank-txt h6 span:after { content: ""; width: 100%; height: 1px; background: #F9423A; position: absolute; left: 0; bottom: 0; z-index: 1; }
.rank-txt p { text-align: justify; font-size: 14px; line-height: 2em; margin-left: 40px; }

.rankOtherTitle { text-align: center; padding-top: 40px; margin-bottom: 40px; font-size: 18px; color: #F9423A; letter-spacing: 0.05em; }
.rankOtherTitle + .area-rank .rank-list { margin-bottom: 0; }

@media screen and (max-width: 657px) { .area-rank { padding: 0; }
  .rank-title { font-size: 16px; padding-top: 40px; margin-bottom: 40px; }
  .rank-list { margin-bottom: 0; }
  .rank-box { display: block; margin-bottom: 20px; }
  .rank-img { width: 100%; padding-top: 56.32%; min-height: auto; }
  .rank-txt { width: 100%; text-align: left; padding: 8% 0 4%; }
  .rank-txt .badge-rank { top: -24px; left: 24px; }
  .rank-txt h6 { font-size: 16px; text-align: center; }
  .rank-txt h6:before { content: none; }
  .rank-txt h6 span { margin-left: 0; }
  .rank-txt p { line-height: 1.8em; margin-left: 0; padding: 0 8%; } }
/* おすすめの1日
------------------------*/
.area-chart-list { padding-top: 0; margin-top: 60px; }
.area-chart-list .area-btn { width: 300px; margin: 0 auto; color: #FFF !important; }

.chart-list { border-left: 1px dashed #F9423A; margin-left: 80px; }
.chart-list li { margin-left: 70px; margin-bottom: 30px; position: relative; }

.chartBox { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }

.chart-time { width: 140px; padding: 10px; position: absolute; left: -150px; top: 30px; background-color: #F9423A; color: #FFF; font-weight: 400; font-style: italic; font-size: 16px; letter-spacing: 0.05em; text-align: center; background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-clock-w.svg); background-position: 12px center; background-repeat: no-repeat; background-size: 16px; }
.chart-time:after { content: ""; width: 10px; height: 10px; background: #F9423A; display: inline-block; transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; right: -5px; top: 50%; margin-top: -5px; }

.chart-img { width: 40%; background-position: center center; background-size: cover; }

.chart-txt { width: 60%; padding: 36px; }
.chart-txt h5 { position: relative; font-size: 18px; margin-bottom: 20px; padding-bottom: 20px; }
.chart-txt h5:before { content: ""; width: 100%; height: 1px; background: #E5E5E5; position: absolute; bottom: 0; }
.chart-txt h5:after { content: ""; width: 100px; height: 1px; background: #F9423A; position: absolute; left: 0; bottom: 0; z-index: 1; }
.chart-txt p { font-size: 14px; line-height: 1.8em; text-align: justify; }

@media screen and (max-width: 657px) { .chart-list { border-left: none; margin-left: 0; padding: 0 20px; }
  .chart-list li { margin-left: 0; margin-bottom: 20px; }
  .chart-time { width: auto; padding: 6px 6px 6px 30px; left: -10px; top: 20px; background-position: 8px center; }
  .chartBox { display: block; }
  .chart-img { width: 100%; padding-top: 56%; }
  .chart-txt { width: 100%; padding: 22px; box-sizing: border-box; }
  .chart-txt h5 { font-size: 14px; margin-bottom: 12px; padding-left: 8px; padding-bottom: 0; border-left: 1px solid #F9423A; }
  .chart-txt h5:before, .chart-txt h5:after { content: none; }
  .chart-txt p { font-size: 12px; line-height: 1.6em; } }
@media screen and (min-width: 768px) { .chart-img { min-height: 210px; } }
/* .ブログ用ボックス ※他は上に
------------------------*/
@media screen and (max-width: 657px) { .area-blog { padding: 0; }
  .area-blog .area-box-s { position: relative; width: 100%; margin-left: 0; margin-bottom: -1px; padding-bottom: 0; border-left: none; border-right: none; }
  .area-blog .area-box-s a { padding: 0; }
  .area-blog .area-box-s .area-box-txt { padding: 12px 18px 12px 12px; }
  .area-blog .area-box-s .area-box-txt .date { font-size: 11px; } }
/* 一覧 */
.blog-link { text-align: center; }
.blog-link .blog-link-inner { display: inline-block; padding: 5px; width: 32.8%; }
.blog-link a { font-size: 15px; font-weight: bold; display: block; padding: 10px; position: relative; }

@media screen and (max-width: 657px) { .blog-link { padding: 10px; }
  .blog-link .blog-link-inner { padding: 0; width: 100%; }
  .blog-link a { font-size: 12px; font-weight: bold; display: block; padding: 16px; position: relative; } }
/* .infoList
------------------------*/
.info-bottom a:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); z-index: 10; }
.info-bottom .date { color: #F9423A; font-size: 12px; width: 120px; text-align: center; padding: 18px; }
.info-bottom .info-title { font-weight: bold; font-size: 14px; line-height: 1.8em; color: #4D4D4D; padding: 18px 26px 18px 0px; text-align: justify; }
.info-bottom li:nth-child(odd) a { background: #F7F7F7; }
.info-bottom li:nth-child(even) a { background: #FFF; }

@media screen and (max-width: 657px) { .info-bottom .date { font-size: 10px; width: auto; }
  .info-bottom .info-title { font-size: 12px; line-height: 1.8em; padding: 10px 20px 10px 0px; } }
/* 政府観光局より
------------------------*/
.area-profile { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.area-profile .area-profile-name { width: 50%; }
.area-profile .area-profile-txt { width: 50%; padding: 40px; border-left: 1px dashed #DEDEDE; line-height: 2em; box-sizing: border-box; }
.area-profile ul { margin-bottom: 20px; }
.area-profile ul li { margin-bottom: 4px; }
.area-profile h5 { font-size: 22px; letter-spacing: 0.1em; }

.area-profile-name-box { width: 100%; height: 100%; display: table; }

.area-profile-img, .area-profile-name-txt { width: 50%; display: table-cell; vertical-align: middle; }

.area-profile-img { background-size: cover; background-position: center center; }

.area-profile-name-txt { text-align: center; }

@media screen and (max-width: 768px) { .area-profile { border: none; display: block; }
  .area-profile .area-profile-name { width: 100%; }
  .area-profile .area-profile-txt { width: 100%; font-size: 12px; border-left: none; padding: 0 40px; }
  .area-profile .area-profile-txt .logo { margin-top: 20px; }
  .area-profile ul { margin-bottom: 20px; }
  .area-profile ul li { margin-bottom: 4px; font-size: 10px; }
  .area-profile h5 { font-size: 16px; letter-spacing: 0.1em; margin-bottom: 20px; }
  .area-profile-name-box { width: 100%; height: 100%; display: block; }
  .area-profile-img, .area-profile-name-txt { width: 100%; display: inherit; vertical-align: middle; }
  .area-profile-img { width: 120px; height: 120px; border-radius: 60px; margin: 0 auto 20px; }
  .area-profile-name-txt { text-align: center; } }
/* .concierge-bar
----------------------------------------------------*/
.concierge-bar-box { width: 100%; height: 120px; position: fixed; bottom: 0; left: 0; z-index: 9997; margin-bottom: -120px; transition: 0.2s; }
.concierge-bar-box.open { margin-bottom: 0; }

.concierge-bar { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(255, 255, 255, 0.95); height: 60px; margin-bottom: -58px; transition: 0.2s; border-top: 2px solid #F9423A; padding: 6px; box-sizing: border-box; }
.concierge-bar.open { margin-bottom: 0; }
.concierge-bar.open .concierge-close:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.concierge-bar.open .concierge-img { bottom: 0; }

.concierge-close { background: #F9423A; width: 76px; height: 20px; display: block; position: absolute; left: 50%; margin-left: -38px; top: -30px; background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/concierge-close-bg.svg) center bottom no-repeat; background-size: 100% auto; padding-top: 10px; box-sizing: content-box; }
.concierge-close:after { content: ""; border-top: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); width: 4px; height: 4px; position: absolute; top: 50%; left: 50%; margin-top: 0px; margin-left: -2px; }

.concierge-txt-box { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; width: 100%; margin-left: 20%; }

.concierge-txt { width: 57%; }
.concierge-txt h2 { font-size: 12px; color: #F9423A; }
.concierge-txt p { font-size: 10px; }

@media screen and (max-width: 320px) { .multi_destination { width: 100%; }
  .concierge-txt h2 { font-size: 10px; color: #F9423A; } }
.search-base-list dl { overflow: hidden; margin: 30px 0 0; clear: both; }
.search-base-list select { float: left; }

@media screen and (max-width: 657px) { .search-base-list dl { margin-top: 10px; } }
@media screen and (max-width: 657px) { .search-base-list .country, .search-base-list .ciry { float: none; } }
.select-departure-date-detail { width: 230px; }
.select-departure-date-detail select { width: 44%; }
.select-departure-date-detail select.select3.d { width: 30%; }

.select-duration { width: 180px; }
.select-duration select { width: 42%; }
.select-duration select#departure_place_time_code { width: 48%; margin-right: 5px; }
.select-duration select#destination_time_code { width: 48%; }

@media screen and (max-width: 768px) { .select-duration select#departure_place_time_code { width: 47%; margin-right: 10px; }
  .select-duration select#destination_time_code { width: 47%; } }
.select-price { width: 240px; }
.select-price select { width: 42%; }

.iconDash { padding: 12px 6px; }

@media screen and (min-width: 768px) { .concierge-bar-box { display: none; }
  .concierge-bar { width: 500px; left: 50%; margin-left: -250px; height: 60px; margin-bottom: -60px; padding: 6px; border-left: 2px solid #F9423A; border-right: 2px solid #F9423A; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  .concierge-txt { width: 77%; }
  .concierge-txt h2 { font-size: 16px; color: #F9423A; }
  .concierge-txt p { font-size: 12px; }
  .concierge-txt-box { margin-left: 14%; width: 86%; } }
.concierge-btn { width: 23%; }
.concierge-btn ul { -js-display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.concierge-btn li { display: inline-block; width: 50%; margin: 2px; box-sizing: border-box; }
.concierge-btn a { padding: 0; height: 40px; background-color: #EBD847; box-shadow: 0 3px 0 #BC9958; background-position: center center; background-repeat: no-repeat; }
.concierge-btn a:hover { background-color: #EBD847; }
.concierge-btn .area-btn-mail { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-mail.svg); background-size: 20px auto; }
.concierge-btn .area-btn-tel { background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tel.svg); background-size: 20px auto; }

.concierge-img { width: 80px; height: 80px; background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/concierge-img.png) center center no-repeat; background-size: cover; display: block; position: absolute; left: 0; bottom: -23px; }
.concierge-img span { background: #3C3C3C; color: #FFF; font-size: 10px; padding: 4px 4px; position: absolute; right: -16px; top: 4px; }
.concierge-img span:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 0; border-color: #3C3C3C transparent transparent transparent; position: absolute; bottom: -10px; left: 6px; }

@media screen and (max-width: 320px) { .concierge-img { width: 70px; height: 80px; background-position: right center; } }
.footer-close .concierge-bar { margin-bottom: -100px; }

/* .pagetop
----------------------------------------------------*/
.page-top { background: #F9423A; width: 44px; height: 44px; position: absolute; top: 0; right: 0; }
.page-top:after { content: ""; border-top: 1px solid #fff; border-left: 1px solid #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 12px; height: 12px; position: absolute; top: 50%; left: 50%; margin-top: -4px; margin-left: -6px; }

@media screen and (min-width: 768px) { .page-top { cursor: pointer; }
  .page-top:hover { background: #333; } }
/* スクロールの位置調整
----------------------------------------------------*/
@media screen and (min-width: 768px) { .sp-position-fix { margin-top: -90px; padding-top: 90px; } }
@media screen and (max-width: 767px) { .sp-position-fix { margin-top: -120px; padding-top: 120px; } }
/* .tab-4 既存から流用
----------------------------------------------------*/
@media screen and (min-width: 768px) { #tabs-4 .area-tabs-title { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-4.svg) center 30px no-repeat; background-size: auto 34px; } }
.btnRed { background-color: #F9423A; display: table-cell; text-align: center; font-weight: bold; color: #fff !important; font-size: 16px; border-radius: 5px; line-height: 1; height: 55px; border: none; vertical-align: middle; width: 100%; margin: 0; padding: 0; }

.cmnTitle { text-align: center; padding: 35px 0 32px 0; background: url("../images/cmn_tit_bg.png") no-repeat center bottom; background-size: 93px 2px; margin-bottom: 30px; }
.cmnTitle h2 { font-size: 28px; font-weight: bold; }
.cmnTitle p { font-size: 16px; font-weight: bold; }

.cmnTitle02 { text-align: center; font-size: 20px; margin-bottom: 15px; text-align: center; font-size: 20px; margin-bottom: 15px; }

#areaPage #supportContactArea .pc .buttonBox { width: 400px; margin: 0 auto; }

.buttonBox { width: 100%; display: table; padding: 0 24px; box-sizing: border-box; }

#contents #areaPage textarea { border: 1px solid #b2b2b2; padding: 17px; border-radius: 4px; font-size: 14px; }

/* support */
#areaPage #supportArea { padding-bottom: 50px; /* border-top: 1px solid #ddd; */ }
#areaPage #supportArea .cmnTitle { overflow: hidden; background: none; width: 100%; height: 264px; padding: 0; position: relative; margin-bottom: 40px; }
#areaPage #supportArea .cmnTitle .inner { margin: 0 auto; width: 100%; height: 263px; max-width: 930px; position: relative; }
#areaPage #supportArea .cmnTitle .txt { position: absolute; text-align: left; background-color: #fff; width: 515px; padding: 0; z-index: 1; left: 0; top: 50%; margin-top: -92px; }
#areaPage #supportArea .cmnTitle .txt p { font-size: 14px; font-weight: bold; margin-bottom: 20px; color: #666; }
#areaPage #supportArea .cmnTitle .txt h2 { background: url("../images/cmn_tit_bg.png") no-repeat left bottom; background-size: 93px 2px; padding-bottom: 40px; font-size: 27px; line-height: 1.3; letter-spacing: 0; }
#areaPage #supportArea .cmnTitle .txt h2 span.brPC { display: block; }
#areaPage #supportArea .cmnTitle .photo { position: absolute; right: 0; }
#areaPage #supportArea .lead { text-align: center; margin-bottom: 30px; }
#areaPage #supportArea .point { max-width: 900px; width: 100%; margin: 0 auto; display: table; }
#areaPage #supportArea .point .cell { display: table-cell; width: 310px; padding-left: 40px; }
#areaPage #supportArea .point .cell:first-child { width: 270px; padding-left: 0; }
#areaPage #supportArea .point .left { display: table-cell; width: 60px; color: #F9423A; font-family: Book Antiqua, Times New Roman, serif; font-weight: bold; text-align: center; font-size: 20px; line-height: .9; }
#areaPage #supportArea .point .left span { font-size: 56px; display: block; }
#areaPage #supportArea .point .right { display: table-cell; padding-left: 10px; line-height: 1.8; text-align: justify; text-justify: inter-ideograph; }
#areaPage #supportArea .point .right strong { background-color: #fff0ef; font-weight: normal; }
#areaPage #supportArea .buttonBox { width: 400px; margin: 0 auto; margin-top: 50px; }
#areaPage #adviceArea { padding-bottom: 24px; display: none; }
#areaPage #adviceArea p.lead { text-align: center; font-size: 14px; line-height: 1.7; margin-bottom: 30px; }
#areaPage #adviceArea .adviceListWrapper { background-color: #f6f6f6; padding: 20px 0 45px; position: relative; }
#areaPage #adviceArea .adviceListWrapper .bottomArrow { display: block; position: absolute; bottom: -24px; left: 50%; width: 84px; height: 24px; margin-left: -42px; background: url("../images/adv_bg_btm.png") no-repeat; background-size: 84px 24px; }
#areaPage #adviceArea .adviceList { width: 960px; margin: 0 auto; display: table; }
#areaPage #adviceArea .adviceList .cell { display: table-cell; width: 33.3%; background-color: #fff; text-align: center; border-right: 1px solid #efece5; vertical-align: top; }
#areaPage #adviceArea .adviceList .cell:last-child { margin-right: 0; }
#areaPage #adviceArea .adviceList .cell img { width: 100%; height: auto; }
#areaPage #adviceArea .adviceList .title { font-weight: bold; pointer-events: none; }
#areaPage #adviceArea .adviceList .title h4 { font-weight: bold; font-size: 14px; padding: 25px 0 20px; }
#areaPage #adviceArea .adviceList .title h4 span { display: block; }
#areaPage #adviceArea .adviceList .title h4 strong { color: #F9423A; }
#areaPage #adviceArea .adviceList .photo { position: relative; line-height: 1; font-size: 0; }
#areaPage #adviceArea .adviceList .photo i { display: block; width: 320px; height: 8px; background: url("/wordpress/wp-content/themes/simplicity-tabikobo/assets-area/images/bg_mask.png") no-repeat; position: absolute; bottom: 0; left: 0; }
#areaPage #adviceArea .adviceList .body { padding: 25px; }
#areaPage #adviceArea .adviceList .body p { text-align: left; font-size: 12px; line-height: 1.8; }
#areaPage #adviceArea .adviceList .body p strong { background-color: #fff0ef; font-weight: normal; }
#areaPage #supportContactArea { padding: 25px 0 50px; }
#areaPage #supportContactArea h3.cmnTitle02 { font-size: 16px; line-height: 1.4; }
#areaPage #supportContactArea h3 .noPC { display: none; }
#areaPage #supportContactArea h3 .brPC { display: block; }
#areaPage #supportContactArea .sp { display: none; }
#areaPage #supportContactArea .pc { max-width: 680px; margin: 0 auto; position: relative; }
#areaPage #supportContactArea .pc .freeIcon { position: absolute; color: #fff; background-color: #F9423A; padding: 20px; width: 76px; font-size: 14px; line-height: 1.3; left: 50%; top: -130px; margin-left: 200px; border-radius: 40px; text-align: center; font-weight: bold; box-sizing: border-box; }
#areaPage #supportContactArea .pc textarea { width: 100%; height: 200px; margin-bottom: 35px; vertical-align: bottom; }
#areaPage #supportContactArea .pc .buttonBox { width: 400px; margin: 0 auto; }

/* advice */
/* support contact */
#conciergeArea { max-width: 960px; width: 92%; margin: 0 auto 50px; }
#conciergeArea .main .left { float: left; width: 21%; margin-right: 5.5%; }
#conciergeArea .main .left > img { width: 100%; vertical-align: top; }
#conciergeArea .main .left > .name { font-size: 16px; font-weight: bold; text-align: center; margin-top: 12px; }
#conciergeArea .main .left > .phonetic { font-size: 12px; text-align: center; }
#conciergeArea .main .left > .concierge_btn { background-color: #333; display: table; border: medium none; border-radius: 5px; color: #fff; font-size: 13px; font-weight: bold; height: 72px; line-height: 1.4em; margin: 14px 0 0 0; padding: 0; text-align: center; vertical-align: middle; width: 100%; cursor: pointer; }
#conciergeArea .main .left > .concierge_btn span { margin-left: 16px; display: table-cell; /* padding: 10px 0; */ text-align: center; width: 100%; vertical-align: middle; }
#conciergeArea .main .left > .concierge_btn:hover { text-decoration: none; }
#conciergeArea .main .right { float: left; width: 73%; }
#conciergeArea .main .right .read { font-size: 13px; line-height: 1.9em; margin-top: -3px; }
#conciergeArea .main .right .dataTbl { margin-top: 25px; width: 100%; }
#conciergeArea .main .right .dataTbl th { background-color: #F6F6F6; font-weight: bold; border-top: 1px #DCDCDC solid; border-right: 1px #DCDCDC solid; border-bottom: 1px #DCDCDC solid; vertical-align: top; padding: 17px 5px 15px 17px; width: 36%; text-align: left; font-size: 12px; }
#conciergeArea .main .right .dataTbl td { border-top: 1px #DCDCDC solid; border-left: 1px #DCDCDC solid; border-bottom: 1px #DCDCDC solid; vertical-align: top; padding: 17px 10px 11px 17px; word-wrap: break-word; overflow-wrap: break-word; word-break: break-all; font-size: 12px; line-height: 1.6em; }
#conciergeArea .main .right .dataTbl td > span { line-height: 1.8; word-break: break-word; }
#conciergeArea .main .right .dataTbl th > span { line-height: 1.8; word-break: break-word; }
#conciergeArea .main .right .btnArea { text-align: right; margin-top: 17px; }
#conciergeArea .main .right .btnArea div { margin-top: 8px; }
#conciergeArea .main .right .btnArea div:first-child { margin-top: 0; }
#conciergeArea .main .right .btnArea a { border-radius: 4px; display: inline-block; font-weight: bold; height: 40px; width: 298px; text-align: center; padding: 10px 0; border: 2px #CCCCCC solid; color: #333; font-size: 12px; box-sizing: border-box; }
#conciergeArea .main .right .btnArea a:hover { text-decoration: none; color: #333; }

@media screen and (max-width: 950px) { /* support */
  #areaPage #supportArea .cmnTitle .txt { width: 525px; padding-left: 10px; left: 0; margin-left: 0; } }
@media screen and (max-width: 900px) { /* support */
  #areaPage #supportArea .point { width: 100%; }
  #areaPage #supportArea .point .cell { width: 33%; padding: 0 20px; }
  #areaPage #supportArea .point .cell:first-child { width: 33%; padding: 0 20px; } }
/*************** TB ***************/
@media screen and (max-width: 789px) { /* area title */
  #areaPage .headText .txt { padding-top: 60px; }
  #areaPage .headText .txt h1 span.dispNonePC { display: inline !important; }
  #areaPage .headText .txt h1 span.dispNoneSP { display: none !important; }
  #areaPage #supportArea { border-top: 1px solid #ddd; }
  #areaPage #supportArea .cmnTitle { overflow: visible; width: auto; height: auto; position: static; padding: 35px 0 0; margin-bottom: 30px; }
  #areaPage #supportArea .cmnTitle .inner { margin: 0 auto; width: auto; height: auto; }
  #areaPage #supportArea .cmnTitle .txt { position: static; text-align: center; width: auto; padding: 0; left: 0; margin-left: 0; margin-top: 0; top: 0; }
  #areaPage #supportArea .cmnTitle .txt h2 { background-position: center bottom; margin-bottom: 30px; padding-bottom: 40px; line-height: 1.4; }
  #areaPage #supportArea .cmnTitle .photo { position: static; left: 0; margin: 0; }
  #areaPage #supportArea .cmnTitle .photo img { width: 100%; height: auto; }
  #areaPage #supportArea .lead { padding: 0 20px; text-align: left; line-height: 1.7; }
  #areaPage #supportArea .point { width: 100%; }
  #areaPage #supportArea .point .cell { width: 33%; padding: 0 20px; }
  #areaPage #supportArea .point .cell:first-child { width: 33%; padding: 0 20px; }
  #areaPage #supportContactArea .pc { padding: 0 20px; }
  #areaPage #supportContactArea .pc textarea { width: 95%; height: 200px; line-height: 1.7; margin-bottom: 35px; }
  #areaPage #sightseeingArea .sightseeingList { width: 640px; }
  #areaPage #sightseeingArea .sightseeingList .body { height: 207px; }
  /* support */
  /* support contact */
  /* sightseeing */ }
/*******************************************/
/*************** SP ***************/
@media screen and (max-width: 657px) { #bodyWrapper { padding-top: 40px; position: static !important; z-index: 100; }
  .dispNonePC { display: block !important; }
  .dispNoneSP, .dispNoneSPSpan { display: none !important; }
  .btnRed { font-size: 16px; height: 45px; }
  .btnRed span.mail { margin-left: 15px; }
  .btnRed span.search { margin-left: 10px; }
  .btnBlack { font-size: 14px; }
  .btnBlack span { padding: 16px 0 15px; }
  .btnBlack span.arrowR { display: block; background-size: 7px 12px; margin-right: 12px; }
  .btnWhiteL { font-size: 12px; height: 35px; }
  .btnWhiteL span.arrowR { display: block; background-size: 7px 12px; margin-right: 12px; }
  .cmnTitle { text-align: center; padding: 25px 0; margin-bottom: 15px; background-size: 72px 2px; }
  .cmnTitle h2 { font-size: 18px; }
  .cmnTitle p { font-size: 12px; margin-bottom: 10px; }
  .cmnTitle02 { text-align: center; font-size: 15px; margin-bottom: 15px; line-height: 1.4; }
  /* contact box */
  .contactBox { width: auto; padding: 0 10px; }
  .contactBox > div { width: auto; width: auto; }
  .contactBox .left, .contactBox .right { float: none; text-align: center; }
  .contactBox .left { margin-bottom: 10px; }
  .contactBox .left p:first-child { font-size: 13px; color: #F9423A; font-weight: bold; margin-bottom: 6px; }
  .contactBox .left a.btnRed { font-size: 15px; }
  .contactBox .left a.btnRed span { padding: 15px 0 15px; }
  .contactBox .right p { font-weight: bold; color: #F9423A; font-size: 14px; margin-top: 10px; }
  .contactBox .right .tel { margin-top: 2px; }
  .contactBox .right .tel a { border: 2px solid #F9423A; display: table-cell; text-align: center; font-weight: bold; color: #F9423A !important; font-size: 16px; border-radius: 5px; line-height: 1; height: 45px; vertical-align: middle; }
  .contactBox .right .tel a:hover { text-decoration: none; }
  .contactBox .right .tel span { display: block; background: url("../images/ico_tel.png") no-repeat left center; background-size: 19px 19px; font-size: 16px; margin-left: 11px; padding: 5px 0 5px; }
  .contactBox .right .teltime { color: #666; font-size: 12px; font-weight: normal; line-height: 1.6; margin-top: 5px; }
  .contactBox .right .commingLink { text-align: center; border-top: 1px solid #ddd; font-weight: normal; font-size: 12px; padding: 7px 0 0; }
  .contactBox .right .commingLink a { padding-right: 0; background: none; color: #F9423A !important; text-decoration: underline; }
  /* area title */
  #areaPage .headText { height: 305px; }
  #areaPage .headText > div { height: 305px; }
  #areaPage .headText .txt { padding-top: 28px; }
  #areaPage .headText .txt p { font-size: 11px; margin: 0 0 13px; }
  #areaPage .headText .txt h1 { font-size: 15px; line-height: 1.4; }
  #areaPage .headText .txt h1 span.name { font-size: 23px; }
  #areaPage .headText .txt h1 span.dispNonePC { display: inline !important; }
  #areaPage .headText .txt h1 span.dispNoneSP { display: none !important; }
  #areaPage .alertText { margin: 21px auto 7px; width: 93%; }
  #areaPage #searchArea { margin: 0; }
  #areaPage #searchArea .sp { padding: 0; margin: 0; }
  #areaPage #searchArea .sp button.btnRed { width: 100%; display: block; }
  #areaPage #searchArea .sp .btnOptionBox { text-align: center; padding: 12px 0; font-weight: bold; font-size: 14px; }
  #areaPage #searchArea .sp .btnOptionBox a { text-align: center; color: #F9423A; }
  #areaPage #searchArea .sp .btnOptionBox a:hover { text-decoration: none; }
  #areaPage #searchArea .sp .btnOptionBox a span.option { background: url("../images/ico_option_red.png") no-repeat 9px center; background-size: 16px auto; padding-left: 28px; }
  #areaPage #searchArea .sp p:nth-of-type(1) { padding-bottom: 19px; background: url("../images/bg_arrow_d_gray.png") no-repeat bottom center; background-size: 78px auto; margin-bottom: 8px; }
  #areaPage #supportArea { padding-bottom: 0; }
  #areaPage #supportArea .cmnTitle { overflow: visible; width: auto; height: auto; position: static; padding: 25px 0 0; margin-bottom: 10px; }
  #areaPage #supportArea .cmnTitle .inner { margin: 0 auto; width: auto; }
  #areaPage #supportArea .cmnTitle .txt { position: static; text-align: center; width: auto; padding: 0; left: 0; margin-left: 0; top: 0; }
  #areaPage #supportArea .cmnTitle .txt p { margin-bottom: 10px; color: #333; }
  #areaPage #supportArea .cmnTitle .txt h2 { background-position: center bottom; margin-bottom: 15px; padding-bottom: 25px; font-size: 18px; background-size: 72px 2px; }
  #areaPage #supportArea .cmnTitle .txt h2 span.noSP { display: none; }
  #areaPage #supportArea .cmnTitle .txt h2 span.brPC { display: inline; }
  #areaPage #supportArea .cmnTitle .txt h2 span.brSP { display: block; }
  #areaPage #supportArea .cmnTitle .photo { position: static; left: 0; margin: 0; }
  #areaPage #supportArea .cmnTitle .photo img { width: 100%; height: auto; }
  #areaPage #supportArea .lead { text-align: left; padding: 0 10px; margin-bottom: 15px; text-align: justify; text-justify: inter-ideograph; line-height: 1.7; }
  #areaPage #supportArea .point { width: auto; margin-bottom: 0px; padding: 0 10px; }
  #areaPage #supportArea .point .cell { display: block; width: auto; padding-left: 0; margin-bottom: 14px; padding-right: 0; }
  #areaPage #supportArea .point .cell:first-child { width: auto; padding-left: 0; padding-right: 0; }
  #areaPage #supportArea .point .left { width: 50px; font-size: 14px; }
  #areaPage #supportArea .point .left span { font-size: 38px; display: block; }
  #areaPage #supportArea .point .right { padding-left: 10px; margin-right: 0; line-height: 1.4; }
  #areaPage #adviceArea .adviceListWrapper { padding: 20px 0 20px; }
  #areaPage #adviceArea .adviceListWrapper h3 { font-size: 16px; margin-bottom: 18px; }
  #areaPage #adviceArea .adviceListWrapper .bottomArrow { background-size: 70px auto; margin-left: -35px; }
  #areaPage #adviceArea .adviceList { width: auto; display: block; }
  #areaPage #adviceArea .adviceList .cell { display: block; width: auto; background-color: #fff; text-align: left; border-right: none; margin-bottom: 1px; }
  #areaPage #adviceArea .adviceList .title { display: block; font-weight: bold; position: relative; cursor: pointer; pointer-events: auto; height: 100px; }
  #areaPage #adviceArea .adviceList .title .photo { display: block; position: absolute; width: 100%; height: 100px; overflow: hidden; }
  #areaPage #adviceArea .adviceList .title .photo span { display: block; position: absolute; width: 100%; height: 100px; overflow: hidden; }
  #areaPage #adviceArea .adviceList .title .photo i { display: none; }
  #areaPage #adviceArea .adviceList .title .photo span { background: url("../images/bg_bk35.png"); top: 0; }
  #areaPage #adviceArea .adviceList .title .photo img { position: absolute; top: -50%; }
  #areaPage #adviceArea .adviceList .title h4 { position: absolute; vertical-align: middle; top: 0; width: 100%; z-index: 1; padding: 0; color: #fff; font-size: 14px; padding: 0 10px 0 0; line-height: 1.4; }
  #areaPage #adviceArea .adviceList .title h4 span { display: inline; }
  #areaPage #adviceArea .adviceList .title .wrap { display: table-cell; vertical-align: middle; padding: 0 30px 0 10px; height: 100px; background: url("../images/ico_arrow_d_wh.png") no-repeat right center; background-size: 13px 8px; }
  #areaPage #adviceArea .adviceList .title.elemOpen .wrap { background: url("../images/ico_arrow_u_wh.png") no-repeat right center; background-size: 13px 8px; }
  #areaPage #adviceArea .adviceList .titleInner p { color: #fff; font-weight: bold; }
  #areaPage #adviceArea .adviceList .titleInner p strong { color: #fff; text-decoration: underline; }
  #areaPage #adviceArea .adviceList .titleInner p span { display: inline; }
  #areaPage #adviceArea .adviceList .body { display: none; font-size: 12px; line-height: 1.8; padding: 10px; }
  #areaPage #adviceArea .adviceList .txt strong { background-color: #fff0ef; font-weight: normal; }
  #areaPage #supportContactArea { padding: 10px 0 25px 0; }
  #areaPage #supportContactArea h3 .noPC, #areaPage #supportContactArea h3 .brPC { display: inline; }
  #areaPage #supportContactArea h3 .brSP { display: block; }
  #areaPage #supportContactArea .pc { display: none; }
  #areaPage #supportContactArea .sp { display: block; }
  /* search */
  /* support */
  /* advice */
  /* support contact */
  #conciergeArea .main .left { width: 60%; margin: 0 auto; float: none; }
  #conciergeArea .main .right { font-size: 13px; line-height: 1.9em; margin-top: 14px; width: 100%; }
  #conciergeArea .main .right .dataTbl th > span { line-height: 1; }
  #conciergeArea .main .right .btnArea { display: none; }
  #conciergeArea .main .left > .concierge_btn { display: none; }
  #conciergeArea .main .right .read { font-size: 13px; line-height: 1.9em; margin-top: 14px; }
  #conciergeArea .main .left > .phonetic { font-size: 9px; text-align: center; }
  #conciergeArea .cmnTitle h2 span { display: block; } }
/* モーダル */
.mfp-container { padding: 0; }
.mfp-container * { box-sizing: border-box; }

.mfp-content.active .sub_box { display: block !important; }
.mfp-content .sub_box { display: none; position: relative; z-index: 11; background: #fff; margin: 2px auto 0; cursor: default; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 2px 2px 6px 3px rgba(50, 50, 50, 0.63); -moz-box-shadow: 2px 2px 6px 3px rgba(50, 50, 50, 0.63); box-shadow: 2px 2px 6px 3px rgba(50, 50, 50, 0.63); }
.mfp-content div.sub_box .close_popup { background: transparent none repeat scroll 0 0; border-radius: 0; cursor: pointer; display: table-cell; float: none; height: 24px; position: absolute; right: 24px; top: 29px; width: 27px; z-index: 1; }
.mfp-content div.sub_box .close_popup span { background-color: #999999; border-radius: 0; height: 2px; left: 0; position: absolute; width: 60%; }
.mfp-content div.sub_box .close_popup span:nth-of-type(1) { top: 1px; transform: translateY(6px) rotate(-45deg); }
.mfp-content div.sub_box .close_popup span:nth-of-type(2) { bottom: 15px; opacity: 0; }
.mfp-content div.sub_box .close_popup span:nth-of-type(3) { bottom: 11px; transform: translateY(-4px) rotate(45deg); }
.mfp-content div.sub_box .title_box { background-color: transparent; border-bottom: 3px solid #F9423A; border-radius: 0; color: #333333; font-size: 18px; font-weight: bold; height: 80px; margin-bottom: 28px; padding: 0; position: relative; text-align: center; }
.mfp-content div.sub_box .title { font-size: 14px; font-weight: bold; }
.mfp-content div.sub_box .title_box .title { font-size: 18px; font-weight: bold; }
.mfp-content .title_box > span { font-size: 18px; line-height: 80px; padding-left: 15px; font-weight: bold; }
.mfp-content div.sub_box .content_box { min-height: 50px; background-color: #fff; padding: 0 47px 0 43px; border-bottom: 0 none; }
.mfp-content div.sub_box .content_box .contentElem { margin-top: 26px; }
.mfp-content div.sub_box .content_box .target1, .mfp-content div.sub_box .content_box .target2, .mfp-content div.sub_box .content_box .target3 { display: none; }
.mfp-content div.sub_box .control_box { height: auto; background-color: #f6f6f6; margin-top: 32px; padding-top: 30px; padding-bottom: 30px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; text-align: center; }
.mfp-content div.sub_box.price_box { width: 600px; margin-left: -130px; }
.mfp-content div.sub_box.price_box .content_box { height: auto; width: auto; margin: 10px auto 0; display: table; }
.mfp-content div.sub_box.price_box .content_box > div { float: left; }
.mfp-content div.sub_box.hotel_box, .mfp-content div.sub_box.travel_box, .mfp-content div.sub_box.other_box, .mfp-content div.sub_box.keyword_box { width: 800px; }
.mfp-content div.sub_box.hotel_box .content_box, .mfp-content div.sub_box.travel_box .content_box { height: auto; overflow: visible; border-bottom: 0 none; }
.mfp-content div.sub_box select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url("/tour/media/tabi_files/img/common/ico_dropdown_2.png") no-repeat scroll right 10px center; border: 1px solid #cdcdcd; border-radius: 4px; display: block; font-size: 13px; height: 32px; margin-top: 1px; padding: 2px 20px 2px 6px; width: 140px; /*  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; */ font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.mfp-content div.sub_box select::-ms-expand { display: none; }
.mfp-content div.sub_box select.modalSelect { width: 100%; margin-top: 2px; }
.mfp-content div.sub_box input { height: 32px; padding: 0 20px 2px 6px; width: 210px; font-size: 14px; border-radius: 4px; border: 1px solid #e2e3ea; /*  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; */ font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.mfp-content div.sub_box input[type="checkbox"] { display: none; }
.mfp-content div.sub_box .hotelMainbox { margin-top: 28px; border-bottom: 1px solid #dcdcdc; padding-bottom: 30px; }
.mfp-content div.sub_box .hotelMainbox.last { margin-top: 18px; border-bottom: 0 none; padding-bottom: 0; }
.mfp-content div.sub_box .hotelMainbox:first-child { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .countryName { color: #F9423A; font-size: 14px; font-weight: bold; display: none; }
.mfp-content div.sub_box .hotelMainbox .countryName + h3 { margin-top: 25px; }
.mfp-content div.sub_box .hotelMainbox h3 { margin-top: 15px; }
.mfp-content div.sub_box .hotelMainbox h3:first-child { margin-top: 4px; }
.mfp-content div.sub_box .hotelMainbox h4 { font-size: 12px; font-weight: bold; }
.mfp-content div.sub_box .hotelMainbox .left { float: left; width: 48.5%; }
.mfp-content div.sub_box .hotelMainbox .left input { background: url("/tour/media/tabi_files/img/common/ico_search_2.png") no-repeat 10px center; background-size: 16px auto; height: 34px; margin-top: 6px; padding-left: 36px; padding-top: 3px; width: 100%; border: 1px solid #e2e3ea; }
.mfp-content div.sub_box .hotelMainbox .left input.disabled { background-color: #e7e7e7 !important; }
.mfp-content div.sub_box .hotelMainbox .left input.disabled::-webkit-input-placeholder, .mfp-content div.sub_box .hotelMainbox .left input.disabled:-ms-input-placeholder, .mfp-content div.sub_box .hotelMainbox .left input.disabled::-moz-placeholder { color: #f9423a; font-weight: bold; }
.mfp-content div.sub_box .hotelMainbox .left .hotelList { border: 1px solid #b2b2b2; margin-top: 7px; max-height: 300px; overflow-y: scroll; padding: 10px; }
.mfp-content div.sub_box .hotelMainbox .left .hotelList.noResult { margin-top: 6px; padding: 0; border: none; }
.mfp-content div.sub_box .hotelMainbox .left .hotelList .noSelect { font-size: 12px; color: #F9423A; font-weight: bold; }
.mfp-content div.sub_box .hotelMainbox .left .hotelList a { color: #333333; display: block; line-height: 1.5; padding: 2px 0; }
.mfp-content div.sub_box .hotelMainbox .left .conciergeForm { display: inline-block; color: #F9423A; font-size: 12px; text-decoration: underline; margin-top: 4px; }
.mfp-content div.sub_box .hotelMainbox .left .conciergeForm:hover { text-decoration: none; }
.mfp-content div.sub_box .hotelMainbox .right { float: left; margin-left: 3%; width: 48.5%; }
.mfp-content div.sub_box .hotelMainbox .right h4 { margin-top: 4px; }
.mfp-content div.sub_box .hotelMainbox .right .selectedHotel { border: 1px solid #b2b2b2; border-radius: 4px; margin-top: 4px; padding: 11px 9px 11px 10px; }
.mfp-content div.sub_box .hotelMainbox .right .selectedHotel a { background: url("/tour/media/tabi_files/img/common/ico_delete.png") no-repeat scroll left 1px; color: #333333; display: block; font-size: 12px; line-height: 1.4; margin-top: 10px; padding-left: 20px; padding-right: 10px; text-decoration: none; }
.mfp-content div.sub_box .hotelMainbox .right .selectedHotel a:first-child { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .typeSelect { margin-top: 7px; }
.mfp-content div.sub_box .hotelMainbox .typeSelect ul li { float: left; margin-left: 3%; width: 48.5%; margin-top: 12px; }
.mfp-content div.sub_box .hotelMainbox .typeSelect ul li:nth-of-type(1), .mfp-content div.sub_box .hotelMainbox .typeSelect ul li:nth-of-type(2) { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .typeSelect ul li:nth-of-type(3n), .mfp-content div.sub_box .hotelMainbox .typeSelect ul li:first-child { margin-left: 0; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea { height: 96px; margin-top: 3px; padding: 12px 0 0 13px; }
.mfp-content div.sub_box .select_Airline .checkBoxArea { height: 96px; margin-top: 3px; padding: 12px 0 0 13px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul, .mfp-content div.sub_box .select_Airline .checkBoxArea ul { margin-top: 9px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul:first-child, .mfp-content div.sub_box .select_Airline .checkBoxArea ul:first-child { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul li { width: 48.5%; margin-left: 3%; padding-left: 4px; }
.mfp-content div.sub_box .select_Airline .checkBoxArea ul li { width: 33.3%; margin-left: 0; padding-left: 4px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul li:first-child, .mfp-content div.sub_box .select_Airline .checkBoxArea ul li:first-child { margin-left: 0; padding-left: 0; }
.mfp-content div.sub_box input.disabled { background-color: #e7e7e7 !important; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea { padding: 0 !important; height: 150px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea .checkboxGroup { margin-top: 28px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea .checkboxGroup:first-child { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea h4 { background-color: #f6f6f6; font-weight: bold; padding: 8px 0 7px 20px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea .checkBoxInner { padding: 0 0 0 21px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul li { display: inline-block; float: left; width: 32.7%; margin-top: 3px; margin-left: 0; line-height: 0; border-bottom: 0 none; }
.mfp-content div.sub_box .list_of_dropdown { margin-top: 29px; }
.mfp-content div.sub_box .dataTbl { margin-top: 4px; width: 100%; }
.mfp-content div.sub_box .dataTbl th { background-color: #f6f6f6; border-bottom: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; font-size: 12px; font-weight: bold; height: 52px; padding-left: 18px; text-align: left; vertical-align: top; width: 121px; }
.mfp-content div.sub_box .dataTbl th p { line-height: 52px; }
.mfp-content div.sub_box .dataTbl td { border-bottom: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; overflow-wrap: break-word; padding-bottom: 0; padding-left: 9px; padding-top: 9px; vertical-align: top; width: 230px; }
.mfp-content div.sub_box .dataTbl td select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url("/tour/media/tabi_files/img/common/ico_dropdown_2.png") no-repeat scroll right 10px center; border: 1px solid #cdcdcd; border-radius: 4px; display: block; font-size: 13px; height: 32px; margin-top: 1px; padding: 0 20px 2px 6px; width: 140px; }
.mfp-content div.sub_box .dataTbl td input { height: 32px; padding: 0 20px 2px 6px; width: 210px; font-size: 14px; border-radius: 4px; }
.mfp-content div.sub_box .control_box a { background-color: #F9423A; border-radius: 3px; box-sizing: border-box; color: #ffffff; cursor: pointer; display: block; font-size: 16px; font-weight: bold; height: 54px; margin: 0 auto 0; padding: 17px 0; position: relative; text-align: center; width: 250px; }
.mfp-content div.sub_box .control_box a:hover, .mfp-content div.sub_box .control_box a:visited { text-decoration: none; }
.mfp-content div.sub_box a.checkAllclear { background-color: transparent; border: 2px #999999 solid; color: #999999; }
.mfp-content div.sub_box a.checkAllclear:hover, .mfp-content div.sub_box a.checkAllclear:visited { text-decoration: none; }
.mfp-content div.sub_box .doubleBtn a { display: inline-block; vertical-align: top; margin-left: 16px; }
.mfp-content div.sub_box .doubleBtn a:first-child { margin-left: 0px; }
.mfp-content div.sub_box .checkBoxArea { border: 1px #B2B2B2 solid; border-radius: 4px; padding: 16px 0 0 18px; display: block; overflow-y: scroll; height: 104px; }
.mfp-content div.sub_box .checkBox_list { border: 1px #B2B2B2 solid; border-radius: 4px; padding: 16px 0 0 18px; display: block; overflow-y: scroll; height: 104px; padding: 0; height: 150px; padding: 0; height: 150px; }
.mfp-content div.sub_box .checkBox_list .checkboxGroup { margin-top: 28px; }
.mfp-content div.sub_box .checkBox_list .checkboxGroup:first-child { margin-top: 0; }
.mfp-content div.sub_box .checkBox_list h4 { background-color: #f6f6f6; font-weight: bold; padding: 8px 0 7px 20px; }
.mfp-content div.sub_box .travel_data .checkBoxArea { height: 150px; }
.mfp-content div.sub_box .travel_data .checkBoxInner { padding: 0 0 0 21px; margin-top: 7px; }
.mfp-content div.sub_box .travel_data .checkBoxInner:nth-of-type(1) { margin-top: 13px; }
.mfp-content div.sub_box .checkBoxArea li { display: inline-block; float: left; width: 32.7%; margin-top: 3px; line-height: 0; border-bottom: 0 none; }
.mfp-content div.sub_box .checkBoxInner li { display: inline-block; float: left; width: 32.7%; margin-top: 3px; line-height: 0; border-bottom: 0 none; margin-top: 6px; }
.mfp-content div.sub_box .checkBoxArea li:nth-of-type(1), .mfp-content div.sub_box .checkBoxArea li:nth-of-type(2), .mfp-content div.sub_box .checkBoxArea li:nth-of-type(3) { margin-top: 0px; }
.mfp-content div.sub_box .checkBoxInner li:nth-of-type(1), .mfp-content div.sub_box .checkBoxInner li:nth-of-type(2), .mfp-content div.sub_box .checkBoxInner li:nth-of-type(3) { margin-top: 0px; }
.mfp-content div.sub_box .checkBoxArea li input[type="radio"] { cursor: pointer; display: inline-block; margin: 0 4px 0 0; vertical-align: top; }
.mfp-content div.sub_box .checkBoxArea li label { cursor: pointer; display: inline-block; font-size: 13px; width: 100%; }
.mfp-content div.sub_box .checkBoxInner li label { cursor: pointer; display: inline-block; font-size: 13px; width: 100%; }
.mfp-content div.sub_box .checkBoxArea li label:after, .mfp-content div.sub_box .checkBoxInner li label:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.mfp-content div.sub_box .checkBoxArea li label span, .mfp-content div.sub_box .checkBoxInner li label span { display: inline-block; margin: 0; padding-left: 0; text-indent: 0; }
.mfp-content div.sub_box .checkBoxArea li input[type="checkbox"]:checked + label i, .mfp-content div.sub_box .checkBoxInner li input[type="checkbox"]:checked + label i { background: transparent url("/tour/media/tabi_files/img/common/ico_check_on.gif") no-repeat scroll left top; display: inline-block; }
.mfp-content div.sub_box .checkBoxArea li input[type="checkbox"] + label i, .mfp-content div.sub_box .checkBoxInner li input[type="checkbox"] + label i { background: transparent url("/tour/media/tabi_files/img/common/ico_check_off.gif") no-repeat scroll left top; display: inline-block; float: left; height: 18px; margin-right: 3px; position: relative; top: 0; vertical-align: top; width: 15px; }
.mfp-content div.sub_box .checkBoxArea li input[type="checkbox"]:checked + label span, .mfp-content div.sub_box .checkBoxInner li input[type="checkbox"]:checked + label span { background: none; }
.mfp-content div.sub_box .checkBoxArea li input[type="checkbox"] + label span, .mfp-content div.sub_box .checkBoxInner li input[type="checkbox"] + label span { background: transparent none repeat scroll 0 0; cursor: pointer; display: inline-block; float: left; font-size: 12px; height: auto; line-height: 1.5; margin: 0; padding-left: 0; text-indent: 0; vertical-align: middle; width: 90%; }

#pro_mainBg2 { background-color: #fff; padding-bottom: 9px; border-radius: 3px; }
#pro_mainBg2 #dialogContainer { width: 100%; }
#pro_mainBg2 #dialogContainer .inputArea { width: 100%; padding: 0 8.5% 0 6%; }
#pro_mainBg2 #dialogContainer .inputArea .spTtl { display: none; }
#pro_mainBg2 input { color: #333; box-shadow: none; }

select { color: #333; box-shadow: none; }

#pro_mainBg2 textarea { box-shadow: none; }
#pro_mainBg2 textarea::-webkit-input-placeholder, #pro_mainBg2 textarea:-ms-input-placeholder, #pro_mainBg2 textarea::-moz-placeholder { color: #F6F6F6; }
#pro_mainBg2 select, #pro_mainBg2 input { height: 40px; border: 1px solid #B2B2B2; }
#pro_mainBg2 select, #pro_mainBg2 input, #pro_mainBg2 textarea { padding: 12px 16px; border: 1px solid #B2B2B2; font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; }
#pro_mainBg2 select, #pro_mainBg2 input, #pro_mainBg2 textarea, #pro_mainBg2 button { box-shadow: none; margin-top: 0; border: 1px solid #B2B2B2; font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; }
#pro_mainBg2 #dialogContainer input { width: 100%; font-size: 14px; border: 1px solid #B2B2B2; border-radius: 4px; font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; }
#pro_mainBg2 #dialogContainer textarea { width: 100%; font-size: 14px; border: 1px solid #B2B2B2; border-radius: 4px; font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; height: 135px; border: 1px solid #B2B2B2; }
#pro_mainBg2 #dialogContainer h2 { border-bottom: 3px #F9423A solid; font-size: 18px; font-weight: bold; color: #333; margin-bottom: 34px; padding: 27px 0 23px; text-align: center; position: relative; }
#pro_mainBg2 #dialogContainer h2 span.sp { display: none; }
#pro_mainBg2 #dialogContainer h2 span.pc { display: block; }
#pro_mainBg2 #dialogContainer dl { letter-spacing: -0.4em; margin-top: 10px; width: 100%; }
#pro_mainBg2 #dialogContainer dl:first-child { margin-top: 0px; }
#pro_mainBg2 #dialogContainer dl dd { display: inline-block; letter-spacing: normal; vertical-align: middle; width: 71%; }
#pro_mainBg2 #dialogContainer dl dt { display: inline-block; font-size: 14px; letter-spacing: normal; margin: auto 3% auto auto; padding-top: 2px; position: relative; text-align: right; width: 26%; }
#pro_mainBg2 #dialogContainer dl dt.vTop { padding-top: 11px; vertical-align: top; }
#pro_mainBg2 #dialogContainer dl.boundary { border-bottom: 1px #DCDCDC solid; padding-bottom: 22px; margin-bottom: 26px; }
#pro_mainBg2 #dialogContainer dl.required dt::before { content: none; }
#pro_mainBg2 #dialogContainer dl.required dt .text { box-sizing: border-box; display: inline-block; font-size: 14px; margin-left: 0; padding: 2px 47px 1px 0; text-align: right; width: 100%; }
#pro_mainBg2 #dialogContainer dl.freeContent dt .text { box-sizing: border-box; display: inline-block; font-size: 14px; margin-left: 0; padding: 2px 47px 1px 0; text-align: right; width: 100%; }
#pro_mainBg2 #dialogContainer dl.required dt .icoRequired { background-color: #F9423A; border-radius: 30px; box-sizing: border-box; color: #ffffff; display: inline-block; font-size: 12px; margin-left: 0; padding: 2px 8px 1px; position: absolute; right: -3px; top: 3px; width: 41px; }
#pro_mainBg2 #dialogContainer dl.freeContent dt .icoRequired { background-color: #F9423A; border-radius: 30px; box-sizing: border-box; color: #ffffff; display: inline-block; font-size: 12px; margin-left: 0; padding: 2px 8px 1px; position: absolute; right: -3px; top: 3px; width: 41px; background-color: transparent; }
#pro_mainBg2 #dialogContainer dl dt.vTop .icoRequired { top: 11px; }
#pro_mainBg2 #dialogContainer dl.required dt .icoRequired.icoNone, #pro_mainBg2 #dialogContainer dl.required dt .freeContent.icoNone { background-color: transparent; }
#pro_mainBg2 #dialogContainer .required_form { background: #FFF none; }
#pro_mainBg2 #dialogContainer .textarea { border-botom: 1px solid #dcdcdc; }
#pro_mainBg2 #dialogContainer .btnArea { background-color: #F6F6F6; text-align: center; margin-top: 36px; padding: 28px 0 26px; }
#pro_mainBg2 #dialogContainer .btnArea button { border: 0 none; border-radius: 6px; color: #ffffff; cursor: pointer; font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; font-size: 16px; font-weight: bold; height: 56px; background-color: #F9423A; margin: 0; width: 61%; }
#pro_mainBg2 #dialogContainer .btnArea button.disable { background-color: #cccccc; cursor: default; }
#pro_mainBg2 #dialogContainer #case { font-size: 12px; margin-bottom: 0; margin-top: 15px; padding-right: 22px; text-align: right; width: 100%; }
#pro_mainBg2 #dialogContainer #case a { color: #F9423A; }
#pro_mainBg2 .closeIco { background: none; border-radius: 0; cursor: pointer; display: block; float: none; height: auto; position: absolute; right: 23px; top: 27px; height: 24px; display: table-cell; display: inline-block; box-sizing: border-box; display: table-cell; height: 24px; width: 18px; }
#pro_mainBg2 .closeIco span { display: inline-block; box-sizing: border-box; position: absolute; left: 0; width: 100%; height: 2px; background-color: #999999; border-radius: 0; }
#pro_mainBg2 .closeIco span:nth-of-type(1) { top: 1px; -webkit-transform: translateY(6px) rotate(-45deg); transform: translateY(6px) rotate(-45deg); }
#pro_mainBg2 .closeIco span:nth-of-type(2) { bottom: 15px; opacity: 0; }
#pro_mainBg2 .closeIco span:nth-of-type(3) { bottom: 10px; -webkit-transform: translateY(-4px) rotate(45deg); transform: translateY(-4px) rotate(45deg); }
#pro_mainBg2 #dialogContainer input.form-error, #pro_mainBg2 #dialogContainer textarea.form-error, #pro_mainBg2 #dialogContainer select.form-error { background-color: #fffafa; border: 1px solid #F9423A; }
#pro_mainBg2 .errorMes { color: #F9423A; font-size: 12px; margin-top: 3px; }

/* 相談modal */
.mfp-content { width: 100%; max-width: 660px; }

.mfp-container { padding: 0; }

.mfp-content.active .sub_box { display: block !important; }
.mfp-content .sub_box { display: none; position: relative; z-index: 11; background: #fff; margin: 2px auto 0; cursor: default; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 2px 2px 6px 3px rgba(50, 50, 50, 0.63); -moz-box-shadow: 2px 2px 6px 3px rgba(50, 50, 50, 0.63); box-shadow: 2px 2px 6px 3px rgba(50, 50, 50, 0.63); }
.mfp-content div.sub_box .close_popup { background: transparent none repeat scroll 0 0; border-radius: 0; cursor: pointer; display: table-cell; float: none; height: 24px; position: absolute; right: 24px; top: 29px; width: 27px; z-index: 1; }
.mfp-content div.sub_box .close_popup span { background-color: #999999; border-radius: 0; height: 2px; left: 0; position: absolute; width: 60%; }
.mfp-content div.sub_box .close_popup span:nth-of-type(1) { top: 1px; transform: translateY(6px) rotate(-45deg); }
.mfp-content div.sub_box .close_popup span:nth-of-type(2) { bottom: 15px; opacity: 0; }
.mfp-content div.sub_box .close_popup span:nth-of-type(3) { bottom: 11px; transform: translateY(-4px) rotate(45deg); }
.mfp-content div.sub_box .title_box { background-color: transparent; border-bottom: 3px solid #F9423A; border-radius: 0; color: #333333; font-size: 18px; font-weight: bold; height: 80px; margin-bottom: 28px; padding: 0; position: relative; text-align: center; }
.mfp-content div.sub_box .title { font-size: 14px; font-weight: bold; }
.mfp-content div.sub_box .title_box .title { font-size: 18px; font-weight: bold; }
.mfp-content .title_box > span { font-size: 18px; line-height: 80px; padding-left: 15px; font-weight: bold; }
.mfp-content div.sub_box .content_box { min-height: 50px; background-color: #fff; padding: 0 47px 0 43px; border-bottom: 0 none; }
.mfp-content div.sub_box .content_box .contentElem { margin-top: 26px; }
.mfp-content div.sub_box .content_box .target1, .mfp-content div.sub_box .content_box .target2, .mfp-content div.sub_box .content_box .target3 { display: none; }
.mfp-content div.sub_box .control_box { height: auto; background-color: #f6f6f6; margin-top: 32px; padding-top: 30px; padding-bottom: 30px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; text-align: center; }
.mfp-content div.sub_box.price_box { width: 600px; margin-left: -130px; }
.mfp-content div.sub_box.price_box .content_box { height: auto; width: auto; margin: 10px auto 0; display: table; }
.mfp-content div.sub_box.price_box .content_box > div { float: left; }
.mfp-content div.sub_box.hotel_box, .mfp-content div.sub_box.travel_box, .mfp-content div.sub_box.other_box, .mfp-content div.sub_box.keyword_box { width: 800px; }
.mfp-content div.sub_box.hotel_box .content_box, .mfp-content div.sub_box.travel_box .content_box { height: auto; overflow: visible; border-bottom: 0 none; }
.mfp-content div.sub_box select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url("/tour/media/tabi_files/img/common/ico_dropdown_2.png") no-repeat scroll right 10px center; border: 1px solid #cdcdcd; border-radius: 4px; display: block; font-size: 13px; height: 32px; margin-top: 1px; padding: 2px 20px 2px 6px; width: 140px; font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; }
.mfp-content div.sub_box select::-ms-expand { display: none; }
.mfp-content div.sub_box select.modalSelect { width: 100%; margin-top: 2px; }
.mfp-content div.sub_box input { height: 32px; padding: 0 20px 2px 6px; width: 210px; font-size: 14px; border-radius: 4px; border: 1px solid #e2e3ea; font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; }
.mfp-content div.sub_box input[type="checkbox"] { display: none; }
.mfp-content div.sub_box .hotelMainbox { margin-top: 28px; border-bottom: 1px solid #dcdcdc; padding-bottom: 30px; }
.mfp-content div.sub_box .hotelMainbox.last { margin-top: 18px; border-bottom: 0 none; padding-bottom: 0; }
.mfp-content div.sub_box .hotelMainbox:first-child { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .countryName { color: #F9423A; font-size: 14px; font-weight: bold; display: none; }
.mfp-content div.sub_box .hotelMainbox .countryName + h3 { margin-top: 25px; }
.mfp-content div.sub_box .hotelMainbox h3 { margin-top: 15px; }
.mfp-content div.sub_box .hotelMainbox h3:first-child { margin-top: 4px; }
.mfp-content div.sub_box .hotelMainbox h4 { font-size: 12px; font-weight: bold; }
.mfp-content div.sub_box .hotelMainbox .left { float: left; width: 48.5%; }
.mfp-content div.sub_box .hotelMainbox .left input { background: url("/tour/media/tabi_files/img/common/ico_search_2.png") no-repeat 10px center; background-size: 16px auto; height: 34px; margin-top: 6px; padding-left: 36px; padding-top: 3px; width: 100%; border: 1px solid #e2e3ea; }
.mfp-content div.sub_box .hotelMainbox .left input.disabled { background-color: #e7e7e7 !important; }
.mfp-content div.sub_box .hotelMainbox .left input.disabled::-webkit-input-placeholder, .mfp-content div.sub_box .hotelMainbox .left input.disabled:-ms-input-placeholder, .mfp-content div.sub_box .hotelMainbox .left input.disabled::-moz-placeholder { color: #f9423a; font-weight: bold; }
.mfp-content div.sub_box .hotelMainbox .left .hotelList { border: 1px solid #b2b2b2; margin-top: 7px; max-height: 300px; overflow-y: scroll; padding: 10px; }
.mfp-content div.sub_box .hotelMainbox .left .hotelList.noResult { margin-top: 6px; padding: 0; border: none; }
.mfp-content div.sub_box .hotelMainbox .left .hotelList .noSelect { font-size: 12px; color: #F9423A; font-weight: bold; }
.mfp-content div.sub_box .hotelMainbox .left .hotelList a { color: #333333; display: block; line-height: 1.5; padding: 2px 0; }
.mfp-content div.sub_box .hotelMainbox .left .conciergeForm { display: inline-block; color: #F9423A; font-size: 12px; text-decoration: underline; margin-top: 4px; }
.mfp-content div.sub_box .hotelMainbox .left .conciergeForm:hover { text-decoration: none; }
.mfp-content div.sub_box .hotelMainbox .right { float: left; margin-left: 3%; width: 48.5%; }
.mfp-content div.sub_box .hotelMainbox .right h4 { margin-top: 4px; }
.mfp-content div.sub_box .hotelMainbox .right .selectedHotel { border: 1px solid #b2b2b2; border-radius: 4px; margin-top: 4px; padding: 11px 9px 11px 10px; }
.mfp-content div.sub_box .hotelMainbox .right .selectedHotel a { background: url("/tour/media/tabi_files/img/common/ico_delete.png") no-repeat scroll left 1px; color: #333333; display: block; font-size: 12px; line-height: 1.4; margin-top: 10px; padding-left: 20px; padding-right: 10px; text-decoration: none; }
.mfp-content div.sub_box .hotelMainbox .right .selectedHotel a:first-child { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .typeSelect { margin-top: 7px; }
.mfp-content div.sub_box .hotelMainbox .typeSelect ul li { float: left; margin-left: 3%; width: 48.5%; margin-top: 12px; }
.mfp-content div.sub_box .hotelMainbox .typeSelect ul li:nth-of-type(1), .mfp-content div.sub_box .hotelMainbox .typeSelect ul li:nth-of-type(2) { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .typeSelect ul li:nth-of-type(3n), .mfp-content div.sub_box .hotelMainbox .typeSelect ul li:first-child { margin-left: 0; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea { height: 96px; margin-top: 3px; padding: 12px 0 0 13px; }
.mfp-content div.sub_box .select_Airline .checkBoxArea { height: 96px; margin-top: 3px; padding: 12px 0 0 13px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul, .mfp-content div.sub_box .select_Airline .checkBoxArea ul { margin-top: 9px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul:first-child, .mfp-content div.sub_box .select_Airline .checkBoxArea ul:first-child { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul li { width: 48.5%; margin-left: 3%; padding-left: 4px; }
.mfp-content div.sub_box .select_Airline .checkBoxArea ul li { width: 33.3%; margin-left: 0; padding-left: 4px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul li:first-child, .mfp-content div.sub_box .select_Airline .checkBoxArea ul li:first-child { margin-left: 0; padding-left: 0; }
.mfp-content div.sub_box input.disabled { background-color: #e7e7e7 !important; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea { padding: 0 !important; height: 150px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea .checkboxGroup { margin-top: 28px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea .checkboxGroup:first-child { margin-top: 0; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea h4 { background-color: #f6f6f6; font-weight: bold; padding: 8px 0 7px 20px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea .checkBoxInner { padding: 0 0 0 21px; }
.mfp-content div.sub_box .hotelMainbox .typeCheck .checkBoxArea ul li { display: inline-block; float: left; width: 32.7%; margin-top: 3px; margin-left: 0; line-height: 0; border-bottom: 0 none; }
.mfp-content div.sub_box .list_of_dropdown { margin-top: 29px; }
.mfp-content div.sub_box .dataTbl { margin-top: 4px; width: 100%; }
.mfp-content div.sub_box .dataTbl th { background-color: #f6f6f6; border-bottom: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; font-size: 12px; font-weight: bold; height: 52px; padding-left: 18px; text-align: left; vertical-align: top; width: 121px; }
.mfp-content div.sub_box .dataTbl th p { line-height: 52px; }
.mfp-content div.sub_box .dataTbl td { border-bottom: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; overflow-wrap: break-word; padding-bottom: 0; padding-left: 9px; padding-top: 9px; vertical-align: top; width: 230px; }
.mfp-content div.sub_box .dataTbl td select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url("/tour/media/tabi_files/img/common/ico_dropdown_2.png") no-repeat scroll right 10px center; border: 1px solid #cdcdcd; border-radius: 4px; display: block; font-size: 13px; height: 32px; margin-top: 1px; padding: 0 20px 2px 6px; width: 140px; }
.mfp-content div.sub_box .dataTbl td input { height: 32px; padding: 0 20px 2px 6px; width: 210px; font-size: 14px; border-radius: 4px; }
.mfp-content div.sub_box .control_box a { background-color: #F9423A; border-radius: 3px; box-sizing: border-box; color: #ffffff; cursor: pointer; display: block; font-size: 16px; font-weight: bold; height: 54px; margin: 0 auto 0; padding: 17px 0; position: relative; text-align: center; width: 250px; }
.mfp-content div.sub_box .control_box a:hover, .mfp-content div.sub_box .control_box a:visited { text-decoration: none; }
.mfp-content div.sub_box a.checkAllclear { background-color: transparent; border: 2px #999999 solid; color: #999999; }
.mfp-content div.sub_box a.checkAllclear:hover, .mfp-content div.sub_box a.checkAllclear:visited { text-decoration: none; }
.mfp-content div.sub_box .doubleBtn a { display: inline-block; vertical-align: top; margin-left: 16px; }
.mfp-content div.sub_box .doubleBtn a:first-child { margin-left: 0px; }
.mfp-content div.sub_box .checkBoxArea { border: 1px #B2B2B2 solid; border-radius: 4px; padding: 16px 0 0 18px; display: block; overflow-y: scroll; height: 104px; }
.mfp-content div.sub_box .checkBox_list { border: 1px #B2B2B2 solid; border-radius: 4px; padding: 16px 0 0 18px; display: block; overflow-y: scroll; height: 104px; padding: 0; height: 150px; padding: 0; height: 150px; }
.mfp-content div.sub_box .checkBox_list .checkboxGroup { margin-top: 28px; }
.mfp-content div.sub_box .checkBox_list .checkboxGroup:first-child { margin-top: 0; }
.mfp-content div.sub_box .checkBox_list h4 { background-color: #f6f6f6; font-weight: bold; padding: 8px 0 7px 20px; }
.mfp-content div.sub_box .travel_data .checkBoxArea { height: 150px; }
.mfp-content div.sub_box .travel_data .checkBoxInner { padding: 0 0 0 21px; margin-top: 7px; }
.mfp-content div.sub_box .travel_data .checkBoxInner:nth-of-type(1) { margin-top: 13px; }
.mfp-content div.sub_box .checkBoxArea li { display: inline-block; float: left; width: 32.7%; margin-top: 3px; line-height: 0; border-bottom: 0 none; }
.mfp-content div.sub_box .checkBoxInner li { display: inline-block; float: left; width: 32.7%; margin-top: 3px; line-height: 0; border-bottom: 0 none; margin-top: 6px; }
.mfp-content div.sub_box .checkBoxArea li:nth-of-type(1), .mfp-content div.sub_box .checkBoxArea li:nth-of-type(2), .mfp-content div.sub_box .checkBoxArea li:nth-of-type(3) { margin-top: 0px; }
.mfp-content div.sub_box .checkBoxInner li:nth-of-type(1), .mfp-content div.sub_box .checkBoxInner li:nth-of-type(2), .mfp-content div.sub_box .checkBoxInner li:nth-of-type(3) { margin-top: 0px; }
.mfp-content div.sub_box .checkBoxArea li input[type="radio"] { cursor: pointer; display: inline-block; margin: 0 4px 0 0; vertical-align: top; }
.mfp-content div.sub_box .checkBoxArea li label { cursor: pointer; display: inline-block; font-size: 13px; width: 100%; }
.mfp-content div.sub_box .checkBoxInner li label { cursor: pointer; display: inline-block; font-size: 13px; width: 100%; }
.mfp-content div.sub_box .checkBoxArea li label:after, .mfp-content div.sub_box .checkBoxInner li label:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.mfp-content div.sub_box .checkBoxArea li label span, .mfp-content div.sub_box .checkBoxInner li label span { display: inline-block; margin: 0; padding-left: 0; text-indent: 0; }
.mfp-content div.sub_box .checkBoxArea li input[type="checkbox"]:checked + label i, .mfp-content div.sub_box .checkBoxInner li input[type="checkbox"]:checked + label i { background: transparent url("/tour/media/tabi_files/img/common/ico_check_on.gif") no-repeat scroll left top; display: inline-block; }
.mfp-content div.sub_box .checkBoxArea li input[type="checkbox"] + label i, .mfp-content div.sub_box .checkBoxInner li input[type="checkbox"] + label i { background: transparent url("/tour/media/tabi_files/img/common/ico_check_off.gif") no-repeat scroll left top; display: inline-block; float: left; height: 18px; margin-right: 3px; position: relative; top: 0; vertical-align: top; width: 15px; }
.mfp-content div.sub_box .checkBoxArea li input[type="checkbox"]:checked + label span, .mfp-content div.sub_box .checkBoxInner li input[type="checkbox"]:checked + label span { background: none; }
.mfp-content div.sub_box .checkBoxArea li input[type="checkbox"] + label span, .mfp-content div.sub_box .checkBoxInner li input[type="checkbox"] + label span { background: transparent none repeat scroll 0 0; cursor: pointer; display: inline-block; float: left; font-size: 12px; height: auto; line-height: 1.5; margin: 0; padding-left: 0; text-indent: 0; vertical-align: middle; width: 90%; }

a:hover, a:focus, a:active { color: inherit; }

/* ツアータブ切り替え */
.tour_tab { width: 100%; min-width: 320px; margin: 0 auto; }
.tour_tab label.tour-1, .tour_tab label.tour-2, .tour_tab label.tour-3, .tour_tab label.tour-4 { display: inline-block; width: 20.4%; padding: 20px; cursor: pointer; background: #ddd; color: #777; text-align: center; font-size: 17px; }
.tour_tab label.tour-1:hover, .tour_tab label.tour-2:hover, .tour_tab label.tour-3:hover, .tour_tab label.tour-4:hover { background: #f9423a; color: #fff; }
.tour_tab input { display: none; }
.tour_tab input:checked + label { background: #f9423a; color: white; text-align: center; font-size: 17px; }
.tour_tab #tour_tab-b-1, .tour_tab #tour_tab-b-2, .tour_tab #tour_tab-b-3, .tour_tab #tour_tab-b-4 { display: none; padding-top: 6px; }
.tour_tab #tour_tab-1:checked ~ #tour_tab-b-1, .tour_tab #tour_tab-2:checked ~ #tour_tab-b-2, .tour_tab #tour_tab-3:checked ~ #tour_tab-b-3, .tour_tab #tour_tab-4:checked ~ #tour_tab-b-4 { display: block; }

@media screen and (max-width: 960px) { .tour_tab label.tour-1, .tour_tab label.tour-2, .tour_tab label.tour-3, .tour_tab label.tour-4 { width: 20%; } }
@media screen and (max-width: 768px) { .tour_tab label.tour-1, .tour_tab label.tour-2, .tour_tab label.tour-3, .tour_tab label.tour-4 { float: left; margin-bottom: 1px; margin-right: 1px; font-size: 14px; }
  .tour_tab input:checked + label { font-size: 14px; }
  .accordion-box { clear: both; } }
@media screen and (max-width: 657px) { .tour_tab label.tour-1, .tour_tab label.tour-2, .tour_tab label.tour-3, .tour_tab label.tour-4 { width: 41%; padding: 20px 10px; margin-left: 4%; }
  .tour_tab label.tour-2, .tour_tab label.tour-4 { margin-left: 0; } }
/*201802 add======================================*/
.border-box-gray.keyword-none { padding-bottom: 40px; }

.area-page-caption { text-align: center; margin-bottom: 50px; line-height: 2; }

.page-link-icon-txt2 { background: #F9423A; color: #FFF; font-size: 13px; display: block; padding: 15px 24px 15px 16px; box-sizing: border-box; margin: 0 10px; }

.recommend-ciry { font-size: 15px; margin: 20px 28px; font-weight: bold; text-align: left; }

.recommend-ciry-title { text-align: center; margin-bottom: 10px; }

.recommend-ciry-button { display: inline-block; padding: 5px 10px 5px 0; }
.recommend-ciry-button a { text-decoration: underline; color: #F9423A; }

.area-tour-list .border-box { border: 1px solid #e2e2e2; width: 31%; }

.introduce-list { padding-bottom: 70px; }

.position-bottom-button { position: absolute; bottom: 10px; width: 100%; }
.position-bottom-button a { color: #fff !important; display: block; width: calc(100% - 20px); }
.position-bottom-button a:hover { background: #333; }

.area-tour-block { padding-top: 0; margin-top: 60px; }
.area-tour-block .area-title { padding-top: 60px; }

.tab-content-block { margin-bottom: 60px; }

.accordion-box-ranking { padding-bottom: 50px; }
.accordion-box-ranking li { margin-top: 50px; }

.rank-icon:after, .pickup-icon:after { content: ""; width: 52px; height: 52px; display: block; border-radius: 26px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); position: absolute; top: -20px; left: 0px; right: 0; margin: auto; }

.rank-1:after { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-1.svg) center top no-repeat; background-color: #EBD526; }

.rank-2:after { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-2.svg) center top no-repeat; background-color: #CCCCCC; }

.rank-3:after { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-3.svg) center top no-repeat; background-color: #E0B489; }

.rank-4:after { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-4.svg) center top no-repeat; background-color: #E0B489; }

.rank-5:after { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-5.svg) center top no-repeat; background-color: #E0B489; }

.rank-6:after { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-6.svg) center top no-repeat; background-color: #E0B489; }

.pickup-icon:after { background: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/badge-rank-pickup.svg) center top no-repeat; }

.sp-area-tour-button { display: none; }

@media screen and (max-width: 768px) { .border-box-gray.keyword-none { padding-bottom: 0px; }
  .area-page-caption { margin-bottom: 27px; }
  .area-tour-list .border-box { width: auto; padding: 10px 0 0; position: relative; }
  .introduce-list { padding-bottom: 0; }
  .introduce-list .sp-title { margin-bottom: 10px; }
  .area-tour-list.area-index { padding: 0; }
  .area-tour-list.area-index .area-tour-price { padding: 0; }
  .area-tour-list.area-index .area-tour-txt { padding: 0 10px; overflow: hidden; }
  .recommend-ciry { background: #f4f4f4; margin: 0; padding: 10px; text-align: left; }
  .area-tour-list.area-index .area-tour-box .headline3 { border-left: 4px solid #f9423a; line-height: 1; margin: 0 0 0 10px; padding: 0 0 0 8px; font-size: 14px; }
  .sp-link { display: block; }
  .position-bottom-button { position: static; }
  .area-tour-list.area-index .area-tour-list-img { padding: 0 0 10px 10px; }
  .area-tour-list.area-index .area-tour-list-img .area-tour-list-img-inner { width: 121px; height: 80px; overflow: hidden; }
  .area-tour-box .page-link-icon-txt2 { position: absolute; top: 50px; right: -12px; margin-left: 0 !important; width: 12px; height: 21px; padding: 0; }
  .area-tour-box .page-link-icon-txt2:after { right: 4px !important; }
  .recommend-ciry-button { padding: 0 10px 10px 0; }
  .recommend-ciry-title { text-align: left; }
  .recommend-ciry-button a { background: #F9423A; color: #fff !important; font-weight: normal; text-decoration: none; font-size: 13px; padding: 3px 25px 3px 22px; }
  .recommend-ciry-button a:after { display: inline-block; content: ""; position: absolute; right: 8px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 5px; height: 5px; top: 50%; margin-top: -4px; margin-left: -4px; }
  .rank-icon:after, .pickup-icon:after { content: ""; width: 46px; height: 46px; display: block; border-radius: 26px; box-shadow: 0 0 0px rgba(0, 0, 0, 0.3); top: -30px; -webkit-background-size: 100% auto !important; background-size: 100% auto !important; }
  .accordion-box-ranking li { margin-top: 40px; }
  .accordion-box-ranking .area-tour-list { margin-left: 0; }
  .accordion-box-ranking .area-tour-list li { margin-left: 0; }
  .accordion-box-ranking .area-tour-list li:nth-child(n + 4) { display: none; }
  .tour-reccomend .accordion-box-ranking .accordion-container { height: 770px; }
  .sp-area-tour-button { display: block; letter-spacing: .05em; line-height: 3.5rem; color: #fff; font-weight: bold; text-align: center; background: #696969; font-size: 16px; position: relative; margin: 20px 15px 0; }
  .sp-area-tour-button:before { content: "+"; color: #fff; position: absolute; bottom: 50%; right: 14px; z-index: 1; font-size: 20px; width: 20px; height: 20px; font-weight: 200; margin-bottom: -6px; line-height: 1; } }
.lazyloaded { opacity: 1; transition: 400ms opacity; }

[data-expand].lazyload { opacity: 0; transform: scale(0.8); }
[data-expand].lazyloaded { opacity: 1; transition: all 700ms; transform: scale(1); }

.area-tour-list-button { text-align: center; padding-top: 20px; }
.area-tour-list-button a { width: 350px; display: inline-block; margin: 0 20px; color: #fff !important; }

@media screen and (max-width: 657px) { .area-tour-list-button { padding: 10px 4% 20px; } }
@media screen and (max-width: 657px) { .area-tour-list-button a { width: auto; margin: 0; display: block; margin-bottom: 10px; } }
.yotpo { margin: 5px auto 50px; }
.yotpo.bottomLine .standalone-bottomline { margin-top: 15px; pointer-events: none; }

.yotpo-star-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo-star-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo-star-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star { font-size: 35px; width: auto !important; height: auto !important; background-image: none !important; color: #fec600 !important; }

.yotpo.bottomLine .standalone-bottomline .yotpo-icon.yotpo-icon-half-star { background-position: -70px 0 !important; }
.yotpo .pull-left { text-align: center !important; float: none !important; }
.yotpo .text-m { font-size: 18px !important; display: block; text-align: center; padding-left: 5px; line-height: 1.8 !important; }

.yotpo-red-title { font-size: 28px; font-weight: normal; color: #F9423A; text-align: center; }
.yotpo-red-title span { padding: 0 40px; background-image: url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/area-title-l.svg), url(https://www.tabikobo.com/area/wp-content/themes/bones-tabikobo/assets-area/images/area-title-r.svg); background-position: left center,right center; background-repeat: no-repeat; background-size: auto 28px; }
.yotpo-red-title.sp { display: none; }

.yotpo-star-rating { margin-top: 60px; }
.yotpo-star-rating br.sp { display: none; }

.yotpo-stars { display: inline-block; }

.average-score { display: inline-block; font-size: 28px !important; margin-left: 5px !important; color: #f9423a !important; }

.bg-base-beige.bg-yotpo .yotpo-star-rating { margin: 60px 0 50px; padding: 55px 0 5px; }

@media screen and (max-width: 768px) { .yotpo-red-title { font-size: 16px; }
  .yotpo-red-title.pc { display: none; }
  .yotpo-red-title.sp { display: block; }
  .yotpo-red-title span { padding: 0 20px; background-size: auto 100%; }
  .yotpo-stars { margin: 40px 0 30px; }
  .yotpo .text-m { font-size: 14px !important; }
  .yotpo-star-rating { pointer-events: none; margin-top: 40px; margin-bottom: -15px !important; }
  .yotpo-star-rating br.sp { display: block; }
  .yotpo.bottomLine .standalone-bottomline { margin-top: 10px; pointer-events: none; }
  .yotpo-star-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo-star-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo-star-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star { font-size: 30px; }
  .average-score { font-size: 24px !important; }
  .bg-base-beige.bg-yotpo { margin-bottom: 40px; }
  .bg-base-beige.bg-yotpo .yotpo-star-rating { padding: 40px 0 5px; }
  .bg-base-beige.bg-yotpo .yotpo { margin: 0 auto 30px; } }
#form_search_box .departureBox .select-departure.abtest, #form_search_box .departureBox .select-region.abtest, #form_search_box .departureBox .select-departure-date-detail.abtest { display: none; }

body.abtest #form_search_box .departureBox .select-departure.abtest, body.abtest #form_search_box .departureBox .select-region.abtest, body.abtest #form_search_box .departureBox .select-departure-date-detail.abtest { display: block; }
body.abtest #form_search_box .departureBox .select-departure, body.abtest #form_search_box .departureBox .select-region, body.abtest #form_search_box .departureBox .select-departure-date-detail { display: none; }

@media screen and (max-width: 657px) { #form_search_box .departureBox .select-departure.abtest div, #form_search_box .departureBox .select-region.abtest div { font-size: 14px; }
  #form_search_box .departureBox .select-departure.abtest div span, #form_search_box .departureBox .select-region.abtest div span { width: 100%; display: inline-block; border: solid 1px #C6C6C6; color: #767676; padding: 10px; }
  #form_search_box .departureBox .select-departure.abtest div span.selected, #form_search_box .departureBox .select-region.abtest div span.selected { width: 70%; }
  #form_search_box .departureBox .select-departure.abtest div span.tsc_des_remove, #form_search_box .departureBox .select-departure.abtest div span.tsc_dep_remove { background: #cdcdcd; color: #333; padding: 10px 3px; border-radius: 3px; display: inline-block; cursor: pointer; margin-right: 10px; width: 25%; text-align: center; }
  #form_search_box .departureBox .select-region.abtest div span.tsc_des_remove, #form_search_box .departureBox .select-region.abtest div span.tsc_dep_remove { background: #cdcdcd; color: #333; padding: 10px 3px; border-radius: 3px; display: inline-block; cursor: pointer; margin-right: 10px; width: 25%; text-align: center; }
  #form_search_box .departureBox .select-departure.abtest div:nth-child(n+2), #form_search_box .departureBox .select-region.abtest div:nth-child(n+2) { margin-top: 10px; }
  #form_search_box .departureBox .select-departure-date-detail.abtest input { font-size: 14px; width: 100%; display: inline-block; border: solid 1px #C6C6C6; color: #767676; padding: 10px; } }
/*# sourceMappingURL=area.css.map */
.sp { display: none; }

@media screen and (max-width: 657px) { .pc { display: none; }
  .sp { display: block; } }
#bodyWrapper { min-width: 960px; }
@media screen and (max-width: 657px) { #bodyWrapper { min-width: inherit; } }

.tourInfo__topics * { box-sizing: border-box; }
.tourInfo__topics__ttl { background-size: cover; background-position: center; padding: 70px 0 1px; }
.tourInfo__topics__ttl h1, .tourInfo__topics__ttl p { font-weight: bold; font-size: 22px; color: #f9423a; text-align: center; background: white; max-width: 960px; margin: 0 auto -10px; padding: 30px 0 0; }
.tourInfo__topics__ttl h1 em, .tourInfo__topics__ttl p em { content: ""; background: url(https://www-test.tabikobo.com/_area/wp-content/themes/bones-tabikobo/assets-area/images/otoku.png) no-repeat; background-size: 60px auto; display: inline-block; width: 60px; height: 85px; vertical-align: middle; margin: 0 10px 0 5px; }
.tourInfo__topics__ttl .topic_h1.lp, .tourInfo__topics__ttl p.lp { font-weight: bold; font-size: 26px !important; color: #333333 !important; text-align: center; background: white; max-width: 960px; margin: -3px auto; padding: 30px 40px; }
@media screen and (max-width: 657px) { .tourInfo__topics__ttl .topic_h1.lp, .tourInfo__topics__ttl p.lp { font-size: 20px !important; } }
@media screen and (max-width: 657px) { .tourInfo__topics__ttl { padding: 0; }
  .tourInfo__topics__ttl h1 span { display: inline-block; margin-bottom: 10px; font-size: 18px; }
  .tourInfo__topics__ttl p span { display: inherit; margin-bottom: 10px; font-size: 18px; }
  .tourInfo__topics__ttl .sp { display: block; } }
.tourInfo__topics .topic-page-inner { width: 960px; margin: -3px auto; padding: 30px 30px; font-size: 16px; line-height: 1.5; letter-spacing: 0.1em; }
.tourInfo__topics .topic-page-inner img { max-width: 100%; width: auto; height: auto; }
.tourInfo__topics .topic-page-inner h1.topic_h1 { text-align: center; font-size: 26px; margin: 0 0 15px; padding: 0 40px; }
.tourInfo__topics .topic-page-inner .topic_date { text-align: center; color: #f9423a; margin-bottom: 70px; font-size: 13px; }
.tourInfo__topics .topic-page-inner .topic_content img { display: block; margin: 30px auto; }
.tourInfo__topics .topic-page-inner .topic_content h2 { font-size: 22px; margin: 30px 0; padding: 5px 30px; border-left: solid #f9423a 3px; }
.tourInfo__topics .topic-page-inner .topic_content h3 { font-size: 22px; margin: 15px 0; padding: 5px 0; border-bottom: solid #ddd 1px; }
.tourInfo__topics .topic-page-inner .topic_content p { margin-bottom: 15px; }
.tourInfo__topics .topic-page-inner .topic_content p a:visited, .tourInfo__topics .topic-page-inner .topic_content p a:link { color: #f9423a; text-decoration: underline; }
.tourInfo__topics .topic-page-inner .topic_content p span { background: linear-gradient(transparent 0%, #ffbeb9 0%); }
.tourInfo__topics .topic-page-inner .topic_content .box { border: solid 1px #dddddd; padding: 30px; margin: 30px 0; background: #F7F5F0; box-shadow: 6px 6px #ebebeb; }
.tourInfo__topics .topic-page-inner .topic_content .topic_button { margin: 30px auto; }
.tourInfo__topics .topic-page-inner .topic_content .topic_button a:visited, .tourInfo__topics .topic-page-inner .topic_content .topic_button a:link { color: white; text-decoration: none; }
.tourInfo__topics .topic-page-inner .topic_content .topic_button a:hover { color: #f9423a; }
@media screen and (max-width: 657px) { .tourInfo__topics .topic-page-inner { width: 100%; padding: 0 4%; }
  .tourInfo__topics .topic-page-inner h1.topic_h1 { padding: 0; font-size: 20px; }
  .tourInfo__topics .topic-page-inner .topic_date { margin-bottom: 30px; }
  .tourInfo__topics .topic-page-inner .topic_content { font-size: 13px; padding-bottom: 15px; }
  .tourInfo__topics .topic-page-inner .topic_content img { margin: 15px auto; }
  .tourInfo__topics .topic-page-inner .topic_content h2 { font-size: 16px; margin: 15px 0; padding: 0 0 0 10px; }
  .tourInfo__topics .topic-page-inner .topic_content h3 { font-size: 16px; }
  .tourInfo__topics .topic-page-inner .topic_content .topic_button { margin: 15px auto; }
  .tourInfo__topics .topic-page-inner .topic_content .box { padding: 15px; margin: 15px 0; } }

.topic_button { width: 600px; margin: 30px auto; }
.topic_button a:visited, .topic_button a:link { background: white; border-radius: 4px; border: solid 1px #f9423a; display: flex; color: #fff; background: #f9423a; justify-content: center; align-items: center; padding: 12px; text-decoration: none; transition: all .2s linear; font-size: 16px; text-decoration: none; }
.topic_button a:visited:before, .topic_button a:link:before { content: ""; display: inline-block; left: 3px; width: 8px; height: 8px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); vertical-align: middle; margin-right: 15px; }
.topic_button a:hover { color: #f9423a; background-color: #fff; }
.topic_button a:hover:before { border-top: 1px solid #f9423a; border-right: 1px solid #f9423a; }
@media screen and (max-width: 657px) { .topic_button { width: 100%; }
  .topic_button.back { width: 92%; padding: 30px 0; margin: 0 auto; } }
.topic_button.back a:visited, .topic_button.back a:link { color: #f9423a; background: #fff; text-decoration: none; }
.topic_button.back a:visited:before, .topic_button.back a:link:before { border-top: 1px solid #f9423a; border-right: 1px solid #f9423a; }
.topic_button.back a:hover { color: #fff; background: #f9423a; }
.topic_button.back a:hover:before { border-top: 1px solid #fff; border-right: 1px solid #fff; }
.topic_button.flex { display: flex; justify-content: space-between; }
.topic_button.flex a { width: 48%; display: block; text-align: center; }
@media screen and (max-width: 657px) { .topic_button.flex { display: block; }
  .topic_button.flex a { width: 100%; margin-bottom: 15px; letter-spacing: 0; line-height: 1.3; } }

/* コンシェルジュに相談セクション用
*/
#areaPage #supportArea .cmnTitle .txt h2 { background: url(/images/area/cmn_tit_bg.png) no-repeat left bottom; background-size: 93px 2px; }

#areaPage #supportArea .cmnTitle .txt .freeIcon { position: absolute; color: #fff; background-color: #F9423A; padding: 20px; width: 76px; font-size: 14px; line-height: 1.3; top: 0; right: 20px; border-radius: 40px; text-align: center; font-weight: bold; box-sizing: border-box; }

#areaPage #supportContactArea { padding-bottom: 80px; }

#areaPage #supportArea { padding-bottom: 30px; }

.footer-close .concierge-bar { margin-bottom: -100px; }

@media screen and (max-width: 789px) { #areaPage #supportArea .cmnTitle .txt h2 { background-position: center bottom; }
  #areaPage #tabs-4 #supportArea .cmnTitle .photo img { width: 75%; height: auto; } }
@media screen and (max-width: 657px) { #areaPage #supportArea { padding-bottom: 0 !important; }
  #areaPage #supportArea .cmnTitle .txt .freeIcon { top: 88px; right: inherit; left: 20px; }
  .area-tabs-title { background: url(/area/wp-content/themes/bones-tabikobo/assets-area/images/icon-tab-4.svg) center 0 no-repeat; background-size: auto 34px; padding: 44px 0 16px; }
  #areaPage #tabs-4 #supportArea .cmnTitle .txt h2 { margin-bottom: 25px; padding-bottom: 20px; } }
.tourInfo__topics.lp .tourInfo__topics__ttl { padding: 0; }
.tourInfo__topics.lp .tourInfo__topics__ttl .bg { height: 185px; width: auto; background: url(/area/wp-content/uploads/2017/06/main-11.jpg) no-repeat center bottom; background-size: cover; padding-top: 70px; }
@media screen and (max-width: 657px) { .tourInfo__topics.lp .tourInfo__topics__ttl .bg { background: none; } }
.tourInfo__topics.lp .tourInfo__topics__ttl .topic_h1 { color: #333; background: #ffffff url(../images/main.png) no-repeat 520px center; height: 460px; padding: 30px 460px 30px 30px; font-size: 26px !important; font-weight: normal; display: flex; flex-direction: column; justify-content: center; margin: -115px auto 30px; }
.tourInfo__topics.lp .tourInfo__topics__ttl .topic_h1 .ribbon { background: url(/images/area/title_ribbon.png) no-repeat center; background-size: 361px 59px; color: #ffffff; padding: 35px 110px; }
.tourInfo__topics.lp .tourInfo__topics__ttl .topic_h1 .mainTitle { font-weight: bold; font-size: 38px; padding: 18px 40px; -moz-text-align-last: justify; text-align-last: justify; }
.tourInfo__topics.lp .tourInfo__topics__ttl .topic_h1 .subTitle { background: url(../images/line_plane_pc.png) no-repeat top; padding: 70px 32px 0; -moz-text-align-last: justify; text-align-last: justify; }
@media screen and (max-width: 657px) { .tourInfo__topics.lp .tourInfo__topics__ttl .topic_h1 { display: block; padding: 0; margin: 0; height: auto; }
  .tourInfo__topics.lp .tourInfo__topics__ttl .topic_h1 .ribbon { background-size: 250px 40px; padding: 15px 80px; }
  .tourInfo__topics.lp .tourInfo__topics__ttl .topic_h1 .mainTitle { font-size: 30px; padding: 0; }
  .tourInfo__topics.lp .tourInfo__topics__ttl .topic_h1 .subTitle { background: url(../images/line_plane_sp.png) no-repeat top; background-size: 90%; padding: 40px 32px 20px; } }
@media screen and (max-width: 657px) { .tourInfo__topics.lp .tourInfo__topics__ttl figure { margin-bottom: 30px; }
  .tourInfo__topics.lp .tourInfo__topics__ttl figure img { width: 100%; } }
.tourInfo__topics.lp .topic_list li:before { content: "・"; }
.tourInfo__topics.lp .topic_list li { text-indent: -1em; margin-left: 1em; }
.tourInfo__topics.lp .iconList li { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; margin: 0 0 15px; }
.tourInfo__topics.lp .iconList .icon { width: 39px; height: 39px; margin: 0; z-index: 10; }
.tourInfo__topics.lp .iconList span { background-color: #f7f5f0; width: 100%; padding: 5px 20px; margin: 0 0 0 -10px; }
.tourInfo__topics.lp .iconList span.blank a { background: url(/images/area/icon_blank.png) no-repeat right center; background-size: 16px 16px; padding-right: 25px; }
@media screen and (max-width: 657px) { .tourInfo__topics.lp .iconList span.blank a { background-size: 13px 13px; padding-right: 20px; } }
.tourInfo__topics.lp .iconList a { text-decoration: underline; }
.tourInfo__topics.lp .iconList a:hover, .tourInfo__topics.lp .iconList a:active { text-decoration: none; }
@media screen and (max-width: 657px) { .tourInfo__topics.lp .iconList span { padding: 10px 20px; } }
.tourInfo__topics.lp .ribbon { background: url(/images/area/ribbon.png) no-repeat; font-weight: bold; padding: 10px 30px; }
@media screen and (max-width: 657px) { .tourInfo__topics.lp .ribbon { font-size: 14px; } }
.tourInfo__topics.lp .dotline { width: 100%; border-top: #f9423a 4px dotted; margin: 40px 0; }
.tourInfo__topics.lp .flexBox { margin-bottom: 15px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: space-between; }
.tourInfo__topics.lp .flexBox .photo { width: 42%; }
.tourInfo__topics.lp .flexBox .text { width: 55%; }
.tourInfo__topics.lp .flexBox h3 { font-size: 22px; margin: 15px 0; padding: 5px 0; border-bottom: solid #ddd 1px; }
@media screen and (max-width: 657px) { .tourInfo__topics.lp .flexBox { display: block; }
  .tourInfo__topics.lp .flexBox .photo { width: 100%; }
  .tourInfo__topics.lp .flexBox .text { width: 100%; } }
.tourInfo__topics.lp .chkIc { font-size: 18px; color: #f9423a; font-weight: bold; }
.tourInfo__topics.lp .chkIc::before { content: ""; display: inline-block; background: url(/images/area/check.png) no-repeat; background-size: 100%; width: 24px; height: 19px; margin: 0 10px -2px 0; }
.tourInfo__topics.lp .chkIc.dotline { padding-top: 15px; margin: 0 0 15px; }
@media screen and (max-width: 657px) { .tourInfo__topics.lp .chkIc { font-size: 16px; } }
.tourInfo__topics.lp .box.index { width: 60%; margin: 0 auto; }
.tourInfo__topics.lp .box.index p { border-bottom: #ddd solid 1px; margin-bottom: 30px; }
.tourInfo__topics.lp .box.index ul { font-weight: bold; }
@media screen and (max-width: 657px) { .tourInfo__topics.lp .box.index { width: 100%; } }
.tourInfo__topics.lp .topic_slide.swiper-container { padding: 0; }
.tourInfo__topics.lp .topic_slide.swiper-container .swiper-pagination { margin: 0 0 5% !important; }
.tourInfo__topics.lp .topic_slide.swiper-container .swiper-pagination-bullet { background: #FFE2E2; opacity: 1; }
.tourInfo__topics.lp .topic_slide.swiper-container .swiper-pagination-bullet-active { background: #f9423a; }

.sp { display: none !important; }

@media screen and (max-width: 657px) { .pc { display: none !important; }
  .sp { display: block !important; } }
#page-top { position: fixed; bottom: 10px; right: 20px; font-size: 77%; }
#page-top img { width: 50px !important; height: 50px !important; margin: 0 !important; }
@media screen and (max-width: 657px) { #page-top { bottom: 0; right: 10px; } }
#page-top a:hover img { opacity: 0.7; }
@media screen and (max-width: 657px) { #page-top a:hover img { opacity: 1; } }

.wrapper { color: #6F7579; font-size: 16px; line-height: 1.5; letter-spacing: 0.02em; }
.wrapper img { max-width: 100%; }
.wrapper a.internal-link:after { content: '＞'; margin-left: 10px; }
.wrapper .contents .main_view .title-box { width: 960px; margin: 0 auto; }
.wrapper .contents .main_view .title-box h1 { font-size: 11px; text-align: right; }
.wrapper .contents .main_view img { width: 100%; }
@media screen and (max-width: 657px) { .wrapper .contents .main_view .title-box { width: 100%; margin: 0; }
  .wrapper .contents .main_view .title-box h1 { font-size: 8px; } }
.wrapper .contents .lead-part { text-align: center; padding-top: 30px; position: relative; font-size: 17px; }
.wrapper .contents .lead-part p { width: 900px; padding: 0 20px; margin: 0 auto; box-sizing: border-box; text-align: left; line-height: 2.0; }
.wrapper .contents .lead-part img { position: relative; width: 900px; margin: 0 auto; z-index: 2; }
.wrapper .contents .lead-part .tabikobo-bar { position: relative; top: -69px; height: 60px; background-color: #f9423a; z-index: 1; }
.wrapper .contents .lead-part .tabikobo-bar div { text-align: left; width: 900px; margin: 0 auto; }
.wrapper .contents .lead-part .tabikobo-bar div img { width: auto; height: 30px; padding-top: 15px; padding-left: 40px; }
@media screen and (max-width: 657px) { .wrapper .contents .lead-part p { width: 100%; font-size: 16px; }
  .wrapper .contents .lead-part img { width: 100%; }
  .wrapper .contents .lead-part .tabikobo-bar { top: -60px; }
  .wrapper .contents .lead-part .tabikobo-bar div { width: 100%; } }
.wrapper .contents .main_content { width: 900px; margin: 0 auto; }
.wrapper .contents .main_content #note-tabs { display: flex; padding: 0 40px; font-size: 24px; font-weight: 600; }
.wrapper .contents .main_content #note-tabs li { display: table; color: #FFFFFF; background-color: #f9423a; width: 25%; text-align: center; padding: 15px 0; margin-right: 5px; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor: pointer; }
.wrapper .contents .main_content #note-tabs li span.content_tab { display: table-cell; vertical-align: middle; line-height: 32px; }
.wrapper .contents .main_content #note-tabs li span.content_tab span.circle-num { display: inline-block; background-color: #FFFFFF; color: #f9423a; text-align: center; font-size: 22px; font-weight: 700; margin-right: 4px; margin-left: auto; height: 28px; width: 28px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.wrapper .contents .main_content #note-tabs li.active { color: #f9423a; background-color: #FDF9E5; cursor: default; }
.wrapper .contents .main_content #note-tabs li.active span.content_tab span.circle-num { color: #FFFFFF; background-color: #f9423a; }
@media screen and (max-width: 657px) { .wrapper .contents .main_content #note-tabs { font-size: 15px; padding: 0 25px; }
  .wrapper .contents .main_content #note-tabs li { padding: 10px 0; height: 20px; border-top-left-radius: 7px; border-top-right-radius: 7px; }
  .wrapper .contents .main_content #note-tabs li span.content_tab { line-height: 17px; }
  .wrapper .contents .main_content #note-tabs li span.content_tab span.circle-num { font-size: 14px; font-weight: 600; height: 18px; width: 18px; } }
.wrapper .contents .main_content .note-wrapper .note-header { background-color: #FDF9E5; height: 70px; border-top-left-radius: 20px; border-top-right-radius: 20px; }
.wrapper .contents .main_content .note-wrapper .note-footer { background-color: #FDF9E5; height: 70px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.wrapper .contents .main_content .note-wrapper .note-content { background-color: #FDF9E5; background-image: url(../images/memo_ring.png); background-position: right top; background-repeat: repeat-y; background-size: 30px; padding: 0 60px 20px; overflow: hidden; }
.wrapper .contents .main_content .note-wrapper .note-content .border-stripe { display: block; background-image: url(../images/border_stripe.jpg); background-size: 7px; background-repeat: repeat-x; widows: 100%; height: 5px; }
.wrapper .contents .main_content .note-wrapper .note-content .note-title { display: flex; justify-content: center; align-items: center; color: #f9423a; padding: 15px 0; }
.wrapper .contents .main_content .note-wrapper .note-content .note-title img { margin-right: 5px; width: auto; height: 40px; }
.wrapper .contents .main_content .note-wrapper .note-content .note-title .big { font-size: 40px; font-weight: 600; line-height: 1; }
.wrapper .contents .main_content .note-wrapper .note-content .note-title .small { font-size: 22px; }
.wrapper .contents .main_content .note-wrapper .note-content .note-subtitle { display: flex; align-items: center; font-size: 30px; font-weight: 600; color: #f9423a; margin: 40px 0; }
.wrapper .contents .main_content .note-wrapper .note-content .note-subtitle .step-img { display: inline-block; width: 60px; height: 85px; color: #FFFFFF; font-size: 14px; text-align: center; background-image: url(../images/icon_step.png); background-size: contain; background-repeat: no-repeat; line-height: 75px; margin-right: 10px; }
.wrapper .contents .main_content .note-wrapper .note-content .note-subtitle .step-img .step-number { font-size: 20px; font-weight: 700; letter-spacing: 0; }
.wrapper .contents .main_content .note-wrapper .note-content .note-subtitle .step-img .caution-number { display: block; line-height: 85px; font-size: 24px; font-weight: 700; }
.wrapper .contents .main_content .note-wrapper .note-content p.description { padding: 20px 0 0; text-align: center; font-weight: 600; }
.wrapper .contents .main_content .note-wrapper .note-content .bar-img { width: 100%; height: auto; }
.wrapper .contents .main_content .note-wrapper .note-content .row { margin: 15px 0; color: #6F7579; font-size: 15px; line-height: 1.8em; }
.wrapper .contents .main_content .note-wrapper .note-content .notice-box { display: block; border: 1px solid #6F7579; background: #FFFFFF; padding: 15px 25px; font-size: 14px; }
.wrapper .contents .main_content .note-wrapper .note-content .notice-box .notice-title { color: #f9423a; font-size: 28px; font-weight: 600; }
.wrapper .contents .main_content .note-wrapper .note-content .notice-box p.list { margin: 15px 0 0; text-indent: -1em; padding-left: 1em; }
.wrapper .contents .main_content .note-wrapper .note-content .notice-box p.pt16 { font-size: 16px; padding-top: 20px; }
.wrapper .contents .main_content .note-wrapper .note-content .notice-box .example { display: flex; justify-content: space-between; margin: 5px 0; }
.wrapper .contents .main_content .note-wrapper .note-content .notice-box .example div { width: 45%; font-size: 28px; font-weight: 600; }
.wrapper .contents .main_content .note-wrapper .note-content .notice-box .example div span { display: block; width: 110px; text-align: center; padding: 2px 0; background-color: #f9423a; color: #FFFFFF; font-size: 15px; font-weight: 600; margin-left: -0.2em; border-radius: 50px; }
.wrapper .contents .main_content .note-wrapper .note-content .notice-box a { color: #f9423a; font-weight: 600; }
.wrapper .contents .main_content .note-wrapper .note-content .notice-box a img { width: 10px; height: auto; }
.wrapper .contents .main_content .note-wrapper .note-content .veltra-notice { display: block; border: 2px solid #F9CA81; background: #FFFFFF; padding: 15px 25px; font-size: 14px; }
.wrapper .contents .main_content .note-wrapper .note-content .veltra-notice img { width: 100%; }
.wrapper .contents .main_content .note-wrapper .note-content .veltra-notice .notice-title { color: #93B622; font-size: 22px; font-weight: 600; text-align: center; }
.wrapper .contents .main_content .note-wrapper .note-content .veltra-notice .notice-content { color: #E79015; font-size: 14px; margin-top: 20px; }
.wrapper .contents .main_content .note-wrapper .note-content .veltra-notice a { color: #f9423a; font-weight: 600; }
.wrapper .contents .main_content .note-wrapper .note-content .veltra-notice a img { width: 10px; height: auto; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area { margin: 20px 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area a { display: block; width: calc(50% - 10px); padding: 15px 0; text-align: center; border: 1px solid #6F7579; background-color: #F4F4F4; color: #6F7579; font-size: 18px; font-weight: 600; border-radius: 10px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area a img { width: 17px; height: auto; vertical-align: middle; margin-left: 5px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area a:hover { text-decoration: none; opacity: 0.5; }
@media screen and (min-width: 658px) { .wrapper .contents .main_content .note-wrapper .note-content .button-area a:nth-child(n+3) { margin-top: 10px; } }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-full { margin-top: 30px; padding-bottom: 10px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-full a { display: block; width: 100%; padding: 15px 0; text-align: center; border: 1px solid #6F7579; background-color: #F4F4F4; color: #6F7579; font-size: 18px; font-weight: 600; border-radius: 10px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-full a img { width: 17px; height: auto; vertical-align: middle; margin-left: 5px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-full a:hover { text-decoration: none; opacity: 0.5; }
.wrapper .contents .main_content .note-wrapper .note-content .dotted-plane { display: block; margin: 80px auto; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-red { margin: 20px 0; display: flex; justify-content: space-between; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-red a { display: block; width: calc(50% - 10px); padding: 25px 0; text-align: center; background-color: #f9423a; color: #FFFFFF; font-size: 22px; font-weight: 600; border-radius: 10px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-red a img { width: 38px; height: auto; vertical-align: middle; margin-right: 5px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-red a:hover { text-decoration: none; opacity: 0.5; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-red-full { position: relative; margin-top: 30px; padding-bottom: 10px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-red-full a { display: block; width: 100%; padding: 15px 0; text-align: center; background-color: #f9423a; color: #FFFFFF; font-size: 22px; font-weight: 600; border-radius: 10px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-red-full a:after { content: '＞'; position: absolute; right: 10px; }
.wrapper .contents .main_content .note-wrapper .note-content .button-area-red-full a:hover { text-decoration: none; opacity: 0.5; }
.wrapper .contents .main_content .note-wrapper .note-content .special-area { margin-top: 40px; }
.wrapper .contents .main_content .note-wrapper .note-content .special-area h4 { border-left: 5px solid #f9423a; color: #000000; font-size: 24px; font-weight: 600; padding-left: 5px; line-height: 1.2; }
.wrapper .contents .main_content .note-wrapper .note-content .special-area ul { display: flex; padding: 0; margin: 20px 0; }
.wrapper .contents .main_content .note-wrapper .note-content .special-area ul li { width: 200px; padding: 0; margin: 0 10px 0 0; line-height: 1; border: none; background: none; }
.wrapper .contents .main_content .note-wrapper .note-content .special-area ul li img { width: 100%; border: 2px solid #FF9692; }
.wrapper .contents .main_content .note-wrapper .note-content .reference-links { display: flex; padding: 0; }
.wrapper .contents .main_content .note-wrapper .note-content .reference-links li { position: relative; padding: 0; width: 30%; margin-right: 15px; background-color: transparent; }
.wrapper .contents .main_content .note-wrapper .note-content .reference-links li img { width: 100%; cursor: default; }
.wrapper .contents .main_content .note-wrapper .note-content .reference-links li p { position: absolute; width: 100%; top: 50%; left: 50%; transform: translateY(-40%) translateX(-50%); text-align: center; font-weight: 700; font-size: 19px; color: #f9423a; margin: auto; }
@media screen and (max-width: 657px) { .wrapper .contents .main_content .note-wrapper .note-content .reference-links li p { transform: translateY(-50%) translateX(-16%); text-align: left; font-size: 16px; line-height: 1.4; } }
@media screen and (max-width: 657px) and (max-width: 359px) { .wrapper .contents .main_content .note-wrapper .note-content .reference-links li p { font-size: 13.3px; } }

.wrapper .contents .main_content .note-wrapper .note-content .reference-links li a { position: absolute; bottom: 30px; right: 0; left: 0; display: block; width: 80%; padding: 15px 0; margin: 0 auto; text-align: center; background-color: #f9423a; color: #FFFFFF; font-size: 14px; font-weight: 600; border-radius: 10px; }
.wrapper .contents .main_content .note-wrapper .note-content .reference-links li a:hover { text-decoration: none; opacity: 0.5; }
.wrapper .contents .main_content .note-wrapper .note-content .schedule-image { display: flex; justify-content: space-between; padding: 20px 0 40px; }
.wrapper .contents .main_content .note-wrapper .note-content .schedule-image li { background: transparent; color: transparent; width: auto; }
.wrapper .contents .main_content .note-wrapper .note-content .schedule-image li p { display: block; height: 530px; border: 2px dotted #f9423a; border-radius: 30px; background-color: #FFFFFF; color: #f9423a; font-size: 22px; font-weight: 600; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-align: center; }
.wrapper .contents .main_content .note-wrapper .note-content .schedule-image li p .combine { text-align: center; -webkit-text-combine: horizontal; -moz-text-combine-upright: all; -ms-text-combine-horizontal: all; text-combine-upright: all; }
.wrapper .contents .main_content .note-wrapper .note-content .schedule-image li .triangle { display: block; width: 21px; height: 28px; margin: 246px auto 0; }
.wrapper .contents .main_content .note-wrapper .note-content .schedule-image li .triangle span { display: block; width: 0px; height: 0px; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 21px solid #f9423a; }
.wrapper .contents .main_content .note-wrapper .note-content .schedule-image li.row1 { width: 37px; }
.wrapper .contents .main_content .note-wrapper .note-content .schedule-image li.row2 { width: 70px; }
@media screen and (max-width: 657px) { .wrapper .contents .main_content .note-wrapper .note-header { margin: 0 10px; height: 40px; }
  .wrapper .contents .main_content .note-wrapper .note-footer { margin: 0 10px; height: 40px; }
  .wrapper .contents .main_content .note-wrapper .note-content { background-size: 15px; padding: 0 20px 10px 10px; margin: 0 10px; }
  .wrapper .contents .main_content .note-wrapper .note-content .note-title { padding: 10px 0; }
  .wrapper .contents .main_content .note-wrapper .note-content .note-title img { width: 36px; height: 33px; }
  .wrapper .contents .main_content .note-wrapper .note-content .note-title .big { font-size: 30px; }
  .wrapper .contents .main_content .note-wrapper .note-content .note-title .small { font-size: 14px; }
  .wrapper .contents .main_content .note-wrapper .note-content .note-subtitle { font-size: 18px; margin-bottom: 20px; }
  .wrapper .contents .main_content .note-wrapper .note-content .note-subtitle .step-img { width: 40px; min-width: 40px; height: 56px; font-size: 8px; line-height: 55px; margin-right: 4px; }
  .wrapper .contents .main_content .note-wrapper .note-content .note-subtitle .step-img .step-number { font-size: 10px; }
  .wrapper .contents .main_content .note-wrapper .note-content .note-subtitle .step-img .caution-number { line-height: 60px; font-size: 20px; }
  .wrapper .contents .main_content .note-wrapper .note-content p.description { text-align: left; font-size: 13px; font-weight: 600; }
  .wrapper .contents .main_content .note-wrapper .note-content .notice-box { padding: 15px; }
  .wrapper .contents .main_content .note-wrapper .note-content .notice-box .notice-title { font-size: 22px; }
  .wrapper .contents .main_content .note-wrapper .note-content .notice-box .example { flex-direction: column; }
  .wrapper .contents .main_content .note-wrapper .note-content .notice-box .example div { width: 100%; font-size: 16px; }
  .wrapper .contents .main_content .note-wrapper .note-content .notice-box .example div span { width: 80px; font-size: 11px; }
  .wrapper .contents .main_content .note-wrapper .note-content .notice-box .example div:nth-of-type(n+2) { margin-top: 10px; }
  .wrapper .contents .main_content .note-wrapper .note-content .veltra-notice { padding: 15px; }
  .wrapper .contents .main_content .note-wrapper .note-content .veltra-notice .notice-title { font-size: 18px; }
  .wrapper .contents .main_content .note-wrapper .note-content .button-area { flex-direction: column; margin-top: 10px; }
  .wrapper .contents .main_content .note-wrapper .note-content .button-area a { width: 100%; font-size: 15px; margin-top: 10px; border-radius: 5px; padding: 15px 0; }
  .wrapper .contents .main_content .note-wrapper .note-content .button-area-full a { font-size: 16px; border-radius: 5px; padding: 15px 0; }
  .wrapper .contents .main_content .note-wrapper .note-content .dotted-plane { margin: 40px auto; width: 150px; }
  .wrapper .contents .main_content .note-wrapper .note-content .button-area-red a { text-align: center; font-size: 18px; padding: 15px 0; border-radius: 5px; }
  .wrapper .contents .main_content .note-wrapper .note-content .button-area-red a img { width: 42px; display: block; margin: 0 auto; }
  .wrapper .contents .main_content .note-wrapper .note-content .button-area-red-full { margin-top: 20px; }
  .wrapper .contents .main_content .note-wrapper .note-content .button-area-red-full a { font-size: 18px; border-radius: 5px; padding: 15px 0; }
  .wrapper .contents .main_content .note-wrapper .note-content .button-area-red-full a.long-word { font-size: 14px; }
  .wrapper .contents .main_content .note-wrapper .note-content .special-area { padding-bottom: 20px; }
  .wrapper .contents .main_content .note-wrapper .note-content .special-area h4 { font-size: 18px; }
  .wrapper .contents .main_content .note-wrapper .note-content .special-area ul { flex-wrap: wrap; }
  .wrapper .contents .main_content .note-wrapper .note-content .special-area ul li { width: 48%; margin: 0; }
  .wrapper .contents .main_content .note-wrapper .note-content .special-area ul li a { width: 100%; font-size: 19px; color: #f9423a; text-decoration: underline; background: transparent; }
  .wrapper .contents .main_content .note-wrapper .note-content .special-area ul li:nth-of-type(2) { margin-left: 2%; }
  .wrapper .contents .main_content .note-wrapper .note-content .reference-links { display: block; }
  .wrapper .contents .main_content .note-wrapper .note-content .reference-links li { width: 100%; margin: 10px 0 0 0; }
  .wrapper .contents .main_content .note-wrapper .note-content .reference-links li a { width: 100%; position: static; padding: 0; line-height: 1; background: transparent; }
  .wrapper .contents .main_content .note-wrapper .note-content .reference-links li a img { cursor: pointer; }
  .wrapper .contents .main_content .note-wrapper .note-content .reference-links li a:after { content: none; }
  .wrapper .contents .main_content .note-wrapper .note-content .schedule-image { flex-direction: column; }
  .wrapper .contents .main_content .note-wrapper .note-content .schedule-image li p { -webkit-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; writing-mode: horizontal-tb; height: auto; padding: 0 10px; font-size: 18px; }
  .wrapper .contents .main_content .note-wrapper .note-content .schedule-image li .triangle { width: 20px; height: 15px; margin: 15px auto; }
  .wrapper .contents .main_content .note-wrapper .note-content .schedule-image li .triangle span { display: block; width: 0px; height: 0px; border-top: 15px solid #f9423a; border-right: 10px solid transparent; border-left: 10px solid transparent; }
  .wrapper .contents .main_content .note-wrapper .note-content .schedule-image li.row1, .wrapper .contents .main_content .note-wrapper .note-content .schedule-image li.row2 { width: 100%; } }
@media screen and (max-width: 657px) { .wrapper .contents .main_content { width: 100%; } }
.wrapper .contents .more-enjoy-service { margin-top: 100px; padding-bottom: 30px; }
.wrapper .contents .more-enjoy-service h3 { text-align: center; margin: 0 0 40px; padding: 0; position: relative; z-index: 0; }
.wrapper .contents .more-enjoy-service h3:after { content: ""; background: url(../images/linedot_red.gif) repeat-x center center; background-size: auto 3px; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; width: 100%; }
.wrapper .contents .more-enjoy-service .service-name { background: #F4F4F4; font-size: 26px; font-weight: 600; margin: 60px 0 30px; padding: 10px 0; text-align: center; }
.wrapper .contents .more-enjoy-service .service-name img { vertical-align: middle; width: 28px; height: auto; margin-right: 10px; }
.wrapper .contents .more-enjoy-service .service-name span { vertical-align: middle; }
.wrapper .contents .more-enjoy-service .service-content { display: flex; width: 900px; margin: 0 auto; }
.wrapper .contents .more-enjoy-service .service-content img { width: 360px; }
.wrapper .contents .more-enjoy-service .service-content div { width: 520px; padding-left: 20px; position: relative; }
.wrapper .contents .more-enjoy-service .service-content div .link-area { position: absolute; bottom: 0; right: 0; left: 0; }
.wrapper .contents .more-enjoy-service .service-content div .link-area a { display: block; width: 100%; padding: 12px 0; margin-top: 5px; text-align: center; background-color: #6F7579; color: #FFFFFF; font-size: 18px; font-weight: 600; border-radius: 5px; }
.wrapper .contents .more-enjoy-service .service-content div .link-area a img { width: 18px; height: auto; margin-left: 5px; vertical-align: middle; }
.wrapper .contents .more-enjoy-service .service-content div .link-area a:hover { text-decoration: none; opacity: 0.5; }
@media screen and (max-width: 657px) { .wrapper .contents .more-enjoy-service { margin-top: 50px; }
  .wrapper .contents .more-enjoy-service h3 img { width: 80%; margin: 0 auto; }
  .wrapper .contents .more-enjoy-service .service-content { width: 100%; }
  .wrapper .contents .more-enjoy-service .service-content img.service-image { width: 40%; min-width: 40%; min-height: 185px; height: auto; object-fit: cover; }
  .wrapper .contents .more-enjoy-service .service-content div { width: 60%; padding: 0 10px; }
  .wrapper .contents .more-enjoy-service .service-content div p { font-size: 13px; }
  .wrapper .contents .more-enjoy-service .service-content div .link-area { width: 100%; box-sizing: border-box; }
  .wrapper .contents .more-enjoy-service .service-content div .link-area a { font-size: 14px; }
  .wrapper .contents .more-enjoy-service .service-content div .link-area a img { width: 20px; min-width: 0; height: auto; }
  .wrapper .contents .more-enjoy-service .service-content div .link-area a.internal-link:after { content: '＞　'; position: absolute; right: 0; margin-left: 5px; }
  .wrapper .contents .more-enjoy-service .service-parking { height: 250px; }
  .wrapper .contents .more-enjoy-service .service-camera { height: 180px; }
  .wrapper .contents .more-enjoy-service .service-delivery { height: 182px; } }
.wrapper .contents .solutionBlock { margin-top: 50px; }
.wrapper .contents .solutionBlock h3 { text-align: center; margin: 0 0 40px; padding: 0; position: relative; z-index: 0; }
.wrapper .contents .solutionBlock h3:after { content: ""; background: url(../images/linedot_red.gif) repeat-x center center; background-size: auto 3px; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; width: 100%; }
.wrapper .contents .solutionBlock .inner { width: 980px; margin: 0 auto; }
.wrapper .contents .solutionBlock .inner .flexblock { display: flex; justify-content: space-between; }
.wrapper .contents .solutionBlock .inner .more-wrap { position: relative; width: 790px; margin: 40px auto; }
.wrapper .contents .solutionBlock .inner .more-wrap .more-info { display: block; width: 100%; padding: 10px 0; text-align: center; border: 2px solid #f9423a; border-radius: 10px; color: #f9423a; font-size: 22px; font-weight: 600; }
.wrapper .contents .solutionBlock .inner .more-wrap .more-info:after { content: '＞'; position: absolute; right: 10px; }
.wrapper .contents .solutionBlock .inner .btnBlock { padding: 10px 0 30px; }
.wrapper .contents .solutionBlock .inner .btnBlock .how { font-size: 19px; text-align: center; margin: 0 0 35px; color: #666; font-weight: bold; letter-spacing: 0.2em; }
.wrapper .contents .solutionBlock .inner .btnBlock ul { width: 100%; display: flex; justify-content: space-between; }
.wrapper .contents .solutionBlock .inner .btnBlock ul li { text-align: center; width: calc(50% - 15px); }
.wrapper .contents .solutionBlock .inner .btnBlock ul li a { line-height: 1.4; border-radius: 55px; font-size: 18px; width: 100%; text-align: center; height: 88px; display: block; padding-top: 20px; box-sizing: border-box; background: #f9423a; color: #fff; text-decoration: none; box-shadow: 0 0px 3px 1px #ff9692; }
.wrapper .contents .solutionBlock .inner .btnBlock ul li a span.bg { display: inline-block; background: url(/tabikobo/images/btn_icon01.png) no-repeat left center; background-size: 36px auto; padding-left: 47px; }
.wrapper .contents .solutionBlock .inner .btnBlock ul li a span.tel { font-size: 18px; font-weight: bold; letter-spacing: 0.1em; margin-right: 8px; }
.wrapper .contents .solutionBlock .inner .btnBlock ul li a span.dial { font-size: 15px; font-weight: normal; }
.wrapper .contents .solutionBlock .inner .btnBlock ul li span.memo { color: #333; font-size: 14px; text-align: center; margin: 10px 0; display: block; }
.wrapper .contents .solutionBlock .inner .btnBlock ul li:last-child a { padding-top: 32px; }
.wrapper .contents .solutionBlock .inner .btnBlock ul li:last-child a span.bg { background: url(/tabikobo/images/btn_icon02.png) no-repeat left center; background-size: 36px auto; padding-left: 47px; }
@media screen and (max-width: 657px) { .wrapper .contents .solutionBlock h3 { margin: 0; }
  .wrapper .contents .solutionBlock h3 img { width: 80%; margin: 0 auto; z-index: 2; }
  .wrapper .contents .solutionBlock h3 span { position: absolute; top: -45px; left: 0; right: 0; margin: 0 auto; display: block; }
  .wrapper .contents .solutionBlock h3 span img { width: 110px; height: auto; }
  .wrapper .contents .solutionBlock .conceptItem { margin-bottom: 20px; }
  .wrapper .contents .solutionBlock .conceptItem:last-child { margin-bottom: 80px; }
  .wrapper .contents .solutionBlock .inner { width: 100%; }
  .wrapper .contents .solutionBlock .inner .more-wrap { width: 100%; }
  .wrapper .contents .solutionBlock .inner .btnBlock { padding: 5px 0 30px; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner { margin: 0; padding: 0; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner .how { font-size: 16px; margin: 0 0 20px; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner ul { text-align: center; display: block; margin: 0 auto; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner ul li { margin: 0 auto; width: calc(100vw * 0.8); }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner ul li a { height: 70px; font-size: 15px; padding-top: 15px; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner ul li a span.bg { display: inline-block; background: url(/tabikobo/images/btn_icon01.png) no-repeat left center; background-size: 28px auto; padding-left: 36px; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner ul li a span.bg span.tel { font-size: 16px; letter-spacing: 0em; margin-right: 8px; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner ul li a span.bg span.dial { font-size: 13px; font-weight: normal; letter-spacing: 0em; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner ul li span.memo { color: #333; font-size: 14px; text-align: center; margin: 10px 0; display: block; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner ul li:last-child a { padding-top: 25px; }
  .wrapper .contents .solutionBlock .inner .btnBlock .inner ul li:last-child a span.bg { display: inline-block; background: url(/tabikobo/images/btn_icon02.png) no-repeat left center; background-size: 28px auto; padding-left: 36px; } }
.wrapper .contents .tabipocket { margin: 80px 0 50px; }
.wrapper .contents .tabipocket .tabipocket-header { width: 900px; margin: 0 auto; }
.wrapper .contents .tabipocket .tabipocket-header h3 { font-size: 30px; color: #333333; border-bottom: none; text-align: center; margin: 0 auto; padding: 0 0; }
.wrapper .contents .tabipocket .tabipocket-header .pocket { text-align: center; }
.wrapper .contents .tabipocket .tabipocket-header .pocket img { display: inline-block; width: 90px; height: auto; margin: 0; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 { width: 900px; display: flex; position: relative; padding: 20px 0 30px; margin: 0 auto; border-bottom: #f9423a solid 1px; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 .item { padding: 0 20px; border-right: #f9423a 1px solid; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 .item a { height: 100%; position: relative; display: block; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 .item:last-child { border-right: none; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 .update { text-align: right; font-size: 12px; margin-bottom: 0; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 h4 { margin-bottom: 10px; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 p { margin-bottom: 15px; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 .img { float: left; margin-right: 10px; overflow: hidden; max-width: 160px; max-height: 100px; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 img { width: 100%; height: auto; margin-bottom: 0; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 .lead { font-size: 13px; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 .btn { background: #f9423a; width: 30px; height: 30px; display: block; position: absolute; right: 0; bottom: 0; margin-bottom: 0; }
.wrapper .contents .tabipocket .tabipocket-articles .column2 .btn:after { visibility: visible; position: absolute; top: 0; bottom: 0; margin: auto; content: ""; vertical-align: middle; transition: all 0.6s ease 0s; right: 4px; left: 0; margin: auto; width: 7px; height: 7px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
@media screen and (max-width: 657px) { .wrapper .contents .tabipocket { margin-top: 20px; }
  .wrapper .contents .tabipocket * { box-sizing: border-box; }
  .wrapper .contents .tabipocket .tabipocket-header { width: 100%; }
  .wrapper .contents .tabipocket .tabipocket-header .pocket img { width: 100px; }
  .wrapper .contents .tabipocket .tabipocket-articles { padding: 0 10px; }
  .wrapper .contents .tabipocket .tabipocket-articles .column2 { display: block; width: 100%; padding: 15px 0; }
  .wrapper .contents .tabipocket .tabipocket-articles .column2 .item { padding: 10px 0 40px; border-right: none; border-bottom: 1px solid #f9423a; }
  .wrapper .contents .tabipocket .tabipocket-articles .column2 .item .btn { bottom: -30px; }
  .wrapper .contents .tabipocket .tabipocket-articles .column2 .item:last-child { border-bottom: none; }
  .wrapper .contents .tabipocket .tabipocket-articles .column2 .img { margin-right: 20px; max-height: 120px; max-width: 156px; }
  .wrapper .contents .tabipocket .tabipocket-articles .column2 .img img { margin-top: 0; }
  .wrapper .contents .tabipocket .tabipocket-articles .column2 .lead { font-size: 12px; }
  .wrapper .contents .tabipocket .pocketLink { margin-top: 20px; }
  .wrapper .contents .tabipocket .pocketLink a { display: block; width: 90%; margin: 0 auto; text-align: center; background: #f9423a; padding: 10px 0; }
  .wrapper .contents .tabipocket .pocketLink a img { max-height: 55px; width: auto; margin: 0 auto; } }

/*# sourceMappingURL=style.css.map */
