@charset "utf-8";
/* CSS Document */

body{
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: calc(20 / 14);
}

a{
  text-decoration: none;
  color: #333
}
a:hover{
  opacity: 0.7
}
.nosp{
  display: none
}
.mv-wrapper{
  width: 100%;
  height: calc(366vw / 7.5);
  background: url("../img/mv_photo_sp.jpg") no-repeat center center / cover;
}
.title-logo{
  width: 80vw;
  height: 100%;
  margin: auto;
  position: relative;
}
.title-logo img{
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.bodycopy{
  background: #10069f;
  padding: calc(10vw / 7.5) 0
}
.bodycopy>p{
  width: 94vw;
  margin: auto;
  font-size: calc(22vw / 7.5);
  color: #FFF;
  text-align: center;
  letter-spacing: -0.04em
}

.main-content{
  padding: calc(50vw / 7.5) 0
}
.inner{
  width: 94vw;
  margin: auto
}
.select-tab{
  display: flex;
  margin: 0 auto calc(100vw / 7.5);
  justify-content: space-between;
}
.select-tab>li{
  width: calc(98% / 2);
  border-radius: calc(12vw / 7.5);
  padding: calc(20vw / 7.5);
  text-align: center;
}
.select-tab>li.is-dom{
  background:#0abe01; 
}
.select-tab>li.is-ovs{
  background:#11a4f7; 
}
.select-tab>li>a{
  display: block;
  font-size: calc(40vw / 7.5);
  font-weight: bold;
  color: #FFF;
}

.content-wrapper{
  position: relative
}
.content-wrapper+.content-wrapper{
  margin-top: calc(160vw / 7.5)
}
.item-headline{
  background: #0abe01;
  font-size: calc(48vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.is-ovs .item-headline{
  background: #11a4f7;
}
.content-box{
  background: #FFF;
  border: calc(8vw / 7.5) solid;
  border-color: #0abe01;
  border-top: none;
  padding: calc(16vw / 7.5);
}
.item-main{
  margin-bottom: calc(20vw / 7.5);
  padding-bottom: calc(10vw / 7.5);
  border-bottom: calc(4vw / 7.5) dashed;
  border-color: #0abe01;
  text-align: center;
}
.is-ovs .content-box,
.is-ovs .item-main{
  border-color: #11a4f7;
}
.catch{
  font-size: calc(28vw / 7.5);
  font-weight: bold;
  color: #3f2401;
  display: block;
}
.title-main{
  font-size: calc(54vw / 7.5);
  font-weight: bold;
  color: #3f2401;
  background: linear-gradient(transparent 70%, #ffff00 70%);
  line-height: 1.2
}
.item-period{
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  color: #e43347;
  margin-top: calc(10vw / 7.5);
  letter-spacing: -0.08em
}
.item-period::before{
  content: "予約期間:";
  display: inline-block
}
.coupon-wrapper{
  display: flex;
  margin: 0 auto calc(30vw / 7.5);
  justify-content: center;
  flex-wrap: wrap;
}
.copy-txt{
  width: 100%;
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(10vw / 7.5);
}
.coupon-item{
  width: 100%;
  text-align: center;
  border: 2px dashed #3f2401;
  padding: calc(20vw / 7.5);
}
.coupon-wrapper.is-ovs .coupon-item{
  background: #e2f3fd;
}
.coupon-wrapper.is-dom .coupon-item{
  background: #E0FCD3;
}
.coupon-item+.coupon-item{
  margin-top: calc(20vw / 7.5);
}
.coupon-name{
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #e43347
}
.coupon-price{
  font-family: 'Open Sans', sans-serif;
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  text-align: center;
  color: #EB3228;
  line-height: 1.2;
  letter-spacing: -0.05em
}
.price-L{
  font-size: calc(60vw / 7.5);
}
.price-S{
  font-size: 50%;
}
.coupon-condition{
  font-size: calc(24vw / 7.5);
}
.coupon-item input {
  width: 100%;
  border: calc(4vw / 7.5) solid;
  padding: 1rem;
  font-size: calc(38vw / 7.5); 
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 0 auto calc(20vw / 7.5);
  display: block;
  word-break: break-all;
}
.coupon-item button {
  font-size: calc(30vw / 7.5);
  text-align: center;
  border: none;
  border-radius: calc(20vw / 7.5);
  line-height: calc(80vw / 7.5);
  padding: 0 calc(16vw / 7.5);
  background: #666;
  color: #FFF
}
.item-disp{
  background: #F2F2F2;
  padding: calc(16vw / 7.5);
}
.item-detail+.item-detail{
  margin-top: calc(10vw / 7.5);
}
.item-sub{
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}
.item-sub::before{
  content: "◆";
  position: absolute;
  top: 0;
  left: 0
}
.item-txt>li{
  font-size: calc(24vw / 7.5);
  font-weight: bold;
  position: relative;
}
.notice-txt{
  display: block;
  position: relative;
  padding-left: 1.0em
}
.notice-txt::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.item-txt.note>li{
  padding-left: 1.0em
}
.item-txt.note>li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.item-txt.note>li.red-txt{
  color: #EB3228
}
.link-button{
  width: 90vw;
  margin: calc(20vw / 7.5) auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.link-button>a{
  display: block;
  width: 100%;
  background: #ffe600;
  border-radius: calc(200vw / 7.5);
  box-shadow: 0px calc(6vw / 7.5) 0px 0px rgb(0 0 0 / 23%);
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: calc(20vw / 7.5) calc(40vw / 7.5);
  min-height: 42px;
  position: relative;
}
.link-button>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_right_black.svg") center center / contain;
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}