@charset "UTF-8";

/* =====================
base
===================== */
html *,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #534e45;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.cursor-follow {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #493F37;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.gothicmb101pro {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.SourceSerif {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.Arial-Regular {
  font-family: "arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Arial-Bold {
  font-family: "arial", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Arial-Narrow-Bold {
  font-family: "arial-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.snell-roundhand {
  font-family: "snell-roundhand-lt-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.snell-roundhand-lt {
  font-family: "snell-roundhand-lt-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html.sr {
  margin-top: 0 !important;
}

#wpadminbar {
  z-index: 10000000 !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1 {
  color: #493f37;
  line-height: 1;
}

h2 {
  color: #493f37;
  line-height: 1;
}

h3 {
  color: #493f37;
  line-height: 1;
}

p {
  line-height: 2.0077777778;
  font-size: 18px;
  line-height: 1;
  color: #493f37;
}

a {
  text-decoration: none;
  color: #000;
  line-height: 1;
}

.breadcrumb-area {
  background-color: #ffffff;
}

/* パンくず */
.breadcrumb-wrap {
  padding: 20px 40px 20px 40px;
}

#breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumb a {
  font-size: 12px;
  color: #493F37;
  font-weight: 400;
}

#breadcrumb span {
  font-size: 12px;
  color: #493F37;
  font-weight: 400;
}

#breadcrumb li+li:before {
  content: ">";
  margin: 0.1em;
}

#breadcrumb .crumb {
  letter-spacing: 0.03em;
  font-size: 11px;
}

#breadcrumb a {
  padding-right: 3px;
}

#breadcrumb span {
  padding: 0 3px;
}

@media screen and (max-width: 1200px) {
  .breadcrumb-wrap {
    padding: 0 15px 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .cursor-follow{
    display: none;
  }
  .breadcrumb-area {
    background-color: #ffffff;
    border-left: unset;
    border-right: unset;
  }

  .breadcrumb-wrap {
    padding: 25px 15px 70px 15px;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translateY(30px) !important;
  transform: translateY(30px) !important;
  /* 初期位置（デフォルト値は約 40px） */
}

[data-aos=fade-up].aos-animate {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  /* アニメーション後の位置 */
}

.trans {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.trans:hover {
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.spv {
  display: none;
}

@media (max-width: 1270px) {
  .wrap {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .pcv {
    display: none;
  }

  .spv {
    display: block;
  }

  p {
    line-height: 1.94625;
    font-size: 16px;
  }
}