@charset "UTF-8";
/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
/* chromeで画像ぼける対策 */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* .str-contents
----------------------------------------------- */
.str-contents {
  width: 100%;
  padding: 0;
  color: #333;
  line-height: 1.6;
}

/* ----------------------------------------------------------------
  Contents
----------------------------------------------------------------- */
/* .area_contents
----------------------------------------------- */
.area_section{
  width: 1000px;
  margin: 0 auto;
}
.sp .area_section {
  width: 100%;
}
.area_main{
 background: #452c68;
}
.pc .area_main .img_main{
  max-width: 1000px;
  margin: 0 auto;
}

.sp .img_main{
  display: flex;
  align-items: center;
}

.sp .area_section .area_section_inner{
  padding: 0 10px;
}

/* attention
----------------------------------------------- */

.box-attention-02{
  font-size: 14px;
  margin-top: 20px;
}

.sp .box-attention-02{
  font-size: 12px;
}

/* .related
----------------------------------------------- */
.related{
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
  margin-left: 10px;
}

.related .lotte{
  display: flex;
  align-items: center;
  margin-right: 20px;
  line-height: 1;
}
.related .lotte > img{
  height: 20px;
}

.related .kanpitou{
  display: flex;
  align-items: center;
  margin-right: 10px;
  line-height: 1;
}
.related .kanpitou > img{
  height: 20px;
}

.sp .related{
  flex-wrap: wrap;
  font-size: 10px;
  margin-top: 2px;
}

.sp .related .lotte{
  margin-right: 0;
}
.sp .related .kanpitou{
  margin-right: 4px;
}

.sp .related .lotte > img,
.sp .related .kanpitou > img{
  height: 16px;
}

/* .point_box
----------------------------------------------- */
.wrap_tour_box .point_box{
  display: flex;
  margin: 50px 0 30px;
}
.wrap_tour_box .point_box{
}
.wrap_tour_box .point_box .point_photo{
  margin-right: 40px;
  display: flex;
  flex-wrap: wrap;  
  flex-direction: column;
  width: 400px;
}
.point_box .point_photo{
}
.point_box .point_photo .map{
  margin-top: 20px
}

.point_box .point_info_box .title_type_01{
  font-size: 24px;
  color: #ff0000;
  line-height: 1;
}
.point_info_box .tour-description{
  margin-top: 20px;
  margin-bottom: 20px
}
.point_info_box .tour-description dt{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.point_info_box .box-str.box-base-01 .box-hdg-01{
  font-size: 18px;
}

.point_info_box .list-bullet-01{
  font-size: 16px;
}

.point_info_box .box-str{
  padding: 10px;
  margin-bottom: 20px;
}

.wrap_tour_box .tour_item_box{
  margin-bottom: 0px;
} 
.wrap_tour_box .btn-block-base-01 .btn-str-style-05{
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}

.tour_box .btn-str{
  font-weight: normal;
}

.tour_box{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* only pc */
.pc .wrap_tour_box .tour_box{
  width: 660px;
}
.pc .tour_box .tour_item_box{
  width: 320px;
}

.tour_box .depature{
  font-size: 18px;
  font-weight: 700;
}

.tour_box .soldout{
  text-decoration: line-through;
}

span.sub{
  font-size: 0.8rem;
  vertical-align: top;
}

/* only sp */
.sp .wrap_tour_box{
  margin-bottom: 60px;
}

.sp .point_box .point_info_box .title_type_01{
  font-size: 18px;
}

.sp .wrap_tour_box .point_box .point_photo{
  margin-right: 0;
}

.sp .point_info_box .tour-description dt{
  font-size: 16px;
  margin-bottom: 8px;
}
.point_info_box .box-str.box-base-01 .box-hdg-01{
  font-size: 16px;
}
.sp .point_info_box .list-bullet-01{
  font-size: 14px;
}

/* .point_box sp
----------------------------------------------- */
.sp .wrap_tour_box .point_box{
  flex-wrap: wrap-reverse;
  margin: 20px 0 0;

}
.sp .wrap_tour_box .point_box > div{
  width: 100%;
  margin-bottom: 20px;
}

.sp .tour_box{
  gap: 8px;
}

/* .wrap_banner
----------------------------------------------- */
.wrap_banner{
  text-align: center;
}
.wrap_banner p{
  margin: 10px 0;
}

.wrap_banner p.logo-01 img{
  width: 25%;
}
.wrap_banner p.logo-02 img{
  width: 50%;
}

.sp .wrap_banner p.logo-01 img{
  width: 50%;
}
.sp .wrap_banner p.logo-02 img{
  width: 75%;
}
