@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

:root {
  --extend: calc(( 50vw - 50% ) * -1);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 123px;
  --sectionWrap: 5em;
  --contentsWideS: 1016px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.67vw;
    --headerHeight: 80px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 500 16px/1.8 "Zen Kaku Gothic Antique", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #583C2D;
  letter-spacing: 0.08em;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
  padding-top: var(--headerHeight);
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.75rem 0 5rem;
  }
}

.inner, .inner_l, .inner_m, .top_page_link, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m, .top_page_link {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.add_ttl_border {
  border-top: 1px solid #76945E;
  border-bottom: 1px solid #76945E;
  text-align: center;
  margin: 2em 0 1em;
  padding: 0.5em 0;
  color: #76945E;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .add_ttl_border {
    font-size: 1.3em;
  }
}

.add_ttl_bold {
  position: relative;
  margin: 2em 0 0.5em;
  color: #76945E;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .add_ttl_bold {
    font-size: 1.3em;
  }
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

.link_text {
  text-decoration: underline !important;
}

.dlist_editor_01 {
  margin-bottom: 3%;
}
.dlist_editor_01 dt {
  padding: 0.5em 35px;
  background-color: #76945E;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dlist_editor_01 dt {
    font-size: 1.2rem;
    padding: 0.75em var(--sideW);
  }
}
.dlist_editor_01 dd {
  padding: 2em 35px;
  background-color: #E9F7DE;
}
@media screen and (max-width: 767px) {
  .dlist_editor_01 dd {
    padding: 1.5em var(--sideW);
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .single_pagination a, .list_post a, .list_shop a, .top_page_link ul li a, .bnr_summer_festival, .sec_instagram__link, .footer .link_policy {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .single_pagination a:hover, .list_post a:hover, .list_shop a:hover, .top_page_link ul li a:hover, .bnr_summer_festival:hover, .sec_instagram__link:hover, .footer .link_policy:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none !important;
  }
}

.img_only, .bnr_summer_festival, .footer__logo, .header__logo a {
  display: block;
}
.img_only img, .bnr_summer_festival img, .footer__logo img, .header__logo a img {
  display: block;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid rgba(88, 60, 45, 0.5);
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.5em 28px 0.5em 0.5em;
  border-radius: 0;
  border: 1px solid rgba(88, 60, 45, 0.5);
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #76945E;
  inline-size: 1.2em;
  block-size: 1.2em;
}

input[type=radio] {
  accent-color: #76945E;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.ttl_cmn_01 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 0.875rem;
    margin-bottom: 2.25rem;
  }
}
.ttl_cmn_01:before {
  content: attr(data-en);
  display: block;
  color: #76945E;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01:before {
    font-size: 2.5rem;
    margin-bottom: 0.375rem;
  }
}

.ttl_cmn_02 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    font-size: 0.9375rem;
  }
}
.ttl_cmn_02:before {
  content: attr(data-en);
  display: block;
  color: #76945E;
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  padding-top: 150px;
  background: url(../images/ttl_cmn_02_01.svg) no-repeat top center/136px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02:before {
    font-size: 2.5rem;
    padding-top: 120px;
    background-size: 108px;
  }
}

.ttl_cmn_03 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_03 {
    font-size: 1rem;
  }
}
.ttl_cmn_03:before {
  content: attr(data-en);
  display: block;
  color: #76945E;
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_03:before {
    font-size: 48px;
  }
}

.btn_cmn_01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 70px;
  border-radius: 50px;
  border: 1px solid #76945E;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01 {
    height: 60px;
    font-size: 0.9375rem;
  }
}
.btn_cmn_01:after {
  content: "";
  display: block;
  width: 74px;
  aspect-ratio: 74/17;
  background: url(../images/ico_btn_cmn_01.svg) no-repeat center/contain;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateX(50%);
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01:after {
    width: 64px;
  }
}
.btn_cmn_01:hover {
  background-color: #76945E;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.btn_cmn_01:hover:after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.btn_cmn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 70px;
  border-radius: 50px;
  background-color: #583C2D;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.btn_cmn_02:after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn_cmn_02 {
    height: 60px;
    font-size: 0.9375rem;
  }
  .btn_cmn_02:after {
    width: 28px;
  }
}
.btn_cmn_02:hover {
  background-color: #76945E;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.navigation.pagination {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .navigation.pagination {
    margin-top: 40px;
  }
}
.navigation.pagination .nav-links {
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  background: url(../images/pagination_bg.jpg) no-repeat center/contain;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers {
    width: 32px;
    margin-left: 6px;
    font-size: 0.9375rem;
  }
}
.navigation.pagination .nav-links .page-numbers:first-child {
  margin-left: 0;
}
.navigation.pagination .nav-links .page-numbers:hover {
  background: url(../images/pagination_bg_current.jpg) no-repeat center/contain;
}
.navigation.pagination .nav-links .page-numbers.current {
  background: url(../images/pagination_bg_current.jpg) no-repeat center/contain;
}
.navigation.pagination .nav-links .page-numbers.dots {
  pointer-events: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  aspect-ratio: 1/1;
  position: relative;
  background: url(../images/hbm_btn_bg.svg) no-repeat center/contain;
}
.hbm_btn.js-active {
  background: url(../images/hbm_btn_bg_active.svg) no-repeat center/contain;
}
@media screen and (min-width: 1180px) {
  .hbm_btn {
    display: none;
  }
}

.header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}
.header__container {
  padding: 38px var(--sideW) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .header__container {
    padding-top: 20px;
  }
}
.header__logo {
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 218px;
    margin-top: 12px;
  }
}
.gnavi {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  padding: 1.375rem min(8%, 86px);
  background-color: #F4EADD;
  border-radius: 100px;
}
.gnavi .inner_m, .gnavi .top_page_link {
  display: contents;
}
.gnavi ul {
  display: flex;
  gap: 30px;
}
.gnavi ul li a {
  font-size: 1.125rem;
  font-weight: 700;
}
.gnavi ul li a:hover {
  color: #76945E;
}
@media screen and (max-width: 1179px) {
  .gnavi {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    border-radius: 0px;
    padding: var(--headerHeight) var(--sideW) 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .gnavi.js-active {
    opacity: 1;
    visibility: visible;
    z-index: unset;
  }
  .gnavi .inner_m, .gnavi .top_page_link {
    width: 100%;
    display: flex;
    gap: 10%;
  }
  .gnavi .inner_m:before, .gnavi .top_page_link:before {
    content: "";
    display: block;
    width: 50%;
    aspect-ratio: 1/1;
    background: url(../images/hbm_tex.svg) no-repeat center/contain;
  }
  .gnavi ul {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi {
    display: block;
    overflow: scroll;
  }
  .gnavi .inner_m, .gnavi .top_page_link {
    flex-direction: column-reverse;
    padding-top: calc(var(--sideW) * 2);
  }
  .gnavi .inner_m:before, .gnavi .top_page_link:before {
    margin: 40px auto 0;
  }
  .gnavi ul {
    gap: 20px;
  }
}

.footer {
  background: url(../images/footer_bg.png) no-repeat center bottom/100%;
  padding-bottom: 30%;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .footer {
    background: url(../images/footer_bg_sp.png) no-repeat center bottom/100%;
    padding-bottom: 105%;
  }
}
.footer__logo {
  width: 100%;
  max-width: 390px;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 276px;
    margin-bottom: 10px;
  }
}
.footer__address {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 0.875rem;
  }
}
.footer .copyright {
  margin-top: 2em;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }
}
.footer .link_policy {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
  text-decoration: underline;
  font-size: 0.9375rem;
  font-weight: 400;
}

.sec_instagram {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .sec_instagram {
    margin-bottom: 5rem;
  }
}
.sec_instagram__ttl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_instagram__ttl {
    font-size: 0.875rem;
  }
}
.sec_instagram__ttl:before {
  content: attr(data-en);
  display: block;
  color: #76945E;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 5rem 0 0;
  background: url(../images/ico_instagram_ttl.svg) no-repeat center top/60px;
}
@media screen and (max-width: 767px) {
  .sec_instagram__ttl:before {
    font-size: 2.5rem;
    padding: 3.75rem 0 0;
    background-size: 42px;
  }
}
.sec_instagram__link {
  margin: 10px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.sec_instagram__link:before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../images/ico_instagram_brown.svg) no-repeat center/contain;
}

.top_hero {
  position: relative;
  padding: 0 0 10%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_hero {
    padding-bottom: 5rem;
  }
}
.top_hero:before {
  content: "";
  display: block;
  width: 84.13%;
  aspect-ratio: 1262/898;
  background: url(../images/top_hero_bg.svg) no-repeat center top/100%;
  position: absolute;
  top: 0;
  right: var(--sideW);
}
@media screen and (max-width: 1023px) {
  .top_hero:before {
    right: -15%;
  }
}
@media screen and (max-width: 767px) {
  .top_hero:before {
    right: unset;
    left: 50%;
    width: 161.8%;
    transform: translateX(-38%);
  }
}
.top_hero .inner {
  position: relative;
  padding-top: 16.4vw;
}
@media screen and (max-width: 767px) {
  .top_hero .inner {
    padding-top: 85vw;
  }
}
.top_hero .catch .ja {
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_hero .catch .ja {
    font-size: 2rem;
    text-align: right;
  }
}
.top_hero .catch .en {
  margin-top: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_hero .catch .en {
    font-size: 0.875rem;
    text-align: right;
  }
}
.top_hero__image {
  margin: 100px calc(var(--sideW) * -1) 0 auto;
  width: 47.88%;
}
@media screen and (max-width: 767px) {
  .top_hero__image {
    margin-top: 30px;
    width: auto;
  }
}

.top_shoplist {
  margin-bottom: 5rem;
}
.top_shoplist__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.934%;
}
@media screen and (max-width: 767px) {
  .top_shoplist__nav {
    gap: 28px;
  }
}
.top_shoplist__nav li {
  width: 30.7106666667%;
}
@media screen and (max-width: 1024px) {
  .top_shoplist__nav li {
    width: 48.033%;
  }
}
@media screen and (max-width: 767px) {
  .top_shoplist__nav li {
    width: 100%;
  }
}
.top_shoplist__nav li a {
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top_shoplist__nav li a .image {
  flex-shrink: 0;
  height: 150px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .top_shoplist__nav li a .image {
    height: 130px;
  }
}
.top_shoplist__nav li a .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.top_shoplist__nav li a .text {
  flex-grow: 1;
  padding: 0 50px 0 8%;
  align-self: stretch;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_shoplist__nav li a .text {
    font-size: 1.125rem;
    padding: 0 45px 0 8%;
  }
}
.top_shoplist__nav li a .text:after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_arrow_right_01_brown.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_shoplist__nav li a .text:after {
    width: 26px;
    right: 13px;
  }
}
.top_shoplist__nav li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.top_shoplist__nav li a:hover img {
  transform: scale(1.1);
}
.top_shoplist__link {
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .top_shoplist__link {
    width: calc(100% - var(--sideW) * 2);
    margin: 40px var(--sideW) 0;
  }
}

.top_about {
  background: url(../images/footer_bg.png) no-repeat center bottom/100%;
  padding-bottom: 35.83%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_about {
    background: url(../images/footer_bg_sp.png) no-repeat center bottom/100%;
    padding-bottom: 65.6%;
  }
}
.top_about:before {
  content: "";
  display: block;
  width: 314px;
  aspect-ratio: 314/327;
  background: url(../images/top_about_01.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: -118px;
}
@media screen and (max-width: 767px) {
  .top_about:before {
    position: static;
    margin: 0 calc(var(--sideW) * 0.5) 0 auto;
    width: 188px;
    aspect-ratio: 188/155;
    background: url(../images/top_about_01_sp.png) no-repeat center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top_about:before {
    width: 210px;
  }
}
.top_about .inner_s {
  position: relative;
}
.top_about__ttl {
  text-align: center;
  text-shadow: -1px -1px 0 #76945E, 1px -1px 0 #76945E, -1px 1px 0 #76945E, 1px 1px 0 #76945E;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_about__ttl {
    text-align: left;
    font-size: 3.125rem;
  }
}
.top_about__para {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_about__para {
    text-align: left;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
  }
}
.top_about__para p {
  margin-bottom: 1.5rem;
}
.top_about__para p:last-child {
  margin-bottom: 0;
}

.top_topics {
  margin-top: -146px;
  position: relative;
}
.top_topics__box {
  padding: 100px var(--sideW);
  background-color: #fff;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 767px) {
  .top_topics__box {
    padding: 50px var(--sideW) 80px;
    border-radius: 20px 20px 0 0;
  }
}
.top_topics__list {
  max-width: 1016px;
  margin: 0 auto;
}
.top_topics__list li {
  border-bottom: 1px solid #76945E;
}
.top_topics__list li:first-child {
  border-top: 1px solid #76945E;
}
.top_topics__list li a {
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 1.8em 0;
}
@media screen and (max-width: 767px) {
  .top_topics__list li a {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25em 0;
    gap: 3px;
  }
}
.top_topics__list li a .date {
  flex-shrink: 0;
  width: 125px;
}
@media screen and (max-width: 767px) {
  .top_topics__list li a .date {
    font-family: "Montserrat", sans-serif;
  }
}
.top_topics__list li a .ttl {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .top_topics__list li a .ttl {
    font-size: 0.9375rem;
  }
}
.top_topics__list li a:hover {
  color: #76945E;
}
.top_topics__link {
  margin: 40px auto 0;
}

.top_banner {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_banner {
    padding-bottom: 5rem;
  }
}

.bnr_summer_festival {
  margin-bottom: 6%;
  display: block;
  position: relative;
}
.bnr_summer_festival:after {
  content: "";
  display: block;
  width: 30.82%;
  aspect-ratio: 375/227;
  background: url(../images/bnr_summer_festival_02.png) no-repeat center top/contain;
  position: absolute;
  top: 54%;
  right: 3.44%;
}
@media screen and (max-width: 767px) {
  .bnr_summer_festival:after {
    width: 73.85%;
    top: 72%;
    right: 28%;
  }
}

.top_page_link {
  margin-bottom: 5rem;
}
.top_page_link ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_page_link ul {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top_page_link ul li {
    width: 100% !important;
    max-width: 275px !important;
  }
}
.top_page_link ul li a {
  display: block;
}
.top_page_link ul li .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  position: relative;
}
.top_page_link ul li .ttl:before {
  content: "";
  display: block;
  width: 43px;
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top_page_link ul li .ttl {
    margin-bottom: -1em;
    font-size: 1.25rem;
  }
}
.top_page_link ul li .action {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 26px 12px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_page_link ul li .action {
    font-size: 1rem;
  }
}
.top_page_link ul li .action:after {
  content: "";
  display: block;
  width: 72px;
  aspect-ratio: 72/16;
  background: url(../images/ico_btn_cmn_01.svg) no-repeat top right/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_page_link ul li.attempt {
  width: 26.22%;
  margin-right: 5.52%;
}
@media screen and (max-width: 767px) {
  .top_page_link ul li.attempt {
    margin-right: 0;
  }
}
.top_page_link ul li.attempt a {
  position: relative;
  aspect-ratio: 320/431;
  background-image: url(../images/top_page_link_01_image.svg);
  background-repeat: no-repeat;
  background-position: top 60% right;
  background-size: 87.6%;
}
.top_page_link ul li.attempt .ttl {
  writing-mode: vertical-rl;
  padding-top: 55px;
  letter-spacing: 0.25em;
}
.top_page_link ul li.attempt .ttl:before {
  background-image: url(../images/top_page_link_01_ttl.svg);
  position: absolute;
  top: 0;
  right: calc(50% - 21.5px);
}
.top_page_link ul li.attempt .action {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.top_page_link ul li.shop {
  width: 23.77%;
  margin: 40px 10.43% 0 0;
}
@media screen and (max-width: 767px) {
  .top_page_link ul li.shop {
    margin: 50px 0 0;
  }
}
.top_page_link ul li.shop a {
  position: relative;
  aspect-ratio: 290/346.01;
  background-image: url(../images/top_page_link_02_image.svg);
  background-repeat: no-repeat;
  background-position: top calc(30px + 15%) right;
  background-size: 81.83%;
}
.top_page_link ul li.shop .ttl {
  padding-left: 53px;
}
.top_page_link ul li.shop .ttl:before {
  position: absolute;
  top: -4.5px;
  left: 0;
  background-image: url(../images/top_page_link_02_ttl.svg);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top_page_link ul li.shop .ttl {
    margin-bottom: unset;
  }
}
.top_page_link ul li.shop .action {
  position: absolute;
  bottom: 0;
  left: 18.17%;
}
.top_page_link ul li.about {
  width: 26.54%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_page_link ul li.about {
    margin-top: 72px;
  }
}
.top_page_link ul li.about a {
  position: relative;
  aspect-ratio: 320/416;
  background-image: url(../images/top_page_link_03_image.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 81.65%;
}
.top_page_link ul li.about .ttl {
  writing-mode: vertical-rl;
  padding-top: 55px;
  letter-spacing: 0.25em;
}
.top_page_link ul li.about .ttl:before {
  background-image: url(../images/top_page_link_03_ttl.svg);
  position: absolute;
  top: 0;
  right: calc(50% - 21.5px);
}
.top_page_link ul li.about .action {
  position: absolute;
  bottom: 0;
  left: 43.43%;
}

.page_hero {
  padding: 40px 0 0;
  overflow: hidden;
}
.page_hero .inner_l {
  position: relative;
}
.page_hero .inner_l:before {
  content: "";
  display: block;
  width: 173px;
  aspect-ratio: 173.13/327.86;
  background: url(../images/hero_decoration_01.png) no-repeat center/contain;
  position: absolute;
  top: 238px;
  right: calc(var(--sideW) * 2);
}
@media screen and (max-width: 767px) {
  .page_hero .inner_l:before {
    width: 80px;
    top: 108px;
  }
}
.page_hero__image {
  width: 73vw;
  margin: 0 var(--extend) 40px auto;
  height: 350px;
  border-radius: 170px 0 0 0;
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_hero__image {
    width: auto;
    height: 160px;
    border-radius: 40px 0 0 0;
    margin-bottom: 20px;
  }
}
.page_hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_hero__ttl {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-right: -25vw;
}
@media screen and (max-width: 767px) {
  .page_hero__ttl {
    font-size: 1rem;
  }
}
.page_hero__ttl:before {
  content: attr(data-en);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #76945E;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page_hero__ttl:before {
    font-size: 3.2rem;
  }
}

.nav_cmn_01 {
  width: 100%;
  max-width: 405px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 34px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .nav_cmn_01 {
    padding: 28px 8%;
  }
}
.nav_cmn_01 li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .nav_cmn_01 li {
    margin-top: 14px;
  }
}
.nav_cmn_01 li:first-child {
  margin-top: 0;
}
.nav_cmn_01 li a {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 35px;
  position: relative;
  transition: 0.3s;
}
.nav_cmn_01 li a:before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_brown.svg) no-repeat center/contain;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nav_cmn_01 li a {
    font-size: 1rem;
  }
  .nav_cmn_01 li a:before {
    width: 28px;
  }
}
.nav_cmn_01 li a.current, .nav_cmn_01 li a:hover {
  color: #76945E;
}
.nav_cmn_01 li a.current:before, .nav_cmn_01 li a:hover:before {
  background: url(../images/ico_arrow_right_01_green.svg) no-repeat center/contain;
}

.layout_col_2 {
  position: relative;
  display: flex;
  gap: 5.5%;
}
@media screen and (max-width: 767px) {
  .layout_col_2 {
    flex-direction: column;
    gap: 3.75rem;
  }
}
.layout_col_2 main {
  flex-grow: 1;
}
.layout_col_2 aside {
  flex-shrink: 0;
  width: 29.78%;
}
@media screen and (max-width: 767px) {
  .layout_col_2 aside {
    width: 100%;
  }
}

.list_shop_cat > li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  border-radius: 50px;
  background-color: #76945E;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 1em 1px;
}
@media screen and (max-width: 767px) {
  .list_shop_cat > li {
    font-size: 0.9375rem;
  }
}

.post_content {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.post_content p {
  margin-bottom: 1.5em;
}
.post_content img {
  display: block;
  margin: 3% 0;
}

.about_lead {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about_lead {
    margin-bottom: 5rem;
  }
}
.about_lead .inner_l {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about_lead .inner_l {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.about_lead p {
  width: 46.32%;
}
@media screen and (max-width: 767px) {
  .about_lead p {
    width: 100%;
  }
}

.about_attempt {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about_attempt {
    margin-bottom: 5rem;
  }
}
.about_attempt ul li {
  display: flex;
  align-items: center;
  gap: 4.75%;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .about_attempt ul li {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.about_attempt ul li:last-child {
  margin-bottom: 0;
}
.about_attempt ul li .image {
  flex-shrink: 0;
  width: 47.21%;
  display: block;
  overflow: hidden;
  aspect-ratio: 576/392;
}
@media screen and (max-width: 767px) {
  .about_attempt ul li .image {
    width: 100%;
  }
}
.about_attempt ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_attempt ul li .text {
  flex-grow: 1;
  width: 100%;
}
.about_attempt ul li h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.375;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .about_attempt ul li h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about_attempt ul li h3 {
    font-size: 1.6rem;
  }
}
.about_attempt ul li p {
  font-size: 0.9375rem;
  line-height: 2;
}
.about_attempt ul li .btn_cmn_01 {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .about_attempt ul li .btn_cmn_01 {
    width: calc(100% - var(--sideW) * 2);
    margin: 1.75rem auto 0;
  }
}

.about_place {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about_place {
    margin-bottom: 5rem;
  }
}
.about_place ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.75rem 4.5%;
}
@media screen and (max-width: 767px) {
  .about_place ul {
    gap: 3.125rem;
  }
}
.about_place ul li {
  width: 30.3333333333%;
}
@media screen and (max-width: 767px) {
  .about_place ul li {
    width: 100%;
  }
}
.about_place ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 370/250;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .about_place ul li .image {
    margin-bottom: 20px;
  }
}
.about_place ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_place ul li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .about_place ul li h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about_place ul li h3 {
    font-size: 1.3rem;
  }
}
.about_place ul li p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.about_about {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about_about {
    margin-bottom: 5rem;
  }
}
.about_about .gmap {
  display: block;
  overflow: hidden;
  height: 512px;
  margin-bottom: 4rem;
}
.about_about .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about_about .gmap {
    height: 250px;
    margin: 0 var(--extend) 2em;
  }
}
.about_about .detail {
  display: flex;
  align-items: flex-start;
  gap: 4.92%;
}
@media screen and (max-width: 767px) {
  .about_about .detail {
    display: block;
  }
}
.about_about .detail .image {
  flex-shrink: 0;
  width: 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1229/1238;
}
.about_about .detail .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about_about .detail .image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.about_about .detail .text {
  flex-grow: 1;
  width: 100%;
  padding-top: 8%;
}
@media screen and (max-width: 767px) {
  .about_about .detail .text {
    padding-top: 0;
  }
}
.about_about .detail .access {
  margin-top: 30px;
  padding: 10px 0 0 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_about .detail .access {
    padding: 0;
  }
}
.about_about .detail .access:before {
  content: "";
  display: block;
  width: 33px;
  aspect-ratio: 32.48/40.6;
  background: url(../images/ico_access.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about_about .detail .access:before {
    position: static;
    margin: 0 0 15px;
  }
}
.about_about .detail .access .item {
  display: flex;
  gap: 1em;
  margin-bottom: 0.75em;
}
.about_about .detail .access dt {
  flex-shrink: 0;
}
.about_about .detail .access dt:before {
  content: "[";
}
.about_about .detail .access dt:after {
  content: "]";
}
.about_about .detail .access + p {
  margin: 1em 0 2em;
}
.about_about .detail .btn_cmn_02 + .btn_cmn_02 {
  margin-top: 16px;
}

.about_member ul li {
  padding: 1.6em 30px;
  border-bottom: 1px solid #76945E;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about_member ul li {
    display: block;
    gap: 0;
    padding: 1.6em 0;
    font-size: 0.9375rem;
  }
}
.about_member ul li .position {
  font-weight: 700;
  flex-shrink: 0;
  width: 106px;
}
@media screen and (max-width: 767px) {
  .about_member ul li .position {
    width: 100%;
    font-size: 1rem;
  }
}
.about_member ul li .name {
  flex-shrink: 0;
  width: 135px;
}
@media screen and (max-width: 767px) {
  .about_member ul li .name {
    width: 100%;
  }
}
.about_member ul li .belong {
  flex-shrink: 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .about_member ul li .belong {
    width: 100%;
  }
}
.about_member ul li .address {
  flex-grow: 1;
  width: auto;
}
@media screen and (max-width: 767px) {
  .about_member ul li .address {
    width: 100%;
  }
}
.about_member .contact {
  margin-top: 5rem;
  background-color: #F4F4F4;
  padding: 36px var(--sideW);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_member .contact {
    margin: 3.125rem var(--extend) 0;
  }
}
.about_member .contact h3 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.28;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .about_member .contact h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about_member .contact p {
    font-size: 0.9375rem;
  }
}

.txt_policy {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .txt_policy {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .dlist_policy {
    font-size: 0.9375rem;
  }
}
.dlist_policy .dlist_policy_inner {
  margin-bottom: 3.125rem;
}
.dlist_policy dt {
  font-size: 1.375rem;
  font-weight: 700;
  padding-left: 57px;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.25rem;
    padding-left: 45px;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
}
.dlist_policy dt:before {
  content: "";
  display: block;
  width: 42px;
  aspect-ratio: 1/1;
  background: url(../images/policy_ttl_01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt:before {
    width: 36px;
    top: -3px;
  }
}
.policy_box {
  background-color: #F4EADD;
  padding: 2em 5%;
}
@media screen and (max-width: 767px) {
  .policy_box {
    padding: 2em var(--sideW);
    font-size: 0.9375rem;
  }
}
.policy_box .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.post-type-archive-shop .page_hero .inner_l,
.archive.tax-shop_cat .page_hero .inner_l {
  display: flex;
  gap: 4.93%;
  position: relative;
}
.post-type-archive-shop .page_hero .inner_l:before,
.archive.tax-shop_cat .page_hero .inner_l:before {
  top: 37%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-shop .page_hero .inner_l:before,
  .archive.tax-shop_cat .page_hero .inner_l:before {
    display: none;
  }
}
.post-type-archive-shop .page_hero .inner_l .text,
.archive.tax-shop_cat .page_hero .inner_l .text {
  width: 45.07%;
  padding-top: 13.82%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-shop .page_hero .inner_l .text,
  .archive.tax-shop_cat .page_hero .inner_l .text {
    width: 100%;
  }
}
.post-type-archive-shop .page_hero .inner_l .image,
.archive.tax-shop_cat .page_hero .inner_l .image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-type-archive-shop .page_hero .inner_l .image,
  .archive.tax-shop_cat .page_hero .inner_l .image {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.post-type-archive-shop .page_hero__text,
.archive.tax-shop_cat .page_hero__text {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-shop .page_hero__text,
  .archive.tax-shop_cat .page_hero__text {
    margin-top: 32px;
    font-size: 0.9375rem;
  }
}
.post-type-archive-shop .sidebar_shop_cat,
.archive.tax-shop_cat .sidebar_shop_cat {
  position: sticky;
  top: calc(var(--headerHeight) + 38px);
}

.list_shop > li {
  border-left: 1px solid #583C2D;
  border-right: 1px solid #583C2D;
  border-bottom: 1px solid #583C2D;
}
.list_shop > li:first-child {
  border-top: 1px solid #583C2D;
}
.list_shop a {
  padding: 40px 5%;
  display: flex;
  align-items: flex-start;
  gap: 4.6%;
}
@media screen and (max-width: 767px) {
  .list_shop a {
    flex-direction: column;
    gap: 24px;
    padding: var(--sideW);
  }
}
.list_shop a .image {
  flex-shrink: 0;
  width: 32.66%;
}
@media screen and (max-width: 767px) {
  .list_shop a .image {
    width: 100%;
  }
}
.list_shop a .text {
  flex-grow: 1;
}
.list_shop a .list_shop_cat {
  margin-bottom: 10px;
}
.list_shop a .list_shop_cat > li {
  height: 28px;
  font-size: 0.875rem;
}
.list_shop a .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .list_shop a .ttl {
    font-size: 1.3rem;
  }
}
.list_shop a .ttl--en {
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #968277;
}
.list_shop a .excerpt {
  margin-top: 1.5em;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .list_shop a .excerpt {
    margin-top: 1em;
  }
}

.single-shop .section_wrap {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .single-shop .section_wrap {
    padding-top: 5rem;
  }
}
.single-shop .inner_l {
  position: relative;
}
.single-shop .inner_l:before {
  content: "";
  display: block;
  width: 173px;
  aspect-ratio: 173.13/327.86;
  background: url(../images/hero_decoration_01.png) no-repeat center/contain;
  position: absolute;
  top: -66px;
  right: calc(var(--sideW) * 2);
}
@media screen and (max-width: 767px) {
  .single-shop .inner_l:before {
    display: none;
    width: 80px;
    top: -3.75rem;
    right: var(--sideW);
  }
}
.single-shop aside {
  padding-top: 50px;
}
.single-shop .sidebar_shop_cat {
  position: sticky;
  top: calc(var(--headerHeight) + 38px);
}

.post_shop__header {
  border-bottom: 1px solid #583C2D;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .post_shop__header {
    padding-bottom: 28px;
    margin-bottom: 40px;
  }
}
.post_shop__cat {
  margin-bottom: 16px;
}
.post_shop__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post_shop__ttl {
    font-size: 1.6rem;
  }
}
.post_shop__ttl--en {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #968277;
}
@media screen and (max-width: 767px) {
  .post_shop__ttl--en {
    font-size: 0.875rem;
  }
}
.post_shop__gallery {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .post_shop__gallery {
    margin-bottom: 40px;
  }
}
.post_shop__gallery--main {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .post_shop__gallery--main {
    margin-bottom: 20px;
  }
}
.post_shop__gallery--main .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.post_shop__gallery--main .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67%;
}
.post_shop__gallery--main .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.post_shop__gallery--thumb .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.post_shop__gallery--thumb .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67%;
}
.post_shop__gallery--thumb .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.post_shop__gallery--thumb .splide__arrow {
  opacity: 1;
}
.post_shop__gallery--thumb .splide__arrow svg {
  display: none;
}
.post_shop__gallery--thumb .splide__arrow--prev {
  left: calc(-1em + 3px);
  background: #fff url(../images/ico_arrow_left_01_brown.svg) no-repeat center/contain;
}
.post_shop__gallery--thumb .splide__arrow--next {
  right: calc(-1em + 3px);
  background: #fff url(../images/ico_arrow_right_01_brown.svg) no-repeat center/contain;
}
.post_shop__catchcopy {
  margin-bottom: 30px;
  background-color: #76945E;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 10px 1em;
}
@media screen and (max-width: 767px) {
  .post_shop__catchcopy {
    font-size: 1.25rem;
    padding: 1em var(--sideW);
  }
}
.post_shop__gmap {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  height: 370px;
}
@media screen and (max-width: 767px) {
  .post_shop__gmap {
    height: 280px;
  }
}
.post_shop__gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.post_shop__detail {
  margin-top: 30px;
}
.post_shop__detail .item {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .post_shop__detail .item {
    flex-direction: column;
    gap: 0;
    font-size: 0.9375rem;
  }
}
.post_shop__detail .item:last-child {
  margin-bottom: 0;
}
.post_shop__detail .item dt {
  flex-shrink: 0;
  width: 168px;
  background-color: #F4EADD;
  font-weight: 700;
  padding: 1.3em 2.73%;
}
@media screen and (max-width: 767px) {
  .post_shop__detail .item dt {
    width: 100%;
    padding: 1em var(--sideW);
  }
}
.post_shop__detail .item dd {
  flex-grow: 1;
  width: 100%;
  background-color: #FCF8F4;
  padding: 1.3em 2.73%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .post_shop__detail .item dd {
    padding: 1.3em var(--sideW);
  }
}
.post_shop__topics {
  margin-top: 30px;
}
.post_shop__topics dt {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 255px;
  height: 50px;
  background-color: #76945E;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .post_shop__topics dt {
    max-width: 180px;
  }
}
.post_shop__topics dd {
  padding: 0 3.24%;
  border: 1px solid #76945E;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .post_shop__topics dd {
    padding: 0 var(--sideW);
  }
}
.post_shop__topics dd > div {
  padding: 24px 0;
}
.post_shop__topics dd > div + div {
  border-top: 1px solid #76945E;
}
.post_shop .btn_cmn_02 {
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .post_shop .btn_cmn_02 {
    margin-top: 2.5rem;
  }
}

.list_post > li {
  border-bottom: 1px solid #76945E;
}
.list_post a {
  display: flex;
  align-items: center;
  padding: 28px 32px;
}
@media screen and (max-width: 767px) {
  .list_post a {
    padding: 22px 0;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.9375rem;
    gap: 3px;
  }
}
.list_post a .date {
  flex-shrink: 0;
  width: 126px;
  font-family: "Montserrat", sans-serif;
}
.list_post a .ttl {
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.single-post .section_wrap {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .single-post .section_wrap {
    padding-top: 5rem;
  }
}

.article-post__ttl {
  text-align: center;
  color: #76945E;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  border-bottom: 1px solid #76945E;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .article-post__ttl {
    font-size: 1.8rem;
  }
}
.article-post__date {
  margin-top: 10px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .article-post__date {
    font-size: 0.9375rem;
    margin-top: 15px;
  }
}
.article-post__content {
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .article-post__content {
    padding: 60px 0;
  }
}

.single_pagination {
  display: flex;
  align-items: center;
  gap: 5%;
  border-top: 1px solid #76945E;
  border-bottom: 1px solid #76945E;
  padding: 26px 20px;
}
@media screen and (max-width: 767px) {
  .single_pagination {
    flex-direction: column;
    align-items: unset;
    gap: 1em;
    padding: 26px 0;
    font-size: 0.9375rem;
    margin-bottom: 5em;
    position: relative;
  }
}
.single_pagination .archive {
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single_pagination .archive {
    width: 100%;
    position: absolute;
    top: calc(100% + 1.5em);
    left: 0;
  }
}
.single_pagination .archive:before, .single_pagination .archive:after {
  content: "｜";
}
@media screen and (max-width: 767px) {
  .single_pagination .archive:before, .single_pagination .archive:after {
    content: none;
  }
}
.single_pagination .prev {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single_pagination .prev {
    width: 80%;
  }
}
.single_pagination .prev a {
  display: flex;
  gap: 12px;
}
.single_pagination .prev a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_left_01_brown.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .single_pagination .prev a:before {
    width: 22px;
  }
}
.single_pagination .prev a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single_pagination .next {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single_pagination .next {
    width: 80%;
    margin-left: auto;
  }
}
.single_pagination .next a {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.single_pagination .next a:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_brown.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .single_pagination .next a:after {
    width: 22px;
  }
}
.single_pagination .next a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.error404 .section_wrap {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .error404 .section_wrap {
    padding-top: 5rem;
  }
}
.error404__ttl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .error404__ttl {
    margin-bottom: 2.5rem;
  }
}
.error404__text {
  line-height: 2;
  text-align: center;
}
.error404__link {
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .error404__link {
    margin: 2.5rem auto 0;
    width: calc(100% - var(--sideW) * 2);
  }
}