@charset "UTF-8";
:root {
  --base-border-color: #ccc;
  --base-color-green: #32cd32;
  --base-nav-hover-bgcolor: #eee;
  --layout-margin: 16px;
  --img-aspect-common: 61.8%;
  --img-aspect-square: 100%;
  --body-fs: clamp(14px, 2.2vw, 16px);
  --sub_ttl-fs: clamp(16px, 2.6vw, 18px);
  --info_ttl-fs: clamp(18px, 3vw, 22px);
  --aside-fs: 1.3rem;
  --aside-ttl: 1.6rem;
  --btn-fs: 2rem;
  --min-fs: 1.4rem;
}

.display-type--list .content__list > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 16px 0;
  width: 100%;
}

.display-type--list .content__list .image__box {
  width: calc((100% - var(--layout-margin)) / 3);
}
.display-type--list .content__list .information__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: var(--color-base);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: var(--layout-margin);
  padding: 0;
  width: 100%;
}
.display-type--list .content__item {
  border-top: 1px solid var(--base-border-color);
}
.display-type--list .content__item:last-of-type {
  border-bottom: 1px solid var(--base-border-color);
}
.display-type--list .image__box {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
}
.display-type--list .information__box {
  display: block;
}
.display-type--list .fa-clock-o {
  /*display: none;*/
}
/* font icon */
/* btn */
/*---------------------------------------------------------------------------------------------
  shop news
---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
  menu&price
---------------------------------------------------------------------------------------------*/
.display-type--list.menu-price__box .content__list {
  padding: 0;
}
.display-type--list.shopping__box .content__list .content__item .information__box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: flex-start;
}
.display-type--list.shopping__box .content__list .content__item .information__box .information__header {
  border-bottom: 1px solid #eee;
  color: #1772b8;
  font-weight: normal;
  padding-bottom: 4px;
  width: 100%;
}
.display-type--list.shopping__box .content__list .content__item .label__list,
.display-type--list.shopping__box .content__list .content__item .price__label {
  position: static;
}
.display-type--list.shopping__box .content__list .content__item .label__list {
  margin-bottom: 5px;
}
.display-type--list.shopping__box .content__list .content__item .label__list li {
  font-weight: normal;
}
.display-type--list.shopping__box .content__list .content__item .description__text {
  margin-bottom: 5px;
}
.display-type--list.shopping__box .content__list .content__item .price__label {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}
.display-type--list.flyer__box .image__box, .display-type--list.estate__box .image__box {
  background-color: #eee;
  border-bottom: none;
  padding: 0;
}
/*---------------------------------------------------------------------------------------------
  photo
---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
  shopping
---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
  blog
---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
  flyer
---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
  estate
---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
  201910 add
---------------------------------------------------------------------------------------------*/
.information__header {
  margin-bottom: 8px;
}

.shop__main-image {
  overflow: hidden;
  width: 100%;
}
.shop__main-image .slides {
  -webkit-transition: opacity 0.4s ease;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.shop__main-image .slides.slick-initialized {
  opacity: 1;
}
.shop__main-image .slick-slider {
  margin: 0 !important;
  position: relative;
}
.shop__main-image .slick-slider .slick-slide {
  width: 100%;
}
.shop__main-image .slick-slider .slick-slide img {
  width: 100%;
}
.shop__main-image .slick-slider .slick-dots {
  --slick-dots: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0;
  left: var(--side-margin);
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.shop__main-image .slick-slider .slick-dots li {
  border-radius: 50%;
  height: var(--slick-dots);
  margin: 8px 0;
  overflow: hidden;
  width: var(--slick-dots);
}
.shop__main-image .slick-slider .slick-dots li button {
  background-color: #fff;
  height: inherit;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  width: inherit;
}
.shop__main-image .slick-slider .slick-dots li button::before {
  display: none;
}
.shop__main-image .slick-slider .slick-dots li.slick-active button {
  background-color: var(--color-main);
  opacity: 1;
}
.shop__main-image .slick-slider .slick-arrow {
  --slick-arrow-size: 40px;
  --slick-arrow-pos: 16px;
  -webkit-transform: none;
  -ms-transform: none;
  bottom: var(--slick-arrow-pos);
  height: var(--slick-arrow-size);
  position: absolute;
  top: auto;
  transform: none;
  width: var(--slick-arrow-size);
  z-index: 2;
}
.shop__main-image .slick-slider .slick-arrow::before {
  font-size: var(--slick-arrow-size);
}
.shop__main-image .slick-slider .slick-arrow.slick-next {
  right: var(--slick-arrow-pos);
}
.shop__main-image .slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: calc(var(--slick-arrow-size) + var(--slick-arrow-pos) + 24px);
}
.shop__main-image.is-resize .slick-slider .slick-slide {
  height: calc(var(--vh) * 80);
}
.shop__main-image.is-resize .slick-slider .slick-slide img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", HiraginoCustom, "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
aside .shop-inner__box {
  margin: 0 auto 40px;
}

.detail-container .sns-link__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.detail-container .sns-link__list a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 21px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  height: 42px;
  justify-content: center;
  margin: 0 5px;
  width: 42px;
}
.detail-container .sns-link__list a.facebook__btn {
  background-color: #4270ae;
}
.detail-container .sns-link__list a.twitter__btn {
  background-color: #00aced;
}
.detail-container .sns-link__list a.rss__btn {
  background-color: #f79b36;
}
.detail-container input,
.detail-container select {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: var(--base-border-color) 1px solid;
  border-radius: 5px;
  font-size: 15px;
  height: 35px;
  min-width: 100px;
  padding: 0 8px 0 8px;
}
.detail-container input[type=file] {
  border: none;
}

.description__text {
  line-height: 1.5;
}

.freeHtml {
  margin-bottom: 16px;
}

.search-result__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.search-result__box.search-flex__box {
    justify-content: space-between;
}
.search-result__box span {
  color: #d24a4a;
  font-weight: bold;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.date-time {
  font-weight: normal;
}

a.btn-main {
  background-color: #ffffff;
  color: #333333;
  display: block;
  font-size: 100%;
  line-height: 55px;
  padding: 0 20px;
  text-align: left;
}
a.btn-main i {
  color: #32cd32;
  float: left;
  font-size: 154%;
  line-height: 55px;
  margin-right: 15px;
}
a.btn-main:after {
  content: " \f105";
  float: right;
  font-family: FontAwesome, sans-serif;
}
a.btn-main:hover {
  background-color: #eeeeee;
}

.post__button {
  border: 1px solid var(--base-border-color);
  width: 340px;
}
.modal-body {
  padding: 30px 25px 25px;
}

.mb-10 {
  margin-bottom: 10px;
}

.privacy input[type=radio], .privacy input[type=checkbox] {
  display: none;
}
.privacy .radio,
.privacy .checkbox {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0 15px 0 0;
  padding: 5px 12px 1px 28px;
  position: relative;
  vertical-align: middle;
}
.privacy .radio:before {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.privacy .checkbox:before {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.privacy .checkbox:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-bottom: 3px solid #8a8a8a;
  border-right: 3px solid #8a8a8a;
  content: "";
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.privacy input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}

.ctsCoupon .favorite-box a.btn-main {
  line-height: inherit !important;
  margin: 0 0 10px;
  padding: 10px 10px;
  width: 170px;
}

.like__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  bottom: 8px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  right: 8px;
}
.like__box .like-count {
  margin-left: 4px;
}

.sub-info__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sub-info__box img {
  max-height: 20px;
  max-width: 100%;
}

.news-sns-icon__box {
  margin-right: 8px;
}

.date-time__box {
  line-height: 1;
}

.news-sns-icon__box img {
  max-height: 20px;
  min-width: 20px;
}

.rss-news-wrapper {
  margin: 32px 0 24px;
  text-align: left;
}
.rss-news-wrapper .follow_me {
  font-weight: bold;
}
.rss-news-wrapper .follow_me a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #32cd32;
  border-radius: 39px;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0 0 10px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}
.rss-news-wrapper .follow_me a[href*=facebook] {
  background-color: #1877f2;
}
.rss-news-wrapper .follow_me a[href*=twitter] {
  background-color: #1da1f2;
}
.rss-news-wrapper .follow_me a[href*=instagram] {
  background-color: #cf2e92;
}
.rss-news-wrapper .follow_me a i {
  font-size: 24px;
  margin-right: 8px;
}
.rss-news-wrapper .rss-caution {
  font-size: 12px;
}

.like-count-box {
  margin-left: 15px;
}
.like-count-box.news {
  float: right;
  margin-bottom: 20px;
}
.like-count-box .balloon {
  display: none;
  position: relative;
}
.like-count-box .balloon .inner {
  background: #ffffff;
  border: 1px solid var(--base-border-color);
  border-radius: 3px;
  bottom: 9px;
  position: absolute;
  right: 2px;
  width: 200px;
  z-index: 2;
}
.like-count-box .balloon .inner .icon-btn {
  border-bottom: 1px solid var(--base-border-color);
  cursor: pointer;
  padding: 5px 10px;
}
.like-count-box .balloon .inner .icon-btn:last-child {
  border-bottom: none;
}
.like-count-box .balloon .inner .icon-btn img {
  margin-right: 10px;
  max-height: 20px;
  max-width: 20px;
}
.like-count-box .btn {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  cursor: pointer;
  font-weight: bold;
  padding: 4px 8px;
}
.like-count-box.news .btn, .like-count-box.review .btn {
  padding: 3px 5px;
}
.like-count-box .btn:before {
  content: "\f004";
  font-family: FontAwesome, sans-serif;
}
.like-count-box .btn.no-icon:before {
  content: "";
}
.like-count-box .btn .icon-list {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.like-count-box .btn .icon-list .inner {
  font-weight: bold;
  line-height: 21px;
  margin-left: 5px;
}
.like-count-box .btn .icon-list .inner:first-child {
  margin-left: 0;
}
.like-count-box .btn .icon-list .inner img {
  border: 0;
  margin-top: 1px;
  max-height: 20px;
  max-width: 20px;
  vertical-align: top;
}
.sns-parent-box {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sns-parent-box.sns-shop-news {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-top: 1px solid var(--base-border-color);
  justify-content: center;
  padding: 16px;
}
.sns-parent-box.sns-shop-news .share-text {
  text-align: center;
  width: 100%;
}
.sns-parent-box.sns-shop-news .share-text .inner {
  display: inline-block;
  font-size: 100%;
  position: relative;
}
.sns-parent-box.sns-shop-news .share-text .inner:after {
  content: " ";
  height: 14px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  white-space: nowrap;
  width: 2px;
}
.sns-parent-box.sns-shop-news .share-text .inner:before {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  border-left: 1px dotted #333333;
  content: " ";
  height: 14px;
  left: -10px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  transform: rotate(-40deg);
  white-space: nowrap;
  width: 2px;
}
.sns-parent-box.sns-shop-news .share-text .inner:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  border-right: 1px dotted #333333;
  right: -10px;
  transform: rotate(40deg);
}
.sns-parent-box.sns-shop-news .sns-child {
  margin: 5px 10px 0 0;
}
.sns-parent-box.sns-spn-header .sns-child {
  margin: 5px 10px 0 0;
}
.sns-parent-box.sns-shop-news .sns-child {
  margin: 14px 14px 0 0;
}

.sns-shop-news.img img {
  width: 42px;
}

.mainCtsBox {
  margin-bottom: 20px;
}

.detail-content__box table.baseTbl {
  font-size: 108%;
  width: 100%;
}
.detail-content__box table.baseTbl tr {
  border-top: 1px solid var(--base-border-color);
}
.detail-content__box table.baseTbl tr:last-child {
  border-bottom: 1px solid var(--base-border-color);
}
.detail-content__box table.baseTbl th {
  background-color: #f0f0f0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  padding: 12px 10px;
  text-align: left;
  width: 25%;
  word-break: break-all;
}

table.baseTbl td {
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 10px;
  word-break: break-all;
}

h2.side_headline,
h3.side_headline {
  border-left: #32cd32 6px solid;
  font-size: 129%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 0 0 10px;
}

h2 span.subTit,
h3 span.subTit {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  vertical-align: middle;
}

.detail-container .mainBtnBox {
  margin-bottom: 30px;
  text-align: center;
}
.detail-container a.btn-main {
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
  color: #333333;
  line-height: 55px !important;
  padding: 0 20px;
}
.detail-container .mainBtnBox a {
  display: inline-block;
  width: 300px;
}
.detail-container a.btn-main i {
  color: #32cd32;
  float: left;
  font-size: 154%;
  line-height: 55px;
  margin-right: 15px;
}
.detail-container a.btn-main:after {
  content: " \f105";
  float: right;
  font-family: FontAwesome, sans-serif;
}

.help-wrapper {
  text-align: right;
}

.help-modal .primary-color {
  background-color: #32cd32;
}
.help-modal .modal-header {
  color: #ffffff;
}
.help-modal .mb-10 {
  margin: 0 0 10px 0;
  padding: 10px;
  width: auto;
}
.help-modal .mb-10 h4 {
  border-bottom: 1px dotted var(--base-border-color);
  font-size: 115%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
.help-modal .mb-10 dl {
  border-right: 1px solid var(--base-border-color);
  float: left;
  margin: 0 0 0 10px;
  width: 32%;
}
.help-modal .mb-10 dl:last-of-type {
  border-right: none;
}
.help-modal .mb-10 dl dt {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer a.btn-main.btn-modal-close::before {
  content: " \f00d";
  font-family: FontAwesome, sans-serif;
  left: -5px;
  position: relative;
}
.modal-footer a.btn-main.btn-modal-close::after {
  content: "";
  float: right;
  font-family: FontAwesome, sans-serif;
}

.shopping__label {
  background-color: #eeeeee;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  margin: 0 4px 2px 0;
  padding: 4px;
}
.shopping__label.status-01 {
  background-color: #f4aaaa;
}
.shopping__label.status-02 {
  background-color: #b0d3ad;
}
.shopping__label.status-03 {
  background-color: #d3cdad;
}
.shopping__label.status-04 {
  background-color: #dbbcd2;
}
.shopping__label.status-05 {
  background-color: #99b7d0;
}

.price__label {
  background-color: #ffffff;
  bottom: 5px;
  color: #d24a4a;
  font-weight: 600;
  padding: 6px 0 4px 6px;
  position: absolute;
  right: 2px;
  text-align: center;
}

.shopping__box .information__box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 8px;
  word-break: break-all;
}

.filter-open__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  border: var(--base-border-color) 1px solid;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.filter-open__btn::after {
  color: var(--base-color-green);
  content: "\f139";
  font-family: FontAwesome;
  font-size: 18px;
}
.filter-open__btn.opend::after {
  content: "\f13a";
}

.detail-content__box::after {
  clear: both;
  content: "";
  display: block;
}

.detail-content__box .favorite__btn {
  float: right;
  margin: 15px 0 20px;
}

.detail-container .share__box {
  border-top: 1px solid var(--base-border-color);
  clear: both;
  padding-top: 20px;
}
.detail-container .share__box > h3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  justify-content: center;
  margin-bottom: 15px;
}
.detail-container .share__box > h3::before, .detail-container .share__box > h3::after {
  display: inline-block;
  margin: 0 5px;
}
.detail-container .share__box > h3::before {
  content: "＼";
}
.detail-container .share__box > h3::after {
  content: "／";
}

.news-paging__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  position: relative;
}
.news-paging__box a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news-paging__box .next-article__btn::before,
.news-paging__box .prev-article__btn::after {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid var(--base-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 4px 7px;
}
.news-paging__box .next-article__btn {
  left: 0;
}
.news-paging__box .next-article__btn::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 5px;
}
.news-paging__box .news-list__btn {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid var(--base-border-color);
  border-radius: 3px;
  left: 50%;
  padding: 7px 40px;
  transform: translate(-50%, -50%);
}
.news-paging__box .prev-article__btn {
  right: 0;
}
.news-paging__box .prev-article__btn::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
}

.thumbnail__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.thumbnail__list li {
  border: 1px solid var(--base-border-color);
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}
.thumbnail__list li + li {
  margin-left: 10px;
}
.thumbnail__list li img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-description__box {
  margin-bottom: 20px;
}
.product-description__box .information__header {
  margin-bottom: 10px;
}

.product-information__box .fee__box {
  background-color: #f5f5f5;
  border-top: 1px solid var(--base-border-color);
  margin-bottom: 20px;
  padding: 20px 15px 30px;
}

.fee__box .fee-info__list {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.fee__box .fee-info__list dt {
  font-weight: normal;
}
.fee__box .fee-info__list dt::after {
  content: ":";
  display: inline-block;
  margin: 0 3px;
}
.fee__box .fee-info__list .fee__label {
  color: #ff0000;
  font-size: 17px;
  font-weight: 600;
}

.paymnent-status__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
}
.paymnent-status__list li {
  border: 1px solid var(--base-border-color);
  border-radius: 5px;
  margin: 0 8px 8px 0;
  padding: 2px 8px;
}

.shopping-annotation__box {
  line-height: 1.5;
  margin: 30px 0;
}

.shopping__box .review__box-inner {
  margin-bottom: 40px;
}

.staff__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.staff__title svg {
  height: 70px;
  margin-right: 10px;
}

.staff-comment__title {
  color: #e5766f;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.shop-inner__box h3.bdrBottom {
  font-weight: 700;
}
.shop-inner__box h3.bdrBottom.child {
  border-bottom: none;
  margin: 16px 0;
}
.shop-inner__box h3.bdrBottom.title__box {
  border-bottom: 1px solid #333333;
}
#magazinePopupBox #magazineContents input[type=radio], #magazinePopupBox #magazineContents input[type=checkbox] {
  display: none;
}
#magazinePopupBox #magazineContents .radio,
#magazinePopupBox #magazineContents .checkbox {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0 15px 0 0;
  padding: 5px 12px 1px 28px;
  position: relative;
  vertical-align: middle;
}
#magazinePopupBox #magazineContents .radio:before,
#magazinePopupBox #magazineContents .checkbox:before {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
#magazinePopupBox #magazineContents .radio:before {
  border-radius: 50%;
}
#magazinePopupBox #magazineContents .radio:after {
  background-color: #8a8a8a;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 6px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
#magazinePopupBox #magazineContents input[type=radio]:checked + .radio:after {
  opacity: 1;
}

.digest-container .description__text,
.digest-container .information__header {
  -webkit-line-clamp: unset !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mfp-wrap {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  opacity: 0;
}

.pageTopBox {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  opacity: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: var(--body-fs);
}

.information__header,
.coupon__title,
.article__title,
.coupon__title,
.blog__box .description__text {
  font-size: var(--info_ttl-fs);
}

.bdrBottom.child {
  font-size: calc(var(--info_ttl-fs) + 0.2rem);
}

.label__list,
.access__btn,
.like__box,
.sub-link__list li,
#google_translate_element .goog-te-gadget-simple span {
  font-size: var(--min-fs);
}

.shop-navigation__list,
.official__box .official-link__btn {
  font-size: var(--btn-fs);
}
.side__reserve-calendar {
  border: 1px solid #999;
}
.side__reserve-calendar .calendar-search__box ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 10px 10px 0;
}
.side__reserve-calendar .calendar__table {
  width: 100%;
}
.side__reserve-calendar .calendar__table thead {
  background-color: #808080;
  color: #fff;
  font-size: 1.4rem;
}
.side__reserve-calendar .calendar__table th,
.side__reserve-calendar .calendar__table td {
  padding: 0.2rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.side__reserve-calendar .calendar__table th {
  border: 1px solid #999;
}
.side__reserve-calendar .calendar__table th:first-child {
  border-left: none;
}
.side__reserve-calendar .calendar__table th:last-child {
  border-right: none;
}
.side__reserve-calendar .calendar__table th.sunday {
  background: #f27579;
  color: #fff;
}
.side__reserve-calendar .calendar__table th.saturday {
  background: #779dc4;
  color: #fff;
}
.side__reserve-calendar .calendar__table tbody th {
  border: 1px solid #999;
  color: #303aea;
  font-weight: bold;
  height: 43px;
  padding: 0;
  width: 43px;
}
.side__reserve-calendar .calendar__table tbody td {
  border: 1px solid #999;
  color: #303aea;
  font-weight: bold;
  height: 43px;
  padding: 0;
  width: 43px;
}
.side__reserve-calendar .calendar__table tbody td.bgGray {
  background-color: #eaeaea;
}
.side__reserve-calendar .calendar__table tbody tr td:first-child {
  border-left: none;
}
.side__reserve-calendar .calendar__table tbody tr td:last-child {
  border-right: none;
}
.side__reserve-calendar .calendar__table tbody tr:first-child td {
  height: 48px;
  padding-top: 5px;
}
.side__reserve-calendar .calendar__table td {
  cursor: pointer;
  position: relative;
}
.side__reserve-calendar .calendar__table td a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #6d6d6d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  justify-content: center;
  margin: auto;
  min-height: 32px;
  width: 100%;
  width: 32px;
}
.side__reserve-calendar .calendar__table td span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 30px;
  justify-content: center;
  margin: auto;
  min-height: 30px;
  width: 30px;
}
.side__reserve-calendar .calendar__table td span.holiday, .side__reserve-calendar .calendar__table td span.full {
  border: none;
}
.side__reserve-calendar .calendar__table td.sunday span {
  color: #f27579;
}
.side__reserve-calendar .calendar__table td.saturday span {
  color: #779dc4;
}
.side__reserve-calendar .calendar__table td.today span {
  background-color: #ffa800;
  color: #fff;
}
.side__reserve-calendar .calendar__table td .fukidashi {
  background: #f27579;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-weight: 500;
  left: 0;
  padding: 0;
  position: absolute;
  top: -30px;
  width: 100%;
}
.side__reserve-calendar .calendar__table td .fukidashi:after {
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #f27579;
  border-width: 14px;
  bottom: -23px;
  content: " ";
  height: 0;
  left: 0;
  margin-left: 10px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.side__reserve-calendar .calendar__table td .fukidashi.colorGray {
  background: #808080;
}
.side__reserve-calendar .calendar__table td .fukidashi.colorGray:after {
  border-top-color: #808080;
}
.side__reserve-calendar .calendar__table td:hover .fukidashi {
  display: block;
}
.side__reserve-calendar .calendar__table td a:hover {
  opacity: 1 !important;
}
.side__reserve-calendar .reserveBtn {
  padding: 1.5rem 0;
  text-align: center;
}
.side__reserve-calendar .reserveBtn a {
  background: #0080eb;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 150px;
}

.reserve__modal-headline {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

.reserve__modal-btn {
  background-color: #ffa800;
  border: 1px solid;
  border-color: #ffa800;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 15px;
  min-width: 270px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.reserve__modal-btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}

.shop-inner__box {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: auto;
  max-width: var(--u-width-base);
  overflow: hidden;
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
  position: relative;
  width: calc(100% - var(--side-margin) * 2);
  z-index: 1;
}
.shop-inner__box:not(:last-child) {
  margin-bottom: 80px;
}
.shop-inner__box::after {
  clear: both;
  content: "";
  display: block;
}
.shop-inner__box.freehtml__box {
  padding: 0;
}
.shop-inner__box.coupon__box {
  z-index: auto;
}
.shop-inner__box .c-title:not(:first-of-type) {
  margin-top: 40px;
}

.coupon__box .content__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.coupon__box .content__list .content__item.item--3col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.coupon__image-box a {
  display: block;
  position: relative;
}
.coupon__image-box a::before {
  content: "";
  display: block;
  padding-top: var(--img-aspect-common);
}
.coupon__image-box a img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.coupon__image-box .coupon__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: calc(100% - 20px);
  justify-content: center;
  left: 50%;
  line-height: 1.5;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  z-index: 1;
}

.coupon__infomation-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
.coupon__infomation-box .term__title {
  margin-bottom: 10px;
  text-align: center;
}
.coupon__infomation-box .term-date {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}
.coupon__infomation-box .term-date span {
  font-size: 10px;
  margin: 0 5px;
}
.coupon__infomation-box .shop-name {
  margin-top: 8px;
  text-align: center;
}
.coupon__infomation-box .shop-name span {
  color: #b4b4b4;
  margin-right: 4px;
}

.coupon-keep__btn {
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  color: #333333;
  display: block;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
}
.coupon-keep__btn:before {
  -webkit-transition: all 0.5s;
  color: #e1b901;
  content: "\f005";
  font-family: FontAwesome, sans-serif;
  font-size: 1rem;
  font-size: 1em;
  margin-right: 10px;
  transition: all 0.5s;
}
.coupon-keep__btn.coupon-keep__btn--kept:before {
  color: #c9c9c9;
}
.coupon-keep__btn:hover {
  background-color: #e1b901;
  border-color: #e1b901;
  color: #ffffff;
}
.coupon-keep__btn:hover:before {
  color: #ffffff;
}

.coupon-keep__btn--kept {
  border-color: #c9c9c9;
  color: #cccccc;
}
.coupon-keep__btn--kept:hover {
  background-color: #ffffff;
  border-color: #c9c9c9;
  color: #808080;
}
.coupon-keep__btn--kept:hover:before {
  color: #e1b901;
}

.coupon-copy__btn {
  border: 2px solid #e1b901;
  color: #e1b901;
  display: block;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin-left: 8px;
  padding: 0 24px;
}
.coupon-btn-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.coupon-btn-box .favorite-box {
  float: left;
  width: 320px;
}
.coupon-btn-box .favorite-box a {
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
  color: #333333;
  display: block;
  font-size: 108%;
  line-height: 55px !important;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}
.coupon-btn-box .favorite-box a.active {
  color: #cccccc;
}
.coupon-btn-box .favorite-box a.active i {
  color: #cccccc;
}
.coupon-btn-box .right {
  margin-left: 20px;
}
.detail-container .coupon__box .detail-content__box {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.detail-container .coupon__box .coupon__image-box {
  height: initial;
  width: 50%;
}

.coupon__image-box .coupon__title {
  font-weight: normal;
}

.detail-container .coupon__box .coupon__infomation-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid var(--base-border-color);
  border-left: none;
  padding: 20px;
  width: 50%;
}
.detail-container .coupon__box .description__text {
  margin-bottom: 15px;
}
.detail-container .coupon__infomation-box .coupon-terms__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.detail-container .coupon__infomation-box .coupon-terms__list dt {
  margin: 0 8px 4px 0;
  white-space: nowrap;
}
.detail-container .coupon__infomation-box .coupon-terms__list dd {
  margin-bottom: 8px;
}
.detail-container .coupon__infomation-box .coupon-terms__list dd span {
  margin: 0 8px;
}

.coupon-btn__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8px auto 0;
  width: 100%;
}
.coupon-btn__list > * {
  margin-bottom: 8px;
}
.coupon-btn__list .keep__btn {
  margin: 0 10px 0 0;
}

.coupon-transfer__box {
  border-top: 1px solid var(--base-border-color);
  display: block;
  padding-top: 30px;
}
.coupon-transfer__box .flex-weight-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.coupon-transfer__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin-bottom: 10px;
}
.coupon-transfer__title::before {
  content: "\f003";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 26px;
  margin: -3px 5px 0 0;
}

.coupon-transfer__form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coupon-transfer__form dt {
  width: 160px;
}
.coupon-transfer__form dd {
  padding: 0 10px 0 0;
  width: calc(100% - 250px);
}
.coupon-transfer__form dd + dd {
  padding: 0;
  width: 90px;
}
.coupon-transfer__form input[type=mail],
.coupon-transfer__form #couponSendAddress {
  width: 100%;
}

a.coupon-send-btn {
  background-color: #ffffff;
  border: #bbbbbb 1px solid;
  color: #333333;
  display: block;
  line-height: inherit;
  margin: 0;
  padding: 5px 8px;
  text-align: center;
  width: 90px;
}
a.coupon-send-btn:before {
  content: " \f1d8";
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  left: -10px;
  position: relative;
}
a.flyer-help-btn:before, a.coupon-send-btn:before, a.btn-main i {
  color: #32cd32;
}

.coupon__title {
  font-weight: normal;
  margin-bottom: 16px;
}

.coupon__thumbnail {
  margin-bottom: 16px;
}
.coupon__thumbnail img {
  width: 100%;
}

.coupon-description {
  margin-bottom: 16px;
}

.coupon-term {
  margin-bottom: 4px;
}

.tab-pane {
  padding: 16px 0;
}

.nav-tabs {
  border-bottom: 4px solid #7aa5d0;
}

.nav > li > a {
  background-color: #ffffff;
  border: 1px solid #7aa5d0 !important;
  border-bottom: none;
  min-width: 150px;
  text-align: center;
}

.nav-tabs > li.active > a {
  background-color: #7aa5d0;
  color: #ffffff;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #7aa5d0;
  color: #ffffff;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #7aa5d0;
  color: #ffffff;
}

.job-keep__btn {
  background: #ffffff;
  border: 1px solid #c9c9c9;
  color: #333333;
  display: inline block;
  font-weight: 600;
  margin: 0 10px 0;
  padding: 0.25rem 1.5rem;
}
.job-keep__btn i {
  color: #e1b901;
  margin-right: 4px;
}
.job-keep__btn.job-keep__btn--kept:before {
  color: #c9c9c9;
}
.job-keep__btn:hover {
  background-color: #e1b901;
  border-color: #e1b901;
  color: #ffffff;
}
.job-keep__btn:hover:before,
.job-keep__btn:hover i {
  color: #ffffff;
}

.job-keep__btn--kept {
  border-color: #c9c9c9;
  color: #cccccc;
}
.job-keep__btn--kept:hover {
  background-color: #ffffff;
  border-color: #c9c9c9;
  color: #808080;
}
.job-keep__btn--kept:hover:before {
  color: #e1b901;
}

.job__box .info__box {
  padding: 16px;
}

.job__box-header {
  padding: 16px;
}
.job__box-header .job__sub-header {
  margin-bottom: 10px;
}

.job__box-body a {
  display: block;
}
.job__box-body .image__box + .description__text {
  margin-top: 16px;
  padding: 0 16px;
}

.job-box__fotter {
  padding: 16px;
}
.job-box__fotter .job-info__btn-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.job-box__fotter .job-info__btn-box .keep__btn {
  margin: 0;
}
.job-box__fotter .job-info__btn-box .detail-box > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  line-height: 23px;
  padding: 0.25rem 1rem;
}
.job-box__fotter .job-info__btn-box .job-keep__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  line-height: 23px;
  margin: 0;
  padding: 0.25rem 1rem;
  padding: 0;
  width: 100px;
}
.job-box__fotter .job-info__btn-box .detail__btn {
  margin: 0;
  margin-left: 8px;
  padding: 0;
  width: 100px;
}
.job-box__fotter .job-info__btn-box .job-keep__btn.job-keep__btn--kept {
  color: #cccccc;
}
.job-box__fotter .job-info__btn-box .job-keep__btn.job-keep__btn--kept i {
  color: #c9c9c9;
}
.job-box__fotter .job-info__btn-box .detail-box > a {
  background-color: #32cd32;
  background-color: #32cd32;
  border: none;
  border: none;
  color: #ffffff;
  color: #ffffff;
  font-weight: normal;
  font-weight: normal;
  margin-left: 10px;
  margin-left: 10px;
}
.detail-btn__list .job-keep__btn.job-keep__btn--kept {
  color: #cccccc;
}
.detail-btn__list .job-keep__btn.job-keep__btn--kept i {
  color: #c9c9c9;
}

.detail-container .job__box .label__list li {
  color: #ffffff;
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 8px 15px;
}
.detail-container .job__box .label__list li.job-category__label {
  background-color: #eeeeee;
  color: #333333;
}
.detail-container .job__box .image__box {
  margin: 0 auto 30px;
  max-width: 670px;
}

.job-info__list {
  border-top: 1px dotted var(--base-border-color);
  font-weight: 600;
  margin-bottom: 30px;
}
.job-info__list li {
  border-bottom: 1px dotted var(--base-border-color);
  padding: 16px 10px 14px;
}

.job-status__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.job-status__list li {
  background-color: #eeeeee;
  border: 1px solid var(--base-border-color);
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px;
}

.job-concept__box {
  border: 3px solid #000080;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px;
}
.job-concept__box .job-concept__title {
  color: #737373;
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.job-concept__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.job-concept__inner > .image__box {
  height: 250px;
  margin: 0 20px 0 0 !important;
  width: 250px;
}
.job-concept__inner .image__box img {
  height: 100%;
  width: 100%;
}
.job-concept__inner .information__box {
  line-height: 1.5;
  padding: 0;
}

.detail-container .job__box .information__table,
.detail-container .job__box .detail-btn__list {
  margin: 30px 0;
}

.course__item {
  background-color: #fff;
  border: 1px solid var(--base-border-color);
}
.course__item .information__box {
  border: none !important;
}

.course__title {
  font-size: var(--sub_ttl-fs);
  margin-bottom: 10px;
}

.content__item .course__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: var(--sub_ttl-fs);
  margin-bottom: 10px;
  overflow: hidden;
}

.course__caption {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #777;
  display: -webkit-box;
  font-size: 1.3rem;
  margin-bottom: 5px;
  overflow: hidden;
}

.course__price {
  margin-bottom: 10px;
}
.course__price .price_prefix,
.course__price .price_suffix {
  font-size: 1.2rem;
}
.course__price .red {
  color: #d24a4a;
  font-size: 2rem;
  font-weight: bold;
}

.content__item .course__price {
  margin-bottom: 0;
}
.content__item .course__price .price_prefix,
.content__item .course__price .price_suffix {
  font-size: 1.2rem;
}

.course__table {
  width: 100%;
}
.course__table tr th,
.course__table tr td {
  border: 1px solid #d6d5d1;
  font-size: 1.3rem;
  padding: 5px;
}
.course__table tr th {
  background: #f3f2ee;
  width: 95px;
}
.course__table tr td {
  width: calc(100% - 95px);
}

.course__btn-box {
  text-align: center;
}

.course__btn {
  background-color: #35b6eb;
  border: 1px solid;
  border-color: #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  margin: 15px auto 0;
  padding: 10px;
  text-align: center;
  width: 150px;
}

.side__course-box {
  border: 1px solid var(--base-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.side__course-box .image__box {
  position: relative;
  width: 130px;
}
.side__course-box .image__box img {
  height: 100%;
}
.side__course-box .course-detail__box {
  padding: 10px;
  width: calc(100% - 130px);
}
.side__course-box .course__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.side__course-box .course__price {
  margin-bottom: 0;
  text-align: right;
}
.course__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 15px 0 10px;
  margin-bottom: 3rem;
}

.course__content-title {
  border-bottom: 1px solid var(--base-border-color);
  font-size: 120%;
  line-height: 1.3;
  margin: 20px 0 10px;
}
.course__content-title span {
  border-bottom: #000000 1px solid;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 -1px;
  padding: 0 0 7px;
}

.course__detail-image {
  float: left;
  margin-right: 20px;
  width: 40%;
}
.course__detail-image img {
  width: 100%;
}
.course__detail-image .slick-slider .prev,
.course__detail-image .slick-slider .next {
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: -22px 0px 0px;
  position: absolute;
  text-align: center;
  top: 50% !important;
  width: 30px;
  z-index: 10;
}
.course__detail-image .slick-slider .prev {
  left: 0px;
}
.course__detail-image .slick-slider .next {
  right: 0;
}
.course__detail-image .slick-slider .prev:before,
.course__detail-image .slick-slider .next:before {
  color: #fff;
  display: block;
  font-family: FontAwesome, sans-serif;
  font-size: 150%;
}
.course__detail-image .slick-slider .prev:before {
  content: " \f053";
}
.course__detail-image .slick-slider .next:before {
  content: " \f054";
}

.course__detail-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.course__detail-price {
  font-size: 2rem;
  margin: 10px 0;
}
.course__detail-price .price_prefix,
.course__detail-price .price_suffix {
  font-size: 80%;
}
.course__detail-price .red {
  color: #e00000;
  font-size: 120%;
  font-weight: bold;
}

.course__detail-table {
  width: 100%;
}
.course__detail-table tr th,
.course__detail-table tr td {
  border: 1px solid #d6d5d1;
  padding: 5px 10px;
  text-align: left;
}
.course__detail-table tr th {
  background-color: #f3f2ee;
  font-weight: normal;
  width: 150px;
}

.reserve__week-name {
  padding-top: 5px;
}
.reserve__week-name:first-of-type {
  padding-top: 0;
}

.course__form-box {
  padding-bottom: 3rem;
  position: relative;
}

.course__form-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.course__form-item {
  margin-right: 10px;
  width: calc(33.3333333333% - 7px);
}
.course__form-item:last-of-type {
  margin-right: 0;
}

.course__form-item_date .reserve-date_item {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 0.9rem;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  padding-left: 35px;
  position: relative;
  text-decoration: none;
}
.course__form-item_date .reserve-date_item::before {
  color: #ccc;
  content: "\f073";
  font-family: FontAwesome;
  font-size: 18px;
  left: 10px;
  position: absolute;
}
.course__form-item_date .reserve-date_item::after {
  color: #333;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 10px;
}

.course__form-item .course__form-item_dummy {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 0.9rem;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  padding-left: 35px;
  position: relative;
  text-decoration: none;
}
.course__form-item .course__form-item_dummy::before {
  color: #ccc;
  font-family: FontAwesome;
  font-size: 20px;
  left: 10px;
  position: absolute;
}
.course__form-item .dummy__item-time::before {
  content: "\f017";
}
.course__form-item .dummy__item-num::before {
  content: "\f007";
}
.course__form-item .course__form-item_dummy::after {
  color: #333;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 10px;
}
.course__form-item .easy-select-box {
  margin: 0;
  width: 100% !important;
}
.course__form-item .easy-select-box .esb-displayer {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-size: 0.9rem;
  font-size: 1.5rem;
}
.course__form-item .easy-select-box .esb-displayer::after {
  color: #333;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 10px;
}

.course__form-item_time .easy-select-box .esb-displayer,
.course__form-item_num .easy-select-box .esb-displayer {
  padding-left: 35px;
}

.course__form-item_time .easy-select-box .esb-displayer::before,
.course__form-item_num .easy-select-box .esb-displayer::before {
  color: #ccc;
  font-family: FontAwesome;
  font-size: 20px;
  left: 10px;
  position: absolute;
}

.course__form-item_time .easy-select-box .esb-displayer::before {
  content: "\f017";
}

.course__form-item_num .easy-select-box .esb-displayer::before {
  content: "\f007";
}

.course__form-btn {
  background: #35b6eb;
  border: 1px solid;
  border-color: #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 108%;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
  width: 200px;
}

.course__content-data {
  background: #ebebeb;
  padding: 10px;
}

.course__form-calendar_box {
  background: #fff;
  border: 1px solid #999;
  display: none;
  padding: 30px 50px;
  position: absolute;
  top: 65%;
  width: 100%;
}

.course__form-calendar_item {
  margin: 0 10px !important;
}

.course__form-calendar_box .calendar__table tbody td {
  border: 1px solid #999999;
  border-color: #ccc;
  color: #333333;
  font-weight: bold;
  height: 60px;
  padding: 0;
  vertical-align: top;
  width: 14.2857142857%;
}
.course__form-calendar_box .calendar__table tbody td .txtDay {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  min-height: 25px;
  padding: 2px 3px 0;
}
.course__form-calendar_box .calendar-month {
  font-size: 1.8rem;
  font-weight: bold;
}
.course__form-calendar_box .reserveStatus {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.course__form-calendar_box img.tel_icon {
  width: 17px;
}
.course__form-calendar_box img.reserve_icon {
  width: 14px;
}
.course__form-calendar_box .slick-slider .slick-next {
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: 2;
}
.course__form-calendar_box .slick-slider .slick-prev {
  height: 30px;
  left: -25px;
  position: absolute;
  width: 30px;
  z-index: 2;
}
.course__form-calendar_box .slick-slider .slick-next {
  right: -25px;
}
.course__form-calendar_box .slick-slider .slick-next::before {
  color: #000;
  font-size: 30px;
  line-height: 30px;
}
.course__form-calendar_box .slick-slider .slick-prev::before {
  color: #000;
  font-size: 30px;
  line-height: 30px;
}

.course__form-calendar_close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.course__form-calendar_close::before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 2rem;
}
.course__menu-category {
  font-size: 13px;
  margin: 10px 0 20px;
  text-align: right;
}
.course__menu-category > span {
  cursor: pointer;
  font-weight: normal;
  font-size: 108%;
  padding: 0 2px 0 2px;
}
.course__menu-category > span:after {
  content: '|';
  display: inline-block;
  color: #333;
}
.course__menu-category > span:last-child:after{
  content: '';
}
.course__menu-box {
  border: 2px solid #333;
  margin-bottom: 15px;
  padding: 15px 10px;
}
.course__menu-box .course__menu-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 15px 0 10px;
  margin-bottom: 3rem;
}
.course__menu-box .course__menu-image {
  float: left;
  margin-right: 20px;
  width: 40%;
}
.course__menu-box .course__menu-image .thumb img, .course__menu-box .course__menu-image .thumb.slick img {
  width: 100%;
}
.course__menu-box .course__menu-image .slick-slider .prev,
.course__menu-box .course__menu-image .slick-slider .next {
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: -22px 0px 0px;
  position: absolute;
  text-align: center;
  top: 50% !important;
  width: 30px;
  z-index: 10;
}
.course__menu-box .course__menu-image .slick-slider .prev:before,
.course__menu-box .course__menu-image .slick-slider .next:before {
  color: #fff;
  display: block;
  font-family: FontAwesome, sans-serif;
  font-size: 150%;
}
.course__menu-box .course__menu-image .slick-slider .prev {
  left: 0px;
}
.course__menu-box .course__menu-image .slick-slider .prev:before {
  content: " \f053";
}
.course__menu-box .course__menu-image .slick-slider .next {
  right: 0px;
}
.course__menu-box .course__menu-image .slick-slider .next:before {
  content: " \f054";
}
.course__menu-box .course__menu-image .slick-slider .slick-inner {
  position: relative;
}
.course__menu-box .course__menu-image .slick-slider .slick-caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  padding: 5px;
  position: absolute;
  width: 100%;
}
.course__menu-box .course__menu-title {
  font-size: 1.9rem;
  font-weight: bold;
}
.course__menu-box .course__menu-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.course__menu-box .course__menu-content .course__menu-description {
  background: #ebebeb;
  font-size: 1.5rem;
  padding: 10px;
}
.course__menu-box .course__menu-content .price_text {
  font-size: 2rem;
  margin: 0 0 10px;
}
.course__menu-box .course__menu-content .price_text .price_prefix,
.course__menu-box .course__menu-content .price_text .price_suffix {
  font-size: 70%;
}
.course__menu-box .course__menu-content .price_text .normal_price {
  text-decoration: line-through;
}
.course__menu-box .course__menu-content .price_text .red {
  color: #e00000;
  font-weight: bold;
}

.course__menu-info .course__menu-pr {
  font-size: 1.5rem;
  margin: 10px 0;
}
.course__menu-info .course__menu-pr::before {
  content: "\f087";
  font-family: FontAwesome;
  margin-right: 10px;
}
.course__menu-info .course__menu-table {
  font-size: 1.5rem;
  width: 100%;
}
.course__menu-info .course__menu-table th,
.course__menu-info .course__menu-table td {
  border: 1px solid;
  padding: 5px;
  vertical-align: middle;
  width: 16%;
}
.course__menu-info .course__menu-table th {
  background: #e9eef6;
}
.course__menu-info .course__menu-note {
  color: #555;
  font-size: 1.3rem;
  padding: 15px 0 10px;
}
.course__menu-info .course__reserve-btn {
  background: #ffa800;
  border: 1px solid;
  border-color: #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
  width: 200px;
}
.course__menu-info .course__reserve-btn:hover {
  color: #fff;
}

.course__menu-box .dotLine {
  border-color: #999;
  border-style: dashed;
}

.course__menu-form .course__menu-form_title {
  border-bottom: 1px solid var(--base-border-color);
  font-size: 100%;
  line-height: 1.3;
  margin: 20px 0 10px;
}
.course__menu-form .course__menu-form_title span {
  border-bottom: #000000 1px solid;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 -1px;
  padding: 0 0 7px;
}
.course__menu-form .course__menu-form_list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}

.course__menu-detail {
  margin: 20px 0;
}
.course__menu-detail .course__detail-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #ffdeb5;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
.course__menu-detail .course__detail-inner .course__menu-image {
  float: left;
  margin-right: 20px;
  width: 200px;
}
.course__menu-detail .course__detail-inner .course__menu-image .courseImg {
  -webkit-transition: all 300ms ease-out;
  background-color: #ffdeb5;
  height: 150px;
  position: relative;
  transition: all 300ms ease-out;
  width: 100%;
}
.course__menu-detail .course__detail-inner .course__menu-image .courseImg img {
  -o-object-fit: cover;
  font-family: "object-fit:cover;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.course__menu-detail .course__detail-inner .course__menu-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.course__menu-detail .course__detail-inner .course__menu-text h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.course__menu-detail .course__detail-inner .course__menu-text .price_text {
  font-size: 2rem;
}
.course__menu-detail .course__detail-inner .course__menu-text .price_text .price_prefix,
.course__menu-detail .course__detail-inner .course__menu-text .price_text .price_suffix {
  font-size: 75%;
}
.course__menu-detail .course__detail-inner .course__menu-text .price_text .normal_price {
  text-decoration: line-through;
}
.course__menu-detail .course__detail-inner .course__menu-text .price_text .red {
  color: #e00000;
  font-size: 120%;
  font-weight: bold;
}
.course__menu-detail.seatOnlyBox .course__detail-inner {
  background: #ececec;
  display: block;
}
.course__menu-detail.seatOnlyBox .course__detail-inner p {
  font-size: 115%;
  font-weight: bold;
}
.course-calendar__control ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.course-calendar__table {
  border: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
.course-calendar__table th,
.course-calendar__table td {
  padding: 0.3rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  width: 14% !important;
  width: 14.2857142857% !important;
}
.course-calendar__table th {
  background-color: #808080;
  border: 1px solid #999;
  color: #fff;
  font-size: 1.2rem;
}
.course-calendar__table th.sunday {
  background: #f27579;
}
.course-calendar__table th.saturday {
  background: #779dc4;
}
.course-calendar__table th:first-child {
  border-left: none;
}
.course-calendar__table th:last-child {
  border-right: none;
}
.course-calendar__table td {
  border: 1px solid #999;
  font-weight: bold;
  height: 50px;
  padding: 0;
  padding: 0.3rem;
  text-align: left;
  vertical-align: top;
}
.course-calendar__table td:hover {
  background-color: #ffe9a6;
}
.course-calendar__table td:first-child {
  border-left: none;
}
.course-calendar__table td:last-child {
  border-right: none;
}
.course-calendar__table td.bgGray {
  background-color: #eaeaea;
  padding: 0.3rem;
}
.course-calendar__table td.bgTel:hover {
  background-color: #ffc0b4;
}
.course-calendar__table td a {
  display: block;
  height: 100%;
  width: 100%;
}
.course-calendar__table td.bgGray a {
  background-color: #eaeaea;
  padding: 0;
}
.course-calendar__table td a:hover {
  background-color: #ffc0b4;
}
.course-calendar__table td span {
  display: block;
  font-size: 1.2rem;
  padding-left: 2px;
}
.course-calendar__table td.sunday span {
  color: #f27579;
}
.course-calendar__table td.saturday span {
  color: #779dc4;
}
.course-calendar__table td p {
  color: #5d9df2;
  font-size: 1.5rem;
  margin: 2px 0;
  text-align: center;
}
.course-calendar__table td .tel_icon {
  width: 18px;
}

.content__course-item {
  width: 100%;
}

.flyer__box {
  z-index: auto;
}
.flyer__box .image__box {
  border-bottom: 1px solid var(--base-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.flyer__box .image__box img {
  -o-object-fit: scale-down;
  max-height: 100%;
  object-fit: scale-down;
}
.flyer__box .information__box .information__header {
  margin-bottom: 20px;
}
.flyer__box .information__box .term__title {
  font-size: var(--description-font-size);
  font-weight: normal;
  margin-bottom: 5px;
}
.flyer__box .information__box .term-date {
  font-size: var(--description-font-size);
}
.flyer__box .flyer__help-box {
  border: 3px solid var(--base-border-color);
  margin-bottom: 20px;
  padding: 15px;
}
.flyer__box .flyer__help-box .infomration__header {
  border-bottom: 1px solid var(--base-border-color);
  font-size: calc(var(--description-font-size) + 3px);
  font-weight: normal;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
.flyer__box .flyer__help-box-inner {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}
.flyer__box .flyer__help-list {
  border-right: 1px solid var(--base-border-color);
  padding: 0 10px;
}
.flyer__box .flyer__help-list:last-child {
  border-right: none;
}
.flyer__box .flyer__help-list dt {
  font-size: calc(var(--description-font-size) + 1px);
  font-weight: 600;
  margin-bottom: 5px;
}
.flyer__box .flyer__title {
  font-size: calc(var(--article-title-font-size) + 3px);
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}
.flyer__box .flyer__iamge-box {
  border: 1px solid var(--base-border-color);
  margin-bottom: 10px;
}
.flyer__box .flyer-term-date {
  font-size: calc(var(--description-font-size) + 2px);
  font-weight: 600;
  text-align: right;
}
.flyer__box .docs-galley {
  position: relative;
  z-index: 1;
}

.flyer__box .inn {
  font-size: 108%;
  overflow: hidden;
  padding: 15px 15px 30px;
  padding: 15px 0 20px;
}
.flyer-other-link {
  text-decoration: underline;
}
.flyer-other-link:hover {
  text-decoration: none;
}

.flyer-category-box {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin: -0.5rem 0 10px;
}
.flyer-category-box > * {
  margin-left: 0 !important;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
  padding: 0.2rem 0.5rem !important;
}

.flyer-tag-label {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  margin-left: 0.3rem;
  padding: 0.2rem 1rem;
}

.flyer-category-box--detail {
  font-size: 16px;
  margin-top: 10px;
}

.flyer-tag-label__hide {
  display: none;
}

.flyer-tag-label:before {
  content: "#";
}

.flyer-category-box > .flyer-readmore {
  cursor: pointer;
  padding: 0.4rem 0 0 !important;
  text-decoration: underline;
}
.flyer-category-box > .flyer-readmore--plain,
.flyer-category-box > .flyer-readmore:hover {
  text-decoration: none;
}

a.flyer-help-btn {
  background-color: #ffffff;
  border: #bbbbbb 1px solid;
  color: #333333;
  line-height: inherit;
  margin: 0;
  padding: 6px 25px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 2;
}
a.flyer-help-btn:before {
  color: #32cd32;
  content: " \f059";
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  left: -10px;
  position: relative;
}

.evaluation__list {
  color: #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.evaluation__list span {
  color: #fe9c00;
}

.chart__box .chart-canvas__box,
.chart__box .chart-evaluation__box {
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
}
.chart__box .chart-canvas__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 450px;
}
.chart__box .chart-evaluation__box {
  margin-left: 5px;
  padding: 10px;
  width: calc(100% - 450px);
}

.chart-evaluation__box .chart-evaluation__list {
  border: 1px solid #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 10px;
}
.chart-evaluation__box .chart-evaluation__list dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #999999;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: normal;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
}
.chart-evaluation__box .chart-evaluation__list dd {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.chart-evaluation__box .chart-evaluation__list .evaluation-average {
  color: #d24a4a;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}
.chart-evaluation__box .chart-evaluation__list .evaluation__list {
  font-size: 25px;
  margin-left: 10px;
}
.chart-evaluation__box .evaluation-count {
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: right;
}
.chart-evaluation__box .evaluation-count span {
  color: #d24a4a;
  font-weight: 600;
}
.chart-evaluation__box .evaluation-score__table {
  margin-top: 30px;
  width: 100%;
}
.chart-evaluation__box .evaluation-score__table tr {
  background-color: #ffffff;
  border-top: 1px dotted var(--base-border-color);
}
.chart-evaluation__box .evaluation-score__table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.chart-evaluation__box .evaluation-score__table tr:last-child {
  border-bottom: 1px dotted var(--base-border-color);
}
.chart-evaluation__box .evaluation-score__table th,
.chart-evaluation__box .evaluation-score__table td {
  padding: 8px 10px;
}
.chart-evaluation__box .evaluation-score__table th {
  font-weight: normal;
  text-align: left;
}
.chart-evaluation__box .evaluation-score__table td {
  text-align: right;
}
.chart-evaluation__box .score__label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #d24a4a;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  padding: 0 8px;
}
.text-evaluation__box .review__box-header {
  border-bottom: none;
  margin: 0;
  padding: 0 0 15px 0;
}
.text-evaluation__box .evaluation__list {
  font-size: 20px;
}
.text-evaluation__box .review__box-body {
  margin-bottom: 15px;
  padding: 0;
}
.text-evaluation__box .article__title {
  font-size: var(--info_ttl-fs);
  margin-bottom: 15px;
}
.text-evaluation__box .description__text {
  margin-bottom: 10px;
}
.text-evaluation__box .image__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.text-evaluation__box .image__box a {
  display: block;
  width: 25%;
}
.text-evaluation__box .image__box a + a {
  margin-left: 10px;
}
.text-evaluation__box .review__box-footer {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}
.text-evaluation__box .review__box-footer .reviewr-name {
  margin-left: 10px;
}
.review-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-img-wrapper.detail {
  margin: 10px 0;
}
.review-img-wrapper .inn {
  margin-right: 10px;
  width: 25%;
}
.review-img-wrapper.preview .inn {
  margin-right: 10px;
}
.review-img-wrapper .inn .mask {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  display: none;
  font-size: 300%;
  font-weight: bold;
  position: absolute;
  text-align: center;
}

.review-img-wrapper .inn .pc {
  display: block;
}

.review-img-wrapper .inn img {
  width: 100%;
}
.review-img-wrapper .inn a {
  display: block;
  height: 100%;
  width: 100%;
}
.review-img-wrapper .inn .spn {
  display: none;
}

.review__box-inner .text_reply__box {
  background-color: #f3f3f3;
  margin-top: 2rem;
  padding: 1rem;
}
.review__box-inner .text_reply__box .reply__box-header {
  margin-bottom: 1rem;
}
.review__box-inner .text_reply__box .reply__box-header .article__title {
  color: #d24a4a;
  font-size: 16px;
}
.review__box-inner .text_reply__box .reply__box-body {
  margin-bottom: 1rem;
}
.review__box-inner .text_reply__box .reply__box-footer {
  margin-bottom: 1rem;
}
.review__box-inner .text_reply__box .reply__box-footer .reply-name {
  text-align: right;
}

.review__box-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--base-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 15px 15px;
  padding: 15px 0;
}

.review__box-body {
  padding: 0 15px;
}
.review__box-body > .display-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
.review__box-body .review__image-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--base-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.review__box-body .review__image-box img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.review__box-body .review__copy {
  line-height: 1.3;
}
.review__box-body .review__score {
  margin-bottom: 15px;
}
.review__box-body .review__score ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  justify-content: flex-start;
}
.review__box-body .review__score ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.review__box-body .review__score ul li::after {
  content: "|";
  margin: 0 4px;
}
.review__box-body .review__score ul li:last-child::after {
  display: none;
}

.review__box-footer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px 15px;
}
.review__box-footer .reviewer__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 3px 0 0;
}
.review__box-footer .reviewer__box .favorite-count {
  color: #fa6180;
  margin-left: 5px;
}
.review__box-footer .reviewer__box .favorite-count .fa {
  margin-right: 5px;
}

.review__box .chart__box {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  width: 100%;
}
.review__box-inner {
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
  margin-bottom: 1rem;
  padding: 16px;
  width: 100%;
}

.review__box > .search-result__box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}

#google_translate_element {
  border: 1px solid #999999;
  border-radius: 2px;
}
#google_translate_element .goog-te-gadget-simple {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  position: relative;
}
#google_translate_element .goog-te-gadget-simple span {
  padding: 0 16px 0 4px;
  width: auto;
}
#google_translate_element .goog-te-gadget-simple span span {
  padding: 0;
}
#google_translate_element .goog-te-gadget-simple span img, #google_translate_element .goog-te-gadget-simple span:not(:first-of-type) {
  display: none;
}
#google_translate_element .goog-te-gadget-simple::before {
  right: 4px;
}
#google_translate_element .goog-te-gadget img {
  margin: 0;
}
#google_translate_element .goog-te-gadget-simple::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #999999;
  content: "";
  height: 0;
  position: absolute;
  right: 8px;
  top: calc((100% - 8px) / 2);
  width: 0;
}
.pagingBox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.pagingBox ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.pagingBox ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  border: var(--base-border-color) 1px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  margin: 0 3px;
  width: 40px;
}
.pagingBox ul li.no-link {
  background-color: #f7f7f7;
}
.pagingBox ul li.no-link span {
  color: var(--base-border-color);
}
.pagingBox ul li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.pagingBox ul li a.active, .pagingBox ul li a:hover {
  background-color: var(--color-main);
  color: #ffffff;
  opacity: 1;
}
.around-more-look__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--base-color-green);
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.keep__btn {
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
  color: #333333;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto 15px;
  padding: 8px 20px;
}
.keep__btn:before {
  -webkit-transition: all 0.5s;
  color: #e1b901;
  content: "\f005";
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  margin-right: 10px;
  transition: all 0.5s;
}
.keep__btn:hover {
  background-color: #e1b901;
  border-color: #e1b901;
  color: #ffffff;
}
.keep__btn:hover::before {
  color: #ffffff;
}

.coupon-print__btn,
.coupon-use__btn {
  border: 2px solid #e1b901;
  color: #e1b901;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 20px;
}

.print__btn:hover {
  background-color: #e1b901;
  color: #ffffff;
}

.coupon-print__btn {
  display: inline-block;
}

.coupon-use__btn {
  display: none;
}

.send__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ffffff;
  border: #bbbbbb 1px solid;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  justify-content: center;
  padding: 6px 10px;
  width: 90px;
}
.send__btn::before {
  color: var(--base-color-green);
  content: " \f1d8";
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  left: -10px;
  position: relative;
}

.detail__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--base-color-green);
  border: 1px solid var(--base-color-green);
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0 20px;
}

.keep__btn + .detail__btn {
  margin-left: 10px;
}

.access__btn {
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  height: auto;
  margin-left: 10px;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.access__btn .fa {
  margin-right: 2px;
}

.favorite__btn {
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
  border-radius: 3px;
  color: #ec4756;
  font-weight: 600;
  padding: 5px 8px;
}
.favorite__btn:before {
  color: #ec4756;
  content: "\f004";
  font-family: FontAwesome, sans-serif;
  margin-right: 5px;
}

.side-detail__btn {
  background: #ffa800;
  color: #ffffff;
  display: block;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 10px;
  width: 50%;
}

.square__btn {
  border-radius: 0 !important;
}

.small-round__btn {
  border-radius: 4px !important;
}

.round__btn {
  border-radius: 2em !important;
}

.digest-container .article-title__header {
  border-bottom: 1px solid #333333;
  border-left: none;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
}
.digest-container .article-title__header.detail-reset {
  border-bottom: none;
  border-left: var(--base-color-green) 6px solid;
  margin-bottom: 20px;
  padding: 2px 0 0 10px;
}

#awesome-title__header.article-title__header {
  border-left: none;
  margin-right: 0;
  padding: 0;
}
#awesome-title__header.article-title__header i {
  line-height: inherit;
  margin-right: 1em;
}

.image__box {
  display: block;
  position: relative;
}
.image__box::before {
  content: "";
  display: block;
  padding-top: var(--img-aspect-common);
}
.image__box img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  /*width: 100%;*/
}

.detail-container .shopping__box .image__box {
  margin: 0 auto 15px;
  max-width: 670px;
}
.detail-container .shopping__box .image__box::before {
  display: none;
}
.detail-container .shopping__box .image__box img {
  position: relative;
}

.label__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.label__list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.label__list .area__label {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  background-color: var(--base-color-green);
  color: #ffffff;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 8px;
  padding: 5px 16px;
}
.label__list .category__label {
  background-color: var(--base-color-green);
  color: #ffffff;
  margin-right: 8px;
  padding: 5px 13px;
}
.label__list .category__label:last-child {
  margin-right: 0;
}
.label__list .job-category__label .fa {
  margin: 0 4px;
}

.shopping__box .label__list {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}

.detail-container .label__list {
  margin-bottom: 12px;
  position: relative;
}
.detail-container .shopping__label {
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 8px 15px;
}

.map__box .content__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.map__box .access__info {
  background: #ffffff;
  border: 1px solid var(--base-border-color);
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 20px 15px;
}
.map__box .view-large-map {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 0 15px 20px 15px;
}
.map__box .view-large-map .fa {
  color: var(--base-color-green);
  margin-right: 10px;
}
.map__box .view-large-map a {
  text-decoration: underline;
}
.official__box .official-link__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.official__box .official-link__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--color-main);
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 16px 0;
  position: relative;
}
.official__box .official-link__btn::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.blog__box .date-time {
  margin-bottom: 16px;
}
.blog__box .information__box {
  margin-left: 0 !important;
}

.staff__box .content__item {
  border: none !important;
  padding: 0;
}
.staff__box .content__item .description__text {
  -webkit-line-clamp: unset;
}
.staff__box .image__box::before {
  padding-top: var(--img-aspect-square);
}

.facility__box .facility__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.facility__box .facility__list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  margin: 0 10px 10px 0;
}
.facility__box .facility__list .faci__icon {
  margin-right: 5px;
  max-width: 20px;
}

/* payment */
.information__table.payment__table {
  margin-bottom: 10px;
}
.information__table.payment__table th, 
.information__table.payment__table td {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
.information__table .payment__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.information__table .payment__list li {
  line-height: 20px;
  display: flex;
  align-items: center;
  margin: 0 10px 10px 0;
}
.information__table .payment__list .payment__icon {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  object-fit: contain;
}


.formBox .note {
  margin: 0 0 20px;
}
.formBox .note p {
  font-weight: bold;
  margin-bottom: 10px;
}
.formBox .flowBox {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.formBox .flowBox ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}
.formBox .flowBox ul li {
  background: #eeeeee;
  display: inline-block;
  font-size: 116%;
  height: 60px;
  line-height: 60px;
  margin: 0 30px 0 0;
  max-width: 200px;
  position: relative;
  width: 33.3333333333%;
}
.formBox .flowBox ul li:last-child {
  margin-right: 0;
}
.formBox .flowBox ul li.arrow:after {
  border-bottom: 30px solid transparent;
  border-left: 20px solid #eeeeee;
  border-top: 30px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
}
.formBox .flowBox ul li.active {
  background-color: #333333;
  color: #ffffff;
}
.formBox .flowBox ul li.active:after {
  border-left: 20px solid #333333;
}
.formBox .flowBox ul li:not(:first-child)::before {
  border: 30px solid #eeeeee;
  border-left-color: transparent;
  border-left-width: 20px;
  content: "";
  left: -20px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.formBox .flowBox ul li.active:not(:first-child)::before {
  border-color: #333333;
  border-left-color: transparent;
}
.formBox table {
  background-color: #fff;
  border: 1px solid var(--base-border-color);
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
.formBox table th {
  border-bottom: 1px solid var(--base-border-color);
  border-right: 1px solid var(--base-border-color);
  font-weight: normal;
  padding: 17px 15px;
  padding-right: 0;
  text-align: left;
  vertical-align: middle;
  width: 220px;
}
.formBox table td {
  border-bottom: 1px solid var(--base-border-color);
  padding: 17px 15px;
  vertical-align: middle;
}
.formBox table td textarea {
  border: var(--base-border-color) 1px solid;
  border-radius: 5px;
  padding: 8px;
  resize: vertical;
  width: 100%;
}
.formBox table td .reserveTel {
  margin: 1em 0 0;
}
.formBox table td select {
  min-width: auto;
}
.formBox table td input {
  margin-bottom: 10px;
  width: 100%;
}
.formBox table td input[type=radio], .formBox table td input[type=checkbox] {
  display: none;
}
.formBox table td input[type=file] {
  font-size: 14px;
  padding: 0;
  width: auto;
}
.formBox table td textarea {
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.formBox table td input:last-child,
.formBox table td textarea:last-child {
  margin-bottom: 0;
}
.formBox table td .radio,
.formBox table td .checkbox {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0 15px 0 0;
  padding: 5px 12px 1px 28px;
  position: relative;
  vertical-align: middle;
}
.formBox table td .radio:before,
.formBox table td .checkbox:before {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.formBox table td .radio:before {
  border-radius: 50%;
}
.formBox table td .radio:after {
  background-color: #8a8a8a;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
.formBox table td .checkbox:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-bottom: 3px solid #8a8a8a;
  border-right: 3px solid #8a8a8a;
  content: "";
  display: block;
  height: 12px;
  left: 6px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 46%;
  transform: rotate(45deg);
  width: 8px;
}
.formBox table td input[type=radio]:checked + .radio:after, .formBox table td input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
.formBox table .required {
  background-color: #d24a4a;
  border-radius: 5px;
  color: #ffffff;
  font-size: var(--min-fs);
  margin-right: 5px;
  padding: 0 3px;
}
.formBox .calendar {
  display: inline-block;
  font-size: 24px;
}
.formBox .privacy {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
.formBox .privacy .radio {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0 15px 0 0;
  padding: 5px 12px 1px 28px;
  position: relative;
  vertical-align: middle;
}
.formBox .privacy .checkbox {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0 15px 0 0;
  margin: 0;
  padding: 5px 12px 1px 28px;
  padding: 5px 0 0 28px;
  position: relative;
  vertical-align: middle;
}
.formBox .privacy .radio:before {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.formBox .privacy .checkbox:before {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.formBox .privacy .checkbox:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-bottom: 3px solid #8a8a8a;
  border-right: 3px solid #8a8a8a;
  content: "";
  display: block;
  height: 10px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 65%;
  transform: rotate(45deg);
  width: 7px;
}
.formBox .privacy input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
.formBox .privacy a {
  color: #398bcc;
  text-decoration: underline;
}
.formBox .privacy input[type=radio], .formBox .privacy input[type=checkbox] {
  display: none;
}
.formBox .formBtnBox {
  margin-bottom: 30px;
}
.formBox .formBtnBox ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.formBox .formBtnBox ul li {
  width: 170px;
}
.formBox .formBtnBox ul li:not(:last-child) {
  margin-right: 16px;
}
.formBox .formBtnBox ul li a {
  background-color: #f8f8f8;
  border: 1px solid var(--base-border-color);
  border-radius: 5px;
  display: block;
  line-height: 45px;
  text-align: center;
}
.formBox .formBtnBox ul li a.main {
  background-color: #666666;
  border: #666666 1px solid;
  color: #ffffff;
}
.formBox .colRed {
  color: #d24a4a;
}
.formBox .reviewStar {
  float: left;
  margin-right: 10px;
}
.formBox .reviewStar ul li {
  color: #cccccc;
  float: left;
  font-size: 224%;
  line-height: 0.8;
}
.formBox .reviewStar ul li.active {
  color: #ffcc00;
}
.shopnews__box .information__box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.display-type--list.shopnews__box .image__box {
  /*	width: 240px;*/
}
.display-type--list.shopnews__box .information__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.display-type--list.shopnews__box .information__box .sub-info__box {
  margin-bottom: 8px;
}

.detail-container .shopnews__box > .date-time {
  margin-bottom: 5px;
}

.shopnews__box .detail-content__box .detail-content__body img {
  -o-object-fit: cover;
  display: block;
  margin: auto;
  max-height: 800px;
  max-width: 100%;
  object-fit: cover;
}

.news-dtl-pager {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 5px 30px;
  margin: 10px 5px 40px;
}
.news-dtl-pager .prev,
.news-dtl-pager .next {
  min-width: 73px;
}
.news-dtl-pager .top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.news-dtl-pager .prev,
.news-dtl-pager .next {
  min-width: 73px;
}
.news-dtl-pager div a {
  display: inline-block;
  font-size: 120%;
  font-size: 100%;
}
.news-dtl-pager div.top a {
  border: 1px solid var(--base-border-color);
  border-radius: 3px;
  padding: 7px 40px;
}
.news-dtl-pager div a i.fa {
  border: 1px solid var(--base-border-color);
  font-weight: bold;
  padding: 4px 7px;
}
.news-dtl-pager div.prev a i {
  margin-left: 3px;
}
.detail-btn__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.detail-btn__list li {
  margin: 0 10px;
}
.detail-btn__list li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  justify-content: flex-start;
  min-width: 300px;
  padding: 0 20px;
  position: relative;
}
.detail-btn__list li a:hover {
  background-color: #eeeeee;
}
.detail-btn__list li a::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.detail-btn__list li a::before {
  font-family: FontAwesome;
  font-size: 22px;
  margin-right: 15px;
}
.detail-btn__list li a.add-favorite__btn::before {
  color: #e1b901;
  content: "\f005";
}
.detail-btn__list li a.add-cart__btn::before {
  color: var(--base-color-green);
  content: "\f07a";
}
.detail-btn__list li a.review-post__btn::before {
  color: var(--base-color-green);
  content: "\f040";
}
.detail-btn__list li a.application-form__btn::before {
  color: var(--base-color-green);
  content: "\f044";
}
.detail-btn__list li a.application-tel__btn::before {
  color: var(--base-color-green);
  content: "\f095";
}
.detail-btn__list .favorite-box {
  float: left;
  width: 320px;
}
.detail-btn__list .favorite-box a {
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
  color: #333333;
  display: block;
  font-size: 108%;
  line-height: 55px !important;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}
.detail-btn__list .favorite-box a.active {
  color: #cccccc;
}
.detail-btn__list .favorite-box a.active i {
  color: #cccccc;
}
.detail-btn__list .favorite-box a:after {
  content: " \f105";
  float: right;
  font-family: FontAwesome, sans-serif;
}
.detail-btn__list .right {
  margin-left: 20px;
}
.shop-information__box .information__header {
  margin-bottom: 4px;
}
.shop-information__box .sub-info__box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.shop-information__box .sub-info__box span {
  color: #b4b4b4;
}
.shop-information__box .sub-info__box .date-time__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-information__box .sub-info__box .date-time__box .fa-clock {
  margin-right: 4px;
}
.shop-information__box .sub-info__box img {
  height: 15px;
}
.shop-information__box .official-link__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.shop-information__box .official-link__list li {
  margin: 0 20px 20px 0;
  width: calc(50% - 10px);
}
.shop-information__box .official-link__list li:nth-of-type(2n) {
  margin-right: 0;
}
.shop-information__box .official-link__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ffb516;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(var(--article-title-font-size) + 6px);
  font-weight: 600;
  justify-content: center;
  padding: 20px 0;
  position: relative;
}
.shop-information__box .official-link__btn::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.shop-information__box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  word-break: break-all;
}

.shop__caontainer--1col .shop-information__box {
  display: block;
}

.around-shop__box .label__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  font-weight: 600;
  justify-content: space-between;
}
.around-shop__box .label__list .category__label {
  margin-bottom: 5px;
}
.around-shop__box .label__list .distance__label {
  color: #d24a4a;
  margin-bottom: 5px;
}
.around-shop__box .label__list .mod-bg-category-1 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.around-shop__box .information__box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px;
  word-break: break-all;
}
.around-shop__box .information__box > * {
  width: 100%;
}
.around-shop__box .access__btn {
  margin: 0;
  max-width: 120px;
}

.around-shop__box .sp-display-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.around-category__select {
  margin-bottom: 10px;
  position: relative;
}
.around-category__select select {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: var(--base-border-color) 1px solid;
  border-radius: 5px;
  height: 35px;
  padding: 0 8px 0 8px;
  width: 100%;
}
.around-category__select::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-bottom: 2px solid var(--base-border-color);
  border-right: 2px solid var(--base-border-color);
  content: "";
  display: block;
  height: 10px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: calc((100% - 10px) / 2);
  transform: rotate(45deg);
  width: 10px;
}

.digest-container .around-category__select {
  border: none;
  margin-bottom: 10px;
  padding: 0;
}
.digest-container .around-category__select + .search-result__box {
  margin-bottom: 10px;
}
.digest-container .around-category__select select {
  border-radius: 0;
}

.p-2col-side .around-category__select {
  width: 160px;
}

.information__table {
  line-height: 1.5;
  width: 100%;
}
.information__table th,
.information__table td {
  padding: 12px 10px;
  vertical-align: middle;
  word-break: break-all;
}
.information__table th {
  background-color: #f0f0f0;
  font-weight: normal;
  text-align: left;
}
.information__table td {
  background-color: #ffffff;
}
.information__table td a:not(.access__btn) {
  text-decoration: underline;
}
.information__table td .snsLinkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.information__table td .snsLinkBox img {
  -o-object-fit: contain;
  height: 35px;
  margin: 5px 10px;
  object-fit: contain;
  width: 35px;
}

.calendarReserve {
  margin: 0 15px 15px 0;
  width: calc(50% - 10px);
}
.calendarReserve:nth-child(2n) {
  margin-right: 0;
}
.calendarReserve .iconLabel {
  background: #999999;
  border-radius: 100px;
  display: inline-block;
  height: 15px;
  width: 15px;
}

.calendar__table {
  width: 100%;
}
.calendar__table thead {
  background-color: #dddddd;
  background-color: #808080;
  color: #333333;
  color: #ffffff;
  font-size: 0.75rem;
}
.calendar__table th {
  border: 1px solid #999999;
  border-bottom-color: #ccc;
  font-size: 1.3rem;
  padding: 0.4rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.calendar__table th.sunday {
  background: #f27579;
  color: #ffffff;
}
.calendar__table th.saturday {
  background: #779dc4;
  color: #ffffff;
}
.calendar__table td {
  padding: 0.2rem 0.5rem;
  text-align: left;
  vertical-align: middle;
}
.calendar__table tbody th {
  border: 1px solid #999999;
  border-color: #ccc;
  color: #333333;
  font-weight: bold;
  height: 60px;
  padding: 0;
  vertical-align: top;
  width: 43px;
}
.calendar__table tbody td {
  border: 1px solid #999999;
  border-color: #ccc;
  color: #333333;
  font-weight: bold;
  height: 60px;
  padding: 0;
  vertical-align: top;
  width: 43px;
}
.calendar__table tbody td:hover {
  background-color: #ffe9a6;
}
.calendar__table tbody td.bgGray {
  background-color: #e1e1e1;
  background-color: #eaeaea;
}
.calendar__table tbody td .txtDay {
  font-size: 81.5%;
  font-weight: 400;
  margin: 0 5px 0;
  min-height: 25px;
  padding-top: 5px;
}
.calendar__table tbody td.sunday .txtDay {
  color: #f27579;
}
.calendar__table tbody td.saturday .txtDay {
  color: #779dc4;
}
.calendar__table tbody td dl {
  height: 100%;
}
.calendar__table tbody td dl a {
  display: block;
  height: 100%;
}
.calendar__table tbody tr:first-child td {
  height: 60px;
  padding-top: 0;
}
.calendarReserveBox {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.calendarControle {
  text-align: center;
}
.calendarControle ul {
  float: right;
  padding: 10px 0;
}
.calendarControle .calendarBtn {
  float: left;
}
.calendarControle .calendarBtn a {
  border: 1px solid #808080;
  border-radius: 5px;
  color: #808080;
  display: block;
  margin: 0 5px;
  padding: 5px 20px;
}
.calendarControle .calendarBtn a:hover {
  opacity: 0.7;
}

.calendarExplainBox {
  margin-top: 15px;
}
.calendarExplainBox li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.calendarLoadBox {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  justify-content: center;
}
.calendarLoadBox img {
  height: 48px;
  width: 48px;
}

.calendar-search__box ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.calendar-search__box.move_box ul {
  padding: 0;
}

#side .calendarReserve .calendar__table td a,
#side #calendar_area-pc_side .calendarReserve .calendar__table td a {
  min-height: 32px;
}

.reserveStatus {
  color: #303aea;
  font-size: 16px;
  padding-top: 5px;
  text-align: center;
}
.reserveStatus.holiday {
  color: #aaaaaa;
  font-weight: 500;
}
.reserveStatus p {
  font-size: 78%;
  font-weight: 500;
}

img.tel_icon {
  width: 20px;
}
img.reserve_icon {
  width: 15px;
}

.noReserve {
  color: #f44336 !important;
}

.detail-container .reserve__box table tr td input {
  min-width: auto;
}

.schedule__calendar-box {
  border: none !important;
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
}
.schedule__calendar-box .schedule_calendar__table {
  width: 100%;
}
.schedule__calendar-box .schedule_calendar__table thead tr th {
  background-color: #808080;
  border: 1px solid #999;
  border-color: #ccc;
  color: #fff;
  padding: 0.4rem;
  text-align: center;
  vertical-align: middle;
}
.schedule__calendar-box .schedule_calendar__table thead tr th.sunday {
  background: #f27579;
}
.schedule__calendar-box .schedule_calendar__table thead tr th.saturday {
  background: #779dc4;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td {
  border: 1px solid #999;
  border-color: #ccc;
  height: 110px;
  position: relative;
  vertical-align: top;
  width: 14%;
  width: 14.2857142857%;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td.bgGray {
  background-color: #eaeaea;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td .dateTxt {
  background-color: none;
  border-radius: 50%;
  color: #333;
  display: inline-block;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin: 2px;
  padding: 0;
  text-align: center;
  width: 25px;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td.sunday .dateTxt {
  color: #f27579;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td.saturday .dateTxt {
  color: #779dc4;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td.today .dateTxt {
  background-color: #ffa800;
  color: #fff;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td .schedule {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  width: 100%;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td .schedule a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 1.4rem;
  overflow: hidden;
  text-decoration: underline;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td .schedule a:hover {
  text-decoration: none;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td .schedule_holiday {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  display: block;
  margin: 0;
  padding: 5px;
  text-align: right;
  width: 100%;
}
.schedule__calendar-box .schedule_calendar__table tbody tr td .schedule_style {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: block;
  margin: 0;
  padding: 5px;
  text-align: right;
  width: 100%;
}
.schedule__calendar-box .descriptionBox {
  display: none;
}
.schedule__calendar-box .reserveBtn {
  margin: 1.5rem 0 0;
  text-align: center;
}
.schedule__calendar-box .reserveBtn a {
  background: #ffa800;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px 10px;
  text-align: center;
  width: 200px;
}

.schedule-modal__box {
  max-width: 500px;
  min-width: 300px;
}
.schedule-modal__box .schedule-modal__headline {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
}
.schedule-modal__box .schedule-modal__item {
  font-size: 1.5rem;
  padding-top: 10px;
}

.schedule-link__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #ffffff;
  border: var(--base-border-color) 1px solid;
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  font-size: 1.3rem;
  justify-content: center;
  line-height: 1;
  margin-top: 16px;
  max-width: 150px;
  padding: 7px 15px;
}
.schedule-link__btn::after {
  color: inherit;
  content: " \f138";
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  margin-left: 8px;
}
.schedule__calendar-box .sp_schedule_box {
  overflow: hidden;
  position: relative;
}
.schedule__calendar-box .sp_schedule_box.is-hide {
  height: 300px;
}
.schedule__calendar-box .sp_schedule_box.is-hide::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.5));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.5));
  bottom: 0;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
}
.schedule__calendar-box .sp_schedule_box .grad-trigger {
  -webkit-transition: 0.2s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #009e8f;
  border-radius: 2px;
  bottom: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  display: block;
  left: 0;
  margin: auto;
  padding: 0.5em 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: 0.2s ease;
  width: 148px;
}
.schedule__calendar-box .sp_schedule_box .grad-trigger:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
.schedule__calendar-box .sp_schedule_box.is-show .grad-trigger {
  display: none;
}
.schedule__calendar-box .sp_schedule_table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.schedule__calendar-box .sp_schedule_table tr.bgGray {
  background-color: #eaeaea;
}
.schedule__calendar-box .sp_schedule_table tr td {
  border: 1px solid #ccc;
  font-size: 1.5rem;
  padding: 0.5rem 0.7rem;
}
.schedule__calendar-box .sp_schedule_table tr td.dateBox {
  width: 100px;
}
.schedule__calendar-box .sp_schedule_table tr td .dateLabel {
  font-weight: bold;
}
.schedule__calendar-box .sp_schedule_table tr.sunday td .dateLabel {
  color: #f27579;
}
.schedule__calendar-box .sp_schedule_table tr.saturday td .dateLabel {
  color: #779dc4;
}
.schedule__calendar-box .sp_schedule_table tr td p.schedule {
  font-size: 1.3rem;
  padding: 3px 0;
}
.schedule__calendar-box .sp_schedule_table tr td p.schedule a {
  text-decoration: underline;
}
.schedule__calendar-box .sp_schedule_table tr td p.schedule_holiday {
  color: #999;
  font-size: 1.3rem;
}
.schedule__calendar-box .sp_schedule_table tr td p.schedule_style {
  color: #333;
  font-size: 1.3rem;
}

.content__list a:focus {
  color: #333333;
  text-decoration: none;
}

.content__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.content__list:empty {
  display: none;
}

.content__item:hover,
.content__item a:hover {
  text-decoration: none;
}

article:not(.display-type--list) .content__item {
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
}
article:not(.display-type--list) > .information__box {
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
}
article:not(.display-type--list) .information__box {
  color: var(--color-base);
  padding: 16px;
}
article:not(.display-type--list) .information__header:empty {
  display: none;
}
article:not(.display-type--list) .information__header:empty + .description__text:empty {
  display: none;
}
.content__list .information__header {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.content__list .description__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
}

article:not(.display-type--list).shopnews__box .content__list .information__header {
  -webkit-line-clamp: 4;
}

article:not(.display-type--list).photo__box .information__box .description__text:empty, article:not(.display-type--list).menu-price__box .information__box .description__text:empty {
  margin: 0;
  padding: 8px 0 0;
}
article:not(.display-type--list).photo__box .information__box .description__text:first-child:empty, article:not(.display-type--list).menu-price__box .information__box .description__text:first-child:empty {
  display: none !important;
}

div[class*=category__list] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 20px;
}
div[class*=category__list] > span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid;
  color: var(--color-main);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  padding: 4px 8px;
}
div[class*=category__list] > span a {
  color: inherit;
}
div[class*=category__list] > span:not(:first-child) {
  margin-left: 4px;
}
div[class*=category__list]::-webkit-scrollbar {
  height: 4px;
}
div[class*=category__list]::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 4px;
}
div[class*=category__list]::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 4px;
}

nav.drawer-nav {
  overflow: auto;
  z-index: 100000;
}

div.drawer-overlay {
  z-index: 10000;
}

.drawer-nav.main .drawer-menu .title {
  height: 40px;
  padding: 10px;
}
.drawer-nav.main .header-menu .drawer-menu a {
  border-bottom: 1px dotted var(--base-border-color);
  display: block;
  line-height: 25px;
  padding: 10px;
  width: 100%;
}
.drawer-nav.main .drawer-menu ul.bg-black a {
  border-bottom: #ffffff 1px solid;
}
.drawer-nav.main .drawer-menu ul li:last-child a, .drawer-nav.main .drawer-menu ul.bg-black li:last-child a {
  border: none;
}
.drawer-nav.main .drawer-menu li i.fa {
  font-size: 150%;
  margin-left: 5px;
  margin-right: 11px;
}
.drawer-nav.main .drawer-menu li img {
  margin-right: 5px;
  width: 26px;
}
.drawer-nav.main .drawer-menu ul.bg-black {
  background-color: #333333;
  color: #ffffff;
}
.drawer-nav.main .drawer-menu ul.bg-black a {
  color: #ffffff;
}
.drawer-nav.main .drawer-menu a span.badge {
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  top: -2px;
  width: 20px;
}
.drawer-nav.main > div {
  min-height: 100%;
}
.form-wrapper {
  line-height: 19.5px;
}
.form-wrapper img {
  border: 0;
  vertical-align: top;
}

.modal-header {
  color: #ffffff;
}

.primary-color {
  background-color: #32cd32;
}

.modal-title {
  font-size: 120%;
}

.login-box.modal-body {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.form-wrapper .login-box h2.side_headline {
  border-left: none;
  font-size: 110%;
  margin-bottom: 10px;
  padding: 2px 0 5px 0;
}
.form-wrapper input[type=text], .form-wrapper input[type=password], .form-wrapper input[type=email], .form-wrapper input[type=number], .form-wrapper input[type=url], .form-wrapper input[type=tel] {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
  border-radius: 5px;
  font-size: 15px;
  height: 35px;
  padding: 0 8px 0 8px;
}
.form-wrapper select {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid var(--base-border-color);
  border-radius: 5px;
  font-size: 15px;
  height: 35px;
  padding: 0 8px 0 8px;
}
.form-wrapper input[type=tel], .form-wrapper input[type=email] {
  max-width: 400px;
}
.form-wrapper textarea {
  border: 1px solid var(--base-border-color);
  border-radius: 5px;
}
.form-wrapper input[type=button], .form-wrapper input[type=file] {
  width: auto !important;
}
.form-wrapper input[type=radio], .form-wrapper input[type=checkbox] {
  display: none;
}
.form-wrapper input[type=radio]:checked + .radio:after, .form-wrapper input[type=checkbox]:checked + .checkbox:after {
  opacity: 1;
}
.form-wrapper .radio,
.form-wrapper .checkbox {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0 15px 0 0;
  padding: 5px 12px 1px 28px;
  position: relative;
  vertical-align: middle;
}
.form-wrapper .radio:hover:before,
.form-wrapper .checkbox:hover:before {
  border-color: #8a8a8a;
}
.form-wrapper .radio:before,
.form-wrapper .checkbox:before {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.form-wrapper .radio:before {
  border-radius: 50%;
}
.form-wrapper .radio:after {
  background-color: #8a8a8a;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 6px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
.form-wrapper .checkbox:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-bottom: 3px solid #8a8a8a;
  border-right: 3px solid #8a8a8a;
  content: "";
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.form-wrapper textarea {
  padding: 10px;
}
.form-wrapper a {
  -webkit-transition: all 300ms ease-out;
  color: #333333;
  text-decoration: none;
  transition: all 300ms ease-out;
}
.form-wrapper .login-box div.submit div,
.form-wrapper .login-box .btn-main.btn-modal.mail {
  background-color: #ffffff;
  border: #999999 1px solid;
  cursor: pointer;
  line-height: inherit !important;
  margin-left: auto;
  padding: 10px 10px;
  text-align: center;
}
.form-wrapper .login-box div.submit div {
  width: 100%;
}

.member-menu .loading-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.form-wrapper .member-register-description {
  max-width: 280px;
  width: 100%;
}
.form-wrapper .member-register-description__title {
  margin: 30px -20px 10px;
  width: calc(100% + 40px);
}
.form-wrapper .member-register-description__banner {
  margin: 0 0 30px;
  width: 100%;
}
.form-wrapper .member-register-description__chara {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 10px;
}
.form-wrapper .member-register-description__chara__img {
  -webkit-box-flex: 1.1;
  -webkit-flex: 1.1;
  -ms-flex: 1.1;
  display: block;
  flex: 1.1;
  width: 105px;
}
.form-wrapper .member-register-description__chara--left .member-register-description__chara__img {
  width: 95px;
}
.form-wrapper .member-register-description__chara__txt {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  background-color: #e2f6bc;
  border-radius: 12px;
  flex: 2;
  padding: 15px;
  position: relative;
}
.form-wrapper .member-register-description__chara--left .member-register-description__chara__txt {
  margin-left: 15px;
}
.form-wrapper .member-register-description__chara--right {
  margin: 0 0 25px;
}
.form-wrapper .member-register-description__chara--right .member-register-description__chara__txt {
  margin-right: 15px;
}
.form-wrapper .member-register-description__chara--left .member-register-description__chara__txt:after {
  -webkit-transform: rotate(179deg);
  -ms-transform: rotate(179deg);
  border-color: #e2f6bc transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px 0 0;
  bottom: 0;
  content: "";
  height: 0;
  left: -20px;
  margin: auto;
  position: absolute;
  top: -50px;
  transform: rotate(179deg);
  width: 0;
}
.form-wrapper .member-register-description__chara--right .member-register-description__chara__txt:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  border-color: #e2f6bc transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px 0 0;
  bottom: 0;
  content: "";
  height: 0;
  left: 146px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -30px;
  transform: rotate(-90deg);
  width: 0;
}
.form-wrapper .member-register-description__button {
  border: 1px solid #2dabd8;
  border-radius: 22.5px;
  color: #2dabd8;
  display: block;
  font-size: 110%;
  font-weight: bold;
  height: 45px;
  line-height: 43px;
  margin: 0 auto 15px;
  text-align: center;
  width: 210px;
}
.form-wrapper .member-register-description__button:hover {
  background-color: #2dabd8;
  color: #ffffff;
}
.form-wrapper .member-register-description__button--register {
  border-color: #eb6877;
  color: #eb6877;
}
.form-wrapper .member-register-description__button--register:hover {
  background-color: #eb6877;
  color: #ffffff;
}
.form-wrapper .member-register-description__p-channel {
  background-color: #95da67;
  color: #ffffff;
  display: block;
  font-size: 110%;
  font-weight: bold;
  height: 45px;
  line-height: 43px;
  margin: 20px auto 30px;
  text-align: center;
  width: 210px;
}
.form-wrapper .member-register-description__p-channel:hover {
  color: #ffffff;
}
.form-wrapper .member-register-description__button,
.form-wrapper .member-register-description__p-channel {
  position: relative;
}
.form-wrapper .member-register-description__button:after,
.form-wrapper .member-register-description__p-channel:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 115%;
  font-weight: normal;
  position: absolute;
  right: 15px;
}
.form-wrapper .auth-message {
  color: #d24a4a;
}
.member-register-description {
  max-width: 280px;
  width: 100%;
}

.member-register-description__title {
  margin: 30px -20px 10px;
  width: calc(100% + 40px);
}

.member-register-description__banner {
  margin: 0 0 30px;
  width: 100%;
}

.member-register-description__chara {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 10px;
}

.member-register-description__chara__img {
  -webkit-box-flex: 1.1;
  -webkit-flex: 1.1;
  -ms-flex: 1.1;
  display: block;
  flex: 1.1;
  width: 105px;
}

.member-register-description__chara--left .member-register-description__chara__img {
  width: 95px;
}

.member-register-description__chara__txt {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  background-color: #e2f6bc;
  border-radius: 12px;
  flex: 2;
  padding: 15px;
  position: relative;
}

.member-register-description__chara--left .member-register-description__chara__txt {
  margin-left: 15px;
}

.member-register-description__chara--right {
  margin: 0 0 25px;
}
.member-register-description__chara--right .member-register-description__chara__txt {
  margin-right: 15px;
}

.member-register-description__chara--left .member-register-description__chara__txt:after {
  -webkit-transform: rotate(179deg);
  -ms-transform: rotate(179deg);
  border-color: #e2f6bc transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px 0 0px;
  bottom: 0;
  content: "";
  height: 0px;
  left: -20px;
  margin: auto;
  position: absolute;
  top: -50px;
  transform: rotate(179deg);
  width: 0px;
}

.member-register-description__chara--right .member-register-description__chara__txt:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  border-color: #e2f6bc transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px 0 0px;
  bottom: 0;
  content: "";
  height: 0px;
  left: 146px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -30px;
  transform: rotate(-90deg);
  width: 0px;
}

.member-register-description__button {
  border: 1px solid #2dabd8;
  border-radius: 22.5px;
  color: #2dabd8;
  display: block;
  font-size: 110%;
  font-weight: bold;
  height: 45px;
  line-height: 43px;
  margin: 0 auto 15px;
  text-align: center;
  width: 210px;
}
.member-register-description__button:hover {
  background-color: #2dabd8;
  color: #fff;
}

.member-register-description__button--register {
  border-color: #eb6877;
  color: #eb6877;
}
.member-register-description__button--register:hover {
  background-color: #eb6877;
  color: #fff;
}

.member-register-description__p-channel {
  background-color: #95da67;
  color: #fff;
  display: block;
  font-size: 110%;
  font-weight: bold;
  height: 45px;
  line-height: 43px;
  margin: 20px auto 30px;
  text-align: center;
  width: 210px;
}
.member-register-description__p-channel:hover {
  color: #fff;
}

.member-register-description__button,
.member-register-description__p-channel {
  position: relative;
}

.member-register-description__button:after,
.member-register-description__p-channel:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 115%;
  font-weight: normal;
  position: absolute;
  right: 15px;
}

a.btn-main.btn-modal-close {
  line-height: inherit !important;
  margin: 0 0 10px;
  margin: 0 0 0 auto;
  padding: 10px 10px;
  text-align: center;
  width: 170px;
}

.job-tel.modal a.btn-main.btn-modal-close {
  border: none;
  float: right;
  padding: 8px 10px 8px;
  width: 200px;
}

.like-modal a.btn-main.btn-modal-close {
  border: none;
  float: right;
  padding: 8px 10px 8px;
  width: 200px;
}
.like-modal a.btn-main.btn-modal-close.mypage {
  background-color: #32cd32;
  color: #ffffff;
  margin-right: 10px;
}
.job-tel.modal a.btn-main.btn-modal-close.close,
.like-modal a.btn-main.btn-modal-close.close {
  background-color: #bbbbbb;
  color: #ffffff;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
}

.modal-content .modal-header {
  background-color: #32cd32;
  color: #ffffff;
}

.login-box input[type=text], .login-box input[type=password] {
  width: 100%;
}
.login-box div.submit div {
  background-color: #fff;
  border: #999 1px solid;
  cursor: pointer;
  font-size: 13px;
  line-height: inherit !important;
  margin-left: auto;
  padding: 10px 10px;
  text-align: center;
}
.login-box .btn-main.btn-modal.mail {
  background-color: #fff;
  border: #999 1px solid;
  cursor: pointer;
  font-size: 13px;
  line-height: inherit !important;
  margin-left: auto;
  margin-top: 6px;
  padding: 10px 10px;
  text-align: center;
  width: 280px;
}
.login-box div.submit div {
  width: 100%;
}
.login-box.modal-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  justify-content: center;
}
.login-box h2.side_headline {
  border-left: none;
  font-size: 110%;
  margin-bottom: 10px;
  padding: 2px 0 5px 0;
}
.require-login-box .description {
  background-color: #f0f2f1;
  margin: 0 -15px;
  padding: 20px;
}
.require-login-box .description h2 {
  margin-top: 25px;
  text-align: center;
}
.require-login-box .title {
  margin: 0 0 25px;
  text-align: center;
}
.require-login-box .img {
  margin: 0 0 25px;
}
.require-login-box .title .title-inner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: -webkit-linear-gradient(transparent 50%, #ffff00 50%);
  background: linear-gradient(transparent 50%, #ffff00 50%);
  font-size: 1.25rem;
  font-weight: bold;
}
.require-login-box .img img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: 150px;
}
.require-login-box .register-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #29abe2;
  border: 1px solid #29abe2;
  border-radius: 0.4rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: bold;
  height: 45.59px;
  justify-content: center;
  max-width: 100%;
  padding: 0.82rem 0;
  word-break: break-all;
}
.login-box h2.side_headline.login-select-message2 {
  margin-top: 15px;
}

.auth-message {
  color: #d24a4a;
}

@media screen and (min-width: 541px){
  .detail-container,
.digest-container {
    padding-top: 80px;
  }
  .course__item {
    width: calc((100% - var(--layout-margin)) / 2);
  }
  .course__item:not(:nth-child(2n)) {
    margin-right: var(--layout-margin);
  }
  .course__item:nth-child(n+3) {
    margin-top: var(--layout-margin);
  }
  .around-category__select {
    margin-left: auto;
    margin-right: 0;
    width: 300px;
  }
  .schedule__calendar-box .schedule_calendar__table tbody tr td .schedule_holiday {
    position: absolute;
    right: 5px;
    top: 0;
  }
  article:not(.display-type--list) .content__item {
    width: calc((100% - var(--layout-margin) * 2) / 3);
  }
  article:not(.display-type--list) .content__item:not(:nth-child(3n)) {
    margin-right: var(--layout-margin);
  }
  article:not(.display-type--list) .content__item:nth-child(n+4) {
    margin-top: var(--layout-margin);
  }
}

@media screen and (min-width: 768px){
  .require-login-box .register-btn:hover {
    background-color: #fff;
    color: #29abe2;
  }
}

@media screen and (min-width: 1025px){
  .p-2col-side .display-type--list .image__box {
    width: 155px;
  }
  .p-2col-side .display-type--list .content__item {
    padding: 8px 0;
  }
  .p-2col-side .display-type--list .information__box {
    margin-left: 8px;
  }
  .shop__main-image {
    margin-bottom: 80px;
  }
  .shop__main-image.is-resize .slick-slider .slick-slide {
    min-height: 640px;
  }
  .tablet-display-none {
    display: none !important;
  }

  .pc-display-none {
    display: none !important;
  }
  .like-count-box.shop .btn {
    color: #333333;
    position: relative;
  }
  .like-count-box.shop .btn:before {
    color: #999999;
    content: "\f006";
    margin-right: 8px;
  }
  .p-2col-side .coupon__infomation-box {
    padding: 8px;
  }
  .p-2col-side .term-date {
    margin-bottom: 8px;
  }
  .p-2col-side .coupon__title {
    text-decoration: underline;
  }
  .p-2col-side .estate__box .image__box {
    height: auto;
  }
  .p-2col-side .estate__box .nav > li > a {
    min-width: 80px;
  }
  .p-2col-side .job__box .info__box {
    padding: 16px;
  }
  .p-2col-side .job__box .job__box-header {
    padding: 8px;
  }
  .p-2col-side .job__box .image__box {
    margin-bottom: 8px;
  }
  .p-2col-side .job__box .image__box img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .p-2col-side .job__box .info__box {
    margin-left: 8px;
  }
  .p-2col-side .job__box .label__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .p-2col-side .job__box .job__sub-header .label__list li {
    height: 30px;
    line-height: 1;
    margin: 0;
    width: calc((100% - 8px) / 2);
  }
  .p-2col-side .job__box .job__sub-header .label__list li > div {
    height: 100%;
    width: 100%;
  }
  .p-2col-side .job__box .job__sub-header .label__list .area__label {
    padding: 5px;
  }
  .p-2col-side .job__box .job__sub-header .job-keep__btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*font-size: 11px;*/
    font-weight: normal;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 5px;
  }
  .p-2col-side .job__box .job__sub-header .job-keep__btn::before {
    font-size: 10px;
    margin-right: 5px;
  }
  .p-2col-side .job__box .article__title {
    line-height: 1.3;
  }
  .p-2col-side .job__box .job-box__fotter {
    padding: 8px;
  }
  .p-2col-side .flyer__box.display-type--list .content__item:not(:last-child) {
    margin-bottom: 0;
  }
  .p-2col-side .flyer__box.display-type--list .information__box {
    max-width: none !important;
  }
  .p-2col-side .flyer__box.display-type--list .image__box {
    height: auto;
    max-width: none;
  }
  .p-2col-side .flyer__box .information__box .information__header {
    margin-bottom: 8px;
  }
  .p-2col-side .evaluation__list {
    margin: 8px 0;
    width: 100%;
  }
  .p-2col-side .review__box .review__image-box {
    /*width: 100px;
    height: 70px;
    margin-right: 10px;*/
  }
  .p-2col-side .review__box .review__image-box img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .p-2col-side .review__box .review__info-box {
    width: 100%;
  }
  .p-2col-side .review__box .review__image-box + .review__info-box {
    margin-left: 8px;
    width: calc((100% - 8px) / 2);
  }
  .p-2col-side .display-flex {
    margin-bottom: 5px;
  }
  .p-2col-side .review__box .content__item .review__info-box .article__title {
    font-size: calc(var(--article-title-font-size) + 1px);
    margin-bottom: 5px;
  }
  .p-2col-side .review__copy {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-2col-side .reviewer__box {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }
  .p-2col-side .review__image-box img {
    height: 100%;
  }
  .p-2col-side .favorite-count {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    color: #fa6180;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 14px;
    margin-right: 8px;
  }
  .p-2col-side .favorite-count span {
    margin-right: 5px;
  }
  .p-2col-side .reviewr-name {
    font-size: 12px;
  }
  .p-2col-side .access__btn {
    display: block;
    margin: 8px 0 0;
    width: 120px;
  }
  .p-2col-side .information__header,
.p-2col-side .coupon__title,
.p-2col-side .blog__box .description__text,
.p-2col-side .article__title,
.p-2col-side .official__box .official-link__btn {
    font-size: var(--aside-ttl);
  }
  .p-2col-side .label__list {
    font-size: 12px;
  }
  .official__box .official-link__list li {
    width: calc((100% - var(--layout-margin) * 2) / 3);
  }
  .official__box .official-link__list li:not(:nth-child(3n)) {
    margin-right: var(--layout-margin);
  }
  .official__box .official-link__list li:nth-child(n+4) {
    margin-top: var(--layout-margin);
  }
  .p-2col-side .official__box .official-link__list li {
    width: 100%;
  }
  .p-2col-side .official__box .official-link__list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .p-2col-side .official__box .official-link__list li:nth-child(n+4) {
    margin-top: 0;
  }
  .p-2col-side .blog__box .date-time {
    margin-bottom: 8px;
  }
  .p-2col-side .staff__box .content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    background-color: #fff;
    flex-direction: column;
    padding: 8px !important;
  }
  .p-2col-side .staff__box .information__box {
    margin: 16px 0 0 !important;
  }
  .p-2col-side .staff__box .image__box {
    max-width: none;
  }
  .p-2col-side .facility__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .p-2col-side .facility__list li {
    border-bottom: 1px dotted var(--base-border-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  .p-2col-side .facility__list li:last-child {
    border-bottom: none;
  }
  .p-2col-side .shopnews__box .content__list .information__header {
    -webkit-line-clamp: 1;
  }
  .p-2col-side .shopnews__box .content__list .description__text {
    -webkit-line-clamp: 3;
  }
  .p-2col-side .shopnews__box .content__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-2col-side .shopnews__box:not(.display-type--list) .content__item:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .p-2col-side .shopnews__box:not(.display-type--list) .information__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .p-2col-side .shopnews__box:not(.display-type--list) .image__box {
    width: calc((100% - 8px) / 2);
    /*height: 100%;*/
  }
  .p-2col-side .shopnews__box:not(.display-type--list) .information__box {
    margin: 0;
    padding: 8px;
  }
  .p-2col-side .shopnews__box:not(.display-type--list) .information__header {
    -webkit-line-clamp: 3;
  }
  .p-2col-side .around-shop__box .around-category__select {
    border: none;
    margin-bottom: 10px;
    padding: 0;
  }
  .p-2col-side .around-shop__box .description__text,
.p-2col-side .around-shop__box .content__list {
    padding: 0;
  }
  .p-2col-side .around-shop__box article:not(.display-type--list) .content__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .information__table {
    border-top: 1px solid var(--base-border-color);
    table-layout: fixed;
  }
  .information__table tr {
    border-bottom: 1px solid var(--base-border-color);
  }
  .information__table th {
    width: 120px;
  }
  .information__table td {
    max-width: calc((100% - 240px) / 2);
  }
  .p-2col-side .information__table {
    border: 1px solid var(--base-border-color);
  }
  .p-2col-side .information__table th,
.p-2col-side .information__table td {
    display: block;
    padding: 8px;
  }
  .p-2col-side .information__table tr {
    border: none;
  }
  .p-2col-side .information__table th {
    font-size: 14px;
  }
  .p-2col-side .information__table td {
    max-width: 100%;
  }
  .p-2col-side .schedule__calendar-box ul {
    font-size: 1.6rem;
  }
  .p-2col-side .schedule_calendar__table thead tr th {
    font-size: 14px;
  }
  .p-2col-side .schedule_calendar__table tbody tr td {
    height: 64px;
  }
  .p-2col-side .schedule_calendar__table tbody tr td .schedule_holiday {
    font-size: 12px;
    position: relative !important;
    right: auto !important;
  }
  .p-2col-side .content__list .information__header {
    -webkit-line-clamp: 2;
  }
  .p-2col-side .content__list .description__text {
    -webkit-line-clamp: 4;
  }
  .p-2col-side article:not(.display-type--list) .content__item {
    width: 100%;
  }
  .p-2col-side article:not(.display-type--list) .content__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-2col-side article:not(.display-type--list) .content__item:nth-child(n+4) {
    margin-top: 0;
  }
  .p-2col-side article:not(.display-type--list) .content__item:not(:last-child) {
    margin: 0;
    margin-bottom: var(--layout-margin);
  }
  .p-2col-side article:not(.display-type--list) .information__box {
    padding: 8px;
  }
  .p-2col-side article:not(.display-type--list).photo__box .content__item, .p-2col-side article:not(.display-type--list).menu-price__box .content__item {
    /*width: calc(50% - 5.5px);*/
    width: calc((100% - 8px) / 2);
  }
  .p-2col-side article:not(.display-type--list).photo__box .content__item:not(:last-child), .p-2col-side article:not(.display-type--list).menu-price__box .content__item:not(:last-child) {
    margin-bottom: 0;
  }
  .p-2col-side article:not(.display-type--list).photo__box .content__item:nth-of-type(n + 3), .p-2col-side article:not(.display-type--list).menu-price__box .content__item:nth-of-type(n + 3) {
    margin-top: 8px;
  }
  .p-2col-side article:not(.display-type--list).photo__box .content__list, .p-2col-side article:not(.display-type--list).menu-price__box .content__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .p-2col-side .display-type--list.photo__box .content__item .image__box img, .p-2col-side .display-type--list.menu-price__box .content__item .image__box img {
    height: 100%;
  }
  div[class*=category__list] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .drawer-nav.main {
    border-left: none;
    margin-right: -17px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 377px !important;
  }

  html.mac .drawer-nav.main {
    margin-right: 0;
  }

  .drawer--right .drawer-nav {
    right: -526px;
  }

  .win .drawer-open #wrapper {
    padding-right: 34px;
  }

  .search-result-wrapper .popular-category span.title:after {
    content: "：";
  }

  .digest-copy.pcDisplayNone {
    display: none !important;
  }

  .search-result-wrapper .search-condition .condition a:hover span {
    text-decoration: line-through;
  }
}

@media screen and (max-width: 1280px){
  .flyer__box .flyer__help-box {
    display: none;
  }
  .review__box-body > .display-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review__box-body .review__image-box {
    margin: 0 0 15px 0;
    max-height: initial;
  }
  .review__box-body .review__image-box img {
    height: auto;
    max-width: 100%;
    width: initial;
  }
  .review__box-body .review__score ul li {
    margin-bottom: 5px;
  }

  .review__box-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review__box-footer .date-time {
    margin-bottom: 5px;
  }
  .review__box-footer .reviewer__box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .facility__box .facility__list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px){
  .display-type--list .content__item {
    padding: 16px 0;
  }
  .menu-price__box .content__list,
.display-type--listmenu-price__box .content__list {
    padding: 0;
  }
  .display-type--list.estate__box .image__box {
    height: 120px;
  }
  .shop__main-image {
    margin-bottom: 40px;
  }
  .shop__main-image.is-resize .slick-slider .slick-slide {
    height: 61.8vw;
  }
  .tablet-display-none {
    display: block;
  }

  .information__box.sp-display-none,
.sp-display-none,
.around-shop__box .sp-display-none {
    display: none !important;
  }
  .post__button {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .like-count-box {
    margin-left: 0;
  }
  .category__navigation-box {
    height: auto;
    margin-bottom: 1.5rem;
  }

  .category__navigation-list {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: normal;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
  }

  .category__navigation-item {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    border-bottom: 1px solid #c9c9c9;
    border-left: none;
    border-right: 1px solid #c9c9c9;
    flex: initial;
    height: auto;
    min-height: 40px;
    padding: 0;
    width: 33.3%;
  }
  .category__navigation-item a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 7.5px 0;
  }
  .category__navigation-item:nth-of-type(3n) {
    border-right: 1px solid #c9c9c9;
  }
  .menu-title__box {
    display: none;
  }
  .coupon__infomation-box .shop-name {
    width: 100%;
  }
  .coupon__box .content__list {
    padding: 0;
  }
  .coupon-btn-box {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coupon-btn-box .favorite-box {
    margin: 0 0 10px;
    width: 100%;
  }
  .coupon-btn-box .job-keep__btn {
    margin: 0;
  }
  .coupon-btn-box .right {
    margin-left: 0;
  }
  .coupon-transfer__box {
    display: none;
  }

  .detail-container .coupon__infomation-box .coupon-terms__list dt {
    white-space: nowrap;
  }

  .detail-container .coupon__box .detail-content__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail-container .coupon__box .coupon__image-box {
    height: 220px;
    width: 100%;
  }
  .detail-container .coupon__box .coupon__infomation-box {
    border-left: 1px solid var(--base-border-color);
    padding: 15px;
    width: 100%;
  }
  .detail-container .coupon__infomation-box .coupon-terms__list dt {
    white-space: nowrap;
  }
  .nav > li > a {
    min-width: initial;
  }

  .tab-pane {
    padding: 15px 0;
  }
  .job__box .content__list {
    padding: 0;
  }
  .detail-btn__list .job-keep__btn {
    margin: 0;
  }
  .detail-container .job__box .detail-btn__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shopping__box .review__box-inner,
.job-info__list {
    margin-bottom: 20px;
  }

  .job-status__list {
    margin-bottom: 20px;
  }
  .job-status__list li {
    margin-bottom: 10px;
  }

  .job-concept__box {
    padding: 10px;
  }

  .job-concept__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .job-concept__inner > .image__box {
    margin: 0 0 15px 0 !important;
    width: 100%;
  }

  .detail-container .job__box .information__table {
    border-bottom: none;
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .detail-container .job__box .information__table tbody,
.detail-container .job__box .information__table tr,
.detail-container .job__box .information__table th,
.detail-container .job__box .information__table td {
    display: block;
    width: 100%;
  }
  .detail-container .job__box .information__table tr {
    border-top: none;
  }
  .detail-container .job__box .information__table th {
    border-radius: 6px;
    padding: 8px;
  }
  .detail-container .job__box .information__table td {
    padding: 12px 0;
  }
  .course__price .price_prefix,
.course__price .price_suffix {
    font-size: 1.5rem;
  }

  article:not(.display-type--list) .content__course-list > * {
    width: 100%;
  }
  article:not(.display-type--list) .content__course-list > *:nth-child(2n) {
    margin-left: 0;
  }
  .course__inner {
    display: block;
  }

  .course__detail-image {
    float: none;
    width: 100%;
  }

  .course__form-box {
    padding-bottom: 1rem;
  }

  .course__form-item {
    margin-bottom: 1rem;
    margin-right: 0;
    width: 100%;
  }
  .course__form-item:last-of-type {
    margin-bottom: 0;
  }

  .course__form-calendar_box {
    padding: 50px 20px 20px;
    top: 40%;
  }

  .course__form-calendar_item {
    margin: 0 !important;
  }

  .course__form-calendar_box .calendar-month {
    text-align: center;
  }
  .course__form-calendar_box .slick-slider .slick-next {
    height: 25px;
    top: 15px;
    width: 25px;
  }
  .course__form-calendar_box .slick-slider .slick-prev {
    height: 25px;
    left: 5px;
    top: 15px;
    width: 25px;
  }
  .course__form-calendar_box .slick-slider .slick-next {
    right: 5px;
  }
  .course__form-calendar_box .slick-slider .slick-next::before {
    font-size: 25px;
    line-height: 25px;
  }
  .course__form-calendar_box .slick-slider .slick-prev::before {
    font-size: 25px;
    line-height: 25px;
  }
  .course__form-calendar_box .calendar__table tbody td {
    height: 40px;
  }
  .course__form-calendar_box .calendar__table tbody td .txtDay {
    font-size: 1rem;
    min-height: 20px;
    padding: 2px 3px 0;
  }
  .course__form-calendar_box .calendar__table tbody td p.reserveStatus {
    padding-top: 0;
  }
  .course__menu-box .course__menu-title {
    font-size: 1.7rem;
  }
  .course__menu-box .course__menu-inner {
    display: block;
  }
  .course__menu-box .course__menu-image {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .course__menu-detail .course__detail-inner {
    display: block;
    padding: 15px;
  }
  .course__menu-detail .course__detail-inner .course__menu-image {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  .course__menu-detail .course__detail-inner .course__menu-image .courseImg img {
    -o-object-fit: contain;
    font-family: "object-fit:contain;";
    object-fit: contain;
  }
  .course__menu-detail .course__detail-inner .course__menu-text h3 {
    font-size: 1.5rem;
  }
  .course__menu-detail .course__detail-inner .course__menu-text .price_text {
    font-size: 1.5rem;
    margin: 10px 0 0;
  }
  .flyer__box .content__item {
    margin-right: 0;
    width: 100%;
  }
  .flyer__box .content__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .chart-evaluation__box .chart-evaluation__list img {
    margin-bottom: 5px;
    width: 90px;
  }
  .review__box .chart__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    background-color: transparent;
    border: 1px solid var(--base-border-color);
    flex-direction: column;
  }

  .chart__box .chart-canvas__box,
.chart__box .chart-evaluation__box {
    border: none;
    width: 100%;
  }

  .chart-canvas__box {
    margin-bottom: 5px;
  }

  .chart__box .chart-evaluation__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    padding: 0;
    position: relative;
  }

  .chart-evaluation__box .evaluation-count {
    left: 13px;
    position: absolute;
    top: calc(50% + 35px);
  }
  .chart-evaluation__box .chart-evaluation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    border-color: var(--base-border-color);
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
    max-width: 100px;
  }
  .chart-evaluation__box .chart-evaluation__list dt {
    border: 1px solid #ffffff;
    padding: 10px;
  }
  .chart-evaluation__box .chart-evaluation__list dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-color: var(--base-border-color);
    flex-direction: column;
    height: auto;
    height: 100%;
    justify-content: center;
    margin-bottom: 0;
    margin-top: -25px;
  }
  .chart-evaluation__box .chart-evaluation__list .evaluation__list {
    font-size: 18px;
    margin: 0;
  }
  .chart-evaluation__box > .description__text {
    display: none;
  }
  .chart-evaluation__box .evaluation-score__table {
    border: 1px solid var(--base-border-color);
    border-left: none;
    margin-top: 0;
  }
  .chart-evaluation__box .evaluation-score__table th,
.chart-evaluation__box .evaluation-score__table td {
    padding: 8px;
  }
  .chart-evaluation__box .score__label {
    background-color: transparent;
    color: #d24a4a;
    height: initial;
    padding: 0;
  }

  .text-evaluation__box .image__box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-evaluation__box .image__box a {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
  .text-evaluation__box .image__box a:nth-of-type(3n) {
    margin-left: 0;
  }
  .review__box .content__list {
    padding: 0;
  }
  #google_translate_element .goog-te-gadget-simple span {
    /*font-size: 12px;*/
    width: 80px;
  }
  .pagingBox ul li {
    height: 33px;
    width: 33px;
  }
  .coupon-print__btn {
    display: none;
  }
  .coupon-use__btn {
    display: block;
  }
  #awesome-title__header.article-title__header {
    padding-left: 1.6em;
  }

  #awesome-title__header.article-title__header i {
    left: 0;
    position: absolute;
    top: 8px;
  }

  .digest-container .article-title__header {
    padding-left: 10px;
  }
  .detail-container .article-title__header.shopping-review {
    margin-bottom: 10px;
  }
  .accessMap img {
    width: 100%;
  }
  .shopnews__box .detail-content__box .detail-content__body img {
    width: 100%;
  }
  .news-dtl-pager {
    font-size: 12px;
    margin: 10px 5px 40px;
  }

  .news-dtl-pager div.top a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail-btn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail-btn__list .favorite-box {
    margin: 0 0 10px;
    width: 100%;
  }
  .detail-btn__list .right {
    margin-left: 0;
  }
  .detail-btn__list li {
    margin: 0;
    width: 100%;
  }
  .detail-btn__list li a {
    min-width: 200px;
  }
  .detail-btn__list li + li {
    margin-top: 10px;
  }
  .shop-information__box .official-link__list li {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .calendarReserve .calendar__table,
.calendar-search__box.move_box ul {
    margin: 0 auto;
    width: 100%;
  }

  .calendarReserve .calendar__table tbody th,
.calendarReserve .calendar__table tbody td,
.calendarReserve .calendar__table tbody tr:first-child td {
    height: 50px;
  }
  .calendarReserve .calendar__table tbody td .txtDay {
    min-height: 20px;
    padding-top: 3px;
  }

  .calendarReserveBox {
    display: block;
  }

  .calendarReserve {
    width: 100%;
  }

  img.tel_icon {
    width: 18px;
  }

  .note {
    margin: 0 10px;
  }

  .calendarExplainBox li {
    font-size: 1.1rem;
  }
  .schedule__calendar-box .calendar-search__box {
    padding: 0;
  }
  .schedule__calendar-box .calendar-search__box ul {
    font-size: 1.7rem;
  }
  div[class*=category__list] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 16px 0;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  div[class*=category__list] > span {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .login-box.modal-body {
    padding: 10px;
  }
  .login-box div.submit div {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 541px){
  .flyer-img-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flyer-img-box > div {
    width: calc((100% - var(--layout-margin)) / 2);
  }
  .flyer-img-box > div:not(:nth-child(2n)) {
    margin-right: var(--layout-margin);
  }
  .flyer-img-box > div:nth-child(n+3) {
    margin-top: var(--layout-margin);
  }
  .flyer-img-box > div a {
    display: block;
    position: relative;
  }
  .flyer-img-box > div a::before {
    content: "";
    display: block;
    padding-top: var(--img-aspect-square);
  }
  .flyer-img-box > div a img {
    -o-object-fit: contain;
    height: 100%;
    left: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .flyer-img-box__pager {
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .official__box .official-link__list li {
    width: calc((100% - var(--layout-margin)) / 2);
  }
  .official__box .official-link__list li:not(:nth-of-type(2n)) {
    margin-right: var(--layout-margin);
  }
  .official__box .official-link__list li:nth-child(n+3) {
    margin-top: var(--layout-margin);
  }
}

@media screen and (max-width: 991px){
  .drawer--right.drawer-open .drawer-nav {
    right: 0 !important;
    width: 90vw !important;
  }
}

@media screen and (max-width: 540px){
  :root {
    --btn-fs: 1.6rem;
    --min-fs: 1.2rem;
  }
  .display-type--list .content__item {
    padding: 8px 0;
  }
  .display-type--list .image__box::before {
    padding-top: var(--img-aspect-square);
  }
  .display-type--list .information__box {
    margin-left: 8px;
  }
  .shop__main-image .slick-slider .slick-dots {
    --slick-dots: 8px;
  }
  .shop__main-image .slick-slider .slick-arrow {
    --slick-arrow-size: 32px;
    --slick-arrow-pos: 8px;
  }
  .shop__main-image .slick-slider .slick-arrow.slick-prev {
    right: calc(var(--slick-arrow-size) + var(--slick-arrow-pos) + 8px);
  }
  .shop__main-image.is-resize .slick-slider .slick-slide {
    height: 100vw;
  }
  .shop-inner__box:not(:last-child) {
    margin-bottom: 40px;
  }
  .detail-container,
.digest-container {
    padding-top: 40px;
  }
  .shop-inner__box.coupon__box .content__item {
    margin: 0;
    width: 100%;
  }
  .shop-inner__box.coupon__box .content__item:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .coupon__infomation-box .term__title,
.coupon__infomation-box .term-date {
    margin-bottom: 4px;
  }
  .job__box-header {
    padding: 8px;
  }

  .job__box-body .image__box + .description__text {
    padding: 0 8px;
  }

  .job-box__fotter {
    padding: 8px;
  }
  .course__item {
    width: 100%;
  }
  .course__item:not(:last-child) {
    margin-bottom: var(--layout-margin);
  }
  .official__box .official-link__list li {
    width: 100%;
  }
  .official__box .official-link__list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .blog__box .date-time {
    margin-bottom: 8px;
  }
  .staff__box .content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .staff__box .image__box {
    max-width: none;
    width: 100% !important;
  }
  .staff__box .information__box {
    margin: 16px 0 0 !important;
  }
  .formBox .flowBox {
    margin: 0 auto 15px;
    overflow: hidden;
    width: 100%;
  }
  .formBox .flowBox ul li {
    font-size: 90%;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
  .formBox .flowBox ul li.arrow:after {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #eeeeee;
    border-top: 20px solid transparent;
    right: -10px;
  }
  .formBox .flowBox ul li.active:after {
    border-left-color: #333333;
  }
  .formBox .flowBox ul li:not(:first-child)::before {
    border-left-width: 10px;
    border-width: 20px;
    left: -10px;
  }
  .formBox table {
    border: none !important;
  }
  .formBox table th,
.formBox table td {
    display: block;
    padding: 8px 16px;
    width: 100%;
  }
  .formBox table th {
    background-color: #eeeeee;
    border-bottom: none;
    border-right: none;
    font-size: var(--sub_ttl-fs);
    font-weight: bold;
  }
  .formBox table td {
    border-bottom: none;
  }
  .formBox table td select {
    min-width: auto;
  }
  .formBox .flowBox ul li {
    font-size: 80%;
    margin-right: 15px;
  }
  .formBox .formBtnBox ul li {
    width: calc((100% - 8px) / 2);
  }
  .formBox .formBtnBox ul li:not(:last-child) {
    margin-right: 8px;
  }
  article:not(.display-type--list) .shopnews__box .content__item {
    max-width: calc((100% - var(--layout-margin)) / 2);
  }
  article:not(.display-type--list) .shopnews__box .content__item:not(:nth-child(2n)) {
    margin-right: var(--layout-margin);
  }
  article:not(.display-type--list) .shopnews__box .content__item:nth-child(n+3) {
    margin-top: var(--layout-margin);
  }
  article:not(.display-type--list) .shopnews__box .content__item:not(:last-child) {
    margin-bottom: 0;
  }
  .information__table th,
.information__table td {
    padding: 8px;
  }
  .information__table {
    border-top: none;
  }
  .information__table th {
    white-space: nowrap;
  }
  .information__table tr {
    border-top: none;
  }
  .information__table th,
.information__table td {
    display: block;
  }
  .schedule__calendar-box .schedule_calendar__table tbody tr td {
    height: 64px;
  }
  article:not(.display-type--list) .content__item {
    width: 100%;
  }
  article:not(.display-type--list) .content__item:not(:last-child) {
    margin-bottom: var(--layout-margin);
  }
  article:not(.display-type--list) .content__list .information__box {
    padding: 8px;
  }
  .detail-container article:not(.display-type--list) .content__list > *:nth-child(2n),
.digest-container article:not(.display-type--list) .content__list > *:nth-child(2n) {
    margin-left: 0;
  }
  .content__list .information__header {
    -webkit-line-clamp: 2;
  }
  .content__list .description__text {
    -webkit-line-clamp: 3;
  }
  article:not(.display-type--list).photo__box .content__item, article:not(.display-type--list).menu-price__box .content__item {
    max-width: calc((100% - var(--layout-margin)) / 2);
  }
  article:not(.display-type--list).photo__box .content__item:not(:nth-child(2n)), article:not(.display-type--list).menu-price__box .content__item:not(:nth-child(2n)) {
    margin-right: var(--layout-margin);
  }
  article:not(.display-type--list).photo__box .content__item:nth-child(n+3), article:not(.display-type--list).menu-price__box .content__item:nth-child(n+3) {
    margin-top: var(--layout-margin);
  }
  article:not(.display-type--list).photo__box .content__item:not(:last-child), article:not(.display-type--list).menu-price__box .content__item:not(:last-child) {
    margin-bottom: 0;
  }
  .job-tel.modal a.btn-main.btn-modal-close,
.like-modal a.btn-main.btn-modal-close {
    padding: 8px 8px 8px 16px;
    width: auto;
  }
}

/*---------------------------------------------------------------------------
  お持ち帰り
---------------------------------------------------------------------------*/
.detail-container .delivery__label {
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 5px 15px;
  font-size: 1.3rem;
}
.detail-container .delivery__box .image__box {
  margin: 0 auto 15px;
}
.delivery__box .information__box {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 8px;
  word-break: break-all;
}
.display-type--list.delivery__box .content__list .information__box {
  justify-content: flex-start;
  align-items: flex-start;
}
.display-type--list.delivery__box .content__list .information__box .information__header {
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 769px) {
  .display-type--list.delivery__box .content__list .information__box .information__header {
      font-size: 17px;
  }
}
.display-type--list.delivery__box .content__list .information__box .description__text {
  -webkit-line-clamp: 2 !important;
  order: 0;
  margin-bottom: 5px;
}
.display-type--list.delivery__box .content__list .label__list,
.display-type--list.delivery__box .content__list .price__label {
  position: static;
}
.display-type--list.delivery__box .content__list .label__list {
  margin-bottom: 5px;
}
.display-type--list.delivery__box .content__list .price__label {
  margin-bottom: 5px;
  padding: 0;
  background: none;
}
.delivery-site__link-box {
  text-align: center;
  margin-bottom: 30px;
}
.delivery-site__link-box a {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.delivery-site__link-box img {
  max-width: 300px;
  width: 80%;
}
.delivery-site__link-box .delivery-site__link-url {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  min-width: 300px;
  font-size: 15px;
  color: #FFF;
}
.delivery-site__link-box .delivery-site__link-url {
  border-color: #ffa800;
  background-color: #ffa800;
}
ul.delivery-type-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
ul.delivery-type-list li {
  display: flex;
  align-items: center;
  border: 1px solid;
  margin-left: 7px;
}
ul.delivery-type-list li a {
  display: block;
  width: 100%;
  padding: 2px 10px;
}
ul.delivery-type-list li.active a {
  background: var(--color-main);
  color: #FFF;
}
.shop-inner__box.delivery__box .content__list .information__header {
  font-weight: bold;
}
.shop-inner__box.delivery__box .content__list.item--3col .image__box .price__label {
  right: 5px;
  padding: 6px;
}

/*---------------------------------------------------------------------------
  不動産
---------------------------------------------------------------------------*/
.detail-container .estate__label {
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 5px 15px;
  font-size: 1.3rem;
}
.detail-container .estate__box .image__box {
  margin: 0 auto 15px;
}
.estate__box .information__box {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 8px;
  word-break: break-all;
}
.display-type--list.estate__box .content__list .information__box {
  justify-content: flex-start;
  align-items: flex-start;
}
.display-type--list.estate__box .content__list .information__box .information__header {
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}
.shop-inner__box.estate__box .content__list .information__box .description__text {
    -webkit-line-clamp: 3 !important;
    order: 0;
}
.shop-inner__box.estate__box .content__list .information__box .price__label {
  position: static;
  bottom: 0;
  padding: 0;
  background: none;
	text-align: left;
}

@media (min-width: 769px) {
  .display-type--list.estate__box .content__list .information__box .information__header {
      font-size: 17px;
  }
}
.display-type--list.estate__box .content__list .information__box .description__text {
  -webkit-line-clamp: 2 !important;
  order: 0;
  margin-bottom: 5px;
}
.display-type--list.estate__box .content__list .label__list,
.display-type--list.estate__box .content__list .price__label {
  position: static;
}
.display-type--list.estate__box .content__list .label__list {
  margin-bottom: 5px;
}
.display-type--list.estate__box .content__list .price__label {
  margin-bottom: 5px;
  padding: 0;
  background: none;
}
.shop-inner__box.estate__box .content__list .information__header {
  font-weight: bold;
}
.shop-inner__box.estate__box .content__list.item--3col .image__box .price__label {
  right: 5px;
  padding: 6px;
}
ul.estate-type-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
ul.estate-type-list li {
  display: flex;
  align-items: center;
  border: 1px solid;
  margin-left: 7px;
}
ul.estate-type-list li a {
  display: block;
  width: 100%;
  padding: 2px 10px;
}
ul.estate-type-list li.active a {
  background: var(--color-main);
  color: #FFF;
}

/*---------------------------------------------------------------------------------------------
チケット
---------------------------------------------------------------------------------------------*/
.shop__caontainer--1col .display-type--list.ticket__box .content__item {
  width: 100%;
  border-bottom-width: 0;
}
.shop__caontainer--1col .display-type--list.ticket__box .content__item:last-of-type {
  border-bottom-width: 1px;
}
.shop__caontainer--1col .display-type--list.ticket__box .content__item:nth-of-type(n+3) {
  border-top: 1px solid var(--base-border-color);
}
.shop__caontainer--1col .display-type--list.ticket__box .content__item:nth-of-type(2n) {
  margin-left: 0;
}
.shop__caontainer--1col .display-type--list.ticket__box .content__item .image__box {
  width: 30%;
}
.ticket-label__box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ticket-label__box .ticket-label__icon {
  width: 80px;
  height: auto;
  object-fit: contain;
  margin-right: 8px;
}
.text-line__through {
  text-decoration: line-through;
}
.ticket-discount__rate {
  background-color: #a40000;
  color: #fff;
  margin-left: 10px;
}
.ticket-price__box {
  margin-bottom: 10px;
}
.ticket-text__price {
  font-size: 18px;
  font-weight: bold;
}
.ticket-text__price small {
  font-size: 75%;
}
.ticket-text__disable {
  font-size: 18px;
  font-weight: bold;
  color: #777;
}
.ticket-color__accent {
  color: #a40000;
}
.ticket-item__caption {
  padding: 10px;
  background: #efefef;
  border-radius: 5px;
}
.ticket-item__copy {
  font-weight: bold;
  margin-bottom: 5px;
}
.ticket-item__rate {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: #a40000;
  color: #FFF;
  padding: 0 5px;
}
.display-type--list.ticket__box .content__list .content__item .image__box {
  width: 35%;
}
.display-type--list.ticket__box .content__list .content__item .ticket-item__name {
  font-size: 15px;
  font-weight: bold;
}
.ticket__box.display-type--list .content__item .image__box {
  width: 30%;
}
.ticket__box.display-type--list .content__list .content__item .information__box {
  padding: 0;
  margin-left: 8px;
}
.ticket__box .ticket-label__box {
  margin-bottom: 5px;
}
.ticket__box .ticket-item__name {
  font-size: 15px;
  font-weight: bold;
}
.ticket__box .ticket-price__box {
  margin-bottom: 0;
}
.ticket__box .ticket-price__box .normal {
  font-size: 12px;
}
.ticket__box .ticket-text__price {
  font-size: 14px;
}
.ticket__box .description__text {
  display: none;
}
.ticket__box .description__text {
  display: none;
}
.ticket__box:not(.display-type--list) .content__list .content__item {
  margin-bottom: 10px;
}
.ticket__box:not(.display-type--list) .content__list > *:nth-child(n+3) {
  margin-top: 0;
}
.ticket__box:not(.display-type--list) .content__list .information__box {
  padding: 10px;
}
.ticket__box:not(.display-type--list) .ticket-item__name {
  font-size: 16px;
  font-weight: bold;
}
.ticket__box:not(.display-type--list) .ticket-price__box {
  margin-bottom: 0;
}
.ticket__box:not(.display-type--list) .ticket-price__box .normal {
  font-size: 13px;
}
.ticket__box:not(.display-type--list) .ticket-text__price {
  font-size: 15px;
}
.ticket__box:not(.display-type--list) .ticket-item__caption {
  display: none;
}
.ticket__box.display-type--list .content__list .content__item .image__box {
  width: 35%;
}
.ticket__box.display-type--list .content__list .content__item .ticket-price__box {
  margin-bottom: 0;
}
.ticket__box.display-type--list .content__list .content__item .ticket-price__box .normal {
  font-size: 14px;
}
.ticket__box.display-type--list .content__list .content__item .ticket-price__box .ticket-text__price {
  font-size: 16px;
}
.ticket__box.display-type--list .content__list .content__item .description__text {
  display: none;
}
@media (min-width: 890px) {
  .shop__caontainer--1col .display-type--list.ticket__box .content__item {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
  }
  .shop__caontainer--1col .display-type--list.ticket__box .content__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .display-type--list.ticket__box .content__list .content__item .ticket-item__name {
    font-size: 16px;
  }
}

.ticket-site__link-box {
  margin-bottom: 15px;
  text-align: center;
}
.ticket-site__link-box .ticket-site__link-image {
  width: 60%;
}
.ticket-site__link-box .ticket-site__link-url {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  min-width: 300px;
  font-size: 15px;
  color: #FFF;
  background-color: #bf1a20;
  border-color: #bf1a20;
}
.ticket-site__link-box p {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .ticket-site__link-box .ticket-site__link-url {
    min-width: 90%;
    margin: 0 15px 15px;
  }
  .ticket-site__link-box .ticket-site__link-image {
    width: 80%;
    padding: 0 10px;
  }
}

.ticket-limited__content {
  text-align: center;
  margin-top: 1px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #FFF;
  padding: 0 5px;
  font-size: 12px;
}
.ticket-limited__number {
  font-weight: bold;
  font-size: 17px;
  padding: 0 2px;
  color: #D24A4A;
}

@media (max-width: 767px) {
  a:not(.p-ticket__tile-box) .ticket-limited__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
  }
}

/*# sourceMappingURL=sourcemaps/style.css.map */