@charset "UTF-8";
/* ---
このcssはscssをコンパイルしたcssです。
cssを記述する場合は、こちらに記述せず、merge.cssに記述してください
---*/
/* ------------------------------------
  reset
------------------------------------ */
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* 10px */ }

body {
  margin: 0;
  padding: 0;
  /* 英数の改行 */
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.6;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%; }

pre, form, fieldset, input, textarea,
div, blockquote, th, td {
  margin: 0;
  padding: 0; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, em, b {
  font-weight: normal; }

ul, ol {
  list-style: none; }

li {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* 印刷時の要素内での改ページをしない */
  page-break-inside: avoid;
  empty-cells: show; }

td {
  vertical-align: top; }

a {
  text-decoration: none; }

caption {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

hr, legend {
  display: none; }

img, abbr, acronym, fieldset {
  border: none;
  vertical-align: bottom;
  /* listにて隙間ができるのを防ぐ kunihro*/ }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .clearfix {
  zoom: 1; }

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  default
------------------------------------ */
a {
  color: #0075DC;
  outline: none; }

td,
th {
  vertical-align: top;
  text-align: left; }

body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: calc(100vw / 32);
  color: #363636;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto; }

#Frame {
  text-align: left; }

.main_cont {
  padding-top: 60px;
  position: relative;
  /* 修正事項_190426 ここから */
  max-width: 414px;
  margin: 0 auto;
  /* 修正事項_190426 ここまで */ }

.cont_inner {
  margin: 0 auto; }

/* ------------------------------------
  共通パーツ
------------------------------------ */
.pc_cont {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc_cont {
      display: inline; } }

@media screen and (min-width: 768px) {
  .sp_cont {
    display: none; } }

/* label_open_close
------------------------------------ */
.label_open_close .list_click_box {
  position: relative;
  display: block;
  color: #363636; }
  .label_open_close .list_click_box::after {
    transform: rotate(180deg);
    transition: all 0.5s;
    position: absolute;
    content: "";
    background: url(../img/ico_arrow.svg) no-repeat;
    background-size: 20px 10px;
    width: 20px;
    height: 10px;
    margin-top: -5px;
    right: 10px;
    top: 50%; }

.label_open_close.label_close .list_click_box::after {
  transform: rotate(0deg);
  transition: all 0.5s; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
html {
  scroll-behavior: smooth; }

/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  header
------------------------------------ */
.header_cmn {
  background: #F0F0F0;
  height: 60px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 2;
  /* 修正事項_190426 ここから */
  border-bottom: solid 1px #4BD5EB;
  /* 修正事項_190426 ここまで */ }
  .header_cmn .cont_inner {
    display: flex;
    justify-content: center;
    align-items: center; }
  .header_cmn .btn_menu a {
    display: inline-block;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header_cmn .btn_menu a img {
      display: inline-block;
      width: 20px;
      height: 16px;
      vertical-align: middle; }
  .header_cmn .brand_name {
    flex: 1;
    padding-right: 50px;
    text-align: center;
    font-size: 15px;
    font-size: 4vw;
    /* 修正事項_190426 ここから */
    /* 修正事項_190426 ここまで */
    line-height: 1.4; }
    @media screen and (min-width: 414px) {
      .header_cmn .brand_name {
        font-size: 16px; } }
    @media screen and (min-width: 420px) {
      .header_cmn .brand_name {
        font-size: 20px; } }

/* メニューリスト
------------------------------------ */
#overlayShadow {
  z-index: 3 !important; }
  #overlayShadow .tl_box_main {
    position: relative; }
    #overlayShadow .tl_box_main .btn_box {
      /* 修正事項_190426 ここから */
      position: fixed;
      /* 修正事項_190426 ここまで */
      top: 20px;
      right: 20px; }
      #overlayShadow .tl_box_main .btn_box .__btn_menu_close img {
        width: 30px;
        height: auto; }

.sidemenu_box {
  position: relative;
  text-align: left; }
  .sidemenu_box .sidemenu_box_inner {
    padding: 0 40px;
    margin-top: 70px; }
    .sidemenu_box .sidemenu_box_inner .loop_list {
      border-top: 1px solid #D0D0D0;
      padding: 12px 0; }
      .sidemenu_box .sidemenu_box_inner .loop_list .loop_child a {
        color: #919295;
        display: block;
        padding: 12px 10px;
        font-size: 15px;
        position: relative; }
        .sidemenu_box .sidemenu_box_inner .loop_list .loop_child a p img {
          vertical-align: middle;
          padding-left: 10px; }
      .sidemenu_box .sidemenu_box_inner .loop_list:last-child {
        border-bottom: 1px solid #D0D0D0; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/* ------------------------------------
  _000_voucher_list.scss
------------------------------------ */
/* 見本icon
------------------------------------ */
.sample_ico {
  width: 33%;
  position: absolute;
  top: 70px;
  left: 10px;
  z-index: 1; }
  .sample_ico img {
    width: 100%;
    height: auto; }

/* 回数券・ブック商品一覧
------------------------------------ */
.voucher_list_area {
  background-color: #D4D4D4;
  margin-bottom: 10px; }
  .voucher_list_area .available_area {
    background-color: #fff;
    padding: 10px; }
    .voucher_list_area .available_area .txt_box {
      font-size: 15px;
      font-size: 4vw;
      /* 修正事項_190426 ここから */
      /* 修正事項_190426 ここまで */
      color: #919295;
      text-align: center;
      vertical-align: bottom;
      line-height: 1.2; }
      @media screen and (min-width: 414px) {
        .voucher_list_area .available_area .txt_box {
          font-size: 16px; } }
      .voucher_list_area .available_area .txt_box .num {
        font-size: 26px;
        font-size: 6.9333333333vw;
        /* 修正事項_190426 ここから */
        /* 修正事項_190426 ここまで */
        color: #E1469D;
        font-weight: bold;
        margin: 0 0.2em 0 0.1em;
        display: inline-block;
        position: relative; }
        @media screen and (min-width: 414px) {
          .voucher_list_area .available_area .txt_box .num {
            font-size: 27px; } }
        .voucher_list_area .available_area .txt_box .num::after {
          content: "";
          display: block;
          width: 100%;
          height: 3px;
          position: absolute;
          top: 50%;
          margin-top: 0;
          background-color: #FEF126;
          top: auto;
          bottom: 0; }
  .voucher_list_area .cont_inner {
    background-color: #D4D4D4;
    padding: 10px;
    margin-right: 3px;
    height: 360px;
    overflow: auto; }
    .voucher_list_area .cont_inner:first-child {
      border-top: none; }
    .voucher_list_area .cont_inner::-webkit-scrollbar {
      /* スクロールバー本体 */
      width: 3px;
      background: #E9E9E9; }
    .voucher_list_area .cont_inner::-webkit-scrollbar-thumb {
      /* スクロールバーの動く部分 */
      background: #919295;
      border-radius: 2px; }
  .voucher_list_area .voucher_list .list_item {
    background-color: #fff;
    border-bottom: #707070 1px dashed;
    position: relative; }
    .voucher_list_area .voucher_list .list_item:last-child {
      border-bottom: none; }
    .voucher_list_area .voucher_list .list_item::before {
      content: "";
      display: block;
      width: 21px;
      height: 21px;
      position: absolute;
      top: 50%;
      margin-top: 0;
      background: url(../img/bg_voucher_ticket@2x.png) 5px -4px no-repeat;
      background-size: 21px auto;
      top: 0;
      right: 0; }
    .voucher_list_area .voucher_list .list_item .inner {
      display: flex;
      position: relative; }
    .voucher_list_area .voucher_list .list_item .img_box {
      width: 70px;
      height: 70px;
      overflow: hidden;
      position: relative; }
      .voucher_list_area .voucher_list .list_item .img_box img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px; }
    .voucher_list_area .voucher_list .list_item .txt_box {
      flex: 1;
      padding: 0 0 0 10px;
      line-height: 1.2; }
      .voucher_list_area .voucher_list .list_item .txt_box .name {
        font-size: 12px;
        font-size: 3.5vw;
        /* 修正事項_190426 ここから */
        /* 修正事項_190426 ここまで */
        display: flex;
        align-items: center;
        height: 2em;
        padding: 10px 0 2px; }
        @media screen and (min-width: 414px) {
          .voucher_list_area .voucher_list .list_item .txt_box .name {
            font-size: 13px; } }
        @media screen and (min-width: 420px) {
          .voucher_list_area .voucher_list .list_item .txt_box .name {
            font-size: 13px; } }
      .voucher_list_area .voucher_list .list_item .txt_box .expiration_date {
        font-size: 10px;
        font-size: 3.5vw;
        /* 修正事項_190426 ここから */
        /* 修正事項_190426 ここまで */ }
        @media screen and (min-width: 414px) {
          .voucher_list_area .voucher_list .list_item .txt_box .expiration_date {
            font-size: 14px; } }
        @media screen and (min-width: 420px) {
          .voucher_list_area .voucher_list .list_item .txt_box .expiration_date {
            font-size: 14px; } }
        .voucher_list_area .voucher_list .list_item .txt_box .expiration_date .tl {
          color: #363636; }
        .voucher_list_area .voucher_list .list_item .txt_box .expiration_date .date {
          color: #E1469D; }
    .voucher_list_area .voucher_list .list_item .expiration_message {
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .voucher_list_area .voucher_list .list_item .expiration_message .txt {
        color: #fff;
        font-size: 12px;
        font-size: 3.2vw;
        /* 修正事項_190426 ここから */
        /* 修正事項_190426 ここまで */ }
        @media screen and (min-width: 414px) {
          .voucher_list_area .voucher_list .list_item .expiration_message .txt {
            font-size: 13px; } }
    .voucher_list_area .voucher_list .list_item .used_ico {
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      /* 修正事項_190426 ここから */
      /* 修正事項_190426 ここまで */ }
      .voucher_list_area .voucher_list .list_item .used_ico .ico {
        width: 70px; }
      .voucher_list_area .voucher_list .list_item .used_ico .txt {
        color: #fff;
        font-size: 12px;
        font-size: 3.2vw;
        /* 修正事項_190426 ここから */
        /* 修正事項_190426 ここまで */
        text-align: center;
        flex-grow: 1;
        padding-left: 20px; }
        @media screen and (min-width: 414px) {
          .voucher_list_area .voucher_list .list_item .used_ico .txt {
            font-size: 13px; } }

/* チケット内容、ご利用上の注意
------------------------------------ */
.voucher_detail .tl {
  background-color: #E9E9E9;
  padding: 10px 20px;
  font-size: 15px;
  font-size: 4vw;
  /* 修正事項_190426 ここから */
  /* 修正事項_190426 ここまで */
  margin-top: 10px; }
  @media screen and (min-width: 414px) {
    .voucher_detail .tl {
      font-size: 16px; } }
.voucher_detail .txt_box {
  color: #919295;
  padding: 20px;
  font-size: 13px;
  font-size: 3.4666666667vw;
  /* 修正事項_190426 ここから */
  /* 修正事項_190426 ここまで */
  text-align: justify; }
  @media screen and (min-width: 414px) {
    .voucher_detail .txt_box {
      font-size: 14px; } }

/* ------------------------------------
  _010_voucher_detail.scss
------------------------------------ */
/* スタンプ押印部分
------------------------------------ */
.voucher_stamp {
  margin: 10px 20px;
  background-color: #F0F0F0;
  padding: 10px;
  box-sizing: border-box;
  text-align: center; }
  .voucher_stamp .cont_inner {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 8px; }
  .voucher_stamp .img_box {
    text-align: center;
    /* 修正事項_190426 ここから */
    position: relative;
    /* 修正事項_190426 ここまで */
    /* 修正事項_190426 ここから */
    /* 修正事項_190426 ここまで */ }
    .voucher_stamp .img_box img {
      width: 100%; }
    .voucher_stamp .img_box .used_message,
    .voucher_stamp .img_box .expiration_message {
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .voucher_stamp .img_box .used_message .txt,
      .voucher_stamp .img_box .expiration_message .txt {
        color: #fff;
        font-size: 14px;
        font-size: 3.7333333333vw;
        /* 修正事項_190426 ここから */
        /* 修正事項_190426 ここまで */ }
        @media screen and (min-width: 414px) {
          .voucher_stamp .img_box .used_message .txt,
          .voucher_stamp .img_box .expiration_message .txt {
            font-size: 15px; } }
        .voucher_stamp .img_box .used_message .txt span,
        .voucher_stamp .img_box .expiration_message .txt span {
          font-size: 16px;
          font-size: 4.2666666667vw;
          /* 修正事項_190426 ここから */
          /* 修正事項_190426 ここまで */ }
          @media screen and (min-width: 414px) {
            .voucher_stamp .img_box .used_message .txt span,
            .voucher_stamp .img_box .expiration_message .txt span {
              font-size: 17px; } }
  .voucher_stamp .voucher_name {
    color: #363636;
    font-size: 18px;
    font-size: 4.8vw;
    /* 修正事項_190426 ここから */
    /* 修正事項_190426 ここまで */
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.4; }
    @media screen and (min-width: 414px) {
      .voucher_stamp .voucher_name {
        font-size: 19px; } }
  .voucher_stamp .expiration_date {
    font-size: 12px;
    font-size: 4.8vw;
    /* 修正事項_190426 ここから */
    /* 修正事項_190426 ここまで */
    margin-top: 17px; }
    @media screen and (min-width: 414px) {
      .voucher_stamp .expiration_date {
        font-size: 18px; } }
    .voucher_stamp .expiration_date .tl {
      color: #363636; }
    .voucher_stamp .expiration_date .date {
      color: #E1469D; }
  .voucher_stamp .stamp_area {
    margin-top: 10px;
    /* 修正事項_190426 ここから */
    position: relative;
    /* 修正事項_190426 ここまで */
    /* 修正事項_190426 ここから */
    /* 修正事項_190426 ここまで */ }
    .voucher_stamp .stamp_area img {
      width: 60%; }
    .voucher_stamp .stamp_area .ico {
      position: absolute;
      width: 60%;
      height: auto;
      top: 0;
      left: 50%;
      margin-left: -30%; }
  .voucher_stamp .note_txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    /* 修正事項_190426 ここから */
    /* 修正事項_190426 ここまで */
    margin-top: 14px;
    color: #919295; }
    @media screen and (min-width: 414px) {
      .voucher_stamp .note_txt {
        font-size: 15px; } }
  .voucher_stamp .for_staff {
    margin-top: 30px; }
    .voucher_stamp .for_staff .tl {
      color: #363636;
      font-size: 14px;
      font-size: 3.7333333333vw;
      /* 修正事項_190426 ここから */
      /* 修正事項_190426 ここまで */ }
      @media screen and (min-width: 414px) {
        .voucher_stamp .for_staff .tl {
          font-size: 15px; } }
    .voucher_stamp .for_staff .txt {
      font-size: 13px;
      font-size: 3.4666666667vw;
      /* 修正事項_190426 ここから */
      /* 修正事項_190426 ここまで */
      color: #919295;
      margin: 5px 0 10px; }
      @media screen and (min-width: 414px) {
        .voucher_stamp .for_staff .txt {
          font-size: 14px; } }
      .voucher_stamp .for_staff .txt .ico {
        width: 30px;
        vertical-align: middle; }

/** use candel add */
.voucher_stamp .used_cancel {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
}


.voucher_stamp .used_cancel_popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.voucher_stamp .used_cancel_popup.used_cancel_popup_show {
  display: flex;
}

.voucher_stamp .used_cancel_popup .used_cancel_view {
  width: 95%;
  margin: auto;
  background-color: #fff;
  padding: 8% 0 5% 0;
  box-sizing: border-box;
  position: relative;
}

.voucher_stamp .used_cancel_popup .used_cancel_view .used_cancel_close {
  position: absolute;
  top: 20px;
  right: 20px;

  width: 24px;
  height: 24px;
}

.voucher_stamp .used_cancel_popup .used_cancel_view .used_cancel_close img {
  width: 100%;
  height: 100%;
  display: block;
}

.voucher_stamp .used_cancel_popup .used_cancel_view .used_cancel_title {
  color: #D44D99;
  font-size: 6vw;
  font-weight: bold;
  margin: 0 0 px 0;
}

.voucher_stamp .used_cancel_popup .used_cancel_view .used_cancel_desc {
  line-height: 1.4;  
  color: #363636;
  font-size: 4.5vw;
  font-weight: bold;
  padding: 0 10%;
  margin:  0 0 10px 0;
}

.voucher_stamp .used_cancel_popup .used_cancel_view .used_cancel_icon {
  width: 180px;
  height: 180px;
  margin: auto auto 5px auto;
}

.voucher_stamp .used_cancel_popup .used_cancel_view .used_cancel_icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.voucher_stamp .used_cancel_popup .used_cancel_view .used_cancel_policy {
  color: #363636;
  font-size: 3.5vw;
  font-weight: 500;
  padding: 0 0;
  margin:  15px auto -5px auto;
}

/* チケット内容、ご利用上の注意(スタンプ押印ページ)
------------------------------------ */
.voucher_detail .control_number {
  text-align: right;
  margin-right: 20px;
  color: #919295;
  padding-bottom: 20px;
  font-size: 12px;
  font-size: 3.2vw;
  /* 修正事項_190426 ここから */
  /* 修正事項_190426 ここまで */ }
  @media screen and (min-width: 414px) {
    .voucher_detail .control_number {
      font-size: 13px; } }

/* ------------------------------------
  _020_voucher_error.scss
------------------------------------ */
/* エラー表示
------------------------------------ */
.voucher_error_area .tl {
  color: #E1469D;
  font-size: 14px;
  /* font-size: 3.7333333333vw; 원본 사이즈임. 2019.05.09 12cm 수정 */
  font-size: 5.93333vw;
  /* 修正事項_190426 ここから */
  /* 修正事項_190426 ここまで */
  text-align: center;
  margin-top: 40px; }
  @media screen and (min-width: 414px) {
    .voucher_error_area .tl {
      font-size: 15px; } }
.voucher_error_area .txt_box {
  margin: 0.4em 50px 1em;
  color: #919295;
  font-size: 13px;
  /*font-size: 3.4666666667vw;  원본 사이즈임. 2019.05.09 12cm 수정 */
  font-size: 4.26667vw;
  text-align: center;
  font-weight: bold;
  /* 修正事項_190426 ここから */
  /* 修正事項_190426 ここまで */ }
  @media screen and (min-width: 414px) {
    .voucher_error_area .txt_box {
      font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
