@charset "utf-8";
/* CSS Document */
.nopc{
  display: none
}

main *{
  box-sizing: border-box
}

.mvbox{
  width: 100%;
  height: 400px;
  background: url("../img/mv_bus_pc.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: 992px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  padding: 80px 0 20px;  
}
.title__main,
.title__sub{
  font-weight: bold;
  color: #FFF;
  text-shadow: 4px 4px 2px rgba(0 0 0 / 30%);
}
.title__main{
  font-size: 50px;
  line-height: 1.2
}
.title__main>span{
  display: block;
  font-size: 36px;
}
.title__sub{
  font-size: 60px;
}
.txt-L{
  font-size: 180%
}
.txt-ss{
  font-size: 50%;
}

#targetArea{
  text-align: center;
  background: #333;
  box-shadow: 0 5px 7px -2px rgb(0 0 0 / 30%);
  padding: 10px 0;
  position: relative
}
#targetArea>p{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.main-content{
  padding: 50px 0;
  background: #fff9ef;
}
.inner{
  width: 992px;
  margin: auto
}
.inner+.inner{
  margin-top: 80px;
}

.nav-list{
  width: 992px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between
}
.nav-list>li{
  flex-basis: calc(94% / 3);
}
.nav-list>li>a{
  display: block;
  border-radius: 6px;
  background: #333;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 16px;
}
.nav-list>li>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_down_white.svg") no-repeat center center / contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
}
.nav-list>li>a:hover{
  opacity: 0.8
}



.coupon-menu{
  margin: 20px auto;
  text-align: center;
}
.coupon-menu span{
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 0 160px;
  position: relative
}
.coupon-menu span::before,
.coupon-menu span::after{
  content: "";
  width: 150px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #000;
}
.coupon-menu span::before{
  left: 0
}
.coupon-menu span::after{
  right: 0;
}
.card-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.card-list>li{
  width: 100%;
  /*margin-right: 1%;*/
  /*margin-bottom: 2%;*/
  border: 2px solid #c9000f;
  background: #FFF;
  position: relative
}
.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>li.soldout::after{
  content: "完売御礼";
  width: 4em;
  height: 2em;
  font-size: 54px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 20
}

.card-list>li.double-column{
  width: calc(99% / 2);
  margin-right: 1%;
}

.card-list>li:nth-child(even){
  margin-right: 0;
}
.coupon-title{
  background: #c9000f;
  padding: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative
}
.card-list>li.double-column .coupon-title{
  font-size: 24px;
}

.coupon-title>small{
  font-size: 80%;
}
.coupon-title.new-icon::before{
  content: "NEW";
  font-size: 16px;
  padding: 10px;
  background: #FF0;
  color: #c9000f;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0
}
.coupon-inner{
  padding: 10px;
}
main[data-type="newyear"] .coupon-inner{
  padding: 20px
}
.coupon-price__wrap{
  border-bottom: 2px dotted #c9000f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
.coupon-target{
  margin: auto;
  text-align: center
}
.coupon-target>span{
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background: #333;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border-radius: 6px;
}
.coupon-price{
  flex-grow: 1;
  font-size: 48px;
  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:14px;
  font-weight: bold;
  color: #c9000f;
  text-align: center
}
.note-list{
  width: 460px;
  margin: 0 auto 10px;
}
.note-list>li{
  position: relative;
  font-size: 14px;
  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: 15px;
  font-weight: bold;
  color: #c9000f;
  text-align: center;
}
.copy-area{
  text-align: center;
}
.copy-area input{
  border: 2px solid;
  padding: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin: 0 auto 10px;
  display: block;
  width: 100%;
  text-align: center;
}
.copy-area button{
  font-size: 18px;
  border-radius: 6px;
  line-height: 48px;
  background: #EFEFEF;
  border: none;
  padding: 4px 8px;
}
.search-button{
  width: 600px;
  margin: 30px auto;
}

main[data-type="newyear"] .search-wrap{
  display: flex;
  justify-content: space-around
}

main[data-type="newyear"] .search-wrap .search-button{
  flex: 1 0 1;
  margin-right: 10px;
}
main[data-type="newyear"] .search-wrap .search-button:last-child{
  margin-right: 0
}

.search-button>a{
  display: block;
  border-radius: 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 10px;
  position: relative;
  background: #e90000;
  box-shadow: 2px 2px 0 rgb(0 0 0 / 50%);
  transition: 0.3s
}
.search-button>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center / cover;
  width: 16px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto
}
.search-button>a:hover{
  opacity: 0.7
}

.info-content{
  padding: 30px 0;
}
.info-title{
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.info-wrap{
  display: flex;
  justify-content: space-between
}
main[data-type="newyear"] .info-wrap{
  display: block;
}
.info-wrap__dp,
.info-wrap__oe{
  width: 49%;
  padding: 10px;
}
.info-wrap__dp{
  background: #FFE0E2;
}
.info-wrap__oe{
  background: #E8F8E2
}
.info-sub-title{
  margin: 10px auto;
  font-size: 28px;
  text-align: center;
}
.infobox{
  margin: 20px auto;
}
.infobox>h4{
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid;
  margin-bottom: 4px;
}
.infotxt{
  font-size: 16px;
  padding-left: 1.0em;
}
.info-list>li,
.notice-list>li{
  font-size: 16px;
  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;
}
.notice-list>li a{
  text-decoration: underline;
  color: #1558d6
}
