@charset "UTF-8";

body {
  color: #333;
  line-height: 1.85;
  letter-spacing: 0.075em;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", Arial, sans-serif;
}

@media all and (max-width: 428px) {
  body {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}

.contents {
  width: 1020px;
  margin: 0 auto;
}

@media all and (max-width: 1040px) {
  .contents {
    width: 90%;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style-type: none;
}

/* ===============================
レスポンシブ
=============================== */
/* ===============================
色
=============================== */
/* ===============================
ページトップくまなどその他
=============================== */
.top {
  background-image: url(../img/bg-wood.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 2%;
  width: 148px;
  z-index: 5555;
}

#page-top img {
  display: block;
}

@media screen and (max-width: 480px) {
  #page-top {
    width: 110px;
  }
}

.big-pound {
  width: 100%;
}

/* ===============================
マージンの指定
=============================== */
.mt106 {
  margin-top: 106px !important;
}

.mt20 {
  margin-top: 20px;
}

/* ===============================
レスポンシブの表示・非表示
=============================== */
.pc-on {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pc-on {
    display: block;
  }

  .pc-off {
    display: none !important;
  }
}

.tab-on {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab-on {
    display: block;
  }

  .tab-off {
    display: none;
  }
}

.sp-on {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp-on {
    display: block;
  }

  .sp-off {
    display: none;
  }
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.btn {
  padding: 20px 50px;
  background-color: #583d2a;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  gap: 10px;
  font-weight: bold;
  letter-spacing: 0.125em;
}

.btn:hover {
  transition: all 0.3s;
  background-color: #8b6249;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .btn {
    width: 90%;
    padding: 20px 0;
    font-size: 14px;
  }
}

.simple-btn {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.simple-btn a {
  position: relative;
  padding-bottom: 15px;
}

.simple-btn a::after {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #333;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.simple-btn a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.pc-footer {
  display: flex;
  gap: 87px;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.pc-footer a:first-child {
  width: 315px;
}



.pc-footer a:first-child img {
  width: 280px;
}

.pc-footer img {
  display: block;
}

.pc-footer p {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 20px 0;
}

.pc-footer p img {
  width: 25px;
  vertical-align: bottom;
}

.pc-footer p a {
  position: relative;
}

.pc-footer p a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
}

.pc-footer small {
  font-size: 12px;
}

.pc-footer ul li {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}

.pc-footer ul li::before {
  position: absolute;
  width: 9px;
  height: 1px;
  content: "";
  background-color: #333;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.pc-footer ul a:hover {
  transition: 0.3s;
  color: #8b6249;
}

.sp-footer {
  width: 90%;
  margin: 80px auto 0;
  padding-bottom: 50px;
}

.sp-footer .sp-f_kumarche {
  width: 220px;
}

.sp-footer__container {
  display: flex;
  gap: 50px;
  margin: 20px 0;
}

.sp-footer__container ul li {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.sp-footer__container ul li::before {
  position: absolute;
  width: 9px;
  height: 1px;
  content: "";
  background-color: #333;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 480px) {
  .sp-footer__container {
    flex-direction: column;
    gap: 0;
  }

  .sp-footer__container ul li {
    margin-bottom: 5px;
  }
}

.sp-footer p {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 20px 0;
}

@media screen and (max-width: 480px) {
  .sp-footer p {
    margin-top: 0;
  }
}

.sp-footer p img {
  width: 25px;
  vertical-align: bottom;
}

.sp-footer p a {
  position: relative;
}

.sp-footer p a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
}

.sp-footer small {
  font-size: 10px;
}

.pc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding-top: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 8888;
}

/* .pc-header h1 a {
  margin-left: 30px;
} */

.pc-header h1 a img {
  width: 220px;
}

.pc-header__navi ul {
  display: flex;
  gap: 40px;
}

.pc-header__navi ul li {
  text-align: center;
  font-weight: bold;
  position: relative;
}

.pc-header__navi ul li a:hover {
  color: #8b6249;
  transition: all 0.3s;
}

@media screen and (max-width: 1400px) {
  .pc-header__navi ul li {
    font-size: 14px;
  }
}

.pc-header__navi ul li span {
  color: #8b6249;
  font-weight: normal;
  font-size: 12px;
}

.pc-header__navi ul li::before {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  content: url(../img/navi-line.svg);
}

.pc-header__navi ul li:last-child::before {
  display: none;
}

.pc-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pc-header .cart-on {
  display: none;
}

@media screen and (max-width: 1400px) {
  .pc-header h1 {
    width: 180px;
  }

  .pc-header .btn {
    display: none;
  }

  .pc-header .cart-on {
    display: block;
  }
}

.sp-header {
  display: none;
  content: "";
  z-index: 6666;
  position: fixed;
  top: 0;
  right: 0;
  width: 149px;
  height: 105px;
  /*　ハンバーガーボタン　*/
  /* ナビ開いてる時のボタン */
  /* このクラスを、jQueryで付与・削除する */
}

.sp-header .small-wave {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9990;
}

.sp-header .hamburger {
  display: block;
  position: fixed;
  z-index: 9991;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.sp-header .hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  left: 6px;
  background: #583d2a;
  transition: 0.3s ease-in-out;
}

.sp-header .hamburger span:nth-child(1) {
  top: 10px;
}

.sp-header .hamburger span:nth-child(2) {
  top: 20px;
}

.sp-header .hamburger span:nth-child(3) {
  top: 30px;
}

.sp-header .hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  transform: rotate(-45deg);
}

.sp-header .hamburger.active span:nth-child(2),
.sp-header .hamburger.active span:nth-child(3) {
  top: 16px;
  transform: rotate(45deg);
}

.sp-header .globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #000;
  background: rgba(0, 0, 0, 0);
  transform: translateX(100%);
  transition: all 0.6s;
  width: 350px;
}

@media screen and (max-width: 480px) {
  .sp-header .globalMenuSp {
    width: 300px;
  }
}

.sp-header .globalMenuSp__inner {
  min-height: 100vh;
  background-color: #fff;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.sp-header .globalMenuSp__inner .btn {
  margin: 20px 0;
}

.sp-header .globalMenuSp__inner .btn {
  width: 100%;
  white-space: nowrap;
}

.sp-header .globalMenuSp ul {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 100%;
}

.sp-header .globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.sp-header .globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sp-header .globalMenuSp ul li:hover {
  opacity: 0.6;
}

.sp-header .globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 10px 0;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

.sp-header .globalMenuSp ul li a::before {
  position: absolute;
  content: "";
  background-image: repeating-linear-gradient(0deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px), repeating-linear-gradient(90deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px), repeating-linear-gradient(180deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px), repeating-linear-gradient(270deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px);
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.sp-header .globalMenuSp.active {
  transform: translateX(0%);
}

.sp-logo {
  display: none;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 6666;
  width: 150px;
}

@media screen and (max-width: 480px) {
  .sp-logo {
    left: 20px;
  }
}

.sp-menu-instagram {
  display: flex;
  font-size: 15px;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 1080px) {
  .pc-header {
    display: none;
  }

  .sp-header {
    display: block;
  }

  .sp-logo {
    display: block;
  }
}

/* ==============================

追従ヘッダー

============================== */
.header_sub {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-200px);
  background: #fff;
  width: 100%;
  transition: all 0.2s;
  display: flex;
  padding: 20px 0;
}

@media screen and (max-width: 1080px) {
  .header_sub {
    display: none;
  }
}

.header_sub .header_sub__inner {
  display: flex;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

/* .header_sub h1 a {
  margin-left: 20px;
} */

.header_sub h1 a img {
  width: 220px;
}

.header_sub h1 img {
  vertical-align: middle;
}

.header_sub__navi ul {
  display: flex;
  gap: 40px;
}

.header_sub__navi ul li {
  text-align: center;
  font-weight: bold;
  position: relative;
}

.header_sub__navi ul li a:hover {
  color: #8b6249;
  transition: all 0.3s;
}

@media screen and (max-width: 1400px) {
  .header_sub__navi ul li {
    font-size: 14px;
  }
}

.header_sub__navi ul li span {
  color: #8b6249;
  font-weight: normal;
  font-size: 12px;
}

.header_sub__navi ul li::before {
  position: absolute;
  top: 5px;
  right: -20px;
  content: url(../img/fix-nav-line.svg);
}

.header_sub__navi ul li:last-child::before {
  display: none;
}

.header_sub__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_sub .cart-on {
  display: none;
}

@media screen and (max-width: 1400px) {
  .header_sub h1 {
    width: 180px;
  }

  .header_sub .btn {
    display: none;
  }

  .header_sub .cart-on {
    display: block;
  }
}

#header_sub.scrolled {
  transform: translateY(0);
  z-index: 4444;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 1080px) {
  #header_sub.scrolled {
    display: none;
  }
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: #fff;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@media screen and (max-width: 480px) {
  #splash_logo {
    width: 80%;
  }
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 360px;
}

@media screen and (max-width: 480px) {
  #splash_logo img {
    width: 100%;
  }
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ttl {
  text-align: center;
  padding: 106px 0 40px;
}

@media screen and (max-width: 480px) {
  .ttl h3 img {
    height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .top .ttl {
    padding: 90px 0 30px;
  }
}

.shop .ttl,
.news .ttl,
.products-single .ttl,
.products .ttl {
  padding-top: 185px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1080px) {

  .shop .ttl,
  .news .ttl,
  .products-single .ttl,
  .products .ttl {
    padding-top: 106px;
  }
}

@media screen and (max-width: 480px) {

  .shop .ttl,
  .news .ttl,
  .products-single .ttl,
  .products .ttl {
    padding-bottom: 40px;
  }
}

.mv {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  gap: 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .mv {
    min-height: 80vh;
  }
}

.mv__wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .mv__wave-top {
    display: none;
  }
}

.mv__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mv h2 {
  margin-top: 8%;
}

.mv .btn {
  display: inline-flex;
}

.mv h2 img {
  width: 38vw;
}

@media screen and (max-width: 480px) {
  .mv .btn {
    display: none;
  }
}

.mv__wood {
  width: 200px;
  z-index: 1111;
  position: absolute;
  top: 80vh;
  left: 0;
}

@media screen and (max-width: 1080px) {
  .mv h2 {
    width: 65vw;
  }

  .mv h2 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mv h2 {
    width: 85%;
  }
}

.mv .l-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .mv01 .slide-media {
    min-height: 80vh !important;
  }
}

.top__news .ttl {
  -moz-text-align-last: left;
  text-align-last: left;
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .top__news .ttl {
    padding-top: 30px;
  }
}

.top__news ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.top__news ul li {
  flex-shrink: 1;
  border: 2px solid #333;
  border-radius: 18px;
  padding: 3%;
  background-color: #fff;
}

.top__news ul li img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 9px;
}

.top__news ul li .top-news-date {
  color: #7b7b7b;
  font-size: 14px;
}

.top__news ul li .top-news-ttl {
  font-weight: bold;
}

.top__news ul li .news-btn {
  background-color: #583d2a;
  color: #fff;
  font-size: 12px;
  padding: 12px 30px;
  border-radius: 50px;
  text-align: center;
  width: 135px;
  display: block;
  margin: 15px auto 0;
}

.top__news ul li .news-btn:hover {
  background-color: #8b6249;
  transition: all 0.3s;
}

@media screen and (max-width: 480px) {
  .top__news ul {
    flex-direction: column;
  }

  .top__news ul li {
    padding: 6%;
  }
}

.top__aboutus .ttl h3 img {
  max-width: 344px;
}

.top__aboutus-container {
  display: flex;
  gap: 70px;
}

.top__aboutus-container img {
  width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top__aboutus-container .about-text p:nth-child(1) {
  line-height: 2.25;
  margin: 20px 0 35px;
}

@media screen and (max-width: 768px) {
  .top__aboutus-container .about-text p:nth-child(1) {
    margin: 0 0 15px;
  }

  .top__aboutus-container .about-text p:nth-child(1) br:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top__aboutus-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .top__aboutus-container img {
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .top__aboutus .btn {
    width: 100%;
  }
}

.top__products__text {
  text-align: center;
}

.top__products ul {
  display: flex;
  justify-content: center;
  gap: 7%;
  margin: 40px 0;
  flex-wrap: wrap;
}

.top__products ul li {
  position: relative;
}

@media all and (min-width: 768px) {
  .top__products ul li:nth-of-type(n + 3) {
    margin-top: 150px;
  }
}

.top__products ul li a {
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.3s;
}

.top__products ul li a .hov-on {
  display: none;
}

.top__products ul li a:hover .hov-off {
  display: none;
}

.top__products ul li a:hover .hov-on {
  display: inline-block;
  transition: all 0.3s;
}

.top__products ul li .productsImage {
  width: 306px;
  margin-left: 40px;
}

@media all and (max-width: 826px) {
  .top__products ul li .productsImage {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .top__products ul li .productsImage {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .top__products ul {
    flex-direction: column;
    align-items: center;
    gap: 120px;
  }
}

.top__products .simple-btn {
  margin-top: 150px;
}

.top__shop__container {
  display: flex;
  gap: 50px;
}

.top__shop__container .shopImage {
  width: 48%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
}

.top__shop__container .shop-logo {
  width: 280px;
}

.top__shop__container .address a {
  text-decoration: underline;
}

.top__shop__container table th {
  display: inline-block;
  -moz-text-align-last: left;
  text-align-last: left;
  width: 120px;
  align-items: start;
  padding-top: 10px;
  font-weight: normal;
}

.top__shop__container table .table_open {
  padding-top: 23px;
}

.top__shop__container table td {
  padding-top: 10px;
}

.top__shop__container table td img {
  vertical-align: middle;
}

.top__shop__container table td span {
  display: block;
  font-size: 14px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.top__shop__container table td a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top__shop__container {
    flex-direction: column;
  }

  .top__shop__container .shopImage {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .top__shop__container table th {
    width: 100px;
  }

  .top__shop__container .btn {
    width: 100%;
  }
}

.top__instagram .btn {
  width: 295px;
  display: block;
  margin: 20px auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .top__instagram .btn {
    width: 235px;
    margin-top: 0;
  }
}

.top__instagram #sb_instagram.sbi_width_resp {
  padding-bottom: 10px !important;
}

.aboutus {
  background-image: url(../img/sub-bg-wood.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}

@media screen and (max-width: 480px) {
  .aboutus .ttl {
    padding: 30px 0 0;
  }
}

.aboutus__mv {
  padding-top: 110px;
  width: 100%;
}

.aboutus__first-txt {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 2.25;
}

@media (max-width: 514px) {
  .aboutus__first-txt {
    text-align: left;
  }

  .aboutus__first-txt br:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .aboutus__first-txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.aboutus .ttl h3 img {
  max-width: 344px;
}

.aboutus__contents li {
  margin-bottom: 30px;
  display: flex;
  gap: 64px;
}

.aboutus__contents li img {
  width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.aboutus__contents li .about-ttl {
  color: #583d2a;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.35em;
}

.aboutus__contents li .about-ttl span {
  font-size: 32px;
}

.aboutus__contents li .aboutus-box {
  padding-bottom: 40px;
}

.aboutus__contents li .aboutus-box p:nth-child(2) {
  line-height: 2.25;
  margin-top: 12px;
}

@media screen and (max-width: 480px) {
  .aboutus__contents li:first-child .aboutus-box p br {
    display: none;
  }
}

.aboutus__contents li:first-child .aboutus-box,
.aboutus__contents li:nth-child(3) .aboutus-box {
  border-bottom: 6px dotted #583d2a;
}

.aboutus__contents li:nth-child(3),
.aboutus__contents li:nth-child(4) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .aboutus__contents li {
    gap: 15px;
    flex-direction: column;
  }

  .aboutus__contents li img {
    width: 100%;
  }

  .aboutus__contents li .aboutus-box {
    padding-bottom: 40px;
  }

  .aboutus__contents li .aboutus-box .about-ttl {
    font-size: 16px;
  }

  .aboutus__contents li .aboutus-box .about-ttl span {
    font-size: 32px;
  }

  .aboutus__contents li .aboutus-box p:nth-child(2) {
    line-height: 2;
    margin-top: 0;
  }

  .aboutus__contents li:nth-child(3),
  .aboutus__contents li:nth-child(4) {
    flex-direction: column;
  }

  .aboutus__contents li:first-child .aboutus-box,
  .aboutus__contents li:nth-child(3) .aboutus-box {
    border-bottom: none;
  }
}

.aboutus .about-btn p {
  text-align: center;
}

.news .news-container {
  display: flex;
  gap: 60px;
  border: 5px solid #333;
  border-radius: 30px;
  background-color: #fff;
  padding: 60px 3%;
}

@media screen and (max-width: 768px) {
  .news .news-container {
    flex-direction: column-reverse;
    padding: 60px 30px;
  }
}

@media screen and (max-width: 480px) {
  .news .news-container {
    padding: 30px 30px;
  }
}

.news .news-container .aside {
  width: 200px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .news .news-container .aside {
    width: 100%;
  }
}

.news .news-container .aside h4 {
  padding-bottom: 5px;
  border-bottom: 4px solid #333;
  font-size: 18px;
}

.news .news-container .aside__ct {
  margin-bottom: 50px;
}

.news .news-container .aside ul li {
  padding: 10px 0;
  width: 100%;
  position: relative;
  font-size: 14px;
}

.news .news-container .aside ul li::after {
  position: absolute;
  content: url(../img/link-arrow2.svg);
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.news .news-container .aside ul li::before {
  position: absolute;
  content: "";
  background-image: repeating-linear-gradient(0deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px), repeating-linear-gradient(90deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px), repeating-linear-gradient(180deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px), repeating-linear-gradient(270deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px);
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.news .news-container .aside ul li a {
  height: 100%;
  display: inline-block;
}

.news .news-container .aside ul li a:hover {
  color: #8b6249;
  transition: all 0.3s;
}

.news .news-container__right ul li a {
  display: flex;
  gap: 20px;
  position: relative;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .news .news-container__right ul li a {
    flex-direction: column;
  }
}

.news .news-container__right ul li a:hover {
  transition: all 0.3s;
  opacity: 0.8;
}

.news .news-container__right ul li a::before {
  position: absolute;
  content: "";
  background-image: repeating-linear-gradient(0deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px), repeating-linear-gradient(90deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px), repeating-linear-gradient(180deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px), repeating-linear-gradient(270deg, #333333, #333333 3px, transparent 3px, transparent 11px, #333333 11px);
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.news .news-container__right ul li a .news-boxLeft {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 14px;
}

@media screen and (max-width: 768px) {
  .news .news-container__right ul li a .news-boxLeft {
    width: 100%;
    aspect-ratio: 3/2;
    height: auto;
  }
}

.news .news-container__right ul li a .news-boxRight .date-category {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.news .news-container__right ul li a .news-boxRight .date-category p:first-child {
  font-size: 14px;
  color: #b1b1b1;
  font-weight: bold;
}

.news .news-container__right ul li a .news-boxRight .date-category p:nth-child(2) {
  background-color: #8b6249;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  padding: 0 29px;
  height: 25px;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .news .news-container__right ul li a .news-boxRight .date-category p:nth-child(2) {
    padding: 0 23px;
  }
}

.news .news-container__right ul li a .news-boxRight h4 {
  margin: 4px 0;
}

.news .news-container__right ul li a .news-boxRight__text {
  font-size: 14px;
}

.news .news-container__right ul li:first-child a {
  padding-top: 0;
}

/* ===================

ここから記事中身

==================== */
.news-single h4 {
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  .news-single h4 {
    font-size: 18px;
  }
}

.news-single__date-category {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.news-single__date-category p:first-child {
  font-size: 14px;
  color: #b1b1b1;
  font-weight: bold;
}

.news-single__date-category p:nth-child(2) {
  background-color: #8b6249;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
  padding: 0 29px;
  height: 25px;
}

.news-single .single-content {
  margin-top: 40px;
}

/* ===================

ページネーション

==================== */
.wp-pagenavi {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span {
  border-radius: 50%;
  width: 30px;
  background-color: #ebddc4;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.wp-pagenavi span.current {
  background-color: #8b6249;
}

.wp-pagenavi span {
  border-radius: 50%;
  width: 30px;
  background-color: #ebddc4;
  color: #fff;
  border: none !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.wp-pagenavi .page.larger,
.wp-pagenavi .page.smaller {
  border-radius: 50% !important;
  width: 30px;
  background-color: #ebddc4;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  background-color: #fff;
  color: #8b6249;
}

.products__first-txt {
  text-align: center;
  margin-bottom: 60px;
}

.products .products-linkBox ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}

.products .products-linkBox ul li {
  width: 23.5%;
}

.products .products-linkBox ul li a {
  border-radius: 100px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  display: flex;
  height: 58px;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 15px;
}

.products .products-linkBox ul li a::after {
  content: url(../img/link-arrow.svg);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}

.products .products-linkBox ul li:nth-of-type(n + 1) {
  margin-top: 15px;
}

@media screen and (max-width: 1080px) {
  .products .products-linkBox ul li {
    width: 328px;
  }
}

.products .products-items {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}

.products .products-items li {
  width: 23.5%;
  margin-bottom: 70px;
}

.products .products-items li img {
  width: 100%;
  border-radius: 20%;
  aspect-ratio: 3/3;
  -o-object-fit: cover;
  object-fit: cover;
}

.products .products-items li p:first-of-type {
  font-size: 13px;
}

.products .products-items li p:nth-of-type(2) {
  font-weight: bold;
  margin-bottom: 25px;
}

.products .products-items li .to-detail {
  margin: 15px 0;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px;
  position: relative;
}

.products .products-items li .to-detail::after {
  content: url(../img/link-plus.svg);
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
}

.products .products-items::before {
  content: "";
  display: block;
  width: 22%;
  order: 1;
}

.products .products-items::after {
  content: "";
  display: block;
  width: 22%;
}

@media screen and (max-width: 768px) {
  .products .products-items {
    gap: 5%;
  }

  .products .products-items li {
    width: 30%;
  }

  .products .products-items li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .products .products-items {
    gap: 4%;
  }

  .products .products-items li {
    width: 48%;
  }

  .products .products-items li a {
    font-size: 13px;
  }
}

.products-single {
  background-image: url(../img/sub-bg-wood.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}

.products-single .one-img {
  border-radius: 33px;
  width: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 550px;
}

@media (max-width: 600px) {
  .products-single .one-img {
    width: 100%;
    height: 90vw;
  }
}

.products-single .single-container .single-box1 {
  display: flex;
  gap: 60px;
}

.products-single .single-container .single-box1__right h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.products-single .single-container .single-box1__right p:first-of-type {
  font-size: 14px;
}

.products-single .single-container .single-box1__right p:nth-of-type(2) {
  font-size: 15px;
}

@media screen and (max-width: 1080px) {
  .products-single .single-container .single-box1 {
    flex-direction: column;
    gap: 30px;
  }
}

.products-single .single-container .single-box2 li {
  margin-top: 100px;
  display: flex;
  gap: 50px;
  flex-direction: row;
}

.products-single .single-container .single-box2 li img {
  display: block;
  width: 430px;
  height: 254px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 27px;
  flex-shrink: 0;
}

.products-single .single-container .single-box2 li:nth-child(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .products-single .single-container .single-box2 li:nth-child(odd) {
    flex-direction: column;
  }
}

.products-single .single-container .single-box2 li .single-box2__text {
  width: 100%;
}

.products-single .single-container .single-box2 li .single-box2__text h5 {
  font-size: 22px;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .products-single .single-container .single-box2 li {
    flex-direction: column;
    gap: 15px;
  }

  .products-single .single-container .single-box2 li img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }

  .products-single .single-container .single-box2 li .single-box2__text h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.products-single .single-container-bottom {
  margin-top: 100px;
}

.products-single .single-container-bottom ul {
  display: flex;
  gap: 50px 2%;
  flex-wrap: wrap;
}

.products-single .single-container-bottom ul li {
  width: 32%;
}

.products-single .single-container-bottom ul li img {
  width: 100%;
  aspect-ratio: 3/2.25;
  border-radius: 26px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 8px;
}

.products-single .single-container-bottom ul li p {
  font: 15px;
}

@media screen and (max-width: 768px) {
  .products-single .single-container-bottom ul {
    gap: 40px 4%;
  }

  .products-single .single-container-bottom ul li {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .products-single .single-container-bottom ul {
    flex-direction: column;
    gap: 30px;
  }

  .products-single .single-container-bottom ul li {
    width: 100%;
  }
}

.products-single main {
  display: block;
}

.products-single .l-inner {
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
  width: 550px;
}

@media screen and (max-width: 768px) {
  .products-single .l-inner {
    width: 100%;
  }
}

.products-single [class*=swiper]:focus {
  outline: none;
}

.products-single .slide-media,
.products-single .thumb-media {
  position: relative;
  overflow: hidden;
}

.products-single .slide-media img,
.products-single .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products-single .slide-media {
  width: 100%;
}

.products-single .swiper-button-prev,
.products-single .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: var(--transition);
}

.products-single .swiper-button-prev::before,
.products-single .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}

.products-single .swiper-button-prev::after,
.products-single .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.products-single .swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.products-single .swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.products-single .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.products-single .gallery02 {
  overflow: hidden;
}

.products-single .gallery02 .swiper,
.products-single .gallery02 .thumb-wrapper {
  max-width: 550px;
  margin: auto;
}

.products-single .gallery02 .swiper {
  overflow: visible;
}

.products-single .gallery02 .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}

.products-single .gallery02 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.products-single .gallery02 .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
}

.products-single .gallery02 .swiper-button-prev,
.products-single .gallery02 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.products-single .gallery02 .swiper-button-prev {
  display: none;
}

.products-single .gallery02 .swiper-button-next {
  display: none;
}

.products-single .gallery02 .slide {
  display: block;
  overflow: hidden;
}

.products-single .gallery02 .slide-media {
  display: block;
  padding-top: 100%;
  width: 100%;
}

.products-single .gallery02 .slide-media img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 33px;
}

.products-single .gallery02 .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 3.2rem 0;
}

.products-single .gallery02 .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.products-single .gallery02 .thumb-media {
  padding-top: 100%;
  cursor: pointer;
  transition: var(--transition);
  border-radius: 11px;
}

.products-single .gallery02 .thumb-media img {
  transition: var(--transition);
  width: 100%;
}

.products-single .gallery02 .thumb-media-active {
  transform: scale(0.9);
  opacity: 0.3;
}

.products-single .gallery02 .thumb-media-active img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1024px) {
  .products-single html {
    -webkit-text-size-adjust: 100%;
  }

  .products-single .pc {
    display: none !important;
  }

  .products-single .gallery02 .swiper-button-prev::before,
  .products-single .gallery02 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: var(--box-shadow-dark);
  }

  .products-single .gallery02 .swiper-button-prev::after,
  .products-single .gallery02 .swiper-button-next::after {
    border-color: #fff;
  }

  .products-single .gallery02 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }

  .products-single .gallery02 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}

@media only screen and (max-width: 599px) {
  .products-single html {
    font-size: 50%;
  }

  .products-single .pc-tab {
    display: none !important;
  }

  .products-single .gallery02 .thumb-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (min-width: 1025px) {
  .products-single .tab-sp {
    display: none !important;
  }

  .products-single .swiper-button-prev::before,
  .products-single .swiper-button-next::before {
    transition: var(--transition);
  }

  .products-single .swiper-button-prev:hover::before,
  .products-single .swiper-button-next:hover::before {
    transform: scale(1.2);
  }

  .products-single .gallery02 .thumb-media:hover {
    transform: scale(0.9);
  }

  .products-single .gallery02 .thumb-media:hover img {
    transform: scale(1.1);
  }
}

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

.products-single .swiper-android .swiper-slide,
.products-single .swiper-wrapper {
  height: auto;
}

@media screen and (max-width: 1080px) {
  .shop {
    padding-top: 0;
  }
}

.shop .shop-container {
  border: 5px solid #333;
  border-radius: 30px;
  background-color: #fff;
  padding: 3%;
}

@media screen and (max-width: 480px) {
  .shop .shop-container {
    padding: 5%;
  }
}

.shop .shop-container .shop-logo {
  width: 322px;
  display: block;
  margin: 70px auto;
}

@media screen and (max-width: 480px) {
  .shop .shop-container .shop-logo {
    width: 80%;
    margin: 30px auto;
  }
}

.shop .shop-container .shop-address {
  font-size: 20px;
  margin: 20px 0;
}

@media screen and (max-width: 480px) {
  .shop .shop-container .shop-address {
    font-size: 18px;
    margin: 0;
  }
}

.shop .shop-container__info {
  display: flex;
  gap: 40px;
}

.shop .shop-container__info table tr {
  display: flex;
}

.shop .shop-container__info table th {
  display: inline-block;
  text-align: left;
  width: 80px;
  align-items: start;
  padding-top: 10px;
  font-weight: normal;
  vertical-align: top;
  flex-shrink: 0;
}

.shop .shop-container__info table .table_open {
  padding-top: 23px;
}

.shop .shop-container__info table td {
  padding-top: 10px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}

.shop .shop-container__info table td img {
  vertical-align: middle;
  width: 20px;
  margin-right: 3px;
}

.shop .shop-container__info table td span {
  display: block;
  font-size: 13px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media screen and (max-width: 1080px) {
  .shop .shop-container__info table td span br {
    display: none;
  }
}

.shop .shop-container__info table td a {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {

  .shop .shop-container__info table th,
  .shop .shop-container__info table td {
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .shop .shop-container__info {
    flex-direction: column;
    gap: 0;
  }
}

.shop .shop-container .shop-btn {
  text-align: center;
  margin: 30px 0 70px;
}

@media screen and (max-width: 480px) {
  .shop .shop-container .shop-btn {
    margin: 15px 0 40px;
  }

  .shop .shop-container .shop-btn .btn {
    width: 100%;
  }
}

.shop .shop-container .google-map {
  margin-top: 52px;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 28px;
}

@media screen and (max-width: 480px) {
  .shop .shop-container .google-map {
    aspect-ratio: 3/4;
  }
}

.shop,
.news,
.products,
.products-single {
  background-image: url(../img/sub-bg-wood.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position-y: -120%;
}

/*# sourceMappingURL=style.css.map */