@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 130%;
  color: #4f545a;
}

article {
  padding-top: 80px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

/* h2 {
    font-family: ab-kirigirisu, sans-serif;
    font-style: normal;
    font-weight: 550;
    text-align: center;
    padding: 35px;
    line-height: 1.5em;
    font-size: 3.5rem;
    color: #666666; 
     &::after {
        content: '';
                width: 41px;
                height: 41px;
                background-image: url(../images/h2_item01.png);
                background-position: top left;
                background-repeat: no-repeat;
                display: block;
                position: absolute;
                top: 9%;
                left: 3%;
                object-fit: cover;
    } 
} */
h2 {
  text-align: center;
}
h2 img {
  width: 90%;
  padding: 1em;
  text-align: center;
}

h3 {
  font-family: cursive;
}

.sub_title {
  width: 77%;
  display: block;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.btn {
  text-align: center;
  margin: 0 !important;
}
.btn a.link_btn {
  color: #ffffff;
  background: #e8aa8c;
  padding: 0.3em 2em;
  border-radius: 50px;
  font-size: 1.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn a.link_btn span {
  position: relative;
  display: block;
  width: 40px;
  translate: 10px 2px;
}
.btn a.link_btn span::before, .btn a.link_btn span::after {
  content: "";
  display: block;
  border-top: 1px solid;
  width: 100%;
  position: absolute;
  right: 0;
}
.btn a.link_btn span::before {
  width: 60%;
  rotate: 20deg;
  transform-origin: right;
}
.btn a.link_btn:hover span {
  -webkit-animation: link_btn_animation 0.2s ease 1;
          animation: link_btn_animation 0.2s ease 1;
}
@-webkit-keyframes link_btn_animation {
  0% {
    translate: 10px 2px;
  }
  50% {
    translate: 15px 2px;
  }
  100% {
    translate: 10px 2px;
  }
}
@keyframes link_btn_animation {
  0% {
    translate: 10px 2px;
  }
  50% {
    translate: 15px 2px;
  }
  100% {
    translate: 10px 2px;
  }
}

.up {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
}

.is-scrollIn {
  opacity: 1;
  transform: translate(0, -40px);
}

footer ul.sub, header ul.sub {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
footer ul.sub .fa-instagram::before, header ul.sub .fa-instagram::before {
  /* font-family: "Font Awesome 5 Free";
  content: '\f216d';
  font-weight: 900; */
  font-size: 4rem;
}
footer ul.sub .fa-line::before, header ul.sub .fa-line::before {
  /* font-family: "Font Awesome 5 Free";
  content: '\f216d';
  font-weight: 900; */
  font-size: 3.5rem;
}
footer ul.sub a, header ul.sub a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10;
  /* opacity: 0.7; */
}
header:has(div.header_menu div.menu_wrap.active) {
  opacity: 1;
}
header div.header_menu {
  align-items: center;
  height: 100%;
  padding: 0 1em;
}
header div.header_menu div.menu_wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #E9E7E4;
  display: none;
  opacity: 0.9;
}
header div.header_menu div.menu_wrap.active {
  display: flex;
}
header div.header_menu div.menu_wrap ul.menu {
  font-size: 2.3rem;
  padding-left: 20px;
}
header div.header_menu div.menu_wrap ul.menu li {
  margin-bottom: 1.5em;
  background: url(../images/li_item7.png) left -2px top -3px no-repeat;
  padding-left: 39px;
  background-size: 30px;
}
header div.header_menu div.menu_wrap ul.sub {
  display: flex;
  gap: 40px;
}
header div.header_menu div.menu_wrap ul.sub .fa-phone-volume {
  display: none;
}
header div.header_menu div.menu_wrap div.close {
  width: 40px;
  height: 40px;
  background-image: url(../images/close.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
  right: 5%;
}
header div.header_menu nav {
  /* width: 100%; */
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header div.header_menu nav h1 {
  margin: 10px 0 10px 12px;
  height: 100%;
}
header div.header_menu nav h1 img {
  height: 100%;
}
header div.header_menu nav h2 {
  border: 1px solid #333333;
  border-radius: 10px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.3em;
  min-width: 150px;
}
header div.header_menu nav h2 li {
  background-image: url(../images/li_item1.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left;
}
header div.header_menu nav p {
  height: 87%;
}
header div.header_menu nav p img {
  height: 90%;
}
@media screen and (max-width: 899px) {
  header ul.menu_2 {
    display: none;
  }
}

article#blog .blog_img {
  width: 90%;
  border-radius: 50%;
  display: block;
  margin: 3em auto 0;
}
article#blog ul {
  padding: 2em;
}
article#blog h2 {
  margin: 1.5em;
}
article#blog h3 {
  font-size: 1.8rem;
  text-align: center;
  background-image: url(../images/blog_item.png);
  background-position: 70vw;
  background-repeat: no-repeat;
  background-size: 25px;
}
article#blog h4 {
  margin: 0;
  text-align: left;
  font-size: 1.6rem;
}
article#blog li {
  border: 0.5px solid #519d9e;
  margin-bottom: 2em;
  padding: 1em;
}
article#blog li time {
  background: #519d9e;
  color: #ffffff;
  display: block;
}

.simplebar-scrollbar {
  background: none !important;
  border-radius: 5px;
  border-style: none;
}
.simplebar-scrollbar::before {
  background: #c7c6c6 !important;
}

footer {
  position: relative;
  margin-top: 10em;
  padding-top: 3em;
  width: 100%;
  background: #d0c9c0;
  text-align: center;
  /* height: 80vh; */
}
footer .circle {
  position: absolute;
  top: -10%;
  right: 0%;
  left: 0;
  margin: 0 auto;
  width: 9em;
  height: 9em;
  background: #d0c9c0;
  border-radius: 50%;
  text-align: center;
}
footer img.logo1 {
  position: absolute;
  width: 14vh;
  top: -8%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
footer .tel {
  font-size: 3.5rem;
  margin: 0 auto 1em;
}
footer .contact {
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  width: 85%;
  align-items: center;
  vertical-align: middle;
  letter-spacing: 2px;
  padding: 1em;
  margin-bottom: 1.5em;
  font-size: 2rem;
}
footer dl {
  width: 77%;
  margin: 1em auto 1em;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
footer dt {
  width: 25%;
}
footer dt span {
  font-size: 3.3rem;
}
footer dd {
  width: 70%;
}
footer dd span {
  font-size: 3.3rem;
  margin-bottom: 1.5em;
}
footer dt, footer dd {
  line-height: 1.6em;
}
footer .adress {
  line-height: 1.5;
}
footer .sub {
  margin-top: 2em;
}
footer .fa-regular::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  padding-right: 1em;
}
footer .fa-solid::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
}
footer p {
  text-align: center;
  font-size: small;
  padding-top: 2em;
}

@media screen and (min-width: 900px) {
  header div.header_menu {
    padding: 0;
  }
  header div.header_menu div.menu_wrap {
    position: static;
    width: auto;
    height: 0;
    display: flex;
    background: none;
  }
  header div.header_menu div.menu_wrap ul.menu {
    display: none;
  }
  header div.header_menu div.menu_wrap ul.sub {
    margin-right: 6vw;
    gap: 4vw;
  }
  header div.header_menu div.menu_wrap ul.sub li .fa-phone-volume {
    display: block;
    padding-right: 1rem;
  }
  header div.header_menu div.menu_wrap ul.sub li.flex {
    display: flex;
    width: auto;
    font-size: 3rem;
    align-items: center;
    margin-left: 25%;
  }
  header div.header_menu div.menu_wrap ul.sub li span {
    letter-spacing: 0.3rem;
    white-space: nowrap;
    font-size: 2.5rem;
  }
  header div.header_menu div.menu_wrap div.close {
    display: none;
  }
  header div.header_menu nav h1 {
    margin: 10px 25px;
  }
  header div.header_menu nav h2 {
    letter-spacing: 0.2rem;
    font-size: 3rem;
  }
  header div.header_menu nav h2 br {
    display: none;
  }
  header div.header_menu nav p {
    display: none;
  }
  ul.menu_2 {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    width: 100%;
    font-size: 1.8rem;
    padding: 0.5em;
    background: #ffffff;
  }
  ul.menu_2 li {
    background: url(../images/li_item7.png) left -2px top 4px no-repeat;
    padding-left: 25px;
    background-size: 2.5rem;
    margin: 0;
    padding: 5px 0 5px 25px;
  }
  #container {
    margin-top: 43px;
  }
  h2 img {
    width: 40%;
  }
  article#blog h3 br {
    display: none;
  }
  footer {
    margin-top: 15rem;
    width: 100%;
  }
  footer .circle {
    position: absolute;
    top: -14%;
    width: 12em;
    height: 12em;
  }
  footer img.logo1 {
    width: 10%;
    top: -10%;
  }
  footer .tel {
    margin-bottom: 1.6em;
  }
  footer .contact {
    width: 40%;
    font-size: 2.5rem;
    margin-bottom: 1.8em;
  }
  footer dl {
    margin: 0 auto;
  }
  footer dt, footer span {
    font-size: 1.4em;
  }
  footer dt, footer dd {
    line-height: 2.5em;
  }
  footer dt br, footer dd br {
    display: none;
  }
}