@charset "utf-8";
/* CSS Document */
.nosp{
  display: none
}

main *{
  box-sizing: border-box
}

.mvbox{
  width: 100%;
  height: calc(400vw / (750 / 100));
  background: url("../img/mv_bus_sp.jpg") no-repeat center center / cover;
  position: relative
}
.mvbox::before{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.titlebox{
  width: 90vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  padding: calc(80vw / (750 / 100)) 0;  
}
.title__main,
.title__sub{
  font-weight: bold;
  color: #FFF;
  text-shadow: 4px 4px 2px rgba(0 0 0 / 30%);
}
.title__main{
  font-size: calc(48vw / (750 / 100));
  line-height: 1.2
}
.title__main>span{
  display: block;
  font-size: calc(36vw / (750 / 100));
}
.title__sub{
  font-size: calc(42vw / (750 / 100));
}
.txt-L{
  font-size: 180%
}
.txt-ss{
  font-size: 50%;
}

#targetArea{
  text-align: center;
  background: #333;
  box-shadow: 0 calc(10vw / 7.5) calc(10vw / 7.5) calc(-4vw / 7.5) rgb(0 0 0 / 30%);
  padding: calc(10vw / 7.5) 0;
  position: relative
}
#targetArea>p{
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #fff;
}

.main-content{
  background: #fff9ef;
  padding: calc(50vw / (750 / 100)) 0;
}
.inner{
  width: 96vw;
  margin: auto
}
.inner+.inner{
  margin-top: calc(100vw / 7.5);
}
.nav-list{
  width: 96vw;
  margin: 0 auto calc(100vw / 7.5);
  display: flex;
  justify-content: space-between
}
.nav-list>li{
  flex-basis: calc(94% / 3);
}
.nav-list>li>a{
  display: block;
  border-radius: calc(12vw / 7.5);
  background: #333;
  font-size: calc(30vw / 7.5);
  color: #FFF;
  text-align: center;
  position: relative;
  padding: calc(20vw / 7.5);;
}
.nav-list>li>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_down_white.svg") no-repeat center center / contain;
  width: calc(30vw / 7.5);
  height: calc(30vw / 7.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
}
.nav-list>li>a:hover{
  opacity: 0.8
}

.card-list>li{
  margin-bottom: calc(20vw / (750 / 100));
  border: 2px solid #c9000f;
  position: relative;
  background: #FFF;
}
.card-list>li.soldout::before{
  content: "";
  background-color: rgba(0 0 0 / 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}
.card-list>.soldoutli::after{
  content: "完売御礼";
  width: 4em;
  height: 2em;
  font-size: calc(80vw / (750 / 100));
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 20
}


.coupon-title{
  background: #c9000f;
  padding: calc(20vw / (750 / 100));
  font-size: calc(48vw / (750 / 100));
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  line-height: 1.2
}
.card-list>li.double-column .coupon-title{
  font-size: calc(32vw / (750 / 100));
}
.coupon-menu{
  margin: calc(20vw / (750 / 100)) auto calc(10vw / (750 / 100));
  text-align: center;
}
.coupon-menu span{
  display: inline-block;
  font-size: calc(40vw / (750 / 100));
  font-weight: bold;
  padding: 0 calc(100vw / (750 / 100));
  position: relative;
  line-height: 1.2
}
.coupon-menu span::before,
.coupon-menu span::after{
  content: "";
  width: calc(90vw / (750 / 100));
  height: 1px;
  position: absolute;
  top: 50%;
  background: #000;
}
.coupon-menu span::before{
  left: 0
}
.coupon-menu span::after{
  right: 0;
}
.coupon-title>small{
  font-size: calc(26vw / 7.5);
}
.coupon-title.new-icon::before{
  content: "NEW";
  font-size: calc(26vw / (750 / 100));
  padding: calc(10vw / (750 / 100));
  background: #FF0;
  color: #c9000f;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0
}
.coupon-inner{
  padding: calc(16vw / (750 / 100));
}
.coupon-price__wrap{
  border-bottom: 2px dotted #c9000f;
  padding-bottom: calc(20vw / (750 / 100));
  margin-bottom: calc(20vw / (750 / 100));
}
.coupon-target{
  margin: auto;
  text-align: center;
}
.coupon-target>span{
  display: inline-block;
  background: #333;
  font-size: calc(30vw / (750 / 100));
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: calc(10vw / (750 / 100)) calc(30vw / (750 / 100));
  border-radius: 6px;
}
.coupon-price{
  font-size: calc(54vw / (750 / 100));
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #c9000f;
  line-height: 1.2;
  text-align: center
}
.coupon-condition{
  width: 100%;
  display: block;
  font-size: calc(26vw / (750 / 100));
  font-weight: bold;
  color: #c9000f;
  text-align: center
}
.note-list{
  margin-bottom: calc(10vw / (750 / 100));
}
.note-list>li{
  position: relative;
  font-size: calc(24vw / (750 / 100));
  font-weight: bold;
  padding-left: 5.0em
}
.note-list>li::before{
  position: absolute;
  top: 0;
  left: 0;
}
.note-list>li.term::before{
  content: "予約期間：";
}
.note-list>li.period::before{
  content: "出発期間：";
}
.note-list>li.period-oe::before{
  content: "参加期間：";
}
.note-list>li.user::before{
  content: "利用人数：";
}
.note-list>li.object::before{
  content: "利用条件：";
}
.note-list>li.times::before{
  content: "利用回数：";
}
.note-list>li.ec::before{
  content: "利用期間：";
}
.note-list>li.target::before{
  content: "対象商品：";
}

.copy{
  font-size: calc(24vw / (750 / 100));
  font-weight: bold;
  color: #c9000f;
  text-align: center;
}
.copy-area{
  text-align: center;
}
.copy-area input{
  border: 2px solid;
  padding: calc(20vw / (750 / 100));
  font-size: calc(40vw / (750 / 100));
  font-weight: bold;
  color: #333;
  margin: 0 auto calc(20vw / (750 / 100));
  display: block;
  width: 100%;
  text-align: center;
}
.copy-area button{
  font-size: calc(30vw / (750 / 100));
  border-radius: 6px;
  line-height: 48px;
  background: #EFEFEF;
  border: none;
  padding: 0 calc(20vw / (750 / 100));
}
.search-button{
  width: 94vw;
  margin: calc(30vw / (750 / 100)) auto;
}
.search-button>a{
  display: block;
  border-radius: 24px;
  font-size: calc(30vw / (750 / 100));
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: calc(20vw / (750 / 100));
  position: relative;
  background: #e90000;
  transition: 0.3s
}
.search-button>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center / cover;
  width: calc(32vw / (750 / 100));
  height: calc(64vw / (750 / 100));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto
}
.search-button>a:hover{
  opacity: 0.7
}

.info-content{
  padding: calc(30vw / (750 / 100)) 0;
}
.info-title{
  font-size: calc(40vw / (750 / 100));
  text-align: center;
  margin-bottom: calc(20vw / (750 / 100));
}
.info-wrap__dp,
.info-wrap__oe{
  width: 100%;
  padding: calc(20vw / (750 / 100));
}
.info-wrap__dp{
  background: #FFE0E2;
}
.info-wrap__oe{
  background: #E8F8E2
}
.info-sub-title{
  margin: calc(20vw / (750 / 100)) auto;
  font-size: calc(36vw / (750 / 100));
  text-align: center;
}
.infobox{
  margin: calc(20vw / (750 / 100)) auto;
}
.infobox>h4{
  font-size: calc(30vw / (750 / 100));
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid;
  margin-bottom: calc(10vw / (750 / 100));
}
.infotxt{
  font-size: calc(26vw / (750 / 100));
  padding-left: 1.0em;
}
.info-list>li,
.notice-list>li{
  font-size: calc(26vw / (750 / 100));
  padding-left: 1.0em;
  position: relative
}
.notice-list>li.redtxt{
  color: #c9000f;
}
.info-list>li:not(.asta)::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.info-list>li.asta::before,
.notice-list>li::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
