<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  秋冬旅満喫クーポン
========================================================================================================*/
#coupon1 {
  margin-bottom: 100px;
}
#coupon1 .main-img {
  position: relative;
}
#coupon1 .main-img header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1080px;
  margin: auto;
}
#coupon1 .main-img header h1 {
  margin-top: 52px;
  margin-bottom: 43px;
  margin-left: 250px;
  width: 580px;
}
#coupon1 .mt-xxl {margin-top: 100px;}
@media screen and (max-width:767px) {
  #coupon1 {
    margin-bottom: 50px;
  }
  #coupon1 .main-img header {
    width: 100%;
  }
  #coupon1 .main-img header h1 {
    margin: 0 auto;
    width: 100%;
  }
  #coupon1 .main-img header h1 img {
    width: 100%;
  }
  #coupon1 .mt-xxl {margin-top: 40px;}
}

#coupon1 .coupon-box {
  background: #f7f5ec;
  padding: 30px 0;
}
#coupon1 .coupon-box .sd {
  width: 490px;
  margin: 0 auto;
  box-shadow:3px 3px 16px 5px rgba(0,0,0,0.3);
  -moz-box-shadow:3px 3px 16px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow:3px 3px 16px 5px rgba(0,0,0,0.3);
}
#coupon1 .coupon-box .ttl {
  background: #36c5d3 url(/tour/coupon1/images/coupon-box-bg_171222.png) no-repeat right top;
  text-align: center;
  margin: 0;
  padding: 10px;
  padding-right: 1em;
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
}
#coupon1 .coupon-box .ttl .en {
  font-size: 48px;
}
#coupon1 .coupon-box .ttl .price {
  font-size: 58px;
}
#coupon1 .coupon-box .coupon-code {
  background: #39426b;
  text-align: center;
  margin: 0;
  color: #deffe0;
  padding: 5px;
  font-size: 24px;
  font-weight: bold;
}
#coupon1 .coupon-box .detail {
  background: #FFF;
  padding: 10px;
  color: #1a1a1a;
}
#coupon1 .coupon-box .detail dl {
  width: 74%;
  margin: 0 auto;
}
#coupon1 .coupon-box .detail dl dt {
  width: 7.5em;
}
#coupon1 .coupon-box .detail dl dd {
  padding-left: 8em;
  box-sizing: border-box;
}
@media (max-width:767px) {
  #coupon1 .coupon-box {
    padding: 15px 0;
  }
  #coupon1 .coupon-box .sd {
    width: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  #coupon1 .coupon-box .ttl {
    background-size: contain;
    padding-right: 1em;
    font-size: 20px;
  }
  #coupon1 .coupon-box .ttl .en {
    font-size: 28px;
  }
  #coupon1 .coupon-box .ttl .price {
    font-size: 30px;
  }
  #coupon1 .coupon-box .coupon-code {
    font-size: 20px;
  }
  #coupon1 .coupon-box .detail dl {
    width: 100%;
  }
  #coupon1 .coupon-box .detail dl dt {
    float: left;
  }
  #coupon1 .coupon-box .detail dl dt:after {content:"："; float: right;}
}

#coupon1 dl.list {
  overflow: hidden;
}
#coupon1 dl.list dt {
  float: left;
  width: 9em;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
}
#coupon1 dl.list dt:after {content:"："; float: right;}
#coupon1 dl.list dd {
  width: 100%;
  padding-left: 10em;
  margin-bottom: 0;
}
@media (max-width:767px) {
  #coupon1 dl.list dt {
    float: none;
  }
  #coupon1 dl.list dt:after {content:"："; float: none;}
  #coupon1 dl.list dd {
    width: 100%;
    padding-left: 1em;
    margin-bottom: 0.5em;
  }
}
#coupon1 .indent .link-blank:after {text-indent: 0}
#coupon1 .list-disk.notes &gt; li:before {left:0;}
#coupon1 .list-disk.notes &gt; li {
  padding-left: 1em;
}

#coupon1 .coupon-box .close-w {
  position: relative;
  width: 490px;
  margin: 0 auto;
}
#coupon1 .coupon-box .close {
  background: rgba(150,150,150,0.9);
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}
#coupon1 .coupon-box .close p {
  height: 1em;
  position: absolute;
  width: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width:767px) {
  #coupon1 .coupon-box .close-w {
    width: 100%;
  }
}</pre></body></html>