/*************************
 general
*************************/
body.hidden {
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.hidden {
  overflow: hidden;
}
/***************************
 mesh
***************************/
.mesh {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.5);
  z-index: 98;
  display: none;
}
.mesh.active {
  display: block;
}
/************************
 header
************************/
header {
  align-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
header .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
header .flex {
  display: flex;
  align-items: center;
}
header .space-between {
  justify-content: space-between;
}
header .flex .site-logo {
  width: 320px;
  align-content: center;
}
header .flex .header-tel-wrap {
  margin-left: 30px;
  align-content: center;
  line-height: 1.5em;
}
header .flex .header-contact-wrap {
  align-content: center;
}
header .flex .header-contact-wrap .header_dl {
  margin-right: 15px;
  margin-left: 15px;
}
header .flex .header-contact-wrap .header_mail img {
  width: 50px;
}
header h1 {
  margin-bottom: 0;
}
header h1 img {
  width: 100%;
  height: auto;
}
header .access_time {
  display: block;
  font-size: 14px;
}
header .header_tel {
  font-size: 36px;
  font-weight: bold;
}
header .header_contact a {
  display: inline-block;
  width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  color: #fff;
  font-size: 22px;
  background: #0077b3;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
header .header_dl a {
  display: inline-block;
  width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  color: #fff;
  background: #0077b3;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
header .header_dl span {
  display: block;
}
header .header_dl span:nth-of-type(1) {
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media (max-width: 1199px) {
  header .flex .header-contact-wrap .header_dl {
    margin-right: 20px;
    margin-left: 20px;
  }
  header .inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  header .header_tel {
    font-size: 30px;
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  header .header-tel-wrap {
    display: none;
  }
  header .header-contact-wrap {
    margin-left: 15px;
  }
  header .space-between {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  header .header-contact-wrap {
    display: none;
  }
  header .flex .site-logo {
    width: 200px;
  }
}
/***************************
 bugger_btn
****************************/
.bugger_btn {
  position: fixed;
  top: 40px;
  right: 50px;
  width: 30px;
  height: 40px;
  z-index: 100;
}
.bugger_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transition: 0.5s all;
}
.bugger_btn.active span {
  transition: 0.5s all;
}
.bugger_btn span:nth-of-type(1) {
  transform: translate(0, 14px);
}
.bugger_btn span:nth-of-type(2) {
  transform: translate(0, 20px);
}
.bugger_btn span:nth-of-type(3) {
  transform: translate(0, 26px);
}
.bugger_btn.active span:nth-of-type(1) {
  transform: rotate(45deg) translate(14px, 15px);
}
.bugger_btn.active span:nth-of-type(2) {
  transform: translate(0, 30px);
  opacity: 0;
}
.bugger_btn.active span:nth-of-type(3) {
  transform: rotate(-45deg) translate(-13px, 13px);
}
@media (max-width: 1299px) {
  .bugger_btn {
    right: 15px;
  }
}
@media (max-width: 1199px) {
  .bugger_btn {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .bugger_btn {
    top: 36px;
  }
}
@media (max-width: 767px) {
  .bugger_btn {
    top: 30px;
  }
}
/**************************
 pc_nav
***************************/
.pc_nav {
  border-top: 1px solid #5e5d5c;
  border-bottom: 1px solid #5e5d5c;
  margin-top: 30px;
}
.pc_nav ul.main-menu {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0 auto;
}
.pc_nav ul.main-menu > li {
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pc_nav ul li a {
  color: #5d5e5c;
  text-decoration: none;
}
.pc_nav li.sub-menu-active {
  position: relative;
  z-index: 10;
  color: #5d5e5c;
  margin-right: 30px;
}
.pc_nav li.sub-menu-active:after {
  position: absolute;
  top: 20px;
  right: -26px;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 9px;
  border-color: #5e5d5c transparent transparent;
}
.pc_nav li.sub-menu-active ul {
  position: absolute;
  top: 54px;
  right: -56px;
  width: 400px;
  padding: 30px;
  background: #f6f6f6;
  list-style: none;
  display: none;
}
.pc_nav li.sub-menu-active:hover ul {
  display: block;
}
.pc_nav li.sub-menu-active ul li {
  width: 48%;
  display: inline-block;
  margin-bottom: 15px;
}
.pc_nav li.sub-menu-active ul li:nth-of-type(7),
.pc_nav li.sub-menu-active ul li:nth-of-type(8) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pc_nav {
    display: none;
  }
}
/******************************
 sp_nav
*******************************/
.sp_nav {
  position: fixed;
  top: 0;
  right: -100%;
  padding-top: 120px;
  width: 300px;
  height: 100vh;
  overflow: auto;
  background: #fff;
  z-index: 99;
  transition: 0.5s all;
  padding-left: 30px;
  padding-right: 30px;
}
.sp_nav.active {
  right: 0;
  transition: 0.5s all;
}
.sp_nav .banner-area .banner {
  margin-bottom: 30px;
}
.sp_nav .banner-area .banner img {
  width: 100%;
}
.sp_nav nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
.sp_nav nav ul li a {
  color: #333;
  text-decoration: none;
}
.sp_nav nav ul li {
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .sp_nav {
    width: 100%;
  }
}
/****************************
 footer
****************************/
footer .footer_bg {
  background: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .flex {
  display: flex;
  flex-wrap: wrap;
}
footer .flex .footer_info {
  width: 320px;
}
footer .flex .footer_info h2 img {
  max-width: 250px;
}
footer .flex .footer_info h2 {
  margin-bottom: 30px;
}
footer .flex .footer_info .c-title {
  color: #0077b3;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
footer .flex .footer_info .mb {
  margin-bottom: 30px;
}
footer .flex .footer_info .c-zip {
  font-size: 14px;
  margin-bottom: 0px;
  color: #5e5d5c;
}
footer .flex .footer_info .c-addr {
  color: #5e5d5c;
  font-weight: bold;
}
footer .flex .footer_info #c-fukui .c-tel span:nth-of-type(1) {
  vertical-align: 6px;
  margin-right: 5px;
}
footer .flex .footer_info #c-fukui .c-tel span:nth-of-type(1) img {
  width: 25px;
}
footer .flex .footer_info #c-fukui .c-tel span:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
  color: #5e5d5c;
}
footer .flex .footer_info #c-tokyo .c-tel span:nth-of-type(1) {
  vertical-align: 3px;
  margin-right: 5px;
}
footer .flex .footer_info #c-tokyo .c-tel span:nth-of-type(1) img {
  width: 25px;
}
footer .flex .footer_info #c-tokyo .c-tel span:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
  color: #5e5d5c;
}
footer .flex .footer_info .c-addr p {
  margin-bottom: 0;
}
footer .flex .footer_menu {
  width: 200px;
  color: #5e5d5c;
  margin-left: 15px;
  margin-right: 15px;
}
footer .flex .footer_menu .menu-title {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #5e5d5c;
}
footer .flex .footer_menu ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
footer .flex .footer_menu ul li {
  margin-bottom: 20px;
}
footer .flex .footer_menu ul li a {
  color: #5e5d5c;
  text-decoration: none;
}
footer .flex .certification-mark {
  align-content: center;
  text-align: right;
}
footer .flex .certification-mark {
  width: calc(100% - 1010px);
  width: -webkit-calc(100% - 1010px);
  padding-left: 40px;
}
footer .flex .certification-mark img {
  max-width: 150px;
  width: 100%;
}
footer .flex .certification-mark .mb {
  margin-bottom: 50px;
}
footer .to-top {
  margin-top: 100px;
}
footer .to-top a {
  color: #5e5d5c;
  text-decoration: none;
}
footer .to-top a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #5e5d5c;
  margin-left: 3px;
  vertical-align: -3px;
}
footer .copyright {
  margin-top: 50px;
  font-size: 12px;
}
footer .sns {
  margin-top: 30px;
}
footer .sns .sns-flex {
  display: flex;
}
footer .sns .sns-flex .flex-item:not(:last-child) {
  margin-right: 15px;
}
footer .sns .sns-flex img {
  width: 30px;
}
footer .attention {
  font-size: 10px;
  color: #5d5e5c;
}
@media (max-width: 1399px) {
  footer .flex .footer_menu-wrap {
    width: 460px;
  }
  footer .flex .certification-mark {
    width: calc(100% - 780px);
    width: -webkit-calc(100% - 780px);
  }
}
@media (max-width: 1199px) {
  footer .flex .footer_menu-wrap {
    width: 230px;
  }
  footer .flex .certification-mark {
    width: calc(100% - 550px);
    width: -webkit-calc(100% -550px);
  }
}
@media (max-width: 991px) {
  footer .flex .footer_info {
    width: 300px;
  }
  footer .flex .footer_menu-wrap {
    width: 230px;
  }
  footer .flex .certification-mark {
    width: calc(100% - 530px);
    width: -webkit-calc(100% - 530px);
  }
}
@media (max-width: 767px) {
  footer .flex .footer_info {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .flex .footer_menu-wrap {
    width: 100%;
  }
  footer .flex .footer_menu {
    width: 100%;
    margin: 0;
  }
  footer .flex .certification-mark {
    width: 100%;
    padding-left: 0;
    margin-top: 80px;
    text-align: center;
  }
}
/************************
 breadcrumb
************************/
.breadcrumb a {
  color: #333;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
