@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
}
.nopc{
  display: none
}
.mv-wrapper{
  width: 100%;
  height: 280px;
  background: url("../img/mv_photo.jpg") no-repeat center top;
  position: relative;
}
.title-logo img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.bodycopy{
  background: #10069f;
  padding: 10px 0
}
.bodycopy>p{
  width: 992px;
  margin: auto;
  font-size: 16px;
  color: #FFF;
  text-align: center
}

.main-content{
  padding: 50px 0
}
.inner{
  width: 992px;
  margin: auto;
  justify-content: space-between;
}
.select-tab{
  display: flex;
  margin: 0 auto 80px;
  justify-content: space-between;
}
.select-tab>li{
  width: calc(98% / 2);
  border-radius: 6px;
  padding: 10px;
  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: 30px;
  font-weight: bold;
  color: #FFF;
}

.content-wrapper{
  position: relative
}
.content-wrapper+.content-wrapper{
  margin-top: 100px
}
.item-headline{
  background: #0abe01;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.is-ovs .item-headline{
  background: #11a4f7;
}
.content-box{
  background: #FFF;
  border: 6px solid;
  border-color: #0abe01;
  border-top: none;
  padding: 20px;
}
.item-main{
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 4px dashed;
  border-color: #0abe01;
  text-align: center;
}
.is-ovs .content-box,
.is-ovs .item-main{
  border-color: #11a4f7;
}
.catch{
  font-size: 24px;
  font-weight: bold;
  color: #3f2401;
  display: block;
}
.title-main{
  font-size: 42px;
  font-weight: bold;
  color: #3f2401;
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.item-period{
  font-size: 24px;
  font-weight: bold;
  color: #e43347;
  margin-top: 4px
}
.item-period::before{
  content: "新規予約期間:";
  display: inline-block
}
.coupon-wrapper{
  display: flex;
  margin: 0 auto 10px;
  flex-wrap: wrap;
}
.copy-txt{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.coupon-item{
  width: calc((100% - 10px) / 2);
  text-align: center;
  border: 2px dashed #3f2401;
  padding: 10px;
  flex-grow: 1
}
.coupon-item:nth-child(odd){
  flex-grow: 0
}
.coupon-wrapper.is-ovs .coupon-item{
  background: #e2f3fd;
}
.coupon-wrapper.is-dom .coupon-item{
  background: #E0FCD3;
}

.coupon-item:nth-child(even){
  margin-left: 10px;
}
.coupon-item:nth-child(n+3){
  margin-top: 10px;
}
.coupon-name{
  font-size: 18px;
  font-weight: bold;
  color: #3f2401;
}
.coupon-price{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #EB3228;
  line-height: 1.2;
  letter-spacing: -0.05em
}
.price-L{
  font-size: 60px;
}
.price-S{
  font-size: 50%;
}
.coupon-condition{
  font-size: 14px;
}
.coupon-item input {
  width: 100%;
  border: 2px solid;
  padding: 1rem;
  font-size: 28px;  
  font-weight: bold;
  text-align: center;
  color: #3f2401;
  margin: 0 auto 10px;
  display: block;
  word-break: break-all;
}
.coupon-item button {
  font-size: 15px;
  text-align: center;
  color: #FFF;
  border: none;
  border-radius: 10px;
  line-height: 48px;
  padding: 0 8px;
  background: #666
}
.item-disp{
  background: #F2F2F2;
  padding: 10px;
}
.item-detail+.item-detail{
  margin-top: 10px;
}
.item-sub{
  font-size: 16px;
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}
.item-sub::before{
  content: "◆";
  position: absolute;
  top: 0;
  left: 0
}
.item-txt>li{
  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: 800px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between
}
.link-button>a{
  display: block;
  background: #ffe600;
  border-radius: 100px;
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 23%);
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 10px 40px;
  min-height: 42px;
  position: relative;
  flex: 1;
}
.link-button>a::after{
  content: "";
  background: url("/cmn/icon/icon_arrow_right_black.svg") center center / contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}