@charset "UTF-8";
/*******************クーポン*******************/
#coupon1{
  width: 670px;
  height: 182px;
  background-image: url(../../img/coupon_back2.jpg);
  background-size: contain;
  margin: 15px 0 0 5px;
  box-shadow: 0 0 10px #888888;
}

#coupon h4, #coupon_detail{
  float: left;
}

#coupon_detail{
  margin-top: 30px;
}

#coupon_detail h5{
  font-size: 14px;
}

#coupon_detail li{
  margin-left: 20px;
  font-size: 12px;
}

.coupon_sub2{
  font-size: 25px;
  font-weight: bold;
}

#coupon_h4_1{
  margin: 64px 0 0 45px;
  font-size: 34px;
  width: 325px;
  color: red;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

.coupon_h4{
  margin: 35px 0 0 10px;
  font-size: 31px;
  text-align: center;
  width: 325px;
  color: red;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

/********************地図*******************/
#map_frame{
  width: 660px;
  height: 450px;
  margin-left: 10px;
  border: 1px solid #bbbbbb;
}


#map table{
  width: 660px;
  margin-top: 20px;
}

#map table{
  border-collapse: collapse;
  width: 660px;
  margin-left: 10px;
}

#map h3{
  font-size: 20px;
}

#map h4{
  margin: 10px 0 0 10px;
}

#map th,#map td{
  border: 1px solid #d8d8d8;
  padding:8px;
}

#map th{
  width: 25%;
  font-size: 13px;
  text-align: left;
  background-color: #fff9ec;
}

#map td{
  width: 75%;
  font-size: 12px;
  background-color: white;
}

/****************************************タブレット&モバイル総合******************************/
@media screen and (max-width: 921px){
  h3{
    font-size: 130%;
  }

  #coupon1{
    width: 500px;
    height: 136px;
    margin: 15px auto 0;
  }

  .coupon_h4{
    margin: 26px 0 0 7px;
    font-size: 25px;
    width: 55%;
    text-align: center;
  }

  .coupon_sub2{
    font-size: 20px;
    padding: 0;
  }

  #coupon_detail{
    margin-top: 18px;
  }

  #coupon_detail h5{
    font-size: 13px;
  }

  #coupon_detail li{
    font-size: 11px;
    line-height: 13px;
  }

  #coupon_h4_1{
    margin: 41px 0 0 23px;
    font-size: 22px;
    width: 55%;
  }

  #map_frame{
    width: 99.6%;
    margin: 0;
  }

  #map_frame iframe{
    width: 100%;
  }

  #map table{
    width: 100%;
    margin-left: 0;
  }

  #map td{
    font-size: 62%;
  }
}

@media screen and (max-width: 743px){
  h3, #map h3{
    font-size: 100%;
    padding-left: 10px;
  }

  #coupon1{
    width: 400px;
    height: 108.8px;
    margin: 15px auto 0;
  }

  .coupon_h4{
    margin: 20px 0 0 0;
    font-size: 18px;
    width: 47%;
    text-align: right;
  }

  .coupon_sub2{
    font-size: 16px;
  }

  #coupon_detail{
    margin-top: 15px;
  }

  #coupon_detail h5{
    font-size: 11px;
  }

  #coupon_detail li{
    font-size: 9px;
    line-height: 10px;
  }
}

@media screen and (max-width: 600px){
  #coupon1{
    width: 490px;
    height: 133.5px;
  }

  .coupon_h4{
    margin: 25px 0 0 0;
    font-size: 25px;
    width: 52%;
  }

  .coupon_sub2{
    font-size: 18px;
  }

  #coupon_h4_1{
    margin: 48px 0 0 27px;
    font-size: 28px;
  }

  #coupon_detail{
    margin-top: 22px;
  }

  #coupon_detail h5{
    font-size: 13px;
  }

  #coupon_detail li{
    font-size: 11px;
    line-height: 12px;
  }

  #map_frame{
    height: 300px;
  }

  #map_frame iframe{
    height: 100%;
  }
}

@media screen and (max-width: 511px){
  #coupon1{
    width: 384px;
    height: 105px;
  }

  .coupon_h4{
    margin-top: 19px;
    font-size: 19px;
  }

  .coupon_sub2{
    font-size: 15px;
  }

  #coupon_h4_1{
    margin: 39px 0 0 17px;
    font-size: 21px;
  }

  #coupon_detail{
    margin-top: 14px;
  }

  #coupon_detail h5{
    font-size: 11px;
  }

  #coupon_detail li{
    font-size: 9px;
    line-height: 10px;
  }
}

@media screen and (max-width: 400px){
  h3, #map h3{
    font-size: 75%;
  }

  #coupon1{
    width: 299px;
    height: 81.5px;
  }

  .coupon_h4{
    margin-top: 16px;
    font-size: 15px;
  }

  #coupon_h4_1{
    margin: 29px 0 0 14px;
    font-size: 16px;
  }

  #coupon_detail{
    margin-top: 11px;
  }

  #coupon_detail h5{
    font-size: 8px;
  }

  #coupon_detail li{
    margin-left: 13px;
    font-size: 7px;
    line-height: 8px;
  }
}

@media screen and (max-width: 312px){
  #coupon1{
    width: 288px;
    height: 78.5px;
  }

  #coupon_detail h5{
    line-height: 9px;
  }
}

@media screen and (max-width: 300px){
  h3, #map h3{
    font-size: 55%;
  }

  #coupon1{
    width: 230px;
    height: 62.5px;
  }

  .coupon_h4{
    margin-top: 14px;
    font-size: 11px;
    width: 49%;
  }

  .coupon_sub2{
    font-size: 10px;
  }

  #coupon_h4_1{
    margin: 25px 0 0 11px;
    font-size: 13px;
  }

  #coupon_detail{
    margin-top: 9px;
  }

  #coupon_detail h5{
    font-size: 7px;
    line-height: 8px;
    margin-top: 1px;
  }

  #coupon_detail li{
    font-size: 5px;
    margin-left: 11px;
    line-height: 6px;
  }

  #map_frame{
    height: 200px;
  }
}