.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*common*/
#main_contents{
  position: relative;
}
.inner{
   max-width: 1200px;
   width: 90%;
   margin: 0 auto;
}
.inner_w{
  max-width: 1680px;
  width: 90%;
  margin: 0 auto;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
/*top*/
#select .inner{
  max-width: 1500px;
  background-color: #6f649a;
  padding: 65px 120px 0;
  min-height: calc(100vh - 94px);
}
.mv_ttl{
  max-width: 30%;
  max-width: 525px;
  margin: 0 auto 55px;
}
.mv_ttl img{
  width: 100%;
  margin-bottom: 15px;
}
.mv_ttl span{
  color: #fff;
  display: block;
  transform: scale(0.8, 1);
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 600;
}
.select_list{
  display: flex;
  flex-wrap: wrap;
}
.select_list li{
  max-width: 49%;
  margin-right: 2%;
  position: relative;
}
.select_list li:last-child{
  margin-right: 0;
}
.select_list li::after{
  content: '';
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 102%;
  height: 102%;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.select_list li:first-child::after{
  background-image: url(../img/top/top01_bg.png);
}
.select_list li:last-child::after{
  background-image: url(../img/top/top02_bg.png);
}
.select_list li .img{
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  transition: all .3s;
}
.select_list li a .img{
  transition: all .3s;
  border: 1px solid transparent;
}
.select_list li a:hover .img{
  border: 1px solid #efbd06;
}
.select_list li .img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .3);
  transition: all .3s;
  opacity: 0;
}
.select_list li a:hover .img::after{
  opacity: 1;
}
.select_list li .img img{
  width: 100%;
}
.select_list li .select_txt{
  color: #fff;
  text-align: center;
  transform: scale(0.8, 1);
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  font-weight: 600;
}
/*awai*/
#mv{
  padding-top: 85px;
  position: relative;
}
#awai #mv::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 50%;
  background-image: url(../img/awai/awai_kazari01.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}
/*スクロールダウン全体の場所*/
.scroll{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:60px;
  top: 40%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1.5s ease-in-out infinite;
  width: 25px;
}
.scroll img{
  width: 100%;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{top:41%;}
      50%{top:43%;}
     100%{top:41%;}
 }
@keyframes arrowmove02{
      0%{bottom:11%;}
      50%{bottom:13%;}
     100%{bottom:11%;}
 }

#mv .mv_in{
  max-width: 90%;
  margin: 0 auto;
  background-color: #6f649a;
  padding-top: 150px;
  padding-bottom: 20px;
  position: relative;
  min-height: calc(100vh - 170px);
}
#awai .mv_in{
  background: url(../img/awai/awai_waku_lt.png) left 20px top 20px / 100px auto no-repeat, url(../img/awai/awai_waku_rt.png) right 20px top 20px / 100px auto no-repeat, url(../img/awai/awai_waku_lb.png) left 20px bottom 20px / 100px auto no-repeat, url(../img/awai/awai_waku_rb.png) right 20px bottom 20px / 100px auto no-repeat, #6f649a;

}
#mv .mv_in::before,
#mv .mv_in::after{
  content: '';
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#awai #mv .mv_in::before{
  top: 160px;
  right: 60px;
  width: 35%;
  height: 234px;
  background-image: url(../img/awai/awai_kazari02.png);
}
#awai #mv .mv_in::after{
  bottom: 30px;
  left: 15px;
  width: 50%;
  height: 239px;
  background-image: url(../img/awai/awai_kazari03.png);
}
#awai .awai_logo{
  width: 200px;
  margin: 0 auto 50px;
  position: relative;
}
#awai .awai_logo::after{
  content: '';
  position: absolute;
  width: 83px;
  height: 302px;
  background-size: contain;
  background-position: top center;
  background-image: url(../img/awai/awai_sub.png);
  top: 0;
  right: -170px;
  background-repeat: no-repeat;
}
#awai .awai_logo img{
  width: 100%;
}
.txt_box{
  max-width: 700px;
  margin: 0 auto;
}
.txt_box p{
  color: #fff;
}
.mv_txt{
  margin-bottom: 60px;
  font-size: 1.3rem;
  transform: scale(0.8, 1);
  letter-spacing: 0.2em;
}
.caution{
  font-size: 0.9rem;
  transform: scale(0.8, 1);
  letter-spacing: 0.1em;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
#awai #sec01{
  padding-top: 600px;
  position: relative;
  padding-bottom: 250px;
}
#awai #sec01::before{
  content: '';
  position: absolute;
  top: 300px;
  left: 0;
  width: 90%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-image: url(../img/awai/awai_kazari04.png);
}
.awai_box{
  background-color: #6f649a;
  position: relative;
  padding: 50px 0 65px;
  box-sizing: border-box;
  margin-bottom: 125px;
}
.awai_box::after{
  content: '';
  background-image: url(../img/awai/awai_kazari05.png);
  background-size: 75%;
  background-position: center bottom 26%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: 0;
}
.awai_box_in{
  position: relative;
  align-items: flex-end;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.awai_box .box_img{
  width: 45%;
  position: relative;
  z-index: 1;
}
.awai_box img{
  width: 100%;
  max-width: 500px;
}
.awai_box .box_txt{
  width: 55%;
/*  padding-left: 10%;*/
  box-sizing: border-box;
}
#sec01 .awai_box .box_txt{
  padding-bottom: 40px;
}
.awai_box .box_txt p{
  color: #fff;
  font-size: 1.87rem;
  transform: scale(0.8, 1);
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.05em;
}
br.tb_disp{
  display: none;
}
.sp_disp{
  display: none;
}
.sp_none{
  display: block;
}
.awai_box .box_ttl{
  position: absolute;
  right: 15%;
  top: -45px;
  width: 450px;
  height: 130px;
  background-image: url(../img/awai/awai_ttl_bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.awai_box .box_ttl p{
  font-size: 2.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.8, 1);
  color: #524771;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}
.awai_box02{
  margin-bottom: 90px;
}
.awai_box02 img{
  width: 100%;
}
.awai_box02 .img_l{
  width: calc(60% - 35px);
  margin-right: 35px;
}
.awai_box02 .img_l .txt{
  text-align: right;
}
.awai_box02 .img_r{
  width: 40%;
}
.awai_box02 .txt{
  font-size: 1.4rem;
  margin-top: 25px;
}
.awai_box02 .txt a{
  position: relative;
  transition: all .3s;
}
.awai_box02 .txt a:hover{
  color: #c3a255;
}
.awai_box02 .txt a::after{
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #040000;
  transition: all .3s;
}
.awai_box02 .txt a:hover::after{
  background-color: #c3a255;
}
.modal-video-body{
  max-width: 1500px!important;
}
.movie_box{
  position: relative;
}
.movie_box::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 110px;
  height: 110px;
  background-image: url(../img/start_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
.movie_box::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  opacity: 0;
  transition: all .3s;
  position: absolute;
}
.movie_box:hover::before{
  opacity: 1;
  pointer-events: none;
}
.movie_box img{
  width: 100%;
}
.vimeo_box{
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.vimeo_box iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_txt{
  margin-top: 40px;
  font-size: 1.8rem;
/*  transform: scale(0.8, 1);*/
}
.lity{
  background-color: rgba(0, 0, 0, .5)!important;
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container{
  max-width: 1500px!important;
  padding: 10px 60px;
}
.movie_txt02{
  font-size: 1.4rem;
}
.movie_txt02 a{
  font-size: 1.4rem;
  position: relative;
  transition: all .3s;
}
.movie_txt02 a:hover{
  color: #c3a255;
}
.movie_txt02 a::after{
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #040000;
  transition: all .3s;
}
.movie_txt02 a:hover::after{
  background-color: #c3a255;
}
#awai #sec02{
  position: relative;
  padding-top: 290px;
}
#awai #sec02::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  z-index: 1;
  background-image: url(../img/awai/awai_kazari06.png);
}
#sec02 .awai_box .box_ttl{
  right: auto;
  left: 15%;
  z-index: 2; 
}
#sec02 .awai_box_in{
  align-items: center;
}
#sec02 .awai_box_in .box_img{
  order: 2;
}
#sec02 .awai_box_in .box_txt{
  order: 1;
}
#sec02 .awai_box::after{
  background-image: url(../img/awai/awai_kazari07.png);
  background-position: right 30px bottom 70px;
}
#sec02 .awai_box02 .img_l{
  position: relative;
}
#sec02 .awai_box02 .txt{
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 30px;
}
#sec02 .awai_box02 .txt span{
  display: block;
  font-size: 1.25rem;
}
#sec02 .vimeo_box{
  margin-bottom: 125px;
}
.txt02{
  font-size: 1.4rem;
  margin-bottom: 90px;
}
.contact_box{
  text-align: center;
}
.contact_box .contact_ttl{
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 25px;
  transform: scale(0.8, 1);
  letter-spacing: 0.2em;
  margin-top: 220px;
}
.contact_box .mail{
  margin-bottom: 55px;
  font-size: 1.75rem;
  line-height: 1;
  position: relative;
}
.contact_box .mail a{
  position: relative;
  transition: all .3s;
}
.contact_box .mail a:hover{
  color: #c3a255;
}
.contact_box .mail a::after{
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #040000;
  transition: all .3s;
}
.contact_box .mail a:hover::after{
  background-color: #c3a255;
}
.contact_name{
  transform: scale(0.8, 1);
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  font-weight: 600;
}
/*tour*/
#tour #mv{
  position: relative;
}
#tour #mv::before,
#tour #mv::after{
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
#tour #mv::before{
  background-image: url(../img/tour/tour_kazari02.png);
  right: 0;
  top: 150px;
  width: 30%;
  height: 300px;
  background-position: top right;
  z-index: 1;
}
#tour #mv::after{
  background-image: url(../img/tour/tour_kazari05.png);
  right: 0;
  bottom: -40px;
  width: 47%;
  height: 300px;
  background-position: bottom right;
  z-index: 1;
}
#tour .mv_in{
  position: relative;
}
#tour .mv_in::before{
  content: '';
  position: absolute;
  left: -30px;
  top: -15px;
  width: 25%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../img/tour/tour_kazari01.png);
}
#tour .tour_sub{
  display: none;
}
#tour .tour_ttl{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
/*#tour .tour_ttl::after{
  content: '';
  position: absolute;
  right: -180px;
  top: 0;
  background-image: url(../img/tour/tour_sub.png);
  width: 100px;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}*/
#tour .tour_ttl h2{
  width: 90px;
/*  width: 6.5vw;*/
}
#tour .tour_ttl img{
  width: 100%;
}
/*#tour .tour_ttl h2{
  color: #fff;
  font-size: 3.7rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  transform: scale(0.8, 1);
  text-orientation: upright;
}
#tour .tour_ttl h2 span{
  display: block;
  font-size: 2.5rem;
  color: #fff;
  transform: scale(0.8, 1);
}*/
#tour .scroll{
  left: 20vw;
  top: auto;
  bottom: 10%;
  animation: arrowmove02 1.5s ease-in-out infinite;
}
#tour .mv_in{
  background: url(../img/tour/tour_kazari03.png) left 0 bottom 140px / 55% auto no-repeat, url(../img/tour/tour_kazari04.png) right 15px top 40% / 40% auto no-repeat, #6f649a;

}
#tour #sec01{
  padding-top: 380px;
}
.tour_detail{
  position: relative;
  padding-bottom: 230px;
}
#sec01 .tour_img01{
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  max-width: 540px;
  z-index: 1;
}
#sec01 .tour_img01::after{
  content: '';
  position: absolute;
  background-image: url(../img/tour/tour_kazari11.png);
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  left: 40px;
  bottom: -35%;
  z-index: 0;
}
.tour_detail img{
  width: 100%;
  position: relative;
  z-index: 1;
}
#sec01 .tour_img02{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  max-width: 420px;
}
#sec01 .tour_img02::after{
  content: '';
  position: absolute;
  background-image: url(../img/tour/tour_kazari12.png);
  width: 150%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  right: 30px;
  bottom: -29%;
  z-index: 0;
}
.tate_txt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 120px;
}
.tate_txt li{
  writing-mode: tb-rl;
  writing-mode: vertical-rl; 
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  padding: 20px;
  border-right: 1px solid #000;
  line-height: 1;
  background-image: url(../img/tour/tour_bg01.png);
  background-size: cover;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.tate_txt li:first-child{
  border-left: 1px solid #000;
}
.tate_txt li.list{
  padding-top: 35px;
}
#tour #sec02{
  padding-top: 200px;
  padding-bottom: 270px;
}
.head03{
  width: 390px;
  height: 110px;
  background-image: url(../img/tour/tour_ttl.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 180px;
  position: relative;
}
.head03 h3{
  font-size: 1.8rem; 
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #524771;
  width: 100%;
}
.head03 h3 span{
  display: block;
  font-family: 'Cormorant', serif;
  font-size: 1rem;
  margin-top: 10px;
  color: #524771;
  font-weight: 500;
}
.tour_info{
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}
.tour_info img{
  width: 100%;
}
.tour_info .img{
  margin-bottom: 60px;
}
.tour_info .tour_txt01{
  font-size: 1.8rem;
  margin-bottom: 40px;
  letter-spacing: 0.1em;

}
.tour_info .tour_txt02{
  margin-bottom: 100px;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.tour_info:last-of-type .tour_txt02{
  margin-bottom: 0;
}
#tour #sec03{
  padding-top: 120px;
  position: relative;
}
#tour #sec03::before{
  content: '';
  position: absolute;
  right: 40px;
  top: 0;
  width: 30%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../img/tour/tour_kazari07.png);
  background-size: contain;
  background-position: right top;
}
#tour #sec03::after{
  content: '';
  position: absolute;
  left: 0;
  top: 250px;
  width: 38%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../img/tour/tour_kazari08.png);
  background-size: contain;
  background-position: left top;
}
.tour_schedule{
  width: 100%;
  max-width: 700px;
  margin: 0 auto 140px;
  align-items: center;
}
.tour_schedule dt{
  width: 230px;
  margin-bottom: 75px;
  padding: 15px;
  text-align: center;
  color: #fff;
  background-color: #6f649a;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
}
.tour_schedule dt::after{
  content: '';
  position: absolute;
  background-image: url(../img/tour/dotted.png);
  background-repeat: repeat-y;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -75px;
  height: 75px;
  width: 2px;
}
.tour_schedule dt:last-of-type,
.tour_schedule dd:last-of-type{
  margin-bottom: 0;
}
.tour_schedule dt:last-of-type::after{
  display: none;
}
.tour_schedule dd{
  width: calc(100% - 230px);
  padding-left: 35px;
  margin-bottom: 75px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
#tour #sec03{
  position: relative;
}
#tour #sec03 img{
  width: 100%;
}
#tour .tour_info02{
  position: relative;
}
#tour #sec03 .tour_img01{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
}
#tour #sec03 .tour_img02{
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 25%;
}
.tour_price{
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.price01{
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 45px;
}
.price02{
  font-size: 1.25rem;
  margin-bottom: 45px;
}
.price02 span{
  font-weight: 700;
  letter-spacing: 0.05em;
}
.price_tbl{
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
  background-color: #fff;
}
.price_tbl dt,
.price_tbl dd{
  padding: 15px 20px;
  border-bottom: 1px solid #000;
}
.price_tbl dt{
  width: 60%;
  border-right: 1px solid #000;
}
.price_tbl dd{
  width: 40%;
  text-align: center;
}
.price_tbl dt:last-of-type,
.price_tbl dd:last-of-type{
  border-bottom: none;
}
.caution02{
  font-size: 1.2rem;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.awai_bnr{
  max-width: 700px;
  margin: 140px auto 0;
  transition: all .3s;
  position: relative;
}
.awai_bnr:hover{
  opacity: 0.8;
}
.awai_bnr img{
  width: 100%;
}
.awai_bnr::after,
.awai_bnr::before{
  content: '';
  position: absolute;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.awai_bnr::after{
  left: -40%;
  bottom:  -50px;
  background-image: url(../img/tour/tour_kazari09.png);
  width: 55%;
  z-index: 1;
  height: 50%;
}
.awai_bnr::before{
  right: -35%;
  bottom: 40px;
  background-image: url(../img/tour/tour_kazari10.png);
  width: 50%;
  height: 50%;
  z-index: 2;
}
.circle{
  width: 320px;
  margin: 220px auto 65px;
/*  background-color: #fff;
  border: 2px solid #000;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  transform: scale(0.8, 1);*/
}
#tour #sec03 .tour_detail{
  padding-bottom: 0;
}
@media screen and (max-width: 1500px) {

}
@media screen and (max-width:  1400px){
br.tb_none{
  display: none;
}
}
@media screen and (max-width: 1200px) {
#sec01 .tour_img01{
  width: 25%;
}

}
@media screen and (max-width: 1024px) {
/*top*/
#select .inner{
  padding: 65px 65px 0;
}
/*awai*/
.awai_box .box_txt p{
  font-size: 1.5rem;
}
.awai_box .box_ttl{
  width: 300px;
  height: 88px;
}
.awai_box .box_ttl p{
  font-size: 2rem;
}
/*tour*/
#sec01 .tour_img01{
  top: -25%;
  width: 30%;
}
#sec01 .tour_img02{
  width: 20%;
}
#tour #sec03 .tour_img01{
  display: none;
}
#awai .mv_in{
  background: url(../img/awai/awai_waku_lt.png) left 20px top 20px / 50px auto no-repeat, url(../img/awai/awai_waku_rt.png) right 20px top 20px / 50px auto no-repeat, url(../img/awai/awai_waku_lb.png) left 20px bottom 20px / 50px auto no-repeat, url(../img/awai/awai_waku_rb.png) right 20px bottom 20px / 50px auto no-repeat, #6f649a;
}
.movie_box::after{
  width: 80px;
  height: 80px;
}
}
@media screen and (max-width: 768px) {
/*top*/
.select_list{
}
.select_list li{
  width: 100%;
  margin-right: 0;
  max-width: 100%;
}
.select_list li::after{
  width: 70%;
  top: 0;
  transform: translateX(0);
  background-position: bottom center;
}
.select_list li:first-child{
  margin-bottom: 50px;
}
.select_list li:first-child::after{
  right: -10%;
  left: auto;
}
.select_list li:last-child::after{
  left: -10%;
}
#select .inner{
  padding: 65px 5%;
}
.select_list li a .img{
  width: 90%;
  margin: 0 auto 30px;
}
.mv_ttl span{
  font-size: 1.5rem;
}
/*tour*/
#tour .tour_ttl h2{
  width: 70px;
}
#tour .tour_ttl::after{
  display: none;
}
#tour .tour_sub{
  display: block;
  position: absolute;
  left: 30px;
  top: 30%;
  width: 60px;
}
#tour .tour_sub img{
  width: 100%;
}

#tour .scroll{
  left: 50px;
  width: 18px;
  bottom: 15%;
}
@keyframes arrowmove02{
      0%{bottom:16%;}
      50%{bottom:18%;}
     100%{bottom:16%;}
 }
#tour .mv_in::before{
  width: 65%;
}
#tour #mv::before{
  right: 10%;
  width: 35%;
}
#tour .mv_in{
  background: url(../img/tour/tour_kazari03.png) left 25px bottom 10% / 85% auto no-repeat, url(../img/tour/tour_kazari04.png) right 25% top 20% / 70% auto no-repeat, #6f649a;
}
#tour #mv::after{
  bottom: 3%;
  width: 70%;
}
#tour #sec01{
  padding-top: 150px;
}
.tate_txt{
  padding-top: 0;
}
.tate_txt li{
  font-size: 0.95rem;
  padding: 12px;
  white-space: nowrap;
}
#tour #sec01{
  padding-bottom: 0;
}
.tour_detail{
  padding-bottom: 150px;
}
#sec01 .tour_img01{
  top: auto;
  bottom: auto;
  position: relative;
  width: 50%;
  margin-top: 30px;
  margin-left: 20px;
}
#sec01 .tour_img01::after,
#sec01 .tour_img02::after{
  display: none;
}
#tour #sec02{
  padding-top: 60px;
  padding-bottom: 60px;
}
.head03{
  max-width: 450px;
  width: 70%;
  margin-bottom: 50px;
}
.head03 h3{
  font-size: 1.4rem;
}
.head03 h3 span{
/*  line-height: 1;*/
  margin-top: 0;
}
#tour #sec02 .movie_box{
  width: 100vw;
  margin: 0 calc(50% - 50vw) 60px;
}
.movie_box::after{
  width: 60px;
  height: 60px;
}
.tour_info{
}
.tour_info .img{
  width: 85%;
  margin: 0 auto 20px;
}
.tour_info .tour_txt01{
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.tour_info .tour_txt02{
  line-height: 1.7;
  margin-bottom: 50px;
}
.sp_disp{
  display: block;
}
.sp_none{
  display: none;
}
#tour #sec03{
  padding-top: 50px;
}
#tour #sec03::before{
  width: 35%;
  top: 20px;
  right: 20px;
}
#tour #sec03::after{
  width: 50%;
  top: 160px;
}
.tour_schedule{
  width: 85%;
  margin-bottom: 80px;
}
.tour_schedule dt,
.tour_schedule dd{
  margin-bottom: 45px;
}
.tour_schedule dt::after{
  bottom: -45px;
  height: 45px;
}
.tour_schedule dt{
  padding: 5px;
  font-size: 0.9rem;
  width: 38%;
  line-height: 1;
}
.tour_schedule dd{
  width: 62%;
  font-size: 0.95rem;
  padding-left: 15px;
}
.tour_price{
  text-align: center;
  width: 90%;
}
.price01{
  font-size: 1.8rem;
  display: inline-block;
  text-align: left;
  line-height: 1;
}
.price01 span{
  font-size: 1.25rem;
}
.price01.p02{
  font-size: 1.25rem;
  margin-bottom: 25px;
}
.price02{
  text-align: left;
  font-size: 0.9rem;
}
.price02 span{
  font-size: 1.15rem;
  display: block;
  text-align: center;
}
.price_tbl dt,
.price_tbl dd{
  padding: 10px;
  font-size: 0.85rem;
}
.price_tbl dt{
  text-align: left;
}
.caution02{
  text-align: left;
  font-size: 1rem;
}
#tour #sec03 .tour_img01,
#tour #sec03 .tour_img02{
  display: none;
}
.awai_bnr{
  margin-top: 30px;
  width: 90%;
}
.awai_bnr::before{
  bottom: auto;
  top: -20px;
  right: 0;
  width: 30%;
  background-position: right top;
}
.awai_bnr::after{
  width: 30%;
  left: 0;
  bottom: -10px;
}
.circle{
  margin: 80px auto 40px;
  width: 40%;
}
.contact_box .contact_ttl{
  margin-top: 80px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.contact_box .mail{
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.contact_name{
  font-size: 1.6rem;
  line-height: 1;
}
#awai .scroll{
  left: 20px;
  width: 15px;
  top: 20%;
}
@keyframes arrowmove{
      0%{top:21%;}
      50%{top:23%;}
     100%{top:21%;}
 }
#awai .awai_logo{
  width: 100px;
}
#awai .awai_logo::after{
  width: 50px;
  height: 160px;
  right: -80px;
  top: -12px;
}
#mv{
  padding-top: 25px;
}
#mv .mv_in{
  min-height: calc(100vh - 50px);
}
#awai .mv_in{
  background: url(../img/awai/awai_waku_lt.png) left 2px top 2px / 30px auto no-repeat, url(../img/awai/awai_waku_rt.png) right 2px top 2px / 30px auto no-repeat, url(../img/awai/awai_waku_lb.png) left 2px bottom 2px / 30px auto no-repeat, url(../img/awai/awai_waku_rb.png) right 2px bottom 2px / 30px auto no-repeat, #6f649a;
}
#awai #mv::before{
  height: 200px;
  width: 103%;
  top: 30px;
  left: -13%;
}
#awai #mv .mv_in::before{
  width: 70%;
  top: 50px;
  left: 5%;
  background-position: center top;
}
.mv_txt{
  font-size: 1rem;
}
.txt_box .mv_txt{
  font-size: 1rem;
}
.txt_box .caution{
  font-size: 0.8rem;
}
#awai #sec01{
  padding-top: 100px;
  padding-bottom: 150px;
}
.awai_box .box_ttl,
#sec02 .awai_box .box_ttl{
  width: 210px;
  height: 68px;
  right: auto;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  z-index: 2;
}
.awai_box .box_ttl p{
  font-size: 1.6rem;
}
#awai #sec01::before{
  top: 90px;
  z-index: 1;
  width: 99%;
}
.awai_box_in{
  width: 100%;
}
.awai_box .box_img,
.awai_box .box_txt{
  width: 100%;
}
.awai_box .box_img{
  text-align: center;
  margin-bottom: 20px;
}
.awai_box .box_img img{
  width: 40%;
}
.awai_box .box_txt p{
  font-size: 1rem;
}
#sec01 .awai_box .box_txt{
  padding-bottom: 0;
}
.awai_box{
  padding-bottom: 30px;
}
.awai_box::after{
  width: 70%;
  height: 50%;
  top: 25%;
  right: 5%;
  left: auto;
  background-position: top center;
  background-size: contain;
}
#sec01 .awai_box02 .img_l{
  width: 100vw;
  margin-right: 0;
  margin: 0 calc(50% - 50vw);
}
#sec01 .awai_box02 .img_r{
  width: 100%;
  padding-left: 30px;
}
#sec01 .awai_box02 .img_r img{
  width: 60%;
}
.awai_box02 .txt{
  font-size: 1rem;
}
#sec01 .awai_box02 .txt{
  margin-right: 20px;
  margin-bottom: 40px;
  text-align: right;
}
.awai_box02{
  margin-bottom: 0;
}
#sec01 .movie_box{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.movie_box .inner,
.inner_w .inner{
  width: 100%;
}
.movie_txt,
.movie_txt02,
.movie_txt02 a{
  font-size: 1rem;
}
#awai #sec02{
  padding-top: 100px;
}
#awai #sec02::before{
  width: 98%;
  height: 200px;
}
#sec02 .awai_box_in .box_img{
  order: 1;
}
#sec02 .awai_box_in .box_txt{
  order: 2;
}
#sec02 .awai_box::after{
  width: 96%;
  top: 32%;
  left: 3%;
  right: auto;
  background-size: 90%;
}
#sec02 .awai_box02 .txt{
  position: relative;
  bottom: auto;
  right: auto;
  width: 100vw;
  padding: 0 5%;
}
#sec02 .awai_box02 .txt span{
  font-size: 0.8rem;
  margin-top: 5px;
}
#sec02 .awai_box02{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.awai_box02 .img_l{
  width: calc(65% - 10px);
  margin-right: 10px;
  margin-top: 30%;
}
.awai_box02 .img_r{
  width: 35%;
}
#awai .movie_box{
  margin-top: 80px;
  margin-bottom: 60px;
}
.txt02{
  font-size: 0.95rem;
  margin-bottom: 70px;
}
}
@media screen and (max-width: 599px){

}