   .coupon{
    padding-top: 120px;
   }
   @media screen and (min-width: 737px) {
    .coupon{
        min-width: 1217px;
        margin-top: 100px;
       }
   }

   .coupon .guidance{
      text-align: center;
      margin-bottom: 100px;
   }

      @media screen and (min-width: 737px) {
   .coupon .guidance{
      max-width: 900px;
      margin: 0 auto 150px;
   }

   }

   .coupon .guidance div{
      padding: 36px;
      margin: 0 20px;
      background-color: #f4f4f4;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.4;
   }

@media screen and (min-width: 737px) {
   .coupon .guidance div{
      padding: 50px 40px;
      font-size: 19px;
   }
   }
   .coupon .list{
      padding: 0 20px;
      margin: 0 auto 60px;
        }

@media screen and (min-width: 737px) {
    .coupon .list{
      max-width: 1120px;
      margin: 0 auto 210px;
        }
   }
.coupon .list h2{
    position: relative;
   text-align: center;
   font-size: 22px;
   font-weight: 700;
   line-height: 1.4;
   margin-bottom: 40px;
    }

@media screen and (min-width: 737px) {
    .coupon .list h2{
       font-size: 32px;
       margin-bottom: 60px;
        }
   }

   .coupon .list h2::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    }


    .coupon .list h2::after{
        position: absolute;
        content: "";
        display: block;
        width: 90px;
        height: 24px;
        background: url(../images/title_deco.svg) no-repeat;
        background-size: contain;
        left: 50%;
        top: -40px;
        transform: translateX(-50%);
        }
 @media screen and (min-width: 737px) {
    .coupon .list h2::after{
    width: 120px;
    height: 32px;
    top: -55px;
   }
 }



.coupon .list h2 span{
    position: relative;
    display: inline-block;
    padding: 0 calc(20 / 375 * 100vw) 0;
    background-color: #fff;
}

@media screen and (min-width: 737px) {
    .coupon .list h2 span{
      padding: 0 65px;
    }
   }


.coupon .list .tab{
margin: 0 auto 50px;
}

.coupon .list .tab_area{
display: flex;
justify-content: center;
gap: 14px;
}

@media screen and (min-width: 737px) {
 .coupon .list .tab_area{
    width: 780px;
    margin: 0 auto;
 }
}

.coupon .list .tab_btn{
width: calc((100% - 28px) / 3);
}

.coupon .list .tab_btn a{
font-size: 18px;
font-weight: 700;
letter-spacing: .06em;
padding: 20px 0;
text-align: center;
display: block;
background-color: #fff;
}

.coupon .list .tab_btn a.-yokohama{
border: 1px solid #7DBCBE;
color: #7DBCBE;
}

.coupon .list .tab_btn a.-asakusa{
border: 1px solid #DD9F9D;
color: #DD9F9D;
}

.coupon .list .tab_btn a.-kamakura{
border: 1px solid #B0C56C;
color: #B0C56C;
}

.coupon .list .tab_btn.active a.-yokohama{
border: 1px solid #7DBCBE;
background-color: #7DBCBE;
color: #fff;
}

.coupon .list .tab_btn.active a.-asakusa{
border: 1px solid #DD9F9D;
background-color: #DD9F9D;
color: #fff;
}

.coupon .list .tab_btn.active a.-kamakura{
border: 1px solid #B0C56C;
background-color: #B0C56C;
color: #fff;
}


.coupon .list .content{
display: none;
margin: 0 auto 80px;
}
.coupon .list .content.show{
display:block;
}

.coupon .list .content ul{
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 gap: 16px;
 padding: 0 !important;
}

@media screen and (min-width: 737px) {
    .coupon .list .content ul{
        flex-direction: row;
        gap: 32px;
       }
}

.coupon .list .content ul li{
    position: relative;
    display: flex;
    flex-direction: column;
 border: 1px solid #C7C7C7;
 border-radius: 20px;
}

@media screen and (min-width: 737px) {
    .coupon .list .content ul li{
        width: calc((100% - 64px) / 3);
       }
}

.coupon .list .content ul li a{
    height: 100%;
 display: flex;
 flex-direction: column;
 gap: 10px;
 padding: 18px 18px 36px 18px;
}

@media screen and (min-width: 737px) {
    .coupon .list .content ul li a{
     opacity: 1;
    }
}


.coupon .list .content ul .pic .mask{
   border-radius: 18px;
   overflow: hidden;
}

.coupon .list .content ul li .pic img{
 width: 100%;
 transition: all .6s;
}

@media screen and (min-width: 737px) {
    .coupon .list .content ul li:hover .pic img{
   transform: scale(1.2);
   transition: all .6s;
   }
}



.coupon .list .content ul li .box{
    height: 100%;
    margin: 0 10px;
   }


.coupon .list .content ul li .tag{
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
   }


.coupon .list .content ul li .tag span{
    border-radius: 100px;
    font-size: 13px;
    padding: 3px 14px;
   }

.coupon .list .content ul li .tag span.-kankou{
    border: 1px solid #4D4D4D;

   }

.coupon .list .content ul li .tag span.-service{
    border-radius: 100px;
    border: 1px solid #BD2E2E;
    background-color: #BD2E2E;
    color: #fff;
   }

.coupon .list .content ul li .name{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
   }

.coupon .list .content ul li .tokuten{
   display: flex;
   gap: 15px;
   flex-grow: 1;
   align-items: center;
   margin-bottom: 20px;
   padding-top: 20px;
   border-top: 1px dotted #000;
   }

.coupon .list .content ul li .tokuten .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
   color: #fff;
    background-color: #BD2E2E;
    border-radius: 6px;
    width: 70px;
    height: 70px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .12em;
   }

.coupon .list .content ul li .tokuten p{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
   }

.coupon .list .content ul li .place{
    position: absolute;
    margin-top: auto;
    bottom: 18px;
    right: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #868686;
   }

.coupon .list .content ul li i{
    margin-right: 4px;
   }

   .coupon .plan{
    position: relative;
    background: url(../images/plan_bg.png) repeat;
    background-size: 250%;
    padding: 50px 0;
    margin-bottom: 60px;
   }

   @media screen and (min-width: 737px) {
    .coupon .plan{
        background-size: 1000px;
        padding: 90px 0;
        margin-bottom: 100px;
       }
}

   .coupon .plan_inner{
    display: flex;
    gap: 24px;
    flex-direction: column;
   max-width: 973px;
   margin: 0 auto;
   }


   @media screen and (min-width: 737px) {
    .coupon .plan_inner{
        gap: 40px;
        flex-direction: row;
        align-items: flex-end;
       }
}

   .coupon .plan_pic{
   position: relative;
   z-index: 1;
   }

   @media screen and (min-width: 737px) {
    .coupon .plan_pic{
        order: 2;
    }
}

   .coupon .plan_pic p:first-of-type{
   width: 80%;
   margin: 0 auto;
   }

   @media screen and (min-width: 737px) {
    .coupon .plan_pic p:first-of-type{
        position: absolute;
        width: 380px;
        margin: 0;
        top: -150px;
        left: -229px;
        }
}

   .coupon .plan_pic p:nth-of-type(2){
    position: relative;
  margin-top: -32px;
  z-index: -1;
   }


   @media screen and (min-width: 737px) {

   .coupon .plan_pic p:nth-of-type(2){
  margin-top: 0;
   }
}

   .coupon .plan_textArea{
position: relative;
  margin: 0 20px;
  z-index: 1;
   }


   @media screen and (min-width: 737px) {
    .coupon .plan_textArea{
   margin: 0;
   flex-shrink: 0;
   max-width: 377px;
   }
}

   .coupon .plan_textArea p{
   font-size: 16px;
   line-height: 1.7;
   }

   .coupon .cvBtn {
    text-align: center;
    margin-top: 40px;
}

   .coupon .cvBtn.-white {
    text-align: center;
    margin: 0 20px 80px;
}


@media screen and (min-width: 737px) {
    .coupon .cvBtn {
        margin: 24px auto 0;
        max-width: 377px;
    }
    .coupon .cvBtn.-white {
        margin: 0 auto 120px;
    }
}

.coupon .cvBtn a {
    position: relative;
    width: 100%;
    display: inline-block;
    padding:16px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #0A2162;
    border-radius: 100px;
    border: 1px solid #0A2162;
    transition: all .3s;
}

.coupon .cvBtn.-white a {
    position: relative;
    width: 100%;
    display: inline-block;
    padding:25px 20px;
    color: #0A2162;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #0A2162;
    transition: all .3s;
}

.coupon .cvBtn a::before {
    position: absolute;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right:24px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s;
}

.coupon .cvBtn.-white a::before {
    position: absolute;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #0A2162;
    border-left: 2px solid #0A2162;
    border-right: 0;
    top: 50%;
    left:24px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s;
}


.coupon .cvBtn p {
    font-size: 11px;
    margin-top: 9px
}

@media screen and (min-width: 737px) {
.coupon .cvBtn a:hover {
    color: #0A2162;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}
}
@media screen and (min-width: 737px) {
.coupon .cvBtn a:hover::before {
    right: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #0A2162;
}
}

@media screen and (min-width: 737px) {
.coupon .cvBtn.-white a:hover::before {
    left: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
}

/* ---------------------------
詳細ページ
---------------------------　*/

.coupon.bgColor{
   padding-top: 60px;
   padding-bottom: 10px;
   margin-top: 0 !important;
}

@media screen and (min-width: 737px) {
.coupon.bgColor{
   padding-top: 120px;
   padding-bottom: 20px;
}
}

.coupon.bgColor.-yokohama{
    background-color: #D6EAEA;
}

.coupon.bgColor.-asakusa{
    background-color: #F8EDED;
}

.coupon.bgColor.-kamakura{
    background-color: #ECF0DE;
}

.coupon .detail{
background-color: #fff;
border-radius: 30px;
padding: 50px 28px 60px;
margin-bottom: 50px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 737px) {
.coupon .detail{
    max-width: 927px;
border-radius: 60px;
padding: 70px 90px 80px;
margin: 0 auto 80px;
}
}

.coupon .detail h2{
font-size: 20px;
font-weight: 700;
padding-bottom: 12px;
margin-bottom: 24px;
border-bottom: 1px solid #000;
}

@media screen and (min-width: 737px) {
.coupon .detail h2{
font-size: 28px;
padding-bottom: 19px;
margin-bottom: 40px;
}
}

.coupon .detail_pic img{
border-radius: 18px;
}

@media screen and (min-width: 737px) {
.coupon .detail_pic img{
border-radius: 24px;
}
}

.coupon .detail_list{
   margin-top: 40px;
   display: flex;
   flex-direction: column;
   }

@media screen and (min-width: 737px) {
.coupon .detail_list{
   margin-top: 80px;
   }
}

.coupon .detail_list li{
   padding: 16px 0;
     border-bottom: 1px solid #e6e6e6;
   }


@media screen and (min-width: 737px) {
.coupon .detail_list li{
   padding: 30px 0;
   }
}

.coupon .detail_list li:last-of-type{
     border-bottom:0;
   }

.coupon .detail_list li .tokuten{
   display: flex;
   gap: 15px;
   flex-grow: 1;
   align-items: center;
   }

@media screen and (min-width: 737px) {
.coupon .detail_list li .tokuten{
   gap: 30px;
   }
}


.coupon .detail_list li .tokuten small{
   font-size: 65%;
   }

.coupon .detail_list li .tokuten .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
   color: #fff;
    background-color: #BD2E2E;
    border-radius: 6px;
    width: 62px;
    height: 62px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .12em;
   }

@media screen and (min-width: 737px) {
.coupon .detail_list li .tokuten .icon{
    border-radius: 10px;
    width: 98px;
    height: 98px;
    font-size: 22px;
   }
}

.coupon .detail_list li .tokuten p{
    font-size: 15px;
    font-weight: 700;
   }

@media screen and (min-width: 737px) {
.coupon .detail_list li .tokuten p{
    font-size: 22px;
   }
}

   .coupon .detail_list li dl{
   display: flex;
   align-items: center;
   gap: 16px;
   }

@media screen and (min-width: 737px) {
   .coupon .detail_list li dl{
   gap: 30px;
   }
}

   .coupon .detail_list li dt{
    min-width: 80px;
    max-width: 80px;
  font-size: 15px;
  font-weight: 700;
  color: #4D4D4D;
   }

@media screen and (min-width: 737px) {
   .coupon .detail_list li dt{
    min-width: 100px;
    max-width: 100px;
  font-size: 16px;
   }
}

   .coupon .detail_list li dd{
   word-break: break-all;
    font-size: 15px;
   }


@media screen and (min-width: 737px) {

   .coupon .detail_list li dd{
    font-size: 16px;
   }
}

   .coupon .detail_list li dd a{
   text-decoration: underline;
   }


   .coupon .detail_list li .map{
   margin-top: 24px;
   }

@media screen and (min-width: 737px) {
   .coupon .detail_list li .map{
   margin-top: 50px;
   }
}
   .coupon .detail_list li .map iframe{
 width: 100%;
 height: 300px;
   }

@media screen and (min-width: 737px) {
   .coupon .detail_list li .map iframe{
 width: 100%;
 height: 420px;
   }
}

   .coupon .detail_list li .notes{
    font-size: 12px;
    margin-top: 4px;
   }

   .coupon .detail_list li dd.sns{
   display: flex;
   gap: 20px;
   }

@media screen and (min-width: 737px) {
   .coupon .detail_list li dd.sns{
   display: flex;
   gap: 24px;
   }
}

   .coupon .detail_list li dd.sns img{
   height: 20px;
   }


@media screen and (min-width: 737px) {
   .coupon .detail_list li dd.sns img{
   height: 24px;
   }
}
