@charset "UTF-8";

/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';


  : none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

::selection {
  background: #d4dcd6;
}

/*-----------------------------------------------------------
body
-----------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #222;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 0;
}

/* .bg-pattern {
  background: url(../images/bg_pattern.jpg) no-repeat center / cover;
  position: fixed;
  inset: 0;
  z-index: -1;
} */


.bg-pattern {
  background: url(../images/bg_pattern.jpg) no-repeat center / cover;
}

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

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

a[href^="tel"] {
  cursor: default;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
.header .pc-inner {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
}

.header .pc-inner .pc-fix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5vw;
  margin: auto;
}

.header .pc-inner .pc-fix .h-logo {
  width: 30px;
  text-align: center;
}

.g-navi {
  display: flex;
  align-items: center;
}

.g-navi-links {
  color: #333;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 30px;
}

.g-navi-links li {
  text-align: center;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  line-height: 1;
}

.g-navi-links .jp {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  transition: .3s;
}

.g-navi-links .en {
  display: block;
  color: #816c5c;
  font-size: 14px;
}

.g-navi-links a {
  transition: .3s;
}

.g-navi-links a:hover .jp {
  color: #816c5c;
}

.g-navi-btns {
  display: flex;
  grid-gap: 10px;
  margin-right: 15px;
}

.g-navi-btns.center {
  justify-content: center;
}

.g-navi-btns a {
  display: inline-block;
  background-color: #816c5c;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  line-height: 1;
  padding: 8px 16px;
  transition: .3s;
  min-width: 100px;
}

.g-navi-btns .ginza {
  background-color: #4b3b2e;
}

.g-navi-btns a:hover {
  filter: brightness(0.75) contrast(120%);
}

.h-sns {
  display: inline-block;
  line-height: 1;
  transition: .3s;
}

.h-sns:hover {
  opacity: .5;
}

.sp-inner {
  display: none;
}

.anchor {
  margin-top: -116px !important;
  padding-top: 116px !important;
}

/*-----------------------------------------------------------
hero
-----------------------------------------------------------*/
.hero {
  position: relative;
}

.hero .splide__slide img {
  width: 100%;
  height: 50vh;
  min-height: 800px;
  object-fit: cover;
}

.hero-logo {
  width: 150px;
  position: absolute;
  z-index: 100;
  top: 34%;
  right: 6%;
}



/*-----------------------------------------------------------
top contents
-----------------------------------------------------------*/
.container {
  margin: 80px auto;
  max-width: 1024px;
  width: 100%;
}

.t-ttl01 {
  text-align: center;
  font-size: 30px;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 40px;
}

.t-ttl02 {
  font-size: 18px;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.t-ttl02 span {
  font-size: 15px;
  color: #816c5c;
  padding-left: 20px;
}

.t-ttl03 {
  font-size: 19px;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  font-weight: bold;
  padding: 0 0 0 28px;
  margin: 0 0 25px;
  position: relative;
}

.t-ttl03::before {
  content: "";
  background: #fff;
  width: 4px;
  height: 22px;
  position: absolute;
  top: 4px;
  left: 0;
}

.t-ttl-en {
  text-align: center;
  font-size: 30px;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 40px;
}

/*sec01*/
.sec01-list-post {
  border-left: solid 2px #e5e1dd;
  padding: 30px 100px 30px 80px;
}

.sec01-list-post li {
  font-size: 14px;
}

.sec01-list-post li+li {
  margin-top: 10px;
}

.sec01-list-post time {
  color: #816c5c;
  margin-right: 40px;
}

/*col02-re*/
.col02-re {
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.col02-re .l-img,
.col02-re .l-desc {
  width: 48%;
}

.txt_jp {
  margin-bottom: 30px;
}

.txt_en {
  padding-top: 30px;
  margin-bottom: 20px;
  background: url(../images/line01.png) no-repeat 0 0;
}

/*col02*/
.col02 {
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.col02 .l-img {
  width: 52%;
}

.col02 .l-desc {
  width: 45%;
}

.col02 p,
.col02-bnr p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/*col02-bnr*/
.col02-bnr {
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.col02-bnr .l-img {
  width: 45%;
}

.col02-bnr img {
  width: 90%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

.col02-bnr .l-desc {
  width: 52%;
}

/*menu*/
.menu {
  width: 600px;
  margin: 50px auto 0 auto;
  position: relative;
  text-align: center;
}

.menu li {
  text-align: center;
}

.menu-ttl {
  font-size: 18px;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.menu-ttl_en {
  font-size: 15px;
  color: #816c5c;
  padding-bottom: 30px;
  margin-bottom: 40px;
  background: url(../images/line01.png) no-repeat center bottom;
}

.menu figure {
  margin-bottom: 30px;
}

.menu .menu_txt_jp {
  margin-bottom: 20px;
}

/*shop*/
.shop {
  width: 600px;
  margin: 50px auto 0 auto;
  position: relative;
  text-align: center;
}

.shop li {
  text-align: center;
}

.shop-ttl {
  font-size: 18px;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.shop-ttl_en {
  font-size: 15px;
  color: #816c5c;
  padding-bottom: 30px;
  margin-bottom: 40px;
  background: url(../images/line01.png) no-repeat center bottom;
}

.shop figure {
  margin-bottom: 10px;
}

.shop .shop_txt_jp {
  margin-bottom: 20px;
}

/*Bx slider*/
.bx-wrapper .bx-prev {
  left: -80px;
  transition: 0.5s;
}

.bx-wrapper .bx-prev:before {
  content: "";
  background: url(../images/allow_l.png) no-repeat 0 0;
  display: block;
  width: 20px;
  height: 39px;
}

.bx-wrapper .bx-next {
  right: -80px;
  transition: 0.5s;
}

.bx-wrapper .bx-next:before {
  content: "";
  background: url(../images/allow_r.png) no-repeat 0 0;
  display: block;
  width: 20px;
  height: 39px;
}

.bx-wrapper .bx-prev:hover {
  left: -80px;
}

.bx-wrapper .bx-next:hover {
  right: -80px;
}

.menu .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 220px;
  margin-top: -16px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 10;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .menu .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 30%;
    margin-top: -16px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 10;
  }
}

.shop .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 300px;
  margin-top: -16px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 10;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .shop .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50% !important;
    margin-top: -16px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 10;
  }
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/*map*/
.g-map {
  line-height: 0;
  border: 4px solid #cac7c5;
  margin-bottom: 50px;
}

.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer {
  background: #111;
  color: #fff;
  padding: 20px 0;
}

.copyright {
  font-size: 14px;
  text-align: center;
}

/*-----------------------------------------------------------
common
-----------------------------------------------------------*/
.fade {
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

.bold,
strong {
  font-weight: bold;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

.tac {
  text-align: center;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*-----------------------------------------------------------
  body SP
  -----------------------------------------------------------*/
  body {
    font-size: 14px;
    line-height: 1.8;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  /*-----------------------------------------------------------
  header SP
  -----------------------------------------------------------*/
  .header {
    background-color: #fff;
    padding: 5px 0;
  }

  /*------------
  navi
  --------------*/
  .pc-inner {
    display: none;
  }

  .sp-inner {
    display: block;
  }

  .header .sp-inner .h-logo {
    width: 25px;
    margin-left: 3%;
  }

  /* ハンバーガー */
  .humberger {
    background-color: #2e2217;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    transition: .5s;
    z-index: 2000;
  }

  .humberger span {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .4s;
  }

  .humberger span:nth-of-type(1) {
    top: 17px;
  }

  .humberger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .humberger span:nth-of-type(3) {
    bottom: 17px;
  }

  .humberger.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 7px) rotate(-45deg);
    transform: translate(-50%, 7px) rotate(-45deg);
  }

  .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .humberger.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -8px) rotate(45deg);
    transform: translate(-50%, -8px) rotate(45deg);
  }

  /* 中身 */
  .sp-navi-contents {
    background: rgba(255, 255, 255, 0.9);
    border-left: 3px solid #2e2217;
    padding: 40px;
    width: calc(100vw - 60px);
    height: 100%;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: calc(-100vw - 60px);
    transition: .5s;
    overflow: scroll;
    z-index: 200;
  }

  .sp-navi-contents.is-open {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    right: 0px;
  }

  .sp-wrapper .logo {
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto 15px auto;
    border-bottom: 1px solid #b29d8e;
  }

  .sp-wrapper .logo img {
    width: 80px;
  }

  .sp-navi-list {
    margin: 0 0 30px;
  }

  .sp-navi-list>li {
    border-bottom: 1px solid #b29d8e;
  }

  .sp-navi-list>li>a {
    text-align: center;
    display: block;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
    padding: 10px 0;
    position: relative;
  }

  .sp-navi-list>li>a .jp {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
  }

  .sp-navi-list>li>a .en {
    font-size: 13px;
    color: #816c5c;
  }

  .sp-navi-other li {
    margin: auto;
    width: 80%;
  }

  .sp-navi-other li:last-child {
    margin-top: 15px;
  }

  .g-navi-btns {
    margin: 0 0 20px;
  }

  .sp-sns {
    text-align: center;
  }

  .anchor {
    margin-top: -65px !important;
    padding-top: 65px !important;
  }

  /*-----------------------------------------------------------
  hero SP
  -----------------------------------------------------------*/

  .hero .splide__slide img {
    height: auto;
    min-height: 270px;
  }

  .hero-logo {
    top: 25% !important;
    width: 60px !important;
  }

  /*-----------------------------------------------------------
  top contents SP
  -----------------------------------------------------------*/
  .container {
    width: 80%;
    margin: 40px auto;
  }

  .t-ttl02 {
    text-align: center;
    font-size: 16px;
  }

  .t-ttl02 span {
    display: block;
    font-size: 13px;
    padding: 6px 0 0 0;
  }

  /*sec01*/
  .sec01-list-post {
    border: solid 2px #e5e1dd;
    padding: 30px 30px 20px 30px;
  }

  .sec01-list-post time {
    display: block;
    margin-right: 0;
  }

  /*col02*/
  .col02-re,
  .col02,
  .col02-bnr {
    display: block;
    flex-direction: row;
  }

  .col02-re .l-img,
  .col02-re .l-desc,
  .col02 .l-img,
  .col02 .l-desc,
  .col02-bnr .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .col02-bnr .l-desc,
  .col02-bnr img {
    width: 100%;
  }

  /*menu*/
  .menu {
    width: 70%;
    margin: 30px auto 0 auto;
    position: relative;
    text-align: center;
  }

  .menu-ttl_en {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .menu figure {
    margin-bottom: 20px;
  }

  /*shop*/
  .shop {
    width: 70%;
    margin: 30px auto 0 auto;
    position: relative;
    text-align: center;
  }

  .shop-ttl_en {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .shop figure {
    margin-bottom: 20px;
  }

  .bx-wrapper .bx-prev {
    left: -60px;
  }

  .bx-wrapper .bx-controls-direction a {
    top: 100px;
  }

  .footer {
    padding: 10px 0;
  }

  .copyright {
    font-size: 12px;
  }
}

/*-----------------------------------------------------------
  スマホのみ
  -----------------------------------------------------------*/
.sp-only {
  display: none;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .sp-only {
    display: block;
  }
}

.list-shop-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.shop-info-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.shop-info-layout p+p {
  margin-top: 15px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .list-shop-img {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .shop-info-layout {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}




/*------------
splide
-------------*/
.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 39px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev {
  background: url(../images/allow_l.png) no-repeat center / contain;
}

.splide__arrow--next {
  background: url(../images/allow_r.png) no-repeat center / contain;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  gap: 10px;
  bottom: .5em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #fff;
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  display: inline-block;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  height: 10px;
  width: 10px
}

.splide__pagination__page.is-active {
  background: var(--color_primary);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports(outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

.hidden {
  overflow: hidden;
}

.top-slider01 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.top-slider01 .splide__arrow--prev {
  left: -3rem;
}

.top-slider01 .splide__arrow--next {
  right: -3rem;
}

.top-slider01 .ttl {
  font-size: 18px;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  font-weight: bold;
  margin-top: 25px;
}

@media (max-width: 800px) {
  .top-slider01 .splide__arrow--prev {
    left: -2rem;
  }

  .top-slider01 .splide__arrow--next {
    right: -2rem;
  }

}



.top-slider02 .splide {
  margin: 0 auto;
}

.top-slider02 .splide__track {
  overflow: visible;
}

.top-slider02 .splide__slide {
  background-color: #fff;
}

.top-slider02 .splide__slide img {
  opacity: 0.6;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

.top-slider02 .splide__slide.is-active img {
  opacity: 1;
}

.top-slider02 .splide__arrow--prev {
  left: calc((100% - 660px) / 2);
}

.top-slider02 .splide__arrow--next {
  right: calc((100% - 660px) / 2);
}

.top-slider02 .splide__arrow {}

.top-slider02 .ttl {
  font-size: 18px;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}


.top-slider03 .splide {
  margin: 0 auto;
}

.top-slider03 .splide__track {
  overflow: visible;
}

.top-slider03 .ttl {
  font-size: 18px;
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}


.shop-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .shop-layout {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}

.dl-overview {
  border-top: 1px solid #fff;
  line-height: 1.5;
}

.dl-overview .item {
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 15px 0;
}

.dl-overview .item dt {
  font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
}
