@charset "utf-8";

/* ============== BASE============== */
.sp { display: none !important; }

body { 
  margin: 0;
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*  ============== 940px ============== */
.mainContentMT {
    width: 100%!important;
}

.rootMT ul {
    overflow  : hidden;
    width     : 940px!important;
    margin    : 0 auto;
}

tr, th, td, div, span, a,p {
    color: inherit;
}


/*  ============== MAIN ============== */

#czech_lp_toura {
   position: relative;
   padding-bottom: 100px;
   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 {
  display: flex;
}



.logo {
   width: 10%;
   text-align: center;
   align-self: center;
}


.logo img {
   width: 95px;
}

.bg {
    position: relative;
    width: 90%;
    height: 400px;
    display: flex;
}





/*  ============== ABOUT ============== */

.about {
   width: 90%;
   margin: 0 0 0 auto;
   background: #fff
}


.about img {
  margin:50px auto 0 50px;
}





/*  ============== TOUR ============== */

.tour_bg {
   width: 90%;
   padding: 50px;
   margin: 0 0 0 auto;
   box-sizing: border-box;
   padding-bottom: 50px;
   background: #fff;
}




.tour {
   width: 90%;
   margin: auto;
   border-left: 5px dotted #000;
   padding: 0 0 0 50px;
   box-sizing: border-box;
}


.tour h2{

}


.tour h2::before {
}


.line {
   position: absolute;
   width: 10px;
   height: 100%;
   top: 9%;
   right: 50%;
   left: 50%;
   background-image: url(../../czech/img/line.png);
   background-repeat: no-repeat;
   z-index: 0;
}




.day1 ,.day2 ,.day3 ,.day4 ,.day5 ,.day6 ,.day7 {
   position: relative;
   z-index: 100;
   margin: 0 auto 100px 0;
}



.day_contents {
   margin: auto;
   box-sizing: border-box;
}


.day_contents section {
   position: relative;
   display: flex;
   flex-direction: row;
   margin: 0 0 50px 0;
   align-self: center;
   align-items: center;
}


.day_contents img {
   width: 400px;
   height: auto;
}





.position {
   position: absolute;
   top: 20%;
   left: 50%;
}



img.ph {
   width: 550px;
}



/*  ============== 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: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: -69px;
  top: 50%;
  z-index: 2;
}



/*  ============== NOTICE ============== */

.notice {
   width: 90%;
   margin: 0 0 0 auto;
   color: #072154;
   background: #fff;
   padding: 50px;
   box-sizing: border-box;
}


.notice p {
   line-height: 1.8;
   font-size: 16px;
}


.notice p::before {
    content: "";
    border-left: 6px solid #008cd5;
    margin-right: 8px;
}



.notice dl {
   display: flex;
   flex-wrap: wrap;
   border-bottom: 2px dotted #f3f4f6;
   font-size: 14px;
}

.notice dt {
   width: 40%;
   font-weight: bold;
   padding: 10px 0;
}

.notice dd {
   width: 55%;
   align-self: center;
   padding: 10px 0;
}


.caution {
   font-size: 13px;
   margin-bottom: 30px;
}



.tokuten {
   margin: 0 auto 30px auto;
   line-height: 1.8;
}



/*  ============== KARTE ============== */

.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;
}



/*  ============== ボタン ============== */
.btn_yoyaku a {
  color: #e6001e;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  background: #fff;
  padding: 0.6em 3em;
  font-weight: bold;
  border: 1px solid #072154;
  font-size: 23px;
  transition: all .5s ease;
  animation: poyopoyo2 2s ease-out infinite;
  text-decoration: none;
}

.btn a:hover {
  background: #e6001e;
  color: #fff;
  transition: .5s;
}