body {
  font-family: YuMincho, "Yu Mincho", "MS PMincho", serif;
  background-color: #f5f5f5;
  color: #0e0e0e;
}

img {
  width: 100%;
}

a {
  color: #0e0e0e;
  cursor: pointer;
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #fefefe;
  z-index: 1;
}

.header_logo {
  width: 70px;
  height: 70px;
}

.sp_logo {
  display: none;
}

.header_nav, .header_items, .header_info {
  display: flex;
  align-items: center;
}

.header_nav {
  height: 70px;
  justify-content: space-between;
  align-items: center;
}

.header_list {
  margin-right: 20px;
}
.header_list:nth-child(1) {
  margin-left: 20px;
}
.header_list:nth-child(5) {
  margin-right: 0;
}

.header_info {
  align-items: center;
}

.header_tel {
  margin-right: 20px;
}

.header_contents {
  margin-right: 20px;
}

.header_contents img {
  width: 50px;
  height: 50px;
}

.pd_btm {
  padding-top: 120px;
}

.section_title, .menu_title {
  font-size: 24px;
  color: #0e0e0e;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}

p {
  text-align: justify;
}

.common_menu {
  margin-bottom: 80px;
}

footer {
  width: 100%;
  background-color: #fefefe;
}
footer p {
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .openbtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #999999;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
  }
  .header_items, .header_info {
    display: block;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    position: relative;
    z-index: 999;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -768px;
    width: 100%;
    height: 100vh;
    background-color: #fefefe;
    transition: all 0.6s;
    opacity: 0.95;
  }
  #g-nav.panelactive {
    right: 0;
  }
  .sp_logo {
    display: block;
  }
  .pc_logo {
    display: none;
  }
  .header_nav {
    display: block;
  }
  #g-nav .header_info {
    width: 100%;
    position: absolute;
    top: 64%;
  }
  .header_list:nth-child(5) {
    border-bottom: 2px solid #999999;
  }
  .header_list {
    margin: 0;
    padding: 8px;
    font-size: 20px;
    font-weight: 700;
    border-top: 2px solid #999999;
  }
  .header_list a {
    position: relative;
  }
  .header_list a::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #999999;
    border-right: solid 3px #999999;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 90%;
    bottom: 0;
    margin: auto;
  }
  .header_list a {
    display: block;
  }
  .header_contents, .header_tel {
    margin-right: 0;
  }
  .header_tel {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
  }
  .header_sns {
    width: 100%;
    text-align: center;
  }
  .header_contents img {
    width: 40px;
    height: 40px;
  }
}
/*# sourceMappingURL=common.css.map */