@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section, .page__contact .contact--table, #main .page__cart {
  margin-bottom: 70px;
}

body {
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

img {
  max-width: 100%;
}

.header,
#main,
.hero,
.footer {
  position: relative;
  z-index: 50;
}

.header {
  z-index: 100;
}

.hero {
  z-index: 1;
  margin-top: 60px;
}

.hide-sp {
  display: none;
}

.show-sp {
  display: inline;
}

.hide-laptop {
  display: inline;
}

.skyblue {
  color: #4f7b62;
}

.green {
  color: #4f7b62;
}

.more-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 200px;
  height: 56px;
  background-color: #f4f4f4;
  border-radius: 36px;
  padding: 12px 56px 12px 36px;
  position: relative;
}

.more-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #fff;
  background-color: #bae8ed;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.movie {
  margin: 50px 0;
  position: relative;
}

.movie::before {
  display: block;
  content: '';
  padding-top: 56.25%;
}

.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-ellipse {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  width: 250px;
  height: 52px;
}

.head {
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 3px;
  color: transparent;
  margin-bottom: 0.75em;
  -webkit-text-stroke: 1px #000;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 10px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.home .header .header-inner.show {
  opacity: 1;
  visibility: visible;
}

.header .header-inner .logo {
  font-size: 22px;
  font-weight: 700;
  color: #4f7b62;
  z-index: 50;
  transition: all 300ms ease-out;
}

.header .header-inner .logo.open {
  color: #fff;
}

.header .header-inner .logo a {
  display: flex;
  align-items: center;
}

.header .header-inner .logo span {
  display: block;
}

.header .header-inner .logo span.image {
  margin-right: 10px;
  width: 240px;
}

.header .header-inner .logo small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
}

.header .header-inner .logo img {
  width: 80px;
}

.header .main-nav {
  background-color: rgba(168, 168, 168, 0.95);
  padding: 20px;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 25;
  visibility: hidden;
  transition: opacity 500ms ease-out, visibility 500ms ease-out;
}

.header .main-nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 40px 15px 0;
}

.header .main-nav li {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
  padding-top: 10px;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 300ms ease-out;
}

.header .main-nav li:hover {
  color: #4f7b62;
}

.header .main-nav li a {
  display: block;
}

.header .main-nav li.nav_square .icon {
  display: none;
}

.header .main-nav.open {
  opacity: 1;
  visibility: visible;
}

.header .main-nav.open ul li {
  opacity: 1;
  padding-top: 0;
  transition-delay: 0;
}

.header .main-nav .btn-ellipse.to-shop {
  display: flex;
  font-size: 16px;
  color: #4f7b62;
  border: 3px solid #4f7b62;
}

.header .main-nav .btn-ellipse.to-shop::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 18px;
  right: 20px;
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 50;
}

.header .nav-btn__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.header .nav-btn__inner .bar {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #262626;
  margin-top: 8px;
  transition: all 300ms ease-out;
  transform-origin: center;
}

.header .nav-btn__inner .bar:nth-child(1) {
  margin-top: 0;
}

.header .nav-btn.open .bar {
  background-color: #000;
  margin: 0;
}

.header .nav-btn.open .bar:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 15px;
}

.header .nav-btn.open .bar:nth-child(2) {
  opacity: 0;
  transform: translateX(5px);
}

.header .nav-btn.open .bar:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -4px;
  margin-bottom: 8px;
}

.footer__information {
  margin-top: 70px;
}

.footer__information .f-information__inner {
  border: 1px solid #262626;
  padding: 30px 20px;
}

.footer__information .head {
  margin-bottom: 30px;
}

.footer__information .head h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 26px;
  order: 1;
}

.footer__information .head h2::before {
  display: block;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #262626;
  margin: 12px 0;
  order: 2;
}

.footer__information .head h2 small {
  font-size: 12px;
  order: 3;
}

.footer__information .list {
  max-width: 800px;
  margin: 0 auto;
}

.footer__information .list .list-item {
  font-size: 14px;
  border-bottom: 1px solid #262626;
  padding: 0.5em 1em 1em;
  margin-bottom: 1em;
}

.footer__information .list .list-item .time {
  margin-right: 3em;
}

.footer__information .more-btn {
  margin-top: 30px;
}

.footer__information .more-btn a {
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #6f7477;
  position: relative;
}

.footer .footer__inner {
  color: #fff;
}

.footer .footer__links {
  border-top: 1px solid #ddd;
  margin: 0 -15px;
  padding: 40px 15px;
}

.footer .footer__links .footer__menu {
  margin-bottom: 5px;
  display: flex;
}

.footer .footer__links .footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
}

.footer .footer__links .footer__menu ul:first-child {
  font-weight: 600;
  width: 180px;
}

.footer .footer__links .footer__menu ul:nth-child(2) {
  font-size: 14px;
  flex-direction: column;
}

.footer .footer__links .footer__menu li {
  width: 180px;
  padding: 0 10px;
  margin-bottom: 16px;
}

.footer .footer__links .footer__menu li:hover {
  color: #4f7b62;
}

.footer .footer__links .sns__links {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

.footer .footer__links .sns__links p {
  margin-right: 10px;
}

.footer .footer__links .sns__links .sns_icon img {
  margin: 0 5px;
  width: 20px;
}

.footer_logo {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.footer_logo p {
  font-size: 12px;
}

.footer_logo img {
  width: 120px;
  margin-bottom: 20px;
}

.footer-bnr-area {
  margin: 30px auto;
}

.footer-bnr-area .bnr-area {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-bnr-area .bnr-area .col-md-4 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.activity__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.activity__list .activity__item {
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 50%;
  padding: 0 8px;
  margin-bottom: 40px;
}

.activity__list .activity__item a {
  display: block;
  line-height: 1.5;
}

.activity__list .activity__item .thumb img {
  width: 100%;
  height: auto;
}

.activity__list .activity__item .head {
  font-size: 14px;
  font-weight: 500;
  margin: 0.75em 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.activity__list .activity__item .detail {
  font-size: 12px;
  font-weight: 300;
}

.activity__list .activity__item .detail p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.post__contents {
  margin-bottom: 40px;
}

.post__contents .post__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post__contents .title .meta {
  font-size: 12px;
  margin-bottom: 10px;
}

.post__contents .title h2 {
  font-size: 18px;
  font-weight: 500;
  color: #4f7b62;
  margin-bottom: 1em;
}

.post__contents .content {
  line-height: 1.875;
}

.post__contents .content figure {
  text-align: center;
  margin: 30px 0;
}

.post__contents .content figure img {
  width: 100%;
  max-width: 600px;
}

.archive__post .archive__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.archive__post .archive__item {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.archive__post .archive__item a {
  padding: 10px 5px;
}

.archive__post .meta {
  font-size: 12px;
  margin-bottom: 4px;
}

.archive__post .title {
  font-size: 18px;
  font-weight: 500;
  color: #4f7b62;
  margin-bottom: 1em;
  margin-left: 2.5em;
}

.pagination--area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.pagination--area .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination--area .pagination .page-numbers {
  display: block;
  font-size: 14px;
  margin: 0 6px 5px;
}

.pagination--area .pagination .page-numbers:not(.next):not(.prev) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 32px;
  border: 1px solid #ddd;
  margin: 0 3px 5px;
}

.pagination--area .pagination .page-numbers:not(.next):not(.prev).current {
  color: #fff;
  background-color: #4f7b62;
  border: none;
}

.hero {
  position: relative;
}

.hero img {
  width: 100%;
}

.hero .hero__swiper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 50;
}

.hero__logo {
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 75;
}

.hero__logo img {
  width: 220px;
}

.hero__cover {
  width: 100%;
  overflow: hidden;
}

.hero__content .hero-lead {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 60%;
  left: 8%;
  z-index: 10;
}

.hero__content .hero-lead .hero-text {
  font-size: 26px;
  line-height: 1.5;
}

.hero__content .hero-lead .hero-e {
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 3px;
  color: transparent;
  -webkit-text-stroke: 3px #fff;
}

.hero__content .hero-lead .hero-j {
  font-size: 12px;
}

.hero__content h1 {
  position: absolute;
  top: 5%;
  right: 8%;
  z-index: 10;
}

.hero__content h1 img {
  height: 300px;
}

.front__intro .texts {
  position: relative;
  text-align: center;
}

.front__intro .texts .dog-i {
  position: absolute;
}

.front__intro .texts .dog-i.i01 {
  top: -50px;
  left: 0;
}

.front__intro .texts .dog-i.i02 {
  bottom: -50px;
  right: 0;
}

.front__intro .texts .dog-i img {
  width: 70px;
}

.front__intro .texts h2 {
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 6.5vw;
  margin-bottom: 0.75em;
}

.front__intro .desc {
  font-size: 14px;
  line-height: 3;
  margin-bottom: 30px;
}

.front__intro .desc .show-sp {
  display: block;
}

.front__intro .btn-about-dcr p {
  font-size: 28px;
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.front__intro .images {
  padding-left: 20vw;
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

.front__intro .images img {
  margin-top: -15vw;
}

.front__intro .cover__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 4.5vw;
  position: absolute;
  top: 0;
  left: 0;
}

.front__intro .cover__text span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 12px;
  margin-bottom: 8px;
}

.sub--hero {
  padding-top: 30px;
}

.sub--hero .sub--hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 300px;
}

.sub--hero .sub--hero__inner img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub--hero .sub--hero__inner .sub--hero__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 2em;
  background: #fff;
  border-radius: 0 20px 0 0;
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-weight: bold;
  z-index: 5;
}

.sub--hero .sub--hero__inner .sub--hero__title .en {
  font-size: 14px;
  margin-bottom: 5px;
}

.sub--hero .sub--hero__inner .sub--hero__title .ja {
  font-size: 22px;
  padding-top: 9px;
  margin-top: 8px;
}

.gallery {
  margin: 40px 0 60px;
  overflow: hidden;
}

.gallery .gallery-txt {
  position: relative;
  margin-top: -30px;
  z-index: 10;
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide {
  margin: 0 10px;
}

.swiper-slide.mt:nth-child(2n) {
  margin-top: 20px;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.facility {
  display: flex;
  flex-direction: column;
}

.facility .to-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.facility .to-page.salon {
  background-image: url(../img/salon-bg.jpg);
}

.facility .to-page.menu {
  background-image: url(../img/menu-bg.jpg);
}

.facility .to-page .to-page-inner {
  text-align: center;
  color: #fff;
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.facility .to-page .to-page-inner span {
  font-size: 10px;
}

.facility .to-page .to-page-inner p {
  font-size: 16px;
  margin-bottom: 15px;
}

.facility .to-page .to-page-inner h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.facility .to-page .to-page-inner .btn-ellipse.more {
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  border: 3px solid #fff;
  width: 250px;
  margin: auto;
  position: relative;
}

.facility .to-page .to-page-inner .btn-ellipse.more::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 18px;
  right: 20px;
  background-image: url(../img/btn-arrow-w.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.hero-swiper .swiper-pagination-bullet {
  background-color: #fff;
}

.news_section {
  margin: 50px 0;
}

.news_section .news_flex .news_content {
  width: 100%;
  margin-bottom: 40px;
}

.news_section .news_flex .news_content .head.content {
  margin-bottom: 20px;
}

.news_section .news_flex .news_content .news_item {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.news_section .news_flex .news_content .news_item::after {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 1px;
  background-image: linear-gradient(to right, #000, #000, 3px, transparent 3px, transparent 7px);
  background-size: 10px 1px;
  z-index: 10;
}

.news_section .news_flex .news_content .news_item .title {
  display: block;
  font-size: 14px;
  margin-bottom: 1em;
}

.news_section .news_flex .news_content .news_item .news_detail {
  display: flex;
  justify-content: space-between;
}

.news_section .news_flex .news_content .news_item .news_detail .tag a {
  font-size: 12px;
  padding: 2px 5px;
  background: #e0e0e0;
}

.news_section .news_flex .news_content .news_item .news_detail .date {
  color: #4f7b62;
  font-size: 14px;
}

.news_section .news_flex .news_content .news_btn {
  position: relative;
  width: 150px;
  margin-right: 0;
  margin-left: auto;
  color: #4f7b62;
  display: block;
  padding-bottom: 10px;
  border-bottom: 3px solid #4f7b62;
}

.news_section .news_flex .news_content .news_btn::after {
  position: absolute;
  content: "";
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25px;
  height: 20px;
  top: 5px;
  right: 0;
}

.dcr-info {
  position: relative;
  background-image: url(../img/info-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 450px;
}

.dcr-info .bg-black {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 80%;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #fff;
  outline-offset: -10px;
}

.dcr-info .bg-black .dcr-info-inner .shop-name {
  text-align: center;
  margin-bottom: 15px;
}

.dcr-info .bg-black .dcr-info-inner .shop-name h2 {
  font-size: 24px;
  margin-bottom: 3px;
}

.dcr-info .bg-black .dcr-info-inner .shop-name p {
  font-size: 10px;
  line-height: 1.5;
}

.dcr-info .bg-black .dcr-info-inner .shop-info {
  font-size: 14px;
}

.dcr-info .bg-black .dcr-info-inner .shop-info table {
  margin: auto;
}

.dcr-info .bg-black .dcr-info-inner .shop-info th, .dcr-info .bg-black .dcr-info-inner .shop-info td {
  display: block;
  padding: 5px 0;
}

.dcr-info .bg-black .dcr-info-inner .shop-info th {
  width: 80px;
}

.dcr-info .bg-black .dcr-info-inner .shop-info td {
  line-height: 1.5;
}

.dcr-info .bg-black .dcr-info-inner .shop-info td .sp-br {
  display: block;
}

.map {
  width: 100%;
  height: 500px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.goods {
  margin: 45px 0;
  text-align: center;
}

.goods p {
  font-size: 14px;
}

.goods .btn-ellipse.goods {
  border: 3px solid #4f7b62;
  color: #4f7b62;
  margin: 25px auto;
}

.goods .btn-ellipse.goods::after {
  position: absolute;
  content: "";
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25px;
  height: 20px;
  top: 15px;
  right: 15px;
}

.page__about-us {
  line-height: 1.75;
}

.page__about-us .page__intro {
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.page__about-us .page__intro .main_catch {
  margin-bottom: 30px;
}

.page__about-us .page__intro .main_catch h1, .page__about-us .page__intro .main_catch p {
  max-width: 900px;
  padding: 0 10px;
}

.page__about-us .page__intro .main_catch h1 {
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.page__about-us .page__intro .main_catch p {
  font-size: 14px;
  line-height: 2;
}

.page__about-us .page__intro .main_catch img {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.about_block {
  background-color: #f8f8f8;
}

.about_block:last-child {
  margin-bottom: 0;
}

.about_block .about_block_inner {
  padding: 30px 0;
}

.about_block .about_block_inner .about_item {
  display: block;
}

.about_block .about_block_inner .block_img, .about_block .about_block_inner .about_text {
  width: 100%;
  padding: 0 10px;
}

.about_block .about_block_inner h2 {
  position: relative;
  color: #4f7b62;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-bottom: 5px;
}

.about_block .about_block_inner h2::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  width: 10%;
  height: 5px;
  background-color: #4f7b62;
}

.about_block .about_block_inner .block_img {
  position: relative;
  margin-bottom: 30px;
}

.about_block .about_block_inner .block_img::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 25px;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #67756d;
  z-index: 5;
}

.about_block .about_block_inner .block_img img {
  position: relative;
  margin-bottom: 20px;
  z-index: 10;
}

.about_block .about_block_inner .about_text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: normal;
}

.about_block .about_block_inner .about_text .desc {
  margin-bottom: 15px;
  font-size: 14px;
}

.about_block .about_block_inner .about_text .about_img {
  display: flex;
  justify-content: space-between;
}

.about_block .about_block_inner .about_text .about_img img {
  width: 48%;
}

.about_block.bg_w {
  background-color: #fff;
}

.about_block.bg_w .about_item {
  display: block;
}

.about_block.bg_w .block_img, .about_block.bg_w .about_text {
  width: 100%;
  padding: 0 10px;
}

.about_block.bg_w h2 {
  position: relative;
  color: #4f7b62;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.about_block.bg_w h2::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 0;
  width: 10%;
  height: 5px;
  background-color: #4f7b62;
}

.about_block.bg_w .block_img {
  position: relative;
}

.about_block.bg_w .block_img::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 25px;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #67756d;
  z-index: 5;
}

.about_block.bg_w .about_text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: normal;
}

.about_block.bg_w .about_text .desc {
  margin-bottom: 15px;
  font-size: 14px;
}

.about_block.bg_w .about_text .about_img {
  display: flex;
  justify-content: space-between;
}

.about_block.bg_w .about_text .about_img img {
  width: 48%;
}

.runcafe_section .runcafe_intro {
  margin-bottom: 50px;
}

.runcafe_section .runcafe_intro .pc_flex .intro_text {
  width: 100%;
}

.runcafe_section .runcafe_intro .pc_flex .intro_text h2 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Kosugi Maru", sans-serif;
}

.runcafe_section .runcafe_intro .pc_flex .intro_text h2 .pc_show {
  display: none;
}

.runcafe_section .runcafe_intro .pc_flex .intro_text h2 span {
  color: #4f7b62;
  font-size: 28px;
}

.runcafe_section .runcafe_intro .pc_flex .intro_text p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 17px;
}

.runcafe_section .runcafe_intro .pc_flex .intro_text img {
  width: 100%;
  margin-bottom: 10px;
}

.runcafe_section .runcafe_intro .pc_flex .intro_img {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.runcafe_section .runcafe_intro .pc_flex .intro_img img {
  width: 49%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.runcafe-text_img {
  position: relative;
  margin-top: -70px;
  margin-bottom: 50px;
}

.runcafe_pickup {
  margin-bottom: 30px;
}

.runcafe_pickup .pickup_text {
  width: 100%;
  line-height: 1.35;
}

.runcafe_pickup .pickup_text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
}

.runcafe_pickup .pickup_text h3 .pc_show {
  display: none;
}

.runcafe_pickup .pickup_text p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 17px;
}

.runcafe_pickup .pickup_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.runcafe_pickup .pickup_img img {
  width: 49%;
  -o-object-fit: cover;
     object-fit: cover;
}

.runcafe_price {
  margin-bottom: 30px;
}

.runcafe_price .head {
  text-align: center;
}

.runcafe_price .price_block .title_bar {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #000;
}

.runcafe_price .price_block .caution {
  text-align: center;
  margin: 20px 0;
}

.runcafe_price .price_block .caution h4 {
  font-weight: bold;
  color: #a5714d;
  font-size: 20px;
  margin-bottom: 1em;
}

.runcafe_price .price_block .caution .membership p {
  margin-bottom: 20px;
  padding: 0 10px;
}

.runcafe_price .price_block .caution .membership p span {
  color: #fff;
  padding: 2px 10px 3px 4px;
  background: #a5714d;
  border-radius: 5px;
  margin-left: 10px;
}

.runcafe_price .price_block .caution .entry {
  font-size: 14px;
  position: relative;
  display: inline-block;
  line-height: 2;
}

.runcafe_price .table_flex {
  display: block;
}

.runcafe_price .table_flex table {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ccc;
}

.runcafe_price .table_flex table td, .runcafe_price .table_flex table th {
  width: 30%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.runcafe_price .table_flex table tr:first-child {
  background-color: #4f7b62;
}

.runcafe_price .table_flex table .dog-size {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.runcafe_price .table_flex table .large-size {
  background-color: #fbf8f2;
  color: #c64d4d;
  font-size: 12px;
}

.runcafe_price .table_flex table .large-size span {
  color: #000;
  font-size: 12px;
}

.note {
  margin: 20px auto;
  font-size: 12px;
  line-height: 1.75;
}

.note p::before {
  content: '▪️';
}

.table_menu {
  display: block;
}

.table_menu table {
  width: 100%;
  margin: 10px 0;
}

.table_menu table td, .table_menu table th {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.table_menu table td {
  width: 20%;
}

.table_menu table .menu_category {
  width: 100%;
  font-size: 22px;
  padding: 5px 0;
  color: #4f7b62;
  border-bottom: 3px solid #4f7b62;
}

.menu_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.menu_img img {
  width: 30%;
}

.page__contact {
  margin-bottom: 60px;
}

.page__contact .page__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page__contact input[type=email], .page__contact input[type=text] {
  width: 100%;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 4px 0;
}

.page__contact input[type=file] {
  margin: 4px 0;
}

.page__contact select {
  -moz-appearance: auto;
       appearance: auto;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 4px 0;
}

.page__contact .mwform-tel-field input[type=text] {
  width: auto;
}

.page__contact .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin: 10px 30px 10px 0;
}

.page__contact textarea {
  width: 100%;
  line-height: 1.75;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
  margin: 4px 0;
}

.page__contact .contact--table table {
  display: block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
}

.page__contact .contact--table table tbody {
  display: block;
}

.page__contact .contact--table table tr {
  display: block;
  border-bottom: 1px solid #eaeaea;
}

.page__contact .contact--table table th, .page__contact .contact--table table td {
  display: block;
}

.page__contact .contact--table table th {
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px solid #4f7b62;
  padding: 2em 0.5em 0.5em;
}

.page__contact .contact--table table td {
  padding: 0.5em;
}

.page__contact .submit--btn {
  display: flex;
  justify-content: center;
}

.page__contact .submit--btn input {
  color: #fff;
  background-color: #ddd;
  width: 200px;
  text-align: center;
  padding: 16px 0;
  margin: 0 10px 15px;
}

.page__contact .submit--btn input[type=submit] {
  background-color: #4f7b62;
}

.faq--categories {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--categories .category--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -8px;
}

.faq--categories .category--item {
  width: calc(100% / 2);
  padding: 0 8px;
  margin-bottom: 12px;
}

.faq--categories .category--item a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.faq--categories .category--item a::before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 0.25em solid #4f7b62;
  border-radius: 50%;
  margin-right: 0.5em;
}

.faq--intro {
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 60px;
}

.faq--intro img {
  width: 60px;
  margin-bottom: 10px;
}

.faq--intro h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.faq--intro p {
  font-size: 12px;
}

.faq--lists {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--item {
  margin-bottom: 30px;
}

.faq--item__head {
  margin-bottom: 20px;
}

.faq--item__head h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.faq--item__head h3::before {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #4f7b62;
  margin-right: 12px;
}

.faq--item__head h3 span {
  width: calc(100% - 42px);
}

.faq--box {
  margin-bottom: 20px;
}

.faq--box .question {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  background-color: #4f7b62;
  padding: 10px 15px;
  margin-bottom: 0;
  cursor: pointer;
}

.faq--box .question::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  content: 'Q';
  color: #262626;
  background-color: #fff;
  width: 35px;
  height: 35px;
  box-shadow: 2px 0 0 #30716a;
  border-radius: 50%;
  margin-right: 10px;
  padding-top: 1px;
}

.faq--box .question span {
  width: calc(100% - 45px);
}

.faq--box .answer {
  display: none;
  line-height: 1.5;
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 30px;
}

.page__privacy-policy {
  line-height: 1.75;
}

.page__privacy-policy .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.page__privacy-policy h2 {
  font-size: 20px;
  margin-top: 2em;
  margin-bottom: 0.25em;
}

.page__privacy-policy ul {
  list-style: disc;
  margin: 0.75em 0 1.5em;
  padding-left: 1.5em;
}

.price_block {
  margin-bottom: 30px;
}

.table_menu .trimming-course {
  color: #4f7b62;
  border-bottom: 3px solid #4f7b62;
}

.trimming-note {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.option_menu {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.option_menu .option_menu_list {
  width: 100%;
  background-color: #efefef;
  margin-bottom: 10px;
}

.option_menu .option_menu_list .option_menu_list_iiner {
  padding: 20px;
  line-height: 1.75;
}

.option_menu .option_menu_list .option_menu_list_iiner .name {
  padding: 4px 0;
  margin-bottom: 10px;
  background-color: #4f7b62;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.option_menu .option_menu_list .option_menu_list_iiner .explanation {
  font-size: 14px;
  margin-bottom: 10px;
}

.option_menu .option_menu_list .option_menu_list_iiner .action {
  background-color: #fff;
  font-size: 14px;
  padding: 10px;
}

.option_menu .option_menu_list .option_menu_list_iiner .price {
  color: #4f7b62;
  font-size: 14px;
  margin: 5px 0;
}

.option_price {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #afc4b8;
}

.option_price th, .option_price td {
  font-size: 14px;
  padding: 3px 0;
  text-align: center;
  font-weight: inherit;
  border-bottom: 1px solid #afc4b8;
  border-right: 1px solid #afc4b8;
}

.option_price th {
  background: #fbf8f2;
}

.option_price td {
  background: #fff;
}

.t-red {
  color: red;
}

.precautions {
  margin-bottom: 20px;
}

.precautions .title {
  display: inline-block;
  color: #fff;
  background: red;
  margin-bottom: 10px;
  padding: 3px 5px;
  text-align: center;
}

.precautions p {
  font-size: 14px;
  line-height: 1.75;
}

.trimming_price {
  margin-bottom: 10px;
}

.trimming_price .head {
  text-align: center;
}

.trimming_price .price_block .title_bar {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #000;
}

.trimming_price .price_block .caution {
  text-align: center;
  margin: 20px 0;
}

.trimming_price .price_block .caution h4 {
  font-weight: bold;
  color: #a5714d;
  font-size: 20px;
  margin-bottom: 1em;
}

.trimming_price .price_block .caution .membership p {
  margin-bottom: 20px;
  padding: 0 10px;
}

.trimming_price .price_block .caution .membership p span {
  color: #fff;
  padding: 2px 10px 3px 4px;
  background: #a5714d;
  border-radius: 5px;
  margin-left: 10px;
}

.trimming_price .price_block .caution .entry {
  font-size: 14px;
  position: relative;
  display: inline-block;
  line-height: 2;
}

.trimming_price .table_flex {
  display: block;
}

.trimming_price .table_flex table {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ccc;
}

.trimming_price .table_flex table td, .trimming_price .table_flex table th {
  width: 30%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.trimming_price .table_flex table tr:first-child {
  background-color: #4f7b62;
}

.trimming_price .table_flex table .dog-size {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.trimming_price .table_flex table .large-size {
  background-color: #fbf8f2;
  color: #c64d4d;
  font-size: 12px;
}

.trimming_price .table_flex table .large-size span {
  color: #000;
  font-size: 12px;
}

.trimming_info {
  text-align: center;
  margin-bottom: 30px;
}

.trimming_info .salon_name {
  font-size: 30px;
}

.trimming_info .salon_name span {
  font-size: 12px;
  margin-bottom: 10px;
}

.trimming_info .reservation {
  margin: 20px auto;
  line-height: 1.5;
}

.trimming_info .reservation .sp_show {
  display: block;
}

.trimming_info .pn {
  display: block;
  color: #4f7b62;
  margin: 20px auto 30px;
  font-size: 32px;
  font-weight: bold;
}

.trimming_info .sns_qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trimming_info .sns_qr img {
  max-width: 200px;
  margin-bottom: 30px;
}

.back {
  display: block;
  font-size: 14px;
  width: 200px;
  color: #fff;
  background: #525252;
  text-align: center;
  margin: 60px auto 90px;
  padding: 16px;
}

.product--intro {
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 60px;
}

.product--intro img {
  width: 60px;
  margin-bottom: 10px;
}

.product--intro h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.product--intro p {
  font-size: 12px;
}

.product_info {
  max-width: 600px;
  margin: 0 auto;
}

.product_info .thumb {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.product_info .thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_info .thumb-wrapper {
  margin-bottom: 10px;
}

.product_info .thumb .swiper-button-next,
.product_info .thumb .swiper-button-prev {
  color: #262626;
}

.product_info .info {
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 100%;
  padding: 0 10px;
}

.product_info .p_name {
  font-size: 24px;
  margin-bottom: 16px;
}

.product_info .detail {
  line-height: 1.75;
  margin-bottom: 20px;
}

.product_info form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.product_info .p_price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 8px;
}

.product_info .p_price .s_price {
  font-size: 30px;
  font-weight: 700;
}

.product_info .p_price .s_price .tax {
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
}

.product_info .p_price .stock {
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #666;
  padding: 5px 14px 6px;
  margin-top: 10px;
  margin-right: 16px;
}

.product_info .select {
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  margin-right: 6px;
  margin-left: auto;
  margin-bottom: 24px;
}

.product_info .select p {
  display: flex;
  align-items: center;
}

.product_info .select p span {
  font-weight: 700;
}

.product_info .select p span::after {
  content: '：';
}

.product_info .select p input {
  margin-top: 10px;
  padding: 6px 8px;
}

.product_info .select .skuquantity {
  width: 60px;
  text-align: right;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 6px 10px;
}

.product_info .cart_btn {
  font-family: "Noto sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  width: 100%;
}

.product_info .cart_btn .skubutton {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #4f7b62;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  padding: 24px 20px;
}

.category--head h2 {
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -10px;
}

.products-list .product-item {
  width: 50%;
  padding: 0 10px;
}

.products-list .product-item .name {
  margin: 6px 0 4px;
}

.products-list .product-item .price {
  font-weight: 700;
  color: #c00;
}

.products-list .product-item .price .tax {
  font-size: 12px;
  font-style: normal;
}

#main .page__cart .post {
  background-color: #f7f7f7;
  padding: 10px 10px 20px;
}

#main .page__cart .post .send {
  margin-bottom: 20px;
}

#main .page__cart h5 {
  background-color: #666;
  padding: 15px;
}

#main .page__cart #cart {
  max-width: 100%;
  overflow-x: scroll;
  padding-bottom: 20px;
}

#main .page__cart .usccart_navi {
  margin-bottom: 15px;
}

#main .page__cart .usccart_navi ol {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

#main .page__cart .usccart_navi ol .ucart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 50%;
  height: 40px;
  background-color: #ddd;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 5px;
  position: relative;
  z-index: 5;
  margin-bottom: 2px;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart, #main .page__cart .usccart_navi ol .ucart.usccart_customer, #main .page__cart .usccart_navi ol .ucart.usccart_delivery, #main .page__cart .usccart_navi ol .ucart.usccart_confirm {
  background: #4f7b62;
  border-right: none;
  z-index: 10;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart, #main .page__cart .usccart_navi ol .ucart.usccart_customer, #main .page__cart .usccart_navi ol .ucart.usccart_delivery {
  background: #4f7b62;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart::before, #main .page__cart .usccart_navi ol .ucart.usccart_customer::before, #main .page__cart .usccart_navi ol .ucart.usccart_delivery::before {
  display: block;
  content: '';
  border: 20px solid transparent;
  border-left: 10px solid #4f7b62;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 15;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart::after, #main .page__cart .usccart_navi ol .ucart.usccart_customer::after, #main .page__cart .usccart_navi ol .ucart.usccart_delivery::after {
  display: block;
  content: '';
  border: 20px solid transparent;
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  z-index: 20;
}

#main .page__cart .usccart_navi ol .ucart:last-child {
  border-right: none;
}

#main .page__cart .upbutton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  margin-bottom: 5px;
  padding-right: 0;
}

#main .page__cart .upbutton input {
  font-size: 14px;
  background-color: #eee;
  padding: 12px 20px;
  border-radius: 3px;
  margin: 10px 0 10px 10px;
}

#main .page__cart table {
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}

#main .page__cart table th, #main .page__cart table td {
  font-size: 12px;
  min-width: 60px;
  border: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px 4px;
}

#main .page__cart table th em, #main .page__cart table td em {
  font-size: 12px;
  font-style: normal;
}

#main .page__cart table th img, #main .page__cart table td img {
  max-width: 100%;
  height: auto;
}

#main .page__cart table .num {
  width: 40px;
  text-align: center;
}

#main .page__cart table .thumbnail {
  width: 70px;
  text-align: center;
}

#main .page__cart table .quantity {
  width: 60px;
  text-align: center;
}

#main .page__cart table td.quantity {
  text-align: right;
}

#main .page__cart table .subtotal {
  width: 110px;
  text-align: right;
}

#main .page__cart table .aright {
  text-align: right;
}

#main .page__cart table .stock {
  width: 90px;
  text-align: center;
}

#main .page__cart table .action {
  width: 64px;
  text-align: center;
}

#main .page__cart table .action input {
  font-size: 14px;
  background-color: #eee;
  padding: 4px 12px;
  border-radius: 3px;
}

#main .page__cart table input,
#main .page__cart table textarea,
#main .page__cart table select {
  background-color: #fafafa;
  border: 1px solid #eee;
  padding: 8px 12px;
}

#main .page__cart table .member_name {
  width: 32px;
}

#main .page__cart table.customer_form th {
  background-color: #f2f4f5;
}

#main .page__cart table.customer_form th em {
  color: #da0000;
}

#main .page__cart #inside-cart thead {
  background-color: #f2f4f5;
}

#main .page__cart #inside-cart .no_cart {
  font-family: "Noto serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 100;
  color: #262626;
}

#main .page__cart #inside-cart .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #customer-info .send,
#main .page__cart #delivery-info .send,
#main .page__cart #info-confirm .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #delivery-info .customer_form dt {
  font-size: 12px;
  font-weight: normal;
}

#main .page__cart #info-confirm .confiem_notice,
#main .page__cart #info-confirm .currency_code {
  margin-bottom: 8px;
}

#main .page__cart #wc_confirm #cart_table thead {
  background-color: #f2f4f5;
}

#main .page__cart #wc_confirm #cart_table tr > *:last-child {
  display: none;
}

#main .page__cart #wc_confirm #cart_table .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #wc_confirm #confirm_table th {
  background-color: #f2f4f5;
}

#main .page__cart #wc_confirm #confirm_table h3 {
  font-size: 18px;
  color: #333;
}

#main .page__cart #wc_confirm #confirm_table .ttl {
  font-weight: 700;
  background-color: #ddd;
}

#main .page__cart #wc_confirm #confirm_table .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart .customer_form,
#main .page__cart .customer_form tbody {
  display: block;
}

#main .page__cart .customer_form tr {
  display: block;
  border-bottom: 1px solid #ddd;
}

#main .page__cart .customer_form th, #main .page__cart .customer_form td {
  width: 100%;
  border-bottom: none;
}

#main .page__cart .customer_form th {
  display: block;
  margin-top: 15px;
}

#main .page__cart .customer_form td {
  display: flex;
  flex-direction: column;
}

#main .page__cart .send {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

#main .page__cart .send input {
  color: #fff;
  background-color: #4f7b62;
  padding: 16px 30px;
  margin: 0 10px 4px;
}

#main .page__cart .send input.continue_shopping_button, #main .page__cart .send input.back_cart_button, #main .page__cart .send input.back_to_customer_button, #main .page__cart .send input.back_to_delivery_button {
  color: #444;
  background-color: #ddd;
}

#main .page__cart .header_explanation,
#main .page__cart .footer_explanation {
  padding-top: 0;
}

#main #cart_completion {
  padding: 30px 0;
}

#main #cart_completion .completion__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main #cart_completion .completion__img::before, #main #cart_completion .completion__img::after {
  display: block;
  content: '';
  width: 120px;
  height: 2px;
  border-radius: 1px;
  background-color: #262626;
}

#main #cart_completion .completion__img::before {
  margin-right: 20px;
}

#main #cart_completion .completion__img::after {
  margin-left: 20px;
}

#main #cart_completion .completion__img svg {
  width: 80px;
  height: auto;
  fill: none;
  stroke: #68C314;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#main #cart_completion .completion__head {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

#main #cart_completion .completion__txt {
  text-align: center;
  line-height: 1.75;
  margin-top: 20px;
}

#main #cart_completion .back_to_top_button {
  background-color: #eaeaea;
  border-radius: 4px;
  padding: 20px 50px;
}

#escott-dialog .ui-dialog-titlebar {
  height: auto;
  padding: 10px 20px;
}

#escott-dialog .send {
  margin-top: 16px;
}

#escott-dialog .send input[type=button] {
  color: #fff;
  background-color: #4f7b62;
  padding: 16px 30px;
  margin: 0 10px;
}

#escott-dialog #escott-token-form table th, #escott-dialog #escott-token-form table td {
  padding: 10px 16px;
}

#escott-dialog #escott-token-form input,
#escott-dialog #escott-token-form select {
  border: 1px solid #f1f1f1;
  line-height: 1.75;
  padding: 4px 6px;
}

#escott-dialog #escott-token-form select {
  padding: 4px 10px;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .more-btn {
    display: block;
    width: auto;
  }
  .head {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .header .main-nav .btn-ellipse.to-shop {
    position: static;
  }
  .footer__information .list .list-item {
    font-size: 16px;
    padding: 0.5em 3em 1em;
    margin-bottom: 1.5em;
  }
  .footer__information .list .list-item .time {
    margin-right: 4em;
  }
  .footer .footer__links {
    padding: 40px 50px 30px;
  }
  .footer .footer__links .footer__menu {
    display: block;
  }
  .footer .footer__links .footer__menu ul:first-child {
    width: auto;
  }
  .footer .footer__links .footer__menu ul:nth-child(2) {
    width: auto;
    flex-direction: row;
  }
  .footer .footer__links .footer__menu li {
    width: auto;
  }
  .footer .footer__links .sns__links {
    font-size: 14px;
    margin-right: 20px;
  }
  .footer .footer__links .sns__links .sns_icon img {
    width: 24px;
  }
  .footer_logo {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer_logo img {
    margin-bottom: 0;
  }
  .footer-bnr-area {
    margin: 60px auto;
  }
  .footer-bnr-area .bnr-area .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .post__contents {
    margin-bottom: 80px;
  }
  .post__contents .content figure {
    margin: 50px 0;
  }
  .archive__post .archive__item a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
  }
  .archive__post .meta {
    margin-bottom: 0;
  }
  .archive__post .title {
    margin-bottom: 0;
  }
  .hero__logo {
    top: 40px;
    left: 30px;
  }
  .hero__logo img {
    width: 280px;
  }
  .hero__content .hero-lead {
    top: 35%;
    left: 8%;
  }
  .hero__content .hero-lead .hero-text {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .hero__content .hero-lead .hero-e {
    font-size: 50px;
  }
  .hero__content .hero-lead .hero-j {
    font-size: 18px;
  }
  .front__intro .texts .dog-i.i01 {
    top: 35%;
    left: -70px;
  }
  .front__intro .texts .dog-i.i02 {
    top: 35%;
    right: -70px;
  }
  .front__intro .texts .dog-i img {
    width: 100px;
  }
  .front__intro .texts h2 {
    font-size: 36px;
  }
  .front__intro .desc {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .front__intro .desc .show-sp {
    display: none;
  }
  .front__intro .btn-about-dcr p {
    font-size: 36px;
  }
  .front__intro .images {
    margin-top: 40px;
    padding-left: 150px;
  }
  .front__intro .images img {
    margin-top: -120px;
  }
  .front__intro .cover__text {
    font-size: 36px;
  }
  .sub--hero {
    padding-top: 50px;
  }
  .sub--hero .sub--hero__inner {
    height: 350px;
  }
  .sub--hero .sub--hero__inner .sub--hero__title {
    padding: 2em 3em;
  }
  .sub--hero .sub--hero__inner .sub--hero__title .en {
    font-size: 16px;
  }
  .sub--hero .sub--hero__inner .sub--hero__title .ja {
    font-size: 32px;
  }
  .gallery {
    margin: 50px 0 100px;
  }
  .swiper-slide {
    margin: 0 20px;
  }
  .swiper-slide.mt:nth-child(2n) {
    margin-top: 60px;
  }
  .facility {
    flex-direction: row;
  }
  .facility .to-page {
    width: 50%;
    height: 350px;
    justify-content: flex-start;
  }
  .facility .to-page .to-page-inner {
    text-align: left;
    padding-left: 10%;
  }
  .facility .to-page .to-page-inner span {
    font-size: 12px;
  }
  .facility .to-page .to-page-inner p {
    font-size: 20px;
  }
  .facility .to-page .to-page-inner h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .facility .to-page .to-page-inner .btn-ellipse.more {
    width: 280px;
    margin: 0;
  }
  .news_section {
    margin: 80px 0;
  }
  .news_section .news_flex .news_content {
    margin-bottom: 80px;
  }
  .news_section .news_flex .news_content .head.content {
    margin-bottom: 30px;
  }
  .news_section .news_flex .news_content .news_item {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
  .news_section .news_flex .news_content .news_item .title {
    font-size: 16px;
  }
  .news_section .news_flex .news_content .news_item .news_detail .date {
    font-size: 16px;
  }
  .dcr-info .bg-black {
    width: 75%;
    height: 70%;
    font-size: 16px;
  }
  .dcr-info .bg-black .dcr-info-inner .shop-name h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .dcr-info .bg-black .dcr-info-inner .shop-name p {
    font-size: 14px;
  }
  .dcr-info .bg-black .dcr-info-inner .shop-info th, .dcr-info .bg-black .dcr-info-inner .shop-info td {
    display: table-cell;
  }
  .dcr-info .bg-black .dcr-info-inner .shop-info td .sp-br {
    display: none;
  }
  .map {
    height: 600px;
  }
  .goods {
    margin: 60px 0;
  }
  .goods p {
    font-size: 16px;
  }
  .goods .btn-ellipse.goods {
    margin: 40px auto;
  }
  .page__about-us .page__intro .main_catch {
    font-size: 22px;
    margin-bottom: 80px;
  }
  .page__about-us .page__intro .main_catch h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .page__about-us .page__intro .main_catch p {
    font-size: 16px;
  }
  .page__about-us .page__intro .main_catch img {
    margin-bottom: 50px;
  }
  .about_block:last-child {
    margin-bottom: 60px;
  }
  .about_block .about_block_inner .about_item {
    display: flex;
    align-items: center;
  }
  .about_block .about_block_inner .block_img, .about_block .about_block_inner .about_text {
    width: 50%;
    padding: 0 15px;
  }
  .about_block .about_block_inner h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .about_block .about_block_inner .block_img {
    margin-bottom: 0;
  }
  .about_block .about_block_inner .block_img img {
    margin-bottom: 0;
    width: 100%;
  }
  .about_block .about_block_inner .about_text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about_block .about_block_inner .about_text .desc {
    margin-bottom: 10px;
  }
  .about_block.bg_w .about_item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .about_block.bg_w .block_img, .about_block.bg_w .about_text {
    width: 50%;
    padding: 0 15px;
  }
  .about_block.bg_w h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: end;
    margin-right: 15px;
  }
  .about_block.bg_w h2::after {
    right: 0;
    margin-left: auto;
  }
  .about_block.bg_w .block_img::before {
    left: 2px;
  }
  .about_block.bg_w .about_text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about_block.bg_w .about_text .desc {
    margin-bottom: 20px;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_text h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_text h2 span {
    font-size: 36px;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_text p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .runcafe_pickup {
    margin-bottom: 80px;
  }
  .runcafe_pickup .pickup_text h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .runcafe_pickup .pickup_text p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .runcafe_price {
    margin-bottom: 80px;
  }
  .runcafe_price .price_block .caution h4 {
    font-size: 24px;
  }
  .runcafe_price .price_block .caution .membership {
    display: flex;
    justify-content: center;
  }
  .runcafe_price .price_block .caution .entry {
    font-size: 16px;
  }
  .runcafe_price .table_flex table {
    margin: 30px 0;
  }
  .runcafe_price .table_flex table .dog-size {
    font-size: 22px;
  }
  .runcafe_price .table_flex table .large-size {
    font-size: 16px;
  }
  .table_menu table {
    margin: 30px 0;
  }
  .menu_img {
    margin-bottom: 80px;
  }
  .page__contact {
    margin-bottom: 80px;
  }
  .page__contact .contact--table table {
    display: table;
  }
  .page__contact .contact--table table tbody {
    display: table-row-group;
  }
  .page__contact .contact--table table tr {
    display: table-row;
    border-bottom: none;
  }
  .page__contact .contact--table table th, .page__contact .contact--table table td {
    display: table-cell;
  }
  .page__contact .contact--table table th {
    font-weight: normal;
    width: 25%;
    border-right: 4px solid transparent;
    padding: 2em 0.5em 1em;
  }
  .page__contact .contact--table table td {
    width: 75%;
    border-bottom: 2px solid #ccc;
    padding: 1.25em 1.5em 1em;
  }
  .faq--categories .category--item {
    width: calc(100% / 3);
  }
  .page__privacy-policy .content {
    margin-bottom: 120px;
  }
  .page__privacy-policy h2 {
    font-size: 24px;
  }
  .price_block {
    margin-bottom: 60px;
  }
  .table_menu .trimming-course {
    font-size: 20px;
  }
  .trimming-note {
    margin-bottom: 45px;
  }
  .option_menu {
    margin: 30px 0;
  }
  .option_menu .option_menu_list {
    margin: 0 10px 20px 10px;
    width: calc(100% / 2 - 20px);
  }
  .option_menu .option_menu_list .option_menu_list_iiner {
    padding: 35px;
  }
  .option_menu .option_menu_list .option_menu_list_iiner .name {
    padding: 8px 0;
    margin-bottom: 20px;
  }
  .option_menu .option_menu_list .option_menu_list_iiner .explanation {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .option_menu .option_menu_list .option_menu_list_iiner .action {
    font-size: 16px;
  }
  .precautions {
    margin-bottom: 50px;
  }
  .trimming_price {
    margin-bottom: 30px;
  }
  .trimming_price .price_block .caution h4 {
    font-size: 24px;
  }
  .trimming_price .price_block .caution .membership {
    display: flex;
    justify-content: center;
  }
  .trimming_price .price_block .caution .entry {
    font-size: 16px;
  }
  .trimming_price .table_flex table {
    margin: 30px 0;
  }
  .trimming_price .table_flex table .dog-size {
    font-size: 22px;
  }
  .trimming_price .table_flex table .large-size {
    font-size: 16px;
  }
  .trimming_info {
    margin-bottom: 60px;
  }
  .trimming_info .salon_name {
    font-size: 36px;
  }
  .trimming_info .salon_name span {
    font-size: 14px;
  }
  .trimming_info .reservation {
    font-size: 18px;
  }
  .trimming_info .reservation .sp_show {
    display: none;
  }
  .trimming_info .pn {
    pointer-events: none;
    font-size: 38px;
  }
  .trimming_info .sns_qr {
    flex-direction: row;
    gap: 80px;
  }
  .trimming_info .sns_qr img {
    margin-bottom: 0;
  }
  .product_info .thumb {
    margin-bottom: 40px;
  }
  .product_info .p_name {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .product_info .detail {
    margin-bottom: 30px;
  }
  .product_info .p_price {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .product_info .p_price .s_price {
    order: 1;
  }
  .product_info .p_price .stock {
    order: 2;
    margin-right: 0;
  }
  .product_info .select {
    margin: 0 0 0 auto;
  }
  .product_info .select p {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_info .select p span::after {
    content: none;
  }
  .product_info .select .skuquantity {
    width: 200px;
    text-align: center;
  }
  .product_info .cart_btn {
    width: 100%;
    margin-top: 30px;
  }
  .products-list .product-item {
    width: calc(100% / 3);
  }
  #main .page__cart .usccart_navi ol .ucart {
    width: 25%;
    margin-bottom: 0;
  }
  #main .page__cart table th, #main .page__cart table td {
    font-size: 14px;
    min-width: 80px;
    padding: 12px 12px;
  }
  #main .page__cart table input,
  #main .page__cart table textarea,
  #main .page__cart table select {
    margin: 0 12px;
  }
  #main .page__cart table.customer_form th {
    width: 220px;
  }
  #main .page__cart .customer_form,
  #main .page__cart .customer_form tbody {
    display: table;
    width: 100%;
  }
  #main .page__cart .customer_form tr {
    display: table-row;
    border-bottom: none;
  }
  #main .page__cart .customer_form th, #main .page__cart .customer_form td {
    width: auto;
    border-bottom: 1px solid #ddd;
  }
  #main .page__cart .customer_form th {
    display: table-cell;
    margin-top: 0;
  }
  #main .page__cart .customer_form td {
    display: table-cell;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .section, .page__contact .contact--table, #main .page__cart {
    margin-bottom: 120px;
  }
  body {
    overflow-y: inherit !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .hero {
    margin-top: 80px;
  }
  .hide-laptop {
    display: none;
  }
  .more-btn a {
    width: 220px;
    height: 72px;
    padding: 16px 64px 16px 48px;
  }
  .more-btn span {
    width: 48px;
    height: 48px;
  }
  .movie {
    max-width: 1000px;
    margin: 120px auto;
  }
  .head {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .header .header-inner {
    max-width: 1280px;
    margin: auto;
    padding-right: 0;
    height: 80px;
  }
  .header .header-inner .logo {
    margin-left: 56px;
  }
  .header .header-inner .logo.open {
    color: #4f7b62;
  }
  .header .header-inner .logo span.image {
    max-width: 310px;
    width: auto;
  }
  .header .header-inner .logo img {
    width: 150px;
  }
  .header .main-nav {
    display: flex;
    align-items: center;
    width: 60%;
    min-width: 820px;
    background-color: transparent;
    padding: 0 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    top: 0;
    z-index: 75;
  }
  .header .main-nav {
    justify-content: flex-end;
    width: 80%;
  }
  .header .main-nav ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .header .main-nav li {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
    margin: 24px 0;
    transition-delay: none;
    opacity: 1;
  }
  .header .main-nav li.nav_home {
    margin-left: auto;
  }
  .header .main-nav li.nav_square {
    margin-left: 120px;
    padding: 0;
  }
  .header .main-nav li.nav_square .icon {
    display: flex;
    align-items: center;
    height: 25px;
    margin-bottom: 12px;
  }
  .header .main-nav li.nav_square a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background-color: #525252;
    width: 130px;
    height: 90px;
  }
  .header .main-nav li.nav_square.nav_contact {
    margin-left: auto;
  }
  .header .main-nav li.nav_square.nav_shop {
    margin-left: 0;
  }
  .header .main-nav li.nav_square.nav_shop a {
    color: #262626;
    background-color: #4f7b62;
  }
  .header .main-nav .btn-ellipse.to-shop {
    position: relative;
    bottom: 0;
    opacity: 1;
  }
  .header .nav-btn {
    width: 60px;
    height: 60px;
    top: 30px;
    right: 30px;
    z-index: 100;
    display: none;
  }
  .header .nav-btn__inner .bar {
    width: 48px;
    margin-top: 12px;
  }
  .footer__information {
    margin-top: 120px;
  }
  .footer__information .f-information__inner {
    padding: 60px;
  }
  .footer__information .head {
    margin-bottom: 50px;
  }
  .footer__information .head h2 {
    font-size: 30px;
  }
  .footer__information .head h2 small {
    font-size: 14px;
  }
  .footer__information .more-btn {
    margin-top: 50px;
  }
  .footer {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
  }
  .footer .footer__links {
    border-top: none;
    margin: 0;
    padding: 80px 80px 30px;
  }
  .footer .footer__links .footer__menu {
    margin-bottom: 10px;
  }
  .footer .footer__links .footer__menu ul {
    margin: 0 -15px;
  }
  .footer .footer__links .footer__menu ul:first-child {
    font-size: 24px;
  }
  .footer .footer__links .footer__menu ul:nth-child(2) {
    font-size: 18px;
  }
  .footer .footer__links .footer__menu li {
    padding: 0 15px;
    margin-bottom: 24px;
  }
  .footer .footer__links .sns__links {
    margin-right: 30px;
    padding-bottom: 100px;
  }
  .footer .footer__links .sns__links p {
    margin-right: 20px;
  }
  .footer .footer__links .sns__links .sns_icon img {
    margin: 0 10px;
    width: auto;
  }
  .footer_logo img {
    width: 150px;
  }
  .footer-bnr-area {
    margin: 90px auto;
  }
  .activity__list {
    margin: 0 -24px;
  }
  .activity__list .activity__item {
    width: 25%;
    padding: 0 24px;
    margin-bottom: 0;
  }
  .activity__list .activity__item .head {
    font-size: 18px;
  }
  .activity__list .activity__item .detail {
    font-size: 14px;
  }
  .post__contents {
    margin-bottom: 160px;
  }
  .post__contents .title h2 {
    font-size: 30px;
  }
  .post__contents .content figure {
    margin: 80px 0;
  }
  .archive__post .meta {
    font-size: 14px;
  }
  .archive__post .title {
    font-size: 20px;
  }
  .pagination--area {
    margin-top: 60px;
  }
  .hero__logo {
    top: 70px;
    left: 50px;
  }
  .hero__logo img {
    width: auto;
  }
  .hero__content .hero-lead .hero-text {
    font-size: 56px;
    margin-bottom: 20px;
  }
  .hero__content .hero-lead .hero-e {
    font-size: 90px;
  }
  .hero__content .hero-lead .hero-j {
    font-size: 26px;
  }
  .hero__content h1 img {
    height: 500px;
  }
  .front__intro .intro__inner {
    display: flex;
    align-items: center;
  }
  .front__intro .texts {
    width: 55%;
    margin: auto;
  }
  .front__intro .texts .dog-i.i01 {
    left: -300px;
  }
  .front__intro .texts .dog-i.i02 {
    right: -300px;
  }
  .front__intro .texts .dog-i img {
    width: 200px;
  }
  .front__intro .texts h2 {
    font-size: 48px;
  }
  .front__intro .desc {
    margin-bottom: 90px;
  }
  .front__intro .images {
    width: 45%;
    padding-left: 0;
  }
  .front__intro .images img {
    margin-top: -30px;
  }
  .front__intro .cover__text {
    writing-mode: vertical-rl;
    left: 70px;
  }
  .front__intro .cover__text span {
    padding: 16px 10px 16px 8px;
    margin-bottom: 0;
    margin: 0 8px;
  }
  .sub--hero {
    padding-top: 90px;
  }
  .sub--hero .sub--hero__inner {
    height: 450px;
    justify-content: flex-start;
  }
  .sub--hero .sub--hero__inner .sub--hero__title .en {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sub--hero .sub--hero__inner .sub--hero__title .ja {
    font-size: 48px;
  }
  .gallery {
    margin: 80px 0 160px;
  }
  .swiper-slide {
    margin: 0 30px;
  }
  .facility .to-page {
    height: 500px;
  }
  .facility .to-page .to-page-inner span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .facility .to-page .to-page-inner p {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .facility .to-page .to-page-inner h2 {
    font-size: 56px;
    margin-bottom: 20px;
  }
  .news_section {
    margin: 150px 0;
  }
  .news_section .news_flex {
    display: flex;
    justify-content: space-between;
  }
  .news_section .news_flex.arc {
    display: block;
  }
  .news_section .news_flex .news_content {
    width: 47%;
    margin-bottom: 0;
  }
  .news_section .news_flex .news_content.arc_w {
    width: 100%;
  }
  .news_section .news_flex .news_content .head.content {
    margin-bottom: 45px;
  }
  .news_section .news_flex .news_content .news_item {
    margin-bottom: 55px;
    padding-bottom: 50px;
  }
  .news_section .news_flex .news_content .news_item .title {
    margin-bottom: 2em;
    font-size: 18px;
  }
  .dcr-info {
    height: 500px;
  }
  .dcr-info .bg-black {
    width: 50%;
    height: 60%;
    font-size: 16px;
  }
  .dcr-info .bg-black .dcr-info-inner .shop-name {
    margin-bottom: 30px;
  }
  .dcr-info .bg-black .dcr-info-inner .shop-name h2 {
    font-size: 36px;
  }
  .goods {
    margin: 80px 0;
  }
  .goods p {
    font-size: 18px;
  }
  .goods .btn-ellipse.goods {
    margin: 50px auto;
  }
  .page__about-us .page__intro .main_catch {
    font-size: 24px;
    margin-bottom: 160px;
  }
  .page__about-us .page__intro .main_catch h1 {
    font-size: 48px;
    margin-bottom: 25px;
  }
  .page__about-us .page__intro .main_catch p {
    font-size: 22px;
  }
  .page__about-us .page__intro .main_catch img {
    margin-bottom: 80px;
  }
  .about_block:last-child {
    margin-bottom: 120px;
  }
  .about_block .about_block_inner {
    padding: 50px 0;
  }
  .about_block .about_block_inner h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .about_block .about_block_inner .about_text h3 {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .about_block .about_block_inner .about_text .desc {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .about_block.bg_w h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .about_block.bg_w .about_text h3 {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .about_block.bg_w .about_text .desc {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .runcafe_section .runcafe_intro {
    margin-bottom: 200px;
  }
  .runcafe_section .runcafe_intro .pc_flex {
    display: flex;
    justify-content: space-between;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_text {
    max-width: 550px;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_text h2 {
    font-size: 48px;
    margin-bottom: 45px;
    line-height: 1.3;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_text h2 .pc_show {
    display: block;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_text h2 span {
    font-size: 60px;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_text img {
    margin-bottom: 0;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_img {
    width: 50%;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_img img {
    width: auto;
    height: auto;
    position: absolute;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_img img:first-child {
    top: 0;
    right: 0;
  }
  .runcafe_section .runcafe_intro .pc_flex .intro_img img:last-child {
    bottom: -200px;
  }
  .runcafe-text_img {
    margin-top: -100px;
    margin-bottom: 150px;
  }
  .runcafe_pickup {
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
  }
  .runcafe_pickup .pickup_text {
    width: 30%;
  }
  .runcafe_pickup .pickup_text h3 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .runcafe_pickup .pickup_text h3 .pc_show {
    display: block;
  }
  .runcafe_pickup .pickup_img {
    width: 65%;
  }
  .runcafe_price {
    margin-bottom: 160px;
  }
  .runcafe_price .price_block .title_bar {
    font-size: 36px;
    padding: 20px 0;
  }
  .runcafe_price .price_block .caution {
    margin: 30px 0 0;
  }
  .runcafe_price .table_flex {
    display: flex;
  }
  .runcafe_price .table_flex table {
    width: 50%;
    margin: 50px 10px;
  }
  .runcafe_price .table_flex table td, .runcafe_price .table_flex table th {
    padding: 20px;
    font-size: 16px;
  }
  .note {
    font-size: 14px;
  }
  .table_menu {
    display: flex;
    align-items: flex-start;
  }
  .table_menu table {
    margin: 50px 10px;
  }
  .table_menu table td, .table_menu table th {
    padding: 20px;
    font-size: 16px;
  }
  .table_menu table .menu_category {
    padding: 10px 0;
    font-size: 30px;
  }
  .menu_img {
    margin-bottom: 160px;
  }
  .page__contact {
    margin-bottom: 160px;
  }
  .page__contact .contact--table table {
    font-size: 16px;
  }
  .page__contact .contact--table table th {
    text-align: center;
    line-height: 42px;
    padding: 2.25em 0.5em 2em;
  }
  .page__contact .contact--table table td {
    padding: 2.25em 1.5em 2em;
  }
  .faq--categories .category--list {
    margin: 0 -15px;
  }
  .faq--categories .category--item {
    width: calc(100% / 4);
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .faq--categories .category--item a {
    font-size: 16px;
  }
  .faq--item {
    margin-bottom: 50px;
  }
  .table_menu .trimming-course {
    font-size: 22px;
  }
  .option_menu .option_menu_list {
    width: calc(100% / 3 - 30px);
    margin-bottom: 30px;
  }
  .option_price {
    margin-top: 30px;
  }
  .option_price th, .option_price td {
    font-size: 16px;
    padding: 5px 0;
  }
  .precautions {
    margin-bottom: 80px;
  }
  .trimming_price .price_block .title_bar {
    font-size: 36px;
    padding: 20px 0;
  }
  .trimming_price .price_block .caution {
    margin: 30px 0 0;
  }
  .trimming_price .table_flex {
    display: flex;
  }
  .trimming_price .table_flex table {
    width: 50%;
    margin: 50px 10px;
  }
  .trimming_price .table_flex table td, .trimming_price .table_flex table th {
    padding: 20px;
    font-size: 16px;
  }
  .trimming_info {
    margin-bottom: 120px;
  }
  .trimming_info .salon_name {
    font-size: 40px;
  }
  .trimming_info .sns_qr {
    gap: 100px;
  }
  .back {
    font-size: 16px;
    width: 280px;
    padding: 20px;
    margin: 90px auto 120px;
  }
  .product_info {
    display: flex;
    max-width: none;
    margin: 0;
  }
  .product_info .thumb {
    width: 45%;
    margin-bottom: 0;
  }
  .product_info .info {
    width: 50%;
    padding-left: 60px;
    padding-right: 0;
  }
  .category--head h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .products-list {
    margin: 0 -15px;
  }
  .products-list .product-item {
    width: 25%;
    padding: 0 15px;
  }
  #main .page__cart .post {
    padding: 20px 20px 40px;
  }
  #main .page__cart .post .send {
    margin-bottom: 30px;
  }
  #main .page__cart #cart {
    overflow: unset;
    padding-bottom: 0;
  }
  #main .page__cart .usccart_navi {
    margin-bottom: 10px;
  }
  #main .page__cart .upbutton {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #main .page__cart table {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #main .page__cart table th, #main .page__cart table td {
    min-width: unset;
  }
  #main .page__cart #delivery-info .customer_form dt {
    font-size: 14px;
  }
  #main .page__cart .send {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #main #cart_completion {
    padding: 60px 0;
  }
  #main #cart_completion .completion__head {
    font-size: 48px;
  }
  #main #cart_completion .completion__txt {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }
  .container--large {
    max-width: 1420px;
  }
  .post__contents .title h2 {
    font-size: 36px;
  }
  .front__intro .cover__text {
    left: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .footer .container {
    max-width: none;
  }
}

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