body {
  color: #231815;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: "palt" 1;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

a:hover {
  color: #231815;
  text-decoration: underline;
}

.level-2:before {
  content: ">";
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}

.global_menu {
  background: #a28465;
}

.global_menu .nav_wrap::before {
  content: "";
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #a28465;
}

.global_menu a {
  color: #fff;
}

.global_menu .site_logo p {
  margin-bottom: 0;
}

.global_menu .cta {
  background: #e8cc5d;
  margin-left: 1em;
}

.global_menu .cta a {
  color: #231815;
}

.site_logo .sitename {
  display: block;
  line-height: 1;
}

.footer {
  background: #a28465;
  color: #fff;
  margin-top: 3em;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.footer .content {
  padding: 3em 0;
}

.footer .copy {
  border-top: 1px solid #fff;
  font-size: 12px;
  text-align: center;
  padding: 1em;
}

.footer_nav a {
  display: block;
}

.cta_button a {
  margin-bottom: 0.5em;
  background: #e8cc5d;
  color: #231815;
  display: inline-block;
  padding: 1em 4em;
}

@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
  .andmark {
    display: inline-block;
    padding: 0 0.5em;
  }
  .path_nav {
    font-size: 12px;
    padding: 0.5em 2em;
    border-bottom: 1px solid #ccc;
  }
  .path_nav li {
    display: inline-block;
  }
  .mainvisual {
    min-height: 150px;
  }
  .main {
    max-width: 940px;
    margin: auto;
    font-size: 14px;
  }
  .gallery h2 span {
    font-size: 12px;
    padding-left: 1em;
  }
  .global_menu .nav_wrap::before {
    height: 80px;
  }
  .global_menu .cta {
    width: 246px;
  }
  .global_menu .bg_derme {
    max-width: 1280px;
    margin: auto;
  }
  .global_menu ul {
    margin-right: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .global_menu ul a {
    margin-left: 1.5em;
    white-space: nowrap;
  }
  .global_menu a {
    display: block;
    height: 80px;
    font-size: 17px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .site_logo p {
    text-align: left;
    font-size: 16px;
  }
  .site_logo a {
    justify-content: flex-start;
  }
  .site_logo .sitename {
    margin-top: 3px;
    font-size: 32px;
  }
  .section1 {
    margin-top: 4em;
  }
  .section3 h2 {
    font-weight: normal;
  }
  .section3 h2 .note {
    padding-left: 1em;
    font-size: 9px;
  }
  .section5 .section_title h2 {
    font-size: 18px;
  }
  .tel {
    font-size: 28px;
    white-space: nowrap;
  }
  .footer {
    font-size: 12px;
  }
  .footer .content {
    max-width: 780px;
    max-width: 940px;
    margin: auto;
  }
  .footer .contact {
    margin-top: 2em;
  }
  .footer .spec p {
    margin-bottom: 0;
    margin-top: 0.5em;
  }
  .footer .sitename {
    font-size: 15px;
    padding-right: 1em;
  }
  .links {
    margin-top: 3em;
    white-space: nowrap;
    position: absolute;
    right: -140px;
    top: 145%;
  }
  .footer_nav {
    position: relative;
  }
  .footer_nav a {
    margin-top: .5em;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 4em;
    font-size: 16px;
  }
  .global_menu .nav_wrap:before {
    display: none;
  }
  .navbar-toggler {
    margin-right: 0.5em;
  }
  .man {
    max-width: 100%;
    margin: auto;
  }
  .path_nav {
    padding: 0.5em;
    font-size: 12px;
  }
  section {
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 1em;
  }
  section h2 {
    font-size: 18px;
    padding: 0.5em;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
  .nav-item {
    border-top: 1px solid #7c7266;
  }
  .nav-item a {
    display: block;
    padding: 0.75em 0.5em;
    padding-left: 1em;
  }
  .bg_derme {
    background: #a28465;
    padding: 0.5em;
    padding: 0;
    min-height: 4em;
  }
  .mainvisual {
    text-align: center;
  }
  .mainvisual img {
    margin-top: 2em;
  }
  .path_nav {
    display: none;
  }
  .global_menu .cta {
    margin-left: 0;
    padding: 0.75em 0.5em;
    text-align: center;
  }
  .global_menu .site_logo {
    margin-left: 1em;
    margin-top: 0.3em;
  }
  .global_menu .site_logo p {
    font-size: 13px;
  }
  .global_menu .nav_wrap:before {
    background: #a28465;
    height: 4em;
  }
  .global_menu .sitename {
    font-size: 20px;
  }
  .footer {
    margin-top: 1em;
  }
  .footer .content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer .sitename {
    display: block;
    font-size: 2em;
  }
  .cta_button a {
    margin-top: 1em;
    padding: 1em;
  }
  .footer_nav a {
    margin-top: 1em;
  }
}
/*# sourceMappingURL=base2.css.map */