/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul,
ol {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.6; }

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px); }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

a {
  color: inherit;
  text-decoration: none; }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2c2c2c; }

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

.header {
  border-bottom: 5px solid #447caa;
  padding: 10px 20px; }
  .header-txt {
    color: #895024;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .header-txt .txt {
        font-size: 14px; } }
    .header-txt .logo {
      margin-top: 5px; }
      @media screen and (max-width: 640px) {
        .header-txt .logo img {
          max-width: 240px; } }
  .header-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px; }
    @media screen and (max-width: 640px) {
      .header-nav {
        margin-top: 0; } }

@media screen and (max-width: 768px) {
  .nav-pc {
    display: none; } }
.nav-pc ul {
  display: flex;
  gap: 25px; }
.nav-pc li {
  color: #447caa; }
.nav-pc a {
  transition: color 0.3s ease; }
  .nav-pc a:hover {
    color: #895024; }
.nav-sp {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001; }
  @media screen and (max-width: 768px) {
    .nav-sp {
      display: block; } }
  .nav-sp__btn {
    float: right;
    position: relative;
    background: #fff;
    border: 1px solid #2c2c2c;
    width: 40px;
    height: 40px;
    margin: 10px;
    z-index: 102; }
    .nav-sp__btn span {
      position: absolute;
      left: 5px;
      display: block;
      height: 2px;
      width: 30px;
      border-radius: 5px;
      background: #2c2c2c;
      transition: transform 0.3s;
      cursor: pointer; }
      .nav-sp__btn span:nth-child(1) {
        top: 9px; }
      .nav-sp__btn span:nth-child(2) {
        top: 18px; }
      .nav-sp__btn span:nth-child(3) {
        bottom: 9px; }
    .nav-sp__btn.active span:nth-child(1) {
      transform: translatey(9px) rotate(-45deg); }
    .nav-sp__btn.active span:nth-child(2) {
      display: none; }
    .nav-sp__btn.active span:nth-child(3) {
      transform: translatey(-9px) rotate(45deg); }
  .nav-sp__menu {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 10px;
    z-index: 101;
    overflow-y: auto; }
    .nav-sp__menu .logo {
      padding: 16px; }
      .nav-sp__menu .logo img {
        max-width: 120px; }
    .nav-sp__menu li {
      border-bottom: 1px solid #2c2c2c; }
      .nav-sp__menu li a {
        position: relative;
        display: block;
        padding: 15px 20px; }
        .nav-sp__menu li a::after {
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          font-size: 24px;
          color: #5c5b5b; }

.section-contact {
  padding: 40px 0; }
  @media screen and (max-width: 640px) {
    .section-contact {
      padding: 20px 0; } }
  .section-contact .box {
    border: 2px solid #447caa;
    border-radius: 100px;
    width: max-content;
    margin: 0 auto;
    padding: 10px 60px; }
    @media screen and (max-width: 640px) {
      .section-contact .box {
        width: 100%;
        padding: 10px; } }
    .section-contact .box-row {
      display: flex;
      justify-content: center;
      gap: 20px; }
    .section-contact .box-txt h2 {
      padding-left: 30px;
      font-size: 18px;
      line-height: 1.2;
      color: #895024; }
    .section-contact .box-txt .tel a {
      font-size: 28px;
      font-weight: 500;
      line-height: 1;
      color: #447caa; }
    .section-contact .box .txt-1 {
      color: #895024;
      text-align: center; }

.footer {
  border-bottom: 5px solid #447caa;
  padding: 40px 0 20px; }
  .footer__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px; }
  .footer-address {
    font-style: normal;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .footer-address .logo img {
        max-width: 240px; } }
    .footer-address .address {
      margin-top: 10px;
      font-size: 14px; }
  .footer-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    .footer-nav ul {
      display: grid;
      grid-template-columns: repeat(5, auto);
      justify-content: center;
      gap: 30px;
      color: #447caa; }
      @media screen and (max-width: 768px) {
        .footer-nav ul {
          grid-template-columns: repeat(3, 1fr);
          justify-content: start;
          width: 100%;
          gap: 15px; } }
    .footer-nav a {
      transition: color 0.3s ease; }
      .footer-nav a:hover {
        color: #895024; }
