@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

ol {
  margin-left: 24px;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,select {
  vertical-align: middle;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
  font-size: 1.4rem;
  height: 100%;
  line-height: 1.6;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.fixed {
  position: fixed;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #222;
  text-decoration: underline;
}

img {
  vertical-align: top;
}

header {
  background-color: #fff;
  height: 48px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

header h1 {
  height: 37px;
  margin: 7px auto 0;
  width: 192px;
}

header h1 a {
  display: block;
  height: 37px;
  width: 192px;
}

header h1 img {
  max-width: 100%;
  min-width: 100%;
}

header #nav-trigger {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 44px;
  position: absolute;
  right: 8px;
  top: 2px;
  width: 44px;
}

header #nav-trigger span {
  background-color: #76cbe1;
  display: block;
  height: 2px;
  margin: 21px 0 0 12px;
  position: absolute;
  text-indent: -9999px;
  transition: .2s;
  width: 20px;
}

header #nav-trigger span:before {
  background-color: #76cbe1;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  top: -8px;
  transition: .3s;
  width: 20px;
}

header #nav-trigger span:after {
  background-color: #76cbe1;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  transition: .3s;
  width: 20px;
}

header #nav-trigger.active span {
  background-color: transparent;
}

header #nav-trigger.active span:before {
  top: 0;
  transform: rotate(-45deg);
}

header #nav-trigger.active span:after {
  left: 0;
  top: 0;
  transform: rotate(-135deg);
}

main {
  padding-top: 48px;
  position: relative;
}

h2.ttl-shop {
  background-color: #f5f5f5;
  font-size: 2rem;
  padding: 12px 16px;
}

h2.ttl-shop > small {
  font-size: 1.5rem;
  font-weight: normal;
}

h2.ttl-shop > small:before {
  content: "　";
}

.top {
  background: #2d5b92 url("../img/top/bg.png") no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 40px;
}

.top h2 {
  margin-left: 14%;
  padding: 20px 0 12px;
  width: 60%;
}

.top h2 img {
  height: 100%;
  width: 100%;
}

.nav-wrap {
  background-color: #fff;
  left: 0;
  border-top: 1px solid #efefef;
  position: fixed;
  top: 48px;
  width: 100%;
}

.nav-wrap ul {
  padding: 0 16px;
}

.nav-wrap ul li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.nav-wrap ul li a {
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 16px 8px;
}

.nav-wrap ul li a:after {
  border-right: 2px solid #2d5b92;
  border-top: 2px solid #2d5b92;
  content: " ";
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
}

.nav-wrap ul li a:focus,.nav-wrap ul li a:hover {
  color: #222;
  text-decoration: none;
}

.content-wrap {
  padding: 16px;
}

.alert {
  background-color: #f8d7da;
  border-radius: 4px;
  color: #721c24;
  padding: 16px;
}

.alert a {
  color: #721c24;
  font-weight: bold;
}

.alert a:hover {
  color: #721c24;
}

.ls-coupon {
  padding: 0 16px;
}

.ls-coupon > a:focus,.ls-coupon > a:hover {
  text-decoration: none;
}

.ls-coupon .coupon {
  margin-top: 8px;
}

.ls-coupon .coupon > h3 {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  font-size: 1.8rem;
  padding: 16px 20px;
}

.ls-coupon .coupon > h3 > small {
  font-size: 1.5rem;
  font-weight: normal;
}

.ls-coupon .coupon > h3 > small:before {
  content: "　";
}

.ls-coupon .coupon > .lower {
  background-image: linear-gradient(to right, #e39103, #e39103 137px, #fff 137px, #fff);
  border-radius: 0 0 4px 4px;
}

.ls-coupon .coupon > .lower > .partition {
  border-top: 4px dotted #2d5b92;
  display: block;
  margin: 0 12px;
  position: relative;
  top: -1px;
}

.ls-coupon .coupon > .lower > .partition:before,.ls-coupon .coupon > .lower > .partition:after {
  background-color: #2d5b92;
  content: " ";
  height: 12px;
  position: absolute;
  top: -8px;
  width: 6px;
}

.ls-coupon .coupon > .lower > .partition:before {
  border-radius: 0 6px 6px 0;
  left: -12px;
}

.ls-coupon .coupon > .lower > .partition:after {
  border-radius: 6px 0 0 6px;
  right: -12px;
}

.ls-coupon .coupon > .lower > p {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 12px;
}

.ls-coupon .coupon > .lower > p:before {
  background: url("../img/common/sprite_2x.png") no-repeat 0 -35px;
  background-size: 400px 300px;
  content: " ";
  display: block;
  height: 35px;
  width: 113px;
}

.ls-coupon .coupon > .lower > p > strong {
  color: #e39103;
  font-size: 1.4rem;
  width: calc(100% - 140px);
}

.coupon-wrap {
  background: #2d5b92 url("../img/detail/bg.png") no-repeat center top;
  background-size: 100% auto;
  padding: 28px 16px 40px;
}

.coupon-wrap > h3 {
  margin: 0 auto;
  width: 45%;
}

.coupon-wrap > h3 > img {
  width: 100%;
}

.coupon-wrap.present {
  background: #2d5b92 url("../img/coupon/bg.png") no-repeat center top;
  background-size: 100% auto;
  padding: 20px 16px 40px;
}

.coupon-wrap.present > .balloon {
  background-color: #fff;
  border-radius: 28px;
  font-size: 1.4rem;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}

.coupon-wrap.present > .balloon:after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.coupon-wrap .coupon {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 24px;
  padding: 3px;
}

.coupon-wrap .coupon > .upper {
  border: 3px solid #d0d0d0;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.coupon-wrap .coupon > .upper > h4 {
  background-color: #fcf3e3;
  border-radius: 1px 1px 0 0;
  font-size: 2.3rem;
  padding: 12px 16px;
  text-align: center;
}

.coupon-wrap .coupon > .upper > .inner {
  padding: 16px 16px 8px;
  word-break: break-all;
  word-wrap: break-word;
}

.coupon-wrap .coupon > .dividing-line {
  border-top: 4px dotted #2d5b92;
  margin: 16px auto;
  position: relative;
  width: calc(100% - 32px);
}

.coupon-wrap .coupon > .dividing-line:before,.coupon-wrap .coupon > .dividing-line:after {
  background-color: #2d5b92;
  content: " ";
  display: block;
  height: 20px;
  position: absolute;
  top: -12px;
  width: 10px;
}

.coupon-wrap .coupon > .dividing-line:before {
  border-radius: 0 10px 10px 0;
  left: -19px;
}

.coupon-wrap .coupon > .dividing-line:after {
  border-radius: 10px 0 0 10px;
  right: -19px;
}

.coupon-wrap .coupon > .lower {
  border: 3px solid #d0d0d0;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.coupon-wrap .coupon > .lower > .limit-date {
  color: #e92323;
  display: block;
  font-size: 1.6rem;
  padding: 4px 16px;
  text-align: center;
}

.coupon-wrap .coupon > .lower > .btn {
  margin: 16px auto 24px;
  width: calc(100% - 32px);
}

.coupon-wrap .coupon > .lower > .to-clerk {
  background-color: #121762;
  border-radius: 0 0 2px 2px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 16px;
  padding: 16px;
  text-align: center;
}

.shop-detail-upper {
  padding: 32px 16px;
}

.shop-detail-upper > h3 {
  font-size: 1.7rem;
}

.shop-detail-upper > h3:before {
  content: "■";
}

.shop-detail-upper dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}

.shop-detail-upper dl dt {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  border-bottom: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  width: calc(5em + 24px);
}

.shop-detail-upper dl dt:nth-of-type(1) {
  border-top: 1px solid #b9b9b9;
}

.shop-detail-upper dl dd {
  border-bottom: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  padding: 12px;
  width: calc(100% - 5em - 24px);
}

.shop-detail-upper dl dd:nth-of-type(1) {
  border-top: 1px solid #b9b9b9;
}

.shop-detail-upper dl dd .txt-tel {
  color: #222;
  display: block;
  text-decoration: underline;
}

.shop-detail-upper dl dd .txt-tel:focus,.shop-detail-upper dl dd .txt-tel:hover {
  color: #222;
}

.shop-detail-upper dl dd .btn-tel,.shop-detail-upper dl dd .btn-map-app {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #004;
  color: #004;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px auto 0;
  padding: 10px 8px;
  width: 90%;
}

.shop-detail-upper dl dd .btn-tel:before,.shop-detail-upper dl dd .btn-map-app:before {
  margin-right: 8px;
}

.shop-detail-upper dl dd .btn-map-app:before {
  font-size: 1.4rem;
}

.shop-detail-upper dl dd .btn-map-app {
  padding: 6px 8px;
}

.shop-detail-upper dl dd .btn-map-app:before {
  background: url("../img/common/sprite_2x.png") no-repeat -100px 0;
  background-size: 400px 300px;
  content: " ";
  display: block;
  height: 20px;
  width: 16px;
}

.shop-detail-lower {
  padding: 24px 16px 32px;
}

.shop-detail-lower > p {
  padding-bottom: 24px;
}

.shop-detail-lower .btn-line {
  -ms-flex-align: center;
  align-items: center;
  background-color: #19bb03;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 16px;
  margin: 0 auto;
  width: 60%;
}

.shop-detail-lower .btn-line:before {
  background: url("../img/common/sprite_2x.png") no-repeat -60px 0;
  background-size: 400px 300px;
  content: " ";
  display: block;
  height: 32px;
  margin-right: 10px;
  width: 34px;
}

.slick-photo-wrap {
  display: none;
  overflow-x: hidden;
  width: 100%;
}

.slick-photo-wrap .slick-item {
  background-color: #fff;
}

.slick-photo-wrap img {
  width: 100%;
}

footer {
  background-color: #fff;
  padding-top: 16px;
}

footer.for-nav-fixed {
  padding-bottom: 84px;
}

footer ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}

footer ul li {
  font-size: 1.1rem;
}

footer ul li:not(:first-child) {
  margin-left: 24px;
}

footer ul li a {
  color: #46555e;
}

footer ul li a:hover {
  color: #46555e;
}

footer .notice {
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c7cdd3;
  color: #444;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.4;
  padding: 16px;
}

footer .notice:before {
  background: url("../img/common/sprite_2x.png") no-repeat 0 0;
  background-size: 400px 300px;
  content: " ";
  display: block;
  height: 28px;
  width: 65px;
}

footer .ft-logo {
  height: 19px;
  margin: 16px 16px 8px;
  width: 202px;
}

footer .ft-logo img {
  max-width: 100%;
}

footer small {
  color: #aaa;
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 16px 16px;
}

input[type="email"],input[type="password"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f4f4f4;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px;
}

input[type="email"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="text"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #949494;
}

input[type="email"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="text"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #949494;
}

input[type="email"]::placeholder,input[type="password"]::placeholder,input[type="search"]::placeholder,input[type="text"]::placeholder,input[type="tel"]::placeholder,input[type="url"]::placeholder,textarea::placeholder {
  color: #949494;
}

input[type="email"]:disabled,input[type="password"]:disabled,input[type="search"]:disabled,input[type="text"]:disabled,input[type="tel"]:disabled,input[type="url"]:disabled,textarea:disabled {
  background-color: #eee;
  color: #ddd;
}

input[type="email"].has-err,input[type="password"].has-err,input[type="search"].has-err,input[type="text"].has-err,input[type="tel"].has-err,input[type="url"].has-err,textarea.has-err {
  border-color: #c00;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f4f4f4;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  color: #949494;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 12px 36px 12px 12px;
}

select:disabled {
  background-color: #eee;
  color: #ddd;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  position: relative;
  top: -6px;
}

input[type="checkbox"] + span:before {
  background-color: #fff;
  border: 3px solid #848484;
  border-radius: 4px;
  content: " ";
  display: inline-block;
  height: 30px;
  margin-right: 4px;
  position: relative;
  top: 12px;
  width: 30px;
}

input[type="checkbox"]:checked + span:after {
  border-bottom: 5px solid #e39103;
  border-right: 5px solid #e39103;
  content: " ";
  height: 14px;
  left: 10px;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  width: 10px;
}

input[type="checkbox"]:disabled + span {
  color: #ddd;
}

input[type="checkbox"]:disabled + span:before {
  border: 3px solid #eee;
}

input[type="checkbox"]:disabled:checked + span:before {
  background-color: #eee;
}

input[type="checkbox"]:disabled:checked + span:after {
  border-bottom-color: #ddd;
  border-right-color: #ddd;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + span {
  position: relative;
}

input[type="radio"] + span:before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 15px;
  margin-right: 4px;
  position: relative;
  top: 3px;
  width: 15px;
}

input[type="radio"]:checked + span:before {
  background-color: #e39103;
  border: 1px solid #e39103;
}

input[type="radio"]:checked + span:after {
  background-color: #fff;
  border-radius: 50%;
  content: " ";
  height: 7px;
  left: 5px;
  position: absolute;
  top: 6px;
  width: 7px;
}

input[type="radio"]:disabled + span {
  color: #ddd;
}

input[type="radio"]:disabled + span:before {
  border: 1px solid #ddd;
}

input[type="radio"]:disabled:checked + span:before {
  background-color: #ddd;
}

input[type="radio"]:disabled:checked + span:after {
  background-color: #ddd;
}

button {
  cursor: pointer;
/*
  &:disabled {
    background-color: #eee;
    border-color: #eee;
    color: #ccc;
    cursor: default;
    &:hover {
      background-color: #eee;
      border-color: #eee5;
      color: #ccc;
    }
  }
  */;
}

.modal-wrap {
  background-color: rgba(45, 91, 146, 0.85);
  display: block;
  height: 100%;
  left: 0;
  min-width: 320px;
  overflow-y: auto;
  padding: 48px 16px 16px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal-wrap.dialog {
  padding: 16px;
  z-index: 2000;
}

.modal-wrap::-webkit-scrollbar {
  width: 6px;
}

.modal-wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.modal-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}

.modal-wrap.for-nav-fixed {
  padding-bottom: 84px;
}

.modal-close1 {
  cursor: pointer;
  display: block;
  height: 44px;
  position: absolute;
  right: 8px;
  top: 2px;
  width: 44px;
}

.modal-close1:before,.modal-close1:after {
  background-color: #fff;
  content: " ";
  display: block;
  height: 24px;
  left: 20px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 2px;
}

.modal-close1:after {
  transform: rotate(-45deg);
}

.modal-close2 {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.7rem;
  margin: 24px auto;
  padding-left: 24px;
  position: relative;
}

.modal-close2:before,.modal-close2:after {
  background-color: #fff;
  content: " ";
  display: block;
  height: 24px;
  left: 6px;
  position: absolute;
  top: -2px;
  transform: rotate(45deg);
  width: 2px;
}

.modal-close2:after {
  transform: rotate(-45deg);
}

.modal {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  min-width: 288px;
  margin: 0 auto;
  padding: 3px;
  text-align: left;
  width: 100%;
}

.modal.dialog {
  padding: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.modal.dialog .btn-area {
  border-top: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
}

.modal.dialog .btn-area.row1 > button {
  background-color: #fff;
  border: none;
  border-radius: 0 0 4px 4px;
  padding: 16px;
  width: 100%;
}

.modal.dialog .btn-area.row2 > button {
  background-color: #fff;
  border: none;
  padding: 16px;
  width: 50%;
}

.modal.dialog .btn-area.row2 > button:first-child {
  border-radius: 0 0 0 4px;
  border-right: 1px solid #ddd;
}

.modal.dialog .btn-area.row2 > button:last-child {
  border-radius: 0 0 4px 0;
}

.modal-contents {
  width: 100%;
}

.modal-contents.rules {
  padding: 32px 20px 40px;
}

.modal-contents.rules > h2 {
  margin-left: 12%;
  width: 70%;
}

.modal-contents.rules > h2 > img {
  width: 100%;
}

.modal-contents.rules > .rules-msg {
  border-top: 1px solid #cecece;
  margin-top: 16px;
  padding: 16px 0;
}

.modal-contents.rules > .rules-block {
  border: 2px solid #bfbfbf;
  height: 200px;
  overflow: hidden;
  padding: 4px;
}

.modal-contents.rules > .rules-block > .inner {
  height: 100%;
  overflow-y: scroll;
  padding: 12px 20px 12px 12px;
}

.modal-contents.rules > .rules-block > .inner > h3 {
  text-align: center;
}

.modal-contents.rules > .rules-block > .inner > h3 > small {
  display: block;
  font-weight: normal;
}

.modal-contents.rules > .rules-block > .inner > h4 {
  margin-top: 16px;
}

.modal-contents.rules > .rules-block > .inner > .indent1 {
  padding-left: 1em;
}

.modal-contents.rules > .rules-block > .inner > .indent1 > h5 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 16px;
}

.modal-contents.rules > .rules-block > .inner > .indent1 > h5:before {
  content: "＜";
}

.modal-contents.rules > .rules-block > .inner > .indent1 > h5:after {
  content: "＞";
}

.modal-contents.rules > .rules-block > .inner::-webkit-scrollbar {
  width: 6px;
}

.modal-contents.rules > .rules-block > .inner::-webkit-scrollbar-track {
  background-color: #fff;
}

.modal-contents.rules > .rules-block > .inner::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

.modal-contents.dialog > p {
  padding: 40px 16px;
}

.modal-contents.dialog > p.center {
  text-align: center;
}

.btn {
  background-color: #e39103;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 16px;
  position: relative;
  text-align: center;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn.arrow-right:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: " ";
  display: block;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
}

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}

.slick-dots li button {
  background: none;
  border: none;
  height: 8px;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 8px;
}

.slick-dots li button:before {
  background-color: #cbcbcb;
  border-radius: 4px;
  content: " ";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.slick-dots li.slick-active button:before {
  background-color: #2d5b92;
}

.slick-dots li:not(:first-child) {
  margin-left: 12px;
}

.slick-initialized {
  display: block;
}

.fa-spinner {
  color: #fff;
  font-size: 3rem;
  left: 50%;
  margin: 24px 0 0 -15px;
  position: relative;
  width: 30px;
}

.ls-disc > li {
  padding-left: 1em;
  text-indent: -1em;
}

.ls-disc > li:before {
  content: "・";
}

.asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.asterisk:before {
  content: "※";
}

.white {
  color: #fff;
}

.font-sm {
  font-size: 1.2rem;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

@media screen and (min-width: 360px) {
  .ls-coupon .coupon > .lower > p > strong {
    font-size: 1.8rem;
  }

  .coupon-wrap.present > .balloon {
    font-size: 1.6rem;
  }

  .coupon-wrap .coupon > .lower > .limit-date {
    font-size: 1.8rem;
  }

  .shop-detail-upper dl dd .btn-tel,.shop-detail-upper dl dd .btn-map-app {
    width: 70%;
  }

  .btn {
    font-size: 1.7rem;
  }

  .btn.arrow-right:after {
    right: 24px;
  }
}

@media screen and (min-width: 375px) {
  .ls-coupon .coupon > .lower > p > strong {
    font-size: 2rem;
  }
}
