@charset "UTF-8";
div[class*="anchorMenu_fix"] {
  position: fixed;
  z-index: 120000;
  top: -100px;
  opacity: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.anchorMenu {
  display: flex;
  justify-content: space-between;
}
.anchorMenu_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
    width: 1160px;
    margin: 0 auto;
}
.kvWrap {
  width: 100%;
}
.contents_inner {
	max-width: 1160px;
	margin: 0 auto;
}
form select {
  border: none;
  box-shadow: 0px 1px 2px #76767640;
  color: #474747;
  cursor: pointer;
    text-align: center;
    
}
/*form select .first_select{
    text-align: center;
}*/
@media only screen and (max-width:767.98px) {
	.contents_inner {
		max-width: 100%;
	}
}
/*------------------------------------------------------------------------------------------------*/
div[class*="anchorMenu_fix"] {
  position: fixed;
  z-index: 70;
  top: -000px;
  opacity: 0;
    left: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.navi {
  position: fixed;
  z-index: 9999;
  width: 3.1%;
  top: 35%;
  right: 0;
}
.sticky {
  position: sticky;
  top: 8%;
  z-index: 9999;
}
/*------------------------------------------------------------------------------------------------*/
.ebook_link, .home-tour-overseas-rank__link,
.ebook_link, .chubu-tour-overseas-rank__link,
.ebook_link, .kasnai-tour-overseas-rank__link,
.ebook_link, .kyushu-tour-overseas-rank__link {
  display: inline-block;
  font-size: 1.5rem;
  color: #006699;
  font-weight: bold;
  position: relative;
  padding-right: 14px;
  text-decoration: underline;
}
.ebook_link::after, .home-tour-overseas-rank__link::after,
.ebook_link::after, .chubu-tour-overseas-rank__link::after,
.ebook_link::after, .kansai-tour-overseas-rank__link::after,
.ebook_link::after, .kyushu-tour-overseas-rank__link::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.access_wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
.access_wrap .access_wrap__cont {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  /*gap: 20px;*/
}
.access_wrap .access_wrap__cont_1st {
  justify-content: flex-start;
}
.access_wrap__cont__box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  width: 50%;
}
.access_wrap .access_wrap__cont .tit_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.access_wrap .access_wrap__cont .briefing_wrap .tit_box:first-child {
  width: 100%;
}
.access_wrap .access_wrap__cont .tit_box:first-child {
  justify-content: flex-start;
    flex-wrap: wrap;
  width: 100%;
}
.access_wrap .access_wrap__cont .tit_box h3 {
  margin: 0 10px 0 0;
  /*font-size: clamp(16px, 1.25vw, 24px);*/
  font-size: clamp(18px, 1.15vw, 20px);
}
.access_wrap .access_wrap__cont {
  background-color: #fcf3e8;
  padding: 20px 70px;
}
.ebook_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.access_wrap__cont__box .ebook_link{
    width: 80%;
    margin: 0;
}
.briefing_cont_txt{
    font-size: 1.5rem;
    line-height: 1.3;
}
.briefing_cont .ebook_link{
    
    margin: 0;
}
.ebook_box a {
    min-height: 90px;
  background:#fff;
  display: flex;
  align-items: center;
  position: relative;
  width: 80%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333 !important;
  border-radius: 5px;
  border: 1px solid #dedede;
    padding-left: 90px;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
    margin: 10px 0;
}
.ebook_box a .ebook_img {
  
    position: absolute;
    left: 10px;
    
}
.ebook_box a .ebook_img img {
  width: 90px;
  height: 111px;
  object-fit: cover;
  object-position: top center;
}
.ebook_box a:first-child {
  margin-right: 0;
}
.ebook_box a .ebook_tit {
  display: inline-block;
  padding-right: 16px;
  font-size: 1.7rem;
  width: 100%;
}
.ebook_box a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.ebook_box a .ebook_img::before {
    display: none;
}
.briefing_titarea {
  width: 100%;
    min-height: 100px;
/*  margin-right: 10px;*/
}
.briefing_cont {
  width: 100%;
}
.briefing_wrap .note {
  display: inline-block;
  font-size: 1.4rem;
  background: #0058A4;
  color: #ffffff;
  padding: 1px 5px;
  margin: 0 0 10px;
    border-radius: 5px;
}
main a.ebook_link{
background: #006699;
    display: flex;
    align-items: center;
    position: relative;
    width: 80%;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    line-height: 1.2;
    border-radius: 30px;
    border: 1px solid #dedede;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
}
.ebook_link:hover {
   opacity: 0.7;
}
.briefing_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
    flex-wrap: wrap;
  width: 50%;
    gap:10px;
}

.ebook_box a img {
  max-width: 80px;
  height: auto;
  border: #dedede 1px solid;
}
h3[class*="-tour-overseas-info__title"], div[class*="-tour-overseas-info__badge"], div[class*="-tour-overseas-info-box__head"] {
  display: none;
}
@media only screen and (min-width:767.98px) {
  .ebook_box a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width:767.98px) {
    .ebook_link br{
        display: none;
    }
    .ebook_box a .ebook_img{
        position: relative;
        padding: 5px;
        left: 0;
        width: 90px;
    }
     .ebook_box a .ebook_img img {
    width: 60px;
    height: 85px;
  }
    .briefing_cont .ebook_link{
        width: 100%;
    }
        
    .access_wrap__cont__box .ebook_link,.briefing_cont .ebook_link{
        margin: 0;
        display: flex;
        justify-content: center;
        /*min-height: 50px;*/
    }
/*    .access_wrap__cont__box .ebook_link::after,.access_wrap__cont__box .ebook_link::before,.briefing_cont .ebook_link::after,.briefing_cont .ebook_link::before{
        display: none;
    }*/
  .ebook_box {
    flex-wrap: wrap;
    justify-content: space-around;
      width: 100%;
  }
  .access_wrap .access_wrap__cont {
    padding: 10px;
  }
  .ebook_box a {
    background: #ffffff;
    /*display: block;*/
    /*width: 510px;*/
    /*max-width: 510px;*/
    /*padding: 10px;*/
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333333;
    border-radius: 5px;
    border: 1px solid #dedede;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
    margin-bottom: 5px;
      width: 100%;
    display: flex;
    max-width: 100%;
    padding: 0 15px 0 0;
  }
  .ebook_box a:first-child {
    margin-right: 0px;
  }
  .briefing_wrap {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .briefing_titarea {
    width: 100%;
		margin-right: 0;
      min-height: 80px;
  }
  .briefing_cont {
    margin-bottom: 20px;
    width: 100%;
  }
  .briefing_wrap .note {
    font-size: 1.3rem;
   /* color: #ffffff;*/
  }
  .ebook_box a .ebook_tit {
    /*margin-top: 5px;*/
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
       font-size: 1.5rem;
    padding-right: 0;
  }
  .ebook_box a .ebook_tit::before {
    right: 5px;
  }
  .ebook_box a img {
    max-width: 100px;
  }
    .access_wrap__cont__box .ebook_link{
        width: 100%;
    }
      .ebook_box a:hover {
    opacity: 0.7;
  }
}
/*------------------------------------------------------------------------------------------------*/
.top_tit{
    width: 100%;
}
.kvWrap__leftMenu {
  width: 35%;
}
.kvWrap {
  display: flex;
  justify-content: space-between;
}
.kvWrap__leftMenu__title__sub {
  display: flex;
  justify-content: space-between;
}
/*--*/
.kvWrap__leftMenu__title {
  padding: 20px;
  background-color: #f7f7f7;
  width: 100%;
  height: 140px;
}
/*------------------------------------------------------------------------------------------------*/
main h1 {
  font-size: clamp(25px, 1.9vw, 36px);
  color: #333333;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
main h1 span {
  position: relative;
  z-index: 2;
}
main h1::before {
  display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../img/common/ivy_illust.svg") no-repeat center;
  background-size: 97px 45px;
  transform: scale(-1, 1) translateY(-50%);
  -webkit-transform: scale(-1, 1) translateY(-50%);
  -ms-transform: scale(-1, 1) translateY(-50%);
  z-index: 0;
}
main h1::after {
  display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background: url("../img/common/ivy_illust.svg") no-repeat center;
  background-size: 97px 45px;
  z-index: 0;
}
/*------------------------------------------------------------------------------------------------*/
.kvWrap__rightImg__fade {
  position: relative;
  margin: 0;
}

.area_img{
    width: 65% !important;
}
.kvWrap__rightImg .kvWrap__rightImg__imgBox p {}
.kvWrap__rightImg__imgBox {
  display: flex;
  justify-content: center;
  /*width: 58vw;*/
  max-height: 540px;
}
.kvWrap__rightImg__imgBox figure {
  position: relative;
  max-height: 540px;
}
.kvWrap__rightImg__imgBox figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 10px 10px 0;
  font-weight: bold;
  color: #ffffff;
}
.kvWrap__rightImg__imgBox ul {
  margin: 0;
}
[class^="ic_flag_"] span {
  position: relative;
  padding-left: 40px;
}
[class^="ic_flag_"] span::before {
    content: "";
    position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
     left: 0;
}
.ic_flag_egypt span::before {
  width: 40px;
  height: 20px;
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/egypt.png") no-repeat;
  background-size: auto 20px;
}
.ic_flag_turkey span::before {
  width: 40px;
  height: 20px;
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/turkey.png") no-repeat;
  background-size: auto 20px;
}
.ic_flag_morocco span::before {
  width: 40px;
  height: 20px;
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/morocco.png") no-repeat;
  background-size: auto 20px;
}
.ic_flag_arab span::before {
  width: 40px;
  height: 20px;
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/arab.png") no-repeat;
  background-size: auto 20px;
}
.ic_flag_jordan span::before {
  width: 40px;
  height: 20px;
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/jordan.png") no-repeat;
  background-size: auto 20px;
}
.ic_flag_kenya span::before {
  width: 40px;
  height: 20px;
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/kenya.png") no-repeat;
  background-size: auto 20px;
}
.ic_flag_tanzania span::before {
  width: 40px;
  height: 20px;
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/tanzania.png") no-repeat;
  background-size: auto 20px;
}
.kvWrap__leftMenu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
}
.kvWrap__leftMenu__point {
  list-style: none;
  margin: auto 9%;
  width: 100%;
}
.kvWrap__leftMenu__point li {
  font-size: clamp(16px, 1.15vw, 22px);
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.kvWrap__leftMenu__point li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  left: 0%;
  background-color: #cc0d21;
  width: 12px;
  height: 4px;
}
@media (max-width: 767px) {
   .kvWrap__leftMenu__point li:before {
  top: 6px;
} 
}
/*------------------------------------------------------------------------------------------------*/
.kvWrap__leftMenu__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0;
}
input {
  display: none;
}
#overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header__navi__block {
  z-index: 10 !important;
}
#bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
div[id^="window"] {
  width: 60%;
  padding: 10px;
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
}
#btn_cloth {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth:hover {
  opacity: 0.7;
}
#btn_cloth span, #btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  background: #585858;
}
#btn_cloth span {
  transform: rotate(45deg);
}
#btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#popup01:checked ~ #overlay {
  visibility: visible;
}
#popup01:checked ~ #overlay #window01 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup02:checked ~ #overlay {
  visibility: visible;
}
#popup02:checked ~ #overlay #window02 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup03:checked ~ #overlay {
  visibility: visible;
}
#popup03:checked ~ #overlay #window03 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup04:checked ~ #overlay {
  visibility: visible;
}
#popup04:checked ~ #overlay #window04 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup05:checked ~ #overlay {
  visibility: visible;
}
#popup05:checked ~ #overlay #window05 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup06:checked ~ #overlay {
  visibility: visible;
}
#popup06:checked ~ #overlay #window06 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
#txt_label {
  text-decoration: none;
  cursor: pointer;
}
#txt_label:hover {
  text-decoration: underline;
}
#msg a {
  display: inline-block;
  color: #fff;
  background: #CE5D8B;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  text-decoration: none;
}
#msg a:hover {
  opacity: 0.7;
}
#msg .popBox {
  padding: 20px;
}
#msg .pop_tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#msg .national_flag {
  background: #7b91a9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100px;
}
#msg .national_flag img{
    width: 60px;
    height: 40px;
}
#msg .national_flag p {
  height: 40px;
  width: auto;
}
#msg .pop_tit_Main p:first-child {
  /*max-width: 160px;*/
  line-height: 1;
}
#msg .pop_tit_Main p:first-child img{
 max-height: 17px;
}
#msg .pop_tit_Main p:last-child {
  line-height: 1;
}
#msg .pop_tit_Main {
  /*padding-left: 10px;*/
  font-size: 3rem;
  font-weight: bold;
}
#msg .pop_cont {
  padding: 30px 0;
}
#msg .pop_cont li {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
  gap: 10px;
}
#msg .pop_cont li .item_tit {
  font-size: 2rem;
  border: 1px #dddddd solid;
  color: #333333;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#msg .pop_cont li .item_cont {
  padding-top: 5px;
  font-size: 1.5rem;
  color: #333333;
}
.outlet_various {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
#msg .pop_cont .outlet_various li {
  width: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 2px;
}
.outlet_various li p {
  font-size: 1.5rem;
}
.outlet_various li p:last-child {
  display: block;
  width: 100%;
}
.outlet_various li {
  opacity: 0.3;
}
.outlet_various li.select {
  opacity: 1;
}
.basic_info_btn {
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
    line-height: 1;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 17px;
}
.basic_info_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/ic_info.svg") no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
}
.basic_info_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.ic_flag_egypt {
  position: relative;
}
.ic_flag_egypt::before {
  position: absolute;
}
/*------------------------------------------------------------------------------------------------*/
.kvWrap__leftMenu__linkbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
div[class*="anchorMenu_fix"] {
  width: 100%;
}
.anchorMenu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #f7f7f7;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.kvWrap__leftMenu_anchor {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0;
}
.kvWrap__leftMenu_anchor li{
        width: 100%;
    border-left: #d3d3d3 solid 1px;
}
.kvWrap__leftMenu_anchor li:last-child{
    border-right: #d3d3d3 solid 1px;
}
.kvWrap__leftMenu_anchor li, .anchorMenu .anchorMenu_box .link_wrap{
    width: 34%;
}
.kvWrap__leftMenu_anchor a, .anchorMenu a {

    display: block;
    padding: 24px 10px;
    font-size: clamp(13px, 0.9vw, 16px);
    font-weight: bold;
    text-align: center;
    color: #333333;
    background: #f7f7f7;
    position: relative;
    line-height: 1.0;
}

.kvWrap__leftMenu_anchor a{
    width: 100%;
}
.anchorMenu_box .link_wrap {
        width: 100%;
        border-right: #d3d3d3 solid 1px;
    }
/*.kvWrap__leftMenu_anchor li:last-child a, .anchorMenu .anchorMenu_box .link_wrap:last-child a{
    border-right: #d3d3d3 solid 1px;
}*/
.kvWrap__leftMenu_anchor a:hover {
  opacity: 0.7;
}
.anchorMenu a:hover {
  color: #cc0d21;
}
.red_txt a {
  color: #cc0d21 !important;
}
.red_txt a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 9px;
  /*transform: translateX(50%);*/
  margin: auto;
  border-bottom: 4px solid #cc0d21;
}
.kvWrap__leftMenu_anchor li:not(.red_txt) a::after, .anchorMenu_box div:not(.red_txt) a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 50%;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #585858;
  border-right: 2px solid #585858;
  transform: translateX(50%) rotate(135deg);
  box-sizing: border-box;
}
.anchorMenu .main_tit_link a {
  font-size: 2.3rem;
  padding: 28px 30px;
  color: #333333;
}
.anchorMenu.anchorMenu .main_tit_link a::after {
  content: none !important;
}
/*------------------------------------------------------------------------------------------------*/
section {
  padding: 40px 0;
}
#Anchor01 {
	padding: 0 0 40px;
}
section h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333333;
}
section .course__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
section .course__list li {
  width: 49%;
}
section .course__list li a {
  display: block;
  padding: 10px;
  box-shadow: 0px 1px 4px #d2d2d2;
  border-radius: 5px;
  width: 100%;
}
section .course__list li a .course_no {
  font-size: 1.4rem;
  border: 1px solid #dddddd;
  width: 90px;
  padding: 3px 0;
  color: #333333;
  text-align: center;
  line-height: 1;
}
section .course__list li a .course_tit {
  text-decoration: underline;
  color: #0058a4;
  font-size: 2rem;
  font-weight: bold;
}
section .course__list li a:hover .course_tit {
  text-decoration: none;
}
section .course__list li a .course_plan {
  font-size: 1.3rem;
  color: #707070;
  line-height: 1.2;
  margin-top: 10px;
}
section .course__list li a .course_plan .course_price {
  font-size: 2.8rem;
  color: #cc0d21;
  display: block;
  font-weight: bold;
}
/*------------------------------------------------------------------------------------------------*/
section[class*="-tour-overseas-info"] {
  padding: 0;
  width: 100%;
}
section[class*="-tour-overseas-info-box"] {
  padding: 0 !important;
}
div[class*="-tour-overseas-info-box__button"] {
  display: none;
}
a[class*="-tour-overseas-info-box__block__type"] {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 5px;
  border: 1px solid #dedede;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  color: #333333;
}
a[class*="-tour-overseas-info-box__block__type"]:hover {
  opacity: 0.7;
}
div[class*="-tour-overseas-info-box__block__text"] {
  width: 74%;
  padding: 10px;
  color: #333333;
}
div[class*="-tour-overseas-info-box__block__title"] {
  width: 100%;
  font-size: 1.8rem;
  text-decoration: underline;
  color: #006699;
}
div[class*="-tour-overseas-info-box__block__img"] {
  width: 120px;
}
div[class*="-tour-overseas-info-box__block__img"] .imgBox {
  max-width: 120px;
  height: 100%;
}
div[class*="-tour-overseas-info-box__block__img"] img {
  width: auto;
  height: 100%;
  border-radius: 5px 0 0 5px;
  object-fit: cover;
}
div[class*="-tour-overseas-info-box__block__date_box"] {
  display: flex;
  justify-content: flex-start;
}
div[class*="-tour-overseas-info-box__block__img"] .caption {
  display: none;
}
.js-equal-height__block {
  height: auto !important;
}
.briefing_cont section {
  margin: 0;
}
/*------------------------------------------------------------------------------------------------*/
.area_spot_wrap {
  position: relative;
}
.area_spot h2, .customer_reviews h2, .qa h2,.sec_inner h2{
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin: 20px 0 20px;
  background: #a57e1f;
  padding: 15px 0;
}
.sec_inner .ctr_area {
  background: none;
  color: #333;
  padding: 0;
  margin: 40px 0 20px;
}
.area_spot h2 p, .customer_reviews h2 p, .qa h2 p ,.sec_inner h2 p{
  position: relative;
  z-index: 2;
  display: inline;
}
.area_spot h2 p::before, .customer_reviews h2 p::before, .qa h2 p::before ,.sec_inner h2 p::before{
  display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -100px;
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/ivy_illust.svg") no-repeat center;
  background-size: 97px 45px;
  transform: scale(-1, 1) translateY(-50%);
  z-index: 0;
}
.area_spot h2 p::after, .customer_reviews h2 p::after, .qa h2 p::after ,.sec_inner h2 p::after{
  display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: -100px;
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/ivy_illust.svg") no-repeat center;
  background-size: 97px 45px;
  transform: translateY(-50%);
  z-index: 0;
}
.area_spot .spot__attn {
  justify-content: flex-start;
  /*align-items:stretch;*/
  flex-wrap: wrap;
  display: flex;
  gap: 1.3%;
  height: 100%;
}
.area_spot__box {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.area_spot__box::after{
    content: '';
    width: 100%;
}
.area_spot__box .map {
  position: absolute;
  top: 6%;
  right: 6%;
	width: 35%;
  margin: 0 auto;
  text-align: center;
}
.area_spot .spot__attn li.spot__attn__box {
  width: 100%;
  max-width: 24%;
  background-color: #f7f7f7;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
}

.area_spot .spot__attn li.spot__attn__box:nth-child(n+3) {
    order: 1;
}
.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.dots-class {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.dots-class li {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000066;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color .5s ease;
}
.dots-class li.slick-active {
  background-color: #000066;
}
.dots-class li:hover {
  background-color: #000066;
}
.dots-class li:last-child {
  margin-right: 0;
}
.area_spot .slide-items li.spot__attn__box {
  margin: 10px !important;
  width: 265px !important;
}
.area_spot .spot__attn::after {
  content: "";
  display: block;
  width: 30%;
}
.area_spot .spot__attn li.spot__attn__box {
  margin: 20px 0;
}
.area_spot .spot__attn li.spot__attn__box:nth-child(n+4) {
  order: 1;
}
.area_spot .spot__attn li.spot__attn__box h4 {
  margin: 0 0 10px;
  height: auto;
}
.area_spot .spot__attn li.spot__attn__box .note_box {
  margin: 10px;
  height: auto;
    line-height: 1.5;
}
.area_spot .spot__attn figure {
  position: relative;
}
.area_spot .spot__attn figure img {
  border-radius: 5px 5px 0 0;
}
.area_spot .spot__attn figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 10px 10px 0;
  font-weight: bold;
  color: #ffffff;
}
.area_spot .spot__attn figcaption.ic_attn_city span, .area_spot .spot__attn figcaption.ic_attn_worldheritage span, .area_spot .spot__attn figcaption.ic_gift_gourmet span, .area_spot .spot__attn figcaption.ic_gift_souvenir span {
  position: relative;
  padding-left: 25px;
}
.area_spot .spot__attn figcaption.ic_attn_city span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/spot_icon/ic_attn_city.svg") no-repeat;
  background-size: auto 20px;
  left: 0;
}
.area_spot .spot__attn figcaption.ic_attn_worldheritage span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/spot_icon/ic_attn_worldheritage.svg") no-repeat;
  background-size: auto 20px;
  left: 0;
}
.area_spot .spot__attn figcaption.ic_gift_gourmet span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/spot_icon/ic_gift_gourmet.svg") no-repeat;
  background-size: auto 20px;
  left: 0;
}
.area_spot .spot__attn figcaption.ic_gift_souvenir span::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/spot_icon/ic_gift_souvenir.svg") no-repeat;
  background-size: auto 20px;
  left: 0;
}
.slick-dots li button:before {
  font-size: 3rem !important;
}
.slick-dots li.slick-active button:before {
  color: #76cffe !important;
  opacity: 1 !important;
}
.slick-dots {
  bottom: -30px !important;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #76cffe !important;
  opacity: 1 !important;
}
.slick-dotted.slick-slider {
  margin: 30px 0 60px !important;
}
.slick-slide {
  height: auto;
}
.slick-track {
  display: flex !important;
}
/*------------------------------------------------------------------------------------------------*/
.customer_reviews__listbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 15px;
}
.customer_reviews__listbox li {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
	width: 100%;
  border-radius: 5px;
  border: 1px solid #dedede;
}
.customer_reviews__listbox li .voc {
  padding: 20px;
  font-size: 1.8rem;
    line-height: 1.3;
  color: #333333;
  font-weight: bold;
}
.customer_reviews__listbox li .voc_customer {
  padding: 20px;
  background-color: #f7f7f7;
  color: #666666;
  font-size: 1.5rem;
  width: 100%;
  border-radius: 0 0 5px 5px;
}
.customer_reviews__listbox li .voc_customer div[class^="voc__"] {
  padding: 20px;
  position: relative;
  padding-left: 70px;
}
.customer_reviews__listbox li .voc_customer div[class^="voc__"]::before {
  content: "";
  position: absolute;
  display: block;
  mask-image: url("/med/feature/abroad/middleeast_africa/cmn/img/voc_customer.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 60px;
}
.voc__blueIcon {
  color: #8fc7cc;
}
.voc__greenIcon {
  color: #a8e673;
}
.voc__pinkIcon {
  color: #fab2ff;
}
.voc__orangeIcon {
  color: #ffc468;
}
.customer_reviews__listbox li .voc_customer div[class^="voc__"] p {
  color: #333333;
}
.customer_reviews__listbox span[class^="ic_flag_"] {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  margin-right: 5px;
}
.customer_reviews__listbox span[class^="ic_flag_"]::after {
  position: absolute;
  content: "";
  height: 13px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background-size: auto 13px;
  background-repeat: no-repeat;
}
.customer_reviews__listbox span.ic_flag_egypt::after {
  background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/egypt.png");
}
.customer_reviews__listbox span.ic_flag_turkey::after {
  background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/turkey.png");
}
.customer_reviews__listbox span.ic_flag_morocco::after {
  background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/morocco.png");
}
.customer_reviews__listbox span.ic_flag_arab::after {
  background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/arab.png");
}
.customer_reviews__listbox span.ic_flag_jordan::after {
  background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/jordan.png");
}
.customer_reviews__listbox span.ic_flag_kenya::after {
  background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/kenya.png");
}
.customer_reviews__listbox span.ic_flag_tanzania::after {
  background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/tanzania.png");
}
/*------------------------------------------------------------------------------------------------*/
.qa__listbox {
  margin: 20px;
}
.accordion {
  border-bottom: solid 1px #dddddd;
  position: relative;
  cursor: pointer;
}
.accordion::before, .accordion::after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: .1rem;
  background-color: #333333;
  border-radius: 1px;
  top: 44px;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .accordion::before, .accordion::after {
    top: 40px;
  }
}
.accordion::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion.show::after {
  opacity: 0;
}
.accordion.show::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion__txt--bold {
  font-weight: bold;
}
.accordion__txt--title {
  font-size: 1.7rem;
  margin-bottom: 5px;
}
.accordion__item01 {
  padding: 31px 25px 31px 0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .accordion__item01 {
    padding: 21px 0;
    font-size: 1.4rem;
  }
}
.accordion__item01::before {
  content: '';
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/qa_q.svg") no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .accordion__item01 img {
    bottom: 0;
  }
}
.accordion__item02 {
  padding-bottom: 37px;
  display: none;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}
.accordion__item02::before {
  content: '';
  background: url("/med/feature/abroad/middleeast_africa/cmn/img/qa_a.svg") no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.accordion__item01, .accordion__item02 {
  position: relative;
  padding-left: 45px;
  margin: 0;
}
@media (max-width: 767px) {
  .accordion__item01, .accordion__item02 {
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.accordion__link {
  cursor: pointer;
  position: relative;
}
.accordion__link a {
  color: #333333;
  text-decoration: none;
  word-wrap: break-word;
}
.accordion__link::before {
  content: '';
  display: block;
  width: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #333333;
  position: absolute;
  top: 20px;
  left: 0;
}
@media (min-width: 768px) {
  .accordion__link:hover::before {
    width: 100%;
    height: 1px;
  }
}
.on::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.accordion__item02 {
  display: none;
}
/*------------------------------------------------------------------------------------------------*/
.search_wrap {
  display: flex;
  width: 100%;
}
.search_wrap .cont_left {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.search_wrap .cont_right_wrap {
	width: 100%;
}
.search_wrap .cont_right {
  width: 100%;
    /*width: 1160px;*/
	height: 100%;
    margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 10px 40px 20px;
  
  object-fit: cover;
  /* background-color: rgba(0, 0, 0, 0.50);*/
  align-items: center;
  position: relative;
}

.search_wrap .hk_cont_right {
  background-size: 100%;
  width: 100%;
  background: url(/med/info/abroad/cmn/images/course_bg.jpg) no-repeat top -300px center #000000;
  background-size: 100% auto;
}
.search_all_area{
    background: url("/med/feature/abroad/middleeast_africa/cmn/img/search_area.jpg") no-repeat top center #000000;
  background-size: 1160px;
    position: relative;
     object-fit: cover;
}
.search_all_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 0;
}
.search_wrap .cont_right h2 {
  text-align: center;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.2;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  font-weight: bold;
  color: #ffffff;
}
.home-anchor-nav__list__type--overseas:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 8px);
}
.search_wrap .home-anchor-nav__list__item {
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
}
.search_wrap .hk_cont_right .home-anchor-nav__list__item {
  width: 70%
}
.home-tour-overseas__course-wrap {
  min-width: 100%;
  width: 100%;
  flex-basis: auto;
}
.hk_cont_right .home-tour-overseas__course-wrap {
  width: 70%;
  min-width: 70%;
}
.home-tour-overseas__course {
  background-color: #ffffff;
}
.home-tour-overseas-search__block {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home-tour-overseas-search__head {
  width: 100%;
}
.search_wrap .cont_right h3 {
  font-size: 2.4rem;
  text-align: start;
  color: #ffffff;
}
.home-tour-overseas-search__head {
  flex-basis: auto;
  margin: 0;
}
.home-tour-overseas-search__type {
  border-radius: 5px;
  background-color: #ffffff;
}
/*-*/
.home-main-search, .hokkaido-main-search {
  align-items: center;
}
.hokkaido-main-search {
  margin-top: 20px;
}
.home-main-search__title--course, .hokkaido-main-search__title--course {
  color: #ffffff;
}
.home-main-search__form__input, .hokkaido-main-search__form__input {
  background-color: #ffffff;
}
.home-main-search__title--course, .hokkaido-main-search__title--course {
  color: #000000;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.home-main-search__example, .hokkaido-main-search__example {
  color: #ffffff;
}
.home-main-search__body, .hokkaido-main-search__body {
  width: 580px;
}
/*------------------------------------------------------------------------------------------------*/
.feature_box {
  margin: 60px 0;
  padding: 40px 60px 90px;
  background: #edf6ff;
}
.home-tour-overseas-feature,
.chubu-tour-overseas-feature,
.kansai-tour-overseas-feature,
.kyushu-tour-overseas-feature {
  margin: 0;
}
.overseas_list {
  display: flex;
  justify-content: center;
  width: 100%;
}
/*.home-tour-overseas-recommend {
  padding-right: 40px;
  width: 50%;
  border-right: 1px solid #e6e6e6;
}
.overseas_list .home-tour-overseas-rank {
  padding-left: 40px;
  position: relative;
  width: 50%;
}*/
.overseas_list .home-tour-overseas-rank,
.overseas_list .chubu-tour-overseas-rank,
.overseas_list .kansai-tour-overseas-rank,
.overseas_list .kyushu-tour-overseas-rank {
  position: relative;
}
.home-tour-overseas-ranking__item:nth-child(n+3),
.chubu-tour-overseas-ranking__item:nth-child(n+3),
.knasai-tour-overseas-ranking__item:nth-child(n+3),
.kyushu-tour-overseas-ranking__item:nth-child(n+3) {
  margin-right: 0 !important;
}
.home-tour-overseas-ranking__item:nth-child(n+4),
.chubu-tour-overseas-ranking__item:nth-child(n+4),
.kansai-tour-overseas-ranking__item:nth-child(n+4),
.kyushu-tour-overseas-ranking__item:nth-child(n+4) {
  display: none;
}
.home-tour-overseas-recommend__list-wrap,
.chubu-tour-overseas-recommend__list-wrap,
.kansai-tour-overseas-recommend__list-wrap,
.kyushu-tour-overseas-recommend__list-wrap {
  overflow: hidden;
  width: 100%;
}
.home-tour-overseas-ranking__list-wrap,
.chubu-tour-overseas-ranking__list-wrap,
.kansai-tour-overseas-ranking__list-wrap,
.kyushu-tour-overseas-ranking__list-wrap {
  width: 100%;
}
/*.home-tour-overseas-ranking__item {
  width: 260px !important;
  max-width: 260px !important;
}
.home-tour-overseas-recommend__item {
  width: 260px !important;
  max-width: 260px !important;
}*/
body {
  counter-reset: number 0;
}
.home-tour-overseas-ranking__rank:before {
  counter-increment: number 1;
  content: counter(number);
}
.home-tour-overseas-rank_box_link,
.chubu-tour-overseas-rank_box_link,
.kansai-tour-overseas-rank_box_link,
.kyushu-tour-overseas-rank_box_link {
  position: absolute;
  top: 5px;
  right: 0;
}
.home-tour-overseas-recommend {
  margin-top: 0;
}
.home-tour-overseas-ranking__scrollbar, .home-tour-overseas-recommend__scrollbar,
.chubu-tour-overseas-ranking__scrollbar, .chubu-tour-overseas-recommend__scrollbar,
.kansai-tour-overseas-ranking__scrollbar, .kansai-tour-overseas-recommend__scrollbar,
.kyushu-tour-overseas-ranking__scrollbar, .kyushu-tour-overseas-recommend__scrollbar {
  margin-top: 10px;
}
.home-tour-overseas-recommend__card__title {
  line-height: 1.4;
}
.home-tour-overseas-recommend__card__img__caption {
  line-height: 1.1;
}
.home-tour-overseas-recommend__card__body {
  padding: 10px;
}
/*--*/
.home-tour-overseas-ranking__card__body {
  padding: 10px;
}
.home-tour-overseas-ranking__card__title {
  line-height: 1.4;
  /*min-height: 103px;*/
}
.home-tour-overseas-recommend__list-wrap,
.chubu-tour-overseas-recommend__list-wrap,
.kansai-tour-overseas-recommend__list-wrap,
.kyushu-tour-overseas-recommend__list-wrap {
  width: 100%;
  /*max-width: 815px;*/
  margin-top: 17px;
  margin: 0 auto;
}
.home-tour-overseas-ranking__list-wrap {
  width: 100%;
  /*max-width: 815px;*/
  margin: 12px auto 0;
}
/*------------------------------------------------------------------------------------------------*/
.abroad-utility-contact {
  border-bottom: 1px solid #ddd;
}
.abroad-utility {
  margin: 0 auto;
  max-width: 1120px;
}
.abroad-utility-contact {
  justify-content: space-between;
  display: flex;
}
.abroad-utility-contact__heading {
  margin: 0
}
.abroad-utility-contact__tel__type, .abroad-utility-contact__tel__type[href^="tel:"] {
  display: flex !important;
  align-items: center
}
.abroad-utility-contact__tel__badge {
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #000;
  text-align: center
}
.abroad-utility-contact__tel__number {
  display: flex;
  color: #000
}
.abroad-utility-contact__tel__number__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center
}
.abroad-utility-contact__fax {
  display: flex !important;
  align-items: center
}
.abroad-utility-contact__fax__badge {
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #000;
  text-align: center
}
.abroad-utility-contact__fax__number {
  display: flex;
  color: #000
}
.abroad-utility-contact__fax__number__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center
}
.abroad-utility-contact-notes {
  margin: 0;
}
.abroad-utility-contact-notes__list {
  position: relative;
  padding-left: 1.3em;
  list-style: none
}
.abroad-utility-contact-notes__list__mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}
.abroad-utility-nav {
  display: flex
}
.abroad-utility-nav__type, .abroad-utility-nav__type--blank, .abroad-utility-nav__type--pdf {
  display: flex;
  align-items: center;
  height: 100%
}
.abroad-utility-nav__type--blank {
  position: relative
}
.abroad-utility-nav__type--blank:after {
  position: absolute;
  content: ""
}
.abroad-utility-nav__type--pdf {
  position: relative
}
.abroad-utility-nav__type--pdf:after {
  position: absolute;
  content: ""
}
.abroad-utility-nav__label--ab {
  color: #000;
  transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.abroad-utility-nav__label--ab {
  background: url(/med/app-files/img/cmn_ic43.png) no-repeat 0 35%
}
.anc {
  position: fixed;
  z-index: -1;
  top: 109px;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  background: #F7F7F7;
  opacity: 0;
}
/*------------------------------------------------------------------------------------------------*/
.flex {
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}
.navi {
  position: fixed;
  z-index: 2;
  width: 3.1%;
  top: 35%;
  right: 0;
}
.sticky__navi {
  animation: fadeIn 0.2s ease 0.2s 1 normal backwards;
  opacity: 1;
}
@keyframes fadeIn {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.sticky__opacity {
  opacity: 0;
}
.home-tour-overseas__course-wrap--hokkaido .home-tour-overseas__course {
  justify-content: center;
}
.home-tour-overseas__course-wrap--hokkaido .home-tour-overseas__course__button {
  flex-basis: 100%;
  width: 100%;
}
.bgSet {
  background: none;
  background-color: #f3f3f3;
  /* padding: 57px 0; */
  border-radius: 5px;
  background-position: center;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
  font-size: 17px;
  color: #6d6d6d;
}
.bgSet::before {
  content: "海外旅行説明会は、";
  display: inline-block;
}
/*------------------------------------------pc---------------------------------------*/
@media only screen and (min-width:767.98px) {
  .spOnly {
    display: none;
  }
  .anchor li a:hover {
    opacity: 0.7;
  }
  .column_2 dt.accordion_tit:hover {
    opacity: 0.6;
  }
  .tab_area:hover {
    opacity: 0.6;
  }
  .qa dt.accordion_tit:hover {
    opacity: 0.6;
  }

  .home-utility-contact {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .abroad-utility {
    margin-top: 2em
  }
  .abroad-utility__body, .abroad-utility__head {
    width: calc((100% - 36px)/2)
  }
  .abroad-utility__body {
    margin-left: 36px
  }
  .abroad-utility-heading {
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
  }
  .abroad-utility-heading__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0;
  }
  .hokkaido-utility-heading__note {
    font-size: 1.6rem;
  }
  .abroad-utility-heading__view {
    margin-left: 25px
  }
  .abroad-utility-heading__view__type:hover {
    border-color: #cc0d21
  }
  .abroad-utility-heading__view__type:hover .abroad-utility-heading__view__label {
    color: #cc0d21
  }
  .abroad-utility-heading__view__label {
    padding: 9px 37px 4px 28px;
    font-weight: 700
  }
  .abroad-utility-heading__view__label:after {
    top: calc(50% - 4px);
    right: 18px;
    width: 8px;
    height: 8px
  }
  .abroad-utility-qanda__item {
    margin-top: 34px;
    padding-bottom: 30px
  }
  .abroad-utility-qanda__question {
    padding: 0 0 0 47px
  }
  .abroad-utility-qanda__question:before {
    width: 23px;
    height: 27px;
    background-size: 23px auto
  }
  .abroad-utility-qanda__answer {
    margin-top: 20px;
    padding: 0 0 0 47px;
    font-weight: 700
  }
  .abroad-utility-qanda__answer:before {
    width: 22px;
    height: 22px;
    background-size: 22px auto
  }
  .abroad-utility-qanda__link-list {
    margin: 13px 0 0
  }
  .abroad-utility-qanda__link-list > li + li {
    margin-top: 10px
  }
  .abroad-utility-qanda__link-list__type--pdf:hover, .abroad-utility-qanda__link-list__type:hover {
    color: #cc0d21;
    text-decoration: none !important
  }
  .abroad-utility-qanda__link-list__filesize {
    margin-left: 5px;
    font-weight: 500
  }
  .abroad-utility-contact__item {
    margin-top: 24px;
    padding-bottom: 25px
  }
  .abroad-utility-contact__item + .abroad-utility-contact__item {
    margin-top: 22px
  }
  .abroad-utility-contact__head {
    display: flex;
    align-items: baseline
  }
  .abroad-utility-contact__heading {
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: 700
  }
  .abroad-utility-contact__heading__sub {
    margin-left: 18px
  }
  .abroad-utility-contact__heading__sub-v2 {
    margin-left: 5px
  }
  .abroad-utility-contact__tel {
    margin-top: 6px
  }
  .abroad-utility-contact__tel + .abroad-utility-contact__tel {
    margin-top: 0
  }
  .abroad-utility-contact__tel__type, .abroad-utility-contact__tel__type[href^="tel:"] {
    cursor: default;
    pointer-events: none
  }
  .abroad-utility-contact__tel__badge {
    width: 160px;
    margin-right: 21px;
    padding: 3px 10px;
    font-weight: 700
  }
  .abroad-utility-contact__tel__number {
    font-size: 2.6rem;
    font-weight: 700
  }
  .abroad-utility-contact__tel__number__icon {
    width: 38px;
    margin-right: 10px;
    margin-left: 5px
  }
  .abroad-utility-contact__fax {
    margin-top: 4px
  }
  .abroad-utility-contact__fax + .abroad-utility-contact__fax {
    margin-top: 0
  }
  .abroad-utility-contact__fax__badge {
    width: 160px;
    margin-right: 21px;
    padding: 3px 10px 1px;
    font-weight: 700
  }
  .abroad-utility-contact__fax__number {
    font-size: 2.6rem;
    font-weight: 700
  }
  .abroad-utility-contact__fax__number__icon {
    width: 38px;
    margin-right: 10px;
    margin-left: 5px
  }
  .abroad-utility-contact-notes.util-sp-hidden {
    margin-top: 20px
  }
  .abroad-utility-contact-notes {
    margin-top: 5px
  }
  .abroad-utility-contact-notes__list {
    color: #666;
    font-size: 1.4rem
  }
  .abroad-utility-contact-notes__list + .abroad-utility-contact-notes__list {
    margin-top: 3px
  }
  .abroad-utility-contact__item + .abroad-utility-contact-notes {
    margin-top: 19px
  }
  .abroad-utility-nav {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px
  }
  .abroad-utility-nav-wrap {
    margin-top: 65px;
    border-radius: 5px;
  }
  .abroad-utility-nav__item {
    margin: 0 auto;
    width: 654px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
    background: #0da06b;
    border-radius: 10px;
  }
  .abroad-utility-nav__item:hover {
    background: #0eb378;
  }
  .abroad-utility-nav__item + .abroad-utility-nav__item:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 32px);
    margin: auto;
    background: #ddd;
    content: ""
  }
  .abroad-utility-nav__type, .abroad-utility-nav__type--blank, .abroad-utility-nav__type--pdf {
    justify-content: center;
    min-height: 78px;
    padding: 10px 15px
  }
  .abroad-utility-nav__type--blank:hover, .abroad-utility-nav__type--pdf:hover .abroad-utility-nav__label--ab {
    color: #cc0d21
  }
  .abroad-utility-nav__type--blank {
    padding-right: 35px
  }
  .abroad-utility-nav__type--blank:after {
    top: calc(50% - 5px);
    right: 20px;
    width: 11px;
    height: 11px;
    background-size: 11px auto
  }
  .abroad-utility-nav__label--ab {
    display: block;
    padding-left: 50px;
    font-size: 2.8rem;
    color: #FFFFFF
  }
  .abroad-utility-nav__label--ab {
    background-size: 38px auto
  }
  .home-utility-contact-notes {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
  }
  .home-utility-contact__body .home-utility-contact-notes {
    border-top: none;
  }
  .home-utility-contact .home-utility-contact__item {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
    margin-top: 0;
  }
  /*.ranking__imgAnnotation {
    margin-right: 40px;
  }*/
  .home-tour-overseas__course-wrap--hokkaido {
    margin-top: 20px;
  }
  .home-tour-overseas-feature__list.list-hokkaido .home-tour-overseas-feature__item {
    width: calc((100% - 48px)/1);
  }
  .hokkaido-overseas-opening .hokkaido-tour-overseas-feature__item, .hokkaido-overseas-opening__caution {
    width: 100%;
  }
  /*.home-tour-overseas-recommend__card__title {
    min-height: 103px;
  }*/
  .home-tour-overseas-recommend__card__price, 
  .chubu-tour-overseas-recommend__card__price, 
  .kansai-tour-overseas-recommend__card__price, 
  .kyushu-tour-overseas-recommend__card__price {
    font-size: 2rem;
  }
  .home-tour-overseas-ranking__card__price,
	.chubu-tour-overseas-ranking__card__price,
	.kansai-tour-overseas-ranking__card__price,
	.kyushu-tour-overseas-ranking__card__price {
    font-size: 2.2rem;
  }
  .million {
    font-size: 1.8rem;
  }
  .home-tour-overseas__course__button__type {
    line-height: 1.2;
    padding: 0 10px
  }
  .home-tour-overseas__course__button__label, .home-tour-overseas__course__button__label--fixed, .home-tour-overseas__course__button__label--newcourse, .home-tour-overseas__course__button__label--newspaper {
    padding: 10px 10px 10px 30px;
  }
  .ab_btn_box .ab_btn a:hover {
    opacity: .7;
  }
}
.home-tour-overseas-info-layout[data-info-col-pc="2"] .home-tour-overseas-info-layout__item, .home-tour-overseas-info-layout[data-info-col-pc="3"] .home-tour-overseas-info-layout__item {
  width: 100%;
}
.home-tour-overseas-briefingbtn, .none_item {
  display: none;
}
.home-tour-overseas-recommend {
  margin-top: 0 !important;
}
/*------------------------------------------------------------------------------------------------*/
.europe_area_list {
  width: 100%;
  max-width: 840px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.europe_area_list li {
  width: 50%;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.europe_area_list li:nth-child(odd)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #e6e6e6;
}
.europe_area_list li a {
  width: 100%;
  display: block;
  padding: 10px 30px 10px 10px;
  color: #006699;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  text-decoration: underline;
}
.europe_area_list li a:hover {
  text-decoration: none;
}
.europe_area_list li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #006699;
  border-right: 2px solid #006699;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  box-sizing: border-box;
}
.home-tour-overseas__course-wrap {
  min-width: 100% !important;
}
.home-tour-overseas__course-wrap a span {
  font-size: clamp(14px, 0.8vw, 16px) !important;
}
.home-tour-overseas-ranking__sub {
  margin-right: 30px;
}
/*------------------------------------------------------------------------------------------------*/
#egypt_turkey .egypt_only{
  display: none;
}
#egypt_turkey .this_site .egypt_only {
  display: block;
  background: #f7f7f7;
  color: #666666;
  pointer-events: none;
  text-decoration: none;
}
#egypt_turkey .this_site .egypt_only::after {
  content: none;
}
#egypt_turkey h1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#egypt_turkey h1 .tit_sub{
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 10px;
}
#egypt_turkey h1 .titInner::after{
  content: "中近東・アフリカ";
	font-weight: bold;
}
 #egypt_turkey .anchorMenu .main_tit_link a span::after, #egypt_turkey section h2 span::after, #egypt_turkey .header-breadcrumb__type--nolink span::after {
  content: "中近東・アフリカ";
	font-weight: bold;
}

/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1370px) {
  .kvWrap__rightImg__imgBox__sub {
    display: none;
  }
}
@media screen and (max-width: 1776px) {
  
  .area_spot .spot__attn {
    gap: 1.3%;
  }
  .area_spot__box .map {
		right: 6%;
  }
  .area_spot .spot__attn::after {
    content: "";
    display: block;
    width: 40%;
  }
  .area_spot .spot__attn li.spot__attn__box {
    width: 24%;
  }
}
@media screen and (max-width: 1470px) {
    
  /*.area_spot__box .map{
        width: 40%;
    }*/
  .area_spot .spot__attn::after {
    content: "";
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
    .kvWrap__leftMenu__info {
        gap: 10px 30px;
    }
  .kvWrap__leftMenu__header_01 {
    margin-right: 20px;
    margin-left: -160px;
  }
  .kvWrap .pcOnly {
    width: 100%;
  }
  .pcOnly {
/*    display: block;*/
  }
  .spOnly {
    display: none;
  }
  .anchorMenu_fix_sp {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .kvWrap__leftMenu__info {
    gap: 5px 10px;
  }
      #egypt_turkey h1 .tit_sub{
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0;
        padding-bottom: 10px;
        font-weight: bold;
}
    form select{
        width: 150px;
    }
  .pcOnly {
    display: none;
  }
  .spOnly {
/*    display: block;*/
  }
  .kvWrap {
    flex-wrap: wrap;
  }
  .kvWrap .spOnly {
    order: 1;
    width: 100%;
  }
  .kvWrap .area_img {
    order: 2;
    width: 100% !important;
  }
  .kvWrap__rightImg__imgBox {
    flex-wrap: wrap;
  }
  .kvWrap__rightImg__imgBox__sub {
    display: flex;
    width: 100%;
  }
  .kvWrap__rightImg__imgBox {
    max-height: auto;
  }
  .kvWrap__rightImg__imgBox figure {
    position: relative;
    max-height: auto;
    width: 100%;
  }
  .kvWrap__rightImg__imgBox ul {
    margin: 0;
  }
  .kvWrap .kvWrap__leftMenu {
    order: 3;
    width: 100%;
  }
  .kvWrap__leftMenu__point {
    margin: 10px 0;
    padding: 0 5px;
  }
  .kvWrap__leftMenu__point li {
    font-size: 1.4rem;
  }
  .kvWrap__leftMenu__title {
    padding: 20px 10px 0px;
    background-color: #f7f7f7;
    width: 100%;
    height: 120px;
  }
  section h2 {
    font-size: 1.5rem;
    margin: 0 10px;
  }
  main h1 {
    font-size: clamp(23px, 1.9vw, 36px);
    color: #333333;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
  }
  .main_tit_link {
    width: 100%;
  }
  .anchorMenu .main_tit_link a {
    width: 100%;
    font-size: 1.5rem;
    text-align: left;
    padding: 10px 10px 0;
  }
  .anchorMenu_fix_pc {
    display: none;
  }
  .anchorMenu {
    width: 100%;
    flex-wrap: wrap;
  }
  .kvWrap__leftMenu_anchor a, .anchorMenu a {
     display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 5px 20px;
        /* font-size: clamp(13px, 0.9vw, 16px); */
        font-size: 1.2rem;
  }
  .anchorMenu_box {
    width: 100%;
    justify-content: space-around;
  }
  section .course__list {
    padding: 0 5px;
  }
  section .course__list li {
    width: 100%;
  }
  section {
    padding: 20px 0px;
    width: 100%;
  }
  #Anchor01 {
    padding: 0 0 20px;
  }
  .access_wrap__cont__box, .briefing_wrap {
    width: 100%;
    
  }
    .briefing_wrap {
        margin-top: 20px;
    }
  .access_wrap .access_wrap__cont {
    padding: 20px 10px;
  }
  .access_wrap .access_wrap__cont .tit_box:first-child {
    width: 100%;
    justify-content: space-between;
  }

  .search_wrap .cont_left, .search_wrap .cont_right {
    width: 100%;
  }
  .search_wrap .cont_right_wrap {
    width: 100%;
  }
  .search_wrap .cont_right {
    width: 100%;
    padding: 10px 5px 30px;
  }
  .search_wrap .cont_right h2 {
    font-size: 2rem;
  }
  .search_wrap {
    flex-wrap: wrap;
  }
  .feature_box {
    padding: 20px 10px;
    margin: 0 0 60px;
  }
  body .home-tour-overseas-feature {
    margin-top: 0;
  }
  .overseas_list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .home-tour-overseas-ranking__heading,
  .chubu-tour-overseas-ranking__heading,
  .kansai-tour-overseas-ranking__heading,
  .kyushu-tour-overseas-ranking__heading {
    margin-top: 20px;
  }
  .home-tour-overseas-recommend, .overseas_list .home-tour-overseas-rank {
    width: 100%;
  }
  .overseas_list .home-tour-overseas-rank {
    padding: 0;
  }
  a[class*="-tour-overseas-info-box__block__type"] {
    font-size: 1.2rem;
    width: 100%;
  }
  div[class*="-tour-overseas-info-box__block__img"] {
    width: 40%;
    max-width: 120px;
  }
  div[class*="-tour-overseas-info-box__block__img"] .imgBox {
    margin: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 5px;
  }
  div[class*="-tour-overseas-info-box__block__img"] img {
    border-radius: 0;
    object-fit: contain
  }
  div[class*="-tour-overseas-info-box__block__text"] {
    width: 60%;
    padding: 10px;
  }
  .area_spot h2, .customer_reviews h2, .qa h2 ,.sec_inner h2{
    font-size: 1.9rem;
  }
  section .course__list li a .course_tit {
    font-size: 1.5rem;
    margin: 10px 0;
  }
  section .course__list li a .course_plan {
    font-size: 1.2rem;
    color: #707070;
  }
  section .course__list li a .course_plan .course_price {
    font-size: 2rem;
    color: #cc0d21;
    display: block;
  }
  .area_spot h2 p, .customer_reviews h2 p, .qa h2 p ,.sec_inner h2 p{
    display: inline-block;
    width: 100%;
  }
  .area_spot h2 p::after, .customer_reviews h2 p::after, .qa h2 p::after ,.sec_inner h2 p::after{
    right: 0;
    z-index: -1;
    opacity: 0.5;
  }
  .area_spot h2 p::before, .customer_reviews h2 p::before, .qa h2 p::before ,.sec_inner h2 p::before {
    z-index: -1;
    left: 0;
    opacity: 0.5;
  }
  .briefing_cont {
    margin-bottom: 0;
  }
  .briefing_wrap .note {
    margin: 5px 0;
  }
/*------------------------------------------------------------------------------------------------*/
  .area_spot__box {
    display: block;
  }
  .area_spot__box .map {
    order: 1;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .area_spot .spot__attn {
    justify-content: space-around;
  }
  .area_spot .spot__attn::after {
    content: none;
  }
  .area_spot .spot__attn.firstbox {
    width: 100%;
    order: 2;
  }
  .area_spot .spot__attn li.spot__attn__box {
    width: 100%;
    max-width: 48%;
    flex-direction: column;
    margin: 0 0 10px;
  }
  .dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .dots-class {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .dots-class li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #000066;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
  }
  .dots-class li.slick-active {
    background-color: #000066;
  }
  .dots-class li:hover {
    background-color: #000066;
  }
  .dots-class li:last-child {
    margin-right: 0;
  }
  .area_spot .slide-items li.spot__attn__box {
    margin: 0 5px !important;
    width: 270px;
  }
  .area_spot .spot__attn {
    width: 100%;
    gap: 5px;
  }
  .area_spot .spot__attn li.spot__attn__box h4 {
    margin: 0 0 10px;
    height: auto;
    font-size: 1.2rem;
  }
  .area_spot .spot__attn li.spot__attn__box .note_box {
    margin: 10px;
    height: auto;
  }
  .area_spot .spot__attn figure {
    position: relative;
  }
  .area_spot .spot__attn figure img {
    border-radius: 5px 5px 0 0;
  }
  .area_spot .spot__attn figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 10px 10px 0;
    font-weight: bold;
    color: #ffffff;
  }
  .area_spot .spot__attn figcaption.ic_attn_city span, .area_spot .spot__attn figcaption.ic_attn_worldheritage span, .area_spot .spot__attn figcaption.ic_gift_gourmet span, .area_spot .spot__attn figcaption.ic_gift_souvenir span {
    position: relative;
    padding-left: 25px;
  }
  .area_spot .spot__attn figcaption.ic_attn_city span::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("/med/feature/abroad/middleeast_africa/cmn/img/spot_icon/ic_attn_city.svg") no-repeat;
    background-size: auto 20px;
    left: 0;
  }
  .area_spot .spot__attn figcaption.ic_attn_worldheritage span::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("/med/feature/abroad/middleeast_africa/cmn/img/spot_icon/ic_attn_worldheritage.svg") no-repeat;
    background-size: auto 20px;
    left: 0;
  }
  .area_spot .spot__attn figcaption.ic_gift_gourmet span::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("/med/feature/abroad/middleeast_africa/cmn/img/spot_icon/ic_gift_gourmet.svg") no-repeat;
    background-size: auto 20px;
    left: 0;
  }
  .area_spot .spot__attn figcaption.ic_gift_souvenir span::before {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url("/med/feature/abroad/middleeast_africa/cmn/img/spot_icon/ic_gift_souvenir.svg") no-repeat;
    background-size: auto 20px;
    left: 0;
  }
  .slick-dots li button:before {
    font-size: 3rem !important;
  }
  .slick-dots li.slick-active button:before {
    color: #76cffe !important;
    opacity: 1 !important;
  }
  .slick-dots {
    bottom: -30px !important;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    color: #76cffe !important;
    opacity: 1 !important;
  }
  .slick-dotted.slick-slider {
    margin: 30px 0 60px !important;
    padding: 0 10px;
  }
  .slick-slide {
    height: auto;
  }
  .slick-track {
    display: flex !important;
  }
/*------------------------------------------------------------------------------------------------*/
  .customer_reviews__listbox {
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 5px;
  }
  .customer_reviews__listbox li .voc {
    padding: 10px;
    font-size: 1.5rem;
  }
  .customer_reviews__listbox li .voc_customer {
    padding: 10px;
    font-size: 1.3rem;
  }
  .customer_reviews__listbox li .voc_customer div[class^="voc__"] {
    padding: 10px;
    padding-left: 70px;
  }
  .customer_reviews__listbox span[class^="ic_flag_"] {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    margin-right: 5px;
  }
  .customer_reviews__listbox span[class^="ic_flag_"]::after {
    position: absolute;
    content: "";
    height: 13px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    background-size: auto 13px;
    background-repeat: no-repeat;
  }
  .customer_reviews__listbox span.ic_flag_egypt::after {
    background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/egypt.png");
  }
  .customer_reviews__listbox span.ic_flag_turkey::after {
    background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/turkey.png");
  }
    .customer_reviews__listbox span.ic_flag_arab::after {
    background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/arab.png");
  }
  .customer_reviews__listbox span.ic_flag_jordan::after {
    background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/jordan.png");
  }
    .customer_reviews__listbox span.ic_flag_kenya::after {
    background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/kenya.png");
  }
  .customer_reviews__listbox span.ic_flag_morocco::after {
    background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/morocco.png");
  }
    .customer_reviews__listbox span.ic_flag_tanzania::after {
    background-image: url("/med/feature/abroad/middleeast_africa/cmn/img/basic_info/flag/tanzania.png");
  }
  .customer_reviews__listbox li .voc_customer div[class^="voc__"]::before {
    width: 50px;
    height: 50px;
  }
/*------------------------------------------------------------------------------------------------*/
  .home-tour-overseas-recommend {
    padding-right: 0;
    border-right: none;
  }
  .qa__listbox {
    margin: 20px 0;
    padding: 0 10px;
  }
  .accordion__item02 {
    padding-bottom: 30px;
    font-size: 1.2rem;
  }
  .accordion__item01::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .accordion__item02::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .home-utility-contact {
    padding: 5px;
  }
  body .home-tour-overseas__course__button__type {
    padding: 8px 10px 3px;
    line-height: 1.2;
  }
  div[id^="window"] {
    width: 95%;
    padding: 5px;
    top: 5%;
  }
  #msg .popBox {
    padding: 5px;
  }
  #msg .pop_cont {
    padding: 0;
  }
  #msg .pop_tit_Main {
    font-size: 2rem;
  }
  #msg .pop_cont li .item_tit {
     min-width: 65px;
    font-size: 1.5rem;
    width: auto;
    height: auto;
    padding: 3px 0;
  }
  #msg .pop_cont li {
    padding-top: 5px;
    gap: 15px;
  }
  #msg .pop_cont li .item_cont {
    font-size: 1.2rem;
  }
  .outlet_various li p {
    font-size: 1rem;
    letter-spacing: -1px;
  }
  #msg .pop_cont li .item_cont br {
    display: none;
  }
  #msg .national_flag {
    padding: 10px 0;
  }
  #btn_cloth {
    top: 0;
    right: 0;
  }
  body .home-anchor-nav__list__type, body .home-anchor-nav__list__type--domestic, body .home-anchor-nav__list__type--overseas {
    padding: 17px 15px;
  }
  body .home-anchor-nav__list__type--overseas:after {
    top: calc(50% - 5px);
    right: 10px;
    left: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-tour-overseas-rank_box_link,
	.chubu-tour-overseas-rank_box_link,
	.kansai-tour-overseas-rank_box_link,
	.kyushu-tour-overseas-rank_box_link {
    top: 25px;
  }
}
/*-----------course自動入力用------------*/
.Slash::after {
  content: "／";
  left: -5px;
}
.Slash:empty {
  display: none;
}
/*------------------------------------------------------------------------------------------------*/

/*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: 2;
}
.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;
	}
	/*-----------------*/
}
/*=====================*/


/*courseArea
=======================*/
.courseArea {
	margin-top: 100px;
	padding-top: 35px;
	background: #efefef;
}
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.courseArea h2 span {
	position: relative;
}
.courseArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.courseArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.courseArea {
		margin-top: 50px;
	}
	.courseArea h2 {
		overflow: hidden;
	}
	.courseArea h2 span {
		font-size: 2rem;
	}
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.courseArea h2 span::before {
		left: -370%;
	}
	.courseArea h2 span::after {
		right: -370%;
	}
}

/*---areaMenu---*/
.areaMenu {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #d7d7d7;
	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: #323232;
	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 #323232;
	border-bottom: 2px solid #323232;
	transform: translateY(-45%) rotate(45deg);
}
@media (min-width: 768px) {
	.areaMenu li a {
		position: relative;
		overflow: hidden;
		transition: 0.2s ease all;
	}
	.areaMenu li a:hover {
		background: #fff;
		opacity: .8;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.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: #d7d7d7;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	/*margin-top: 30px;*/
    padding: 0 20px;
}
.courseItemsBox .noCourse{
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.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 1px 10px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}
.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;
    gap:10px;
  flex-wrap: wrap;
  
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 5px 0 10px;;
  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;
	}
  .courseItemsBox .noCourse {
    margin-top: 10px;
  }
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.areaBlock h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
  .sec_inner .ctr_area {
    margin: 30px 0 10px;
  }
	.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;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 55px;
        padding: 0 5px 0 10px;
		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__area__code{
    min-width: 90px;
    font-size: 1.4rem;
        font-weight: 700;
        line-height: 20px;
    display: inline-block;
    padding: 1px 10px;
    background-color: #a57e1f;
    color: #fff;
    text-align: center;
}
.kyu_early_tag{
    min-width: 90px;
    font-size: 1.4rem;
        font-weight: 700;
        line-height: 20px;
    display: inline-block;
    padding: 1px 10px;
    background-color: #c51f1f;
    color: #fff;
    text-align: center;
}
@media screen and (max-width:767.98px) {
    .course__card__codeArea__box{
        gap:3px;
    }
	.course__area__code{
    min-width: 60px;
    font-size: 1.3rem;
        font-weight: 700;
        line-height: 20px;
    display: inline-block;
    padding: 1px 4px;
    background-color: #a57e1f;
    color: #fff;
    text-align: center;
}
	.kyu_early_tag{
    min-width: 60px;
    font-size: 1.3rem;
        font-weight: 700;
        line-height: 20px;
    display: inline-block;
    padding: 1px 4px;
    background-color: #c51f1f;
    color: #fff;
    text-align: center;
}
    
}
/*=====================*/


/*------------------------------------------------------------------------------------------------*/


/*common
=======================*/
/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
    
}
/*=====================*/



/*kvArea adjust
=======================*/
.kvArea {
	position: relative;
}
.kv {
	height: 540px;
	margin: 0;
}
.kvTitWrap {
	position: absolute;
	top: 40%;
	left: 50%;
	max-width: 1160px;
	width: 100%;
	transform: translate(-50%, -40%);
	text-align: center;
	z-index: 5;
}
.kvArea .txt_europe {
	padding-top: 10px;
	font-size: 3rem;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 15%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 85%, rgba(255,255,255,0) 100%);
}
.kvArea h1 {
	position: relative;
	margin: -.3px 0 0 0;
	font-size: 4rem;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 15%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 85%, rgba(255,255,255,0) 100%);
}
main h1::before, main h1::after {
	display: none;
}
.kvArea h1{
    padding: 20px 0;
}
.kvArea h1 .titInner {
	position: relative;
	display: inline-block;
    line-height: 1;
    padding: 0;
}
.kvArea h1 .tit_decoration::before{
	display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -100px;
  background: url(/med/feature/abroad/middleeast_africa/cmn/img/ivy_illust.svg) no-repeat center;
  background-size: 97px 45px;
  transform: scale(-1, 1) translateY(-50%);
  -webkit-transform: scale(-1, 1) translateY(-50%);
  -ms-transform: scale(-1, 1) translateY(-50%);
  z-index: 0;
}
.kvArea h1 .tit_decoration::after {
	display: inline-block;
  content: "";
  width: 97px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -100px;
  background: url(/med/feature/abroad/middleeast_africa/cmn/img/ivy_illust.svg) no-repeat center;
  background-size: 97px 45px;
  z-index: 0;
}
.kvArea .introTxt {
	margin-top: 45px;
	padding: 20px 50px;
	color: #fff;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 15%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 85%, rgba(255,255,255,0) 100%);
}

/*---menuBox---*/
.arealist_wrap {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: right;
}
.kvTitWrap .introTxt{
    display: flex;
    justify-content: center;
}
.kvWrap__leftMenu__point {
	/*max-width: 600px;*/
    width: auto;
  margin: 0;
  text-align: left;
}
.kvWrap__leftMenu__point li {
	font-size: 1.8rem;
}
.kvWrap__leftMenu__point li.noDecoration::before {
	display: none;
}
.anchor_wrap {
	width: 100%;
	margin-top: 15px;
  background: #f7f7f7;
  box-shadow: 0px 3px 5px #dddddd;
}
.kvWrap__leftMenu_anchor {
	width: 1160px;
	margin: 0 auto;
}
.kvWrap__leftMenu__info {
   /* margin-top: 15px;*/
	/*max-width: 1160px;*/
	width: 100%;
  align-items: center;
}
/*-------------*/

.kv .slider-item {
	height: 540px;
}
.kv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767.98px) {
	.kv, .kv .slider-item {
		height: 270px;
	}
	.kvTitWrap {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.kvArea .txt_europe {
		padding-top: 5px;
		font-size: 1.8rem;
	}
	.kvArea h1 {
    margin: 0 auto;
		padding: 0 10px;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.kvArea .introTxt {
		margin-top: 10px;
		padding: 8px 10px;
		font-size: 1.2rem;
	}
	.kvWrap__leftMenu_anchor {
		width: 100%;
	}
	.kvWrap__leftMenu__point li {
		font-size: 1.2rem;
	}
	.arealist_wrap {
		padding: 15px 15px 15px 0;
	}
    .kvArea h1 .titInner {
        font-size: 1.5rem;
        padding: 10px 0;
    }
    .kvArea h1 .tit_decoration::after {
        width: 25px;
        height: 9px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: -30px;
        background-size: 25px 9px;
    }
    .kvArea h1 .tit_decoration::before {
        width: 25px;
        height: 9px;
        position: absolute;
        top: 50%;
        left: -30px;
        background-size: 25px 9px;
        transform: scale(-1, 1) translateY(-50%);
        -webkit-transform: scale(-1, 1) translateY(-50%);
        -ms-transform: scale(-1, 1) translateY(-50%);
        z-index: 0;
    }
    .basic_info_btn{
        font-size: 1.4rem;
    }
}
/*=====================*/


/*pamphlet adjust
=======================*/
@media (min-width: 768px) {
	.home-about__inner,
	.chubu-about__inner,
	.kansai-about__inner,
	.kyushu-about__inner {
		padding: 48px 10px 54px;
	}
	.home-about__head,
	.chubu-about__head,
	.kansai-about__head,
	.kyushu-about__head {
		min-width: auto!important;
		width: auto!important;
		padding-right: 25px;
	}
	.home-about__head:after,
	.chubu-about__head:after,
	.kansai-about__head:after,
	.kyushu-about__head:after {
		display: none;
	}
	.about__box__tran [class$="-about__box__registration__label"] {
		font-size: 1.4rem;
	}
	.about__box__inner__txt {
		font-size: 1.3rem;
	}
}
/*=====================*/


/*recommend ranking adjust
=======================*/
@media (min-width: 768px) {
	.overseas_list {
		display: block;
		margin-top: 50px;
	}
	.home-tour-overseas-recommend,
	.overseas_list .home-tour-overseas-rank {
		width: 100%;
	}
	.home-tour-overseas-recommend {
		padding-right: 0;
		border-right: none;
	}
	.home-tour-overseas-ranking__list-wrap,
	.chubu-tour-overseas-ranking__list-wrap,
	.kansai-tour-overseas-ranking__list-wrap,
	.kyushu-tour-overseas-ranking__list-wrap {
		margin-top: 30px;
	}
	.overseas_list .home-tour-overseas-rank,
	.overseas_list .chubu-tour-overseas-rank,
	.overseas_list .kansai-tour-overseas-rank,
	.overseas_list .kyushu-tour-overseas-rank {
		margin-top: 50px;
		padding-left: 0;
	}
	.home-tour-overseas-recommend__item,
	.chubu-tour-overseas-recommend__item,
	.kansai-tour-overseas-recommend__item,
	.kyushu-tour-overseas-recommend__item {
		width: 248px !important;
	}
	.home-tour-overseas-ranking__item,
	.chubu-tour-overseas-ranking__item,
	.kansai-tour-overseas-ranking__item,
	.kyushu-tour-overseas-ranking__item {
		width: 336px !important;
	}
}

/*=====================*/

/*searchArea
=======================*/
.searchArea {
    width: 50%;
	line-height: 1.4;
    position: relative;
}
.searchArea .tab__detail {
	position: relative;
	z-index: 3;
}
/*---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: 20px;
	background: #fff;
}
.searchArea .home-main-search-condition-departure>dt,
.searchArea .home-main-search-condition-destination>dt,
.searchArea .home-main-search-condition-date>dt {
	width: 106px;
	font-size: 1.6rem;
}
.searchArea .home-main-search-condition-country>dt,
.searchArea .home-main-search-condition-stay>dt {
	width: 106px;
	font-size: 1.6rem;
}
.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 {
		margin-top: 10px;
	}
	.searchArea .home-main-search-detail__inner {
		padding:  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;
		margin-top: 30px;
		font-size: 1.4rem;
	}
}
/*------------*/
/*=====================*/
.search_all_area{
    width: 1160px;
    margin: 40px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0 20px;
}
.search_all_area h2{
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.2;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.1));
    font-weight: bold;
    color: #ffffff;
    margin: 20px 0;
}
.search_all_area .search_wrap{
    width: 50%;
}

/*------------------*/
/*------------------*/

.search_wrap{
    padding: 0;
}
.searchArea{
    padding: 0 20px 0 10px;
    
}
.searchArea h3 {
    margin: 0;
    padding: 10px 10px;
    font-size: 1.8rem;
    border-bottom: 1px dashed #8a8a8a;
    background-color: #ffffff;
}
.search_wrap .home-anchor-nav__list__item {
    background-color: #ffffff;
    border-radius: 5px;
    width: 100%;
}
.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
  }
.home-anchor-nav__list__type--overseas {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.home-anchor-nav__list__type--overseas {
  background: #0058a4;
    padding: 20px 60px;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
        font-size: 3rem;
        font-weight: 700;
}
    .home-anchor-nav__list__type--overseas .home-anchor-nav__list__label {
        padding-left: 63px;
        background-size: 41px auto;
        display: inline-block;
    color: #fff;
    }
.home-anchor-nav__list__type--overseas .home-anchor-nav__list__label {
  background: url(/med/app-files/img/cmn_ic15.png) no-repeat 0 50%
}

.home-anchor-nav__list__type--overseas:after{
  -webkit-transform: rotate(135deg);
  display: block;
  position: absolute;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: ""
}
.home-anchor-nav__list__type--overseas:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 8px);
        display: block;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    right: 32px;
        width: 14px;
        height: 14px;
}

.home-tour-overseas__course-wrap {
    min-width: 100% !important;
    width: 100%;
    flex-basis: auto;
    height: 80px;
        margin-top: 4px;
        border-radius: 5px;
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
}
    .home-tour-overseas__course {
        height: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        display: flex;
    overflow: hidden;
    }
.home-tour-overseas__course__button {
    display: flex;
    position: relative;
    flex-basis: 33.3%;
    width: 33.3%;
    font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.6;
}
.home-tour-overseas__course__button__label, .home-tour-overseas__course__button__label--fixed, .home-tour-overseas__course__button__label--newcourse, .home-tour-overseas__course__button__label--newspaper {
    color: #000;
    transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.home-tour-overseas__course__button a{
    color: #069;
text-decoration: none;
}
.home-tour-overseas__course__button__type{
        display: flex;
    line-height: 1.2;
        padding: 0 10px;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 100%;
    background: #fff;
}
    .home-tour-overseas__course__button__type:after {
        top: calc(50% - 5px);
        right: 12px;
        width: 9px;
        height: 9px;
        display: block;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    }
  .home-tour-overseas__course__button__label, .home-tour-overseas__course__button__label--fixed, .home-tour-overseas__course__button__label--newcourse, .home-tour-overseas__course__button__label--newspaper {
    display: inline-block;
    padding: 10px 10px 10px 35px;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
.home-tour-overseas__course__button__label--newspaper{
   
    background: url(/med/app-files/img/cmn_ic19.png) no-repeat 0 50%;
     background-size: 27px auto;
}
   
.home-tour-overseas__course__button__label--newcourse {
    background: url(/med/app-files/img/cmn_ic20.png) no-repeat 0 50%;
    background-size: 29px auto;
}
.home-tour-overseas__course__button__label--fixed {
    background: url(/med/app-files/img/cmn_ic21.png) no-repeat 0 50%;
    padding-right: 15px;
    padding-left: 33px;
    background-size: 29px auto
}
    .home-tour-overseas__course__button__type:hover .home-tour-overseas__course__button__label--newspaper {
        background-image: url(/med/app-files/img/cmn_ic19_on.png);
    }
    .home-tour-overseas__course__button__type:hover .home-tour-overseas__course__button__label--fixed {
        background-image: url(/med/app-files/img/cmn_ic21_on.png);
    }
    .home-tour-overseas__course__button__type:hover .home-tour-overseas__course__button__label--newcourse {
        background-image: url(/med/app-files/img/cmn_ic20_on.png);
    }
 .home-tour-overseas__course__button + .home-tour-overseas__course__button {
        border-left: 1px solid #bbb;
    }
@media (max-width: 767px) {
    .searchArea {
    padding: 0;
        margin: 0 5px;
}
body .home-anchor-nav__list__type--overseas {
        padding: 17px 15px;
    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;
    }
        body .home-anchor-nav__list__type--overseas:after {
        top: calc(50% - 5px);
        right: 10px;
        left: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.search_all_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-repeat: repeat-y;
}
   
        .home-tour-overseas__course-wrap {
        height: 70px;
        margin: 9px -15px 0;
        box-shadow: 0 2px 4px 3px rgba(0, 0, 0, .1);
    }
    .search_all_area .search_wrap,.searchArea{
        width: 100%;
    }
    .searchArea{
       position: relative;
        background: #ffffff;
    }
    body .home-tour-overseas__course__button__type {
        width: 100%;
        padding: 8px 10px 3px;
        line-height: 1.2;
        display: flex
;
    position: relative;
    justify-content: center;
    background: #fff;
    }
        .home-tour-overseas__course__button__label, .home-tour-overseas__course__button__label--fixed, .home-tour-overseas__course__button__label--newcourse, .home-tour-overseas__course__button__label--newspaper {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-weight: 700;
        letter-spacing: -0.5px;
    }
        .home-tour-overseas__course__button__label--newspaper {
        background-position: 50% 0;
        background-size: 27px auto;
            padding: 0;
    }
        .home-tour-overseas__course__button__label--newcourse {
        background-position: 50% 0;
        background-size: 29px auto;
            padding: 0;
    }
        .home-tour-overseas__course__button__label--fixed {
        background-position: 50% 3px;
        background-size: 29px auto;
            padding: 0;
    }
    .home-tour-overseas__course-wrap a span {
        height: 100%;
    font-size: clamp(14px, 0.8vw, 16px) !important;
}
    .search_all_area h2{
    font-size: 2rem;
        margin: 20px 0 0;
}
}
/*------------------*/
/*------------------*/

/*pageTopBtn
=======================*/
.pageTopBtn {
	display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
	left: 93%;
	position: sticky;
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	margin: auto;
}
.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: 55%;
  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 {
    /*bottom: 7px;*/
    /*bottom: 140px;*/
    }
  .pageTopBtn a {
    width: 45px;
    height: 45px;
  }
  .pageTopBtn a:before {
    width: 16px;
    height: 16px;
  }
  .over_pkup {
    bottom: 135px !important;
  }
}
/*=====================*/
/*------------------------------------------------------------------------------------------------*/
.kvWrap__leftMenu__linkbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
	padding: 10px 0;
  font-size: 2rem;
	background:#567692;
}
div[class*="anchorMenu_fix"] {
  width: 100%;
}
.anchorMenu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #f7f7f7;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  margin: 0;
}

.kvWrap__leftMenu__header {
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width:767.98px) {

	.kvWrap__leftMenu__header {
		width: 100%;
		font-size: 1.6rem;
		text-align: center;
		overflow: hidden;
	}
	.kvWrap__leftMenu__header span {
		position: relative;
	}
	.kvWrap__leftMenu__header span::before,
	.kvWrap__leftMenu__header span::after {
		position: absolute;
    content: '';
    top: 50%;
    width: 200%;
    height: 1px;
    background: #fff;
    transform: translateY(-50%);
	}
	.kvWrap__leftMenu__header span::before {
    left: -215%;
	}
	.kvWrap__leftMenu__header span::after {
		right: -215%;
	}
}
.spot__attn__box {
	position: relative;
}
.spot__attn__box .spot__attn__tagBox {
	position: absolute;
	top: 7px;
	left: 7px;
	display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 5px;
	z-index: 2;
}
.spot__attn__box .spot__attn__tagBox .tag_country {
	padding: 5px 10px 3px;
  color: #fff;
  font-size: 1.3rem;
  background: rgb(0 0 0 / .5);
  border-radius: 30px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -.5px;
}
@media (max-width: 767px) {
	.spot__attn__box .spot__attn__tagBox .tag_country {
		margin: 0 5px 5px 0;
    padding: 3px 9px 2px;
    font-size: 1.2rem;
	}
}

/*-------------*/

main #msg ul .txt_link{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
main #msg ul .txt_link a{
    display: inline-block;
    background: none;
    text-decoration: underline;
    color: #069;
    font-size: 1.6rem;
}
main #msg ul .txt_link a:hover{
    text-decoration: none;
}

/*pick up
=======================*/
.assist-banner {
  position: fixed;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  transition: right .8s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 9997;
}
.assist-banner__inner {
  overflow: hidden;
  background: #fff;
}
.assist-banner__pickup {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 100%;
}
.assist-banner__pickup__inner {
  border-radius: 50px;
  background: #fc0;
}
.assist-banner__pickup__inner:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  content: "";
}
button:not([disabled]), input[type=submit] {
	cursor: pointer;
}
.assist-banner__block {
  display: flex;
}
.assist-banner__close {
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
}
.assist-banner__img {
  flex-shrink: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
/*.assist-banner__detail {
	font-weight: bold;
}*/
.assist-banner__detail .smaller {
  font-size: 1.1rem;
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}
.assist-banner__title {
	transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.assist-banner__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  border-radius: 0 0 0 5px;
  outline: none;
  background: #ba0c1e;
  text-indent: -9999px;
  cursor: pointer;
}
.assist-banner__close:after, .assist-banner__close:before {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  content: "";
}
.assist-banner__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.assist-banner__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .assist-banner.is-show {
    right: 22px;
  }
  .assist-banner {
    right: -320px;
    bottom: 230px;
    width: 320px;
    border: 5px solid #ba0c1e;
    border-radius: 5px 0 5px 5px;
  }
  .assist-banner__inner {
    padding: 12px 15px 12px 12px;
  }
	.assist-banner__pickup__inner {
		padding: 0 18px;
	}
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
	.assist-banner__close {
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 6px;
    width: 14px;
  }
	.assist-banner__pickup {
		top: -25px;
  }
	.assist-banner__img {
    width: 100px;
    margin-right: 18px;
  }
  .assist-banner__detail {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
	.assist-banner__title {
		font-weight: 700;
		letter-spacing: -1px;
    line-height: 1.2;
	}
}

@media screen and (max-width:767.98px) {
	.assist-banner.is-show {
		right: 15px;
  }
  .assist-banner {
    right: calc(-100% + 30px);
    bottom: 5px;
    width: calc(100% - 30px);
    border: 4px solid #ba0c1e;
  }
  .assist-banner__inner {
    padding: 10px 33px 10px 10px;
	}
	.assist-banner__pickup {
		top: -17px;
  }
	.assist-banner__pickup__inner {
    padding: 2px 15px 1px;
    font-size: 1.1rem;
  }
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
  .assist-banner__close {
    top: -4px;
    right: -4px;
    width: 35px;
    height: 35px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 10px;
    width: 15px;
  }
	.assist-banner__close:after, .assist-banner__close:before {
    display: block;
    position: absolute;
    height: 1px;
    background: #fff;
    content: "";
	}
	.assist-banner__img {
    width: 82px;
    margin-right: 11px;
  }
	.assist-banner__detail {
    margin-top: 5px;
    font-size: 1.2rem;
  }
	.assist-banner__detail span {
    font-size: 1.1rem;
	}
  .assist-banner__title {
    font-size: 1.5rem;
    font-weight: 700;
		line-height: 1.4;
  }
}
/*=====================*/