@charset "utf-8";

/* 基本設定 */
article {
  font-size: 14px;
  color: #333 !important;
  background: #e7e3de;
}
.reserve_box .btn:not(:disabled):not(.disabled){
    cursor:auto;
}

/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px;}
.row-0 >div{ padding-right:0px;  padding-left:0px;}
.row-10{ margin-left:-5px;  margin-right:-5px;}
.row-10 >div{ padding-right:5px;  padding-left:5px;box-sizing: border-box;}
.row-20{ margin-left:-10px;  margin-right:-10px;}
.row-20 >div{ padding-right:10px;  padding-left:10px;}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px;}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px;}
.row-50{ margin-left:-25px;  margin-right:-25px;}
.row-50 >div{ padding-right:25px;  padding-left:25px;}

#js-gallery a,#js-gallery2 a {
  position: static!important;
  left: 180px !important;
}

.info_box .col-md-3{
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

/* 共通 */
.container{
    box-sizing: border-box;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition-property: all;
  transition: 0.3s linear;
}

a img:hover {
  background-color: #FFF;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition-property: all;
  transition: 0.3s linear;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
}

.tit_main{
  text-align: center;
}
h2 {
  font-size: 30px;
  margin: 0 auto 65px;
  position: relative;
  display: inline-block;
}
h2::before{
  content: '';
  display: block;
  position: absolute;
  background: url(/static/img/tour/campaign/remotetravel/005/icon.png) no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 40px;
  transform: translate(-50%, 0);
  left: 50%;
  top: -50px;
}
h2::after{
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -15px;
    border-bottom: 5px solid #CCC;
    width: 50%;
}

/* メインビジュアル */

.d-lg{display: none;}
.d-md{display: block;}
.d-sp{display: none;}
.hero{
  margin-bottom: 30px;
  position: relative;
}
.hero .btn-main{
  width: 240px;
  display: block;
  border-radius: 8px;
  background: #000;
  border: solid 3px #FFF;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  margin:12px auto 0;
  position: relative;
}
.hero .btn-main:hover{
  opacity: .8;
  color: #FFF;
} 
.hero .btn-main::after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  transform: translate(0, -50%);
  right: 15px;
  top: 50%;
}
@media screen and (min-width: 2005px) {
  .d-lg{display: block;}
  .hero h1 img{
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .hero{
    text-align: center;
  }
  .hero h1{
    padding: 0 20px;
  }
  .hero h1 img{
    height: auto;
    width: 100%;
  }

}
@media screen and (max-width: 576px) {
  .d-lg{display: none;}
  .d-md{display: none;}
  .d-sp{display: block;}
  .hero{
    background:none;
    height: auto;
  }
  .hero h1{
    padding: 0;
    position: relative;
    transform:initial;
    top: auto;
    left: auto;
    overflow: hidden;
  }
  .hero .btn-main{
    bottom: 0;
    font-size: 16px;
    padding: 12px;
    bottom: 10%;  
  }
  .hero .btn-main::after{
    font-size: 16px;
  }
}
#info{
  margin: 60px auto 0;
}
#info .ttl{
  text-align: center;
  background: #000;
  padding: 10px 30px;
  color: #ffff6a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  width: 80%;
  margin: 0 auto;
}
#info dl{
  padding: 20px;
  display: flex;
  border: 2px solid #000;
  background: #fefcf9;
  width: 80%;
  margin: 0 auto;
}
#info dl dt{
  width: 40%;
}
#info dl dd{
  margin-left: 30px;
}
#info .info_ttl{
  color:#000;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}
@media(max-width: 767px) {
  #info{
    margin: 30px auto 0;
  }
  #info .ttl{
    padding: 10px 30px;
    width: 100%;
    margin: 0 auto;
  }
  #info dl{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
    #info dl dt{
    width: 100%;
  }
  #info dl dd{
    margin-left: 0;
  }
  #info .info_ttl{
  margin: 10px 0;
}


}

.img_intoro p{
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.6;
}
.remorte_box{
  margin-top: 150px;
  text-align: center;
}
.remorte_box h3, .info_box h3 {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px;
  text-align: left;
}

.remorte_box .introduction-txt, .info_box .introduction-txt {
  text-align: left;
  font-size: 14px;
  margin: 5px;
}

p.caution{
	text-align: right;
	padding: 30px 0 0;
}

@media(max-width: 767px) {
  .img_intoro p{
    font-size: 16px;
  }

  .remorte_box{
    margin-top: 90px;
  }

  h2 {
    font-size: 22px;
    margin: 0 auto 50px;
    font-weight: 700;
  }
  h2::before{
    width: 45px;
    height: 30px;
    top: -40px;
  }
  
  .remorte_box h3, .info_box h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .remorte_box .introduction-txt, .info_box .introduction-txt {
    text-align: left;
    margin: 5px 0 30px;
    font-size: 14px;
  }
}
#pickup{
  margin: 150px 0 0;
  text-align: center;
}
#pickup h2{
  margin: 0 0 30px;
}
#pickup .date{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
#pickup .point{
  text-align: left;
}
#pickup .point h3{
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 45px;
} 

#pickup .point h3::before{
  content: '';
  display: block;
  position: absolute;
  background: url(/static/img/tour/campaign/remotetravel/005/icon_point.png) no-repeat center center;
  background-size: contain;
  width: 38px;
  height: 30px;
  left: 0;
  top: -5px;
}
#pickup .point ul{
  margin : 10px 0 0 0;
  padding: 0;
}

#pickup .point li{
 font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
}
#pickup .point li::before{
 content: "";
  width:  10px;  
  height:  10px;
  display:  inline-block;
  background-color: #000;
  border-radius:  50%;
  position:  relative;
  top: -1px;
  margin-right: 5px;
}
#pickup .info_box{
  margin-top: 40px;
}
/* 予約カセット */
#choice{
  margin: 130px 0 50px;
  text-align: center;
}
.item_box{
  border: 2px solid #000;
  margin:0 0 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background:#fff;
  overflow:hidden;
  padding: 20px;
  display: block;
  color: #000;
}
.item_box:hover{
  color: #000;
}

.item_box .itembox-body{
  padding:10px 0;
  text-align: left;
}
.itembox-body h3{
  font-size: 18px;
  font-weight: 700;
}
.item_box .itembox-body .item_text{
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6;
}
.item_box .itembox-body .item_text span{
  font-weight: 700;
}
.item_box .itembox-body .price{
  font-size: 14px;
  margin-top: 10px;
  
}
.item_box .itembox-body .price .num {
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  padding-left: 10px;
}
.price .num::after {
  content: "円";
  font-size: 14px;
}
.btn_area{
  background: #000;
  font-weight: bold;
  color: #fff;
  margin: 20px auto 0;
  padding: 10px 10px;
  width: 70%;
  position: relative;
}
.reserve_box .btn_area{
    background: #999;
}
.btn_area:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
.reserve_box .btn_area:after {
    content: none;
}
.reserve{
    padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
/* タブレット以下 */
  #pickup{
    margin: 100px 0 0;
  } 
  #pickup h2{
    margin-bottom: 38px;
  }
  #pickup .point h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  #pickup .point li {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom:5px;
  }
  #pickup .point li::before{
    width:8px;
    height: 8px;
  }
  #choice {
    margin: 80px 0 50px;
  }
  #choice h2 {
    margin-bottom: 25px;
  }
  .item_box{
    margin: 24px 0 0 0;
  }
}

/* ----- スライド画像 -----　*/
.sec-slide{
	margin: 70px 0 0;
}
.wrap-slide{
  display: flex;
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.wrap-slide img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.wrap-slide img:first-child {
  animation: loop 50s -25s linear infinite;
}
.wrap-slide img:last-child {
  animation: loop2 50s linear infinite;
}

@media screen and (max-width: 767px) {
  .sec-slide{
    margin: 15px 0 40px;
  }
  .wrap-slide{
    height: 90px;
  }
  .info_box .col-md-3{
    flex: 0 0 100%;
    max-width: 100%;
    }
    .reserve{
        padding: 0 0 0px;
    }
    .reserve p{
        font-size: 14px;
        text-align: left;
    }
}


.comingsoon a.item_box {font-size:0;opacity: 0.5;
    transition-property: all;
    /*transition: 0.3s linear;pointer-events: none;*/}
.comingsoon .itembox-book p.btn_area:before {content: "ご好評につき完売";    font-size: 14px;}

.movie_wrap{
  max-width: 760px;
  margin: 0px auto 60px;
}
.movie_wrap div {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
}
 
.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  .movie_wrap{
    margin-top: 0;
  }
}



#movie {
    margin: 150px 0 0;
}

@media (max-width: 767px){
#movie {
    margin-top: 90px;
}
	p.caution{
		text-align: left;
		padding: 30px 0 0;
	}
}