@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
/*
 * common
 **/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "メイリオ", "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

.wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.wrapper_index {
  max-width: 600px;
  margin: 0 auto 20px auto;
}

.header {
  padding: 0 0;
  background-color: #fff;
}

.header .header_logo {
  padding: 10px;
}

.header .header_main {
  margin: 0 auto;
}

.header .header_main img {
  width: 100%;
  vertical-align: top;
}

.footer {
  margin: 20px 0 20px 0;
}

.footer_copyright {
  font-size: 10px;
  text-align: center;
}

.content {
  margin: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.error {
  padding: 15px;
}

.error_text {
  font-size: 14px;
  text-align: center;
}

.reset {
  text-align: center;
  margin: 20px;
}

.reset a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background-color: #333;
}

.reset_page {
  text-align: center;
  font-size: 16px;
  padding: 50px 0;
}

.copon_text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ff84b6;
  margin-top: 20px;
  text-align: center;
}

/*
 * top
 **/
.description {
  padding: 0 10px;
}

.description .description__main {
  width: 280px;
  margin: 10px auto 20px auto;
  text-align: center;
}

.description .description__main img {
  max-width: 100%;
}

.description .description__memo {
  font-size: 12px;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}

.floorlist {
  padding: 0 10px 10px 10px;
}

.floorlist .floorlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floorlist .floorlist__list_item {
  margin-right: 2%;
  width: 100%;
}

.floorlist .floorlist__list_item a {
  display: block;
  padding: 7px 0;
  color: #000;
  text-decoration: none;
  border: 1px solid #20499f;
  color: #20499f;
  font-size: 13px;
  width: 100%;
  text-align: center;
  font-family: 'Roboto Condensed', 'メイリオ', sans-serif;
}

.floorlist .floorlist__list_item:nth-child(5) {
  margin-right: 0;
}

/*
 * chusen
 **/
.chusen_param {
  width: 100%;
  height: 150px;
  background: url(../img/linecoupon_bnr01.png) no-repeat;
  background-size: contain;
  margin: 20px auto 30px;
  display: table;
}

@media screen and (max-width: 736px) {
  .chusen_param {
    background: url(../img/linecoupon_bnr_sp.png) center no-repeat;
    background-size: contain;
  }
}

.chusen_start {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin: 20px 20px;
}

.chusen_win {
  font-weight: 700;
  font-size: 1.9rem;
  text-align: center;
  margin: 20px 20px;
}

.chusen_lose {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin: 20px 20px;
}

.chusen_used {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin: 20px 20px;
}

.chusen_lose_text {
  font-size: 1rem;
  text-align: center;
  padding: 20px 20px 60px;
}

.chusen_error {
  width: 80%;
  height: 250px;
  border: 1px solid #191970;
  margin: 30px 0 40px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.chusen_error .chusen_error_text {
  font-weight: 500;
  text-align: center;
  margin-top: 70px;
}

.chusen_error .chusen_error_text .middle_text {
  font-size: 1.1rem;
}

.chusen_error .chusen_error_text .small_text {
  font-size: 0.85rem;
  margin: 20px;
}

/*
 * shoplist
 **/
.mod-local-title {
  padding: 6px 15px 6px;
  color: #fff;
  font-size: 1.0em;
  background-color: #a9a9a9;
  background-size: 2px 2px;
  margin-top: 20px;
}

.mod-link {
  padding-left: 12px;
  font-weight: bold;
  word-break: break-all;
  font-size: 0.9em;
}

.mod-link > a {
  position: relative;
}

.mod-guide-button-menu {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

@media screen and (max-width: 900px) {
  .mod-guide-button-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mod-guide-button-menu > li {
  width: 100px;
}

@media screen and (max-width: 900px) {
  .mod-guide-button-menu > li {
    float: left;
    margin-top: 5px;
    width: 80px;
    margin-right: 5px;
  }
}

.mod-guide-button > button {
  display: block;
  width: 100%;
  padding: 14px 0 13px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: url(/so-ss/common/img/module/button_bg02.png) repeat-x bottom;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mod-guide-button.is-current > button, .mod-guide-button:hover > button {
  background: #fbc900;
  border: 1px solid #fbc900;
  color: #fff;
}

.mod-guide-button-now {
  background-color: #fbc900 !important;
  border: 1px solid #fbc900 !important;
  color: #fff !important;
}

.now-floor {
  border-bottom: 2px solid #a9a9a9;
  font-weight: bold;
  font-size: 1.2em;
  color: #a9a9a9;
  padding: 2px;
  margin: 20px auto;
  width: 100%;
  text-align: center;
}

.floor-guide .mod-media_object {
  display: block;
  width: auto;
}

.floor-guide .mod-media_object > figure img {
  max-width: 100%;
  height: auto;
}

.floor-guide_shop {
  margin: 18px 0 15px 0;
  overflow: hidden;
  background: url(/so-ss/floor/img/detail_shop-list_bg01.png) repeat-y center;
}

.floor-guide_shop .floor-guide_shop_item {
  float: left;
  width: 380px;
  margin-top: 13px;
}

.floor-guide_shop .floor-guide_shop_item:nth-child(-n+2) {
  margin-top: 0;
}

.floor-guide_shop .floor-guide_shop_item:nth-child(2n+1) {
  padding-right: 28px;
  clear: left;
}

.floor-guide_shop .floor-guide_shop_item:nth-child(2n) {
  padding-left: 28px;
}

.floor-guide_shop .floor-guide_shop_name,
.floor-guide_shop .floor-guide_shop_category {
  display: table-cell;
  vertical-align: middle;
}

.floor-guide_shop .floor-guide_shop_name {
  width: 100%;
}

.floor-guide_shop .floor-guide_shop_category {
  padding-left: 15px;
}

.floor-guide_shop .floor-guide_shop_category .floor-guide_shop_category_label {
  font-size: 71.43%;
  display: block;
  width: 12em;
  padding: 4px 0 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.floor-guide_shop .floor-guide_shop_category .floor-guide_shop_category_label.thema-fashion {
  background-color: #ffbb00;
}

.floor-guide_shop .floor-guide_shop_category .floor-guide_shop_category_label.thema-hobby-life {
  background-color: #b492cf;
}

.floor-guide_shop .floor-guide_shop_category .floor-guide_shop_category_label.thema-service {
  background-color: #46c3e9;
}

.floor-guide_shop .floor-guide_shop_category .floor-guide_shop_category_label.thema-restaurant {
  background-color: #ef88b4;
}

.floor-guide_shop .floor-guide_shop_category .floor-guide_shop_category_label.thema-dailyfoods {
  background-color: #fa8400;
}

.floor-guide_to-legend {
  font-size: 1.2em;
  line-height: 1.6;
  text-align: left;
  margin-top: 8px;
}

.floor-guide_to-legend > a {
  padding-left: 13px;
  background: url(/common/img/parts/icon_arrow06.png) no-repeat left center;
}

.floor-legend {
  margin-top: 30px;
}

.floor-legend:first-child {
  margin-top: 0;
}

.floor-legend_icon-list {
  overflow: hidden;
  zoom: 1;
  margin: -3px -20px 0 0;
}

.floor-legend_icon_item {
  float: left;
  width: 200px;
  margin-top: 10px;
}

.floor-legend_icon_item > figure,
.floor-legend_icon_item > p {
  display: table-cell;
  vertical-align: middle;
}

.floor-legend_icon_item > figure {
  padding-right: 8px;
}

.floor-legend_category-list {
  overflow: hidden;
  zoom: 1;
  margin: -15px -20px 0 0;
}

.floor-legend_category-list > li {
  float: left;
  margin: 15px 0 0 80px;
}

.floor-legend_category-list > li:nth-child(4n+1) {
  margin-left: 0;
}

.floor-legend_category {
  position: relative;
  padding: 0 0 0 48px;
}

.floor-legend_category:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 20px;
  border-radius: 4px;
  content: "";
}

.floor-legend_category.thema-fashion:before {
  background-color: #FFBB00;
}

.floor-legend_category.thema-restaurant:before {
  background-color: #F186B4;
}

.floor-legend_category.thema-service:before {
  background-color: #46C3E9;
}

.floor-legend_category.thema-hobby-life:before {
  background-color: #B492CF;
}

.floor-legend_category.thema-dailyfoods:before {
  background-color: #FA8400;
}

.tab-sample_handle .is-current {
  background: #fbc900;
  border: 1px solid #fbc900;
  color: #fff;
}

@media screen and (min-width: 737px) {
  .floor-guide {
    display: block !important;
  }
}

@media screen and (max-width: 736px) {
  .copon_text {
    font-size: 1rem;
    padding: 0 10px;
  }
  .floor-guide-content {
    width: auto;
    margin-top: 13px;
    padding: 0 10px;
  }
  .list {
    overflow: hidden;
    zoom: 1;
  }
  .list li {
    float: left;
    width: 50%;
  }
  .list .a-part {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .list .b-part {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .floor-guide_shop {
    background: none;
  }
  .mod-local-title + .floor-guide_shop {
    margin-top: 14px;
  }
  .floor-guide_shop .floor-guide_shop_item {
    width: 100%;
    float: none;
  }
  .floor-guide_shop .floor-guide_shop_item:nth-child(-n+2) {
    margin-top: 13px;
  }
  .floor-guide_shop .floor-guide_shop_item:first-child {
    margin-top: 0;
  }
  .floor-guide_shop .floor-guide_shop_item:nth-child(2n+1) {
    padding-right: 0;
  }
  .floor-guide_shop .floor-guide_shop_item:nth-child(2n) {
    padding-left: 0;
  }
  .floor-guide_shop_category {
    padding-left: 10px;
  }
  .floor-guide_shop_category_label {
    font-size: 76.92%;
  }
  .floor-legend {
    margin-top: 20px;
  }
  .floor-legend:first-child {
    margin-top: 0;
  }
  .floor-legend_icon-list {
    margin: -16px -10px 0 0;
  }
  .floor-legend_icon_item {
    width: 50%;
  }
  .floor-legend_icon_item > figure,
  .floor-legend_icon_item > p {
    vertical-align: top;
  }
  .floor-legend_icon_item > figure {
    padding-right: 8px;
  }
  .floor-legend_icon_item > p {
    padding-right: 10px;
  }
  .floor-legend_category-list {
    margin: 13px -10px 0 0;
  }
  .floor-legend_category-list > li {
    width: 50%;
    margin: 7px 0 0;
  }
  .floor-legend_category {
    padding: 0 10px 0 48px;
  }
}

.shoplist_floorname {
  background-color: #20499f;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto Condensed', 'メイリオ', sans-serif;
}

.shoplist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 2px solid #ccc;
}

.shoplist__list li {
  width: 50%;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.shoplist__list li a {
  height: 100%;
  display: block;
  position: relative;
  color: #333;
  text-decoration: none;
}

.shoplist__list_floor {
  font-size: 10px;
}

.shoplist__list_image {
  width: 80%;
  margin: 0 auto;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.shoplist__list_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.shoplist__list_image img {
  width: 100%;
  max-height: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.shoplist__list_text {
  text-align: center;
  padding: 0px 5px 20px 5px;
}

.shoplist__list__shop {
  font-size: 12px;
  margin-bottom: 8px;
}

.shoplist__list__shop_name {
  display: inline;
  font-family: 'Roboto Condensed', 'メイリオ', sans-serif;
}

/*
 * shop_info
 **/
.shop_info {
  margin: 20px 0;
}

.shop_info .shop_info__imagebox {
  position: relative;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_info .shop_info__logo {
  width: 200px;
  padding: 5px 0;
  margin-top: 20px;
}

.shop_info .shop_info__logo img {
  width: 100%;
  height: auto;
}

.shop_info .shop_info__data {
  text-align: center;
}

.shop_info .shop_info__data .shop_info__floor {
  display: inline-block;
  padding: 2px 5px;
  background-color: #20499f;
  color: #fff;
  margin-right: 2px;
  font-size: 14px;
  font-family: 'Roboto Condensed', 'メイリオ', sans-serif;
}

.shop_info .shop_info__data .shop_info__category {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  font-size: 12px;
}

.shop_info .shop_info__data .shop_info__shopname {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 30px;
}

/*
 * coupon
 **/
.coupon .coupon_select {
  margin: 0 20px;
  text-align: center;
  padding: 10px 10px 0px 10px;
  position: relative;
  border: 3px solid #ff3b3b;
  background-color: #fff100;
}

.coupon .coupon_select::after {
  content: "▼";
  position: absolute;
  bottom: -30px;
  margin-left: -0.5em;
}

.coupon .coupon_select__text {
  font-size: 14px;
}

.coupon .coupon_select__item {
  background-color: #fff;
  font-size: 18px;
  margin: 10px 0;
  padding: 10px 0;
}

.coupon .coupon_select__item_memo {
  font-size: 12px;
  margin-bottom: 5px;
}

.coupon label {
  color: #ff3b3b;
  font-size: 18px;
  font-weight: bold;
}

/* confirm */
.confirm .confirm_box {
  padding: 0 20px;
}

.confirm .confirm_coupon_terms {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.7px;
  margin: 10px 0 20px 0;
}

.confirm .confirm__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.7px;
}

.confirm .confirm__coupontype {
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  color: #ff3b3b;
  background-color: #fff100;
}

.confirm .confirm__coupontype_body {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 10px;
}

.confirm .confirm__coupontype_memo {
  font-size: 12px;
  color: #666;
}

.confirm .confirm__coupontype_cond {
  font-size: 14px;
  margin-bottom: 5px;
  color: #000;
}

.confirm .confirm__coupontype_name {
  font-size: 24px;
  font-weight: bold;
}

.confirm .confirm__coupontype_image {
  padding: 0 10px 10px 10px;
}

.confirm .confirm__coupontype_image img {
  width: 100%;
  height: auto;
}

.text_Emphasis {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
}

.confirm__modal {
  width: 350px;
}

.confirm__modal .confirm__modal_text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.confirm__modal .confirm__modal_memo {
  font-size: 12px;
  margin-bottom: 10px;
}

.confirm__modal .remodal-cancel {
  font-size: 14px;
  background-color: #666;
}

.used {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.5;
  border: 2px solid #20499f;
  margin: 0 20px;
}

.used p {
  margin: 20px;
}

/*
 * complete
 */
.complete {
  padding: 20px 10px 70px 0;
}

.complete_main {
  text-align: center;
  font-size: 30px;
  color: #ff3b3b;
  font-weight: bold;
  margin-bottom: 20px;
}

.complete_text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.complete_text span {
  display: inline-block;
  padding-left: 10px;
}

.complete_info {
  margin: 10px 0;
}

.complete_info .complete_info__imagebox {
  position: relative;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.complete_info .complete_info__logo {
  width: 200px;
  padding: 5px 0;
}

.complete_info .complete_info__logo img {
  width: 100%;
  height: auto;
}

.complete_info .complete_info__data {
  text-align: center;
}

.coupon_notfound {
  text-align: center;
  margin: 100px auto 50px auto;
}

.coupon__end {
  text-align: center;
  margin: 50px auto 50px auto;
}

.counpon_is_used {
  margin: 10px auto;
  text-align: center;
  padding: 10px;
  border: 10px solid #eee;
  font-size: 14px;
}

.counpon_is_used .counpon_is_used_title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.counpon_is_used .counpon_is_used_date {
  font-size: 13px;
}

/*
 * common btn
 */
.btn_wrap {
  text-align: center;
  margin: 20px;
}

.coupon__use_btn {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #80cfff;
  text-decoration: none;
  border-radius: 5pt;
  border-bottom: 3px solid #80cfff;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn_back {
  display: block;
  text-align: center;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 15pt;
  border: 1px solid #999;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.blue_button_t {
  display: block;
  font-size: 15pt;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  background: #80cfff;
  color: #ffffff;
  padding: 12px 50px;
  line-height: 2em;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #80cfff;
  border-radius: 4px;
  width: 80%;
  margin: 10px 0 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
}

.blue_button_t:hover {
  color: #80cfff;
  background: #ffffff;
}

.blue_button_t:checked {
  border: 2px solid #80cfff;
}

.blue_button {
  display: block;
  font-size: 15pt;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  background: #80cfff;
  color: #ffffff;
  line-height: 2em;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #80cfff;
  border-radius: 4px;
  width: 80%;
  margin: 10px 0 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
}

.blue_button:hover {
  color: #80cfff;
  background: #ffffff;
}

.blue_button .blue_button_a {
  padding: 12px 50px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.blue_button .blue_button_a:hover {
  color: #80cfff;
  background: #ffffff;
}

.gray_button {
  display: block;
  font-size: 13pt;
  text-align: center;
  cursor: pointer;
  background: #999999;
  color: #ffffff;
  line-height: 2em;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #999999;
  width: 80%;
  margin: 10px 0 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
}

.gray_button:hover {
  color: #999999;
  background: #ffffff;
}

.gray_button .gray_button_a {
  color: #ffffff;
  padding: 12px 50px;
  text-decoration: none;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.gray_button_a:hover {
  color: #999999;
  background: #ffffff;
}

/*
 * caution
 **/
.caution {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.caution ul {
  margin-left: 1em;
}

.caution ul li {
  font-size: 12px;
  line-height: 1.3;
  text-indent: -1.3em;
  margin-bottom: 5px;
}

.caution ul li.strong {
  color: red;
  font-weight: bold;
  font-size: 14px;
}

/* PC/SP */
.pc-none {
  display: none;
}

@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
/*# sourceMappingURL=coupon.css.map */