@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/* =========================================================
colors
========================================================= */
/* =========================================================
body
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Roboto:700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap");
html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: "Noto Sans JP", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  background: #fff;
  background-size: auto 100%;
  -webkit-overflow-scrolling: touch;
}

img {
  width: 100%;
}

.main-contents {
  background: #E9E6DB;
}

@media screen and (min-width: 769px) {
  .main-contents {
    padding-bottom: 0;
    background: #E9E6DB;
  }
}
@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

a {
  text-decoration: none;
}

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.phd__in {
  height: 55px;
  margin: 0 auto;
  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;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}
.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}
.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phd__sns li {
  margin-right: 8px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: #3b5998;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 20px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 16px;
  }
}

.phd__sns li .phd__sns__item__link-x {
  background: #000;
}

.phd__sns li .phd__sns__item__link-x svg {
  fill: #fff;
  height: 18px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-x svg {
    height: 13px;
  }
}

.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}

.phd__sns li .phd__sns__item__link-lineat {
  background: #00b900;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 20px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 14px;
  }
}

.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}

/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.phd__in {
  height: 55px;
  margin: 0 auto;
  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;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
}
.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}
.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}
.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phd__sns li {
  margin-right: 8px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}

.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  padding: 45px 0 58px;
  background: #000;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    padding: 50px 0 40px;
  }
}
.pft__in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}
.pft__logo {
  text-align: center;
}
.pft__logo__txt {
  display: inline-block;
  font-size: 1.9rem;
  margin-right: 8px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .pft__logo__txt {
    font-size: 18px;
    margin-right: 10px;
  }
}
.pft__logo__img {
  fill: #fff;
  width: 132px;
  height: 39px;
  vertical-align: bottom;
  margin-bottom: -2px;
  overflow: hidden; /* IE11 */
}
.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    position: absolute;
    left: auto;
    right: 0px;
    top: -4px;
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #000;
    border-radius: 50%;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes widthFull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes widthFull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.widthFull {
  width: 0;
  -webkit-animation-name: widthFull;
  animation-name: widthFull;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* =========================================================
colors
========================================================= */
/* =========================================================
phd (site header)
========================================================= */
.phd {
  width: 100%;
  height: 64.5px;
  background: #fff;
}

.phd__in {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 16px 0; */
}

.phd__logo {
  /* line-height: 0; */
}

.phd__logo img {
  display: block;
  /* height: auto; */
  /* max-height: 40px; */
  height: auto;
  max-width: 132px;
}

@media screen and (max-width: 768px) {
  .phd {
    height: 55px;
  }
}
/* =========================================================
header
========================================================= */
.header__title {
  line-height: 0;
  text-align: center;
  position: relative;
}
.header .title__wrapper {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.header .title-pc {
  display: none;
}
.header .title-sp {
  width: 79.7333333333vw;
}

.pft {
  width: 100%;
  height: 265px;
  background: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pft__in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pft__logo {
  line-height: 0;
}
.pft__logo img {
  display: block;
  width: 100%;
  max-width: 192px;
  height: auto;
}
.pft__copyright {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pft {
    height: 183px;
  }
  .pft__logo {
    width: 38.4%;
    max-width: 288px;
  }
}

.pft__pageTop {
  display: none;
}

.localnav {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .localnav {
    margin-top: 29px;
  }
}
.localnav .localnav-list {
  width: calc(100% - 20px);
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 0 auto;
}
.localnav .localnav-list .localnav-item {
  width: calc((100% - 16px) / 2);
  max-width: 492px;
}
.localnav .localnav-list .localnav-item a {
  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;
  width: 100%;
  height: 74px;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  color: #ffffff;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .localnav .localnav-list .localnav-item a {
    font-size: 14px;
    height: 70px;
    border-radius: 4px;
  }
}
.localnav .localnav-list .localnav-item a:hover {
  opacity: 0.7;
}
.localnav .localnav-list .localnav-item.active a {
  pointer-events: none;
}
.localnav .localnav-list .localnav-item.active a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.99px 5.795px 0 5.795px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.localnav .localnav-list .localnav-item:nth-child(1) a {
  background-color: #e77014;
}
.localnav .localnav-list .localnav-item:nth-child(1).active a::after {
  border-color: #e77014 transparent transparent transparent;
}
.localnav .localnav-list .localnav-item:nth-child(2) a {
  background-color: #35bd56;
}
.localnav .localnav-list .localnav-item:nth-child(2).active a::after {
  border-color: #35bd56 transparent transparent transparent;
}

.about-area {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}
.about-area .ab-in {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto auto;
}
.about-area .ab-read {
  margin-bottom: 15px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 21px;
  font-weight: 900;
  color: #653700;
}
.about-area .ab-read b {
  font-weight: 900;
  display: inline-block;
}
.about-area .ab-read span {
  display: inline;
  border-bottom: 2px solid #35bd56;
  text-align: center;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: #35bd56;
}
.about-area .ab-txt {
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: #35bd56;
  margin-bottom: 20px;
}
.about-area .ab-txt p span {
  padding-bottom: 5px;
  border-bottom: 2px solid #35bd56;
}
.about-area .ab-txt.ab-txt02 {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
.about-area .ab-mid-txt {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
  color: #409d57;
  border-top: 2px solid #409d57;
  border-bottom: 2px solid #409d57;
}
.about-area .ab-mid-txt .txt1 {
  margin-bottom: 10px;
}
.about-area .ab-bt-txt {
  margin-top: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 18px;
  color: #007c1f;
  display: block;
}

@media screen and (min-width: 769px) {
  #topcontrol-sp {
    display: none !important;
  }
  .about-area {
    width: 100%;
    margin: 0;
    padding: 40px 20px;
  }
  .about-area .ab-in {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto auto;
  }
  .about-area .ab-read {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.05em;
  }
  .about-area .ab-read span {
    border-bottom: 4px solid #35bd56;
    font-size: 34px;
    letter-spacing: 0.05em;
    line-height: 80px;
  }
  .about-area .ab-txt {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .about-area .ab-txt p span {
    padding-bottom: 5px;
    border-bottom: 4px solid #35bd56;
  }
  .about-area .ab-txt.ab-txt02 {
    font-size: 16px;
    line-height: 30px;
  }
  .about-area .ab-mid-txt {
    width: 700px;
    margin: 55px auto 30px auto;
    padding: 25px 0;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 35px;
    color: #007c1f;
    border-top: 2px solid #007c1f;
    border-bottom: 2px solid #007c1f;
  }
  .about-area .ab-mid-txt .txt1 {
    margin-bottom: 15px;
  }
  .about-area .ab-bt-txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 26px;
  }
  .header__title img {
    width: 100%;
    max-width: 100%;
  }
  .header .title-sp {
    display: none;
  }
  .header .title-pc {
    display: inline;
    width: 31.7333333333vw;
    max-width: 476px;
  }
}
@media screen and (min-width: 1150px) {
  .about-area .ab-in {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto auto;
  }
  .about-area .ab-txt {
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 63px;
    margin-bottom: 30px;
  }
  .about-area .ab-txt p span {
    padding-bottom: 5px;
    border-bottom: 4px solid #35bd56;
  }
  .about-area .ab-mid-txt {
    color: #007c1f;
    border-top: 2px solid #007c1f;
    border-bottom: 2px solid #007c1f;
  }
}
.clearfix::after, .contents-wrap .shop-list .shop-contents .item-box::after {
  content: "";
  display: block;
  clear: both;
}

.disp-sp {
  display: none;
}

p,
div,
ul,
li,
a,
nav,
span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[data-animate=widthFull] {
  width: 0%;
}

[data-animate=fadeInUp] {
  opacity: 0;
}

[data-animate=fadeIn] {
  opacity: 0;
}

.contents-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
.contents-wrap .tab-menu {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contents-wrap .tab-menu::before {
  content: "";
  display: block;
  width: 32.9%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.contents-wrap .tab-menu::after {
  content: "";
  display: block;
  width: 32.9%;
  height: 0;
}
.contents-wrap .tab-menu li {
  width: 32.9%;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents-wrap .tab-menu li:not(:nth-last-child(-n+3)) {
  margin-bottom: 7px;
}
.contents-wrap .tab-menu li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  color: #20413e;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.contents-wrap .tab-menu li a img {
  margin: 15px auto auto;
  width: 68.1%;
}
.contents-wrap .tab-menu li a .fs01 {
  font-size: 16px;
}
.contents-wrap .tab-menu li a .fs02 {
  font-size: 19px;
}
.contents-wrap .tab-menu li a:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #656300;
  border-right: 2px solid #656300;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contents-wrap .tab-menu li a:hover {
  background: #f5ffd8;
}
.contents-wrap .tab-menu li:nth-of-type(7) a img {
  width: 45.1%;
}
.contents-wrap .tab-menu.tab-menu__col5 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents-wrap .tab-menu.tab-menu__col5 li {
  width: 19.33%;
  margin-right: 0.83%;
}
.contents-wrap .tab-menu.tab-menu__col5 li:nth-child(5n) {
  margin-right: 0;
}
.contents-wrap .contents__wrapper:not(:last-child) {
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .contents-wrap .contents__wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}
.contents-wrap .shop-list .shop-contents {
  margin-top: 60px;
  margin-bottom: 150px;
  position: relative;
  z-index: 0;
}
.contents-wrap .shop-list .shop-contents .contents-bg {
  position: absolute;
  height: calc(100% - 16px);
  width: calc(100% - 200px);
  left: 100px;
  top: 50px;
  background: url(../images/content_bg.webp);
  background-size: cover;
  z-index: -1;
}
.contents-wrap .shop-list .shop-contents .img_illust_01 {
  position: absolute;
  right: 50px;
  top: 0;
}
.contents-wrap .shop-list .shop-contents .shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}
.contents-wrap .shop-list .shop-contents .shop-info .shop-logo {
  width: 350px;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.contents-wrap .shop-list .shop-contents .shop-info .shop-logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #2D5776;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec {
  margin-left: 50px;
  margin-top: 35px;
}
.contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .shop-name {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #2e1f00;
}
.contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .shop-floor {
  margin-top: 15px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.13em;
  text-align: left;
}
.contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more {
  margin-top: 15px;
  display: inline-block;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #653700;
  background: #653700;
  padding: 13px 45px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more:hover {
    background: #fff;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more:hover p {
    color: #653700;
  }
}
.contents-wrap .shop-list .shop-contents .item-box {
  position: relative;
  z-index: -1;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg {
  float: left;
  width: 550px;
  margin-top: 50px;
  margin-left: -50px;
}
@media screen and (max-width: 1100px) {
  .contents-wrap .shop-list .shop-contents .item-box .item-msg {
    float: none;
    margin-top: 62px;
  }
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl1 {
  display: inline-block;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl1 .box-in {
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl1 .text-bg {
  background-color: #3c3632;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl1 .text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl2 {
  margin-top: 20px;
  display: inline-block;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl2 .box-in {
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl2 .text-bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl2 .text {
  position: relative;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
  color: #3c3632;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl2.warp {
  margin-top: 0;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-text {
  margin: 20px 0 0 50px;
  width: 520px;
  padding: 36px 55px 38px 50px;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 24px;
  color: #3c3632;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-text .item-box {
  margin-top: 30px;
  word-break: break-all;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-text .item-box:first-child {
  margin-top: 0;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-text .item-box .sex-ttl {
  font-weight: 600;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-text .item-box .item-text {
  margin-top: 5px;
}
.contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-text .item-box .item-list {
  margin-top: 10px;
  font-size: 12px;
}
.contents-wrap .shop-list .shop-contents .item-box .item-info {
  margin-left: -50px;
  margin-top: -210px;
  float: right;
  width: 700px;
  color: #3c3632;
}
.contents-wrap .shop-list .shop-contents .item-box .item-info .item-img {
  width: 700px;
  height: 700px;
}
.contents-wrap .shop-list .shop-contents .item-box .item-info .item-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.contents-wrap .shop-list .shop-contents .item-box .item-info .item-name {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.contents-wrap .shop-list .shop-contents .item-box .item-info__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 {
  margin-top: 90px;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg {
  float: right;
  margin-top: 60px;
  margin-left: -50px;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg:after {
  content: "";
  display: block;
  clear: both;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl1 {
  float: right;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl1 .box-in {
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl1 .text-bg {
  background-color: #3c3632;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl1 .text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl2 {
  margin-top: 20px;
  display: inline-block;
  float: right;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl2 .box-in {
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl2 .text-bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl2 .text {
  position: relative;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
  color: #3c3632;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl2.warp {
  margin-top: 0;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-text {
  margin: 20px 0 0 0px;
  width: 500px;
  padding: 30px 23px 30px 25px;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 24px;
  color: #3c3632;
}
.contents-wrap .shop-list .shop-contents .item-box.type2 .item-info {
  margin-left: 0px;
  float: left;
}
.contents-wrap .shop-list .shop-contents .staff-introduction {
  width: calc(100% - 100px);
  margin: 100px auto 0 auto;
  padding: 30px 90px;
  border: 3px solid #3c3632;
  color: #3c3632;
  position: relative;
}
.contents-wrap .shop-list .shop-contents .staff-introduction .ttl {
  position: absolute;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #3c3632;
  display: inline-block;
  background-color: #f5ebda;
  padding: 10px 20px;
  top: -27px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.contents-wrap .shop-list .shop-contents .staff-introduction .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents-wrap .shop-list .shop-contents .staff-introduction .info-box .info-ttl {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  width: 170px;
}
.contents-wrap .shop-list .shop-contents .staff-introduction .info-box .info-text {
  width: calc(100% - 170px);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 24px;
}
.contents-wrap .box__ttl {
  text-align: center;
  color: #9A4700;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
  padding-bottom: 24px;
  letter-spacing: 0;
  border-bottom: 1px solid #9A4700;
}
@media screen and (max-width: 768px) {
  .contents-wrap .box__ttl {
    margin-bottom: 20px;
  }
}
.contents-wrap .box__tel {
  max-width: 300px;
  height: 50px;
  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;
  background: #20413e;
  border-radius: 25px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.contents-wrap .box__tel:hover {
  opacity: 0.6;
}
.contents-wrap .box__tel svg {
  margin-right: 10px;
}
.contents-wrap .box__menu {
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contents-wrap .box__menu {
    margin-bottom: 5px;
  }
}
.contents-wrap .box__menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contents-wrap .box__menu__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents-wrap .box__menu__block:not(:last-child) {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .contents-wrap .box__menu__block:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-wrap .box__menu__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contents-wrap .box__menu__name {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 1px;
  font-weight: 400;
}
.contents-wrap .box__menu__name span {
  font-size: 12px;
}
.contents-wrap .box__menu__name-notes {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 13px;
}
.contents-wrap .box__menu__ttl {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 4px;
  font-weight: bold;
}
.contents-wrap .box__menu__ttl span {
  font-size: 12px;
}
.contents-wrap .box__menu__ttl strong {
  font-size: 20px;
}
.contents-wrap .box__menu__atn {
  font-size: 12px;
  font-weight: bold;
}
.contents-wrap .box__menu__price {
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
}
.contents-wrap .box__menu__price span {
  font-size: 12px;
}
.contents-wrap .box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 234px;
  margin: 0 auto;
  border-bottom: 2px solid #20413e;
  font-size: 16px;
  color: #20413e;
  text-decoration: none;
  letter-spacing: 0;
  padding-bottom: 5px;
  margin-bottom: 32px;
  -webkit-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents-wrap .box__link {
    margin-bottom: 30px;
  }
}
.contents-wrap .box__link::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("../images/arrow.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents-wrap .box__link:hover {
  opacity: 0.6;
}
.contents-wrap .box__link svg {
  margin-right: 10px;
}
.contents-wrap .box__caution__txt {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.contents-wrap .box__note {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 1px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.category-nav {
  max-width: 1000px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin: auto;
  padding: 50px 0 0;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.category-nav li {
  width: 22%;
  text-align: center;
}
.category-nav li a {
  display: table;
  cursor: pointer;
  width: 100%;
  background: #b81116;
  border: 7px solid #b81116;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-nav li a:after {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-nav li a:hover {
  background: #fff;
  color: #b81116;
}
.category-nav li a:hover:after {
  border-color: #b81116;
}
.category-nav li p {
  display: table-cell;
  vertical-align: middle;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
}
.category-nav li.is-active a {
  background: #fff;
  color: #b81116;
}
.category-nav li.is-active a:after {
  border-color: #b81116;
}

.following-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  left: 0;
  width: 100%;
  top: -120px;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
  z-index: 9999;
}
.following-menu.active {
  top: 0;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.following-menu li {
  width: 19.9960007998%;
  height: 56px;
  border-bottom: 1px solid #28274a;
  border-right: 1px solid #28274a;
}
.following-menu li img {
  width: 70%;
  max-width: 150px;
}
.following-menu li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #20413e;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}
.following-menu li a:before {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #656300;
  border-right: 2px solid #656300;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  .following-menu li a:before {
    top: 20px;
  }
}
.following-menu li a:hover {
  background: #fff4d8;
}
.following-menu li:nth-of-type(7) img {
  width: 60%;
  max-width: 90px;
}

#topcontrol,
#topcontrol-sp {
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 54px;
  cursor: pointer;
  display: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 1000;
}
#topcontrol:hover,
#topcontrol-sp:hover {
  opacity: 0.7;
}
#topcontrol img,
#topcontrol-sp img {
  width: 54px;
}

@media screen and (max-width: 1200px) {
  .contents-wrap .shop-list .shop-contents .item-box .item-info {
    margin-left: -240px;
  }
  .contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg {
    margin-left: -240px;
  }
}
@media screen and (max-width: 1024px) {
  .category-nav li p {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #topcontrol {
    display: none !important;
  }
  .contents-wrap {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents-wrap .tab-menu {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .contents-wrap .tab-menu li {
    height: 70px;
    width: calc(33.3333333333% - 5px);
    border: none;
  }
  .contents-wrap .tab-menu li:not(:nth-last-child(-n+3)) {
    margin-bottom: 0;
  }
  .contents-wrap .tab-menu li img {
    width: 90px;
  }
  .contents-wrap .tab-menu li a {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 10px;
  }
  .contents-wrap .tab-menu li a img {
    margin: 12.6% auto auto;
    width: 100%;
    max-width: 105px;
  }
  .contents-wrap .tab-menu li a:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 1px solid #656300;
    border-right: 1px solid #656300;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .contents-wrap .tab-menu li a:hover {
    opacity: 1;
  }
  .contents-wrap .shop-list .shop-contents {
    margin-top: 0;
  }
  .contents-wrap .shop-list .shop-contents:not(:last-child) {
    margin-bottom: calc(96px + 7.4%);
  }
  .contents-wrap .shop-list .shop-contents .contents-bg {
    position: absolute;
    height: 97%;
    width: calc(100% - 40px);
    left: 20px;
    top: 7.4%;
    z-index: -1;
    background: url(../images/content_bg_sp.webp);
    background-size: cover;
  }
  .contents-wrap .shop-list .shop-contents .img_illust_01 {
    display: none;
  }
  .contents-wrap .shop-list .shop-contents .shop-info {
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-logo {
    width: 151px;
    margin: 0 auto;
    border: 2px solid #555555;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-logo::before {
    top: 8px;
    left: 8px;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec {
    margin-top: 0;
    margin-left: 25px;
    width: calc(100% - 215px);
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .shop-name {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.38;
    margin-bottom: 40px;
    display: none;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .shop-floor {
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 15px;
    letter-spacing: 0.05em;
    display: none;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more {
    margin-top: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0 20px 3px 0;
    position: relative;
    overflow: initial;
    border-bottom: 1.5px solid #653700;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more p {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #653700;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more .arrow {
    position: absolute;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    color: #3c3632;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more .arrow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 15px;
    height: 2px;
    border-radius: 1px;
    background: #653700;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more .arrow:after {
    position: absolute;
    top: -3px;
    left: 2px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 3px;
    border-radius: 2px;
    border-top: 2px solid #653700;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more:before {
    display: none;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .btn-shop-more:hover {
    color: #3c3632;
  }
  .contents-wrap .shop-list .shop-contents .item-box .sp-msg-ttl1 {
    display: inline-block;
    margin-top: 20px;
  }
  .contents-wrap .shop-list .shop-contents .item-box .sp-msg-ttl1 .box-in {
    padding: 7px 7px 8px 7px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .contents-wrap .shop-list .shop-contents .item-box .sp-msg-ttl1 .text-bg {
    background-color: #3c3632;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .contents-wrap .shop-list .shop-contents .item-box .sp-msg-ttl1 .text {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #fff;
    position: relative;
  }
  .contents-wrap .shop-list .shop-contents .item-box .sp-msg-ttl2 {
    margin-top: 10px;
    display: inline-block;
    z-index: 10;
    position: relative;
  }
  .contents-wrap .shop-list .shop-contents .item-box .sp-msg-ttl2 .box-in {
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .contents-wrap .shop-list .shop-contents .item-box .sp-msg-ttl2 .text-bg {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .contents-wrap .shop-list .shop-contents .item-box .sp-msg-ttl2 .text {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #3c3632;
  }
  .contents-wrap .shop-list .shop-contents .item-box .sp-msg-ttl2.warp {
    margin-top: 0;
  }
  .contents-wrap .shop-list .shop-contents .item-box .item-msg {
    float: none;
    width: calc(100% - 20px);
    margin: 0 auto 0;
  }
  .contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl1 {
    display: none;
  }
  .contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-ttl2 {
    display: none;
  }
  .contents-wrap .shop-list .shop-contents .item-box .item-msg .msg-text {
    margin: 0;
    width: 100%;
    padding: 37px 30px 30px;
    font-size: 13px;
    line-height: 24px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 0.16em;
  }
  .contents-wrap .shop-list .shop-contents .item-box .item-info {
    margin: 0 auto;
    float: none;
    width: calc(100% - 20px);
  }
  .contents-wrap .shop-list .shop-contents .item-box .item-info .item-img {
    width: 100%;
    height: 100%;
  }
  .contents-wrap .shop-list .shop-contents .item-box .item-info .item-img > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
  }
  .contents-wrap .shop-list .shop-contents .item-box .item-info .item-name {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .contents-wrap .shop-list .shop-contents .item-box .item-info__txt {
    letter-spacing: 0.05em;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .contents-wrap .shop-list .shop-contents .item-box.type2 {
    margin-top: 30px;
  }
  .contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg {
    float: none;
    margin-left: 30px;
  }
  .contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl1 {
    display: none;
  }
  .contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-ttl2 {
    display: none;
  }
  .contents-wrap .shop-list .shop-contents .item-box.type2 .item-msg .msg-text {
    margin: 20px 0 0 0;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    line-height: 24px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 0.16em;
  }
  .contents-wrap .shop-list .shop-contents .item-box.type2 .item-info {
    margin-left: 50px;
    float: left;
  }
  .contents-wrap .shop-list .shop-contents .item-box.type2 .sp-msg-ttl1 {
    float: right;
  }
  .contents-wrap .shop-list .shop-contents .item-box.type2 .sp-msg-ttl2 {
    float: right;
  }
  .contents-wrap .shop-list .shop-contents .staff-introduction {
    width: calc(100% - 20px);
    margin: 35px auto 80px auto;
    padding: 40px 25px 35px 25px;
    border: 3px solid #3c3632;
    color: #3c3632;
    position: relative;
  }
  .contents-wrap .shop-list .shop-contents .staff-introduction .ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 10px;
    top: -17px;
  }
  .contents-wrap .shop-list .shop-contents .staff-introduction .info-box {
    display: block;
  }
  .contents-wrap .shop-list .shop-contents .staff-introduction .info-box .info-ttl {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .contents-wrap .shop-list .shop-contents .staff-introduction .info-box .info-text {
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 22px;
  }
  .following-menu {
    top: -220px;
    display: none;
  }
  .following-menu.active {
    top: 0;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
  }
  .following-menu li {
    height: 70px;
    border-bottom: 2px solid #fff;
  }
  .following-menu li:not(:nth-child(3n)) {
    border-right: 2px solid #fff;
  }
  .following-menu li img {
    width: 90px;
  }
  .following-menu li a {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 10px;
  }
  .following-menu li a:before {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(135deg);
            transform: translateX(50%) rotate(135deg);
    width: 8px;
    height: 8px;
  }
  .following-menu li a:hover {
    opacity: 1;
  }
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
  #topcontrol,
  #topcontrol-sp {
    position: fixed;
    right: 15px;
    bottom: 30px;
    width: 54px;
    cursor: pointer;
  }
  #topcontrol:hover,
  #topcontrol-sp:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .shop-name {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.38;
    margin-bottom: 20px;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .shop-name {
    padding-top: 10px;
  }
}
@media screen and (max-width: 374px) {
  .contents-wrap .tab-menu li a {
    padding-top: 5px;
  }
  .contents-wrap .shop-list .shop-contents .shop-info .shop-info-dec .shop-name {
    height: 72px;
  }
  .following-menu li a {
    padding-top: 5px;
  }
}
#shop6 .contents__wrapper:last-child .box__menu__item:last-child {
  width: 100%;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .category-nav li p {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .category-nav {
    padding: 20px 10px;
  }
  .category-nav li a {
    border-width: 4px;
  }
  .category-nav li a:after {
    bottom: 10px;
    width: 6px;
    height: 6px;
  }
  .category-nav li p {
    font-size: 14px;
  }
  .contents-wrap .tab-menu li {
    height: 70px;
  }
  .contents-wrap .tab-menu li a {
    font-size: 12px;
    text-align: center;
    padding: 0 0 5px;
  }
  .contents-wrap .tab-menu li a:before {
    width: 6px;
    height: 6px;
  }
  .contents-wrap .tab-menu li a .fs01 {
    font-size: 9px;
  }
  .contents-wrap .tab-menu li a .fs02 {
    font-size: 10px;
  }
  .contents-wrap .tab-menu li:nth-of-type(7) a img {
    max-width: 60px;
  }
  .contents-wrap .tab-menu.tab-menu__col5 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 20px;
  }
  .contents-wrap .tab-menu.tab-menu__col5 li {
    width: calc(33.3333333333% - 3px);
    margin: 4px 0 0 0;
  }
  .contents-wrap .tab-menu.tab-menu__col5 li:nth-child(1), .contents-wrap .tab-menu.tab-menu__col5 li:nth-child(2), .contents-wrap .tab-menu.tab-menu__col5 li:nth-child(3) {
    margin-top: 0;
  }
  .following-menu li {
    height: 60px;
  }
  .following-menu li a {
    padding: 0 0 5px;
  }
  .following-menu li a:before {
    width: 6px;
    height: 6px;
  }
  .following-menu__col4 li {
    width: 33.333%;
  }
  .contents-wrap .shop-list .shop-contents .shop-info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
}
.note {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .note {
    padding: 0 17px;
    text-align: left;
    line-height: 1.7em;
    padding-left: 2em;
    text-indent: -1em;
  }
}/*# sourceMappingURL=style.css.map */