#main{
  box-sizing: border-box;
  font-family: 'Noto Sans JP';
  color: #333333;
  background-color: #FFF;
 }
.-pagetop img{
  box-shadow: none;
}
.-pagetop .-pagetop_btn{
  margin-right: 2%;
}
#main img{
	vertical-align:top;
}
.kv_wrap{
  display: flex;
  justify-content: center;
}
.kv{
  position: relative;
}
.kv_tit h1{
    margin: 0;
}
.kv::after {
  content: '';
  position: absolute;
}
.kv_wrap .kv_txt {
  position: absolute;
  color: #0F0F0F;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.kumobox{
    position: absolute;
    top: 15px;
    display: flex;
    justify-content: space-between;
    width: 913px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.kumobox .kumo01{
    animation-name: kumomove;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
@keyframes kumomove {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,10px)
    }
}
.kumobox .kumo02{
    animation-name: kumomove2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
@keyframes kumomove2 {
    0% {
        transform: translate(0,10px);
    }

    100% {
        transform: translate(0,0)
    }
}
.kadomatsu{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 775px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
}
.kadomatsu img{
    object-fit: cover;
    width: 126px;
    object-position: 100% 0;
    height: 190px;
}
.calendar{
    background: url("/med/feature/abroad/newyear/images/day_bg.webp") no-repeat top center;
}
.calendar .calendar_txt{
    padding-top: 5px;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
}
.calendar ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:10px;
    margin: 0;
    padding: 10px;
}
main h2 {
  font-size: 3rem;
    display: flex;
    align-items: center;
    font-family: 'Noto Serif JP Medium', serif;
    margin: 30px 0;
}
main h2:before,
main h2:after {
    content: "";
    height: 5px;
    flex-grow: 1;
    background:url("/med/feature/abroad/newyear/images/line.webp");
}
main h2 .h2_span{
    position: relative;
    margin: 0 25px;
    color: #cf0518;
    line-height: 1.0;
}
main h2 .h2_span:before,
main h2 .h2_span:after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    flex-grow: 1;
    background:url("/med/feature/abroad/newyear/images/mizuhiki.webp") no-repeat;
    background-size: 40px;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
main h2 .h2_span:after {
    left: auto;
    right: -60px;
}
main h2 .h2_span .s_txt {
  font-size: 2.2rem;
}

p.no_course {
  font-size: 2.5rem;
  text-align: center;
  padding: 16px;
}

.area_course_list_wrap {
  margin: 0 auto 60px;
}

.area_course_list_wrap section h3 {
  font-size: 3.0rem;
  color: #cf0518;
  font-weight: bold;
  margin: 0 40px 0;
    padding: 30px 0 0;
  line-height: 1;
}
.area_course_list_wrap section:nth-of-type(2n+1){
    background-image: url("/med/feature/abroad/newyear/images/course_bg01_01.webp"),url("/med/feature/abroad/newyear/images/course_bg01_02.webp");
}
.area_course_list_wrap section:nth-of-type(2n){
    background-image: url("/med/feature/abroad/newyear/images/course_bg02_01.webp"),url("/med/feature/abroad/newyear/images/course_bg02_02.webp");
}
.area_course_list_wrap section h3 > span {
  font-size: 2.0rem;
    color: #c69e44;
    opacity: 0.57;
    display: block;
}
.area_course_list_course_box {
  padding: 30px 40px;
}

.area_course_flex_point .box_domestic ul {
  background-color: #f2fff2;
}
.area_course_list_course_box_inner{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
    gap:20px;
  width: 100%;
}
.area_course_list_course_box_item_cont{
  flex-shrink: 0;
  width: calc((100% - 46px)/3);
  padding: 10px;
  margin:30px 0 0 2px;
  border-radius: 0 5px 5px 5px;
  position: relative;
    background-image: url("/med/feature/abroad/newyear/images/course_flower.webp"),url("/med/feature/abroad/newyear/images/course_flower02.webp");
   background-position:top right,bottom left;
    background-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
}
.area_course_list_course_box_item_cont:nth-of-type(3n) {
  margin-right: 0;
} 
.area_course_list_course_box_item_cont a {
  color: #333;
}
.area_course_list_cont_coursenom {
  position: absolute;
  top: -28px;
  left: 0;
  border-radius: 5px 5px 0 0;
  content: "";
  display: inline-block;
  padding: 5px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100px;
  background-color: #ffffff;
}
.area_course_list_cont_iconlist{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 6px;
  font-size: 1.3rem;
  color: #ffffff;
  letter-spacing: -1px;
}
.area_course_list_cont_iconlist .icon_day {
  text-align: center;
  margin: 0 10px 5px 0;
    font-size: 1.6rem;
}
.area_course_list_cont_iconlist .icon_day span{
    font-size: 1.4rem;
}
.area_course_list_cont_iconlist .icon_day{
  border-radius: 50px;
  background-color: #de5562;
  padding: 3px 10px;
}

.course_tit{
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.area_course_flex{
  width: 100%;
  display: flex;
}
.area_course_flex_point{
  width: 46.5%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 1.5%;
  align-content: space-between;
}
.area_course_flex_point ul{
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.3rem;
  letter-spacing: -0.9px;
  line-height: 1.3;
  padding: 20px 10px;
  align-items: center;
  font-weight: 500;
}
ul.point_abroad {
  background: #f1e7d0;
    border-radius: 5px;
}

.area_course_flex_point ul li{
  position: relative;
  padding-left: 13px;
  margin-top: 8px;
}
.area_course_flex_point ul li:first-of-type{
  margin-top: 0;
}
.area_course_flex_point ul.point_abroad li::before{
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: inline-block;
  background-color: #c69e44;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.area_course_flex_point ul.point_domestic li::before{
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: inline-block;
  background-color: #02c165;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.area_course_flex_imgbox2{
  width: 52%;
  border-radius: 5px;
}
.area_course_flex_imgbox2 .area_course_flex_img {
  position: relative;
}
.area_course_flex_imgbox2 .area_course_flex_img img{
  border-radius: 5px;
}
.area_course_flex_img .home-tour-overseas-recommend__card__img{
    width: 100%;
    height: 260px;
}

.area_course_flex_imgbox2 .area_course_flex_fig{
  position: absolute;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: right;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) -0.41615px 0.9093px 2px, rgba(0, 0, 0, .8) -0.98999px 0.14112px 2px, rgba(0, 0, 0, .8) 0.28366px -0.95892px 2px, rgba(0, 0, 0, .8) 0.96017px -0.27942px 2px;
  line-height: 1.1;
  bottom: 2%;
  right:3%;
}
.area_course_flex_pricewrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
  margin: 20px 0;
}
.area_course_flex_pricewrap_main_plan {
  font-size: 1.2rem;
}

.area_course_flex_pricewrap_main_price {
  font-size: 2.4rem;
  color: #cf0518;
  font-weight: 900;
  line-height: 1.3;
}
.btnwrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
    margin: 60px 0;
}
.btn01 a, 
.btn02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  height: 80px;
  width: 670px;
  box-shadow: 0px 3px 3px #00000026;
  line-height: 1;
  padding: 5px 20px;
  margin: 0px 30px 0;
}
.btn01 a{
    background-color: #456fd8;
    border: 6px solid #96a9d8;
}
.btn02 a{
    background-color: #4fbc7f;
    border: 6px solid #bce6b4;
}
.btn01 a::after,
.btn02 a::after{
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  transform: rotate(45deg);
}

.btn01 a .btn01_main,
.btn02 a .btn02_main {
  font-size: 2.2rem;
  line-height: 2.0;
  padding-left: 50px;
}
.btn01 a .btn01_main {
  background: url(/med/app-files/img/cmn_ic15.png) no-repeat 0 50% / 38px auto;
}
.btn02 a .btn02_main {
  background: url(/med/app-files/img/cmn_ic16.png) no-repeat 0 50% / 38px auto;
}
.-pagetop img {
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
  border-radius: 25px;
}
.-pagetop img:hover {
  opacity: 0.85;
}
.-pagetop {
  display: inline-block;
  width: 100%;
  position: sticky;
  bottom: 20px;
  left: 0;
  right: 0px;
  margin: auto;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
}
.-pagetop.-show {
  opacity: 1;
}
.-pagetop.-transition500 {
  transition: .5s ease;
}
.-pagetop .-pagetop_btn {
  width: 86px;
  font-size: 0;
  line-height: 0;
  margin: auto;
  margin-right: 6%;
  cursor: pointer;
  transition: .5s ease;
  pointer-events: auto;
}
.area_menu {
  position: sticky;
  top: 92px;
  z-index: 5;
}
.area_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #ffffff;
  border-top: 1px solid #c69e44;
  border-bottom: 1px solid #c69e44;
  margin: 0;
}
.area_menu ul li a {
  display: block;
  padding: 5px 5px 5px;
  font-size: 1.6rem;
  color: #c69e44;
  text-align: center;
  width: 200px;
}
.area_menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 20px;
  background: #c69e44;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.area_menu ul li:first-of-type a::before {
  display: none;
}
.area_menu ul li {
  position: relative;
}
.area_menu ul li a:hover {
  background: #c69e44;
  color: #ffffff;
}
.oceania_area,
.africa_area,
.america_area {
  background-color: #f6f0e5;
}
/*-------------------------------------------------------PConly----------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .kv_wrap {
    background: url("/med/feature/abroad/newyear/images/kv_bg.webp") no-repeat top center;
  }
 
  .kv::after {
    width: 193px;
    height: 153px;
    top: 70px;
    right: -29%;
  }
  .kv_wrap .kv_txt {
    font-size: 1.7rem;
    top: 186px;
    left:50%;
    width: 380px;
  }
  .home-anchor-nav {
    padding: 40px 30px 80px;
  }
  .home-anchor-nav__list {
    max-width: 1800px;
    margin: 0 auto;
  }
  .home-anchor-nav__list.is-fixed {
    top: 50px;
    left: 0;
    width: 100%;
  }
  .home-anchor-nav__list.is-fixed .home-anchor-nav__list__item {
    width: 50%;
    background: #fff;
  }
  .home-anchor-nav__list__item {
    width: calc((100% - 36px)/2);
  }
  .home-anchor-nav__list__item + .home-anchor-nav__list__item {
    margin-left: 36px;
  }
  .home-anchor-nav__list__type--domestic,
  .home-anchor-nav__list__type--overseas {
    padding: 20px 60px;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
    font-size: 3rem;
    font-weight: 700;
    border-radius: 50px;
  }
  .home-anchor-nav__list__type--domestic:after,
  .home-anchor-nav__list__type--overseas:after,
  .home-anchor-nav__list__type:after {
    top: calc(50% - 12px);
    right: 32px;
    width: 14px;
    height: 14px;
  }
  .home-anchor-nav__list__type--domestic .home-anchor-nav__list__label {
    padding-left: 68px;
    background-size: 44px auto;
  }
  .home-anchor-nav__list__type--overseas .home-anchor-nav__list__label {
    padding-left: 63px;
    background-size: 41px auto;
}
  .area_course_list_course_box_item_cont {
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
  }
  .area_course_list_course_box_item_cont:hover {
    opacity: 0.6;
  }
    .btn01 a:hover{
        opacity: 0.7;
    }
}
.courseArea_note{
    font-size: 1.7rem;
    text-align: center;
    color: #cf0518;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    margin-top: 10px;
}
.courseArea_note_sub{
    font-size: 1.5rem;
    text-align: center;
    color: #cf0518;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.5;
    margin-top: 20px;
}
.courseArea_note span{
    text-align: center;
    color: #fff;
    padding: 3px 12px;
    font-size: 1.3rem;
    background: rgb(200 0 0 / 100%);
    border-radius: 30px;
}
/*-------------------------------------------------------SPonly----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  
    .kv_wrap{
        background: url("/med/feature/abroad/newyear/images/kv_bg.webp") no-repeat top center;
        overflow: hidden;
    }
    
    .kv_wrap .kv_tit{
    max-width: 375px;
  }
  .kv_wrap .kv_txt {
    font-size: 1.2rem;
    top: 95px;
    left:50%;
    max-width: 200px;
      height: 130px;
  }
    .kumobox .kumo01{
    animation-name: kumomove;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}

    
    .kumobox{
    position: absolute;
    top: 7px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 400px;
    /*overflow: hidden;*/
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
    .kumobox .kumo01,.kumobox .kumo02{
        width: 100px;
    }
.kadomatsu{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
}
.kadomatsu img{
    object-fit: cover;
    width: 70px;
    object-position: 100% 0;
    height: 99px;
}
    
    
.calendar ul li img{
    width: 50px;
}
    
    
    
main h2 {
  font-size: 1.9rem;
  text-align: center;
    
}
main h2 .h2_span:before,
main h2 .h2_span:after {
  width: 30px;
  height: 30px;
  background-size: 30px;
  left: -35px;
}
main h2 .h2_span:after {
  left: auto;
  right: -35px;
}  
main h2 .h2_span .s_txt {
  font-size: 1.6rem;
}
    
    
    
    
    
    
  .home-anchor-nav {
    padding: 14px 15px 40px;
    margin: 5px 0;
    
  }
  .home-anchor-nav__list__item {
    width: calc((100% - 15px)/2);
  }
  .home-anchor-nav__list__type, .home-anchor-nav__list__type--domestic,
  .home-anchor-nav__list__type--overseas {
    padding: 17px 15px 27px;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
    font-size: 1.7rem;
    font-weight: 700;
  }
  .home-anchor-nav__list__type--overseas .home-anchor-nav__list__label {
    padding-left: 30px;
    background-size: 21px auto;
  }
  .home-anchor-nav__list__type--domestic:after,
  .home-anchor-nav__list__type--overseas:after,
  .home-anchor-nav__list__type:after {
    bottom: 13px;
    left: calc(50% - 4px);
    width: 7px;
    height: 7px;
  }
  .home-anchor-nav__list__type--domestic .home-anchor-nav__list__label {
    padding-left: 30px;
    background-position: 0 30%;
    background-size: 22px auto;
  }
  .home-anchor-nav__list__item + .home-anchor-nav__list__item {
    margin-left: 15px;
  }
  .area_course_list_wrap {
    margin-bottom: 60px;
  }
 
  .area_course_list_wrap section h3 {
    font-size: 2.3rem;
    margin: 0 5px 0;
    display: flex;
    flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: flex-end;
  }

  .area_course_list_wrap section h3 > span {
    font-size: 1.1rem;
    margin-left: 5px;
  }
  p.no_course {
    font-size: 2.0rem;
    padding: 8px;
  }

  .area_course_list_course_box {
    /*margin-top: 10px;*/
    padding: 0 5px;
  }
  .area_course_list_course_box_inner{
    justify-content: center;
  }
  .area_course_list_course_box_item_cont{
    width: 100%;
    margin:60px 0 0;
  }
  .area_course_list_course_box_item_cont:last-child{
    margin-bottom: 40px;
  }
  .area_course_list_cont_iconlist {
    font-size: 1.2rem;
    margin: 10px 0 5px;
  }
  .area_course_list_cont_iconlist .icon_area_ab,
    .area_course_list_cont_iconlist .icon_area_dom {
    padding: 3px 12px;
  }
  .area_course_list_cont_iconlist .icon_oneperson,
  .area_course_list_cont_iconlist .icon_fsc,
  .area_course_list_cont_iconlist .icon_freeplan {
    border-radius: 4px;
  }
  .course_tit {
    font-size: 1.6rem;
  }
  .area_course_flex{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .area_course_flex_point{
    width: 100%;
    margin-right: 0;
  }
   .area_course_flex_point ul {
    height: auto;
    font-size: 1.2rem;
    padding: 14px 10px;
  }
  .area_course_flex_point ul li::before {
    width: 10px;
    height: 10px;
  }
  .area_course_flex_imgbox2{
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
  }
  .area_course_flex_imgbox2 .area_course_flex_img img {
    width: 100%;
    object-fit: cover;
  }
  .area_course_flex_pricewrap{
    margin: 10px 0 5px;
  }
  .area_course_flex_pricewrap_main_price{
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 0;
  }
  .btnwrap{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0 0;
  }
  .btn01,.btn02 {
    width: 98%;
    margin: 0 auto;
  }
  .btn01 a,
  .btn02 a {
    position: relative;
    height: auto;
    width: 100%;
    line-height: 1.2;
  }
  .btn01 a {
    padding: 26px 0;
    margin: 0;
    border: 4px solid #96a9d8;
  }
  .btn02 a {
    padding: 26px 0;
    margin: 30px 0 0;
    border: 4px solid #bce6b4;
  }
  .btn01 a::before,
  .btn02 a::before {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 15px);
    left: 16px;
    width: 33px;
    height: 33px;
    background-size: 33px auto;
  }
  .btn01 a::before {
    background: url(/med/app-files/img/cmn_ic15.png) no-repeat 0 50% / 33px auto;
  }
  .btn02 a::before {
    background: url(/med/app-files/img/cmn_ic16.png) no-repeat 0 50% / 33px auto;
  }

  .btn01 a .btn01_main, .btn02 a .btn02_main {
    padding-left: 0;
    background: none;
  }
  .btn01 a p span, .btn02 a p span{
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 10px;
    width: 30px;
    height: auto;
  }
  .btn01 a::after,.btn02 a::after{
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    transform: rotate(45deg);
  }
  
  .btn01 a .btn01_main,.btn02 a .btn02_main{
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .-pagetop .-pagetop_btn{
    width: 65px;
    margin-right: 2%;
      margin-top: 10px;
  }
    .area_menu{
    width: 100%;
    position: sticky;
    top: 50px;
    z-index: 5;
}
.area_menu ul li a{
    display: block;
    padding: 8px 15px 8px;
    font-size: 1.2rem;
    color: #c69e44;
    text-align: center;
    width: auto;
    line-height: 1.6
   
}
.area_menu ul li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 20px;
    
}
.area_menu ul li:first-of-type a::before{
    display: none;
}

.area_menu ul li{
    position: relative;
}
.area_menu ul li a:hover{
    background: #c69e44;
    color: #ffffff;
}
.africa_area{
    background-color: #ffffff;
}
    .courseArea_note{
    display: inline-block;
        margin: 10px 0 0;
        line-height: 1.4;
        text-align: center;
        width: 100%;
}
    .courseArea_note_sub{
    display: inline-block;
        margin: 10px 0 0;
        line-height: 1.5;
        text-align: center;
        width: 100%;
        padding: 10px;
        font-size: 1.3rem;
}
    .courseArea_note span{
        display: inline-block;
    padding: 3px 12px;
    font-size: 1rem;
        margin-top: -2px;
}
}
/*searchArea
===============================*/
.searchArea {
	/*background: url("../images/bg01.jpg") no-repeat;*/
    background-image: url(/med/feature/abroad/newyear/images/course_bg01_01.webp), url(/med/feature/abroad/newyear/images/course_bg01_02.webp);
    padding: 20px 0;
}

.searchArea h3 {
	margin: 0 0 20px;
	color: #006497;
	font-size: 2.6rem;
	text-align: center;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.5);
}
@media screen and (max-width:767.98px) {
	.searchArea {
		height: 436px;
		/*background: url("../images/bg01.jpg") no-repeat;*/
		background-size: cover;
		background-position: 50%;
	}
	.searchArea h3 {
		margin: 0;
		font-size: 1.8rem;
	}
}

/*---search（search.cssと併用）---*/
.searchArea .home-main-search-condition {
	position: relative;
	width: 100%;
	padding: 0;
	z-index: 6;
}
.searchArea .home-main-search-detail__inner {
	overflow: visible;
}
.searchArea .home-main-search-condition__body {
	max-width: 933px;
	margin: 0 auto;
	padding: 30px 50px;
	background: #fff;
}
.searchArea .home-main-search-condition-departure>dt,
.searchArea .home-main-search-condition-destination>dt,
.searchArea .home-main-search-condition-date>dt {
	width: 130px;
	font-size: 1.8rem;
}
.searchArea .home-main-search-condition-country>dt,
.searchArea .home-main-search-condition-stay>dt {
	width: 120px;
	font-size: 1.8rem;
}
.searchArea .home-main-search-condition-require {
	width: 55px;
	height: 22px;
	font-size: 1.4rem;
}
.searchArea .home-main-search-condition__submit {
	height: 46px;
	font-size: 2.1rem;
	width:50%;
background: #000; 

}
@media screen and (max-width:767.98px) {
	.searchArea .home-main-search-detail__inner {
		padding: 18px 9px 0;
	}
	.searchArea .home-main-search-condition__body {
		padding: 15px;
	}
	.searchArea .home-main-search-condition-departure>dt,
	.searchArea .home-main-search-condition-destination>dt,
	.searchArea .home-main-search-condition-date>dt,
	.searchArea .home-main-search-condition-country>dt,
	.searchArea .home-main-search-condition-stay>dt {
		width: 100px;
		font-size: 1.4rem;
	}
	.searchArea .home-main-search-condition-require {
		width: 40px;
		height: 18px;
		font-size: 1rem;
	}
	.searchArea .home-main-search-condition-destination__button:after {
		top: calc(50% - 6px);
	}
	.searchArea .home-main-search-condition-departure__button,
	.searchArea .home-main-search-condition-destination__button,
	.searchArea .home-main-search-condition-destination__selected,
	.searchArea .home-main-search-condition-country__button,
	.searchArea .home-main-search-condition-date__button,
	.searchArea .home-main-search-condition-date__selected,
	.searchArea .home-main-search-condition-stay__button,
	.searchArea .home-main-search-condition-stay__selected {
		height: 43px;
	}
	.searchArea .home-main-search-condition-departure__selected,
	.searchArea .home-main-search-condition-country__selected,
	.searchArea .home-main-search-condition-stay__selected
	{
		line-height: 37px;
	}
	.searchArea .home-main-search-condition__submit {
		height: 40px;
		font-size: 1.4rem;
        margin-top: 30px;
	}
}
/*------------*/

/*=============================*/
/*courseArea
=======================*/
.courseArea {
	padding-top: 35px;
background-image: url(/med/feature/abroad/newyear/images/course_bg01_01.webp), url(/med/feature/abroad/newyear/images/course_bg01_02.webp);
}
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}


/*---areaMenu---*/
.areaMenu {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #cf0518;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
	z-index: 10;
}
.areaMenu ul {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
}
.areaMenu li {
	width: 100%;
	text-align: center;
}
.areaMenu li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-size: 1.8rem;
}
.areaMenu li a span {
	position: relative;
	padding-left: 10px;
}
.areaMenu li a span::after {
	position: absolute;
	content: '';
	top: 45%;
	left: -8px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-45%) rotate(45deg);
}
@media (min-width: 768px) {
    .courseArea {
	padding-top: 10px;
}
	.areaMenu li a {
		position: relative;
		overflow: hidden;
		transition: 0.2s ease all;
	}
	.areaMenu li a:hover {
		background: #fff;
        color: #cf0518;
		opacity: .8;
		transition: 0.2s ease all;
	}
    .areaMenu li a:hover span::after {
	border-right: 2px solid #cf0518;
	border-bottom: 2px solid #cf0518;
}
}

@media screen and (max-width:767.98px) {
    .courseArea {
	padding-top: 70px;
}
	.areaMenu ul {
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.areaMenu li {
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}
	.areaMenu li a {
		position: relative;
		padding: 10px 20px 10px 25px;
		font-size: 1.4rem;
	}
	.areaMenu li:first-of-type a::after {
		position: absolute;
		content: '';
		width: 1000%;
		height: 1px;
		bottom: 0;
		left: -100%;
		background: #a9a9a9;
	}
	.areaMenu li a span {
		padding-left: 0;
	}
	.areaMenu li a span::after {
		top: 35%;
    left: -15px;
    width: 8px;
    height: 8px;
		transform: translateY(-35%) rotate(45deg);
	}
}

/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 74px;
}
.areaBlock:first-of-type {
	margin-top: 52px;
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #cf0518;
    color: #fff;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.courseItem {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin: 0 10px 10px 0;
	padding: 3px 12px;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: bold;
	background: rgb(200 0 0 / 75%);
	border-radius: 30px;
}
.course__card__tagBox .level01 {
	background: #77e29a;
}
.course__card__tagBox .level02 {
	background: #caf67c;
}
.course__card__tagBox .level03 {
	background: #f6ef7c;
}
.course__card__tagBox .level04 {
	background: #f6c47c;
}
.course__card__tagBox .level05 {
	background: #f6967c;
}
.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 0 auto;
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.areaBlock h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
	.courseItemsBox {
		display: block;
		margin-top: 24px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		display: flex;
		background: #fff;
	}
	main [class*="course__card__head"] {
		padding-top: 0;
		padding-left: 34%;
	}
	main [class*="js_rweb2404_img_"]::after {
		background-size: cover;
	}
	main [class*="bgContain js_rweb2404_img_"]::after {
		background-size: contain!important;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox {
		position: static;
	}
	.course__card__tagBox ul {
		margin-top: 8px
	}
	.course__card__tagBox ul li {
		margin: 0 5px 5px 0;
		padding: 2px 7px;
		font-size: 1rem;
    background: rgb(200 0 0 / 100%);
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label {
		min-width: 60px;
		font-size: 1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
	}
}
.course_note{
    color: #707070;
    font-size: 1.2rem;
    font-weight: normal;
    text-align:right;
    margin-top: 5px;
    line-height: 1.2;
}
/*=====================*/


/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 35px auto;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	 pointer-events: none;
	z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
	 pointer-events: none;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
	.selectdiv:hover select {
		border: 1px solid #cc0d21;
		transition: .2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/


/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;

  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
	.area_button {
		margin-top: 0;
	}
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767.98px) {
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
    
}
/*=====================*/


/*pageTopBtn
=======================*/
.pageTopBtn {
	position: sticky;
	bottom: 30px;
    width: 52px;
    left: 93%;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	display: inline-block;
	margin: auto;
	margin-right: 3%;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 58%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
		background: #c2c2c2;
	}
}

@media screen and (max-width:767.98px) {
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/
/*pageTopBtn
=======================*/
.pageTopBtn {
	position: sticky;
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	display: inline-block;
	margin: auto;
	margin-right: 3%;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 58%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
		background: #c2c2c2;
	}
}

@media screen and (max-width:767.98px) {
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/



/*slick themefeaturesArea
=======================*/
.themefeaturesArea h2 {
	justify-content: center;
}
.themefeaturesArea h2::before,
.themefeaturesArea h2::after {
	display: none;
}
.themefeaturesArea .btn_ps {
	justify-content: center;
}
.themefeaturesArea .arrow_box {
	margin: 10px 10px 10px 15px;
}
/*=====================*/