/* modelcourse-renew.css */

.hkd .modelcourseMvTtl,.kaigai .modelcourseMvTtl{
  font-size: 20px;
}

.modelcourseMeasure:nth-of-type(even) .aboutArea .mapBox{
  transform: none;
}

.modelcourseMeasure.oka-kihon{
    padding: 150px 0 0 0;
    background-image: linear-gradient(-5deg, #f8b500 10%, #00ac97 10%, #00ac97 90%, #00ac97 90%);
}
.modelcourseMeasure.oka-kihon .tabItemTtl {
    color: #e95388;
}
.sectionTtl{
  margin-bottom: 30px;
}
.modelcourseMeasure.oka-kihon .move{
  background: #00ac97;
}
.modelcourseMeasure.oka-kihon .txtBoxTtl {
    color: #00ac97;
}
.modelcourseMeasure.oka-spot{
  background-image: linear-gradient(5deg, #00afcc 10%, #f8b500 10%, #f8b500 90%, #f8b500 90%);
}
.modelcourseMeasure.oka-spot .txtBoxTtl {
    color: #f8b500;
}
.modelcourseMeasure.oka-spot .tabItem.kanko .boxWrap .box{
    border-bottom: 1px dotted #f8b500;
}
.modelcourseMeasure.oka-grume {
    background-image: linear-gradient(-5deg, #f19ca7 10%, #00afcc 10%, #00afcc 90%, #00afcc 90%);
}
.hkd_area .modelcourseMeasure.oka-grume {
    background-image: linear-gradient(#00afcc 10%, #00afcc 90%, #00afcc 90%);
}
.modelcourseMeasure.oka-grume .txtBoxTtl {
    color: #00afcc;
}
.modelcourseMeasure.oka-grume .tabItem.gourmet .boxWrap .box {
    border-bottom: 1px dotted #00afcc;
}
.modelcourseMeasure.oka-hotel {
    background-image: linear-gradient(5deg, #f19ca7 10%, #f19ca7 10%, #f19ca7 90%, #f19ca7 90%);
}
.modelcourseMeasure.oka-hotel .btnBox li .dep {
    background: #e95388;
}
.m-nav{
  background-color: #174285;
  padding: 30px 0;
}

.m-nav ul{
  flex-direction: column;
  flex-wrap: wrap;
}

.m-nav .mo,.m-nav .sp,.m-nav .gr,.m-nav .ho,.m-nav .ka,.m-nav p{
  padding: 5px;
}
.m-nav .mo a,.m-nav p a{
  background-color: #00ac97;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  display: block;
}
.m-nav .sp a,.m-nav p.sp a{
  background-color: #f8b500;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  display: block;
}
.m-nav .gr a,.m-nav p.gr a{
  background-color: #00afcc;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  display: block;
}
.m-nav .ho a,.m-nav p.ho a{
  background-color: #f19ca7;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  display: block;
}
.m-nav .ka a,.m-nav p.ka a{
  background-color: #2996c6;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  display: block;
}
.m-nav .modelcourseMvTtl{
  color:#FFF;
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
}
.otherArea h2 {
    font-size: 140%;
    font-weight: bold;
    color: #063056;
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px){
    .hkd .modelcourseMvTtl,.kaigai .modelcourseMvTtl{
      font-size: 40px;
    }
    .hkd .m-nav .modelcourseMvTtl{
      font-size: 30px;
    }
    .kaigai .modelcourseMvContentWrap{
      max-width: 1200px;
    }
}

.modelcourseMvContent {
  padding: 70px 0;
}


@media (max-width: 599px) {
    .hkd .modelcourseMvContent {
        height: 450px;
    }
    .modelcourseMvContent {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .slider {
       height: 100%;
    }
    .modelcourseMvContent {
        height: 400px;
    }
    .m-nav .mo a,.m-nav .sp a,.m-nav .ka a,.m-nav .gr a,.m-nav .ho a,.m-nav p a{
      font-size: 12px;
    }
    .modelcourseMeasure.oka-kihon{
      padding: 60px 0 0 0;
    }
    .aboutAreaTxt{
      font-size: 14px;
    }
}


.note{
  background-color: #e9e9e9;
  margin: 5px;
  padding: 10px;
  font-size: 14px;
}
.note p{
  margin-bottom: 5px;
}
.note p span{
  background-color: #FFF;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 4px;
  position: relative;
  padding-left: 35px;
}
.note p span:before{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00afcc;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px 0 0 6px;
}
.note p:first-child span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon02.png);
    background-size: 13px;
}
.note p:nth-child(2) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon01.png);
    background-size: 13px;
}
.note p:nth-child(3) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon03.png);
    background-size: 13px;
}
.hkd_area .note p:first-child span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon04.png);
    background-size: 13px;
}
.hkd_area .note p:nth-child(2) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon01.png);
    background-size: 13px;
}
.hkd_area .note p:nth-child(3) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon05.png);
    background-size: 13px;
}
.hkd_area .note p:nth-child(4) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon03.png);
    background-size: 13px;
}
.ritou .note p:first-child span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon04.png);
    background-size: 13px;
}
.ritou .note p:nth-child(2) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon02.png);
    background-size: 13px;
}
.ritou .note p:nth-child(3) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon01.png);
    background-size: 13px;
}
.ritou .note p:nth-child(4) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon03.png);
    background-size: 13px;
}
.kaigai .note p:first-child span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon04.png);
    background-size: 13px;
}
.kaigai .note p:nth-child(2) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon06.png);
    background-size: 13px;
}
.kaigai .note p:nth-child(3) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon02.png);
    background-size: 13px;
}
.kaigai .note p:nth-child(4) span:before{
    background-image: url(/upload/tenant_1/modelcouse_icon05.png);
    background-size: 13px;
}
.note p a{
  display: inline;
  text-decoration: underline;
}
.note p a:hover{
   text-decoration:none;
}

@media (max-width: 599px) {
  .note{
    margin: 5px 0;
    font-size: 12px;
  }
  .note p{
        line-height: 1.8;
  }
  .note p span:before{
    width: 22px;
    height: 100%;
  }
}
.h1Area h1{
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #174285;
  font-size: 120%;
}

.modelcourseMeasure:nth-of-type(odd) .aboutArea .mapBox{
  -webkit-transform: none;
    transform: none;
}


.modelcourseWrap.hkd .tabWrap .tabItem {
    display: block;
}

@media (max-width: 599px) {
  .modelcourseWrap.hkd .tabItemTtl{
    font-size: 20px;
  }
}



/* ================================
  qa
================================== */
.hkd_area .qa,.hkd .qa {
  background-color: #FFF;
  position: relative;
  padding: 20px;
}

.hkd_area .qa h3:before,.hkd h3:before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 45px;
  background-image: url(/upload/tenant_1/hkd_area_icon07.webp);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.hkd_area .qa h3:after,.hkd .qa h3:after{
  content: '';
  display: inline-block;
  width: 38px;
  height: 23px;
  background-image: url(/upload/tenant_1/hkd_area_icon08.webp);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

.hkd_area .qa dl,.hkd .qa dl {
  background-color: #87ceeb;
  border-radius: 10px;
  margin-bottom: 20px;
}

.hkd_area .qa dt,.hkd .qa dt {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 30px 60px;
}

.hkd_area .qa dt span.sub,
.hkd_area .qa dd.acordion_tree span.sub,
.hkd .qa dt span.sub,
.hkd .qa dd.acordion_tree span.sub{
  font-weight: bold;
  font-size: 26px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border: 3px solid #FFF;
}

.hkd_area .qa dt span.txt,
.hkd_area .qa dd.acordion_tree span.text,
.hkd .qa dt span.txt,
.hkd .qa dd.acordion_tree span.text{
  font-size: 16px;
  padding: 0 20px;
  font-weight: bold;
  color: #FFF;
  width: calc(95% - 80px);
}

.hkd_area .qa dd.acordion_tree,.hkd .qa dd.acordion_tree {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0px 60px 30px;
}

.hkd_area .qa dd.acordion_tree span.sub,.hkd .qa dd.acordion_tree span.sub {
  color: #FFF;
  background-color: #ffd700;
}

.hkd_area .qa dd.acordion_tree span.txt,.hkd .qa dd.acordion_tree span.txt {
  font-size: 16px;
  padding: 0 20px;
  line-height: 1.8;
  color: #FFF;
}

.hkd_area .qa dt:before,.hkd .qa dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 24px;
  height: 3px;
  background: #FFF;
  transform: translateY(-50%);
}

.hkd_area .qa dt:after,.hkd .qa dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 3px;
  height: 24px;
  background: #FFF;
  transform: translateY(-50%);
  transition: .3s;
}

.hkd_area .qa dt.open:after,.hkd .qa dt.open:after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}

.hkd .modelcourseMeasure.oka-grume{
  background-image: none;
  background-color:#00afcc;
}

@media screen and (max-width: 798px) {
  .hkd_area .qa h3:before,.hkd .qa h3:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    background-repeat: no-repeat;
  }
  .hkd_area .qa h3:after,.hkd .qa h3:after{
    position: absolute;
    right: 0;
    width: 25px;
    background-repeat: no-repeat;
    top: 0;
  }
  .hkd_area .qa dt,
  .hkd_area .qa dd.acordion_tree,
  .hkd .qa dt,
  .hkd .qa dd.acordion_tree {
    padding: 15px;
  }

  .hkd_area .qa dt span.sub,
  .hkd_area .qa dd.acordion_tree span.sub,
  .hkd .qa dt span.sub,
  .hkd .qa dd.acordion_tree span.sub{
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .hkd_area .qa dt span.txt,
  .hkd_area .qa dd.acordion_tree span.text,
  .hkd .qa dt span.txt,
  .hkd .qa dd.acordion_tree span.text{
    font-size: 12px;
    width: calc(95% - 40px);
  }

  .hkd_area .qa dt span.txt,.hkd .qa dt span.txt {
    font-size: 13px;
  }

  .hkd_area .qa dd.acordion_tree span.txt,.hkd .qa dd.acordion_tree span.txt {
    font-size: 12px;
    width: calc(95% - 40px);
  }

  .hkd_area .qa dt:before,.hkd .qa dt:before {
    right: 10px;
    width: 20px;
  }

  .hkd_area .qa dt:after,.hkd .qa dt:after {
    right: 19px;
    height: 20px;
  }
}


.areaWrap__list li {
      width: calc(100% / 4 - 1rem);
}

.areaWrap__list a {
    text-align: center;
    display: block;
    transition: all 0.3s 0s ease;
}

.areaWrap__list a img {
    border-radius: 10px;
}

.areaWrap__list a b {
    font-size: 120%;
    display: block;
    margin-top: 1rem;
    color: #fff;
}

.areaWrap__list a p {
    font-size: 86%;
    margin: 10px 0;
    color: #fff;
}

@media screen and (max-width: 798px){
      .areaWrap {
        padding: 1rem 0 2rem;
    }
        .areaWrap__list {
        width: 100%;
    }
    .areaWrap__list li {
        width: calc(100% / 2 - 0.5rem);
    }
}


#other-plan .box {
  background: #fff;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gururiCourseScheduleItem .tit {
    font-size: 18px;
    color: #ff9a33;
    border-bottom: 2px solid #ff9a33;
    margin-bottom: 10px;
}

.gururiCourseScheduleItem .list dl dt {
    /* width: 60px; */
    color: #ff9a33;
}

.gururiCourseScheduleItem .list dl dd:before {
    font-family: "Font Awesome 5 Free";
    content: "\f309";
    font-weight: 600;
    margin-right: 10px;
}

.gururiCourseScheduleItem .name {
    text-align: center;
    border: 1px dotted #ff9a33;
    padding: 5px;
    margin-top: 10px;
}

.gururiCoursePickupItem .tit {
    font-size: 18px;
    color: #ff9a33;
    text-align: center;
    font-weight: bold;
}

.gururiCoursePickupItem .list li {
    position: relative;
}

.gururiCoursePickupItem .list li img {
    width: 250px;
    height: 150px;
}

.gururiCoursePickupItem .spot {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 2px 5px #282828;
}

.gururiCoursePickupItem .name {
  text-align: left;
    border: 3px solid #ff9a33;
    padding: 5px;
    margin-top: 10px;
}

@media screen and (max-width: 798px){
      .gururiCoursePickupItem .list li img {
        width: 100%;
    }
}

.tabWrap .tourBtn a{
  background-color: #e95388;
  color: #FFF;
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-top: 30px;
}



/* -------------------------海外------------------------- */

/*kaigai_tokyoMagazine*/
.kaigai_tokyoMagazine ul li a {
    color: #000;
}

.kaigai_tokyoMagazine ul li a .img {
    margin-bottom: 10px;
}

.kaigai_tokyoMagazine ul li a .tit {
    font-size: 15px;
    margin-bottom: 5px;
}

.kaigai_tokyoMagazine ul li a .txt {
    font-size: 14px;
    line-height: 1.4;
}

.kaigai_tokyoMagazine ul li a .cate {
    margin-top: 5px;
}

.kaigai_tokyoMagazine ul li a .cate span {
    font-size: 12px;
    background: #eaeaea;
    display: inline-block;
    padding: 2px 7px 0px;
    margin-bottom: 5px;
    margin-right: 3px;
}

@media (max-width: 599px) {
    .kaigai_tokyoMagazine ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .kaigai_tokyoMagazine ul li a .img {
        width: 140px;
        border-radius: 5px;
        overflow: hidden;
    }

    .kaigai_tokyoMagazine ul li a .txtbox {
        width: calc(100% - 160px);
    }

    .kaigai_tokyoMagazine ul li a .txt {
        font-size: 12px;
    }

    .kaigai_tokyoMagazine ul li a .cate {
        text-align: left;
    }

    .kaigai_tokyoMagazine ul li a .cate span {
        font-size: 11px;
    }
}
/*ボタン*/
.kaigai .more01 > * {
    max-width: 100%;
    width: 477px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #2896c7;
    display: block;
    padding: 15px 10px;
    margin: 20px auto 0;
}

.kaigai .more01 > * .txt {
    background-image: url(/import/tenant_1/www.wbf.co.jp/kaigai/module/top/images/mark009.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 15px;
}

@media (max-width: 599px) {
    .kaigai .more01 > * {
        width: 100%;
    }
}

.kaigai .zenbun{
  background-color: #dfdfdf;
    padding: 30px 0;
}
.kaigai .zenbun_inner{
  background-color: #FFF;
    padding: 30px;
}
.kaigai .modelcourseMeasure{
  background-color: #dfdfdf;
  padding: 50px 0;
}
.kaigai .sectionTtl{
  color: #000;
  font-size: 36px;
}
.kaigai .model-d{
  background-color: #FFF;
  padding: 30px;
  margin: 0 30px;
}
.kaigai #spot .model-d,.kaigai #hotel .model-d{
  margin: 0;
}
.kaigai .model-d h3{
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
.kaigai #spot .model-d h3{
  margin-bottom: 0px;
}
.kaigai #hotel .model-d h3{
 /* background-color: aliceblue; */
  padding: 10px;
}
.kaigai .model-d .photo{
  margin-bottom: 20px;
}
.kaigai .model-d .text{
  margin-bottom: 20px;
}
.kaigai .model-d .detail{
  margin: 0 80px;
  border: solid 3px #ddd;
  padding: 30px;
}

.kaigaiAreaBox {
 background: none;
}

.kaigaiAreaBox .at_inr {
  padding: 20px;
}

.kaigaiAreaBox .at__ttl {
  font-size: 23px;
    /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif; */
    text-align: center;
    margin-bottom: 20px;
}

.kaigaiAreaBox .areaBox__list {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}

.kaigaiAreaBox .areaBox__list > a {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 15px;
    background: #fff;
}

.kaigaiAreaBox .areaBox__list .tit {
  font-size: 14px;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
}

.kaigaiAreaBox .areaBox__list .txt {
  font-size: 14px;
  padding: 15px;
}

#air .kaigaiAreaBox .areaBox__list {
    display: block;
    width: 48%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
}

#air .tourbox {
  display: flex;
}

#air .kaigaiAreaBox .areaBox__list > a{
  border: none;
}

#air .kaigaiAreaBox .areaBox__list .tour ul li {
  margin-top: 15px;
}

#air .kaigaiAreaBox .areaBox__list .tour ul li a {
    background-color: #00ac97;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 5px 15px;
}

@media (max-width: 599px) {
  #air .tourbox {
    display: block;
  }
  #air .kaigaiAreaBox .areaBox__list {
    width: 95%;
  }
  #air .kaigaiAreaBox .areaBox__list .tour ul li a {
    padding: 5px 30px;
  }
}

.kaigai .column{
    background-color: #FFF;
    padding: 30px;
    margin: 0 30px;
}
.kaigai .column .altlist{
  border: solid 1px #ddd;
    padding: 10px;
}
.kaigai .table ul li{
  text-align: center; 
}
.kaigai .table ul li:first-child{
  background-color: #dadada;
}
.kaigai .table ul li div{
  padding: 10px;
  border: solid 1px #dadada;
}
.kaigai .table ul li:first-child div:first-child{
  border-right: solid 1px #FFF;
}

/*kaigai_koreaHotel*/
.kaigai_koreaHotel .tabBtn {
    margin-bottom: 30px;
}

.kaigai_koreaHotel .tabBtn ul li {
    width: 120px;
    color: #fff;
    text-align: center;
    background: #c0c0c0;
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px 5px;    
}

.kaigai_koreaHotel .tabBtn ul.width-big li {
    width: 190px;
}

.kaigai_koreaHotel .tabBtn ul li:last-of-type {
    margin-right: 0;
}

.kaigai_koreaHotel .tabBtn ul li.active {
    background: #2896c7;
}

.kaigai_koreaHotel .tabBtn ul li:hover {
    opacity: .6;
    text-decoration: underline;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media (max-width: 1024px) {
    .kaigai_koreaHotel .tabBtn ul.width-big li {
        font-size: 15px;
        width: calc(97% / 4);
        margin-right: 1%;
        padding: 10px 4px;
    }

    .kaigai_koreaHotel .tabBtn ul.width-big li:last-of-type {
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .kaigai_koreaHotel .tabBtn ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .kaigai_koreaHotel .tabBtn ul li {
        width: calc(100% / 3);
        border-radius: 0;
        margin-right: 5px;
    }
    
    .kaigai_koreaHotel .tabBtn ul li {
        width: calc(98% / 3);
    }
    
    .kaigai_koreaHotel .tabBtn ul li,
    .kaigai_koreaHotel .tabBtn ul li:last-of-type {
        margin-right: 1%;
    }
    
    .kaigai_koreaHotel .tabBtn ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    
    .kaigai_koreaHotel .tabBtn ul li:nth-of-type(n + 4) {
        margin-top: 1%;
    }
    
    .kaigai_koreaHotel .tabBtn ul.width-big li {
        width: calc(99% / 2);
        margin-right: 1%;
        margin-bottom: 1%;
    }

    .kaigai_koreaHotel .tabBtn ul.width-big li:nth-of-type(2n) {
        margin-right: 0;
    }
    
    .kaigai_koreaHotel .tabBtn ul.width-big li:nth-of-type(n + 4) {
        margin-top: 0;
    }
}

/*kaigai_koreaHotelBox*/
.kaigai_koreaHotelBox .img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.kaigai_koreaHotelBox .img .areaName {
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 5px 13px 3px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.kaigai_koreaHotelBox .tit {
    font-size: 16px;
    margin-top: 10px;
}

.kaigai_koreaHotelBox .hotel_class {
    margin-top: 5px;
}

.kaigai_koreaHotelBox .detailLink {
    margin-top: 10px;
}

.kaigai_koreaHotelBox .infoList {
    margin-top: 5px;
}

.kaigai_koreaHotelBox .infoList > * {
    font-size: 12px;
    color: #fff;
    background-color: #656565;
    display: inline-block;
    padding: 3px 5px 1px;
    margin: 0 2px 2px 0;
}

.kaigai_koreaHotelBox .hotel_access {
    font-size: 12px;
    background: #EEE;
    padding: 3px 5px;
    margin-top: 10px;
}

.kaigai_koreaHotelBox .point {
    margin-top: 10px;
}

.kaigai_koreaHotelBox .txt {
    margin-top: 10px;
}

.kaigai_koreaHotelBox .detailLink > * {
    color: #2896c7;
    background-image: url(/import/tenant_1/www.wbf.co.jp/kaigai/module/departure/images/mark003.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
}

.kaigai_koreaHotelBox .ReservationLink {
    margin-top: 10px;
}

.kaigai_koreaHotelBox .ReservationLink > * {
    color: #000;
    background-image: url(/import/tenant_1/www.wbf.co.jp/kaigai/module/departure/images/mark015.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
}

@media (max-width: 599px) {
    .kaigai_koreaHotelBox .txt {
        font-size: 12px;
    }

    .kaigai_koreaHotelBox .detailLink {
        text-align: right;
    }

    .kaigai_koreaHotelBox .ReservationLink {
        text-align: right;
    }
}

/*kaigai_hawaiiHotelBox*/
.kaigai_hawaiiHotelBox .item {
    background: #fff;
    padding: 30px 35px;
}

.kaigai_hawaiiHotelBox .item .left {
    width: 48%;
}

.kaigai_hawaiiHotelBox .item .right {
    width: 50%;
}


.kaigai_hawaiiHotelBox .item + .item {
    /*margin-top: 30px;*/
}

.kaigai_hawaiiHotelBox .item .img {
    border-radius: 5px;
    overflow: hidden;
}

.kaigai_hawaiiHotelBox .item .txtbox .tit {
    font-size: 19px;
    font-weight: bold;
}

.kaigai_hawaiiHotelBox .item .txtbox .name_en {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.kaigai_hawaiiHotelBox .item .txtbox .hotel_class {
    margin-bottom: 5px;
}

.kaigai_hawaiiHotelBox .item .txtbox .targetList {
    margin-bottom: 20px;
}

.kaigai_hawaiiHotelBox .item .txtbox .typeList > *,
.kaigai_hawaiiHotelBox .item .txtbox .targetList > * {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 3px 6px 1px;
    margin-bottom: 3px;
    margin-right: 5px;
}

.kaigai_hawaiiHotelBox .item .txtbox .typeList > * {
    background: #656565;;
}

.kaigai_hawaiiHotelBox .item .txtbox .targetList > * {
    background: #88b5d3;
}

.kaigai_hawaiiHotelBox .item .subtit {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
}

.kaigai_hawaiiHotelBox .item .txt {
    font-size: 12px;
    margin-bottom: 20px;
}

.kaigai_hawaiiHotelBox .item .access {
    font-size: 12px;
}

.kaigai_hawaiiHotelBox .item .more {
    text-align: right;
    margin-top: 30px;
}

.kaigai_hawaiiHotelBox .item .more > * {
    font-size: 14px;
    color: #2896c7;
    display: inline-block;
    padding: 0 10px;
}

.kaigai_hawaiiHotelBox .item .more > * .txt {
    background-image: url(/import/tenant_1/www1.wbf.co.jp/kaigai/module/destination/images/mark003.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
}

@media (max-width: 599px) {
    .kaigai_hawaiiHotelBox .item {
        padding: 0;
        padding-bottom: 20px;
    }
    
    .kaigai_hawaiiHotelBox .item .left {
        width: 100%;
    }

    .kaigai_hawaiiHotelBox .item .right {
        width: 100%;
        padding: 10px 10px 0;
    }

    .kaigai_hawaiiHotelBox .item .img {
        border-radius: 0;
    }

    .kaigai_hawaiiHotelBox .item .more {
        text-align: left;
    }

    .kaigai_hawaiiHotelBox .item .more > * {
        font-size: 11px;
    }
}


/* FAQ */
.faqBlock .item dt{min-height:inherit;}
.faqBlock .at__ttl{margin-bottom: 30px;}
.faqBlock .item dd{
    background: #eee;
    padding: 20px;
    border-radius: 20px;
}
.faqBlock .item dd .txt {padding-top: 0;}

.faqBlock.addBg .item dd {
    background: #fff;
}
.faqBlock{
  padding:40px 0;
}

.kaigaiSearch{
  position: relative;
    background-color: #b8d7f3;
    padding: 60px 0;
}
.kaigaiSearch .box{
  height: auto;
}
.kaigaiSearch .box .tabBody{
  width: 750px;
  border: none;
  margin: 0 auto;
}
.kaigaiSearch .box .tabBody .tabItem{
  box-shadow: none;
    border-radius: 15px;
}
.kaigaiSearchPackage .iLeft{
  width: 100%;
}
.tit .req{
  display: block;
}
.kaigaiSearchPackageCombination .departure select, .kaigaiSearchPackageCombination .departure input,.kaigaiSearchPackageCombination .departure input.datepicker{
  width: calc(100% - 5em);
}
.kaigai .dp_sb__tab--btn{
  margin: 0 auto;
  margin-bottom: 20px;
}
.kaigai .otherArea .bnrList {
  display: flex;
}
.kaigai .otherArea .bnrList a {
  width: 95%;
}

@media screen and (max-width: 798px){
  .kaigai .modelcourseMvContent{
    height: 500px;
  }
  .kaigai .zenbun_inner{
    padding: 15px;
  }
  .kaigai .zenbun_inner p{
    font-size: 13px;
  }
  .kaigai .zenbun{
    padding: 15px 0;
  }
  .kaigai .modelcourseMeasure{
    padding: 25px 0;
  }
  .kaigai .modelcourseMeasure .recommendBox h2.sectionTtl{
    font-size: 20px;
    line-height: 1.3;
  }
  .kaigai .model-d{
    margin: 0;
    padding: 15px;
  }
  .kaigai .model-d h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .kaigai .model-d p{
    font-size: 13px;
  }
  .kaigai .model-d .photo{
    margin-bottom: 15px;
  }
  .kaigai .model-d .text{
    margin-bottom: 15px;
  }
  .kaigai .model-d .text p{
    font-size: 13px;
  }
  .kaigai .model-d .detail{
    margin: 0;
    padding: 15px;
  }
  .kaigai .model-d .detail p{
    font-size: 12px;
  }
  .kaigai .kaigaiAreaBox .areaBox__list{
    display: block;
  }
  .kaigai .column{
    margin: 15px 0 0;
    padding: 15px;
  }
  .kaigai .table ul li{
    font-size: 13px;
  }
  .kaigaiSearchPackageCombination .departure{
    flex-direction: column;
  }
  .kaigaiSearchPackageCombination .departure .tit{
    width: 100%;
  }
  .kaigaiSearchPackageCombination .departure select, .kaigaiSearchPackageCombination .departure input, .kaigaiSearchPackageCombination .departure input.datepicker,.kaigaiSearchPackageCombination .departure li,.tit .req{
        width: 100%;
  }
  .kaigaiSearchPackageCombination .departure li{
    margin-bottom: 15px;
  }
  .kaigaiSearchPackage .iLeft{
    padding: 0;
  }
  .kaigaiSearch .box .tabBody{
        width: 90%;
  }
  .kaigaiSearch .box{
    margin: 0;
  }
  .kaigai .otherArea h2{
    font-size: 20px;
  }
  .kaigai .otherArea .bnrList {
    display: block;
  }
}

/* 都市map */
.aboutAreaWrap .mapBox02,.gururiCoursePickupItem .mapBox02{
  overflow: hidden;
  border: solid 2px #2d72e3;
  padding: 0;
  width: 100%;
}
.aboutAreaWrap .mapBox02 iframe,.gururiCoursePickupItem .mapBox02 iframe{
  margin-top: -70px;
  width: 100%;
  box-shadow: none;
}
#other-plan .box_inner{
  width: 100%;
}



.addText {
  margin-top: 30px;
}
.childPage{
  margin-top: 15px;
}
