@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  vertical-align: top; }

a img {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

html {
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

::selection {
  background: rgba(255, 149, 12, 0.5); }

::-moz-selection {
  background: rgba(0, 0, 0, 0.1); }

html {
  scroll-behavior: smooth; }

@media (min-width: 768px) {
  div {
    scroll-margin-top: 60px; } }
@media (max-width: 767px) {
  div {
    scroll-margin-top: 46px; } }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  position: relative;
  font-weight: 200; }

img {
  max-width: 100%; }

a {
  transition: all 0.3s;
  text-decoration: none; }

.is-show {
  opacity: 1 !important; }

.l-main,
.l-page {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif; }
  .l-main h3,
  .l-page h3 {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.2727272727;
    font-weight: 200;
    letter-spacing: 0.1em; }
  .l-main_wrapper,
  .l-page_wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .l-main_wrapper,
      .l-page_wrapper {
        padding: 3em 1.5em; } }
    @media (max-width: 767px) {
      .l-main_wrapper,
      .l-page_wrapper {
        padding: 2em 7%; } }

@media (min-width: 768px) {
  .pcnone {
    display: none; } }

@media (max-width: 767px) {
  .spnone {
    display: none; } }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.fadeIn {
  transition: 1s;
  opacity: 0; }

.fadeIn.animated {
  opacity: 1; }

.fadeIn_up {
  transform: translate3d(0, 20px, 0) !important;
  transition: 1s;
  opacity: 0; }

.fadeIn_up.animated {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1; }

.l-header {
  display: flex;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  background: #fff; }
  @media (max-width: 767px) {
    .l-header {
      height: 60px;
      display: block;
      padding: 0.3em 0.5em; } }
  .l-header_wrapper {
    width: 100%;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .l-header_wrapper {
        display: flex; } }
  .l-header_logo {
    text-align: left;
    margin: 0 1%; }
    @media (max-width: 767px) {
      .l-header_logo {
        position: relative;
        z-index: 3; }
        .l-header_logo img {
          max-width: 100px;
          margin: auto 0; } }
    .l-header_logo a {
      align-items: center;
      height: 100%; }
      @media (min-width: 768px) {
        .l-header_logo a {
          display: flex;
          margin: 0;
          margin-left: 10px;
          padding: 10px 0; } }
      @media (min-width: 768px) {
        .l-header_logo a .logo {
          margin-right: 40px; } }
      @media (max-width: 767px) {
        .l-header_logo a .logo {
          margin-right: 10px;
          text-align: left; } }
  @media (min-width: 768px) {
    .l-header_nav {
      margin: 0 1%; } }
  .l-header_nav ul {
    display: flex; }
    .l-header_nav ul li {
      position: relative; }
      .l-header_nav ul li a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7142857143;
        color: #000;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        justify-content: center;
        height: 65px;
        margin: 0 25px;
        text-align: center;
        position: relative;
        text-decoration: none; }
        @media (max-width: 767px) {
          .l-header_nav ul li a {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5;
            height: auto; } }
        .l-header_nav ul li a:after {
          content: "";
          width: 0;
          height: 1px;
          left: 0;
          background: #000;
          position: absolute;
          bottom: 0;
          transition: 0.3s all; }
        .l-header_nav ul li a:hover {
          text-decoration: none;
          opacity: 1; }
          .l-header_nav ul li a:hover:after {
            width: 100%;
            height: 1px; }
    .l-header_nav ul li ul {
      list-style: none;
      position: absolute;
      top: 100%;
      left: 0;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      width: 200%; }
    .l-header_nav ul li ul li {
      overflow: hidden;
      width: 200%;
      height: 0;
      color: #fff;
      -moz-transition: .2s;
      -webkit-transition: .2s;
      -o-transition: .2s;
      -ms-transition: .2s;
      transition: .2s; }
      .l-header_nav ul li ul li a {
        background: #7a6a56;
        text-align: left;
        height: 40px;
        padding: 0 25px; }
    .l-header_nav ul li:hover ul li {
      overflow: visible;
      height: 41px;
      border-bottom: 1px solid #fff; }
    .l-header_nav ul li:hover ul li:first-child {
      border-top: 0; }
    .l-header_nav ul li:hover ul li:last-child {
      border-bottom: 0; }
  .l-header_nav .nav-logo {
    margin: 10px;
    text-align: left; }
    @media (min-width: 768px) {
      .l-header_nav .nav-logo {
        display: none; } }
    @media (max-width: 767px) {
      .l-header_nav .nav-logo .sp {
        max-width: 300px; } }

@media screen and (min-width: 767px) {
  .navToggle {
    display: none; } }
@media screen and (max-width: 767px) {
  /* ハンバーガー */
  nav.l-header_nav {
    position: fixed;
    display: grid;
    align-content: center;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s;
    width: 100%; }

  nav.l-header_nav ul {
    margin: 0 auto;
    padding: 0;
    width: 100%; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    nav.l-header_nav ul {
      display: block; } }

@media screen and (max-width: 767px) {
  nav.l-header_nav ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff; }

  /* 最後はラインを描かない */
  nav.l-header_nav ul li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

  nav.l-header_nav ul li a {
    display: block;
    color: #000;
    padding: 1.5em 0; }

  /* このクラスを、jQueryで付与・削除する */
  nav.l-header_nav.active {
    opacity: 1;
    pointer-events: auto; }

  /* ハンバーガー用 */
  /* ハンバーガー用 */
  .navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    background-color: #fff;
    right: 0;
    top: 0;
    width: 50px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    text-align: center; }

  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 35px;
    border-bottom: solid 1px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px; }

  .navToggle span:nth-child(1) {
    top: 20px; }

  .navToggle span:nth-child(2) {
    top: 30px; }

  .navToggle span:nth-child(3) {
    top: 40px; }

  .navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 6px;
    font-weight: bold;
    top: 38px; }

  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 30px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); } }
.l-footer_wrapper {
  margin: 2em auto 4em;
  padding: 0 1em;
  max-width: 1200px; }
  @media (min-width: 768px) {
    .l-footer_wrapper {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; } }
  @media (min-width: 768px) {
    .l-footer_wrapper .address {
      width: 50%;
      max-width: 800px;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .l-footer_wrapper .address {
      text-align: center; } }
  @media (min-width: 768px) {
    .l-footer_wrapper .address img {
      width: 50%;
      max-width: 180px; } }
  @media (max-width: 767px) {
    .l-footer_wrapper .address img {
      width: 80%;
      max-width: 150px;
      margin-bottom: 1em; } }
  .l-footer_wrapper .address p {
    font-family: "Noto Serif JP", serif; }
    @media (min-width: 768px) {
      .l-footer_wrapper .address p {
        width: 50%;
        padding-left: 1em;
        min-width: 275px; } }
  .l-footer_wrapper .contact {
    text-align: center; }
    @media (min-width: 768px) {
      .l-footer_wrapper .contact {
        width: 50%;
        max-width: 500px; } }
    @media (max-width: 767px) {
      .l-footer_wrapper .contact {
        margin-top: 2em; } }
    .l-footer_wrapper .contact p {
      font-family: "Noto Serif JP", serif; }
    .l-footer_wrapper .contact a {
      margin: 15px auto;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid #000;
      padding: 10px;
      color: #000;
      font-weight: 600;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.2; }
      .l-footer_wrapper .contact a img {
        width: 40px;
        margin-right: 10px; }
.l-footer .copy {
  text-align: center;
  color: #B5B5B6;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 1em; }
