@charset "UTF-8";

/************************************************************************
  setting
************************************************************************/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
img {
  max-width: 100%;
}
a:hover img {
  opacity: 0.8;
}
a img {
  cursor: pointer;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.text-black {
  color: #000 !important;
}
.text-red {
  color: #f00 !important;
}
.text-blue {
  color: #00f;
}
.wrapper {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.d-f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}

/************************************************************************
  header
************************************************************************/
#header {
  width: 100%;
  background: #ff0000;
  color: #fff;
  margin-bottom: 1rem;
  /*border-bottom: 4px solid #e5e5e5;*/
}
#header .h-wrapper {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
#header a {
  color: #ff0000;
  font-weight: bold;
}
#header h1 {
  text-align: center;
  margin: 0;
  padding: 0.2rem 0;
}
#header h1 img {
  max-width: 90px;
  width: 100%;
}
#header .op-btn{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 24px;
  padding: 20px;
  cursor: pointer;
}
#header .g-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  max-width: 250px;
  width: 70%;
  border: 1px solid #ff0000;
  /*box-shadow: rgb(0 0 0) 5px 5px 5px;*/
  z-index: 1;
}
#header .g-nav nav {
  position: relative;
}
#header .g-nav .cl-btn {
  font-size: 30px;
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
  width: 50px;
  margin: 0 auto 1rem;
  text-align: center;
  background: #ff0000;
  border-radius: 10px;
}
#header .g-nav ul {
  list-style: none;
  padding: 20px 40px 15px 20px;
  margin: 0;
  font-size: 18px;
}
#header .g-nav ul li {
  padding: 7px 5px;
}
#header .g-nav ul li {
  border-bottom: 4px dotted #ff0000;
}

/************************************************************************
  passport
************************************************************************/
#passport {
  border: 1px solid #ff0000;
  margin-bottom: 1rem;
}
#passport .p-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background: #ff0000;
  color: #ffff00;
  padding: 0.5rem;
}
#passport p {
  margin-bottom: 0;
}
#passport .p-detail {
  background: #ffff00;
  padding: 0.5rem;
}
#passport .p-detail p:not(:last-child) {
  text-align: center;
  font-weight: bold;
}
#passport .p-detail p:last-child {
  margin: 1rem 0.5rem 0;
}
#passport .p-detail p span.year {
  font-size: 22px;
}
#passport .p-detail p span.day {
  font-size: 50px;
  line-height: 1;
}
#passport .p-detail p span.week {
  font-size: 20px;
  margin-left: 0.5rem;
}
#passport .p-detail p span.day span.ss {
  font-size: 20px;
}
#passport .p-detail p.p-shop {
  font-size: 16px;
}

/************************************************************************
  title
************************************************************************/
.title-dec {
  color: #ff0000;
  font-weight: bold;
  padding: 5px 0 10px 40px;
  margin-bottom: 0;
  font-size: 18px;
}
#p-news .news-title {
  background: url("../images/title-info.png") no-repeat;
}
#coupon .coupon-title {
  background: url("../images/title-coupon.png") no-repeat;
}
#p-history .history-title {
  background: url("../images/title-history.png") no-repeat;
}
#p-stamp .stamp-title {
  background: url("../images/title-point.png") no-repeat;
}

/************************************************************************
  news
************************************************************************/
#p-news .news-list {
  margin-bottom: 0.5rem;
}
#p-news .d-f {
  align-items: baseline;
  justify-content: space-between;
}
#p-news .news-list p.day {
  font-weight: bold;
  color: #800000;
}
#p-news .news-list p {
  margin-bottom: 0;
}
.hd {
  display: none;
}
#p-news .hd br:first-child {
  /*display: none;*/
}
#p-news .read-more.is-open .t-none {
  display: none;
}
.read-more {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
.read-more span {
  cursor: pointer;
}
.read-more span:last-child, .read-more.is-open span:first-child {
  display: none;
}
.read-more.is-open span:last-child {
  display: block;
}
.read-more i {
  color: #ff0000;
}
@media(max-width: 640px) {

}

/************************************************************************
  point
************************************************************************/
#p-point .p-vip {
  color: #fff100;
  background: #0000FF;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 5px;
}
#p-point .p-vip span {
  font-size: 24px;
}
#p-point .qr-area {
  border: 1px solid #ff0000;
  padding: 15px;
  margin: 0 0 1rem;
  font-weight: bold;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#p-point .qr-area.vv {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#p-point .qr-area .m-number {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#p-point .qr-area .m-point-area p:first-child {
  margin-bottom: 0;
}
#p-point .qr-area .m-point-area.nn p:last-child {
  font-weight: bold;
  font-size: 30px;
  text-align: right;
}
#p-point .qr-area .m-point-area .m-tel {
  font-size: 18px;
  text-align: right;
}
#p-point .qr-area .m-point-area .m-point {
  text-align: right;
  font-size: 50px;
  margin: 0;
  line-height: 1;
}
#p-point .qr-area .qr-code {
  text-align: right;
}
#p-point .qr-area .qr-code p {
  padding: 10px;
  border: 1px solid #000;
  margin: 0;
  display: inline-block;
}
#p-point .qr-area div:first-child {
  flex-grow: 2;
}
#p-point .qr-area div:last-child {
  flex-grow: 1;
}
#p-point .qr-code #qrcode img {
  cursor: pointer;
}
@media(max-width: 329px) {
  #p-point .qr-area .m-point {
    line-height: 1.2;
  }
}
@media(max-width: 399px) {
  #p-point .qr-area .m-number {
    flex-wrap: wrap;
  }
  #p-point .qr-area > div:first-child {
    margin-right: 10px;
  }
  #p-point p {
    margin-bottom: 0.3rem;
  }
}
@media(max-width: 479px) {
  #p-point .qr-area .m-point-area.nn p:last-child {
    margin: 0;
    line-height: 1;
  }
}
@media(min-width: 480px) {
  #p-point .qr-area .m-point-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

/************************************************************************
  indexお知らせ追加部分
************************************************************************/
img.aligncenter {
  display: block;
  margin: auto;
}
.info_datezone {
  margin-bottom: 2px;
}
span.date_day,.info-date {
  color: #930000;
  font-weight: 700;
  text-align: center;
}
span.date_cate,.info-category {
  font-weight: 600;
  color: #3946df;
  text-align: center;
}
.info_title {
  font-weight: 600;
  color: #333333;
}
.info_list {
  border-bottom: 1px dotted black;
  margin-bottom: 10px;
  background: linear-gradient(1deg, #ffefb5, #ffe7f0);
  padding: 5px;
  position: relative;
}
.info_excerpt p {
  margin-bottom: 2px;
}
.modal-footer {

  justify-content: center;

}
.modal-header{
  background: #d70000;
  color: #fff; 
}
.modal-body img {
  height: auto;
}
i.far.fa-hand-point-left.click {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 30px;
  color: crimson;
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  transform-origin:top center;
  transform: rotate(-15deg);
}
.flash_text{
  animation: flash 1s linear infinite;


  font-weight: bold;
}

@keyframes flash {
  0%,35%,60%,100%{
    opacity: 0.8;
    
  }

  55%{
    opacity: 1;
    color:#7fff00;
  }
  

  
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
    transform-origin:top center;
    transform: rotate(-15deg);
  }
  50%, 70% {
    transform: scale(0.75);
    transform-origin:top center;
    transform: rotate(15deg);
  }
}
/************************************************************************
  index
************************************************************************/
#coupon ul i {
  color: #ff0000;
  font-size: 12px;
}
#coupon ul {
  font-weight: bold;
  color: #000;
  list-style: none;
  padding: 0 0 0 10px;
  line-height: 1.5;
}
#coupon ul li {
  position: relative;
  padding: 0 0 10px 20px;
  margin: 0;
}
#coupon ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f111';
  color: #000000;
  font-size: 12px;
}
#coupon li span.type {
  font-size: 16px;
}
#coupon li span.limit {
  font-weight: normal;
}


/************************************************************************
  history
************************************************************************/
#p-history {
  margin-bottom: 1rem;
}
#p-history .history-list {
  overflow: hidden;
  /*border-bottom: 2px dotted #ff0000;*/
  padding: 0.2rem;
}
#p-history .history-sub {
  margin-top: 1rem;
}
#p-history .history-list div:nth-child(1) {
  float: left;
  padding-right: 5px;
}
#p-history .history-list div:nth-child(2) {
  float: left;
}
#p-history .history-list div:nth-child(3) {
  float: right;
  text-align: right;
}
#p-history .read-more {
  margin: 1rem 0 0 0;
}
@media(max-width: 499px) {
  #p-history .history-list div:nth-child(1) {
    width: 50%;
  }
  #p-history .history-list div:nth-child(2) {
    width: 38%;
  }
  #p-history .history-list div:nth-child(3) {
    width: 12%;
    float: left;
  }
}

/************************************************************************
  page top
************************************************************************/
.page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1000;
}
.page-top a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
}

/************************************************************************
  footer
************************************************************************/
#footer {
  width: 100%;
  color: #fff;
  position: relative;
}
#header .f-wrapper {
  max-width: 640px;
  margin: 0 auto;
}
#footer .footer-logo {
  text-align: center;
  font-weight: bold;
}
#footer .footer-logo a {
  color: #ff0000;
}
#footer .footer-logo p:first-child {
  margin-bottom: 0;
}

/************************************************************************
  modal
************************************************************************/
#coupon button {
  border: none;
  background: none;
  color: #ff0000;
  font-weight: bold;
  padding: 0;
}
#coupon button:focus {
  outline: none;
}
.modal-window .modal-hed {
  background: #000;
  color: #fff;
  padding: 1rem;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.modal-window .modal-hed p {
  margin-bottom: 0;
}
/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background-color: #ffffff;
  z-index: 1002;
}
/* 閉じるボタン */
.modal-window .button-close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  padding: 1rem;
  background-color: #ffffff;
  color: #000000;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1;
  padding: 0 0.2rem;
}
.modal-window .button-close i {
  font-size: 2rem;
}
.modal-window p:first-child span {
  margin-left: 1rem;
}
.modal-window p span.week {
  font-size: 14px;
  margin: 0 0.5rem;
}
.modal-window #coupon-qr {
  text-align: center;
  padding-bottom: 1rem;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1001;
}
/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

/************************************************************************
  from validation
************************************************************************/
/*
* アラート
------------------------------------------------------------------*/
.form-alert {
    background-color: #ffebee;
    border: #f44336 solid 1px;
}

p.form-alert-msg {
	color: #f44336;
	margin-bottom: 5px;
}

/*
* エラー表示
------------------------------------------------------------------*/
.errArea {
	display:none;
	padding: 5px;
	color: #FF0000;
}
