@charset "UTF-8";


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

body {
  /*overflow-x: hidden;*/
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: .4s;
}

a:hover {
  transition: .4s;
  text-decoration: none;
  opacity: .6;
}

.innerWrap {
  width: 950px;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
}

.innerWrap.-mv {
  padding-top: 23%;
  width: 100%;
  margin: 0;
}

.title.-secTit {
  text-align: center;
  margin: auto;
}

.fw6 {
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.contentsInr {
  margin: 0 auto 40px;
}

/* ----pc,sp表示切替---- */
.-pcOnly {
  display: inline-block !important;
}

.-spOnly {
  display: none !important;
}

@media screen and (max-width: 950px) {
  .-pcOnly {
    display: none !important;
  }

  .-spOnly {
    display: block !important;
  }
}


div[class*="pic"] img {
  vertical-align: top;
}


/* ------------------------------------------------------------------------------------------
compo none
------------------------------------------------------------------------------------------ */

.pageTtl {
  margin-bottom: 0;
}

.ctm_contentsFull {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
}

.contentsInr .ttlLv1,
.contentsInr .contactBlock {
  margin-left: 0;
  margin-right: 0;
  display: contents;
}

.c-secTit .ttlLv2,
.c-secTit .ttlLv3,
.c-secTit .ttlLv4,
.c-secTit .ttlLv5 {
  display: contents;
}

.c-secTit .heading {
  display: contents;
}

.c-secTit {
  text-align: center;
}

.c-secTit.h2 {
  margin-bottom: 20px;
  color: #cc0000;
}

.c-secTit.h2 h2 {
  font-size: 48px;
}

.c-secTit.h3 {
  margin: 40px auto 60px;
  line-height: 3.6;
}

.c-secTit.h3 h3 {
  font-size: 38px;
}

.ctm_contentsFull.full04 .c-secTit.h3 h3,
.ctm_contentsFull.full05 .c-secTit.h3 h3 {
  color: #fff;
}

.c-secTit.h4 {
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}

.c-secTit.h4 h4 {
  font-size: 32px;
}

@media screen and (max-width: 950px) {
  .fs18 {
    font-size: 1.6rem !important;
  }

  .c-secTit.h2 h2 {
    font-size: 38px;
  }

  .c-secTit.h3 {
    margin: 20px auto 40px;
    line-height: 2.5;
  }

  .c-secTit.h3 h3 {
    font-size: 26px;
  }

  .c-secTit.h4 h4 {
    font-size: 24px;
  }
}


/* ------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------ */

.ctm_contentsFull {
  padding: 100px 0;
}

.ctm_contentsFull.full01 {
  background-color: #f2f2f2;
  padding: 20px 0;
}

.ctm_contentsFull.full02 {
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/about_bg_pc.jpg") no-repeat;
  background-position: top;
  background-size: cover;
}

.ctm_contentsFull.full03,
.ctm_contentsFull.full04,
.ctm_contentsFull.full05 {
  padding: 80px 0 100px;
  margin-top: 5px;
}

.ctm_contentsFull.full03 {
  background-color: #def0f6;
}

.ctm_contentsFull.full04 {
  background-color: #d9756c;
}

.ctm_contentsFull.full05 {
  background-color: #648264;
}


.contentsUnit {
  width: 950px;
  margin: auto;
}

.settei {
  font-size: 20px;
  text-align: center;
}

.box_typeA {
  border: 1px solid #cc0000;
  padding: 20px;
}

.-none a {
  display: none;
}

@media screen and (max-width: 950px) {
  .ctm_contentsFull.full01 {
    background-color: #f2f2f2;
    padding: 10px 20px;
  }

  .ctm_contentsFull.full02 {
    background: url("/jp/ja/domtour/jaldp/satabi/img_sites/about_bg_sp.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    padding: 60px 20px;
  }

  .ctm_contentsFull.full03,
  .ctm_contentsFull.full04,
  .ctm_contentsFull.full05 {
    padding: 40px 20px 60px;
    margin-top: 3px;
  }

  .contentsUnit {
    width: auto;
    margin: auto;
  }

  /* .settei {
    font-size: 20px;
    text-align: center;
  } */

  .box_typeA {
    border: 1px solid #cc0000;
    padding: 20px 15px 20px 10px;
    font-size: 13px;
  }
}


/*================================================================================

anchor

================================================================================*/

.anchorArea a.btn {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.anchorArea a.btn.iconDown {
  background-color: unset;
  border: none;
  width: 100%;
  position: relative;
}

.anchorArea a.btn.iconDown span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.anchorArea .btnBox .btn.iconDown:after {
  display: none;
}

.anchorArea .clm_1_4col.colWrap .col {
  width: 25%;
  margin-left: 0;
  border-left: 1px solid #ccc;
}

.anchorArea .clm_1_4col.colWrap .col:last-child {
  border-right: 1px solid #ccc;
}

.anchorArea .clm_1_4col.colWrap .col:nth-child(2n+1) {
  margin-left: 0;
}

.anchorArea .clm_1_4col.colWrap .col .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconImg {
  width: 65px;
  margin-bottom: 10px;
}


.anchorNav {
  width: 100%;
  text-align: center;
}

span.arrow.-bottom {
  margin-top: 5px;
}

.arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}

.arrow.nav1::before {
  border-top: 1px solid #5ab4d2;
  border-right: 1px solid #5ab4d2;
}

.arrow.nav2::before {
  border-top: 1px solid #d9756c;
  border-right: 1px solid #d9756c;
}

.arrow.nav3::before {
  border-top: 1px solid #648264;
  border-right: 1px solid #648264;
}

.arrow.nav4::before {
  border-top: 1px solid #cc0000;
  border-right: 1px solid #cc0000;
}

.arrow.-bottom::before {
  transform: rotate(135deg);
}

@media screen and (max-width: 950px) {
  .anchorArea .colWrap.clm_1_4col {
    flex-direction: column;
  }

  .anchorArea .clm_1_4col.colWrap .col {
    width: 100%;
  }

  .anchorArea a.btn.iconDown span {
    flex-direction: row;
    justify-content: space-between;
  }

  .anchorArea .clm_1_4col.colWrap .col {
    border-left: none;
    border-bottom: 1px solid #ccc;
  }

  .anchorArea .clm_1_4col.colWrap .col:last-child {
    border-right: none;
    border-bottom: none;
  }

  .iconImg {
    width: 45px;
  }

  span.arrow.-bottom {
    margin-top: -12px;
  }
}


/*================================================================================

news

================================================================================*/
.newsArea {
  padding: 60px 0 80px;
  letter-spacing: .05em;
}

.newsBlock .linkBox a dl {
  display: flex;
}

.newsBlock .linkBox a dl dt {
  width: 13%;
  font-size: 14px;
  margin-bottom: 0;
}

.newsBlock .linkBox a dl dd {
  margin-left: 30px;
  font-size: 18px;
  margin-top: -5px;
}

.newsBlock .boxList {
  margin-top: 0;
  width: 100%;
}

.newsBlock .linkBox .inr {
  height: auto;

}

.newsBlock .linkBox .content {
  padding: 20px 20px 20px 0;
  font-size: 18px;
}

@media screen and (max-width: 950px) {
  .newsArea {
    padding: 40px 10px 60px;
  }

  .newsBlock .linkBox a dl {
    display: flex;
    flex-direction: column;
  }

  .newsBlock .linkBox a dl dt {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .newsBlock .linkBox a dl dd {
    margin-left: 0px;
    font-size: 16px;
  }

  .newsBlock .linkBox .content {
    font-size: 16px;
  }
}
/* ===========
250123追加
=========== */
#link_none .linkBox dl {
  display: flex;
}

#link_none .linkBox dl dd {
  margin-left: 30px;
  font-size: 18px;
  margin-top: -5px;
}
#link_none .linkBox dl dt {
  width: 13%;
  font-size: 14px;
  margin-bottom: 0;
}
#link_none .linkBox::after {
  content: none;
}

@media screen and (max-width: 950px){
  #link_none .linkBox dl {
    display: block;
  }
  #link_none .linkBox .content {
    font-size: 16px;
}
#link_none .linkBox dl dt {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
#link_none .linkBox dl dd {
  margin-left: 0px;
  font-size: 16px;
}

}

/*================================================================================

about


================================================================================*/

.aboutText h5 {
  line-height: 2.4;
  font-size: 18px;
}

.c-linkBtn a {
  width: 300px;
  /* margin: 40px auto 0; */
  display: block;
}

@media screen and (max-width: 950px) {
  .aboutText h5 {
    line-height: 2.7;
    font-size: 14px;
    letter-spacing: -.05em;
  }
}


/*================================================================================

area

================================================================================*/

.mapImg {
  width: 100%;
}

.mapArea.-pcOnly {
  width: 800px;
  margin: auto;
  display: block !important;
}

/* .iconArea {
  padding-bottom: 40px;
} */

.iconText {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .3em;
  margin-top: 10px;
}

.iconArea.-search .iconText {
  color: #5ab4d2;
}

.iconArea .iconImg {
  margin: auto;
}

.iconArea.-sauna .iconText,
.iconArea.-tegata .iconText {
  color: #fff;
}

.tabWrap {
  margin-top: 20px;
}

.tabArea {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}


.tabBlock .colWrap.clm_2_4col .col {
  width: 25%;
  margin-left: 0;
}

.tabBlock .clm_2_4col.colWrap .col:nth-child(2n+1) {
  margin-left: 0px;
}

.tabBlock .btn {
  margin: 0;
}

.tabBlock .btnBox .btn {
  border: 1px solid #fff;
}

.tabBlock .btnBK .btn {
  border: 1px solid #fff !important;
}

.tabBlock .btnBK .btn.hokkaido {
  background-color: #006499;
}

.tabAnchor .boxList {
  margin-top: 0;
}

.tabBtn.hok.active a {
  background-color: #006499;
}

.tabBtn.thu.active a {
  background-color: #629700;
}

.tabBtn.kat.active a {
  background-color: #c3a90b;
}

.tabBtn.hkr.active a {
  background-color: #64b3ff;
}

.tabBtn.chu.active a {
  background-color: #af6ed2;
}

.tabBtn.kyu.active a {
  background-color: #fe6566;
}

.tabBtn.oka.active a {
  background-color: #2fb5bc;
}


.tabAnchor li.linkBox.iconDown {
  text-align: center;
}

@media screen and (max-width: 950px) {
  .mapArea.-pcOnly {
    display: none !important;
  }

}



/*================================================================================

module

================================================================================*/

.contentsInr .ticketModule_unit {
  margin: 0;
}

.flightArea {
  padding: 80px 0 0;
}

@media screen and (max-width: 950px) {
  .flightArea {
    padding: 40px 10px 20px;
  }
}

/*================================================================================

hotel

================================================================================*/

.tabArea a {
  color: #0f0f69;
  font-size: 16px;
}

.btnBox .tabBtn .btn:after {
  transform: rotate(90deg);
  top: 40%;
}

.hotelTit {
  padding-top: 60px;
}

.hotelTit p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}

/* ----↓↓↓流用↓↓↓---- */

.satabichelin_dtl {
  background-color: #222;
  background-image: none;
}

.researchAreaTop {
  padding: 80px 12.5px 0;
}

.researchAreaTop .new_accordion.type_normal {
  margin-top: 30px;
}

.researchAreaTop .new_accordion.type_normal .head .headTtl {
  color: #cc0000;
  padding-left: 10px;
}

.researchAreaTop .new_accordion.type_normal .content {
  background: #fff;
}

.researchAreaTop .title {
  /*width: 761px;*/
}

.satabichelin_dtl .title {
  width: 672px;
}

.satabichelin_dtl .sub_title {
  width: 100%;
  margin-bottom: 24px;
  margin-top: 60px;
}

.satabichelin_dtl .setplanArea {
  margin-top: 40px;
}

.linkArea {
  padding: 40px 12.5px 0;
}

.tabsCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabsCheck .checkItem {
  position: relative;
  width: 460px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: solid 1px #1b1b1b;
}

.tabsCheck .checkItem:nth-of-type(1) {
  margin-right: 15px;
}

.tabsCheck .checkItem:nth-of-type(2) {
  margin-left: 15px;
}

.tabsCheck .checkItem span {
  background: url('/jp/ja/domtour/jaldp/satabi/img_sites/sec6_check01.png') no-repeat center/cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 15px 0 10px;
}

.tabsCheck .checkItem.current span {
  background: url('/jp/ja/domtour/jaldp/satabi/img_sites/sec6_check02.png') no-repeat center/cover;
}

.tabsCheck .checkItem a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kushiroBnr {
  margin-top: 20px;
  display: block;
  background-color: #fff;
  line-height: 0;
}

.tabs .tabs_item {
  width: 236px;
  position: relative;
}

.tabs_parent {
  overflow: auto;
}

.tabs_parent>li a {
  position: relative;
}

.tabs_parent>li a span {
  font-size: 12px;
}

.tabs_parent>li.current:after {
  background: none;
}

/*.tabs_parent > li a::before {
  content: '';
  position: absolute;
  background: url('/jp/ja/domtour/jaldp/satabi/img_sites/new/sale_icon.svg') no-repeat;
  background-size: contain;
  width: 42px;
  height: 40px;
  top: 2px;
  left: 5px;
}*/

.tabs_parent.-NoIcon>li a::before {
  content: none;
}

.-introductionArea .tabs_parent>li a::before {
  content: none;
}

.tabs.hok .tabs_item:nth-child(4),
.tabs.kyushu .tabs_item:nth-child(4),
.tabs.kanto .tabs_item:nth-child(4) {
  border-right: solid 1px #fff;
}

.tabs_parent>li>a {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: relative;
}

.tabs_parent>li>a>span:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  background: url('/commonY15/img/icon_arrow_btm_red_01.png') no-repeat center/cover;
  vertical-align: middle;
  margin-left: 5px;
}

.tabs_parent>li.current>a>span:after {
  width: 7px;
  height: 4px;
  background: url('/commonY15/img/icon_arrow_btm_white_01.png') no-repeat center/cover;
}

.tabs_parent>li:nth-of-type(1)>a {
  border-left: solid 1px #fff;
}

.tabs_parent>li:nth-of-type(5)>a {
  border-right: solid 1px #fff;
}

.tabs_parent.hok>li.current>a {
  background: #006499;
  border: solid 1px #006499;
}

.tabs_parent.thu>li.current>a {
  background: #629700;
  border: solid 1px #629700;
}

.tabs_parent.hkr>li.current>a {
  background: #64B4FF;
  border: solid 1px #64B4FF;
}

.tabs_parent.kanto>li.current>a {
  background: #c3a90b;
  border: solid 1px #c3a90b;
}

.tabs_parent.skk>li.current>a {
  background: #8b5ec0;
  border: solid 1px #8b5ec0;
}

.tabs_parent.kyushu>li.current>a {
  background: #f96566;
  border: solid 1px #f96566;
}

.tabs_parent.oka>li.current>a {
  background: #dd7300;
  border: solid 1px #dd7300;
}

.tabs_parent.satabichelin>li.current>a {
  background: #b10000;
  border: solid 1px #b10000;
}

.tabs_parent {
  padding-top: 0px;
}

/*割引対象用キャッチ（2022.11）*/
/*.tabs_parent > li:nth-child(1)::before {
  content: "";
  background: url('/domtour/jaldp/satabi/img/satabi_kushiro_discount.png') no-repeat;
  background-position: 0 10px;
  background-size: contain;
  position: absolute;
  top: -33px;
  left: 22px;
  display: block;
  width: 184px;
  height: 28px;
  cursor: auto;
}*/
.tabs_parent>li.current:after {
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -30px;
  margin-left: -10px;
  width: 0;
  height: 10px;
}

.tabs_parent.hok>li.current:after {
  border-top: 10px solid #006499;
}

.tabs_parent.thu>li.current:after {
  border-top: 10px solid #629700;
}

.tabs_parent.hkr>li.current:after {
  border-top: 10px solid #64B4FF;
}

.tabs_parent.kanto>li.current:after {
  border-top: 10px solid #c3a90b;
}

.tabs_parent.skk>li.current:after {
  border-top: 10px solid #8b5ec0;
}

.tabs_parent.kyushu>li.current:after {
  border-top: 10px solid #f96566;
}

.tabs_parent.oka>li.current:after {
  border-top: 10px solid #dd7300;
}

.tabs_parent.satabichelin>li.current:after {
  border-top: 10px solid #b10000;
}

.researchArea .tabs {
  padding-top: 30px;
  margin-bottom: 20px;
}

.researchArea .tabs .tabs_item:first-of-type {
  padding-left: 0;
}

.researchArea .tabs .tabs_item a.jquery-disabled {
  pointer-events: none;
  cursor: default;
}

.researchArea .tabs .tabs_item a.jquery-disabled:hover {
  color: #0f0f69;
  cursor: default;
}

input[type=radio] {
  display: none;
}

.filterGroupWrap {
  padding: 34px 12.5px
}

.filterGroup {
  padding: 30px 30px 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.filterLabel {
  margin: 0 auto;
  width: 212px;
}

.filterLabel.kushiro01 {
  width: 600px;
  margin: 0 auto;
}

.areaTitleBox {
  margin: 20px 12.5px 40px;
  padding: 30px 30px 40px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
}

.areaTitleBox .fcRD {
  font-weight: bold;
}

.researchArea .areaTitleBox .noteList {
  margin: 0;
  height: auto;
  line-height: 1;
}

.filterLabel.kushiro02 {
  width: 218px;
}

.filterCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 33px;
}

.filterCheckBox,
.filterCheckBoxKushiro {
  width: 207px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: solid 1px #e1e1e1;
}

.filterCheckBoxKushiro {
  position: relative;
  padding-left: 37px;
  color: #0f0f69;
  font-size: 1.6rem;
  width: 170px;
}

.filterCheckBox:nth-of-type(4n),
.filterCheckBoxKushiro:nth-of-type(4n) {
  margin-right: 0;
}

.filterCheckLabel {
  cursor: pointer;
  padding-left: 37px;
  position: relative;
  color: #0f0f69;
  font-size: 1.6rem;
}


.filterCheckLabel::before,
.filterCheckLabel::after {
  content: "";
  display: block;
  position: absolute;
}

.filterCheckBoxKushiro::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e1e1e1;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: calc(50% - 6px);
  left: 5px;
}

.filterCheckBoxKushiro:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #006499;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: calc(50% - 6px);
  left: 5px;
}

.filterCheckBoxKushiro:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 12px;
  top: 9%;
  left: 9px;
  background: url(/domtour/jaldp/satabi/img/sec6_check03.png) no-repeat center/cover;
}

.filterCheckLabel::before {
  background-color: #e1e1e1;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.filterCheckLabel::after {
  opacity: 0;
  height: 10px;
  width: 12px;
  top: 27%;
  left: 9px;
  background: url('/domtour/jaldp/satabi/img/sec6_check03.png') no-repeat center/cover;
}

.hok input:checked+label::before {
  background-color: #006499;
}

.thu input:checked+label::before {
  background-color: #629700;
}

.hkr input:checked+label::before {
  background-color: #64B4FF;
}

.kanto input:checked+label::before {
  background-color: #c3a90b;
}

.skk input:checked+label::before {
  background-color: #8b5ec0;
}

.kyushu input:checked+label::before {
  background-color: #f96566;
}

.oka input:checked+label::before {
  background-color: #dd7300;
}

input:checked+label::after {
  opacity: 1;
}

.researchArea .hotelBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
  gap: 20px
}

.researchArea .hotelBlock .hotelBlock_item {
  width: calc((100% - 40px)/3);
  /* height: 737px; */
  background-color: #fff;
  border-radius: 10px;
  padding: 0 0 15px 0;
  float: left;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* margin: 0 12.5px 25px; */
}

/* .researchArea .hotelBlock .hotelBlock_item:nth-child(4n) {
  margin-left: 0px;
}

.researchArea .hotelBlock .hotelBlock_item:nth-child(7n) {
  margin-left: 0px;
}

.researchArea .hotelBlock .hotelBlock_item:nth-child(11n) {
  margin-left: 0px;
}

.researchArea .hotelBlock .hotelBlock_item:nth-child(15n) {
  margin-left: 0px;
}

.researchArea .hotelBlock .hotelBlock_item:nth-child(19n) {
  margin-left: 0px;
}

.researchArea .hotelBlock .hotelBlock_item:nth-child(n+4) {
  margin-top: 30px;
} */

.picture {
  position: relative;
  line-height: 0;
  margin: 0 10px;
  width: auto;
}

.picture img {
  border-radius: 5px;
  overflow: hidden;
}

.picture span.badge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 6px 9px;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px 0 0 0;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.picture span.badge {
  background-color: #000000;
}

/*.hok .picture span.badge {
  background-color: #006499;
}

.thu .picture span.badge {
  background-color: #629700;
}

.hkr .picture span.badge {
  background-color: #64B4FF;
}

.kanto .picture span.badge {
  background-color: #c3a90b;
}

.skk .picture span.badge {
  background-color: #8b5ec0;
}

.kyushu .picture span.badge {
  background-color: #f96566;
}

.oka .picture span.badge {
  background-color: #dd7300;
}*/

.picture.-new::before {
  content: 'New!';
  position: absolute;
  top: -16px;
  right: -16px;
  color: #fff;
  background: #b10000;
  font-size: 12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.researchArea .hotelBlock_item .hotelName {
  color: #cc0000;
  font-size: 1.4rem;
  letter-spacing: -.05wm;
  padding-top: 5px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  height: 46px;
  margin: 6px 10px 0;
}

.researchArea .hotelBlock_item .hotelName span {
  font-size: 12px !important;
}

.hotelName.onsenMark {
  position: relative;
  padding-right: 26px;
}

.hotelName.onsenMark::before {
  position: absolute;
  content: '';
  top: 4px;
  right: 0;
  background: url("/domtour/jaldp/satabi/img_sites/icon_onsen.png") no-repeat center/cover;
  width: 24px;
  height: 24px;
  display: block;
}

.onsenName.onsenMark {
  position: relative;
  padding-right: 26px;
  width: 265px;
}

.onsenName.onsenMark::before {
  position: absolute;
  content: '';
  top: 4px;
  right: 0;
  background: url("/domtour/jaldp/satabi/img_sites/icon_onsen.png") no-repeat center/cover;
  width: 24px;
  height: 24px;
  display: block;
}

/* 有料 */
.hotelName.onsenMark-paid {
  position: relative;
  padding-right: 26px;
}

.hotelName.onsenMark-paid::before {
  position: absolute;
  content: '';
  top: 4px;
  right: 0;
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/icon_onsen-paid.png") no-repeat center/cover;
  width: 24px;
  height: 35px;
  display: block;
}

.onsenName.onsenMark-paid {
  position: relative;
  padding-right: 26px;
  width: 265px;
}

.onsenName.onsenMark-paid::before {
  position: absolute;
  content: '';
  top: 4px;
  right: 0;
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/icon_onsen-paid.png") no-repeat center/cover;
  width: 24px;
  height: 35px;
  display: block;
}

/* 無料 */
.hotelName.onsenMark-free {
  position: relative;
  padding-right: 26px;
}

.hotelName.onsenMark-free::before {
  position: absolute;
  content: '';
  top: 4px;
  right: 0;
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/icon_onsen-free.png") no-repeat center/cover;
  width: 24px;
  height: 35px;
  display: block;
}

.onsenName.onsenMark-free {
  position: relative;
  padding-right: 26px;
  width: 265px;
}

.onsenName.onsenMark-free::before {
  position: absolute;
  content: '';
  top: 4px;
  right: 0;
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/icon_onsen-free.png") no-repeat center/cover;
  width: 24px;
  height: 35px;
  display: block;
}


.researchArea .hotelBlock_item .otherBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  margin: 0 10px;
}

.researchArea .otherBtnBox_item {
  /* margin: 0 20px; */
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.researchArea .otherBtnBox_item .txtBold {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.researchArea .otherBtnBox_item .iconOther {
  padding-left: 0;
  padding-top: 5px;
  color: #0f0f69;
  font-size: 13px;
}

.researchArea .otherBtnBox_item .iconOther span img {
  width: 15px;
  margin-top: 5px;
}

.saunaBtn {
  border: 1px solid #0251e0;
  border-radius: 4px;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  width: 110px;
}

.saunaBtn .inner {
  display: block;
}

.saunaBtn .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.saunaBtn .inner_wrap .left {
  width: 52px;
  padding-left: 3px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.saunaBtn .inner_wrap .right {
  padding-right: 23px;
  margin-top: 8px;
  padding-bottom: 4px;
}

.saunaBtn .right p {
  line-height: 0.9;
  text-align: center;
}

.saunaBtn .saunaLink {
  padding-left: 0;
  font-size: 1.1rem;
  color: #0251e0;
  position: relative;
}

.saunaBtn .saunaLink::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 9.4px;
  right: -21px;
  top: 8px;
  background: url('/jp/ja/domtour/jaldp/satabi/img_sites/icon_ext_blue_01.png') center / contain no-repeat;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 10px 0;
  background: #f0f0f0;
  margin-top: 15px;
}

.profile .picBox {
  width: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.profile .txtBox {
  padding-left: 10px;
}

.profile .name {
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.profile .name .large {
  font-size: 1.4rem;
  padding-left: 6px;
  line-height: 1.4;
  border-left: 2px solid #cc0000;
}

.small {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 10px;
  background: #f0f0f0;
  color: #838383;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.profile .txt {
  padding-top: 10px;
  font-size: 1.2rem;
}

.rev_txt {
  padding: 5px 10px 10px;
  font-size: 1.2rem;
  background: #f0f0f0;
  height: 135px;
  letter-spacing: -0.2px;
}

.box+a,
.noteList+a {
  margin-top: 20px;
}

.linkArea.-introductionArea {
  padding: 0 12.5px;
}

.linkArea.-introductionArea .tabs_parent>li:nth-child(1)::before {
  display: none;
}

.linkArea.-introductionArea .tabs_parent {
  padding-top: 0;
}

.title.-introductionArea {
  padding: 23px 12.5px;
  position: relative;
}

/*.title.-introductionArea::before {
  content: 'オプショナル\Aプラン';
  font-family: "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
  position: absolute;
  width: 110px;
  height: 70px;
  top: -3px;
  right: 33px;
  background: #cc0000;
  border-radius: 100px;
  font-size: 1.6rem;
  color: #fff;
  padding-top: 40px;
  line-height: 1.2;
}*/
.onsenBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.onsenBlock .onsenBlock_item {
  background-color: #fff;
  padding: 20px 0;
  margin: 0 12.5px 25px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  width: 462px;
  height: 548px;
}

.satabichelin_dtl .tabs_parent {
  background: #222;
}

.satabichelin_dtl .onsenBlock .onsenBlock_item {
  padding: 30px;
  width: 100%;
  height: inherit;
  margin: 0;
}

.satabichelin_dtl .onsenBlock_item .text {
  width: 420px;
  float: left;
}

.researchArea .hotelBlock_item .airPort {
  padding: 5px 20px;
  background: #666;
  border-radius: 6px 6px 0 0;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}

.satabichelin_dtl .onsenBlock_item .picture {
  width: 435px;
  float: right;
  margin: 0;
  border-radius: 0;
  line-height: 1.7;
}

.onsenBlock_item .picture {
  margin: 0 20px 13px;
}

.onsenBlock_item .new_accordion .text {
  width: 493px;
}

.onsenBlock_item .new_accordion .picture {
  width: 338px;
}

.onsenBlock_item .text .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 20px;
  height: 70px;
}

.onsenBlock_item .nameSide .onsenName {
  color: #cc0000;
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  height: 48px;
  font-weight: bold;
}

.onsenBlock_item .nameSide .onsenName .fs14 {
  line-height: 1;
}

.onsenBlock_item .profile .picBox {
  width: 41px;
}

.onsenBlock_item .profile .name .large {
  padding-left: 12px;
  line-height: 1.7;
  border-left: none;
  margin-left: 13px;
  height: 47px;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.onsenBlock_item .profile .name .large::before {
  background: #cc0000;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 40px;
}

.onsenBlock_item .txt {
  font-size: 1.2rem;
  background: #f0f0f0;
  letter-spacing: -0.2px;
  padding: 7px 20px 15px;
  height: 55px;
  line-height: 1.4;
}

.onsenBlock_item .nameSide .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.onsenBlock_item .noteList {
  padding: 0 20px;
  font-size: 1rem;
}

.gender {
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 4px 9px 3px;
  text-align: center;
}

.gender.-red {
  border: 1px solid #cc0000;
}

.gender p {
  font-size: 1.2rem;
  line-height: 1;
}

.gender.-red p {
  color: #cc0000;
}

.hotelBlock_item .gender {
  padding: 4px 0 3px;
  margin: 0px 20px 0;
  width: 70px;
}

.hotelBlock_item .gender p {
  font-size: 1.1rem;
  line-height: 1.2;
}

.onsenBlock_item .nameSide .txtBold {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.methodArea {
  background-color: #fff;
  border: 3px solid #cc0000;
  border-radius: 6.7px;
  padding: 10px 20px 20px;
  margin: 30px 12.5px 0;
}

.methodArea .note_title {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.methodArea .noteList {
  text-align: left;
  margin-top: 10px
    /*margin: 10px 12.5px 0;*/
}

.methodArea .noteList>li {
  margin-top: 0;
}

.methodArea .new_accordion.type_normal .content {
  background-color: #fff;
}

.dtlBox {
  padding-top: 30px;
}

.dtlBox .txt {
  font-size: 14px;
}

.new_accordion .dtlBox .txt {
  font-size: 12px;
}

.ttl {
  font-weight: bold;
  color: #b59100;
  font-size: 16px;
}

.dtlBox .noteList {
  padding-top: 5px;
  font-size: 12px;
}

.dtlBox .noteList>li {
  margin-top: 4px;
}

.dtlBox .noteList>li.setting {
  padding-left: 5.2em;
}

.dtlBox .noteList>li.setting>span.listMark {
  margin-left: -5.2em;
}

.dtl {
  margin-top: 10px;
}

.dtl .heading {
  background-color: #b59100;
  color: #fff;
  padding: 8px 12px 6px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
}

.dtl>.inr {
  padding: 15px 19px;
  border: 1px solid #b59100;
}

.dtl .dtlBox {
  padding-top: 0;
}

.dtl .dtlBox .ttl {
  padding-top: 5px;
}

.dtl .dtlBox {
  width: 70%;
}

.dtl .btnBox {
  width: 26%;
}

.dtl .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.researchArea .btnRD a {
  margin: 20px 10px 10px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #cc0000;
  color: #fff;
  padding: 10px 20px;
}

.researchArea .noteList {
  margin: 0 10px 0;
  /* height: 110px; */
}

.researchArea .blank {
  margin: 9px 20px 0;
  height: 82px;
}

.btnRD.-stop {
  background-color: #a9a9a9;
  pointer-events: none;
}

.researchArea .hotelBlock .onsenBlock_item.-coupon {
  margin-bottom: 25px;
}

.onsenBlock_item.-coupon .coupon {
  position: relative;
  text-align: center;
  margin: auto;
  padding: 0 0 0 45px;
  width: 90%;
  box-sizing: border-box;
}

.onsenBlock_item.-coupon .coupon .icon {
  position: absolute;
  top: -40px;
  left: -42px;
  width: 90px;
}

.onsenBlock_item.-coupon .coupon img {
  vertical-align: top;
}

.onsenBlock_item.-coupon .dtl .heading {
  background-color: #C00;
}

.onsenBlock_item.-coupon .dtl>.inr {
  border: 1px solid #C00;
}

.onsenBlock_item.-coupon .dtl .ttl {
  color: #333;
  margin-left: 0;
  text-indent: 0;
}

.onsenBlock_item.-coupon .dtl .ttl+* {
  margin-top: 10px;
}

.new_accordion .noteList.-border {
  border: solid 1px #000;
  padding: 3px 10px 10px;
  margin-top: 10px;
}

.new_accordion .noteList.-border li {
  margin-top: 0;
}

.saunaArea {
  margin-top: 20px;
}

.saunaArea .title.-secTit {
  position: relative;
  padding: 23px 0;
}

.saunaArea .title.-secTit::before {
  content: 'オプショナル\Aプラン';
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  position: absolute;
  width: 110px;
  height: 70px;
  top: -3px;
  right: 33px;
  background: #cc0000;
  border-radius: 100px;
  font-size: 1.6rem;
  color: #fff;
  padding-top: 40px;
  line-height: 1.2;
}

.saunaArea .saunaBlock {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.saunaBlock .saunaBlock_item {
  background-color: #fff;
  padding: 20px 0;
  margin: 0 0 25px;
  -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
}

.saunaArea .saunaBlock_flex {
  display: flex;
  flex-direction: row-reverse;
}

.saunaArea .picture {
  width: 50%;
  margin: 0 20px 0 0;
}

.saunaArea .text {
  width: 50%;
}

.saunaArea .text .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 40px 0 20px;
  height: 70px;
}

.saunaArea .onsenName {
  color: #cc0000;
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  height: 48px;
  font-weight: bold;
}

.saunaArea .nameSide .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.saunaArea .nameSide .txtBold {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.saunaArea .text .txt {
  padding: 7px 40px 14px 20px;
  font-size: 1.2rem;
  background: #f0f0f0;
}

.saunaArea .dtl {
  margin: 15px 20px 0;
}

.onsenBlock_item.-saleEnd::before,
.onsenBlock_item.-saleSusp::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0%;
  left: 0;
  z-index: 1;
}

.onsenBlock_item.-saleEnd::after,
.onsenBlock_item.-saleSusp::after {
  content: 'Coming Soon!';
  position: absolute;
  font-weight: bold;
  font-size: 3.2rem;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.onsenBlock_item.-saleEnd::after {
  content: '販売終了';
}

.onsenBlock_item.-saleSusp::after {
  content: '販売休止中';
}

.ehTop {
  margin-top: 80px;
  display: flex;
  padding: 0 30px 0 0;
  justify-content: flex-start;
  align-items: center;
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/eh_top_bg.jpg") no-repeat;
  background-size: cover;
}

.ehTop img {
  width: 208px;
}

.ehTop p {
  padding-left: 60px;
  color: #111;
  font-weight: bold;
  font-size: 2.6rem;
}

.ehArea .noteList li {
  margin-top: 0;
  line-height: 1.4;
}

.ehBnrArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 950px;
  margin: 30px auto 0;
}

.ehBnrArea .ehBox {
  position: relative;
  height: 180px;
  width: 290px;
}

.ehBnrArea .ehBox.-box01 {
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/eh_bg01.jpg") no-repeat;
  background-size: cover;
}

.ehBnrArea .ehBox.-box02 {
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/eh_bg02.jpg") no-repeat;
  background-size: cover;
}

/*.ehBnrArea .ehBox.-box03 {
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/eh_bg03.jpg") no-repeat;
  background-size: cover;
  margin-top: 25px;
}*/
.ehBnrArea .ehBox.-box04 {
  background: url("/jp/ja/domtour/jaldp/satabi/img_sites/eh_bg04.jpg") no-repeat;
  background-size: cover;
  /*margin-top: 25px;*/
}

.ehBnrArea .ehBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

.ehBnrArea .ehBox .textBox {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.bottomListText {
  font-size: 2.4rem;
  color: #cc0000;
  text-align: center;
  margin: 0 12.5px;
}

.bottomListText .inText {
  letter-spacing: 0;
  letter-spacing: -3px;
}

.satabichelin_dtl .innerWrap {
  width: 950px;
  padding: 60px 0;
}

.satabichelin_dtl .tabsCheck .checkItem {
  border-bottom: solid 1px #fff;
  color: #fff;
}

.satabichelin_dtl .onsenBlock_item .nameSide .onsenName {
  color: #b10000;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
}

.satabichelin_dtl .onsenBlock_item .onsenName span {
  vertical-align: -8px;
  padding-left: 5px;
}

.satabichelin_dtl .onsenBlock_item .nameSide .txtBold {
  font-size: 1.2rem;
  font-weight: bold;
}

.satabichelin_dtl .onsenBlock_item .text .box {
  margin: 0;
  height: unset;
}

.satabichelin_dtl .onsenBlock_item .nameSide .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.satabichelin_dtl .picture span.badge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px 0 0 0;
  background-color: #000;
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.satabichelin_dtl .saunaBtn {
  height: 51px;
}

.satabichelin_dtl .saunaBtn .inner_wrap .left {
  padding: 7px 0 1px 3px;
}

.satabichelin_dtl .researchArea .btnRD,
.satabichelin_dtl .setplanArea .btnRD {
  margin-top: 10px;
}

.satabichelin_dtl .onsenBlock .onsenBlock_item:nth-of-type(n+2) {
  margin-top: 30px;
}

.satabichelin_dtl .onsenBlock_item:nth-of-type(2n) .picture {
  float: left;
}

.satabichelin_dtl .onsenBlock_item:nth-of-type(2n) .text {
  float: right;
}

.cf:after {
  clear: both;
}

.satabichelin_dtl .methodArea .note_title {
  font-weight: bold;
  text-align: center;
  font-size: 2.1rem;
}

.satabichelin_dtl .onsenBlock {
  margin-top: 18px;
}

.satabichelin_dtl .methodArea {
  margin-top: 18px;
  background-color: #fff;
  border: 3px solid #b10000;
  border-radius: 6.7px;
  padding: 20px;
}

.searchAnchor {
  width: 720px;
  display: block;
  margin: 60px auto 0;
}

.box_tegata {
  margin-top: 10px;
}

.box_tegata .ticketArea {
  margin-top: 0;
  width: 950px;
}

.box_tegata .ticketArea .innerWrap {
  text-align: left;
  margin: auto;
  padding: 20px 35px 0 40px;
  width: auto;
}

.box_tegata .ticketArea .title {
  position: relative;
  text-align: left;
  padding: 30px 0 0 30px;
  display: flex;
  justify-content: center;
}

.box_tegata .ticketArea .title .titleTxt {
  margin: 0 0 0 20px;
}

.box_tegata .ticketArea .title img {
  width: 460px;
}

.ticketArea .title::before {
  content: 'オプショナル\Aプラン';
  font-family: "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  text-align: center;
  width: 110px;
  height: 70px;
  background: #cc0000;
  border-radius: 100px;
  font-size: 1.6rem;
  color: #fff;
  padding-top: 40px;
  line-height: 1.2;
}

.box_tegata .ticketArea .title::after {
  content: "";
  display: block;
  width: 230px;
  height: 230px;
  background: url('/jp/ja/domtour/jaldp/satabi/img_sites/sec3-2_image.png') no-repeat center/contain;
  margin: -80px auto -30px 100px;
}

.box_tegata .ticketArea .title span {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}

.box_tegata .ticketArea .title .month {
  letter-spacing: 2px;
  display: inline;
}

.box_tegata .ticketArea .leadBlock {
  padding: 0;
}

.box_tegata .ticketArea .picSide {
  float: left;
  width: 300px;
  border: solid 1px #cc0000;
  border-radius: 7px;
  overflow: hidden;
}

.box_tegata .ticketArea .txtSide {
  float: right;
  width: 522px;
  text-align: left;
  margin-top: -0.2em;
}

.box_tegata .ticketArea .picSide .picture {
  width: 100%;
  margin: 0;
}

.box_tegata .ticketArea .picSide .picture img {
  border-radius: 5px 5px 0 0;
}

.box_tegata .ticketArea .picSide .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 25px 20px 20px
}

.box_tegata .ticketArea .priceBox .age {
  width: 92px;
}

.box_tegata .ticketArea .priceBox .price {
  color: #cc0000;
  text-align: left;
  padding-left: 10px;
}

.box_tegata .ticketArea .priceBox .price .price_main {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: solid 1px #cc0000;
  padding-bottom: 1px;
}

.box_tegata .ticketArea .priceBox .price .price_main span {
  font-size: 2.4rem;
  padding: 0 0.1em 0 0.5em;
}

.box_tegata .ticketArea .priceBox .price .price_sub {
  padding-top: 5px;
  line-height: 1.5;
}

.box_tegata .ticketArea .txtSide .btnBox {
  margin-top: 2px;
  text-align: right;
}

.box_tegata .ticketArea .txtSide .btnBox a {
  width: calc((100% / 2) - 45px);
}

.limitedWrap {
  margin: 20px auto 0;
  padding: 15px;
  border: 1px solid #cdae58;
  background: rgba(205, 174, 88, 0.1);
  border-radius: 8px;
}

.limitedWrap .limited_title {
  text-align: center;
  border-bottom: 2px solid #b99a43;
  padding-bottom: 10px;
  margin: 0 auto 10px;
  line-height: 1.4;
}

.limitedWrap .limited_title span {
  color: #b99a43;
  font-size: 20px;
}

.box_otoku {
  margin: 0 12.5px 20px;
  width: 950px;
}

.box_otoku .filterGroup {
  padding: 20px;
  width: auto;
}

@media screen and (max-width: 950px) {

  /* .researchArea .otherBtnBox_item .iconOther {
    font-size: 14px;
} */

.tabArea {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.tabBlock .colWrap.clm_2_4col .col {
  width: 50%;
}

.tabBlock .clm_2_4col.colWrap .col:nth-of-type(n+3) {
  margin-top: 0px;
}

.tabArea a {
  font-size: 11px;
  letter-spacing: -.05em;
}

.tabAnchor .colWrap.clm_1_2col {
  justify-content: space-between;
}

.tabAnchor .colWrap.clm_1_2col .col {
  width: 45%;
}

.tabAnchor .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  margin-top: 0px;
}

.researchArea .btnRD a {
  margin: 20px 10px 10px;
  font-size: 14px;
}

.researchArea .noteList {
  margin: 0 10px 0;
}

.researchArea .noteList li {
  font-size: 12px !important;
}

}


/*================================================================================

tegata

================================================================================*/


.tegataColWrap {
  margin-top: 30px;
}

.tegataColWrap .clm_1_2col.colWrap .col:nth-child(1) {
  width: 33%;
}

.tegataColWrap .clm_1_2col.colWrap .col:nth-child(2) {
  width: 60%;
  margin-left: 60px;
}

.tegataTit {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #648264;
}

.tegataText {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.bold {
  font-weight: bold;
}

.tegataOption {
  margin-bottom: 60px;
}

.note_title {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}

.scrollIcon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* margin-top: 20px; */
  background-color: rgba(255, 255, 255, .3);
  padding: 5px 20px;
  border-radius: 10px;
  width: auto;
  margin: 80px 0 0;
}

.scrollIcon p {
  margin-left: 20px;
  font-size: 18px;
}

.scrollIcon.-spOnly {
  display: none !important;
}

@media screen and (max-width: 950px) {
  
.researchArea .hotelBlock {
  width: 110%;
  padding-bottom: 12px;
  padding: 0 30px 10px 0;
  overflow-x: scroll;
  gap: 10px;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  /* flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  padding-right: 30px; */
}


.researchArea .hotelBlock .hotelBlock_item {
  width: 250px;
  padding: 0 0 10px 0;
}

.researchArea .hotelBlock .hotelBlock_item:nth-child(n+2) {
  margin-left: 10px;
}

.researchArea .hotelBlock_item .airPort {
  margin-bottom: 10px;
  font-size: 14px;
}

.picture {
  margin: 0 10px;
  width: 230px;
}

/* .researchArea .otherBtnBox_item {
  margin: 0 10px;
} */

.researchArea .hotelBlock_item .hotelName {
  font-size: 1.5rem;
  margin: 6px 10px 0;
}

.hotelName.onsenMark::before {
  width: 20px;
  height: 20px;
}

.hotelTit {
  padding-top: 40px;
}

.hotelTit p {
  font-size: 20px;
  padding: 5px 0;
  margin-bottom: 10px;
}

.researchArea .hotelBlock .hotelBlock_item:nth-child(n+4) {
  margin-top: 0px;
}

.rev_txt {
  height: auto;
}

.tegataColWrap {
  margin-top: 10px;
}

.tegataColWrap .clm_1_2col.colWrap .col:nth-child(1) {
  width: 100%;
}

.tegataColWrap .clm_1_2col.colWrap .col:nth-child(2) {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

.tegataTit {
  font-size: 19px;
  margin-bottom: 10px;
}

.tegataText {
  font-size: 14px;
}

.scrollIcon {
  width: auto;
  margin: 40px 0 0;
}

.scrollIcon p {
  font-size: 16px;
}

}


/*================================================================================

attention

================================================================================*/

.heads-upBlock {
  border: 2px solid #cc0000;
  padding: 20px;
  background-color: #fff;
  margin-top: 80px;
}

.heads-upBlock_tit {
  font-weight: bold;
  color: #cc0000;
  font-size: 16px;
}

.heads-upBlock.-adj {
  margin-top: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 950px) {
  .heads-upBlock {
    padding: 15px;
    margin-top: 40px;
}
ul.noteList {
  font-size: 14px;
}


.note_title {
  font-size: 1.5rem;
}

.heads-upBlock.-adj {
  margin-bottom: 10px;
}
}

/*================================================================================

coupon

================================================================================*/

.couponArea {
  margin: 40px 0;
}

.couponTit {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 3px solid #cc0000;
}

.couponTit strong {
  position: absolute;
  top: -40px;
  left: -50px;
  background-color: #ffca00;
  padding: 3px 10px 0;
  border-radius: 5px;
  font-size: 28px;
  transform: rotate(-10deg);
}

.couponTit strong .fsS {
    font-size: 18px !important;
}

.couponBlock {
  background-color: #faebd7;
  padding: 40px;
}

.custom_list .txtList>li {
  font-size: 20px;
  padding: 0px !important;
}

.custom_list li::before {
  display: none;
}

span.custom_list_dt {
  background-color: #a37e38;
  padding: 8px 8px 5px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

.custom_list .txtList>li+li {
  margin-top: 20px;
}

.campaign__ttl .ttlLv1 {
  display: block;
}

.campaign__ttl .ttlLv1 .heading {
  font-size: 1.8rem;
  line-height: 1.6;
}

.campaign__ttl .ttlLv1 .heading sup {
  background-color: #cc0000;
  color: #ffffff;
  padding: 3px 3px 3px 10px;
  border-radius: 30px;
}

.labelTtl_box .ttlLv4 {
  padding-top: 20px;
}

.couponArea .fcWT {
  background-color: #cc0000;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 6px;
}

@media screen and (max-width: 950px) {
  .couponArea {
    margin: 20px 0;
  }

  .couponBlock {
    background-color: #faebd7;
    padding: 20px;
    margin-bottom: 0px;
  }

  .couponTit {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .couponTit strong {
    top: -40px;
    left: -50px;
    font-size: 24px;
  }

  .couponTit strong .fsS {
    font-size: 14px !important;
}

  .custom_list .txtList>li {
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }

  span.custom_list_dt {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0px;
  }
}



/*================================================================================

popup

================================================================================*/

.table_typeA_01 table{
  table-layout: fixed;
}

.table_typeA_01 table thead tr th, .table_typeA_01 table thead tr td, .table_typeA_01 table .table_title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #ffffff;
  font-weight: bold;
  background: #666666;
  padding: 10px 15px;
  border-left: 1px solid #ffffff;
}

.table_typeA_01 table thead tr th,
.table_typeA_01 table thead tr td{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	text-align: center;
	font-size: 1.4rem;
  line-height: 1.8rem;
}
.table_typeA_01 .ticket{
  font-weight: bold;
  text-align: center;
  background-color: #ffe0e0;
}

.table_typeA_01 table{
  table-layout: fixed;
}
.table_typeA_01 tr th:nth-of-type(1){
  /* width: 20%; */
  width: 16%;
}
.table_typeA_01 tr td:nth-of-type(1){
  width: 16%;
}
.table_typeA_01 tr th:nth-of-type(2){
  /* width: 20%; */
  width: 11%;
}
.table_typeA_01 tr td:nth-of-type(2){
  width: 11%;
}
.table_typeA_01 tr th:nth-of-type(3){
  width: 20%;
}
.table_typeA_01 tr td:nth-of-type(3){
  width: 20%;
}

.table_typeA_01 table tbody tr:first-child td {
  border-top: 1px solid #ffffff;
}

.table_typeA_01 table tbody tr th:first-child, .table_typeA_01 table tbody tr td:first-child {
  border-left: none;
}

.table_typeA_01 table tbody tr th, .table_typeA_01 table tbody tr td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 10px 15px;
  background: #f6f6f6;
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}


@media screen and (max-width: 950px) {
  .table_typeA_01 {
    overflow: auto;
    margin: 0 -10px 0 0;
  }
  
  .table_typeA_01 table {
    width: 700px;
    table-layout: fixed;
  }
  
  .table_typeA_01 tr th:nth-of-type(1) {
    /* width: 17%; */
    width: 16%;
  }
  
  .table_typeA_01 tr th:nth-of-type(2) {
    /* width: 12%; */
    width: 11%;;
  }
  
  .table_typeA_01 tr th:nth-of-type(3) {
    width: 30%;
  }
    
  .table_typeA_01 tr th:nth-of-type(4) {
    width: 5%;
  }
  
  .table_typeA_01 tr th:nth-of-type(5) {
    width: 20%;
  }
  
  .table_typeA_01 tr th:nth-of-type(6) {
    /* width: 15%; */
    width: 23%;
  }
  
  .table_typeA_01 table thead tr th, .table_typeA_01 table thead tr td {
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding: 7px 12px;
  }
  .table_typeA_01 table tbody tr th, .table_typeA_01 table tbody tr td {
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 7px 12px;
}
}

.noteList .fs12.red {
    color: #cc0000;
}

.fcBlack {
    color: #333;
    font-weight: normal;
}



