@charset "utf-8";

/* ============== BASE============== */
.pc { display: none !important; }

body { 
  margin: 0;
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p,article p {
  font-size: 13px;
}

dl dt, dd {
  color: #000;
}


#fftop_recomDetail section {
  padding: 0;
}


h2,#fftop_recomDetail h2,section {
  margin:0!important;
  margin-bottom:0!important;
  padding:0 !important;
  background: none!important;
}


/*  ============== MAIN ============== */

#czech_lp_toura {
   position: relative;
   background: #f3f4f6;
  
}



strong { font-weight: bold; }


/*  ============== FADEIN ============== */


.fadein {
  opacity : 0;
  transition:all 0.9s;
}

.fadein.active {
  animation: zoomIn 0.8s cubic-bezier(0.25, 0.25, 0.25, 0.25) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/*  ============== HEAD ============== */

.head {
}



.logo {
   padding: 20px 0 10px 0;
   text-align: center;
}


.logo img {
   width: 50%;
}

.bg {
    position: relative;
    height: 300px;
}





/*  ============== ABOUT ============== */

.about {
   background: #fff;
   text-align: center;
}


.about img {
  width: 90%;
  margin: 30px auto;
}





/*  ============== TOUR ============== */




.tour_bg {
   padding-top: 20px;
}


.tour {
   width: 90%;
   padding: 0 0 0 5%;
   border-left: 5px dotted #000;
   margin: auto;
   box-sizing: border-box;
}


.day_title img {
   width: 60%;
}



.day1 ,.day2 ,.day3 ,.day4 ,.day5 ,.day6 ,.day7 {
   position: relative;
   z-index: 100;
   margin: 0 auto 50px 0;
}



.day_contents {
   margin: auto;
   box-sizing: border-box;
}


.day_contents section {
   position: relative;
}


.day_contents img {
   width: 95%;
   height: auto;
}


section.day1_1, section.day2_1, section.day2_2, section.day2_3, section.day2_4, section.day3_1, section.day3_2, section.day3_3, section.day3_4, section.day4_1, section.day4_2, section.day4_3, section.day4_4, section.day5_1, section.day5_2, section.day5_3, section.day6_1, section.day7_1 {
   margin: 30px auto!important;
}



.position {
   position: relative;
   top: 80%;
   left: 5%;
}



img.ph {
   width: 90%;
}



/*  ============== mark ============== */


section.day1_1::before, section.day2_1::before, section.day2_2::before, section.day2_3::before, section.day2_4::before, section.day3_1::before , section.day3_2::before, section.day3_3::before, section.day3_4::before, section.day4_1::before, section.day4_2::before, section.day4_3::before, section.day4_4::before, section.day5_1::before, section.day5_2::before, section.day5_3::before, section.day6_1::before, section.day7_1::before {
  content: "";
  display: block;
  background-color: #008cd5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: 50%;
  z-index: 2;
}



/*  ============== NOTICE ============== */

.notice {
   color: #072154;
   background: #fff;
   padding: 30px 0 30px 0;
}


.notice p {
   font-size: 15px;
   line-height: 1.8;
}


.notice p::before {
    content: "";
    border-left: 6px solid #008cd5;
    margin-right: 5px;
}



.notice dl {
   font-size: 13px;

}



.tokuten, .caution  {
   width: 90%;
   font-size: 13px;
   margin: 0 auto 30px auto;
   line-height: 1.8;
}



/*  ============== KARTE ============== */

.btn {
  text-align: center;
}


.btn a{
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  background: #e6001e;
  padding: 0.6em 3em;
  font-weight: bold;
  font-size: 23px;
  border-radius: 2em;
  transition: all .5s ease;
  animation: poyopoyo2 2s ease-out infinite;
  text-decoration: none;
}


.btn a:hover {
  background: #072154;
  transition: .5s;
}

/*  ============== button ============== */

.btn_yoyaku {
  text-align: center;
}

.btn_yoyaku a {
  color: #072154;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  background: #fff;
  border: 1px solid #072154;
  padding: 0.4em 3em;
  font-weight: bold;
  font-size: 23px;
  transition: all .5s ease;
  animation: poyopoyo2 2s ease-out infinite;
  text-decoration: none;
}



.btn a:hover {
  color: #fff;
  background: #072154;
  transition: .5s;
}