/* travelge_africa.css */

.header__wrap{
  position: relative;
}
header{
  position: absolute;
  width: 100%;
  top: 0;
  background: none;
}
.top__img{
  overflow: hidden;
}
.top__img img{
  height: 875px;
  width: 100%;
  object-fit: cover;
}
.ts__brown02{
  text-shadow: 2px 2px 10px #312112, -2px 2px 10px #312112, 2px -2px 10px #312112, -2px -2px 10px #312112; 
}
.ts__brown{
  text-shadow: 2px 2px 10px #3121128a, -2px 2px 10px #3121128a, 2px -2px 10px #3121128a, -2px -2px 10px #3121128a;
}
.bs__black{
  box-shadow: 0 0 10px #ccc;
}
/* header h2{
  text-shadow: 2px 2px 10px #3121128a, -2px 2px 10px #3121128a, 2px -2px 10px #3121128a, -2px -2px 10px #3121128a;
} */
.header__ttl{
  margin-top: 10%;
}
.header__ttl h3{
  text-align: center;
  font-size: 120px;
  color: #FFF;
  letter-spacing: 3px;
  line-height: 1.4;
}
.header__ttl p{
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
}
.top__contact{
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top__contact p{
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  padding-right: 10px;
}
.top__contact p span{
  display: inline;
}
/* .top__slide */
.top__slide{
  padding-top: 60px;
}
.top__slide .swiper img{
  border-radius: 15px;
}

.pageNav{
  background-color: #f5f5f5;
}
.pageNav ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pageNav ul li{
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.pageNav ul li a{
  text-align: center;
  display: block;
}

@media all and (max-width: 767px) {
  .top__slide{
    padding-top: 30px;
  }
  .logo h1 {
/*     text-shadow: 2px 2px 5px #312112, -2px 2px 5px #312112, 2px -2px 5px #312112, -2px -2px 5px #312112; */
    padding: 5px 0 ;
  }
  .ts__brown {
    text-shadow: 2px 2px 5px #3121128a, -2px 2px 5px #3121128a, 2px -2px 5px #3121128a, -2px -2px 5px #3121128a;
  }
  .ts__brown02{
    text-shadow: 2px 2px 5px #312112, -2px 2px 5px #312112, 2px -2px 5px #312112, -2px -2px 5px #312112; 
  }
  header h2{
    padding: 0;
    font-size: 20px;
  }
  .header__ttl{
    margin-top: 8%;
  }
  .header__ttl h3{
    font-size: 50px;
    line-height: 1.0;
    margin-bottom: 10px;
  }
  .header__ttl p{
    font-size: 18px;
  }
  .top__contact{
    display: block;
    width: 90%;
    margin-left: 5%;
  }
  .top__contact p{
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .top__img img{
    height: 450px;
    object-position: 70% top;
  }
  .top__contact .top__btn__01 a{
    font-size: 20px;
    padding: 8px 20px;
  }
  .top__contact p span{
    display: none;
  }
  .pageNav ul li{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .pageNav ul li:last-child{
    margin-bottom: 0px;
  }
  .pageNav ul li a{
    position: relative;
    padding-left: 5px;
  }
  .pageNav ul li a i{
    position: absolute;
    left: -10px;
    top: 5px;
  }
}

/* airline */
.airline__box{
  padding: 0 15px;
}
.airline__box a{
  display: block;
  border-radius: 15px;
}
.airline__box .photo img{
  border-radius: 15px 15px 0 0;
}
.airline__box .text{
  background-color: #FFF;
  padding: 15px 20px;
  border-radius: 0 0 15px 15px;
  box-sizing: border-box;
}
.airline__box h4{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  color: #2c5f40;
  position: relative;
}
.airline__box h4::after {
  content: '';
  width: 110px;
  height: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: #2c5f40;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 55px)
}
.top__btn__01.arrow{
  margin-top: 60px;
}
.top__btn__01.arrow a{
  padding: 0.5em 3em;
}
.top__btn__01.arrow a i{
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 30%;
  font-size: 0.8em;
}
@media all and (max-width: 767px) {
  .top__btn__01.arrow{
    margin-top: 30px;
  }
  .top__btn__01.arrow a{
    padding: 1em 2em;
  }
  .airline__box{
    margin-bottom: 20px;
  }
  .top__btn__01.arrow a i{
    right: 10px;
  }
}

/* why */
.why__top{
  width: 80%;
  margin: 20px auto 80px auto;
  padding: 60px;
  text-align: center;
  position: relative;
}
.why__top:before{
  content:"";
  background:url(/upload/tenant_1/travelge_brackets01.webp) top left no-repeat; 
  width: 80px;
  height: 53px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.why__top:after{
  content:"";
  background:url(/upload/tenant_1/travelge_brackets02.webp) top right no-repeat; 
  width: 53px;
  height: 80px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
.why__top__inner:before{
  content:"";
  background:url(/upload/tenant_1/travelge_brackets03.webp) bottom left no-repeat; 
  width: 53px;
  height: 80px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.why__top__inner:after{
  content:"";
  background:url(/upload/tenant_1/travelge_brackets04.webp) bottom right no-repeat; 
  width: 80px;
  height: 53px;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.why__top h4{
  font-size: 24px;
  font-weight: bold;
  color: #2c5f40;
  margin-bottom: 30px;
}
.why__top p{
  font-weight: bold;
}
.why__bottom h4{
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.why__bottom h4 span{
  border: solid 2px #2c5f40;
  padding: 15px 30px;
  font-size: 26px;
  font-weight: bold;
  color: #2c5f40;
}
.why__bottom h4 span:after{
  content: '';
  display: inline-block;
  background: url(/upload/tenant_1/travelge_why_arrow.webp) top left no-repeat;
  background-size: contain;
  width: 36px;
  height: 19px;
  position: absolute;
  bottom: -31px;
  left: calc( 50% - 20px );
  margin: auto;
}
.why__bottom ul{
  align-items: baseline;
}
.why__bottom ul li{
  padding: 15px;
}
.why__bottom__box{
  background-color: #FFF;
  padding: 80px 30px;
  position: relative;
}
.why__bottom__box .number{
  position: absolute;
  top: 0;
  left: 0;
}
.why__bottom__box h5{
  color: #2c5f40;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  padding: 0 5px;
}
@media all and (max-width: 767px) {
  .why__top{
    width: 90%;
    padding: 30px;
    margin-bottom: 60px;
  }
  .why__top:before{
    width: 50px;
  }
  .why__top:after{
    height: 50px;
  }
  .why__top__inner:before{
    height: 50px;
  }
  .why__top__inner:after{
    width: 50px;
  }
  .why__top h4{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .why__bottom h4{
    border: solid 2px #2c5f40;
    padding: 15px;
    margin-bottom: 30px;
  }
  .why__bottom h4 span{
    border: none;
    padding: 0;
    font-size: 20px;
  }
  .why__bottom h4 span:after{
    bottom: -19px;
    left: calc(50% - 19px);
    width: 30px;
  }
  .why__bottom__box .number img{
    width: 80px;
  }
  .why__bottom__box{
    padding: 60px 35px 35px 35px;
  }
  .why__bottom__box h5{
    font-size: 18px;
    margin-bottom: 15px;
  }
}


/* model */
.model__box{
  padding: 15px;
}
.model__box a{
  display: block;
  border-radius: 15px;
}
.model__box .photo__wrap{
  position: relative;
}
.model__box .photo{
  height: 270px;
  overflow: hidden;
}
.model__box .photo img{
  border-radius: 15px 15px 0 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.model__box h5{
  background-color: #2c5f40;
  color: #FFF;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.model__box .career__name{
  position: absolute;
  top: 5px;
  left: 6px;
  background-color: #c6a948;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  padding: 2px 10px;
  border-radius: 12px;
}
.model__box .text{
  background-color: #f5f5f5;
    border-radius: 0 0 15px 15px;
    padding: 15px 20px;
}
.model__box .text .area{
    font-weight: bold;
    margin-bottom: 5px;
}
.model__box h4{
  color: #2c5f40;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.model__box .add{
  font-size: 15px;
}
.model__box .area{
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.model__box .area img{
  width: 18px;
  margin-right: 5px;
}
.model__box .day{
  display: flex;
  align-items: center;
  font-weight: bold;
    margin-bottom: 5px;
}
.model__box .day img{
  width: 20px;
  margin-right: 5px;
}
.model__box .icon__wrap{
  justify-content: space-between;
  align-items: baseline;
  margin: 10px 0;
}
.model__box .icon{
  flex-direction: column;
  align-items: center;
  padding: 3px;
  position: relative;
}
.model__box .icon span{
  font-size: 13px;
  padding-top: 3px;
  letter-spacing: -1px;
}

.sightseeing__box .bs__black{
  display: block;
  border-radius: 15px;
}

.icon__judge .icon:before{
  width: 38px;
  height: 33px;
}

.judge01 .icon:before{
  content:"";
  background: url(/upload/tenant_1/travelge_icon_g_01.webp) left top no-repeat;
  background-size: contain;
}
.ari.judge01 .icon:before{
  background: url(/upload/tenant_1/travelge_icon_y_01.webp) left top no-repeat;
  background-size: contain;
}
.judge02 .icon:before{
  content:"";
  background: url(/upload/tenant_1/travelge_icon_g_02.webp) left top no-repeat;
  background-size: contain;
}
.ari.judge02 .icon:before{
  background: url(/upload/tenant_1/travelge_icon_y_02.webp) left top no-repeat;
  background-size: contain;
}
.judge03 .icon:before{
  content:"";
  background: url(/upload/tenant_1/travelge_icon_g_03.webp) left top no-repeat;
  background-size: contain;
}
.ari.judge03 .icon:before{
  background: url(/upload/tenant_1/travelge_icon_y_03.webp) left top no-repeat;
  background-size: contain;
}
.judge04 .icon:before{
  content:"";
  background: url(/upload/tenant_1/travelge_icon_g_04.webp) left top no-repeat;
  background-size: contain;
}
.ari.judge04 .icon:before{
  background: url(/upload/tenant_1/travelge_icon_y_04.webp) left top no-repeat;
  background-size: contain;
}
.judge05 .icon:before{
  content:"";
  background: url(/upload/tenant_1/travelge_icon_g_05.webp) left top no-repeat;
  background-size: contain;
}
.ari.judge05 .icon:before{
  background: url(/upload/tenant_1/travelge_icon_y_05.webp) left top no-repeat;
  background-size: contain;
}
.judge06 .icon:before{
  content:"";
  background: url(/upload/tenant_1/travelge_icon_g_06.webp) left top no-repeat;
  background-size: contain;
}
.ari.judge06 .icon:before{
  background: url(/upload/tenant_1/travelge_icon_y_06.webp) left top no-repeat;
  background-size: contain;
}
.ari .c--g{
  color: #c3960f;
}

.c--g{
  color:#737373;
}
.c--y{
  color:#c3960f;
}
.model__box .price01,.model__box .price02,.model__box .price03{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.model__box .price03{
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 5px;
}
.bgG .model__box .text{
  background-color: #FFF;
}
.bgG .model__box .price03{
  background-color: #f5f5f5;
}
.model__box .price01 span,.model__box .price02 span,.model__box .price03 span{
  color: #b73727;
  font-size: 1.2em;
}
.model__box .price03 span{
  font-size: 1.3em;
}

@media all and (max-width: 767px) {
  .model__box{
    padding: 8px;
  }
  .model__box h4{
    font-size: 18px;
  }
  .model__box .add{
    font-size: 13px;
  }
  .model__box .area img{
    width: 15px;
  }
  .model__box .day img{
    width: 18px;
  }
  .model__box .icon span{
    font-size: 12px;
  }
  .model__box .icon img{
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .model__box .price01, .model__box .price02, .model__box .price03{
    font-size: 16px;
  }
  .model__box .icon{
    padding: 0;
  }
  .model__box .photo{
    height: 220px;
  }
  .model__box .text{
    padding: 15px 10px;
  }
  .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .icon__judge .icon:before{
    width: 25px;
    height: 25px;
  }
}

.operator__cont .text h4{
  font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.operator__cont .text h5{
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 2px 15px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    color: #000;
}
.operator__cont .text table tr{
/*   display: block; */
}
.operator__cont .text table th{
  font-weight: bold;
  width: 9em;
/*   width: 100%;
justify-content: center; */
  display: flex;

}
.operator__cont .text table th img{
  margin-right: 5px;
  width: 15px;
  height: 25px;
  object-fit: contain;
}
.operator__cont .text table td{
/*   width: 100%;
text-align: center;
display: block; */
}
.operator__comment{
  margin: 30px 0;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 20px;
}
.operator__comment .ttl{
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.operator__comment .body{
  width: 90%;
  margin: 0 auto;
}
.operator__cont .look{
  background-color: #2c5f40;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    border-radius: 6px;
    padding: 5px 0;
}

@media (max-width: 767px){
  .operator__cont .text h4{
    font-size: 16px;
  }
  .operator__cont table{
    font-size: 13px;
  }
  .operator__cont .look{
    font-size: 14px;
  }
  .operator__cont .text table th img{
    height: 20px;
  }
}

/* campaignQa */
.campaignQa .box dl+dl {
    margin-top: 20px;
}

.campaignQa .box dl > * {
    font-size: 18px;
    padding: 20px 50px 20px 40px;
    border-radius: 4px;
    position: relative;
    z-index: 0;
}

.campaignQa .box dl dt {
    background-color: #e1c778;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
}
.qa .box dl dt {
  background-color: #f0e5c1;
}

.campaignQa .box dl dt:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 3px #FFF;
    border-right: solid 3px #FFF;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}
.qa .box dl dt:before {
    border-bottom: solid 3px #000;
    border-right: solid 3px #000; 
}
.campaignQa .box dl dt .txt{
  font-weight: bold;
}
.qa .box dl dt .txt{
  font-weight: normal;
}

.campaignQa .box dl .sub {
  padding-right: 20px;
    z-index: 0;
}
.qa .box dl .sub {
  width: 60px;
  height: 60px;
  font-size: 30px;
  background-color: #cdac41;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  font-weight: bold;
  margin-right: 20px;
  padding: 0;
/*   position: absolute;
top: 45px;
left: 30px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); */
}
.campaignQa .box dl dt.arrowTurn:before {
  transform: rotate(225deg); // 矢印を上向きに変える
}
@media (max-width: 599px){
  .campaignQa .box dl > * {
    font-size: 14px;
    padding: 10px 30px 10px 30px;
  }
  .qa .box dl dt{
    padding: 15px;
  }
  .qa .box dl .sub{
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .qa .box dl dt .txt{
    width: calc(100% - 70px);
  }
}
