@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3008130081vw;
  }
}
@media (min-width: 1230px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-about {
  margin-top: 3.75rem;
}

.l-contact {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 7.5rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1230px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-news {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 7.5rem;
  }
}

.l-service {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    margin-top: 5rem;
  }
}

.l-store {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-store {
    margin-top: 7.5rem;
  }
}

.c-circle-cross {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
}

.c-circle-cross:hover {
  opacity: 1;
}

.c-circle-cross::before,
.c-circle-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #333;
}

.c-circle-cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-circle-cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-dropdown {
  position: relative;
}
.c-dropdown::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: 1.875rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .c-dropdown::after {
    right: 0.625rem;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    border-right: 2px solid #333;
  }
}

.c-dropdown__list {
  display: block;
  position: absolute;
  left: 0;
  top: 4.0625rem;
  z-index: 4;
  background: #663300;
  width: 18.75rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-dropdown:hover > .c-dropdown__list,
.c-dropdown:active > .c-dropdown__list {
  visibility: visible;
  opacity: 1;
}

.c-dropdown__item:last-child .c-dropdown__item-link {
  border-bottom: none;
}

.c-dropdown__item-link {
  padding: 0.625rem 2.1875rem;
  border-bottom: solid 1px #663300;
  color: #663300 !important;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-dropdown__item-link {
    color: #fff !important;
    background-color: #663300;
    text-align: left;
    border-bottom: solid 1px #fff;
  }
}

.c-header-shop__name {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.1em;
}

.c-header-shop__name span {
  font-size: 0.75rem;
  margin-left: 0.3125rem;
}

.c-header-shop__date {
  margin-top: 0.1875rem;
  font-size: 0.75rem;
}

.c-header-shop__date span {
  display: block;
  margin-top: 0.1875rem;
}

.c-header-shop__tel {
  display: inline-block;
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #1a0dab;
  position: relative;
  padding: 0 1.25rem;
}
.c-header-shop__tel::before {
  position: absolute;
  content: "";
  background: url(../images/tel.png) no-repeat center/contain;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (min-width: 768px) {
  .c-news-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-news-item__date {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-news-item__date {
    width: 10%;
  }
}

.c-news-item__title {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-news-item__title {
    width: 20%;
  }
}

.c-news-item__text {
  margin-top: 0.625rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-news-item__text {
    margin-left: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-news-sub-item__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.c-news-sub-item__body {
  margin-top: 0.625rem;
}

.c-news-sub-item__date {
  font-size: 0.875rem;
}

.c-news-sub-item__title {
  font-size: 1.125rem;
  font-weight: bold;
}

.c-section-title {
  display: inline-block;
  font-size: 1.75rem;
  padding-bottom: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2rem;
  }
}
.c-section-title::before {
  position: absolute;
  content: attr(data-en);
  display: block;
  top: -1.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.125rem;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
.c-section-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background-color: #663300;
}

.c-section-title--white {
  color: #fff;
}
.c-section-title--white::before {
  color: #fff;
}
.c-section-title--white::after {
  background-color: #fff;
}

.pagination {
  margin: 40px 0 0;
}

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

.pagination .page-numbers {
  display: inline-block;
  margin-right: 1.25rem;
  padding: 0.625rem 0.9375rem;
  color: #333;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #999;
          box-shadow: 0 3px 3px #999;
  background: #fff;
}

.pagination .current {
  padding: 0.625rem 0.9375rem;
  background: #663300;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #663300;
}

.pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-about__title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5rem;
  }
}

.p-about__image {
  margin-top: 1.875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about__image {
    width: calc(50% - 3.75rem);
    margin-left: 3.75rem;
  }
}

.p-about__image img {
  aspect-ratio: 364/255;
  margin: 0 auto;
}

.p-about__message {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__message {
    width: 50%;
  }
}

.p-about__catch {
  font-size: 1.125rem;
  line-height: 1.8em;
  text-align: center;
}

.p-about__catch strong {
  color: #BEA72D;
}

.p-about__text {
  margin-top: 1.25rem;
  background-color: #FFF5EE;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    padding: 1.25rem;
  }
}

.p-about__text p {
  line-height: 1.8em;
}

.p-about__text p:not(:first-child) {
  margin-top: 0.9375rem;
}

.p-article {
  padding: 3.75rem 0;
}
.p-article a {
  color: #1a0dab;
  text-decoration: underline;
}

.p-article__title {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    font-size: 1.875rem;
  }
}

.p-article__inner {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-article__inner {
    padding: 1.5625rem;
    width: 80%;
    margin: 0 auto;
  }
}

.p-article__image {
  margin-top: 2.5rem;
  overflow: hidden;
}

.p-article__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.p-article__text {
  line-height: 2em;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-article__text {
    font-size: 1.375rem;
  }
}
.p-article__text p + p {
  margin-top: 1.25rem;
}

.p-contact {
  background: url(../images/contact.jpg) no-repeat center/cover;
  padding: 5.625rem 0;
}

.p-contact__title {
  text-align: center;
}

.p-contact__text {
  margin-top: 1.25rem;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
}

.p-contact__list {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-contact__item + .p-contact__item {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item + .p-contact__item {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-footer {
  padding: 3.75rem 0;
  text-align: center;
}

.p-footer__img {
  width: 6.25rem;
  margin: 0 auto;
}

.p-footer__copyright {
  display: block;
  text-align: center;
}

.p-header-nav {
  text-align: center;
  height: 100vh;
  width: 100%;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    height: inherit;
    overflow: visible;
    overflow: initial;
    width: auto;
    width: initial;
  }
}

.p-header-nav__item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 1.25rem 2.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item a {
    color: #333;
  }
  .p-header-nav__item a:hover {
    color: #663300;
  }
}

/*==768px以下の形状*/
@media screen and (max-width: 768px) {
  nav li.c-dropdown ul,
  nav li.c-dropdown ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav ul li a {
    border-bottom: 1px solid #ccc;
  }
  /*矢印の位置と向き*/
  nav ul li.c-dropdown::before {
    left: 20px;
  }
  nav ul ul li.c-dropdown::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.c-dropdown.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.p-header {
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding: 0 2.5rem;
    height: auto;
  }
}

.p-header__up {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    text-align: center;
  }
}

.p-header__logo-lead {
  display: block;
  font-size: 0.75rem;
}

.p-header__logo-image {
  width: 11.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-image {
    margin-top: 0.9375rem;
    width: 15rem;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 768px) {
  .p-header__shop-item {
    margin-left: 3.75rem;
  }
}

.p-header__hamburger-btn {
  position: absolute;
  top: 0;
  right: 0.625rem;
  z-index: 100;
  height: inherit;
  width: 4rem;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-btn {
    display: none;
  }
}

.p-header__hamburger-btn span {
  width: 1.5rem;
  height: 4px;
  background-color: #663300;
  display: block;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger-btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-header__hamburger-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  top: 7px;
}

.p-header__hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -9px;
  background-color: #fff;
}

.p-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #663300;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    position: static;
    background-color: inherit;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-modal__open {
  text-align: center;
}

.p-modal__btn {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.25rem;
  min-width: 15.625rem;
  text-align: center;
  background-color: #fff;
  color: skyblue;
  border: 2px solid skyblue;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-modal__btn--brown {
  color: #663300;
  border: 2px solid #663300;
}

.p-modal__btn--green {
  color: #06c755;
  border: 2px solid #06c755;
}

.p-modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  padding: 2.5rem 1.25rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-modal__container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.p-modal__container.active {
  opacity: 1;
  visibility: visible;
}

.p-modal__body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 31.25rem;
  width: 90%;
}

.p-modal__close {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
}

.p-modal__content {
  background: #fff;
  text-align: left;
  padding: 1.875rem;
}

.p-modal__text {
  font-size: 1.25rem;
}

.p-modal__content-title {
  font-size: 1.375rem;
  font-weight: bold;
}

.p-modal__store {
  margin-top: 1.25rem;
}

.p-modal__store a {
  display: block;
  font-size: 1.125rem;
  padding: 0.9375rem 0;
  border-top: 1px solid #000;
}

.p-mv-slider__img {
  overflow: hidden;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.p-mv-slider .swiper-slide-active .p-mv-slider__img,
.p-mv-slider .swiper-slide-duplicate-active .p-mv-slider__img,
.p-mv-slider .swiper-slide-prev .p-mv-slider__img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.p-news-sub {
  padding: 3.75rem 0;
}

.p-news-sub__title {
  text-align: center;
}

.p-news-sub__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-sub__list {
    margin-top: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}

.p-news__title {
  text-align: center;
}

.p-news__list {
  margin-top: 1.875rem;
}

.p-news__item {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #000;
}

.p-news__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}

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

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

.p-service__image {
  margin-top: 0.3125rem;
}

.p-service__text {
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
}

.p-service__down {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__down {
    margin-left: 3.75rem;
    width: calc(50% - 3.75rem);
  }
}

.p-service__recommend {
  text-align: center;
  font-size: 1.125rem;
}

.p-service__list {
  background-color: #FFF5EE;
  margin: 0.625rem auto 0;
  padding: 0.625rem;
  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;
  row-gap: 0.9375rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    padding: 2.6875rem 1.25rem;
    margin-top: 0.3125rem;
  }
}

.p-service__item {
  padding-left: 0.9375rem;
  position: relative;
}
.p-service__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: -0.2em;
  width: 0.75rem;
  height: 0.375rem;
  border-left: 2px solid green;
  border-bottom: 2px solid green;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-store__title {
  text-align: center;
}

.p-store__list {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-store__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-store__item {
  padding: 0.9375rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, .6);
          box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, .6);
}
@media screen and (min-width: 768px) {
  .p-store__item {
    width: calc(33.333% - 1.66667rem);
  }
}

.p-store__item + .p-store__item {
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-store__item + .p-store__item {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-store__name {
  font-size: 1.5rem;
  padding-left: 0.9375rem;
  position: relative;
}
.p-store__name::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 3px;
  height: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #937D0D;
}
.p-store__name span {
  margin-left: 0.625rem;
  font-size: 1.125rem;
}

.p-store__slider {
  margin-top: 0.625rem;
}
.p-store__slider img {
  width: 100%;
}

.p-store__slider-thumbnail {
  margin-top: 1.875rem;
}

.p-store__slider-thumbnail .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.p-store__slider-thumbnail .swiper-slide img {
  width: 70%;
  margin: 0 auto;
  border-radius: 50%;
}

.p-store__slider-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.p-store__info {
  margin-top: 2.5rem;
}

.p-store__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6em;
}

.p-store__info dl:not(:first-child) {
  margin-top: 0.9375rem;
}

.p-store__info dt {
  width: 6.25rem;
}

.p-store__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-store__info dd a {
  color: #1a0dab;
  text-decoration: underline;
}

.p-news__btn {
  text-align: center;
  margin-top: 1.875rem;
}

.p-news__btn a {
  display: inline-block;
  min-width: 15.625rem;
  padding: 0.625rem;
  border: 1px solid #663300;
  background-color: #663300;
  color: #fff;
  font-weight: bold;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__btn a:hover {
    background-color: #fff;
    color: #663300;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
