@charset "UTF-8";
/**
 * hoge（疑似要素アイコン指定）.........疑似要素に特定の法則で名付けられた画像ファイルをまとめて指定
 * flexセット........................flexの指定をまとめて
 * 疑似クラス.........................before,after使う時に毎回指定するの面倒なので用
 * hover時の透過度....................hoverする際のopacity度指定
 * グラデーション......................上下グラデ用
 * 吹出しの矢印のやつ..................毎回作るの面倒なので用
 * くの字矢印.........................左右上下とサイズ指定でくの字の矢印を
 */
/* @font-face kit by Fonts2u (https://fonts2u.com) */
@font-face {
  font-family: "LMRomanDunh10-Regular";
  src: url("../font/lmromandunh10-regular.eot?") format("eot"), url("../font/lmromandunh10-regular.woff") format("woff"), url("../font/lmromandunh10-regular.ttf") format("truetype"), url("../font/lmromandunh10-regular.svg#LMRomanDunh10-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.py-05 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding-top: 40px;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  color: #1A1311;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  body .fs-6 {
    font-size: 0.9375rem !important;
  }
}
a {
  color: #1A1311;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  a:hover {
    opacity: 0.8;
  }
}
.custom-logo-link {
  width: 82px;
  height: auto;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer .custom-logo-link {
  width: 100px;
  display: block;
  margin: auto;
}
/* ヘッダーナビゲーション */
header .navbar {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
#navigation.offcanvas {
  width: 100%;
  height: 100svh;
}
#navigation.offcanvas ul {
  counter-reset: number 0;
}
#navigation.offcanvas ul li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  margin-right: 1rem;
}
.button_translate {
  margin-left: 40px;
}
.button_navigation {
  position: relative;
  width: 40px;
  height: 40px;
}
.bg-light .button_navigation span {
  background-color: #000000;
}
.button_navigation span {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #505050;
  width: 100%;
}
.button_navigation span:nth-of-type(1) {
  top: 17px;
}
.button_navigation span:nth-of-type(2) {
  top: 24px;
}
.navbar-toggler:focus, .btn-close:focus {
  box-shadow: initial !important;
}
#translate.offcanvas {
  width: 260px;
  bottom: initial;
}
.navbar-toggler {
  border: none;
}
.offcanvas .offcanvas-header {
  justify-content: end;
}
.offcanvas .offcanvas-header .btn-close {
  filter: initial;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.6em auto no-repeat;
  opacity: 1;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 767px) {
  .offcanvas .offcanvas-header .btn-close:hover {
    opacity: 0.8;
  }
}
.offcanvas ul {
  list-style: none;
  padding: 1rem;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.offcanvas ul li {
  padding: 1rem 0;
}
.offcanvas a {
  color: #fff;
}
/* トップページ カテゴリリスト */
.category_parent {
  counter-reset: number 0;
  list-style: none;
  padding: 0;
  margin-top: -9px;
  position: relative;
  z-index: 100;
}
.category_parent li {
  background-color: #fff;
  display: flex;
  position: relative;
  margin-bottom: 0.375rem;
  filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.4));
  letter-spacing: 0.0375em;
  transform: translateZ(0);
}
.category_parent li:nth-child(even) {
  background-color: #EBEBEB;
}
.category_parent li:nth-child(even)::before {
  background-image: url("../img/toppage-tag02.png");
}
.category_parent li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  position: absolute;
  width: 34px;
  height: 10px;
  background-image: url("../img/toppage-tag01.png");
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 1px;
  top: -10px;
  left: 10px;
  z-index: 10;
}
.category_parent li a {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 0.75rem 1rem 0.7rem clamp(2.5rem, 14vw, 5rem);
  position: relative;
}
.category_parent li a::after {
  content: "";
  color: #fff;
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  margin-right: 4px;
  right: clamp(0.25rem, 2vw, 2rem);
  top: 50%;
  transform: translateY(-50%);
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='5.836' height='9.988' viewBox='0 0 5.836 9.988'><path d='M362.967,135.648l-.7-.719,4.4-4.25-4.4-4.3.7-.715,5.137,5.023Z' transform='translate(-362.27 -125.66)' fill='%231a1311'/></svg>") center/6px auto no-repeat;
}
.category_parent li a.view-map::after {
  width: 14px;
  height: 20px;
  margin-right: 0;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='13.999' height='19.528' class='bi bi-geo-alt-fill' viewBox='0 0 13.999 19.528'><path d='M371.229,456.713c0,5.489-7,12.568-7,12.568s-7-7.079-7-12.568,5.011-6.96,7-6.96,7,1.471,7,6.96m-7-3.7a3.58,3.58,0,1,0,3.58,3.58,3.58,3.58,0,0,0-3.58-3.58' transform='translate(-357.23 -449.753)' fill='%231a1311'/></svg>") center/14px auto no-repeat;
}
/* カテゴリ一覧ページ サブカテゴリリスト */
.sub-category-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.sub-category-btn:before {
  border-top: 2px solid;
  content: "";
  width: 30px;
  margin-right: 0.25rem;
}
#sub-category.offcanvas {
  min-width: 260px;
  width: 40%;
  top: 80px;
  left: 0;
  right: 0;
  bottom: initial;
  margin-left: auto;
  margin-right: auto;
}
#sub-category.offcanvas.offcanvas-top {
  height: initial;
  max-height: calc(100vh - 160px);
}
#sub-category.offcanvas .offcanvas-body {
  height: auto;
  max-height: 80vh;
}
#sub-category.offcanvas .offcanvas-body ul {
  list-style: none;
  padding: 1rem;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
#sub-category.offcanvas .offcanvas-body ul li {
  padding: 1rem 0;
}
.sub-category-title {
  background-color: #050E2B;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.category_child {
  list-style: none;
  padding: 0;
}
.category_child li {
  padding: 10px 0;
  position: relative;
}
.category_child li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 30px;
  background-color: #9A9A9A;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.category_child li small {
  margin-top: 0.125rem;
  line-height: 1.125;
  display: block;
  font-size: 11px;
  letter-spacing: 0.025em;
  color: #9A9A9A;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.category_child li .category_child-title {
  padding-right: 0.375rem;
}
.category_child li .category_child-thumbnail img {
  aspect-ratio: 1.3333333333;
  width: 82px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
/* single */
#carouselPost {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#carouselPost img {
  aspect-ratio: 1.3333333333;
  object-fit: contain;
  border-radius: 4px;
}
#carouselPost .carousel-control-next, #carouselPost .carousel-control-prev {
  width: initial;
  opacity: 1;
}
#carouselPost .carousel-control-next .carousel-control-next-icon, #carouselPost .carousel-control-next .carousel-control-prev-icon, #carouselPost .carousel-control-prev .carousel-control-next-icon, #carouselPost .carousel-control-prev .carousel-control-prev-icon {
  width: 1rem;
  height: 1rem;
  background-color: #4C524C;
  background-size: 87.5%;
  border-radius: 50%;
}
.single-title {
  background-color: #000;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: normal;
  padding: 5px 12px 4px;
  margin-left: 1rem;
  margin-bottom: 1.75rem;
  position: relative;
}
.single-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 100%;
  background-color: #9a9a9a;
  left: -1rem;
  top: 0;
}
.single-title small {
  font-size: 0.6rem;
  display: block;
}
.single-content p {
  line-height: 2.125;
  /*word-break: break-all;*/
}
.single-content p.minw-6em {
  width: 6em;
  padding-left: 1em;
  text-indent: -1em;
  margin-right: 0.25rem;
  white-space: nowrap;
}
.single-content p.minw-6em + p {
  width: calc(100% - 6.5em);
}
.single-content a {
  text-decoration: underline;
}
.single-content .link-btn {
  text-decoration: none;
  width: 230px;
  display: block;
  margin: 0 auto 1rem;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.0375em;
  font-weight: bold;
  padding: 8px 2rem 7px 12px;
  text-align: center;
  position: relative;
}
.single-content .link-btn::after {
  content: "";
  color: #fff;
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16.62' height='10.156' viewBox='0 0 16.62 10.156'><path fill-rule='evenodd' d='M1093.16,1769.293v-1.1h14.734s-3.265-3.915-3.278-3.929l.764-.6c0-.008,4.386,5.064,4.4,5.055-.014.009-4.4,5.081-4.4,5.1l-.764-.6c.013,0,3.279-3.918,3.278-3.929Z' fill='%23fff' transform='translate(-1093.16 -1763.663)'/></svg>") center/1em auto no-repeat;
}
.single-content .link-btn.btn-map::after {
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='16.74' class='bi bi-geo-alt-fill' viewBox='0 0 12 16.74'><path d='M12,5.966c0,4.705-6,10.773-6,10.773S0,10.671,0,5.966,4.3,0,6,0s6,1.261,6,5.966M6,2.8A3.069,3.069,0,1,0,9.068,5.864,3.068,3.068,0,0,0,6,2.8' transform='translate(0 0)' fill='%23fff'/></svg>") center/1em auto no-repeat;
}
.en-US .single-content p.minw-6em {
  width: 9.5em;
  white-space: initial;
}
.en-US .single-content p.minw-6em + p {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .en-US .single-content p.minw-6em {
    width: 100%;
  }
  .en-US .single-content p.minw-6em + p {
    width: 100%;
    margin-bottom: 0.375rem !important;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .en-US .single-content .d-flex {
    flex-wrap: wrap;
  }
}
.copyright, .footer {
  font-family: "LMRomanDunh10-Regular";
  font-size: 10px;
}
.copyright span, .footer span {
  font-family: initial;
}
/* faq */
details {
  margin: 0 1.5rem 1rem;
}
details summary {
  padding: 0.875rem 0 1.75rem 1.5rem;
  position: relative;
  list-style: none;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
details summary svg {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 30px;
  background-color: #9A9A9A;
  left: -1.5rem;
  top: 0.75rem;
}
details summary::after {
  content: "Q";
  font-size: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.w-280 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .w-280 {
    min-width: clamp(240px, 70vw, 280px);
  }
}
.w-280 a {
  word-break: break-all;
}
.w-320 {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .w-320 {
    min-width: clamp(264px, 80vw, 320px);
  }
}
/* form */
.wpcf7-form .row {
  align-items: center;
}
.wpcf7-list-item {
  display: block;
}
.grecaptcha-badge {
  z-index: 9999;
}
/* Bogo */
/*言語スイッチの表示順*/
.bogo-language-switcher {
  display: flex;
  flex-direction: column;
}
.bogo-language-switcher .ja {
  order: -1;
}
.bogo-language-switcher a:hover {
  opacity: 0.8;
}
.bogo-language-switcher .bogo-language-name {
  color: #9a9a9a;
}
.bogo-language-switcher .bogo-language-name a {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */