/** 共通 **/
html,
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ,
    Meiryo, Osaka, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
    sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  min-height: 100vh;
  color: #333;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
body a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.3s;
}
body a:hover {
  color: #d0121b;
}
d-hide {
  display: none;
}
ul, menu, dir {
  margin: 0;
  list-style: none;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt110 {
  margin-top: 110px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml10 {
  margin-left: 10px;
}
.ml30 {
  margin-left: 30px;
}
.mr20 {
  margin-right: 20px !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  padding: 0 !important;
}
.pb20 {
  padding-bottom: 20px;
}

.break-only-pc {
  display: block;
}
.small {
  font-size: 85%;
}
.fa-2 {
  font-size: 2em;
}
.fa-3 {
  font-size: 3em;
}
.fa-4 {
  font-size: 7em;
}
.fa-5 {
  font-size: 12em;
}
.fa-6 {
  font-size: 20em;
}
.fa_for_lbl {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
}
.fa_for_lblx{
  font-size: 16px;
  font-weight: normal;
  color: #999;
  margin-bottom: 0px;
}
p {
  line-height: 1.6;
  font-size: 16px;
}
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../images/icons.ico/ajax-loader.gif") center center no-repeat;
}

/*******************************************************************************
 * Bootstrap rewrite
 ******************************************************************************/
.container {
  width: 1032px;
}
.text-light-gray {
  color: #dbdbdb;
}
.required,
.text-danger {
  color: #d0121b;
}
.text-blue {
  color: blue;
}
.required {
  font-weight: normal;
}
.panel {
  border-radius: 3px;
}
ul {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.form-control {
  border-radius: 3px;
}
.alert {
  padding: 10px 15px;
}
.alert-danger {
  border-radius: 3px;
  border: 1px solid #cf111b;
  font-size: 15px;
  color: #cf111b;
  background: none;
}
.alert-link {
  color: #843534;
}
/*******************************************************************************
 * Form UI
 ******************************************************************************/

.btn {
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  cursor: pointer;
}
.btn-red {
  background: #d0121b;
  -webkit-box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  color: #fff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active:focus {
  background: #e9333c;
  color: #fff;
}

.btn-yellow {
  background: #e8922c;
  -webkit-box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  color: #fff;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active:focus {
  background: rgba(232, 146, 44, 0.75);
  color: #fff;
}
.btn-blue {
  background: #2d4a8a;
  -webkit-box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  color: #fff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active:focus {
  background: #435b8e;
  color: #fff;
}
.btn-wid {
  line-height: 1.8;
  min-width: 260px;
  font-size: 16px;
}
.button-detail {
  line-height: 1.8;
  min-width: 90%;
  font-size: 16px;
}
.btn-mid {
  line-height: 1.8;
  min-width: 160px;
  font-size: 16px;
}
.btn-default {
  background-image: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
  background: #f0f0f0;
}
.line-login-btn {
  display: inline-flex;
  background-color: #06C755;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  padding: 0.em 0.em; 
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.line-login-btn:hover {
  color: white;     
  text-decoration: none; 
  background-color: rgba(6, 199, 85, 0.7);
}

.line-login-btn:disabled {
  color: white;     
  text-decoration: none; 
  background-color: rgba(6, 199, 85, 0.7);
}

.line-login-btn .icon-wrapper {
  display: inline-flex;
  align-items: left;
  align-items: center;
  margin-left: 0em;
  position: relative;
}

.line-login-btn .text-wrapper {
  display: inline-flex;
  align-items: left;
  margin-left: 1.5em;
  margin-right: 0.8em;
  line-height: 2.9;
  position: relative;
}

.line-login-btn .icon-wrapper::after {
  content: "";
  width: 1px;
  height: 3em;
  background-color: #dbdbdb;
  position: absolute;
  right: -0.25em; 
}

.line-login-btn img {
  height: 2.5em;
  width: 90%;
}
.line-login-btn:hover img {
   opacity: 0.2; 
}

.form-control.error {
  border-color: #cf111b;
}
p.error {
  color: #cf111b;
  margin-top: 10px;
}
.ipt-wid {
  display: inline-block;
  width: 190px;
}
.ipt-wid-bd {
  display: inline-block;
  width: 100px;
}
.ipt-wid-bd-1 {
  display: inline-block;
  width: 88px;
}
.ipt-lg {
  display: inline-block;
  width: 385px;
}
.remark {
  margin-left: 8px;
  font-size: 90%;
  color: #777777;
}
.arrow_right {
  position: relative;
}
.arrow_right::after {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(/images/icon_arrow03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 12px;
  position: absolute;
  top: 11px;
  left: -12px;
  transform: translateY(-35%);
}
.col-form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
}

/*******************************************************************************
 * header
 ******************************************************************************/
#global-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  line-height: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#global-header .container {
  line-height: 0;
}
.global-brand {
  height: 72px;
}
.global-brand .logo {
  display: table;
  height: 100%;
}
.global-brand .logo a {
  display: table-cell;
  vertical-align: middle;
}
.global-brand .logo img {
  max-height: 60px;
}
.global-menu {
  height: 72px;
  font-size: 15px;
}
.icon-global-menu {
  display: table-cell;
  width: 43px;
  height: 50px;
  margin-right: 0;
  background: transparent url(../images/ico_menu.png) center no-repeat;
  background-size: 70%;
  vertical-align: middle;
}
.global-menu-btn {
  display: none;
}
.global-menu-inner {
  position: absolute;
  bottom: 0;
  right: 13px;
  display: table;
  line-height: 1;
}
.global-navigation {
  display: table-footer-group;
  text-align: right;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-navigation-list {
  text-align: right;
  width: auto;
  display: inline-table;
  margin: 0 auto;
}
.global-navigation-list li {
  display: table-cell;
  position: relative;
}
.global-navigation-list .profile .sub {
  display: none;
}
.global-navigation-list a,
.global-navigation-list > span {
  display: block;
  padding: 12px 14px;
  color: #3b3631;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  font-size: 16px;
}
.global-navigation-list a span,
.global-navigation-list > span span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-navigation-list a:before,
.global-navigation-list > span:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #d0121b;
  content: "";
}
.global-navigation-list li.menu-logout {
  display: none;
}
.header-tip {
  font-size: 13px;
  display: table-header-group;
  text-align: right;
}
.header-tip .list-inline li {
  padding-bottom: 10px;
  padding-right: 0px;
}
.header-tip .list-inline li .memno {
  margin-left: 15px;
  display: inline-block;
}
.header-tip .list-inline li a {
  padding: 5px 5px;
}
.sp-header-tip {
  display: none;
}
/*******************************************************************************
 * login page
 ******************************************************************************/
.box-login-wrapper {
  margin-bottom: 20px;
}
#login .text-list li {
  font-size: 16px;
  margin: 8px 0;
}
.mailNote {
  color: #999;
}
.policy {
  text-align: center;
}
.couponHistoryId {
  text-align: center;
}
/*******************************************************************************
 * body
 ******************************************************************************/
h1.title {
  font-weight: 500;
  font-size: 32px;
  margin-top: 45px;
  margin-bottom: 36px;
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 2px solid #707070;
}
h2.title {
  margin-top: 45px;
  margin-bottom: 36px;
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 2px solid #707070;
}
h3.title {
  margin-top: 45px;
  margin-bottom: 36px;
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 2px solid #707070;
}
h4.title {
  margin-top: 45px;
  margin-bottom: 36px;
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 2px solid #707070;
}
h3.section {
  margin: 20px 0;
  font-size: 20px;
  border-left: 3px solid #d0121b;
  padding-left: 10px;
  line-height: 24px;
}
.box-wrapper {
  margin: 10px auto 10px;
  padding: 15px;
  height: auto;
  overflow: hidden;
  border: 1px solid #e7e6e5;
}
h4 {
  font-weight: bold;
}
.fontbold {
  font-weight: bold;
}
#main {
  margin-bottom: 45px;
  min-height: calc(
    100vh - 314px
  ); /** header : 72 + margin-bottom: 45 + footer: 197 */
}
#main .container {
  position: relative;
}
/* セッションCSS */
.session_label {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  background: #eee;
  width: auto;
}
.cont-bor {
  font-size: 16px;
}
.session_qralert {
  margin-bottom: 35px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border-radius: 10px;
  background-color: rgb(248, 248, 207);
  display: flex;
}
.session_qralert .sankaku {
  font-weight: 400;
  font-size: 100px;
  color: #e8922c;
  line-height: 125%;
}
.session_qralert .textarea {
  padding-left: 20px;
}
.session_qralert .textbig {
  color: red;
  font-weight: bold;
  text-align: left;
  font-size: 28px;
}
.session_qralert .textsmall {
  text-align: left;
  font-size: 16px;
}
/****************** .sidemenu 会員情報のサイドメニュー *****************/
/* 会員情報のサイドメニュー */
.sidemenu_css {
  border: 1px solid #ddd;
}
.nav-pills > li {
  float: inherit;
  border-top: 1px solid #ddd;
}
.nav-pills > li > a {
  border-radius: 0;
  text-decoration: none;
  font-size: 16px;
}
.nav-pills > li > a:hover {
  text-decoration: none;
}
.nav > li > a {
  color: #000;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #f9f5f2;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: rgb(247, 149, 69);
  background: #fff;
}
.nav-pills > li + li {
  margin-left: 0px;
}

.sidemenu {
  width: 225px;
  margin-top: 25px;
  position: absolute;
  left: 0;
  padding-left: 20px;
}

.sidemenu .sidemenu-list a {
  font-size: 14px;
  display: block;
  cursor: pointer;
  height: 44px;
  margin-left: 9px;
  padding: 13px 13px 13px 28px;
  text-decoration: none;
}
.sidemenu .sidemenu-list a:hover,
.sidemenu .sidemenu-list a:focus {
  text-decoration: none;
}
.sidemenu .sidemenu-list li.active a {
  background-color: #f9f5f2;
}
.sidemenu .sidemenu-list li.active a:hover,
.sidemenu .sidemenu-list li.active a:focus {
  color: #000;
}
.sidemenu .sidemenu-list li.active a:after {
  background-color: #e8922c;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  left: 42px;
  top: 13px;
  -webkit-transition: all 0.5s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.5s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 4px;
}
/****************** .content *****************/
.content {
  position: relative;
  margin-left: 230px;
  margin-top: 25px;
}
.content .title {
  font-size: 26px;
  line-height: 45px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/****************** .coupon-list *****************/
h1.title.special {
  color: #2d4a8a;
  border-bottom-color: #2d4a8a;
}
h1.title p.des {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #9f9f9f;
  font-weight: 400;
}
.coupon-none {
  font-size: 18px;
  margin-bottom: 80px;
  margin-top: 20px;
  height: 28px;
}
.coupon-none > a {
  float: right;
}
.coupon-none > .arrow_right.text-danger::after {
  background-image: url(/images/icon_arrow03_red.png);
}
.coupon-list > li {
  padding: 0px;
  margin-left: 6px;
  margin-right: 7px;
  padding-bottom: 15px;
  border: 1px solid #cccccc;
  width: calc(33.333% - 14px);
  margin-bottom: 10px;
  display: inline-block;
}
.coupon-list > li .coupon-img {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding: 1px;
  padding-bottom: 0px;
}
.coupon-list > li .coupon-img a {
  display: block;
  max-height: 236px;
  min-height: 216px;
  overflow: hidden;
  background: #f5f5f5;
}
.coupon-list > li .coupon-img a img {
  width: 100%;
}
.coupon-list > li .coupon-img a img:hover {
  opacity: 0.75;
}
.coupon-list > li .coupon-title .title {
  font-weight: bold;
  line-height: 1.8rem;
}
.coupon-list > li .coupon-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.6rem;
}
.coupon-list > li .coupon-title p.title,
.coupon-list > li .coupon-title p.des {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.coupon-list > li .condition {
  margin-top: 8px;
  margin-bottom: 15px;
}
.coupon-list > li .condition .title {
  background: #f5f5f5;
  padding: 3px 10px;
}
.coupon-list > li .condition .des {
  padding: 10px;
}
.coupon-list > li .detail {
  text-align: center;
}
/****************** .area-select *****************/
.area-select {
  text-align: center;
  margin-bottom: 35px;
}
.area-select .btn-group li {
  display: inline-block;
  margin-right: 11px;
}
.area-select .btn-group li .btn-area {
  padding: 6px 30px;
}
.btn-area {
  border: 1px solid #2d4a8a;
  color: #2d4a8a;
}
.btn-area:hover,
.btn-area:focus,
.btn-area:active:focus {
  background: #2d4a8a;
  -webkit-box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  color: #fff;
  opacity: 0.8;
}
.btn-area.on {
  background: #2d4a8a;
  -webkit-box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
  color: #fff;
}
.btn-area.on:hover,
.btn-area.on:focus,
.btn-area.on:active:focus {
  background: #435b8e;
  color: #fff;
}

/****************** .facility-group *****************/
.facility-group {
  margin-top: 10px;
}
.facility-group li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
}
.facility-group li a {
  font-size: 16px;
  cursor: pointer;
}
.facility-group li a.on,
.facility-group li a.on:hover {
  font-weight: bold;
  color: #d0121b;
  cursor: inherit;
}

/****************** .coupon-detail *****************/
.coupon-detail .coupon-img {
  border: 1px solid #cccccc;
  padding: 1px;
}
.coupon-detail .coupon-content {
  padding-left: 28px;
}
.coupon-detail .coupon-img img {
  width: 100%;
}

.coupon-detail .coupon-name {
  font-size: 24px;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 15px;
}
.coupon-detail .tag {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  border: 1px solid #d0121b;
  border-radius: 4px;
  color: #d0121b;
}
.coupon-detail .tag,
.coupon-detail .tag:hover {
  text-decoration: none;
}
.coupon-detail .coupon-des {
  font-size: 16px;
  line-height: 2.4rem;
}

.coupon-detail .buttons {
  margin-top: 25px;
}

.barcode {
  display: flex;
  justify-content: center;
  text-align: center;
}

.couponSP {
  display: inline;
    text-align: center;
    color: rgb(241, 11, 11);
}
/* Mypage table　CSS */
.table-border {
  border-collapse: collapse;
  width: 100%;
}

.table-border th,
.table-border td {
  border: 1px solid #cccccc;
  padding: 12px 15px;
  table-layout: fixed;
  font-size: 16px;
  width: auto;
}

.table-border th {
  background: #f0f0f0;
  text-align: left;
  font-weight: 400;
  width: 200px;
}

/*******************************************************************************
 * footer
 ******************************************************************************/
#global-footer {
  background: #252525;
  width: 100%;
}
#global-footer .footer-sitemap {
  display: block;
  position: relative;
  padding: 39px 0 0;
}
#global-footer a {
  color: #fff;
  text-decoration: none;
}
#global-footer a:hover {
  text-decoration: underline;
}
#global-footer .fs-home img {
  width: 100%;
  max-width: 228px;
}
#global-footer li {
  font-size: 13px;
  margin-bottom: 6px;
}
#global-footer .footer-utility {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-size: 10px;
  padding-bottom: 18px;
}
#global-footer .footer-utility img {
  opacity: 0.5;
}

/*******************************************************************************
  * 旧いいふろ
******************************************************************************/
.iifuro_box {
  margin-bottom: 10px;
}
.iifuro_birthday {
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/*******************************************************************************
 * Responsive
 ******************************************************************************/
/** For PC 992px */
@media (min-width: 972px) {
  .onlysp {
    display: none;
  }
  .global-navigation-list li.current a,
  .global-navigation-list li a:hover {
    background: #f9f5f2;
    color: #000;
    text-decoration: none;
  }
  .global-navigation-list li.current a:before,
  .global-navigation-list li a:hover:before {
    height: 3px;
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .parent {
    margin: 20px 20px 20px 20px;
    border-radius: 20px;
    padding: 20px;
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: fit-content;
  }
  .parent img {
    max-width: 550px;
    height: auto;
  }
  .parent .cardpic {
    margin-right: 202px;
    margin-left: 202px;
    border-radius: 15px;
    overflow: hidden;
  }
  .child {
    left: 250px;
    bottom: 30px;
    position: absolute;
    overflow: hidden;
  }
  .child .barcode1 {
    margin-top: 10px;
    padding: 5px;
    background-color: white;
    width: fit-content;
  }
  .child .text {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    font-family: "NotoSansCJKjp-DemiLight-83pv-RKSJ-H";
    color: #000;
  }
  .cardsessiontext {
    text-align: center;
  }
  .cardsessiontext .txt {
    font-size: 20px;
    display: inline-block;
    text-align: left !important;
  }
  .ranknote {
    margin-left: 200px;
    padding: 16px;
    width: 600px;
    background-color: gold;
    margin-bottom: 20px;
  }
  .ranknote p {
    font-size: 20px;
  }
  .ranknote a {
    font-size: 20px;
  }
  .ranknote li {
    font-size: 18px;
  }
}
/** For Tablet */
@media (max-width: 972px) and (min-width: 768px) {
  .container {
    width: auto;
  }
  .onlypc {
    display: none;
  }
  /** .coupon */
  .barcode {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .couponSP {
    display: inline;
    text-align: center;
    color: rgb(241, 11, 11);
  }
 
  .area-select .btn-group li {
    margin-block-end: 10px;
  }
  .cardsessiontext {
    text-align: center;
  }
  .cardsessiontext .txt {
    font-size: 18px;
    display: inline-block;
    text-align: left !important;
  }
  .parent {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: fit-content;
    left: 15%;
    right: 15%;
  }
  .parent .cardpic {
    border-radius: 10px;
    overflow: hidden;
  }
  .parent img {
    max-width: 550px;
    height: auto;
  }
  .child {
    padding-top: 5px;
    left: 120px;
    bottom: 5px;
    position: absolute;
    overflow: hidden;
    left: 5%;
  }
  .child .barcode1 {
    padding: 5px;
    background-color: white;
    width: fit-content;
  }
  .child .text {
    text-align: left;
    font-size: 16px;
    line-height: 12px;
    font-family: "NotoSansCJKjp-DemiLight-83pv-RKSJ-H";
    color: #000;
  }
  .ranknote {
    justify-content: center;
    margin-left: 120px;
    margin-right: 120px;
    padding: 20px;
    background-color: gold;
    margin-bottom: 20px;
  }
  .ranknote p {
    font-size: 16px;
  }
  .ranknote a {
    font-size: 16px;
  }
  .ranknote li {
    font-size: 14px;
  }
}
/** For Smart Phone */
@media (max-width: 767px) {
  .onlypc {
    display: none;
  }
  .ipt-lg {
    display: inline-block;
    width: 300px;
  }
  .ipt-wid {
    display: inline-block;
    width: 300px;
  }
  .break-only-pc {
    display: inline;
  }
  #main {
    margin-bottom: 25px;
  }
  .only-break-sp {
    display: block;
  }
  .global-brand .logo img {
    max-height: 40px;
  }
  .container {
    width: auto;
  }
  .global-brand {
    height: 50px;
  }
  .global-menu.open {
    padding: 0;
  }
  .global-menu-inner {
    position: relative;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 110px);
    right: 0;
    width: 100%;
  }
  .global-menu.open .global-menu-inner {
    display: block;
  }
  .global-menu {
    width: 100%;
    height: auto;
  }
  .global-menu.open .icon-global-menu {
    background: transparent url(../images/ico_menu-close.png) center no-repeat;
    background-size: 70%;
    width: 49px;
  }
  .global-menu-btn {
    display: block;
    position: absolute;
    right: 12px;
    /* top: -110px; */
    height: 50px;
    cursor: pointer;
  }
  .global-navigation {
    display: block;
    border-top: 1px solid #a6a19d;
    border-bottom: 1px solid #a6a19d;
    background-color: #fff;
  }
  .global-navigation-list {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 14px;
    padding-left: 0;
  }
  .global-navigation-list li {
    width: 100%;
    display: block;
    border-top: 1px solid #a6a19d;
  }
  .global-navigation-list li:first-child {
    border-top: 0;
  }
  .global-navigation-list li:before {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    z-index: 9;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #302d29;
    content: " ";
  }
  .global-navigation-list li.profile:before {
    top: 22px;
  }
  .global-navigation-list li.profile ul.sub li:first-child {
    border-top: 1px solid #a6a19d;
  }
  .global-navigation-list li:before.active {
    margin-top: -5px;
  }
  .global-navigation-list a,
  .global-navigation-list > span {
    font-size: 100%;
    padding: 17px 15px;
  }
  .global-navigation-list a span,
  .global-navigation-list > span span {
    max-width: 90%;
  }
  .global-navigation-list li.profile ul.sub {
    display: block;
  }
  .global-navigation-list li.profile ul.sub li a {
    padding-left: 30px;
  }
  .global-navigation-list li.menu-reserv {
    display: none;
  }
  .global-navigation-list li.menu-logout {
    display: block;
  }
  .header-tip {
    display: none;
  }
  .sp-header-tip {
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    text-align: center;
    padding-top: 8px;
    height: auto;
    overflow: hidden;
  }
  .sp-header-tip .list-inline > li {
    padding-bottom: 10px;
    padding-right: 0px;
  }
  .sp-header-tip .list-inline > li.welcome {
    float: left;
    line-height: 1;
    text-align: left;
    max-width: calc(100% - 155px);
    height: 48px;
    overflow: hidden;
  }
  .sp-header-tip .list-inline > li.anchor {
    float: right;
  }
  .sp-header-tip .list-inline li .memno {
    display: block;
    margin-top: 6px;
  }
  .sp-header-tip .list-inline li a {
    padding: 5px 5px;
  }
  /** sidemenu **/
  .sidemenu_css {
    display: none;
  }
  .sidemenu {
    width: 100%;
    position: relative;
    padding-left: 0px;
    margin-top: 15px;
    height: auto;
    overflow: hidden;
  }
  .sidemenu .sidemenu-list li {
    width: 33.3%;
    float: left;
  }
  .sidemenu .sidemenu-list li a {
    padding: 13px;
    text-align: center;
  }
  .sidemenu .sidemenu-list li.active a {
    margin-left: 0px;
    border-bottom: 3px solid #e8922c;
  }
  .sidemenu .sidemenu-list li.active a:after {
    display: none;
  }

  /** ..content **/
  .content {
    margin-left: 0px;
    margin-top: 15px;
  }
  /** .coupon */
  .coupon-none > a {
    float: none;
    display: block;
    margin-left: 15px;
    margin-top: 12px;
  }
  .barcode {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .couponSP {
    display: inline;
    text-align: center;
    color: rgb(241, 11, 11);
  }
  .coupon-detail .buttons {
    display: none;
  }
  .coupon-detail .modal-footer {
    text-align: center;
  }
  .coupon-detail .coupon-content {
    padding: 0;
    margin-top: 15px;
  }
  /** .coupon-list */
  .coupon-list > li {
    width: calc(100% - 15px);
    margin-bottom: 25px;
  }
  .coupon-list > li .coupon-img a {
    max-height: none;
  }
  .area-select .btn-group li {
    margin-bottom: 15px;
  }
  .policy {
    text-align: left;
  }
  .btn-login,
  .btn-signup {
    display: inline-block;
    margin: 5px 0.3em 5px 0;
    padding: 0.6em 0.6em 0.5em;
    min-width: 10.5em;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    background-image: none;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .btn-login:last-child,
  .btn-signup:last-child,
  .btn-login:only-child,
  .btn-signup:only-child {
    margin-right: 0;
  }
  .btn-login:hover,
  .btn-signup:hover {
    text-decoration: none;
    background-color: #e9333c;
    -webkit-transition: background-color 0.1s
      cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .btn-login:focus,
  .btn-signup:hover:focus {
    outline: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .btn-login:active,
  .btn-signup:active,
  .btn-login.active,
  .btn-signup.active {
    background-color: #e9333c;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .btn-login:active:hover,
  .btn-signup:active:hover,
  .btn-login.active:hover,
  .btn-signup.active:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .btn-login {
    background: #d0121b;
    -webkit-box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
    box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
    color: #fff;
  }
  .btn-login:hover,
  .btn-login:focus,
  .btn-login:active:focus {
    background: #e9333c;
    color: #fff;
  }
  .btn-signup {
    background: #e8922c;
    -webkit-box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
    box-shadow: 0 1px 1px rgba(138, 12, 18, 0.35);
    color: #fff;
  }
  .btn-signup:hover,
  .btn-signup:focus,
  .btn-signup:active:focus {
    background: #f9a747;
    color: #fff;
  }
  .btn-mid {
    min-width: 120px;
  }
  .btn-wid {
    min-width: 240px;
  }
  .ipt-wid.sp-inline {
    width: calc(50% - 10px);
  }
  .ipt-wid-bd.sp-inline {
    width: calc(30% - 15px);
  }
  .ipt-wid-bd-1.sp-inline {
    width: fit-content;
  }
  .btn-cancel {
    min-width: 240px;
    /* margin-bottom: 15px;
    margin-left: 20px; */
  }
  .table-border tr,
  .table-border th,
  .table-border td {
    display: block;
    width: auto;
  }
  .table-border > tbody > tr > td {
    width: 100%;
  }
  .table-border > tbody > tr > td .sp-cell {
    width: 100%;
  }
  .table-border th {
    padding: 6px 15px;
  }

  .table-border tr:first-child {
    border-top: 1px solid #cccccc;
  }

  .table-border th,
  .table-border td {
    border-top: none;
  }

  /** footer */
  #global-footer {
    
    overflow: hidden;
  }
  .footer-sitemap .col-sm-3 {
    width: 33.33%;
    float: left;
    padding-right: 0;
  }
  .footer-sitemap .col-sm-3 .fs-subcategory {
    padding-left: 8px;
  }
  .footer-sitemap .fs-home {
    margin-right: 15px;
    margin-top: -20px;
    margin-bottom: 10px;
  }

  .footer-sitemap .col-footer-logo {
    display: block;
    width: 100%;
    text-align: right;
  }
  .session_qralert .sankaku {
    font-weight: 400;
    font-size: 50px;
  }
  .session_qralert .textarea {
    padding-left: 4px;
  }
  .session_qralert .textbig {
    font-size: 20px;
  }
  .parent {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .parent .cardpic {
    border-radius: 10px;
    overflow: hidden;
  }
  .parent img {
    max-width: 390px;
    max-height: 230px;
  }
  .child {
    padding-top: 5px;
    left: 20px;
    bottom: 5px;
    position: absolute;
    overflow: hidden;
  }
  .child .barcode1 {
    padding: 5px;
    background-color: white;
    width: fit-content;
  }
  .child .text {
    text-align: left;
    font-size: 14px;
    line-height: 10px;
    font-family: "NotoSansCJKjp-DemiLight-83pv-RKSJ-H";
    color: #000;
  }
  .ranknote {
    padding: 12px;
    background-color: gold;
    margin-bottom: 20px;
  }
  .ranknote p {
    font-size: 14px;
  }
  .ranknote a {
    font-size: 14px;
  }
  .ranknote li {
    font-size: 12px;
  }
  .cardsessiontext {
    text-align: center;
  }
  .cardsessiontext .txt {
    font-size: 14px;
    display: inline-block;
    text-align: left !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .ipt-wid-bd-1.sp-inline {
    width: calc(30% - 15px);
  }
}

@media (max-width: 767px) and (min-width: 420px) {
  .parent {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: fit-content;
    left: 20%;
    right: 20%;
  }
  .parent .cardpic {
    border-radius: 10px;
    overflow: hidden;
  }
  .parent img {
    max-width: 550px;
    height: auto;
  }
  .child {
    padding-top: 5px;
    left: 120px;
    bottom: 5px;
    position: absolute;
    overflow: hidden;
    left: 5%;
  }
  .child .barcode1 {
    padding: 5px;
    background-color: white;
    width: fit-content;
  }
  .child .text {
    text-align: left;
    font-size: 16px;
    line-height: 12px;
    font-family: "NotoSansCJKjp-DemiLight-83pv-RKSJ-H";
    color: #000;
  }
}

/*******************************************************************************
 * top page
 担当：SB_ブ
 作成日：05/10/2022
 最後修正日：05/10/2022
 **************************FOR PC********************************************/
@media (min-width: 992px) {
  
.onlymobiletablet{
  display: none;
}
  
  .onlymobile{
    display: none;
  }

  .onlytablet{
    display: none;
  }

  .cardbox {
    border: 1px solid gray;
    width: 100%;
  }

  .boxtittle > p {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    display: inline;
    vertical-align: middle;
    padding-left: 15px;
}

.boxtittle img {
  vertical-align: middle;
  width: 54px;
  /* height: 54px; */
}

  .boxtittle {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #f7f5f0;
  }

  .custnamerow {
    height: 55px;
    padding-left: 35px;
    padding-top: 8px;
  }

  .hrtoppage {
    width: 91%;
    border-top: 1px solid gray;
  }

  .vltoppage {
    content: "";
    position: absolute;
    border-right: 1px gray solid;
    height: 210px;
    width: 100%;
    transform: translateX(-20%);
    margin-top: 35px;
  }

  .tptitlerow {
    background-color: #8c8d8f;
    color: white;
    font-size: 28px;
    font-weight: bold;
    /* width: fit-content; */
    padding-left: 2%;
    padding-right: 11%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-left: 0;
    margin-right: 1%;
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); */
  }

  .tpcontent {
    padding-left: 30%;
    font-size: 32px;
    font-weight: bold;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 5%;
  }

  .noticemsg {
    padding-top: 3%;
    padding-left: 1%;
    padding-bottom: 3%;
    font-size: large;
    width: fit-content;
    margin: 0;
  }

  .pkcontainer {
    background-color: #f7f5f0;
    height: auto;
  }

  .whcontainer {
    background-color: transparent;
  }

  .usgstsbox {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #custnametxt {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
  }
  #samalbl {
    display: inline-block;
    padding-left: 5px;
    font-size: 24px;
    font-weight: bold;
  }
  #btmvl {
    height: 90px;
    margin-top: 0px;
  }

  #memcard {
    width: 425px;
    height: 250px;
    margin-left: 25px;
    margin-top: 10px;
}
  #memcard img {
    width: 100%;
    height: 100%;
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); */
    border-radius: 4%;
  }
  .cardtext {
    bottom: 5%;
    position: absolute;
    overflow: hidden;
    width: inherit;
    top: 55%;
    left: 12%;
  }
  .cardtext .text {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    font-family: "NotoSansCJKjp-DemiLight-83pv-RKSJ-H";
    color: #000;
  }
  .cardtext .barcode1 {
    padding: 0.6%;
    background-color: white;
    width: fit-content;
  }

  .coupon-img a {
    width: 100%;
}

.coupon-img img {
  width: inherit;
}

#btmguide {
  padding-top: 4%;
  padding-bottom: 2%;
}

.cardmobile {
  display: none;
}
}

/* @media (max-width: 991px) and (min-width: 768px) {
  .cardbox {
    border: 1px solid gray;
    width: 100%;
  }

  .boxtittle > p {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    display: inline;
    vertical-align: middle;
    padding-left: 15px;
}

.boxtittle img {
  vertical-align: middle;
  width: 54px;
  height: 54px;
}

  .boxtittle {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .custnamerow {
    height: 55px;
    padding-left: 35px;
    padding-top: 8px;
  }

  .hrtoppage {
    width: 91%;
    border-top: 1px solid gray;
  }

  .vltoppage {
    content: "";
    position: absolute;
    border-right: 1px gray solid;
    height: 210px;
    width: 100%;
    transform: translateX(-20%);
    margin-top: 35px;
  }

  .tptitlerow {
    background-color: #3b4043;
    color: white;
    font-size: 30px;
    font-weight: bold;
    width: fit-content;
    padding-left: 11%;
    padding-right: 11%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-left: 0;
  }

  .tpcontent {
    padding-left: 30%;
    font-size: 32px;
    font-weight: bold;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 5%;
  }

  .noticemsg {
    padding-top: 3%;
    padding-left: 1%;
    padding-bottom: 3%;
    font-size: large;
    width: fit-content;
    margin: 0;
  }

  .pkcontainer {
    background-color: #f7f5f0;
    height: auto;
  }

  .whcontainer {
    background-color: transparent;
  }

  .usgstsbox {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #custnametxt {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
  }
  #samalbl {
    display: inline-block;
    padding-left: 5px;
    font-size: 24px;
    font-weight: bold;
  }
  #btmvl {
    height: 90px;
    margin-top: 0px;
  }

  #memcard {
    width: 425px;
    height: 250px;
    margin-left: 25px;
    margin-top: 10px;
}
  #memcard img {
    width: 100%;
    height: 100%;
  }
  .cardtext {
    bottom: 5%;
    position: absolute;
    overflow: hidden;
    width: inherit;
    top: 55%;
    left: 12%;
  }
  .cardtext .text {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    font-family: "NotoSansCJKjp-DemiLight-83pv-RKSJ-H";
    color: #000;
  }
  .cardtext .barcode1 {
    padding: 0.6%;
    background-color: white;
    width: fit-content;
  }
} */
/*****************For Tablet***************************/
@media  (min-width: 768px) and (max-width: 992px) {
  .onlymobile{
    display: none;
  }

  .cardbox {
    border: 1px solid gray;
    width: 100%;
  }

  .boxtittle > p {
    text-align: center;
    font-weight: 700;
    font-size: 200%;
    display: inline;
    vertical-align: middle;
    padding-left: 15px;
}

.boxtittle img {
  vertical-align: middle;
  width: 54px;
  /* height: 54px; */
}

  .boxtittle {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #f7f5f0;
  }

  .custnamerow {
    height: fit-content;
    padding-left: 35px;
    padding-top: 8px;
  }

  .hrtoppage {
    width: 91%;
    border-top: 1px solid gray;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .vltoppage {
    content: "";
    position: absolute;
    border-right: 1px gray solid;
    height: 163px;
    width: 100%;
    transform: translateX(-20%);
    margin-top: 15px;
  }

  .tptitlerow {
    background-color: #8c8d8f;
    color: white;
    font-size: 150%;
    font-weight: bold;
    /* width: fit-content; */
    padding-left: 2%;
    padding-right: 11%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-left: 0;
    margin-right: 1%;
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); */
  }

  .tpcontent {
    padding-left: 30%;
    font-size: 160%;
    font-weight: bold;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 5%;
  }

  .noticemsg {
    padding-top: 3%;
    padding-left: 1%;
    padding-bottom: 3%;
    font-size: small;
    width: fit-content;
    margin: 0;
  }

  .pkcontainer {
    background-color: #f7f5f0;
    height: auto;
  }

  .whcontainer {
    background-color: transparent;
  }

  .usgstsbox {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #custnametxt {
    display: inline-block;
    font-size: 180%;
    font-weight: bold;
  }
  #samalbl {
    display: inline-block;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  #btmvl {
    height: 50px;
    margin-top: 0px;
  }

  #memcard {
    width: 92%;
    /* aspect-ratio: 16/10; */
    margin-left: 5px;
    margin-bottom: 10px;
}
  #memcard img {
    width: 100%;
    /* height: 100%; */
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); */
    border-radius: 4%;
  }
  .cardtext {
    bottom: 5%;
    position: absolute;
    overflow: hidden;
    width: 81%;
    top: 50%;
    left: 8%;
  }
  .cardtext .text {
    text-align: left;
    font-size: 10px;
    line-height: 10px;
    font-family: "NotoSansCJKjp-DemiLight-83pv-RKSJ-H";
    color: #000;
    margin-bottom: 2%;
  }
  .cardtext .barcode1 {
    padding: 0.6%;
    background-color: white;
    width: fit-content;
  }

  .coupon-img a {
    width: 100%;
}

.coupon-img img {
  width: inherit;
}

.cardmobile {
  display: none;
}
}

/** For Mobile   */
@media (max-width: 767px)  {
  p {
    margin: 0 0 0px;
  }

  .cardbox {
    width: 100%;
  }

  .boxtittle > p {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    display: inline;
    vertical-align: middle;
    padding-left: 10px;
}

.boxtittle img {
  vertical-align: middle;
  width: 32px;
  /* height: 32px; */
}

  .boxtittle {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #f7f5f0;
  }

  .custnamerow {
    padding-left: 1%;
    padding-top: 5%;
    height: fit-content;
}

  .hrtoppage {
    width: 100%;
    border-top: 1px solid gray;
  }

  .vltoppage {
    content: "";
    position: absolute;
    height: 210px;
    width: 100%;
    transform: translateX(-20%);
    margin-top: 35px;
  }

  .tptitlerow {
    background-color: #8c8d8f;
    color: white;
    font-size: 16px;
    font-weight: bold;
    /* width: fit-content; */
    padding-left: 11%;
    padding-right: 11%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-left: 0;
    margin-right: inherit;
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); */
}

.tpcontent {
  padding-left: 10%;
  font-size: 22px;
  font-weight: bold;
  padding-top: 4%;
  padding-bottom: 4%;
}

.tpcontent.row.btmusgtext {
  text-align: center;
  padding-left: 0;
}

  .noticemsg {
    padding-top: 2%;
    padding-left: 1%;
    padding-bottom: 2%;
    font-size: xx-small;
    width: fit-content;
    margin: 0;
  }

  

  .pkcontainer {
    background-color: #f7f5f0;
    height: auto;
  }

  .whcontainer {
    background-color: transparent;
  }

  .usgstsbox {
    background-color: inherit;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #custnametxt {
    display: inline;
    font-size: 5vw;
    font-weight: bold;
  }
  #samalbl {
    display: inline;
    padding-left: 5px;
    font-size: 4vw;
    font-weight: bold;
  }
  #btmvl {
    height: 90px;
    margin-top: 0px;
  }

  #memcard {
    margin: auto;
    /* aspect-ratio: 16/10; */
}
  #memcard img {
    width: 100%;
    /* height: 100%; */
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); */
    border-radius: 4%;
  }
  .cardtext {
    bottom: 2%;
    position: absolute;
    overflow: hidden;
    width: 87%;
    top: 50%;
    left: 8%;
}
.cardtext .text {
  text-align: left;
  font-size: 3vw;
  line-height: 5vw;
  font-family: "NotoSansCJKjp-DemiLight-83pv-RKSJ-H";
  color: #000;
}
  .cardtext .barcode1 {
    padding: 0.8%;
    background-color: white;
    width: fit-content;
  }

  .coupon-img a {
    width: 100%;
}

.coupon-img img {
  width: inherit;
}

.text-blue {
  color: blue;
  font-size: small;
}

.cardpctab{
  display: none;
}

.onlypctablet{
  display: none;
}

.onlytablet{
  display: none;
}

}

/* Top page slider css */
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 55px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  .slider {
    width: 50%;
    margin: 100px auto;
  }

  .slick-slide {
    margin: 0px 20px;
    height: auto;
  }

  .slick-slide img {
    width: 100%;
    min-height: 50px;
    /* aspect-ratio: 4/3; */
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }


  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }

  .slick-active {
    opacity: 1;
  }

  .slick-current {
    opacity: 1;
  }

  .slick-next {
    right: 5px;
    width: fit-content;
    height: fit-content;
}

  .slick-prev {
    left: 5px;
    z-index: 1;
    width: fit-content;
    height: fit-content;
}
/*******************************************************************************
 * end top page
 ******************************************************************************/


/*******************************************************************************
 * footer 
 担当：SB_ブ
 作成日：05/12/2022
 最後修正日：05/12/2022
 **********************************************************************/

 .footer-social {
  text-align: center;
}

.footer-social img {
  width: 54px;
  height: 54px;
  margin: 25px 10px 0px 15px;
}
 /******************************************************************************/

 /*******************************************************************************
 * footer 
 担当：SB_ブ
 作成日：05/12/2022
 最後修正日：05/12/2022
 **********************************************************************/
 img.footernews {
  max-width: 90% !important;
  padding-top: 5%;
  
}

  /******************************************************************************/

   /*******************************************************************************
 * member_info
 担当：SB_ブ
 作成日：05/25/2022
 最後修正日：05/25/2022
 **********************************************************************/
 .meminfocb {
  float: left;
  width: auto;
  margin-left: 2%;
  
}

.meminfotext {
  float: left;
  width: 92%;
  margin-left: 1%;
}

.f12-font {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
   /******************************************************************************/

p.cpusecndt {
    white-space: pre-line;
}

.verline{
  width: 100%;
  height: 1px;
  border-top: gray 1px solid;
}

.toplogo {
  width: 100%;
  height: 100%;
}

.resvbtn {
  width: 100%;
  min-width: 100%;
  font-size: 3vw;
}
.center {
  margin: 0 auto;
  color: red;
  text-align: center;
}
.top-label {
  color: black;
  font-weight: bold;
  margin-bottom: 4px;
}

.img-responsive {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
  background-color: #fff;
}

@media (max-width: 767px) {
  .second-label {
    margin-top: 20px;
  }
  .img-responsive {
    height: auto;
    object-fit: contain;
    object-position: top;
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .img-responsive {
    height: 600px;
    object-fit: contain;
    object-position: top;
    background-color: #fff;
  }
}

.coupon-wrapper {
  padding: 0 10px;
}

.coupon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  z-index: 10;

}

.coupon-item {
  flex: 0 0 calc(50% - 10px); 
  box-sizing: border-box;
  margin: 5px;
  z-index: 10;
}


#couponlist {
  scroll-margin-top: 8px;
}

#linelogin {
    scroll-margin-top: 8px;
}