@charset "utf-8";

#container2 {
  padding: 0 20px;
}

.france img {
  width: 100%;
  padding-top: 142px;
}

.explain_box {
  background: url('../img/explain_before.png') no-repeat 50% 0, url('../img/explain_after.png') no-repeat 50% 100%;
  padding: 120px 0 55px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8em;
}

.nav_box {
  border-radius: 10px;
  margin: 40px 0 0;
}

.nav_box ul {
  margin: 0;
  padding: 0 30px 0 0;
}

.nav_box ul li {
  position: relative;
  margin: 15px 0;
}

.nav_box ul li:before {
  position: absolute;
  right: -13px;
  bottom: 0;
  content: "";
  display: block;
  width: 5px;
  height: 43px;
  background: #fff;
  border-radius: 2px;
}

.nav_box ul li:after {
  content: "";
  display: block;
  width: calc(100% + 13px);
  height: 5px;
  background: #fff;
  margin: 8px 0 0;
  border-radius: 2px;
}

.nav_box ul li a {
  display: flex;
  width: 100%;
  color: #fff;
  line-height: 1.2em;
  align-items: center;
}

.nav_box ul li a i {
  /* font-family: "M PLUS Rounded 1c", sans-serif; */
  font-weight: 500;
  width: 12%;
  font-style: normal;
  font-size: 40px;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  text-align: center;
}

.sec_nav {
  background: #2778b8;
  padding: 10px 0 30px;
}

.nav_box ul li a span {
  width: 88%;
  background: #d32b3e;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 500;
  /* font-family: "M PLUS Rounded 1c", sans-serif; */
}

.summer_break_inner {
  max-width: 800px;
  margin: 0 auto;
}

.sec_list {
  /* margin: 100px 0 0; */
  margin: 0;
}

.list_inner {
  max-width: 1290px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 1px 20px;
  border-radius: 20px;
}

.recommend_box {
  margin: 50px 0;
  padding: 30px 0 0;
  /* background: url('../img/list_line.png') no-repeat 50% 100%; */
}

.recommend_box h3 {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: rgb(30, 30, 199);
  margin-bottom: 10px;
}

.recommend_box h3:before {
  position: absolute;
  left: 130px;
  top: 40px;
  content: "";
  display: block;
  width: 70px;
  height: 79px;
  background: url('../img/ttl_left.png') no-repeat 50% 50%;
}

.recommend_box h3:after {
  position: absolute;
  right: 130px;
  top: 60px;
  content: "";
  display: block;
  width: 78px;
  height: 51px;
  background: url('../img/ttl_right.png') no-repeat 50% 50%;
}

.recommend_box h3 strong {
  display: block;
  font-size: 40px;
  color: red;
  margin: 0 0 10px;
  font-weight: 500;
}

.recommend_box h3 strong.st_font_smaller{
  font-size: 30px;
}

.recommend_box h3 span {
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid #7f7f7f;
  line-height: 1;
  margin: 15px 0 0;
  font-size: 26px;
}

.point_box {
  margin: 50px auto;
  /* padding: 0 0 30px; */
  /* background: url('../img/list_line.png') no-repeat 50% 100%; */
  max-width: 800px;
  text-align: center;
}

.point_box h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(39, 71, 255);
}

.point_box h3 {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: rgb(30, 30, 199);
  margin-bottom: 30px;
}

.point_box h3 strong {
  display: block;
  font-size: 30px;
  color: red;
  margin: 0 0 10px;
  font-weight: 500;
}

.tokuten_box {
  margin: 0px auto;
  padding: 0 0 30px;
  max-width: 900px;
}
.tokuten_box h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(39, 71, 255);
  text-align: center;
  /* padding: 0 0 30px; */
}

.tokuten_box h3 {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}

.tokuten_box h3 strong {
  display: block;
  font-size: 30px;
  margin: 0 0 10px;
  font-weight: 500;
}
.tokuten_box .boxline {
  border: #000 1px solid;
  padding: 10px;
  margin-bottom: 20px;
}

.tokuten_box .boxline .company {
  text-align: center;
  padding: 30px 10px;
}

.tokuten_box .boxline p {
  padding: 0 10px 30px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.attention {
  margin: 0px auto;
  padding: 0 0 30px;
  max-width: 900px;
}

.attention div {
  padding: 20px;
  background: #f5f5f5;
}

.list_ly {
  overflow: hidden;
  margin: 50px 0;
}

.list_slider {
  float: left;
  width: 49%;
}

.slider-nav,
.slider-nav2,
.slider-nav3,
.slider-nav4,
.slider-nav5 {
  margin: 10px 0 0;
}

.list_txt {
  float: right;
  width: 48.5%;
  background: url('../img/back.jpg') no-repeat 5px 0%;
}

.list_txt p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6em;
}

.list_txt h4 {
  text-align: center;
  width: 160px;
  background: rgb(30, 30, 199);
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  border-radius: 5px;
  margin: 20px 0 15px;
}

.list_txt .area_info {
  padding: 0;
  margin: 0;
}

.list_txt .area_info li {
  padding: 5px 0 5px 30px;
  font-size: 14px;
}

.list_txt .area_info li.ico_map {
  background: url('../img/ico_area.png') no-repeat 7px 8px;
}

.list_txt .area_info li.ico_car {
  background: url('../img/ico_car.png') no-repeat 0 10px;
}

.list_txt .area_info li.ico_parking {
  background: url('../img/ico_parking.png') no-repeat 5px 8px;
}

.list_txt .btn_detail {
  text-align: center;
}

.list_txt .plan_list {
  margin: 0;
  padding: 0;
}

.list_txt .plan_list a {
  display: inline;
  border-bottom: 1px solid #333;
  font-size: 13px;
  line-height: 1.2em;
}

.list_txt .plan_list li {
  position: relative;
  padding: 0 0 0 25px;
}

.list_txt .plan_list li:before {
  position: absolute;
  left: 5px;
  content: "・";
}

.list_txt .btn_detail {
  margin: 60px 0 0;
}

.list_txt .btn_detail a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #79c0d7;
  border-radius: 20px;
  padding: 12px 30px;
}

.pc_main {
  display: block;
}
.sp_main {
  display: none;
}

.sp_br {
  display: none;
}

.cpn_btn {
  margin: 20px 0 30px;
  text-align: center;
}

.cpn_btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #fff!important;
  background: #a3016f;
  border-radius: 30px;
  padding: 12px 30px;
  width: 225px;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  /* font-size: .85em; */
}
table thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   /* font-size: .85em; */
}
.price{
   text-align: right;
}

.pc-none {
  display: none;
}
.sp-none {
  display: block;
}

ul {
  padding-left: 1rem!important;
}

.coupon_detail {
  padding: 20px;
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}


@media only screen and (max-width: 640px) {

  .pc-none {
    display: block;
  } 
  .sp-none {
    display: none;
  }

  .pc_main {
    display: none;
  }
  .sp_main {
    display: block;
  }

  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .2em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    /* font-size: .8em; */
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }

  .france img {
    padding-top: 70px;
  }

  .explain_box {
    padding: 12vw 18% 5vw;
    background: url(../img/explain_before.png) no-repeat 50% 0, url(../img/explain_after.png) no-repeat 50% 100%;
    background-size: auto 8vw, auto .8vw;
  }
  .sec_nav {
    background-size: 100%;
  }

  .nav_box ul li a span {
    font-size: 5vw;
  }
  .nav_box ul li a i {
    font-size: 6.5vw;
  }
  .sec_list {
    margin: 10% 0 0;
  }
  .list_inner {
    max-width: 94%;
    padding: 1% 5%;
  }
  .list_slider {
    float: none;
    width: 100%;
  }
  .list_txt {
    float: none;
    width: 100%;
  }
  .recommend_box h3 {
    font-size: 4.5vw;
  }
  .recommend_box h3 strong {
    font-size: 6vw;
    margin: 0 0 5%;
  }

  .recommend_box h3 strong.st_font_smaller{
    font-size: 5vw;
  }

  .recommend_box h3 span {
    margin: 3% 0 0;
  }
  .recommend_box h3:before {
    left: 0;
    top: 5vw;
    width: 10vw;
    height: 11vw;
    background-size: 100%;
  }
  .recommend_box h3:after {
    right: 0;
    top: 8vw;
    width: 10vw;
    height: 7vw;
    background-size: 100%;
  }
  .tokuten_box h3 strong {
    font-size: 6vw;
    margin: 0 0 5%;
  }
  .point_box h3 strong {
    font-size: 6vw;
    margin: 0 0 5%;
  }
  .summer_break p {
    padding: 10% 0 0;
    font-size: 3vw;
  }
  .list_txt h4 {
      width: 44vw;
      font-size: 4vw;
      padding: 1vw 0;
      border-radius: 1vw;
      margin: 5% 0 3%;
  }
  .list_txt h4.ico_info {
      background: #eee930 url(../img/ico_info.png) no-repeat 1vw 50%;
      background-size: 5vw;
      margin: 10% 0 3%;
  }
  .list_txt h4.ico_plan {
      background: #eee930 url(../img/ico_plan.png) no-repeat 1vw 50%;
      background-size: 4vw;
  }
  .list_txt .area_info li {
    font-size: 3.4vw;
    padding: 1vw 0 1vw 8vw;
  }
  .list_txt .area_info li.ico_map {
      background: url(../img/ico_area.png) no-repeat 2.2vw 1.7vw;
      background-size: 2vw;
  }
  .list_txt .area_info li.ico_car {
      background: url(../img/ico_car.png) no-repeat 1vw 2vw;
      background-size: 4vw;
  }
  .list_txt .area_info li.ico_parking {
      background: url(../img/ico_parking.png) no-repeat 1.5vw 1.5vw;
      background-size: 3vw;
  }
  .list_txt .plan_list {
    padding: 0;
  }
  .list_txt .plan_list a {
    font-size: 3.4vw;
  }
  .list_txt .plan_list li {
    padding: 0 0 0 5vw;
    margin: 5% 0;
  }
  .list_txt .plan_list li:before {
      font-size: 3.4vw;
      left: .5vw;
      top: 0;
      line-height: 1.2em;
  }
  .list_txt .btn_detail {
      margin: 10% 0 0;
  }
  .list_txt .btn_detail a {
      font-size: 4vw;
      border-radius: 5vw;
      padding: 3vw 10vw;
  }
  .recommend_box {
    margin: 10% 0;
    padding: 0 0 10%;
    background-size: auto 1vw;
  }

  .list_txt {
    background: none;
  
  }
}