@charset "utf-8";

*,
::before,
::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  background-color: #d81616;
}
p {
  margin: 18px;
  font-size: 20px;
}

/* @media (max-width: 800px)  */




/* ここからヘッダー */
.header {
  position: relative;
  width: 100%;
  background: transparent;
}
.header-site-menu {
  width: 360px;
  position: absolute;
  top: 10%;
  left: 70%;
  transform: translateY(22vh);
  background-color: #18501b;
  color: #ffffff;
  padding: 20px 0 20px 30px;
  display: none; 
}
.header-site-menu.is-show {
  display: block;
  z-index: 100;
}
.header-site-menu .site-menu li {
  line-height: 2;
  list-style: circle;
}
.header-site-menu .site-menu li:last-child {
  list-style: none;
}
.toggle-menu-button{
  position: absolute;
  top: 15%;
  right: 5%;
  width: 150px;
  height: 180px;
  background-image: url(../img/riece______65_20241223010352_720.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d81616;
  max-width: 25%;
  outline: none;
  outline-color: #d81616;
  z-index: 10;
}

/* ここからメイン */

.menu-title-10 {
  margin-top: 50px;
  margin-bottom: -75px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Yusei Magic", sans-serif;
  font-size: 24px;
}

.hm-list {
  background-color: #fff;
  text-align: center;
  width: 930px;
  max-width: 80%;
  margin: 120px auto 24px;
  border-radius: 16px;
  padding: 75px;
}
.hm-list li {
  padding: 5px;
  font-size: 20px;
}

.hm-list p {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

/* ここからフッター */
.footer {
  width: 100%;
  color: #fff;
  background-color: #1b6424;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title {
  font-family: "Gill Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;  
}
.sns-icon a {
  display: block;
}

@media (max-width: 800px) {
  .contact .form-area dt {
    text-align: center;
  }
  .message {
    max-width: 220px;
    text-align: center;
    align-items: center;
  }
  
  
  
  .footer {
    display: block;
    align-items: center;
    text-align: center;
  }
  .footer p {
    max-width: 100%;
    font-size: 95%;
  }

}