@charset "UTF-8";
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body {
  color: #33281F;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  overflow-x: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.breadcrumb {
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #E2DDD8;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-top: 3.375rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb__inner.inner {
    max-width: 73.125rem;
  }
}

.breadcrumb__items {
  font-size: 0;
}

.breadcrumb__item {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}

.breadcrumb__item + .breadcrumb__item {
  margin-left: 2px;
  margin-left: 0.125rem;
}

.breadcrumb__item:nth-child(n+2)::before {
  content: ">";
  display: inline-block;
}

.breadcrumb__item a {
  color: #86674F;
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 10px 32px 9px 24px;
  padding: 0.625rem 2rem 0.5625rem 1.5rem;
  border: 1px solid #33281F;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: 1.625rem 2rem 1.5625rem 1.5rem;
  }
}

.btn:hover {
  color: #666666;
}

.btn::after {
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  border-right: 1px solid #33281F;
  border-bottom: 1px solid #33281F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.description {
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .description {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.footer {
  text-align: center;
}

.footer__nav-items {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__nav-items {
    display: block;
    background-color: #FEF2E9;
  }
}

.footer__nav-item {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.footer__nav-link {
  display: inline-block;
  padding: 23px 8px;
  padding: 1.4375rem 0.5rem;
  line-height: 1;
}

.footer__copyright {
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  background-color: #33281F;
  color: #EFEDE9;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-top: 1.25rem;
  }
}

.hamburger {
  display: block;
  padding: 0;
  padding-right: 11px;
  padding-right: 0.6875rem;
  padding-left: 11px;
  padding-left: 0.6875rem;
}

.hamburger__line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #33281F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hamburger__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  width: 100%;
  height: 1px;
  background-color: #33281F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburger__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  width: 100%;
  height: 1px;
  background-color: #33281F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburger.is-open .hamburger__line {
  background-color: transparent;
}

.hamburger.is-open .hamburger__line::before {
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
}

.hamburger.is-open .hamburger__line::after {
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1336px;
  max-width: 83.5rem;
}
@media screen and (min-width: 960px) {
  .header__inner.inner {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 1.875rem;
  }
}

.header__site-title {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .header__site-title {
    position: absolute;
    top: 0;
    left: 1.5625rem;
  }
}

.header__site-title-link {
  display: block;
  width: 256px;
  width: 16rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__site-title-link {
    width: 31.1041990669vw;
    width: 34.9922239502vw;
  }
}
@media screen and (min-width: 1130px) {
  .header__site-title-link {
    max-width: 31.6025rem;
    width: 39.6189735614vw;
  }
}

.header__site-title span {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  color: #F1500B;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.header__site-title span:nth-of-type(1) {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .header__site-title span:nth-of-type(1) {
    font-size: 2.5rem;
  }
}

.header__site-title span:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .header__site-title span:nth-of-type(2) {
    font-size: 2rem;
  }
}

.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow-y: scroll;
  padding: 126px 20px 17px;
  padding: 7.875rem 1.25rem 1.0625rem;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    overflow-y: visible;
    overflow-y: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}

.header__nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__nav-items {
  max-width: 600px;
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .header__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    width: 100%;
    margin-top: 1.875rem;
    padding-bottom: 0.9375rem;
  }
}

.header__nav-item {
  border-top: 1px solid #E2DDD8;
}
@media screen and (min-width: 960px) {
  .header__nav-item {
    border-top: 0;
    border-left: 1px solid #E2DDD8;
  }
}

.header__nav-item:last-child {
  border-bottom: 1px solid #E2DDD8;
}
@media screen and (min-width: 960px) {
  .header__nav-item:last-child {
    border-bottom: 0;
    border-right: 1px solid #E2DDD8;
  }
}

.header__nav-link {
  padding: 18px 24px;
  padding: 1.125rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .header__nav-link {
    padding: 0.65em 1.15em 0.45em;
    padding: 0.7em 1.15em 0.5em;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1130px) {
  .header__nav-link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .header__nav-link {
    font-size: 1.25rem;
  }
}

.header__nav-link--current {
  padding-left: 31px;
  padding-left: 1.9375rem;
}
@media screen and (min-width: 960px) {
  .header__nav-link--current {
    padding-left: 1.4375rem;
  }
}

.header__nav-link:hover {
  color: #CF8510;
}

.header__nav-link::before {
  margin-right: 10px;
  margin-right: 0.625rem;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 900;
  height: 15px;
  height: 0.9375rem;
  width: 15px;
  width: 0.9375rem;
  background-color: #CF8510;
  border-radius: 50%;
  color: white;
  line-height: 15px;
  line-height: 0.9375rem;
  text-align: center;
}

.header__nav-link:hover::before {
  color: #CF8510;
  background-color: #fff;
  border: 1px solid currentColor;
}

.header__nav-btns {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .header__nav-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

.header__nav-btn + .header__nav-btn {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .header__nav-btn + .header__nav-btn {
    margin-top: 0;
    margin-left: 0.0625rem;
  }
}

.header__nav-btn-link {
  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;
  width: 286px;
  width: 17.875rem;
  padding-top: 17.5px;
  padding-top: 1.09375rem;
  padding-bottom: 15.5px;
  padding-bottom: 0.96875rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF7E9;
  border-radius: 0.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .header__nav-btn-link {
    width: auto;
    padding: 1rem 1.25rem 0.9375rem 1.1875rem;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 960px) {
  .header__nav-btn:nth-child(1) .header__nav-btn-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (min-width: 960px) {
  .header__nav-btn:nth-child(2) .header__nav-btn-link {
    border-radius: 0;
  }
}

@media screen and (min-width: 960px) {
  .header__nav-btn:nth-child(3) .header__nav-btn-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.header__nav-btn-link img {
  display: inline-block;
  width: 17px;
  width: 1.0625rem;
}

.header__nav-btn-link span {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header__nav-btn-link span {
    margin-left: 1.625rem;
  }
}

.header__hamburger {
  position: relative;
  z-index: 2;
  width: 40px;
  width: 2.5rem;
}
@media screen and (min-width: 960px) {
  .header__hamburger {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .information__inner.inner {
    max-width: 70.625rem;
  }
}

.information__section-center {
  text-align: center;
}

.information__description {
  line-height: 1.75;
}

.information__section-center + .information__description {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.information__section-title + .information__description {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .information__section-title + .information__description {
    margin-top: 4.125rem;
  }
}

.information__email {
  line-height: 1.75;
}

.information__email a {
  color: #86674F;
  text-decoration: underline;
}

.information__detail:nth-of-type(1) {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.information__detail--colomn:nth-of-type(1) {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.information__detail:nth-of-type(n + 2) {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.information__detail.information__detail--company {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.information__detail.information__detail--shops {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.information__detail--border-top {
  padding-top: 35px;
  padding-top: 2.1875rem;
  border-top: 5px solid #E2DDD8;
}

.information__heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.information__dl {
  padding: 16px;
  padding: 1rem;
  border-top: 1px solid #E2DDD8;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .information__dl {
    padding: 17px 24px 23px;
    padding: 1.0625rem 1.5rem 1.4375rem;
  }
}

.information__dl--colomn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  padding-left: 0;
}

.information__dl--narrow {
  padding: 33px 14px 33px 24px;
  padding: 2.0625rem 0.875rem 2.0625rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .information__dl--narrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.information__dl--colomn:first-of-type {
  border-top: 0;
}

.information__dl--colomn .information__dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information__dl--colomn .information__dt {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .information__dl--colomn .information__dd {
    margin-top: 1.5625rem;
  }
}

.information__heading + .information__dl {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.information__heading + .information__dl--narrow {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.information__dl:last-of-type {
  border-bottom: 1px solid #E2DDD8;
}

.information__dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7em;
}
@media screen and (min-width: 768px) {
  .information__dt {
    width: 16.875rem;
  }
}

.information__dt--with-icon {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information__dt--with-icon {
    width: 35%;
  }
}

.information__dt--with-icon a {
  display: block;
}

.information__dt--with-icon a::before {
  content: url(../images/common/logo-icon.png);
  vertical-align: middle;
  padding-right: 6px;
  padding-right: 0.375rem;
}

.information__plus {
  margin-top: 40px;
  margin-top: 2.5rem;
  border: 1px solid #E2DDD8;
}
@media screen and (min-width: 768px) {
  .information__plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.information__dd {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.information__dd a {
  color: #86674F;
  text-decoration: underline;
}

.information__dl-plus {
  padding: 16px;
  padding: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .information__dl-plus {
    padding: 1rem 2.5rem 1.875rem;
  }
}

.information__dd-plus {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.5;
}

.information__dd2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information__dd2 {
    width: 38%;
  }
}

.information__link-dd {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .information__link-dd {
    width: 33.3333333333%;
  }
}

.information__link-dd a {
  display: block;
}

.information__link-dd a:hover {
  color: #CF8510;
}

.information__link-dd a::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
  margin-right: 0.625rem;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 900;
  height: 15px;
  height: 0.9375rem;
  width: 15px;
  width: 0.9375rem;
  background-color: #CF8510;
  border-radius: 50%;
  color: white;
  line-height: 15px;
  line-height: 0.9375rem;
  text-align: center;
}

.information__link-dd a:hover::after {
  color: #CF8510;
  background-color: white;
  border: 1px solid currentColor;
}

.inner {
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1100px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.section-title {
  display: inline-block;
  color: #86674F;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 1.875rem;
  }
}

.section-title--top {
  font-size: 30px;
  font-size: 1.875rem;
}

.sub-mainview {
  width: 100%;
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (min-width: 960px) {
  .sub-mainview {
    padding-top: 10.5rem;
  }
}

.sub-mainview__image {
  width: 100%;
  height: 240px;
  height: 15rem;
  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;
  /* 画像は、各ページのクラスに指定
  .recruit__sub-mainview .sub-mainview__image など
  */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .sub-mainview__image {
    height: 22.4375rem;
  }
}

.sub-mainview__heading {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sub-mainview__heading {
    font-size: 2.0625rem;
  }
}

.sub-mainview__heading--text-shadow {
  text-shadow: 3px 3px 5px #555;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 80px;
  font-size: 5rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.space {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.links {
  background-color: #F0ECE8;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 263px;
  padding-bottom: 16.4375rem;
}
@media screen and (min-width: 768px) {
  .links {
    padding-top: 6.5rem;
    padding-bottom: 7.625rem;
  }
}

.links__inner.inner {
  max-width: 1202px;
  max-width: 75.125rem;
}

@media screen and (min-width: 768px) {
  .links__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .links__item {
    width: 47.9166666667%;
  }
}

.links__item + .links__item {
  margin-top: 139px;
  margin-top: 8.6875rem;
}
@media screen and (min-width: 768px) {
  .links__item + .links__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .links__item:nth-child(2n) {
    margin-left: 4.1666666667%;
  }
}

@media screen and (min-width: 768px) {
  .links__item:nth-child(n+3) {
    margin-top: 4rem;
  }
}

.links__link {
  position: relative;
  display: block;
}

.links__image {
  position: relative;
  width: 100%;
}

.links__image::before {
  content: "";
  display: block;
  padding-top: 55.7142857143%;
}

.links__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.links__heading {
  position: absolute;
  right: 0;
  bottom: -62px;
  bottom: -3.875rem;
  display: block;
  width: 246px;
  width: 15.375rem;
  padding: 16px 24px 24px;
  padding: 1rem 1.5rem 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: 400;
  color: #86674F;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .links__heading {
    right: auto;
    right: initial;
    bottom: -1rem;
    left: 0;
    padding: 2rem 1.5rem 0.875rem;
  }
}

.links__heading::after {
  content: "";
  display: block;
  height: 1px;
  width: 48px;
  width: 3rem;
  background-color: #86674F;
  margin-top: 25px;
  margin-top: 1.5625rem;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.links__link:hover .links__heading::after {
  width: 144px;
  width: 9rem;
}

.mainview {
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .mainview {
    padding-top: 10.5rem;
  }
}

.mainview__swiper-container {
  position: relative;
}

.mainview__swiper {
  width: 100%;
}

.mainview__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -36px;
  bottom: -2.25rem;
}
@media screen and (min-width: 768px) {
  .mainview__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 2.125rem;
  }
}

.mainview__swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
  background-color: #E2DDD8;
  opacity: 1;
}

.mainview__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #86674F;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.mainview__image {
  position: relative;
  display: block;
  width: 100%;
}

.mainview__image::before {
  content: "";
  display: block;
  padding-top: 112.0512820513%;
}
@media screen and (min-width: 768px) {
  .mainview__image::before {
    padding-top: 43.9238653001%;
  }
}

.mainview__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.mainview__swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item {
  border-top: 1px solid #E2DDD8;
  padding: 17px 16px 23px;
  padding: 1.0625rem 1rem 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .news-item {
    padding: 1.0625rem 1.5rem 1.4375rem;
  }
}

.news-item:last-child {
  border-bottom: 1px solid #E2DDD8;
}

.news-item__data {
  margin-left: 23px;
  margin-left: 1.4375rem;
  color: #86674F;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .news-item__data {
    margin-left: 12.1875rem;
  }
}

.news-item__data-link {
  text-decoration: underline;
}

.news__news-items {
  max-width: 1080px;
  max-width: 67.5rem;
  margin-top: 37px;
  margin-top: 2.3125rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .news__inner.inner {
    max-width: 78.125rem;
  }
}

.top-shops {
  position: relative;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #FFF7EB;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-shops {
    text-align: left;
    padding-top: 6.5625rem;
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .top-shops__inner.inner {
    padding-left: 56.9546120059%;
    width: 100vw;
    max-width: 100vw;
  }
}

.top-shops__image-wrapper {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .top-shops__image-wrapper {
    width: 51.6837481698%;
    position: absolute;
    left: 0;
    top: -5rem;
    margin-top: 0;
  }
}

.top-shops__image {
  position: relative;
  width: calc(100vw - 20px);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .top-shops__image {
    width: 100%;
    margin-left: 0;
  }
}

.top-shops__image::before {
  content: "";
  display: block;
  padding-top: 56.2162162162%;
}
@media screen and (min-width: 768px) {
  .top-shops__image::before {
    padding-top: 24.8125rem;
  }
}

.top-shops__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.top-shops__description {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .top-shops__description {
    margin-top: 2.875rem;
  }
}

.top-shops__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.top-supplement {
  position: relative;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  background-color: #FFF7EB;
}
@media screen and (min-width: 768px) {
  .top-supplement {
    padding-top: 4.0625rem;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .top-supplement__inner.inner {
    max-width: 78.125rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top-supplement__flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .top-supplement__pc-left {
    position: relative;
    width: 31.5833333333%;
  }
}

.top-supplement__image1 {
  position: absolute;
  top: -80px;
  top: -5rem;
  left: 0;
  width: 37.9487179487%;
  height: 188px;
  height: 11.75rem;
}
@media screen and (min-width: 768px) {
  .top-supplement__image1 {
    position: absolute;
    top: -11.25rem;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .top-supplement__image1::before {
    content: "";
    display: block;
    padding-top: 127.1767810026%;
  }
}

.top-supplement__image1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-supplement__image1 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .top-supplement__pc-right {
    margin-left: 5.3333333333%;
    width: 63.0833333333%;
  }
}

.top-supplement__section-title {
  padding-right: 18px;
  padding-right: 1.125rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .top-supplement__section-title {
    padding-right: 0;
    text-align: left;
  }
}

.top-supplement__description {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-supplement__description {
    width: 92%;
    margin-top: 3.0625rem;
  }
}

.top-supplement__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-supplement__btn {
    margin-top: 2.25rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .top-supplement__image2-wrapper {
    position: absolute;
    bottom: -11.125rem;
    right: 1.5625rem;
    width: 17.44%;
  }
}

.top-supplement__image2 {
  position: absolute;
  bottom: -52px;
  bottom: -3.25rem;
  right: 0;
  width: calc(100vw - 20px);
  height: 106px;
  height: 6.625rem;
}
@media screen and (min-width: 768px) {
  .top-supplement__image2 {
    position: relative;
    height: auto;
    bottom: auto;
    bottom: initial;
    margin-left: auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top-supplement__image2::before {
    content: "";
    display: block;
    padding-top: 97.247706422%;
  }
}

.top-supplement__image2 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-supplement__image2 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.top__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.top__news {
  margin-top: 116px;
  margin-top: 7.25rem;
}
@media screen and (min-width: 768px) {
  .top__news {
    margin-top: 4.8125rem;
  }
}

.top__top-shops {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .top__top-shops {
    margin-top: 10rem;
  }
}

.top__top-supplement {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .top__top-supplement {
    margin-top: 14.75rem;
  }
}

.top__links {
  margin-top: 133px;
  margin-top: 8.3125rem;
}
@media screen and (min-width: 768px) {
  .top__links {
    margin-top: 11.75rem;
  }
}

.recruit__sub-mainview .sub-mainview__image {
  background-image: url(../images/recruit/recruit-mainview@2x.jpg);
  background-position: top;
}

.recruit__information {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .recruit__information {
    margin-top: 4.625rem;
  }
}

.information__email {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.recruit__footer {
  margin-top: 80px;
  margin-top: 5rem;
}

.company__sub-mainview .sub-mainview__image {
  background-image: url(../images/company/company-mainview@2x.jpg);
}

.company__information {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .company__information {
    margin-top: 4.625rem;
  }
}

.company__footer {
  margin-top: 74px;
  margin-top: 4.625rem;
}

.service__sub-mainview .sub-mainview__image {
  background-image: url(../images/service/service-mainview@2x.jpg);
}

.service__information {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service__information {
    margin-top: 4.625rem;
  }
}

.service__footer {
  margin-top: 80px;
  margin-top: 5rem;
}

.message__sub-mainview .sub-mainview__image {
  background-image: url(../images/message/message-mainview@2x.jpg);
}

.message__main {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .message__main {
    margin-top: 4.625rem;
  }
}

@media screen and (min-width: 768px) {
  .message__inner.inner {
    max-width: 70.625rem;
  }
}

.message__text {
  line-height: 1.75;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.message__text:first-of-type {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.message__text + .message__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.message__sign {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  text-align: right;
}

.message__sign img {
  width: 243px;
  width: 15.1875rem;
  display: inline;
}

.message__footer {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.contact__sub-mainview .sub-mainview__image {
  background-image: url(../images/contact/contact-mainview@2x.jpg);
}

.contact__main {
  margin-top: 40px;
  margin-top: 2.5rem;
  min-height: calc(100vh - 31.375rem);
}
@media screen and (min-width: 768px) {
  .contact__main {
    margin-top: 4.75rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__inner.inner {
    max-width: 70.625rem;
  }
}

.contact__wrapper {
  margin-top: 43px;
  margin-top: 2.6875rem;
  padding: 32px 40px 18px;
  padding: 2rem 2.5rem 1.125rem;
  border: 1px solid #E2DDD8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__wrapper {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .contact__item {
    width: 50%;
  }
}

.contact__item + .contact__item {
  margin-top: 32px;
  margin-top: 2rem;
  padding-top: 32px;
  padding-top: 2rem;
  border-top: 1px solid #E2DDD8;
}
@media screen and (min-width: 768px) {
  .contact__item + .contact__item {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #E2DDD8;
  }
}

.contact__heading {
  width: 240px;
  width: 15rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #86674F;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0.5rem;
}

.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
  color: #86674F;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact__link {
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__item:nth-of-type(2) .contact__link {
    margin-top: 1.1875rem;
  }
}

.contact__link[href^="mailto:"] {
  text-decoration: underline;
}

.contact__link-information {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

.contact__link span:nth-child(2) {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.contact__address {
  margin-top: 34px;
  margin-top: 2.125rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  border-top: 1px solid #E2DDD8;
  color: #86674F;
}

.contact__footer {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .contact__footer {
    margin-top: 7.5rem;
  }
}

.supplement-item {
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .supplement-item {
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.supplement-item__image {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .supplement-item__image {
    width: 38%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.supplement-item__right {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .supplement-item__right {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 1rem;
  }
}

.supplement-item__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (min-width: 768px) {
  .supplement-item__image--rectangle::before {
    padding-top: 140%;
  }
}

.supplement-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.supplement-item__heading {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .supplement-item__heading {
    margin-top: 0;
  }
}

.supplement-item__description {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.75;
}

.supplement-item__description span {
  color: #86674F;
}

.supplement-item__price {
  display: inline-block;
  color: #86674F;
  font-weight: 600;
}

.supplement-item__price + .supplement-item__link {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.supplement-item__links {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.supplement-item__link {
  display: inline-block;
  padding: 2px 16px;
  padding: 0.125rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #594C41;
  color: #fff;
}

.supplement-item__link::before {
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  content: "\f35d";
}

.supplement-item__link--official {
  margin-top: 8px;
  margin-top: 0.5rem;
  background-color: #fff;
  border: 1px solid currentColor;
  color: #594C41;
}

.supplement__footer {
  margin-top: 80px;
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .supplement-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .supplement-items__supplement-item {
    width: 50%;
  }
}

.supplement-items__supplement-item + .supplement-items__supplement-item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .supplement-items__supplement-item + .supplement-items__supplement-item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .supplement-items__supplement-item:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}

.supplement__sub-mainview .sub-mainview__image {
  background-image: url(../images/supplement/supplement-mainview@2x.jpg);
  background-position: left;
}

.supplement__main {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .supplement__main {
    margin-top: 4.625rem;
  }
}

@media screen and (min-width: 768px) {
  .supplement__inner.inner {
    max-width: 70.625rem;
  }
}

.supplement__men {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  border-top: 1px solid #E2DDD8;
}

.supplement__description {
  margin-top: 35px;
  margin-top: 2.1875rem;
  line-height: 1.75;
}

.supplement__supplement-items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.shops__sub-mainview .sub-mainview__image {
  background-image: url(../images/shops/shops-mainview@2x.jpg);
}

.shops__information {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .shops__information {
    margin-top: 4.8125rem;
  }
}

.shops__footer {
  margin-top: 80px;
  margin-top: 5rem;
}

.shops-detail__breadcrumb {
  width: 100%;
  padding-top: 70px;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .shops-detail__breadcrumb {
    padding-top: 12.875rem;
  }
}

.shops-detail__inner.inner {
  max-width: 1130px;
  max-width: 70.625rem;
}

.shops-detail__heading {
  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;
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #86674F;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  padding-right: 50px;
  padding-right: 3.125rem;
}
@media screen and (min-width: 768px) {
  .shops-detail__heading {
    font-size: 1.8125rem;
    margin-top: 4.8125rem;
  }
}

.shops-detail__description.description {
  font-weight: 400;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.shops-detail__heading2 {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E2DDD8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .shops-detail__heading2 {
    margin-top: 3.9375rem;
  }
}

.shops-detail__wrapper {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .shops-detail__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 64.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.shops-detail__table-left {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px) {
  .shops-detail__table-left {
    width: 50%;
  }
}

.shops-detail__table-left--small {
  max-width: 300px;
  max-width: 18.75rem;
}

.shops-detail__table-left th,
.shops-detail__table-left td {
  padding: 8px 0;
  padding: 0.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
}

.shops-detail__table-left th {
  font-weight: 400;
}

.shops-detail__table-right {
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px) {
  .shops-detail__table-right {
    width: 50%;
    margin-top: 0;
  }
}

.shops-detail__table-right caption {
  caption-side: bottom;
}

.shops-detail__table-right tr:nth-child(n+2) th {
  border-top: 1px solid #E2DDD8;
}

.shops-detail__table-right tr:nth-child(n+2) td {
  border-top: 1px solid #E2DDD8;
}

.shops-detail__table-right th:nth-child(1) {
  text-align: left;
}

.shops-detail__table-right th:nth-child(n+2) {
  text-align: center;
}

.shops-detail__table-right td {
  text-align: center;
}

.shops-detail__table-right {
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .shops-detail__table-right {
    width: 50%;
    margin-top: 0;
    max-width: 30.75rem;
  }
}

.shops-detail__table-right th,
.shops-detail__table-right td {
  padding: 6px 0;
  padding: 0.375rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
  line-height: 1.75;
}

.shops-detail__table-right th {
  font-weight: 400;
}

.shops-detail__table-right td {
  width: 50px;
  width: 3.125rem;
}

.shops-detail__annotation {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.shops-detail__map {
  position: relative;
  width: 100%;
  max-width: 1040px;
  max-width: 65rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.shops-detail__map::before {
  content: "";
  display: block;
  padding-bottom: 31.007751938%;
}

.shops-detail__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shops-detail__sub-swiper {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .shops-detail__sub-swiper {
    margin-top: 6.25rem;
  }
}

.shops-detail__footer {
  margin-top: 80px;
  margin-top: 5rem;
}

.sub-swiper {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background-color: #FFF7EB;
}
@media screen and (min-width: 768px) {
  .sub-swiper {
    padding-top: 5.25rem;
    padding-bottom: 8rem;
  }
}

.sub-swiper__sub-swiper-container {
  position: relative;
  height: 100%;
  width: 100%;
}

/* レイアウトのためのスタイル */
.sub-swiper__swiper {
  height: 100%;
  width: 100%;
}

.sub-swiper__options {
  position: absolute;
  bottom: -46px;
  bottom: -2.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 350px;
  max-width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .sub-swiper__options {
    max-width: 64.5rem;
  }
}

@media screen and (min-width: 768px) {
  .sub-swiper__swiper-slide.swiper-slide {
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
}

.sub-swiper__swiper-slide {
  position: relative;
  width: 100%;
}

.sub-swiper__swiper-slide::before {
  content: "";
  display: block;
  padding-top: 56.3008130081%;
}

.sub-swiper__swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.sub-swiper__swiper-pagination {
  position: static;
  display: inline-block;
  height: 25px;
  height: 1.5625rem;
  width: 65px;
  width: 4.0625rem;
  border-right: 1px solid #E2DDD8;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-align: left;
}

.sub-swiper__swiper-button-prev {
  position: static;
  display: inline-block;
  height: 25px;
  height: 1.5625rem;
  width: 25px;
  width: 1.5625rem;
  margin-top: 0;
  margin-left: 26px;
  margin-left: 1.625rem;
  border-radius: 50%;
  color: #86674F;
  border: 1px solid currentColor;
  text-align: center;
}

.sub-swiper__swiper-button-next {
  position: static;
  display: inline-block;
  height: 25px;
  height: 1.5625rem;
  width: 25px;
  width: 1.5625rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  border-radius: 50%;
  color: #86674F;
  border: 1px solid currentColor;
  text-align: center;
}

.sub-swiper__swiper-button-prev::after,
.sub-swiper__swiper-button-next::after {
  text-rendering: initial;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 23px;
  line-height: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  display: block;
}

.sub-swiper__pseudo-scrollbar {
  display: inline-block;
  width: calc(100% - 240px);
  margin-left: 60px;
  margin-left: 3.75rem;
}

.sub-swiper__pseudo-scrollbar-swiper {
  height: 1px;
}

.sub-swiper__pseudo-scrollbar .swiper-slide.swiper-slide-thumb-active {
  background-color: #33281F;
}

.sub-swiper__pseudo-scrollbar-swiper .swiper-slide {
  background-color: #E2DDD8;
}
/*# sourceMappingURL=styles.css.map */
