@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* =========================================================
base
========================================================= */
html, body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #f7eeeb;
  box-sizing: border-box;
  color: #413734;
  font-family: "Kosugi Maru", "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 100dvh;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

p {
  color: #413734;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

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

/* =========================================================
header
========================================================= */
.c-header--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2vw;
}
.c-header-logo {
  margin-right: 20px;
  max-width: 500px;
  flex-grow: 1;
}
.c-header-logo a {
  display: flex;
  align-items: center;
}
.c-header-logo a picture {
  margin-right: 8px;
  max-width: 120px;
}
.c-header-logo .text {
  color: #413734;
  font-size: clamp(16px, 2.6vw, 20px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .c-header-logo .text {
    font-size: 20px;
  }
}
.c-header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-header-menu > li {
  margin: 0 5px;
  max-width: 50px;
}
.c-header-menu > li a {
  display: block;
}
.c-header-menu > li.sns {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-header-menu > li.sns {
    display: block;
  }
}

/* =========================================================
footer
========================================================= */
.c-footer {
  padding: 3vw;
}
.c-footer--wrap {
  background-color: #c5b3a2;
  border-radius: 50px;
  padding: 5vh 2vw 1vh;
}
.c-footer-logo {
  padding: 10px 2vw;
}
.c-footer-logo a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-footer-logo .text {
  color: #413734;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-footer-logo .text {
    font-size: 16px;
  }
}
.c-footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-footer-sns > li {
  margin: 0 5px;
  max-width: 50px;
}
.c-footer-sns > li a {
  display: block;
}
.c-footer-pagetop {
  position: fixed;
  bottom: 6vh;
  right: 3vw;
  max-width: 25vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-footer-pagetop {
    bottom: 10vh;
    right: 5vw;
    max-width: none;
  }
}
.c-footer-pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}
.c-footer .copyright {
  display: block;
  font-size: 12px;
  margin-top: 30px;
  padding: 15px;
  text-align: center;
}

/* =========================================================
drawer
========================================================= */
.c-drawer {
  margin-left: 2vw;
}
@media screen and (min-width: 768px) {
  .c-drawer {
    margin-left: 1vw;
  }
}
.c-drawer-container {
  max-width: 0;
  width: 70vw;
  position: fixed;
  top: 0;
  right: -350px;
  transition: 0.4s;
  z-index: 999;
}
.c-drawer-container--wrap {
  background-color: #eedccb;
  border-left: 5px solid #d5d5d5;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 5vh;
  scrollbar-color: #929292 #fff;
  scrollbar-width: thin;
}
.c-drawer-container--wrap::-webkit-scrollbar {
  width: 8px;
  background-color: #a5915a;
}
.c-drawer-container--wrap::-webkit-scrollbar-thumb {
  background: #929292;
  width: 6px;
  border-radius: 5px;
}
.c-drawer--label {
  background: #6a5c5c;
  border: 1px solid #e4e8e9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.c-drawer--label:hover .icon .border,
.c-drawer--label:hover .icon::before {
  transition: 0.4s;
  width: 18px;
}
.c-drawer--label .icon {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  position: relative;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon {
    width: 50px;
  }
}
.c-drawer--label .icon::before, .c-drawer--label .icon::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.c-drawer--label .icon::before {
  top: 12px;
  width: 20px;
}
.c-drawer--label .icon::after {
  bottom: 17px;
  width: 30px;
}
.c-drawer--label .icon .border {
  background-color: #fff;
  color: #fff;
  height: 2px;
  width: 25px;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.c-drawer--label .icon .border::before {
  content: "menu";
  font-size: clamp(11px, 1.3vw, 12px);
  letter-spacing: 0.1rem;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 992px) {
  .c-drawer--label .icon .border::before {
    font-size: 12px;
  }
}
.c-drawer--close {
  aspect-ratio: 1/1;
  background-color: #6a5c5c;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(11px, 1.3vw, 13px);
  height: 60px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-drawer--close {
    font-size: 13px;
  }
}
.c-drawer--close::before {
  content: "×";
  font-size: clamp(35px, 4vw, 40px);
}
@media screen and (min-width: 992px) {
  .c-drawer--close::before {
    font-size: 40px;
  }
}
.c-drawer--close:hover::before {
  bottom: 0;
}
.c-drawer-nav {
  margin: 25px auto 0;
  width: 88%;
}
.c-drawer-nav_list > li > a {
  color: #382d2f;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.6vw, 16px);
  padding: 0.8rem 0;
}
@media screen and (min-width: 992px) {
  .c-drawer-nav_list > li > a {
    font-size: 16px;
  }
}
.c-drawer-nav_list > li > a::before {
  background-image: url(../images/common/icon-footprints02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
.c-drawer-nav_list > li > a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.c-drawer-nav_list > li > .submenu {
  margin: 1rem 0 1rem 1.5rem;
  width: 100%;
}
.c-drawer-nav_list > li > .submenu > li a {
  color: #382d2f;
  display: block;
  font-size: clamp(14px, 1.6vw, 16px);
  padding: 0.8rem 0;
}
@media screen and (min-width: 992px) {
  .c-drawer-nav_list > li > .submenu > li a {
    font-size: 16px;
  }
}
.c-drawer-nav_list > li > .submenu > li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.c-drawer-info {
  background-color: #c29774;
  border-radius: 10px;
  color: #382d2f;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.6;
  margin: 25px auto 0;
  padding: 15px;
  text-align: center;
  width: 88%;
}
@media screen and (min-width: 992px) {
  .c-drawer-info {
    font-size: 16px;
  }
}
.c-drawer-link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
  margin: 25px auto 0;
  width: 88%;
}
.c-drawer-link a {
  width: 33.3333333333%;
}
.c-drawer-link a.sns {
  max-width: 60px;
}
.c-drawer-link a:hover {
  opacity: 0.7;
}

#drawer-toggle:checked ~ .c-drawer-container {
  max-width: 350px;
  right: 0;
}
#drawer-toggle:checked ~ .c-drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
/*# sourceMappingURL=style-common.css.map */