@charset "UTF-8";
/* Option style */
p.notes {
  font-size: 75%;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.main_heading {
  margin-bottom: 0;
}

div.panel_default {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/bg.jpg) 0 0 repeat;
  width: auto;
  margin: auto;
}

div.panel_default #mainBg {
  background: url(../images/bg_dots.png) center top repeat-x;
}

div.panel_default.mainpage .bg {
  background: url(../images/main_bg.png) center top no-repeat;
}

div.panel_default.mainpage #mainBg #mainBox {
  width: 980px;
  margin: 0 auto;
}

div.panel_default.mainpage #mainBg #mainBox h2 {
  text-align: center;
  padding: 41px 0 263px;
}

div.panel_default.mainpage #mainBg #mainBox .sliderBox {
  margin: 0 40px;
}

/**リードテキスト**/
div.panel_default #txtArea {
  text-align: center;
}

div.panel_default #txtArea .copyTxt {
  padding: 57px 0 15px;
  font-size: 188%;
  font-weight: bold;
  color: #c40010;
  line-height: 1.5;
}

div.panel_default #txtArea .txt {
  line-height: 1.63;
  width: 980px;
  text-align: left;	
  margin: 31px auto 0;
}

div.panel_default #txtArea p.notes {
  margin: 31px auto 0;
  width: 980px;
  text-align: left;
}

/**凡例**/
.legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 46px auto 70px;
  width: 740px;
  border: 2px solid #cccccc;
  background-color: #fff;
}

.legend .legend_headTtl {
  width: 78px;
  background-color: #ececec;
}

.legend .legend_headTtl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.legend .legend_details {
  padding: 10px 0;
  width: calc(100% - 78px);
}

.legend .legend_iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.legend .legend_iconListItem {
  font-size: 113%;
  font-weight: bold;
}

.legend .legend_iconListItem img {
  margin-right: 12px;
}

.legend .item-passport {
  color: #ff5ab7;
}

.legend .item-railpass {
  margin-left: 40px;
  color: #3898ff;
}

/**モーダル 共通**/
#cboxContent {
  margin-top: 44px;
}

#cboxClose {
  width: 34px;
  height: 34px;
  top: -44px;
  background-size: 34px 34px;
}

.modalBoxArea {
  width: 780px;
}

.modalBoxArea .headBox .txtBox {
  margin-left: 38px;
}

.modalBoxArea .headBox .txtBox .head {
  font-size: 172%;
  /*24px*/
  font-weight: bold;
  line-height: 1.5;
}

.modalBoxArea .headBox .txtBox .txt {
  margin-top: 11px;
  line-height: 1.4;
}

/**フッター上バナー**/
ul.bnr {
  overflow: hidden;
  width: 900px;
  margin: 75px auto 0;
}

ul.bnr li {
  float: left;
}

ul.bnr li + li {
  margin: 20px 0 0 0;
}

/* スポット一覧ページ
*******************************************/
#benefits {
  padding-bottom: 90px;
}

#benefits .inner {
  width: 980px;
  margin: 0 auto;
}

/**/
#benefits .areaHeadBox {
  margin: 40px 0 35px;
}

#spotlist .areaHeadBox .areaName {
  margin-left: 1px;
  padding: 5px 0 7px 15px;
  border-left: 5px solid #b81c22;
  font-size: 175%;
  line-height: 1.4;
  font-weight: bold;
  color: #b81c22;
  letter-spacing: 0.06em;
}

#spotlist + #spotlist {
  margin-top: 58px;
}

#spotlist ul {
  overflow: hidden;
  margin-left: -22px;
}

#spotlist ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin: 0 0 22px 22px;
  border: 4px solid;
  width: 312px;
  background: #fff;
  color: #000;
}

#spotlist ul li.ctg-passport {
  border-color: #ff5ab7;
}

#spotlist ul li.ctg-railpass {
  border-color: #3898ff;
}

#spotlist ul li p.spotName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 59px;
  margin: 22px 16px;
  font-size: 113%;
  font-weight: bold;
  line-height: 1.3;
  min-height: 45px;
}

#spotlist ul li.ctg-passport p.spotName {
  background: url(../images/ico_ctg_passport.png) no-repeat left center;
}

#spotlist ul li.ctg-railpass p.spotName {
  background: url(../images/ico_ctg_railpass.png) no-repeat left center;
}

#spotlist ul li p.spotImg {
  position: relative;
  text-align: center;
}

/*pickup*/
#spotlist ul li.pickupSpot p.spotImg:before {
  position: absolute;
  content: "PICK UP";
  overflow: hidden;
  text-indent: -9999px;
  width: 82px;
  height: 80px;
  background: url(../images/ico_spot_pickup.png) no-repeat center/82px auto;
  top: -15px;
  right: 6px;
}

/*pickup end*/
#spotlist ul li p.spotImg img {
  width: 272px;
}

#spotlist ul li .couponBox {
  margin-top: 20px;
  padding: 12px 16px 20px;
  background: url(../images/bg_coupon.gif);
}

#spotlist ul li .couponBox .couponTtl {
  margin-bottom: 13px;
  font-size: 113%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#spotlist ul li.ctg-passport .couponBox .couponTtl {
  color: #ff5ab7;
}

#spotlist ul li.ctg-railpass .couponBox .couponTtl {
  color: #3898ff;
}

#spotlist ul li .couponBox .txtBox {
  padding: 12px 15px 10px;
  background: #fff;
  font-size: 87.5%;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

#spotlist ul li .couponBox .txtBox .couponDate {
  margin-top: 8px;
  font-weight: bold;
}

#spotlist ul li .couponBox .couponBtn {
  margin-top: 15px;
  text-align: center;
  line-height: 1.6;
  -webkit-box-shadow: 0px 5px rgba(13, 4, 9, 0.2);
          box-shadow: 0px 5px rgba(13, 4, 9, 0.2);
}

#spotlist ul li.ctg-passport .couponBox .couponBtn {
  background: #ff5ab7;
}

#spotlist ul li.ctg-railpass .couponBox .couponBtn {
  background: #3898ff;
}

#spotlist ul li .couponBox .couponBtn a {
  display: block;
  padding: 9px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#spotlist ul li dl {
  margin: 17px 20px;
  font-size: 88%;
  line-height: 1.4;
  letter-spacing: 0;
}

#spotlist ul li dl dd {
  margin-left: 1em;
}

#spotlist ul li .spotWebsite {
  margin: 0 16px;
  border: 3px solid #e20113;
  background: #fff;
  text-align: center;
  line-height: 1;
  -webkit-box-shadow: 0px 5px rgba(13, 4, 9, 0.2);
          box-shadow: 0px 5px rgba(13, 4, 9, 0.2);
}

#spotlist ul li .spotWebsite a {
  position: relative;
  display: block;
  padding: 11px 10px 9px;
  color: #e20113;
  text-decoration: none;
  font-weight: bold;
}

#spotlist ul li .spotWebsite a span {
  display: inline-block;
  padding-right: 24px;
  background: url(../images/ico_newwindow.gif) no-repeat right center/15px auto;
}

#spotlist ul li .spotUpdate {
  margin: 15px 1em 6px 0;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  color: #ff0000;
}

.moreBtn {
  margin: 8px auto 30px;
  width: 980px;
}

.moreBtn a {
  font-size: 14px;
  display: block;
  color: #fff !important;
  padding: 9px 0 10px 0;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  background-color: #cccccc;
  border-radius: 2px;
  text-decoration: none !important;
}

.moreBtn a span {
  background-image: url(/global/common/images/arrow_down.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.notes {
  margin: 0 auto;
  width: 980px;
  font-size: 75%;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/*クーポンモーダル エリア別*/
.modalBoxArea_coupon {
  width: 312px;
  padding: 20px 0;
}

.modalBoxArea_coupon .head {
  padding-top: 10px;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 129%;
  font-weight: bold;
  line-height: 1;
}

.modalBoxArea_coupon .txtBox {
  margin: 11px 20px 0;
  padding: 13px 15px 12px;
  background: #fff;
  line-height: 1.4;
}

.modalBoxArea_coupon .txtBox .couponDutyFree {
  margin-top: 0.8em;
  padding-top: 0.8em;
  border-top: 1px solid #cccccc;
}

.modalBoxArea_coupon .txtBox .couponModalDate {
  margin-top: 17px;
  font-weight: bold;
}

.modalBoxArea_coupon .couponPassPlace {
  margin: 0 20px 20px;
  padding: 12px 10px 11px;
  font-size: 115%;
  font-weight: bold;
  line-height: 1.4;
}

.modalBoxArea_coupon .btnClose a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding-top: 8px;
  border: 2px solid #fff;
  width: 200px;
  height: 34px;
  font-size: 115%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.modalBoxArea_coupon .btnClose a span {
  padding-left: 25px;
  background: url(../images/ico_close.png) no-repeat center left/15px auto;
}

.modalBoxArea_coupon.ctg-passport {
  background: url(../images/bg_coupon_modal01.gif);
}

.modalBoxArea_coupon.ctg-passport .head {
  background: url(../images/bg_coupon_modal_ttl01.png) no-repeat center;
}

.modalBoxArea_coupon.ctg-passport .btnClose a {
  background: #ff5bb7;
}

.modalBoxArea_coupon.ctg-passport .couponPassPlace {
  background: #ffeef6;
}

.modalBoxArea_coupon.ctg-railpass {
  background: url(../images/bg_coupon_modal02.gif);
}

.modalBoxArea_coupon.ctg-railpass .head {
  background: url(../images/bg_coupon_modal_ttl02.png) no-repeat center;
}

.modalBoxArea_coupon.ctg-railpass .btnClose a {
  background: #3898ff;
}

.modalBoxArea_coupon.ctg-railpass .couponPassPlace {
  background: #d5e9ff;
}
/*# sourceMappingURL=benefit.css.map */
