@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
/* A Modern CSS Reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul[class], ol[class] {
  margin: 0;
  padding: 0; }

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0; }

html {
  scroll-behavior: smooth; }

body {
  position: relative;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

article > * + * {
  margin-top: 1em; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }

* {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

/* common
--------------------*/
html {
  height: 100%;
  min-height: 100%;
  font-family: 'Noto Sans JP', sans-serif !important; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%; }
  body.active {
    height: 100vh;
    overflow-y: hidden; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

/* conponent parts
--------------------*/
h2.menuContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 0 10px;
  border-bottom: 1px dashed #440000;
  font-size: 1rem; }
  h2.menuContents img {
    margin-right: 10px; }

/* placeholder
--------------------*/
#gNav ul, .home .content .sec-topic ul, .home .content ul.bnrWrap, #photo .content .nonItem, #shop .content .shopDetails, #menu .container .content .menuDetails, #shopInfoWrap .shopInfo, #footer ul, #narrow-list, #search-list {
  width: 87%;
  margin: 0 auto; }

.btn, .btn-link, .btn-moreHowto, #submitWrap .formSubmit, .back-btn, .relocation-btn, #filtering label, .drawer .funcWrap .func-account, .drawer .funcWrap .func-payregist, .drawer .funcWrap .func-signUp, .drawer .funcWrap .func-logout, .drawer .funcWrap .func-login, .drawer .funcWrap .func-log, .drawer .funcWrap .func-fav, .drawer .drawer-nav ul li a, .drawer .drawer-nav ul li#dataReload, .drawer #drawer-gov ul li a, #keywordBox .Wrap #keyword-btn, .home .content ul.shop-list > li .listHeader ul.genre-list li, #map .content .list-map .map-shopList .listHeader ul.genre-list li, #genre .content ul.list-genre li a p, #menu .container .content .menuImg a.presentIcon, #menu .container .content .menuDetails .detailHeader ul li, #menu .container .content .menuDetails .coupon-date ul li, ul.list-menu .left .coupon-date ul li, #shopInfoWrap .shopInfo dl dt, #cancel .formSubmit, #cancel .back-btn, #cancelComp .formSubmit, #cancelComp .back-btn, ul.tab-ranking li, ul.tab-ranking li a, #regal .btn-back, #faq a.mail-btn, .LikesIcon, a.pageTopLink, #narrow-list ul li, .overlay-serviceOut, #search-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* animation
--------------------*/
@-webkit-keyframes heartAnimation {
  0% {
    /* アイコンサイズをもとのより小さくする */
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  10% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    /* もとのサイズに戻す */
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes heartAnimation {
  0% {
    /* アイコンサイズをもとのより小さくする */
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  10% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    /* もとのサイズに戻す */
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* btn
--------------------*/
.narrow-btn {
  width: 77%;
  height: 56px;
  margin: 0 auto 10px;
  background-color: #F5ECE7;
  border: 2px solid #440000;
  border-radius: 28px;
  outline: none;
  color: #440000;
  font-weight: bold; }

.more-btn {
  width: 87%;
  height: 52px;
  margin: 0 auto 50px;
  border: 1px solid #000;
  outline: none; }

.shopInfo-btn {
  width: 100%;
  height: 52px;
  margin: 0 auto 40px;
  border: 1px solid #000;
  outline: none;
  color: #000; }
  .shopInfo-btn i {
    margin-left: .5rem; }

.filter-btn {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 66%;
  height: 56px;
  margin: 0 auto 30px;
  background-color: #F5ECE7;
  border: 2px solid #440000;
  border-radius: 28px;
  outline: none;
  color: #440000;
  font-weight: bold; }

.coupon-btn {
  width: 46%;
  height: 64px;
  background-color: #FF340A;
  border-radius: 8px;
  color: #FFF;
  font-weight: 700; }

.used-btn {
  background-color: #DFDFDF;
  color: #A7A7A7; }

.unssable-btn {
  width: 100%;
  height: 64px;
  background-color: #707070;
  border-radius: 8px;
  color: #FFF;
  font-weight: 700; }

.coupon-submit-btn {
  outline: none;
  height: 64px;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto 10px;
  background-color: #FF340A;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #FF340A; }
  .coupon-submit-btn:active {
    letter-spacing: 2px; }
  .coupon-submit-btn:after {
    content: "クーポンを利用する"; }
  .coupon-submit-btn.onclic {
    width: 64px;
    border-color: #aaa;
    border-width: 3px;
    border-radius: 32px;
    font-size: 0;
    background-color: #fff;
    border-left-color: #FF340A;
    -webkit-animation: rotating 2s 0.25s linear infinite;
            animation: rotating 2s 0.25s linear infinite; }
    .coupon-submit-btn.onclic:after {
      content: ""; }

.btn-link {
  position: relative;
  width: 77vw;
  margin: 0 auto 15px;
  padding: 1rem 0;
  background-color: #FF340A;
  border-radius: 10px;
  color: #FFF;
  font-weight: bold; }
  .btn-link i {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.btn-moreHowto {
  position: relative;
  width: 77vw;
  margin: 0 auto 15px;
  padding: 1rem 0;
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  font-weight: bold; }
  .btn-moreHowto i {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.present-submit-btn {
  width: 100%;
  height: 64px;
  margin: 0 auto 10px;
  background-color: #00B900;
  border: 1px solid #00B900;
  border-radius: 8px;
  color: #FFF;
  font-weight: 700; }
  .present-submit-btn:after {
    content: attr(data-item); }
  .present-submit-btn.onclic {
    width: 64px;
    border-color: #aaa;
    border-width: 3px;
    border-radius: 32px;
    font-size: 0;
    background-color: #fff;
    border-left-color: #00B900;
    -webkit-animation: rotating 2s 0.25s linear infinite;
            animation: rotating 2s 0.25s linear infinite; }
    .present-submit-btn.onclic:after {
      content: ""; }

.validate {
  font-size: 13px;
  color: white;
  background: #04af7a;
  pointer-events: none;
  border-color: #04af7a; }
  .validate:after {
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    content: "\f00c"; }

.mordal-close-btn {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  background-color: #DFDFDF;
  border-radius: 8px;
  color: #FFF;
  font-weight: 700; }

#submitWrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  #submitWrap .formSubmit {
    position: relative;
    width: 80%;
    height: 64px;
    margin: 0 auto;
    background-color: #FF340A;
    border: none;
    border-radius: 8px;
    color: #FFF; }

.back-btn {
  position: relative;
  width: 88%;
  height: 64px;
  margin: 0 auto 13px;
  background-color: #DFDFDF;
  border: none;
  border-radius: 8px;
  color: #6D6D6D; }
  .back-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 3px solid #6D6D6D;
    border-left: 3px solid #6D6D6D;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.relocation-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: .8rem;
  background-color: #483d38; }
  .relocation-btn img {
    width: 1.5rem; }

.enable-btn {
  width: 100%;
  height: 64px;
  margin-bottom: 10px;
  background-color: #DFDFDF;
  border-radius: 8px;
  color: #FFF;
  font-weight: 700;
  text-align: center; }

/* text color
--------------------*/
span.red {
  color: #F00; }

/* coupon color
--------------------*/
.coupon-c500 {
  background-color: #FF340A; }

.coupon-c1000 {
  background-color: #440000; }

.coupon-cOther {
  background-color: #A7A7A7; }

.coupon-cHotel {
  background-color: #6D591A; }

.coupon500 .couponLabel {
  background-color: #FF340A; }

.coupon500 .coupon-price {
  color: #FF340A; }

.coupon500 a.coupon-mark {
  color: #FF340A; }

.coupon1000 .couponLabel {
  background-color: #440000; }

.coupon1000 .coupon-price {
  color: #440000; }

.coupon1000 a.coupon-mark {
  color: #440000; }

.couponHotel .couponLabel {
  background-color: #6D591A; }

.couponHotel .coupon-price {
  color: #6D591A; }

.couponHotel a.coupon-mark {
  color: #6D591A; }

.couponOther .couponLabel {
  background-color: #A7A7A7; }

.couponOther .coupon-price {
  color: #A7A7A7; }

.couponOther a.coupon-mark {
  color: #A7A7A7; }

/* container
--------------------*/
.container {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 220px; }

/* filter menu
--------------------*/
#filtering {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  padding: 30px 6.5% 100px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  z-index: 1000; }
  #filtering.active {
    opacity: 1 !important;
    pointer-events: auto; }
  #filtering h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 16px; }
    #filtering h2:before {
      content: '';
      display: block;
      width: 35%;
      height: 0;
      border-bottom: 1px solid #FFF; }
    #filtering h2:after {
      content: '';
      display: block;
      width: 35%;
      height: 0;
      border-bottom: 1px solid #FFF; }
  #filtering .coupon-fil {
    margin-bottom: 20px; }
    #filtering .coupon-fil .inner {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[8];
          grid-template-columns: repeat(8, 1fr);
      gap: 10px; }
      #filtering .coupon-fil .inner label {
        -ms-grid-column: 3;
        grid-column: 3fr;
        -webkit-transition: .3s;
        transition: .3s; }
        #filtering .coupon-fil .inner label#btn-coupon500 {
          -ms-grid-column: 1;
          -ms-grid-column-span: 4;
          grid-column: 1/5; }
        #filtering .coupon-fil .inner label#btn-coupon1000 {
          -ms-grid-column: 5;
          -ms-grid-column-span: 4;
          grid-column: 5/9; }
        #filtering .coupon-fil .inner label#btn-couponHotel {
          -ms-grid-column: 3;
          -ms-grid-column-span: 4;
          grid-column: 3/7; }
  #filtering .genre-fil {
    margin-bottom: 20px; }
    #filtering .genre-fil .inner {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      gap: 10px; }
  #filtering .area-fil {
    margin-bottom: 20px; }
    #filtering .area-fil .inner {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      gap: 10px; }
  #filtering input[type="checkbox"] {
    display: none; }
  #filtering label {
    width: 100%;
    height: 48px;
    background-color: #FFF;
    border: none;
    border-radius: 24px;
    outline: none;
    font-weight: bold; }
  #filtering input:checked + label {
    background-color: #000;
    color: #FFF; }

/* drawer menu
--------------------*/
.drawer {
  position: fixed;
  top: 40px;
  left: -80%;
  width: 80%;
  height: 80%;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1100; }
  .drawer.active {
    left: 0; }
  .drawer a {
    color: #000; }
  .drawer .funcWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (1fr)[1];
        grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    width: 100%;
    padding: 15px;
    background-color: #DBD6D2; }
    .drawer .funcWrap.state-Member {
      -ms-grid-rows: (1fr)[3];
          grid-template-rows: repeat(3, 1fr); }
    .drawer .funcWrap a {
      padding: 5px 0; }
    .drawer .funcWrap .func-account {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      background-color: #FFF; }
    .drawer .funcWrap .func-payregist {
      padding: 8px 0;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3;
      background-color: #FF340A;
      color: #FFF; }
    .drawer .funcWrap .func-signUp {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      background-color: #483D38;
      color: #FFF; }
    .drawer .funcWrap .func-logout, .drawer .funcWrap .func-login {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3; }
    .drawer .funcWrap .func-log {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3;
      background-color: #FFF; }
      .drawer .funcWrap .func-log:after {
        content: '';
        width: 1rem; }
    .drawer .funcWrap .func-fav {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3;
      background-color: #FFF; }
      .drawer .funcWrap .func-fav img {
        width: 2rem; }
    .drawer .funcWrap img {
      margin-right: 10px; }
  .drawer .drawer-nav ul {
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFF; }
    .drawer .drawer-nav ul li {
      width: 100%; }
      .drawer .drawer-nav ul li a {
        position: relative;
        width: 100%;
        padding: 15px; }
        .drawer .drawer-nav ul li a:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 20px;
          display: block;
          width: 14px;
          height: 14px;
          border-top: 2px solid #A7A7A7;
          border-right: 2px solid #A7A7A7;
          -webkit-transform: rotate(45deg) translateY(-65%);
                  transform: rotate(45deg) translateY(-65%); }
      .drawer .drawer-nav ul li#dataReload {
        position: relative;
        width: 100%;
        padding: 15px; }
  .drawer #drawer-gov ul {
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFF; }
    .drawer #drawer-gov ul li {
      width: 100%; }
      .drawer #drawer-gov ul li a {
        position: relative;
        width: 100%;
        padding: 15px; }

/* header
--------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  header #header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-height: 40px;
    padding: 5px 6.5%;
    background-color: #FFF; }
    header #header .header-hamburger {
      position: relative;
      width: 10%;
      padding-top: 3px;
      color: #5d5d5d;
      line-height: 1rem; }
      header #header .header-hamburger .toggle {
        position: relative;
        width: 100%;
        height: 24px; }
        header #header .header-hamburger .toggle span {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 3px;
          -webkit-transition: .3s;
          transition: .3s;
          background-color: #A7A7A7; }
          header #header .header-hamburger .toggle span:nth-child(2) {
            top: 10px; }
          header #header .header-hamburger .toggle span:nth-child(3) {
            top: 20px;
            width: 60%; }
      header #header .header-hamburger.active .toggle span {
        top: 10px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
        header #header .header-hamburger.active .toggle span:nth-child(2) {
          top: 10px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        header #header .header-hamburger.active .toggle span:nth-child(3) {
          top: 10px;
          width: 100%;
          opacity: 0; }
    header #header h1 {
      position: absolute;
      top: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      header #header h1 img {
        width: 9rem; }
    header #header .header-tools {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 3.5rem; }
      header #header .header-tools.signed {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    header #header .header-search {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header #header .header-search img {
        width: 1.5rem; }
    header #header .header-fav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header #header .header-fav img {
        width: 1.5rem; }

#keywordBox {
  width: 100%;
  max-height: 0;
  padding: 0 6.5%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s; }
  #keywordBox.active {
    max-height: 100vh; }
  #keywordBox .Wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px 0;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden; }
    #keywordBox .Wrap input {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 0;
      padding: 0 5px;
      border: none;
      outline: none;
      font-size: 1.25rem; }
    #keywordBox .Wrap #keyword-btn {
      width: 50px;
      min-width: 50px;
      height: 50px;
      background-color: #000;
      border: 2px solid #FFF;
      border-radius: 10px; }

/* global navi
--------------------*/
#gNav {
  background-color: #FFF; }
  #gNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6); }
    #gNav ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 25%;
      padding: 2px 0;
      border-bottom: 7px solid transparent;
      -webkit-box-shadow: -6px 0px 6px -4px rgba(0, 0, 0, 0.1);
              box-shadow: -6px 0px 6px -4px rgba(0, 0, 0, 0.1);
      text-align: center; }
      #gNav ul li a {
        color: #000;
        font-size: .8rem; }
      #gNav ul li:nth-child(1) {
        -webkit-box-shadow: none;
                box-shadow: none; }
      #gNav ul li.active {
        border-bottom: 7px solid #ff340a; }
      #gNav ul li img {
        width: 50%;
        margin: 0 auto; }

/* content
--------------------*/
.content {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px; }

/* home
--------------------*/
.home .content {
  padding-top: 0; }
  .home .content h2.secTitle {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 .85rem;
    font-size: 1rem;
    text-align: center; }
    .home .content h2.secTitle::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: calc(50% - 20px);
      display: block;
      width: 40px;
      height: 1px;
      background-color: #000; }
  .home .content .btnWrap {
    position: -webkit-sticky;
    position: sticky;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    left: 0;
    right: 0;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 87%;
    margin: auto auto 40px;
    z-index: 99; }
  .home .content .narrow-btn {
    margin: 0; }
  .home .content .sec-banner {
    width: 100%;
    padding: 12px 0;
    background-color: #DBD6D2;
    overflow: visible; }
    .home .content .sec-banner ul li {
      width: 76%;
      margin: 0 1vw; }
      .home .content .sec-banner ul li a {
        width: 100%; }
      .home .content .sec-banner ul li .imgWrap {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 35%;
        overflow: visible; }
        .home .content .sec-banner ul li .imgWrap img {
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          z-index: 1; }
    .home .content .sec-banner ul > li {
      margin: 0 auto; }
  .home .content .sec-newMenu {
    padding: 30px 0 20px;
    background-color: #FFF2EB; }
    .home .content .sec-newMenu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0 20px;
      overflow: auto; }
      .home .content .sec-newMenu ul li {
        width: 32.85vw;
        margin-right: 13px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        .home .content .sec-newMenu ul li:last-child {
          margin-right: 0; }
        .home .content .sec-newMenu ul li a {
          display: block;
          width: 100%;
          height: 100%;
          color: #000;
          background-color: #FFF; }
          .home .content .sec-newMenu ul li a .imgWrap {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 61.76%; }
            .home .content .sec-newMenu ul li a .imgWrap img {
              position: absolute;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
          .home .content .sec-newMenu ul li a .detailsWrap {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            width: 100%; }
            .home .content .sec-newMenu ul li a .detailsWrap .couponWrap {
              width: 50%;
              color: #FFF;
              text-align: center;
              font-size: .85rem; }
              .home .content .sec-newMenu ul li a .detailsWrap .couponWrap span {
                font-size: .75rem; }
            .home .content .sec-newMenu ul li a .detailsWrap .areaWrap {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: end;
              -webkit-justify-content: flex-end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              width: 50%;
              padding-right: 6px;
              font-size: .625rem; }
            .home .content .sec-newMenu ul li a .detailsWrap .shopName {
              width: 100%;
              padding: 3px 6px;
              font-size: .75rem;
              font-weight: bold;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .home .content .sec-newMenu ul li a .detailsWrap .menuName {
              width: 100%;
              padding: 0 6px 3px;
              font-size: .75rem;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
  .home .content .listWrap {
    padding-top: 30px; }
  .home .content ul.shop-list {
    width: 100;
    margin-bottom: 40px;
    overflow: hidden; }
    .home .content ul.shop-list > li {
      width: 100%;
      margin: 0 0 20px;
      padding-bottom: 15px;
      border-bottom: 1px solid #d3d3d3;
      -webkit-transition: .3s;
      transition: .3s; }
      .home .content ul.shop-list > li.is-hidden {
        visibility: hidden;
        opacity: 0;
        height: 0;
        margin: 0 10px;
        padding: 0;
        border-bottom: none; }
      .home .content ul.shop-list > li .listHeader {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin-bottom: 15px;
        padding: 0 3.6%;
        border-left: 2px solid #000; }
        .home .content ul.shop-list > li .listHeader h2 {
          width: 80.5%;
          font-size: .875rem; }
          .home .content ul.shop-list > li .listHeader h2 a {
            color: #000; }
        .home .content ul.shop-list > li .listHeader .dist {
          width: 17.5%;
          font-size: .875rem;
          text-align: right;
          white-space: nowrap; }
          .home .content ul.shop-list > li .listHeader .dist img {
            display: inline;
            margin-right: 3px; }
        .home .content ul.shop-list > li .listHeader ul.genre-list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          width: 100%;
          margin-top: .5rem; }
          .home .content ul.shop-list > li .listHeader ul.genre-list li {
            min-width: 22.5%;
            margin-right: 4px;
            margin-bottom: 4px;
            background-color: #F9F9F9;
            border: 1px solid #F5ECE7;
            border-radius: 5px;
            font-size: .75rem; }
      .home .content ul.shop-list > li .listContet {
        position: relative;
        width: 100%;
        overflow: hidden; }
        .home .content ul.shop-list > li .listContet .more-arrow {
          position: absolute;
          right: 0;
          width: 24px;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          overflow: hidden;
          z-index: 11;
          -webkit-transition: .3s;
          transition: .3s; }
          .home .content ul.shop-list > li .listContet .more-arrow.hide {
            opacity: 0;
            pointer-events: none; }
          .home .content ul.shop-list > li .listContet .more-arrow:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            width: 14px;
            height: 14px;
            margin-left: -15px;
            border-top: 2px solid #FFF;
            border-right: 2px solid #FFF;
            -webkit-transform: rotate(45deg) translateY(-50%);
                    transform: rotate(45deg) translateY(-50%); }
        .home .content ul.shop-list > li .listContet ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-right: -7.5%;
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          overflow: scroll; }
          .home .content ul.shop-list > li .listContet ul li {
            position: relative;
            display: block;
            width: 46%;
            min-width: 184px;
            margin-right: 20px; }
            .home .content ul.shop-list > li .listContet ul li a {
              display: block;
              width: 100%;
              color: #000;
              text-decoration: none; }
              .home .content ul.shop-list > li .listContet ul li a .imgWrap {
                position: relative;
                width: 100%;
                height: 112px; }
                .home .content ul.shop-list > li .listContet ul li a .imgWrap img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover;
                  opacity: 0;
                  -webkit-transition: .3s;
                  transition: .3s; }
                  .home .content ul.shop-list > li .listContet ul li a .imgWrap img.lazyloaded {
                    opacity: 1; }
                .home .content ul.shop-list > li .listContet ul li a .imgWrap .couponLabel {
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  width: 38%;
                  color: #FFF;
                  font-size: .875rem;
                  line-height: 1.2em;
                  text-align: center; }
                  .home .content ul.shop-list > li .listContet ul li a .imgWrap .couponLabel span {
                    font-size: .625rem; }
              .home .content ul.shop-list > li .listContet ul li a p {
                font-size: .875rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                margin-top: .3rem;
                overflow: hidden; }
                .home .content ul.shop-list > li .listContet ul li a p.unusable-menuName {
                  margin-top: 0;
                  padding: .5rem;
                  background-color: #dfdfdf;
                  text-align: center; }
      .home .content ul.shop-list > li.nonItem a {
        text-decoration: underline; }
  .home .content .sec-topic {
    padding: 40px 0;
    background-color: #EFEFEF; }
    .home .content .sec-topic ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (47.2%)[2];
          grid-template-columns: repeat(2, 47.2%);
      gap: 20px;
      margin-bottom: 20px; }
      .home .content .sec-topic ul li a {
        display: block;
        width: 100%;
        font-size: .85rem; }
        .home .content .sec-topic ul li a .imgWrap {
          position: relative;
          width: 100%;
          height: 0;
          margin-bottom: .25rem;
          padding-bottom: 100%; }
          .home .content .sec-topic ul li a .imgWrap img {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            -o-object-fit: cover;
               object-fit: cover;
            opacity: 0;
            -webkit-transition: .3s;
            transition: .3s; }
            .home .content .sec-topic ul li a .imgWrap img.lazyloaded {
              opacity: 1; }
        .home .content .sec-topic ul li a time {
          margin-bottom: .25rem;
          color: #A7A7A7; }
        .home .content .sec-topic ul li a p {
          color: #483D38; }
    .home .content .sec-topic > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 87%;
      height: 52px;
      margin: 0 auto 50px;
      border: 1px solid #000;
      outline: none;
      color: #000; }
      .home .content .sec-topic > a i {
        margin-left: 1rem; }
  .home .content ul.bnrWrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #f5f5f5; }
    .home .content ul.bnrWrap li {
      width: 100%;
      margin-bottom: 20px; }
      .home .content ul.bnrWrap li:last-child {
        margin-bottom: 0; }
      .home .content ul.bnrWrap li a {
        display: block; }
      .home .content ul.bnrWrap li img {
        width: 100%; }

/* map
--------------------*/
#map header {
  position: relative; }

#map .container {
  padding-top: 0 !important;
  padding-bottom: 0; }

#map .content {
  position: relative;
  padding: 20px 0 0; }
  #map .content .btnWrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 87%;
    margin: auto;
    z-index: 1; }
  #map .content .narrow-btn {
    margin: 0; }
  #map .content .list-map {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
    width: 87%;
    pointer-events: none; }
    #map .content .list-map .map-shopList {
      position: absolute;
      bottom: 40px;
      width: 100%;
      padding: 20px 13px;
      background-color: #FFF;
      border-radius: 10px;
      -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6);
              box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6);
      overflow: hidden;
      -webkit-transition: .3s;
      transition: .3s;
      opacity: 0;
      pointer-events: none; }
      #map .content .list-map .map-shopList.active {
        opacity: 1;
        pointer-events: auto; }
      #map .content .list-map .map-shopList .close-btn {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 15px;
        height: 15px; }
        #map .content .list-map .map-shopList .close-btn::before {
          content: '';
          display: block;
          width: 100%;
          height: 3px;
          background-color: #ccc;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: 1px; }
        #map .content .list-map .map-shopList .close-btn::after {
          content: '';
          display: block;
          width: 100%;
          height: 3px;
          background-color: #ccc;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: absolute;
          top: 1px; }
      #map .content .list-map .map-shopList .listHeader {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin-bottom: 15px;
        padding: 0 3.6%;
        border-left: 2px solid #000; }
        #map .content .list-map .map-shopList .listHeader h2 {
          width: 80.5%;
          font-size: 1rem; }
          #map .content .list-map .map-shopList .listHeader h2 a {
            color: #000; }
        #map .content .list-map .map-shopList .listHeader .dist {
          width: 17.5%;
          font-size: .875rem;
          text-align: right;
          white-space: nowrap; }
          #map .content .list-map .map-shopList .listHeader .dist img {
            display: inline;
            margin-right: 3px; }
        #map .content .list-map .map-shopList .listHeader ul.genre-list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          width: 100%;
          margin-top: .5rem; }
          #map .content .list-map .map-shopList .listHeader ul.genre-list li {
            min-width: 22.5%;
            margin-right: 4px;
            margin-bottom: 4px;
            background-color: #F9F9F9;
            border: 1px solid #F5ECE7;
            border-radius: 5px;
            font-size: .75rem; }
      #map .content .list-map .map-shopList .listContet {
        position: relative;
        width: 100%;
        overflow: hidden; }
        #map .content .list-map .map-shopList .listContet .more-arrow {
          position: absolute;
          right: 0;
          width: 24px;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          overflow: hidden;
          z-index: 11;
          -webkit-transition: .3s;
          transition: .3s; }
          #map .content .list-map .map-shopList .listContet .more-arrow.hide {
            opacity: 0;
            pointer-events: none; }
          #map .content .list-map .map-shopList .listContet .more-arrow:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            width: 14px;
            height: 14px;
            margin-left: -15px;
            border-top: 2px solid #FFF;
            border-right: 2px solid #FFF;
            -webkit-transform: rotate(45deg) translateY(-50%);
                    transform: rotate(45deg) translateY(-50%); }
        #map .content .list-map .map-shopList .listContet ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-right: -7.5%;
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          overflow: scroll; }
          #map .content .list-map .map-shopList .listContet ul li {
            position: relative;
            display: block;
            width: 46%;
            min-width: 184px;
            margin-right: 20px; }
            #map .content .list-map .map-shopList .listContet ul li a {
              display: block;
              width: 100%;
              color: #000;
              text-decoration: none; }
              #map .content .list-map .map-shopList .listContet ul li a .imgWrap {
                position: relative;
                width: 100%;
                height: 112px;
                margin-bottom: .3rem; }
                #map .content .list-map .map-shopList .listContet ul li a .imgWrap img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover; }
                #map .content .list-map .map-shopList .listContet ul li a .imgWrap .couponLabel {
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  width: 38%;
                  color: #FFF;
                  font-size: .875rem;
                  line-height: 1.2em;
                  text-align: center; }
                  #map .content .list-map .map-shopList .listContet ul li a .imgWrap .couponLabel span {
                    font-size: .625rem; }
              #map .content .list-map .map-shopList .listContet ul li a p {
                font-size: .875rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden; }
      #map .content .list-map .map-shopList.nonItem a {
        text-decoration: underline; }

.mapLabel {
  position: relative;
  padding: 3px 5px;
  background-color: #FFF;
  border: 3px solid #FF340A;
  border-radius: 5px;
  -webkit-transform: translateX(-50%) translateY(calc( (100% + 20px ) * -1));
          transform: translateX(-50%) translateY(calc( (100% + 20px ) * -1));
  color: #000;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .mapLabel:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FF340A;
    top: 100%;
    left: 50%; }

/* photo
--------------------*/
#photo .content {
  position: relative;
  padding-top: 30px; }
  #photo .content .btnWrap {
    position: -webkit-sticky;
    position: sticky;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    left: 0;
    right: 0;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 87%;
    margin: auto;
    z-index: 1; }
  #photo .content .narrow-btn {
    margin: 0 auto 10px; }
  #photo .content ul.menuImg-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 100%;
    margin-bottom: 40px; }
    #photo .content ul.menuImg-list li {
      width: 100%; }
      #photo .content ul.menuImg-list li a {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden; }
        #photo .content ul.menuImg-list li a img {
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          opacity: 0;
          -webkit-transition: .3s;
          transition: .3s; }
          #photo .content ul.menuImg-list li a img.lazyloaded {
            opacity: 1; }
  #photo .content .nonItem {
    margin-bottom: 3rem; }
    #photo .content .nonItem p {
      margin-bottom: 1rem; }
    #photo .content .nonItem a {
      text-decoration: underline; }

/* genre
--------------------*/
#genre .content {
  padding: 0 6.5% 80px; }
  #genre .content ul.list-genre {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    width: 100%;
    margin: 30px 0 40px; }
    #genre .content ul.list-genre li {
      width: 100%;
      height: 100%; }
      #genre .content ul.list-genre li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        #genre .content ul.list-genre li a p {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%;
          margin: 0;
          background-color: rgba(0, 0, 0, 0.6);
          color: #FFF;
          text-align: center;
          z-index: 1; }
        #genre .content ul.list-genre li a img {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
  #genre .content ul.list-menu {
    margin: 30px 0 40px; }
    #genre .content ul.list-menu li.is-hidden {
      visibility: hidden;
      opacity: 0;
      height: 0;
      margin: 0 10px;
      padding: 0;
      border-bottom: none; }
    #genre .content ul.list-menu li.nonItem {
      display: block;
      -webkit-box-shadow: none;
              box-shadow: none; }
      #genre .content ul.list-menu li.nonItem a {
        text-decoration: underline; }
    #genre .content ul.list-menu .menuImgWrap img {
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s; }
      #genre .content ul.list-menu .menuImgWrap img.lazyloaded {
        opacity: 1; }
  #genre .content .passive {
    display: none !important; }

/* shop
--------------------*/
#shop .content {
  padding-top: 0; }
  #shop .content .shopImg {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 5px;
    padding-bottom: 38.64%; }
    #shop .content .shopImg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s; }
      #shop .content .shopImg img.lazyloaded {
        opacity: 1; }
    #shop .content .shopImg a {
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px 6.5%;
      background: rgba(0, 0, 0, 0.6);
      color: #FFF; }
    #shop .content .shopImg i {
      margin-right: .3rem; }
  #shop .content .shopDetails .detailHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 5px 0 5px .5rem;
    border-left: 2px solid #000;
    color: #000; }
    #shop .content .shopDetails .detailHeader h2 {
      width: 80.5%;
      font-size: 1rem; }
    #shop .content .shopDetails .detailHeader .dist {
      width: 17.5%;
      font-size: .875rem;
      text-align: right;
      white-space: nowrap; }
      #shop .content .shopDetails .detailHeader .dist img {
        display: inline;
        margin-right: 3px; }
    #shop .content .shopDetails .detailHeader .menuImgWrap img {
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s; }
      #shop .content .shopDetails .detailHeader .menuImgWrap img.lazyloaded {
        opacity: 1; }

#shop ul.list-menu > li.couponOther .left .coupon-date {
  display: none; }

#shop ul.list-menu > li.couponOther .right {
  padding-bottom: .5rem; }
  #shop ul.list-menu > li.couponOther .right a {
    display: none; }

#shop ul.list-menu > li .shopTitle {
  display: none; }

/* gift
--------------------*/
#menu .container {
  padding: 0; }
  #menu .container .content {
    padding: 0 0 220px; }
    #menu .container .content .menuImg {
      position: relative;
      width: 100%;
      height: 0;
      margin-bottom: 30px;
      padding-bottom: 67.63%; }
      #menu .container .content .menuImg > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      #menu .container .content .menuImg a.backLink {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 6.5%;
        background: rgba(0, 0, 0, 0.6);
        color: #FFF; }
        #menu .container .content .menuImg a.backLink i {
          margin-right: 5px; }
      #menu .container .content .menuImg a.presentIcon {
        position: absolute;
        right: 80px;
        bottom: -25px;
        width: 56px;
        height: 56px;
        background-color: #FFF;
        border-radius: 28px;
        -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6);
                box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6);
        z-index: 1; }
        #menu .container .content .menuImg a.presentIcon img {
          width: 80%; }
    #menu .container .content .menuDetails .detailHeader {
      width: 100%;
      margin-bottom: 20px;
      padding: 5px 0 5px .5rem;
      border-bottom: 1px dashed #000;
      color: #000; }
      #menu .container .content .menuDetails .detailHeader ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%;
        margin-bottom: 10px; }
        #menu .container .content .menuDetails .detailHeader ul li {
          margin-right: 5px;
          padding: 0 10px;
          font-size: .75rem;
          background-color: #F9F9F9;
          border: 1px solid #DBD6D2;
          border-radius: 3px; }
      #menu .container .content .menuDetails .detailHeader p#shop-name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: .8rem;
        padding-left: .5rem;
        border-left: 2px solid #400;
        color: #400;
        font-size: .75rem; }
      #menu .container .content .menuDetails .detailHeader h2 {
        margin-bottom: .5rem;
        font-size: 1rem;
        font-weight: 400; }
      #menu .container .content .menuDetails .detailHeader p {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-weight: bold;
        text-align: right; }
        #menu .container .content .menuDetails .detailHeader p i {
          margin: 0 .2rem; }
        #menu .container .content .menuDetails .detailHeader p .price {
          font-size: 1.25rem; }
          #menu .container .content .menuDetails .detailHeader p .price.normal-price {
            font-size: 1rem; }
          #menu .container .content .menuDetails .detailHeader p .price span {
            font-size: 1rem; }
        #menu .container .content .menuDetails .detailHeader p .coupon-price {
          font-size: 1.5rem; }
    #menu .container .content .menuDetails .coupon-date {
      width: 100%;
      margin-bottom: 10px;
      padding: 10px 5%;
      background-color: #F5ECE7; }
      #menu .container .content .menuDetails .coupon-date h4 {
        margin-bottom: .2rem;
        font-size: .875rem;
        font-weight: 400; }
      #menu .container .content .menuDetails .coupon-date ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #menu .container .content .menuDetails .coupon-date ul li {
          width: 10%;
          background-color: #000;
          color: #FFF; }
          #menu .container .content .menuDetails .coupon-date ul li.cSwitch0 {
            background-color: transparent;
            border: 1px solid #AAA;
            color: #AAA; }
      #menu .container .content .menuDetails .coupon-date p {
        font-size: .8rem; }
    #menu .container .content .menuDetails > p {
      margin-bottom: 10px;
      font-size: .875rem; }
    #menu .container .content .menuDetails .btnWrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-bottom: 20px; }
    #menu .container .content .menuDetails .shopInfo-btn {
      margin-bottom: 0; }
    #menu .container .content #shopInfoWrap {
      margin-bottom: 30px; }

#menu .mordalWrap {
  display: none; }

#menu .modaal-content-container h4 {
  margin-bottom: 30px;
  font-size: 1.25rem; }

#menu .modaal-content-container p {
  margin-bottom: 1rem;
  word-break: break-all; }

ul.list-menu {
  width: 100%;
  margin-bottom: 30px; }
  ul.list-menu > li {
    width: 100%; }
    ul.list-menu > li .shopTitle {
      margin-bottom: 5px;
      padding-left: .8rem;
      border-left: 2px solid #2c0a09;
      color: #2c0a09;
      font-size: .75rem; }
    ul.list-menu > li .listInner {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 3px 16px -6px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 3px 16px -6px rgba(0, 0, 0, 0.4); }
  ul.list-menu .left {
    width: 55%; }
    ul.list-menu .left .menuImgWrap {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 68%; }
      ul.list-menu .left .menuImgWrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      ul.list-menu .left .menuImgWrap .couponLabel {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 35%;
        color: #FFF;
        font-size: .875rem;
        text-align: center; }
        ul.list-menu .left .menuImgWrap .couponLabel span {
          font-size: .625rem; }
    ul.list-menu .left .coupon-date {
      width: 100%;
      margin-top: 10px; }
      ul.list-menu .left .coupon-date ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[8];
            grid-template-columns: repeat(8, 1fr);
        gap: 1px;
        width: 100%;
        margin-bottom: 5px; }
        ul.list-menu .left .coupon-date ul li {
          background-color: #000;
          border: 1px solid #000;
          color: #FFF; }
          ul.list-menu .left .coupon-date ul li.cSwitch0 {
            background-color: transparent;
            border: 1px solid #AAA;
            color: #AAA; }
      ul.list-menu .left .coupon-date p {
        word-break: break-all;
        font-size: .8rem; }
  ul.list-menu .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 45%;
    padding-top: .5rem;
    padding-left: .5rem; }
    ul.list-menu .right h3 {
      padding-right: .5rem;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.2rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden; }
    ul.list-menu .right p {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: .5rem;
      font-weight: bold;
      line-height: 1.5rem; }
      ul.list-menu .right p i {
        margin: 0 .2rem;
        color: #000;
        font-size: 1rem; }
      ul.list-menu .right p span.priceWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right; }
      ul.list-menu .right p .price {
        font-size: 1.25rem;
        white-space: nowrap; }
        ul.list-menu .right p .price.normal-price {
          font-size: 1rem; }
        ul.list-menu .right p .price span {
          font-size: 1rem; }
      ul.list-menu .right p .coupon-price {
        font-size: 1.5rem;
        white-space: nowrap; }
    ul.list-menu .right a {
      display: block;
      width: 100%;
      padding: .6rem 0;
      font-weight: bold;
      text-align: center; }
      ul.list-menu .right a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      ul.list-menu .right a:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid transparent; }
      ul.list-menu .right a.states-nonMember {
        font-size: .85rem;
        background-color: #FF340A;
        color: #FFF; }
      ul.list-menu .right a.states-tempMember {
        font-size: .85rem;
        background-color: #FF340A;
        color: #FFF; }
    ul.list-menu .right .unusable {
      padding: 1rem .5rem;
      text-align: center;
      background-color: #dfdfdf;
      color: #000; }
  ul.list-menu .coupon500 a.coupon-mark::after {
    border-right: 12px solid #FF340A;
    border-bottom: 12px solid #FF340A; }
  ul.list-menu .coupon1000 a.coupon-mark::after {
    border-right: 12px solid #440000;
    border-bottom: 12px solid #440000; }
  ul.list-menu .couponHotel a.coupon-mark::after {
    border-right: 12px solid #6D591A;
    border-bottom: 12px solid #6D591A; }
  ul.list-menu .couponOther a.coupon-mark::after {
    border-right: 12px solid #A7A7A7;
    border-bottom: 12px solid #A7A7A7; }
  ul.list-menu a.coupon-mark.states-nonMember::after {
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent; }
  ul.list-menu a.coupon-mark.states-tempMember::after {
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent; }

/* favorite
--------------------*/
#favorite .content {
  padding: 0 6.5% 80px; }
  #favorite .content ul.list-menu {
    margin: 30px 0 40px; }
    #favorite .content ul.list-menu .menuImgWrap img {
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s; }
      #favorite .content ul.list-menu .menuImgWrap img.lazyloaded {
        opacity: 1; }
    #favorite .content ul.list-menu li.nonItem {
      display: block;
      -webkit-box-shadow: none;
              box-shadow: none; }
      #favorite .content ul.list-menu li.nonItem a {
        text-decoration: underline; }

/* compornents - shopWrap
--------------------*/
#shopInfoWrap {
  width: 100%;
  padding-top: 50px; }
  #shopInfoWrap .slider {
    width: 100%;
    margin-bottom: 20px; }
  #shopInfoWrap .slick-prev {
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    #shopInfoWrap .slick-prev:before {
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      content: '\f053';
      font-weight: 900; }
  #shopInfoWrap .slick-next {
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    #shopInfoWrap .slick-next:before {
      font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
      content: '\f054';
      font-weight: 900; }
  #shopInfoWrap .shopInfo {
    margin-bottom: 40px;
    padding-left: 10px;
    border-left: 2px solid #000; }
    #shopInfoWrap .shopInfo h2 {
      padding: 0 0 .5rem;
      font-size: 1rem; }
    #shopInfoWrap .shopInfo dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #A7A7A7; }
      #shopInfoWrap .shopInfo dl dt {
        width: 16px;
        margin-right: 5px; }
      #shopInfoWrap .shopInfo dl dd {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-height: 1.5rem; }
  #shopInfoWrap #shop-map {
    width: 100%; }
    #shopInfoWrap #shop-map iframe {
      width: 100%;
      height: 300px; }

/* footer
--------------------*/
footer {
  position: absolute;
  bottom: 0; }

#footer {
  width: 100%;
  padding: 15px 0 0;
  background-color: #3d3934;
  color: #FFF; }
  #footer h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 93.5%;
    margin-left: 6.5%;
    margin-bottom: 20px;
    font-size: .875rem; }
    #footer h2 span {
      display: block;
      width: 41.5%;
      border-bottom: 1px solid #FFF; }
  #footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: .3rem;
    font-size: .75rem; }
    #footer ul li {
      width: 41.6%;
      margin-bottom: .3rem; }
      #footer ul li a {
        width: 100%;
        color: #FFF; }
        #footer ul li a :visited {
          color: #FFF; }
  #footer p {
    width: 100%;
    font-size: .75rem;
    background: #000;
    text-align: center; }

/* login,password
--------------------*/
#login .container, #resetpassword .container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20% 6.5% 10%;
  background-color: #3D3934;
  color: #FFF; }
  #login .container header, #resetpassword .container header {
    position: relative;
    width: inherit;
    margin-bottom: 10%; }
    #login .container header h1, #resetpassword .container header h1 {
      width: inherit;
      margin-bottom: 10px; }
      #login .container header h1 img, #resetpassword .container header h1 img {
        margin: 0 auto; }
    #login .container header p, #resetpassword .container header p {
      text-align: center; }
  #login .container main, #resetpassword .container main {
    margin-bottom: 3rem; }
    #login .container main h2, #resetpassword .container main h2 {
      width: 100%;
      margin-bottom: 10px;
      padding: 5px 0;
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
      font-size: 1rem;
      font-weight: normal;
      text-align: center; }
    #login .container main .loginWrap, #resetpassword .container main .loginWrap {
      text-align: center; }
    #login .container main .contentWrap, #resetpassword .container main .contentWrap {
      margin-bottom: 2rem; }
      #login .container main .contentWrap a, #resetpassword .container main .contentWrap a {
        text-decoration: underline; }
    #login .container main button, #resetpassword .container main button {
      border: none; }
    #login .container main a, #resetpassword .container main a {
      display: block;
      width: 100%;
      color: #9A9A9A;
      text-align: center; }
    #login .container main p, #resetpassword .container main p {
      margin-bottom: 10px; }
      #login .container main p a.contactText, #resetpassword .container main p a.contactText {
        margin-bottom: 1rem; }
    #login .container main input[type="text"], #resetpassword .container main input[type="text"] {
      width: 100%;
      height: 3rem;
      margin-bottom: 5px; }
    #login .container main input[type="password"], #resetpassword .container main input[type="password"] {
      width: 100%;
      height: 3rem;
      margin-bottom: 1rem; }
  #login .container .btn, #resetpassword .container .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 88%;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 8px; }
    #login .container .btn.btn-login, #resetpassword .container .btn.btn-login {
      background-color: #FF340A;
      color: #FFF; }
    #login .container .btn.btn-password, #resetpassword .container .btn.btn-password {
      margin-top: 1rem;
      background-color: #FF340A;
      color: #FFF; }
    #login .container .btn.btn-signup, #resetpassword .container .btn.btn-signup {
      margin-bottom: 0;
      border: 1px solid #FFF;
      border-radius: 5px;
      color: #FFF; }

#resetpassword .container main p a {
  display: inline;
  width: auto;
  color: #FFF; }

/* mypage
--------------------*/
#mypage .content {
  padding: 0 6.5% 90px; }
  #mypage .content .memberFormWrap {
    padding-top: 30px; }

#mypage .profChanged {
  color: #F00;
  text-align: center;
  height: auto;
  -webkit-transition: .3s;
  transition: .3s; }
  #mypage .profChanged.hide {
    height: 0;
    overflow: hidden;
    opacity: 0; }

#mypage .error {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #F00;
  font-size: .8rem; }

#mypage input.error {
  border: 1px solid #f00;
  color: #000;
  font-size: 1rem; }

#mypage select.error {
  color: #000; }

#mypage dl {
  width: 100%;
  padding-bottom: 30px; }
  #mypage dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px .5rem;
    background-color: #F5ECE7;
    font-size: .8rem; }

#mypage .memberFormWrap {
  margin-bottom: 55px; }

#mypage .inlineblockWrap {
  text-align: right; }

#mypage a.cancel-link {
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: .8rem; }
  #mypage a.cancel-link i {
    margin-left: 5px; }

#mypage #submitWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

#mypage dd p {
  margin-bottom: 1.5rem; }
  #mypage dd p:first-child {
    margin-bottom: 3rem; }
  #mypage dd p:last-child {
    margin-bottom: 0; }
  #mypage dd p.red {
    color: #F00; }

/* cancel
--------------------*/
#cancel.container {
  padding-bottom: 0; }

#cancel .content {
  padding: 0 6.5% 200px; }
  #cancel .content p {
    margin-bottom: 30px; }

#cancel h3 {
  margin-bottom: 30px; }

#cancel dl {
  width: 100%;
  padding-bottom: 30px; }
  #cancel dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px .5rem;
    background-color: #F5ECE7;
    font-size: .8rem; }
  #cancel dl dd {
    padding: 0 2%; }

#cancel select {
  background-color: #FFF; }

#cancel .memberFormWrap .btnAreaWrap {
  padding-top: 0; }

#cancel .formSubmit {
  position: relative;
  width: 88%;
  height: 64px;
  margin: 0 auto 13px;
  background-color: #000;
  border: none;
  border-radius: 8px;
  color: #FFF; }
  #cancel .formSubmit::after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

#cancel .back-btn {
  position: relative;
  width: 88%;
  height: 64px;
  margin: 0 auto 13px;
  background-color: #DFDFDF;
  border: none;
  border-radius: 8px;
  color: #6D6D6D; }
  #cancel .back-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 3px solid #6D6D6D;
    border-left: 3px solid #6D6D6D;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/* cancel
--------------------*/
#cancelComp.container {
  padding-top: 0;
  padding-bottom: 0; }

#cancelComp #header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  background-color: #000; }
  #cancelComp #header h1 {
    width: 42.51%; }

#cancelComp .content {
  padding: 0 6.5% 90px; }
  #cancelComp .content p {
    margin-bottom: 30px; }

#cancelComp h3 {
  margin-bottom: 30px; }

#cancelComp dl {
  width: 100%;
  padding-bottom: 30px; }
  #cancelComp dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px .5rem;
    background-color: #F5ECE7;
    font-size: .8rem; }
  #cancelComp dl dd {
    padding: 0 2%; }

#cancelComp select {
  background-color: #FFF; }

#cancelComp .memberFormWrap .btnAreaWrap {
  padding-top: 0; }

#cancelComp .formSubmit {
  position: relative;
  width: 88%;
  height: 64px;
  margin: 0 auto 13px;
  background-color: #000;
  border: none;
  border-radius: 8px;
  color: #FFF; }
  #cancelComp .formSubmit::after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

#cancelComp .back-btn {
  position: relative;
  width: 88%;
  height: 64px;
  margin: 0 auto 13px;
  background-color: #DFDFDF;
  border: none;
  border-radius: 8px;
  color: #6D6D6D; }
  #cancelComp .back-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 3px solid #6D6D6D;
    border-left: 3px solid #6D6D6D;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/* mylog
--------------------*/
#mylog .content {
  padding: 0 6.5% 90px; }

#mylog .couponCount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #A7A7A7;
  letter-spacing: -.03em;
  font-size: .875rem; }
  #mylog .couponCount span.countAll {
    margin: 0 .5rem 0 1rem;
    font-size: 1.25rem;
    font-weight: bold; }
  #mylog .couponCount .discount span {
    color: #FF340A; }
    #mylog .couponCount .discount span.discountPrice {
      margin: 0 .5rem 0 1rem;
      font-size: 1.25rem;
      font-weight: bold; }

#mylog ul.list-menu > li {
  margin: 0;
  padding: 15px 5px;
  border-bottom: 1px solid #A7A7A7;
  -webkit-box-shadow: none;
          box-shadow: none; }
  #mylog ul.list-menu > li.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0 10px;
    padding: 0;
    border-bottom: none; }
  #mylog ul.list-menu > li a {
    color: #000; }
  #mylog ul.list-menu > li dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #mylog ul.list-menu > li dl dt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 1rem;
      color: #5D5D5D;
      font-size: .8rem;
      white-space: nowrap;
      width: 6rem; }

/* news
--------------------*/
#news .content {
  padding: 0 6.5% 90px; }

#news nav {
  width: 100%; }
  #news nav ul {
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: .85rem .8rem;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin-bottom: 1.85rem; }
    #news nav ul li {
      width: 100%; }
      #news nav ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 40px;
        border: 1px solid #3D3934;
        border-radius: 20px;
        color: #3D3934;
        font-size: .85rem; }
        #news nav ul li a.current {
          background-color: #3D3934;
          color: #FFF; }

#news ul.list-post {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (47.2%)[2];
      grid-template-columns: repeat(2, 47.2%);
  gap: 20px;
  margin-bottom: 20px; }
  #news ul.list-post > li a {
    display: block;
    width: 100%;
    font-size: .85rem; }
    #news ul.list-post > li a .imgWrap {
      position: relative;
      width: 100%;
      height: 0;
      margin-bottom: .25rem;
      padding-bottom: 100%; }
      #news ul.list-post > li a .imgWrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        -o-object-fit: cover;
           object-fit: cover;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s; }
        #news ul.list-post > li a .imgWrap img.lazyloaded {
          opacity: 1; }
    #news ul.list-post > li a time {
      margin-bottom: .25rem;
      color: #A7A7A7; }
    #news ul.list-post > li a p {
      color: #483D38; }

#news .content-post h2 {
  font-size: 1rem;
  margin-bottom: 1rem; }

#news .newsInner {
  margin-bottom: 20px; }

#news .back-btn {
  width: 50%;
  height: 40px; }

/* ranking
--------------------*/
ul.tab-ranking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  margin: 0 0 30px;
  border: 1px solid #707070; }
  ul.tab-ranking li {
    width: 50%;
    background-color: #3D3934;
    color: #FFF;
    font-weight: bold; }
    ul.tab-ranking li a {
      width: 100%;
      height: 100%;
      background-color: #FFF;
      color: #3D3934; }

h3.rankingHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF340A;
  font-size: 1.2rem; }
  h3.rankingHead img {
    margin-right: 10px; }
  h3.rankingHead span {
    font-size: 2rem; }

#menuRanking .content {
  padding: 0 6.5% 90px; }

#menuRanking ul.list-menu > li {
  display: block;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  #menuRanking ul.list-menu > li .overlay-serviceOut a,
  #menuRanking ul.list-menu > li .left .coupon-date ul li a {
    color: #FFF; }
  #menuRanking ul.list-menu > li dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #menuRanking ul.list-menu > li dl dt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 1rem;
      color: #5D5D5D;
      font-size: .8rem; }
  #menuRanking ul.list-menu > li > div:nth-child(2) {
    margin-bottom: 5px;
    padding-left: .8rem;
    border-left: 2px solid #2c0a09;
    color: #2c0a09;
    font-size: .75rem; }
  #menuRanking ul.list-menu > li > div:last-child {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 3px 16px -6px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 3px 16px -6px rgba(0, 0, 0, 0.6); }
    #menuRanking ul.list-menu > li > div:last-child .right p i {
      margin: 0 .2rem; }
    #menuRanking ul.list-menu > li > div:last-child .right p .coupon-price {
      font-size: 1.5rem; }

#userRanking .content {
  padding: 0 6.5% 90px; }

#userRanking .userWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#userRanking ul.list-user li {
  padding: 20px 0;
  border-bottom: 1px solid #A7A7A7; }

/* howto
--------------------*/
#howto .content {
  padding: 0 6.5% 90px; }

#howto .baloon {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 15px 20px;
  border: 2px solid #000;
  font-weight: bold;
  text-align: justify; }
  #howto .baloon span {
    border-bottom: 3px solid #FF340A; }
  #howto .baloon::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 9px 0 9px;
    border-color: #000 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

#howto dl {
  width: 100%;
  padding-bottom: 50px; }
  #howto dl:last-child {
    padding-bottom: 0; }
  #howto dl dt {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px .5rem;
    background-color: #F5ECE7;
    font-size: .8rem; }
  #howto dl dd img {
    margin: 0 auto; }

/* regal
--------------------*/
#regal .content {
  padding: 0 6.5% 90px;
  font-size: .8rem; }

#regal p {
  margin-bottom: 1rem; }

#regal ul {
  margin-bottom: 1rem; }
  #regal ul li {
    margin-bottom: .5rem; }

#regal dl {
  margin-bottom: 1rem; }
  #regal dl dt {
    font-weight: bold; }

#regal .btn-back {
  position: relative;
  width: 30%;
  height: 40px;
  margin: 0 auto;
  background-color: #dfdfdf;
  border-radius: 8px;
  color: #6d6d6d; }
  #regal .btn-back::after {
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    content: '\f053';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    color: #6d6d6d;
    font-weight: 900; }

/* company
--------------------*/
#company .content {
  padding: 0 6.5% 90px; }

#company dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #DFDFDF; }
  #company dl.first {
    border-top: 4px solid #000; }
  #company dl dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
    font-size: .8rem; }
  #company dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    #company dl dd a {
      color: #000; }

/* faq
--------------------*/
#faq .content {
  padding: 0 6.5% 90px; }
  #faq .content h3 {
    margin-bottom: 20px;
    padding: 5px 10px;
    background-color: #440000;
    color: #FFF;
    font-size: .8rem; }
  #faq .content > p {
    margin-bottom: 60px; }

#faq .faqWrap {
  margin-bottom: 50px; }

#faq dl {
  width: 100%;
  margin-bottom: 25px;
  border-top: 3px solid #440000;
  overflow: hidden; }
  #faq dl:last-child {
    margin-bottom: 0; }
  #faq dl dt {
    position: relative;
    padding: 10px 30px 10px 10px;
    background-color: #F5ECE7;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer; }
    #faq dl dt:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      display: block;
      width: 16px;
      height: 2px;
      background-color: #AB9090;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    #faq dl dt:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 17px;
      display: block;
      width: 2px;
      height: 16px;
      background-color: #AB9090;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    #faq dl dt.active:after {
      -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }
    #faq dl dt span {
      font-size: 1.5rem;
      font-weight: bold; }
  #faq dl dd {
    max-height: 0;
    background-color: #f5f5f5;
    -webkit-transition: .5s;
    transition: .5s; }
    #faq dl dd.active {
      max-height: 100vh; }
    #faq dl dd p {
      margin-bottom: 1rem;
      padding: 10px; }
      #faq dl dd p:last-child {
        margin-bottom: 0; }
    #faq dl dd a {
      text-decoration: underline; }
      #faq dl dd a:hover {
        text-decoration: none; }

#faq a.mail-btn {
  position: relative;
  width: 88%;
  height: 64px;
  margin: 0 auto 13px;
  background-color: #000;
  border: none;
  border-radius: 8px;
  color: #FFF; }
  #faq a.mail-btn i {
    margin-right: 10px; }

/* form
--------------------*/
.memberFormWrap {
  width: 100%; }
  .memberFormWrap dl {
    width: 100%;
    padding-bottom: 20px; }
    .memberFormWrap dl dt {
      width: 100%;
      margin-bottom: 10px;
      padding: 10px .5rem;
      background-color: #F5ECE7;
      font-size: .8rem; }
    .memberFormWrap dl dd .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 5px;
      padding: 0 5px; }
      .memberFormWrap dl dd .wrap.passive {
        display: none !important; }
      .memberFormWrap dl dd .wrap input, .memberFormWrap dl dd .wrap select {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 3rem;
        border: 1px solid #CECECE;
        border-radius: 3px; }
        .memberFormWrap dl dd .wrap input:focus, .memberFormWrap dl dd .wrap select:focus {
          outline: 1px solid #808080; }
      .memberFormWrap dl dd .wrap textarea {
        width: 100%;
        border: 1px solid #CECECE; }
      .memberFormWrap dl dd .wrap span {
        margin-right: 10px; }
      .memberFormWrap dl dd .wrap textarea {
        width: 100%;
        border: 1px solid #CECECE; }
    .memberFormWrap dl dd ul.radioList {
      list-style-type: none; }
      .memberFormWrap dl dd ul.radioList li {
        padding: 30px 0;
        border-bottom: 1px solid #A7A7A7; }
    .memberFormWrap dl dd.birth .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .memberFormWrap dl dd.birth .wrap select {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 3rem;
        background-color: #FFF;
        border: 1px solid #CECECE;
        border-radius: 3px; }
        .memberFormWrap dl dd.birth .wrap select:focus {
          outline: 1px solid #808080; }
      .memberFormWrap dl dd.birth .wrap span {
        margin: 0 .5rem; }
  .memberFormWrap p.checkWrap {
    padding: 0 5px; }
    .memberFormWrap p.checkWrap.passive {
      display: none !important; }
    .memberFormWrap p.checkWrap input {
      display: none; }
    .memberFormWrap p.checkWrap label {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .memberFormWrap p.checkWrap label::before {
        content: '';
        display: block;
        width: 1rem;
        height: 1rem;
        margin-right: 5px;
        border: 1px solid #808080; }
    .memberFormWrap p.checkWrap input:checked + label::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 10px;
      display: block;
      width: 1rem;
      height: .5rem;
      border-top: 3px solid #000;
      border-right: 3px solid #000;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
  .memberFormWrap .radioWrap {
    margin-bottom: 1rem; }
    .memberFormWrap .radioWrap input {
      display: none; }
    .memberFormWrap .radioWrap label {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .memberFormWrap .radioWrap label::before {
        content: '';
        display: block;
        width: 1rem;
        height: 1rem;
        margin-right: 5px;
        border: 1px solid #808080;
        border-radius: .5rem; }
    .memberFormWrap .radioWrap input:checked + label::after {
      content: '';
      position: absolute;
      top: 0;
      left: .185rem;
      bottom: 0;
      display: block;
      width: .6rem;
      height: .6rem;
      margin: auto;
      background-color: #FF340A;
      border-radius: .3rem; }
  .memberFormWrap .imgWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .memberFormWrap .imgWrap img {
      width: 15%; }
      .memberFormWrap .imgWrap img.careerImg {
        width: 100%; }
  .memberFormWrap .btnAreaWrap {
    width: 100%;
    padding-top: 40px; }
    .memberFormWrap .btnAreaWrap p {
      margin-bottom: 10px; }
      .memberFormWrap .btnAreaWrap p a {
        text-decoration: underline; }
    .memberFormWrap .btnAreaWrap .btnWrap {
      position: relative;
      width: 90%;
      margin: 0 auto;
      border-radius: 10px;
      overflow: hidden; }
      .memberFormWrap .btnAreaWrap .btnWrap span#btn-confirm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 3.5rem;
        background-color: #CCC;
        border: none;
        -webkit-transition: .3s;
        transition: .3s;
        color: #FFF;
        font-weight: bold;
        pointer-events: none; }
        .memberFormWrap .btnAreaWrap .btnWrap span#btn-confirm.passive {
          display: none !important; }
        .memberFormWrap .btnAreaWrap .btnWrap span#btn-confirm.active {
          background-color: #000;
          pointer-events: auto; }
      .memberFormWrap .btnAreaWrap .btnWrap::after {
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        display: block;
        width: 14px;
        height: 14px;
        margin: auto;
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }

.confirmWrap {
  display: none;
  padding: 0 5px; }
  .confirmWrap.active {
    display: block; }
  .confirmWrap .confirm-check {
    pointer-events: none; }

#passwordWrap.passive {
  display: none; }

/* utility
--------------------*/
.filter-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 100; }
  .filter-bg.active {
    opacity: 1 !important;
    pointer-events: auto; }

.LikesIcon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 32px;
  height: 32px;
  background-color: #FFF;
  border-radius: 16px;
  z-index: 1; }
  .LikesIcon .LikesIcon-fa-heart {
    font-size: 1.4rem; }
    .LikesIcon .LikesIcon-fa-heart.heart {
      -webkit-animation: heartAnimation .2s;
              animation: heartAnimation .2s;
      color: #e2264d; }

#menu .LikesIcon {
  right: 10px;
  bottom: -25px;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.6); }
  #menu .LikesIcon .LikesIcon-fa-heart {
    font-size: 2.2rem; }

a.pageTopLink {
  width: 56px;
  height: 56px;
  margin-left: auto;
  margin-right: 6.5%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 28px;
  color: #FFF;
  opacity: 1; }
  a.pageTopLink.active {
    opacity: 1; }

.modaal-inner-wrapper {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* listWrap
--------------------*/
.listWrap {
  margin: 0 20px; }
  .listWrap:blank {
    margin: 0;
    padding: 0; }

/* narrow-list
--------------------*/
#narrow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  #narrow-list span {
    margin-right: 5px; }
  #narrow-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: .2rem; }
    #narrow-list ul li {
      min-width: 22.5%;
      margin-right: 4px;
      margin-bottom: 4px;
      background-color: #F9F9F9;
      border: 1px solid #F5ECE7;
      border-radius: 5px;
      font-size: .75rem; }

.home #narrow-list {
  margin-bottom: 20px; }

.overlay-serviceOut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  opacity: 1;
  z-index: 10;
  pointer-events: none; }

/* search-list
--------------------*/
#search-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  #search-list span {
    margin-right: 5px; }
  #search-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: .2rem; }
    #search-list ul li {
      min-width: 22.5%;
      margin-right: 4px;
      margin-bottom: 4px;
      background-color: #F9F9F9;
      border: 1px solid #F5ECE7;
      border-radius: 5px;
      font-size: .75rem; }

/* signup info
--------------------*/
#couponInfo section {
  width: 87%;
  margin: 0 auto 2rem; }
  #couponInfo section h2 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1rem;
    color: #FF340A;
    font-size: 1.25rem;
    text-align: center; }
    #couponInfo section h2 span {
      border-bottom: 3px solid #FF340A; }
  #couponInfo section h3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    color: #FF340A;
    font-size: 1.85rem;
    text-align: center; }
    #couponInfo section h3::before {
      content: '\005c';
      font-size: 2.5rem; }
    #couponInfo section h3::after {
      content: '\002f';
      font-size: 2.5rem; }
  #couponInfo section p {
    width: 90%;
    margin: 0 auto; }
  #couponInfo section img {
    display: block;
    width: 100%;
    margin-bottom: 3rem; }

/* about
--------------------*/
#goodishAbout .content h3 {
  text-align: center; }
  #goodishAbout .content h3::after {
    content: '';
    display: block;
    width: 31.46%;
    height: 0;
    margin: 5px auto 1.5rem;
    padding-bottom: 3.6%;
    background: url(../img/lp/h-line.svg) 0 0 no-repeat;
    background-size: contain; }

#goodishAbout .content .infoWrap {
  padding: 30px 6%;
  background-color: #fceee5; }
  #goodishAbout .content .infoWrap .secInner {
    padding: 30px 6% 15px;
    background-color: #FFF; }
    #goodishAbout .content .infoWrap .secInner h2 {
      width: 100%;
      margin-bottom: 50px;
      padding-bottom: 30px;
      border-bottom: 1px dashed #3c3934; }
      #goodishAbout .content .infoWrap .secInner h2 img {
        width: 78.1%;
        margin: 0 auto; }
    #goodishAbout .content .infoWrap .secInner h3::after {
      margin-bottom: .5rem; }
    #goodishAbout .content .infoWrap .secInner .leadLabel {
      width: 100%;
      margin-bottom: 2.875rem;
      border: 3px solid #FF340A;
      color: #FF340A;
      font-size: 1.25rem;
      font-weight: bold;
      text-align: center; }
    #goodishAbout .content .infoWrap .secInner p {
      margin-bottom: 2rem; }
    #goodishAbout .content .infoWrap .secInner > img {
      margin-bottom: 2rem; }

#goodishAbout .content .howtoWrap .secInner {
  padding: 30px 6%; }
  #goodishAbout .content .howtoWrap .secInner ol {
    width: 100%;
    margin-bottom: 30px; }
  #goodishAbout .content .howtoWrap .secInner li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    padding-bottom: 30px;
    background: url(../img/lp/chevron-down.png) bottom center no-repeat; }
    #goodishAbout .content .howtoWrap .secInner li:last-child {
      padding-bottom: 0;
      background: none; }
    #goodishAbout .content .howtoWrap .secInner li img {
      width: 30.93%;
      margin-right: 3%; }
    #goodishAbout .content .howtoWrap .secInner li .textWrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #goodishAbout .content .howtoWrap .secInner li .textWrap .num {
        font-size: 2.5rem;
        font-style: italic;
        font-weight: 700;
        line-height: 1; }
      #goodishAbout .content .howtoWrap .secInner li .textWrap h4 {
        color: #FF340A; }
  #goodishAbout .content .howtoWrap .secInner .btn-link {
    margin-bottom: 45px; }

/* popup
--------------------*/
#firstAccessOverlay {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  z-index: 10000; }
  #firstAccessOverlay.hide {
    opacity: 0;
    pointer-events: none; }
  #firstAccessOverlay .inner {
    position: relative; }
  #firstAccessOverlay img {
    display: block;
    width: 90%;
    margin: 0 auto; }
  #firstAccessOverlay .close-btn {
    position: absolute;
    top: -20px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 20px; }
    #firstAccessOverlay .close-btn::before {
      content: '';
      position: absolute;
      top: 20px;
      left: 5px;
      display: block;
      width: 30px;
      height: 1px;
      background: #333;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    #firstAccessOverlay .close-btn::after {
      content: '';
      position: absolute;
      top: 20px;
      left: 5px;
      display: block;
      width: 30px;
      height: 1px;
      background: #333;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

/* slide
--------------------*/
.slick-slide img {
  display: block;
  width: 100%;
  height: 70vw;
  -o-object-fit: cover;
     object-fit: cover; }
/*# sourceMappingURL=style.css.map */