@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;
}

.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;
}

.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;
  line-height: 1.4;
}

@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 {
  position: absolute;
  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;
  color: #919295;
  text-align: center;
  vertical-align: bottom;
  line-height: 1.2;
}

.voucher_list_area .available_area .txt_box .num {
  font-size: 26px;
  font-size: 6.93333vw;
  color: #E1469D;
  font-weight: bold;
  margin: 0 0.2em 0 0.1em;
  display: inline-block;
  position: relative;
}

.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.2vw;
  display: flex;
  align-items: center;
  height: 3em;
  padding: 5px 0 2px;
}

@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: 2.66667vw;
}

@media screen and (min-width: 420px) {
  .voucher_list_area .voucher_list .list_item .txt_box .expiration_date {
    font-size: 11px;
  }
}

.voucher_list_area .voucher_list .list_item .txt_box .expiration_date .tl {
  color: #919295;
}

.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;
}

.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;
}

.voucher_list_area .voucher_list .list_item .used_ico .ico {
  width: 70px;
}

/* チケット内容、ご利用上の注意
------------------------------------ */
.voucher_detail .tl {
  background-color: #E9E9E9;
  padding: 10px 20px;
  font-size: 15px;
  font-size: 4vw;
  margin-top: 10px;
}

.voucher_detail .txt_box {
  color: #919295;
  padding: 20px;
  font-size: 13px;
  font-size: 3.46667vw;
  text-align: justify;
}

/* ------------------------------------
  _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;
}

.voucher_stamp .img_box img {
  width: 100%;
}

.voucher_stamp .voucher_name {
  color: #363636;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.4;
}

.voucher_stamp .expiration_date {
  font-size: 12px;
  font-size: 3.2vw;
  margin-top: 17px;
}

.voucher_stamp .expiration_date .tl {
  color: #919295;
}

.voucher_stamp .expiration_date .date {
  color: #E1469D;
}

.voucher_stamp .stamp_area {
  margin-top: 10px;
}

.voucher_stamp .stamp_area img {
  width: 60%;
}

.voucher_stamp .note_txt {
  font-size: 14px;
  font-size: 3.73333vw;
  margin-top: 14px;
  color: #919295;
}

.voucher_stamp .for_staff {
  margin-top: 30px;
}

.voucher_stamp .for_staff .tl {
  color: #363636;
  font-size: 14px;
  font-size: 3.73333vw;
}

.voucher_stamp .for_staff .txt {
  font-size: 13px;
  font-size: 3.46667vw;
  color: #919295;
  margin: 5px 0 10px;
}

.voucher_stamp .for_staff .txt .ico {
  width: 30px;
  vertical-align: middle;
}

/* チケット内容、ご利用上の注意(スタンプ押印ページ)
------------------------------------ */
.voucher_detail .control_number {
  text-align: right;
  margin-right: 20px;
  color: #919295;
  padding-bottom: 20px;
}

/* ------------------------------------
  _020_voucher_error.scss
------------------------------------ */
/* エラー表示
------------------------------------ */

/*--------- 폰트 사이즈 수정 및 bold 추가 2019.04.29(12cm) -----------*/
.voucher_error_area .tl {
  color: #E1469D;
  font-size: 14px;
  font-size: 5.93333vw;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}

.voucher_error_area .txt_box {
  margin: 0.4em 50px 1em;
  color: #919295;
  font-size: 13px;
  font-size: 4.26667vw;
  text-align: center;
  font-weight: bold;
}

.used_stamp { opacity: 0.6; width: 65%; /*height: 180px; */position: absolute; top: 55%; right: 30px; z-index: 100; }