/* travelge_plan.css */

header{
    position: relative;
    background-color: #2c5f40;
}

/* ttlArea */
.ttlArea{
  padding-top: 60px;
}
.ttlArea .top__inner{
  display: block;
  position: relative;
  overflow: hidden;
}
.ttlArea .photo{
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: -webkit-fill-available;
}
.ttlArea .photo img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.ttlArea .text{
  width: 55%;
  padding: 30px;
/*   background-color: #f5f5f5; */
  margin-left: 45%;
}
.ttlArea .text h3{
  font-size: 28px;
  font-weight: bold;
  color: #2c5f40;
  margin-bottom: 15px;
}
.ttlArea .text p{
  margin-bottom: 20px;
}
.ttlArea .add span{
  display: flex;
  margin-right: 15px;
  padding: 5px 0;
}
.ttlArea .add .area img{
  width: 19px;
  object-fit: contain;
}
.ttlArea .add img{
  margin-right: 10px;
}
@media all and (max-width: 1250px) {
  .ttlArea .text h3{
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .ttlArea{
    padding-top: 15px;
  }
  .ttlArea .top__inner{
    display: block;
  }
  .ttlArea .photo{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .ttlArea .photo img{
    height: auto;
    max-height: 200px;
  }
  .ttlArea .text{
    width: 100%;
    margin-left: 0;
    padding: 15px 0;
  }
  .ttlArea .text h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ttlArea .add span{
    font-size: 13px;
  }
  .ttlArea .add .area img{
    width: 15px;
    margin-right: 5px;
  }
}

/* cont01 */

.cont01{
  width: 26%;
  margin-right: 4%;
}
.cont02{
  width: 70%;
}

.cont01 h3{
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.cont01 .ranking__list li{
  border-bottom: dotted 2px #c5c5c5;
  margin-bottom: 15px;
}
.cont01 .ranking__list li:last-child{
  border:none;
}
.cont01 .ranking__read{
  font-size: 14px;
    margin-bottom: 30px;
}
.cont01 .ranking__number{
  background-color: #7c7c7c;
    color: #FFF;
    padding: 2px 15px;
    font-size: 14px;
    border-radius: 15px;
}
.cont01 .ranking__number.first{
  background-color: #cdac4d;
}
.cont01 .ranking__number.second{
  background-color: #aeaeae;
}
.cont01 .ranking__number.third{
  background-color: #987552;
}
.cont01 .ranking__body{
  margin: 5px 0 15px 0;
}
.cont01 .ranking__body .img{
  width: 28%;
  margin-right: 2%;
}
.cont01 .ranking__body .img img{
  border-radius: 6px;
}
.cont01 .ranking__body .text{
  width: 70%;
  font-size: 15px;
}

@media all and (max-width: 767px) {
  .cont01{
    width: 100%;
    order: 2;
  }
  .cont02{
    width: 100%;
    order: 1;
  }
}


/* cont02 */
.ttl__style__01{
  font-size: 22px;
  background-color: #2c5f40;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  border-radius: 10px;
}
.inner90{
  width: 95%;
  margin: 0 auto;
}
.cont02 .price__ttl{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
 .cont02 .red {
  color: #b73727;
}
.cont02 .price__list{
  margin: 40px 0 0 0;
  justify-content: space-between;
}
.cont02 .price__list > li{
  border: solid 2px #e9e9e9;
  border-radius: 20px;
  width: 48%;
  text-align: center;
  padding: 20px;
}
.cont02 .price__list > li p{
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.cont02 .price__list li p img{
  margin-right: 10px;
}
.cont02 .airline .photo{
    width: 40%;
    margin-right: 3%;
}
.cont02 .airline .photo img{
  border-radius: 15px;
}
.cont02 .airline .text{
  width: 57%;
}
.cont02 .airline .text h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cont02 .detail h4{
  text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2c5f40;
}
.cont02 .detail table{
  border: solid #e8e8e8 2px;
    width: 100%;
    text-align: left;
}
.cont02 .detail table tr{
  border-bottom: solid 2px #e8e8e8;
}
.cont02 .detail table th{
  width: 50%;
    padding: 3px 20px;
    background: #f5f5f5;
    font-weight: bold;
}
.cont02 .detail table td{
  padding: 3px 15px;
}
.detail__list li{
  position: relative;
}
.detail__list li.dp_none{
  display: none;
}
.detail__list li:nth-child(3){
   padding-bottom: 30px;
}
/* .detail__list li:nth-child(3):after{
    position: absolute;
    z-index: 100;
    bottom: -30px;
    left: 40%;
    content: "4日目以降の行程を見る";
    display: inline-block;
    background-color: #f5f5f5;
    padding: 10px 30px;
    font-weight: bold;
} */
.detail__list li:before{
  content: "";
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 15px;
    width: 1px;
    height: 100%;
    border-left: dotted 4px #c5c5c5;
}
.detail__list__day{
  font-size: 26px;
  font-weight: bold;
  color: #2c5f40;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 1.2;
  position: relative;
  line-height: 1;
}
.detail__list__day:before{
  content: "";
    position: absolute;
    display: inline-block;
    top: 1px;
    left: 5px;
    background: #2c5f40;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.detail__list__inner{
  display: flex;
  padding-bottom: 60px;
  margin-left: 50px;
}
.detail__list__inner .photo{
  width: 35%;
  margin-right: 3%;
}
.detail__list__inner .photo img{
  width: auto;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 15px;
}
.detail__list__inner .text{
  width: 62%;
}
.detail__list__inner .text h5{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.list__btn{
  text-align: center;
}
.list__btn p{
  text-align: center;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 10px 60px;
  display: inline;
  cursor: pointer;
}
.list__btn p i{
  font-size: 0.8em;
}
.list__btn p:hover{
  opacity: 0.7;
}
.a_rotate{
  transform: rotate(180deg);
}
.detail .text__inner01 p{
      margin-bottom: 40px;
}
.detail .text__inner02 h6{
  font-weight: bold;
  margin-bottom: 5px;
}
.detail .text__inner02 p{
  margin-bottom: 10px;
}


@media all and (max-width: 767px) {
  .ttl__style__01{
    font-size: 18px;
  }
  .cont02 .price__ttl{
    font-size: 18px;
  }
  .cont02 .price__list{
    margin: 20px 0 0 0;
  }
  .cont02 .price__list > li{
    width: 100%;
    margin: 10px 0;
    padding: 15px;
  }
  .cont02 .airline .photo{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cont02 .airline .text{
    width: 100%;
  }
  .detail__list__inner{
    flex-wrap: wrap;
    margin-left: 40px;
  }
  .detail__list__inner .photo{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .detail__list__inner .text{
    width: 100%;
  }
  .detail__list__inner .text h5{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .detail .text__inner01 p{
    margin-bottom: 20px;
  }
  .up-mt-60{
    margin-top: 30px;
  }
  .cont02 .price__list > li p{
    font-size: 16px;
  }
  .cont02 .price__list li p img{
    width: 20px;
  }
  .cont02 .airline .text h4{
    text-align: center;
  }
  .cont02 .detail table tr{
    display: flex;
    flex-direction: column;
  }
  .cont02 .detail table th{
    width: 100%;
    text-align: center;
  }
  .cont02 .detail table td{
    width: 100%;
    text-align: center;
  }
  .cont02 .detail table tr:last-child{
    border-bottom: none;
  }
  .list__btn p{
    padding: 10px 20px;
  }
}

/* operator */
.operator .photo{
  width: 35%;
  margin-right: 3%;
}
.operator .photo img{
  width: auto;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 15px;
}
.operator .text{
  text-align: left;
  width: 62%;
}
.operator .text h4{
  font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.operator .text h5{
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 2px 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.operator .text table th{
  font-weight: bold;
  width: 9em;
  display: flex;
}
.operator .text table th img{
  margin-right: 5px;
  width: 15px;
  height: 25px;
  object-fit: contain;
}
.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;
}
@media all and (max-width: 767px) {
  .operator .photo{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .operator .text{
    width: 100%;
  }
}







/* ----------------------------------

  モデルコースリストページ 

 ----------------------------------*/
 
.list .ttlArea .top__inner img{
     border-radius: 15px;
}
.list .list__box{
  margin-bottom: 60px;
}
.list .list__box .photo{
  width: 24%;
  margin-right: 3%;
}
.list .list__box .photo img{
  max-width: 191px;
  max-height: 191px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.list .list__box .text{
  width: 73%;
}
.list .list__box .text h4{
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}
.list .list__box .text .list__btn{
  text-align: right;
}
.list .list__box .text .list__btn a{
  display: inline;
  background-color: #636363;
  color: #FFF;
  border-radius: 20px;
  padding: 5px 30px;
  font-weight: bold;
}
/* pager */

.article_pager {
    margin-top: 30px;
}

.article_pager li {
    margin: 0 3px;
}

.article_pager li > * {
    display: block;
    border: solid 1px #555;
    padding: 2px 8px;
}

.article_pager li.active > * {
    color: #fff;
    background: #2c5f40;
    border: solid 1px #2c5f40;
}

.article_pager li.first > *:before {
    content: "<<";
}

.article_pager li.prev > *:before {
    content: "<";
}

.article_pager li.next > *:before {
    content: ">";
}

.article_pager li.last > *:before {
    content: ">>";
}
.add.df.df--fw.df--aic{
  gap:8px;
}
.add.df.df--fw.df--aic a{
  color: #2c5f40;
}

/* category */
.category{
  margin-bottom: 30px;
}
.cont01 .category h3 i{
  color: #686868;
}
.category ul li{
  border-bottom: dotted 2px #999;
  margin-bottom: 10px;
}
.category ul li a{
  display: block;
  padding: 5px 0;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .list .ttlArea .top__inner img{
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .list .plan__main{
    padding-top: 30px;
  }
  .list .list__box{
    margin-bottom: 20px;
  }
  .list .list__box .photo{
    width: 30%;
  }
  .list .list__box .photo img{
    max-width: 120px;
    max-height: 120px;
    border-radius: 6px;
  }
  .list .list__box .text{
    width: 67%;
  }
  .list .list__box .text h4{
    font-size: 16px;
  }
  .list .list__box .text p{
    font-size: 14px;
  }
  .list .list__box .text .list__btn{
        margin: 10px 0;
  }
  .list .list__box .text .list__btn a{
    font-size: 14px;
  }
}
