@charset "UTF-8";

h1 {
  font-size: 11px;
  padding-left: 3px;
}

.header-address {
  display: block;
  font-size: 11px;
}

#header .logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
  max-width: 150px !important;
}

.fixed-header.fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

/* TOPメインビジュアル */
.top-image {
  position: relative;
  padding-top: 60%;
}

.top-image .uk-slidenav-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-image ul {
  height: 100% !important;
}

.top-image ul * {
  height: 100% !important;
}

.top-image li>div {
  position: relative;
  display: block;
  width: 100%;
}

.top-image li img {
  width: 100%;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/* gnav アコーディオン */
#gnav .pull:hover {
  cursor: pointer;
}

.pull-box {
  position: relative;
}

.accordionbox {
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background-color: #fff;
}

.accordionbox i {
  display: inline-block;
  margin-right: 7px;
}

#gnav .pull:hover .accordionbox {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#gnav .pcnone {
  display: none;
}

#gnav .accordionbox ul {
  padding: 10px;
}

#gnav .accordionbox li {
  display: block;
}

#gnav .accordionbox a {
  padding: 10px;
  display: block;
  text-align: center;
}

.mainimg {
  position: relative;
}

.mv-text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 100;
}

.mv-text h2 {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  text-shadow: 0 0 20px black, 0 0 20px black, 0 0 20px black, 0 0 20px black, 0 0 20px black;
}

.mv-logo {
  width: 280px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20%;
}

.mv-logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media only screen and (max-width: 1024px) {
  #gnav .pcnone {
    display: block;
  }
}

.staff-bottom a {
  display: block;
}

.staff-bottom .nbox {
  position: relative;
}

.staff-bottom .name-wrap {
  display: block;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.staff-bottom .name-wrap .second {
  font-size: 18px;
}

.home-faq .faqlist .right {
  margin-top: 15px;
  width: calc(100% - 80px);
}

.home-faq .faqlist .right dt {
  font-weight: bold;
  border-bottom: 1px solid #ddd8d4;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  font-size: 16px;
  padding-right: 30px;
}

.home-faq .faqlist .right dt:after {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.home-faq .faqlist dt.is-parent:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 35%;
}

.home-faq .faqlist .right dd {
  display: none;
}

.home-faq .faqlist .left .q {
  width: 60px;
  height: 60px;
}

.home-faq .faqlist .left .q:before {
  width: 35px;
  height: 35px;
}

.home-faq .faqlist .left .q .top {
  font-size: 20px;
}

.home-faq .faqlist .left .q .num {
  font-size: 20px;
}

.home-faq .faqlist .left .q .big {
  font-size: 28px;
}

.home-faq .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.home-faq .faqlist li {
  margin-bottom: 30px;
}

.home-faq h2 {
  text-align: center;
}

.home-faq .faq1 {
  width: 33.3%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 30px;
}

.icon01 {
  position: relative;
}

.icon01:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  background-image: url(/import/tenant_1/160.16.140.161/html/images/icon01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 130px;
}

.icon02 {
  position: relative;
}

.icon02:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  background-image: url(/import/tenant_1/160.16.140.161/html/images/icon02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 130px;
}

.home-shop .sns a {
  font-size: 26px;
  color: #f28500;
  text-align: right;
}

.home-shop .tel i {
  display: inline-block;
  margin-right: 7px;
}

.counter-reset-box {
  counter-reset: number;
}

.counter-reset-box li .big:before {
  content: counter(number);
  counter-increment: number 1;
}

.foot-contact a {
  display: block;
  position: relative;
  background-color: #000;
  border: 4px solid #232d4b;
}

.foot-contact img {
  opacity: 0.5;
}

.foot-contact .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.foot-contact .tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

.foot-contact .ttl {
  color: #fff;
  font-size: 40px;
  font-family: "Libre Baskerville", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.foot-contact .sub {
  font-size: 24px;
  color: #fff;
  font-family: "Libre Baskerville", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.footer-bottom .logo img {
  max-width: 150px !important;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.foot-shop .add {
  color: #fff;
}

.foot-shop .tel a {
  color: #fff;
}

.footer-bottom .address-text {
  color: #fff;
}
.footer-bottom .address-text a {
  color: #fff;
  text-decoration: underline;
}
.foot-shop .add a {
  color: #fff;
  text-decoration: underline;
}


.footer-bottom .call {
  color: #fff;
}

.footer-bottom .call a {
  color: #fff;
}

.beauty-icon a:before {
  content: "\f0c4";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 7px;
  font-weight: 900;
}

.food-icon a:before {
  content: "\f2e7";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 7px;
  font-weight: 900;
}

.color-white {
  color: #fff;
}

.home-blog .tit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.footer-bottom .copy {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .accordionbox {
    -webkit-transform: none;
    transform: none;
    position: static;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  #gnav ul li.pull>a {
    display: none;
  }

  #gnav .accordionbox ul {
    padding: 0;
  }

  #gnav .accordionbox a {
    text-align: left;
    padding: 10px 15px;
  }

  .beauty-icon a:before {
    content: none;
  }

  .food-icon a:before {
    content: none;
  }

  #gnav li.pull {
    border-bottom: none;
  }

  .mv-text h2 {
    font-size: 22px;
  }

  .icon02:before {
    width: 80px;
  }

  .icon01:before {
    width: 80px;
  }

  .home-faq .faq1 {
    width: 48%;
  }

  .foot-contact .ttl {
    font-size: 30px;
  }

  .foot-contact .sub {
    font-size: 18px;
  }

  .foot-contact a {
    border-width: 3px;
  }

  .mv-logo {
    width: 180px;
  }
}

@media only screen and (max-width: 599px) {
  .mv-text {
    left: 5%;
    bottom: 5%;
  }

  .mv-text h2 {
    font-size: 18px;
    text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black, 0 0 10px black, 0 0 10px black;
  }

  .mv-logo {
    width: 100px;
    top: 5%;
    -webkit-transform: none;
    transform: none;
    right: 5%;
  }

  .top-image span:after {
    padding-top: 80%;
  }

  h1 {
    padding-right: 45px;
  }

  .icon02:before {
    width: 40px;
  }

  .icon01:before {
    width: 50px;
  }

  .home-faq .faq1 {
    width: 100%;
  }

  .foot-contact .ttl {
    font-size: 24px;
  }

  .foot-contact .sub {
    font-size: 14px;
  }

  .footer-bottom .copy {
    font-size: 11px;
  }

  .home-faq .faqlist .left .q .big {
    font-size: 24px;
  }

  .home-faq .faqlist .right dt {
    font-size: 14px;
  }
}

/* 追従ボタン */
.sp-fix {
  display: none;
}

.sp-fix a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
}

.sp-fix .contact-fix {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 50%;
}

.sp-fix .contact-fix a {
  background-color: #131e3f;
}

.sp-fix .tel-box {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 50%;
}

.sp-fix .tel-box a {
  background-color: #f28500;
}

.sp-fix .pop-shop-list {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 20;
  display: none;
}

.sp-fix .pop-shop-list.action {
  display: block;
}

.sp-fix .close {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .sp-fix {
    display: block;
  }
}

/* about */
.under-mv {
  position: relative;
}

.under-mv .tbox {
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.under-mv h2 {
  color: #fff;
  text-shadow: 0 0 5px #333;
}

@media only screen and (max-width: 1024px) {
  body .tb>.left-cmn {
    width: 100%;
    margin-bottom: 20px;
  }

  body .tb>.right-cmn {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  body div .left-cmn {
    width: 100%;
    margin-bottom: 15px;
  }

  body div .right-cmn {
    width: 100%;
  }
}

.icon03 {
  padding-left: 50px;
  position: relative;
}

.icon03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/import/tenant_1/160.16.140.161/html/images/headimg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 38px;
  height: 53px;
}

.icon04 {
  padding-left: 60px;
  position: relative;
}

.icon04:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* background-image: url(/import/tenant_1/160.16.140.161/html/images/icon4.png); */
  /* background-image: url('/upload/tenant_1/9b0237bf40578845f4d0f2bf852e7422.png'); */
  background-image: url('/upload/tenant_1/4b23735983520455849b1f560d4b18ed.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  /* -webkit-filter: brightness(25%);
  filter: brightness(25%); */
}
.icon05 {
  padding-left: 60px;
  position: relative;
}

.icon05:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('/upload/tenant_1/451144229c29f79a0d7f87989cffe957.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}
.icon06 {
  padding-left: 60px;
  position: relative;
}

.icon06:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('/upload/tenant_1/882ec97e939caaa0fcf8b50f185a733f.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 55px;
}

.about01 dt {
  font-weight: bold;
  font-size: 16px;
}

.about01 dd {
  font-size: 16px;
}

.about01 dl {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd8d4;
}

.faqlist .right dt:after {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.faqlist dt.is-parent:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 35%;
}

.faqlist dd {
  display: none;
}

.staff-list-box .role {
  border-bottom: 1px solid #c2bdb5;
  padding-bottom: 3px;
  padding-top: 13px;
  margin-bottom: 5px;
}

.staff-list-box .name dt {
  text-align: right;
}

.staff-list-box .name dd {
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .about01 .left-cmn {
    margin-bottom: 5px;
  }
}

/* beauty */
.item-list-box .pop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.item-list-box .pop-inner {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-list-box .pop-inner .pbox {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.item-list-box .close-btn a {
  border: 1px solid #232d4b;
  color: #232d4b;
  background-color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 1000px;
  min-width: 160px;
  font-family: "Libre Baskerville", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  text-align: center;
}

.item-list-box .close-btn a:hover {
  cursor: pointer;
}

.item-list-box .item {
  position: relative;
  overflow: hidden;
}

.item-list-box .item .tbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.item-list-box .item .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.item-list-box .item .pbox {
  background-color: #000;
}

.item-list-box .item .pbox img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.item-list-box .item:hover {
  cursor: pointer;
}

.item-list-box .item:hover .pbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}

.item-list-box .item:hover .tbox {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 599px) {
  .under-mv .pbox span:after {
    padding-top: 60%;
  }

  .under-mv .tbox {
    left: 30px;
  }
}

/* shop */
.shop-list-box .tel {
  position: relative;
}
.shop-list-box .line {
  color: #04C755;
  display: inline-block;
  margin-left: 30px;
}

.shop-list-box .tel a:before {
  content: "\f095";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 7px;
}

/* staff */
.staff-detail-table dt {
  width: 120px;
  font-weight: bold;
}

.staff-detail-table dd {
  width: calc(100% - 130px);
}

.staff-detail-table dl {
  padding: 15px 0;
  border-bottom: 1px solid #c2bdb5;
}

@media only screen and (max-width: 599px) {
  .staff-detail-table .left-cmn {
    margin-bottom: 5px;
  }
}

/* bread-box */
.bread-box .inner {
  padding: 20px 0;
}

.bread-box li+li:before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

.bread-box li {
  line-height: 1.2;
  font-size: 16px;
  font-family: "Libre Baskerville", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  padding: 3px 0;
}

.bread-box li:nth-last-child(3) {
  white-space: nowrap;
}

.bread-box li:nth-last-child(2) {
  white-space: nowrap;
}

@media only screen and (max-width: 599px) {
  .bread-box li {
    font-size: 14px;
  }
}

/* nishinomiya */
.menu-list-box li {
  border-bottom: 1px solid #ddd8d4;
  padding: 15px 0;
}

.menu-list-box .inner_item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-list-box dt {
  font-size: 16px;
  font-weight: bold;
}

.menu-list-box+.menu-list-box {
  margin-top: 70px;
}

.more.big {
  max-width: 350px;
}

.shop-detail-table dt {
  width: 90px;
  font-weight: bold;
}

.shop-detail-table dd {
  width: calc(100% - 100px);
}

.shop-detail-table dl {
  border-bottom: 1px solid #ddd8d4;
  padding: 15px 0;
}

.shop-map-box {
  position: relative;
  padding-top: 30%;
}

.shop-map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .shop-detail-table .left-cmn {
    margin-bottom: 5px;
  }

  .heading1.mini {
    font-size: 18px;
  }

  .more.big {
    width: 100%;
  }

  .shop-map-box {
    padding-top: 70%;
  }
}

/* recruit */
.recruit-list-content {
  background-color: #fff;
  padding: 60px;
}

.recruit-list-content .title {
  font-weight: bold;
}

.recruit-list-content+.recruit-list-content {
  margin-top: 40px;
}

.recruit-list-table dl {
  border-bottom: 1px solid #ddd8d4;
  padding: 15px 0;
}

.recruit-list-table dt {
  width: 30%;
  font-weight: bold;
}

.recruit-list-table dd {
  width: 65%;
}

.recruit01 {
  position: relative;
  padding: 100px 5% 100px;
}

.recruit01 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit01 .bg img {
  opacity: 0.4;
}

.recruit01 .tbox {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .recruit-list-content {
    padding: 30px;
  }

  .recruit1 .top .right,
  .recruit1 .top .left {
    margin-bottom: 2%;
  }

  .recruit1 .top {
    margin-bottom: 2%;
  }

  .recruit01 {
    padding: 50px 4% 50px;
  }

  .recruit-list-content {
    padding: 30px 15px;
  }

  .recruit-list-table .left-cmn {
    margin-bottom: 5px;
  }
}

.recruit_detail01box a {
  color: #232d4b;
  text-decoration: underline;
}

.faqlist {
  counter-reset: number;
}

.faqlist li .big:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
}

.faqlist li .big:before:first-letter {
  font-size: 28px;
}

/* contact */
.contact-form-box dl {
  border-bottom: 1px solid #ddd8d4;
  padding: 15px 0;
}

.contact-form-box .require {
  display: inline-block;
  margin-left: 5px;
  color: #d43b3b;
}

.contact-form-box input[type="radio"] {
  display: none;
}

.contact-form-box input[type="radio"]+label {
  padding-left: 1.5em;
  position: relative;
  margin-right: 2em;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.contact-form-box input[type="radio"]+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.205em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c9c9c9;
}

.contact-form-box input[type="radio"]:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.2em + 4px);
  left: 4px;
  width: 0.6em;
  height: 0.6em;
  background: #333;
  border-radius: 50%;
}

.contact-form-box input[type="text"],
.contact-form-box textarea {
  padding: 15px 5px;
  background-color: #f3f3f3;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form-box textarea {
  font-weight: normal;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

@media only screen and (max-width: 599px) {
  .contact-form-box .left-cmn {
    margin-bottom: 5px;
  }
}

.contact04box .ttl {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}

/* blog */
.blog-list-box .pbox {
  margin-bottom: 15px;
}

.blog-list-box .ttl {
  border-bottom: 1px solid #ddd8d4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blog-list-box .cat {
  border: 1px solid #131e3f;
  padding: 2px 15px;
  border-radius: 20px;
  text-align: center;
}

.blog-list-box .date {
  margin-right: 15px;
}

.sp-shop-info-box {
  display: none;
}

.sp-shop-info {
  margin-bottom: 15px;
  padding: 0 15px;
}

@media only screen and (max-width: 1024px) {
  .sp-shop-info-box {
    display: block;
  }
  .blog-list-box .date {
    width: 100%;
    margin-bottom: 5px;
  }
}

[data-element-id] .sp-shop-info-box {
  display: block;
}

@media only screen and (max-width: 599px) {
  

  .blog-list-box .ttl {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 15px;
  }

  footer .copy {
    padding-bottom: 60px;
  }
}

.contact-btn button+button {
  margin-left: 10px;
}

.sp-fix .ab-test .contact-fix a {
  background-color: #c3d147;
}


[data-element-id] #gnav {
  width: calc(100% - 230px);
}

[data-element-id] #gnav .pcnone {
  display: inline-block;
}

[data-element-id] #gnav li.pcnone {
  border: 1px solid #218055;
}

[data-element-id] #gnav .sp-logo {
  border: 1px solid #218055;
}

[data-element-id] #gnav .pcnone {
  border: 1px solid #218055;
  position: relative;
}

[data-element-id] #gnav .pcnone:after {
  content: "SP用";
  width: 100%;
  text-align: center;
  color: #fff;
  background: #218055;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #218055;
}

[data-element-id] .accordionbox {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  position: static
}

[data-element-id] .sp-fix {
  display: block;
  background-color: #ccc;
  position: relative;
  z-index: 3;
}

[data-element-id] .sp-fix .contact-fix {
  position: static;
}

[data-element-id] .sp-fix .tel-box {
  position: static;
}

[data-element-id] .item-list-box .item .tbox {
  opacity: 1;
  visibility: visible;
}

[data-element-id] .item-list-box .pop-box {
  position: static;
  width: auto;
  height: auto;
  display: block;
}

[data-element-id] .item-list-box .pop-inner {
  transform: none;
  -webkit-transform: none;
  margin: 0 auto;
  position: static;
}

[data-element-id] .item-list-box>ul>li {
  width: 100%;
}

[data-element-id] .item-list-box .pbox {
  width: 200px;
  margin: 0 auto;
}

.shop-time-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 5px;
}

.shop-time-table tr {
  border-bottom: 1px solid #8191c3;
}

.shop-time-table tr:nth-of-type(1) {
  border-top: 1px solid #8191c3;
}

.shop-time-table td,
.shop-time-table th {
  border-right: 1px solid #8191c3;
  text-align: center;
  padding: 3px;
}

.shop-time-table tr th:nth-of-type(1),
.shop-time-table tr td:nth-of-type(1) {
  border-left: 1px solid #8191c3;
}

.shop-time-table th {
  background-color: #e0e6f7;
}
.shop-time-table td {
  line-height: 1.4;
}

.official-fix {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 20;
}
.official-fix a {
  display: block;
  padding: 10px 20px;
  background-color: #B7AA9D;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.official-fix .text {
  display: block;
  margin-top: 5px;
}
.official-fix img {
  width: 200px;
}

@media only screen and (max-width: 599px) {
  .official-fix {
    visibility: hidden;
  }
}

[data-element-id] .up-hide {
  display: block;
}

.gnav-official {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.gnav-official a {
  display: block;
  padding: 10px 20px;
  background-color: #B7AA9D;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.gnav-official .text {
  display: block;
  margin-top: 5px;
}
.gnav-official img {
  width: 200px;
}

.kiziwrap h4 {
  margin-bottom: 0;
}
