@charset "UTF-8";
.flex {
  align-items: center;
}

header#header {
  padding: 30px 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 4;
}
header#header .header-pc {
  align-items: initial;
  width: 90%;
  justify-content: space-between;
  padding: 0 5%;
}
header#header .header-logo a img {
  height: auto;
  width: 80px;
}
header#header .header-logo a p {
  color: #333333;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 35px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  justify-content: center;
  margin-left: 1.75vw;
}
header#header .header-pc-menu.flex {
  flex-wrap: wrap;
  justify-content: flex-end;
}
header#header ul#menu-header-menu {
  gap: 2.9vw;
}
header#header ul#menu-header-menu li {
  padding: 8px;
}
header#header ul#menu-header-menu li a {
  color: #585757;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
header#header .links {
  gap: 40px;
  margin-left: 40px;
}
header#header .links a {
  align-content: center;
  align-items: center;
  border-radius: 18px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 56px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
  transition-duration: 300ms;
  width: 166px;
  max-width: 100%;
}
header#header .links a span {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}
header#header .links a.tel {
  background: #4b4b4b;
  border: 2px solid #4b4b4b;
}
header#header .links a.tel svg {
  width: 31px;
  height: 40px;
  margin-right: 20px;
}
header#header .links a.tel svg path {
  fill: #ffffff;
}
header#header .links a.tel span {
  color: #ffffff;
}
header#header .links a.mail {
  background: #ffffff;
  border: solid 2px #D9613C;
}
header#header .links a.mail svg {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}
header#header .links a.mail svg path {
  fill: #D9613C;
}
header#header .links a.mail span {
  color: #D9613C;
}

@media screen and (min-width: 901px) and (max-width: 1280px) {
  header#header {
    padding: 20px 0px;
  }
  header#header ul#menu-header-menu {
    gap: 1.41vw;
  }
  header#header ul#menu-header-menu li a {
    font-size: 18px;
  }
  header#header .links {
    gap: 30px;
    margin-left: 30px;
  }
  header#header .links a {
    width: 146px;
    height: 51px;
  }
  header#header .links a span {
    font-size: 18px;
  }
}
@media screen and (min-width: 901px) {
  header .header-sp {
    display: none;
  }
  nav#menu-btn-nav-js {
    display: none;
  }
}
@media screen and (min-width: 541px) and (max-width: 900px) {
  header#header {
    padding: 0px;
  }
  header#header .links {
    display: flex;
    margin: 0;
    gap: 0;
    margin-top: 20px;
    justify-content: space-between;
  }
  header#header .links a {
    width: calc(47% - 20px);
    height: 46px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  header#header .links a span {
    font-size: 16px;
  }
  header#header .links a.tel svg {
    width: 24px;
    height: 27px;
  }
  header#header .links a.mail svg {
    width: 28px;
    height: 28px;
  }
  header {
    background: rgb(255, 255, 255);
    top: 0;
  }
  header .header-inner {
    padding: 10px 20px;
  }
  header .header-pc {
    display: none;
  }
  header .header-sp {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header-sp .logo {
    height: 42px;
    width: auto;
  }
  header .header-sp .logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  header .header-sp .logo a img {
    width: auto;
    height: 35.5px;
  }
  header .header-sp .logo a p {
    font-size: 20px;
    margin-left: 15px;
    font-weight: 700;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    color: #333333;
  }
  header .header-sp .menu-btn {
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 11;
  }
  header .header-sp .menu-btn div {
    height: 2.8px;
    width: 18.5px;
    background: #393939;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  header .header-sp .menu-btn div:nth-of-type(1) {
    transform: translate(-35%, -7px);
  }
  header .header-sp .menu-btn div:nth-of-type(2) {
    left: 50%;
  }
  header .header-sp .menu-btn div:nth-of-type(3) {
    transform: translate(-65%, 4px);
  }
  header .header-sp .menu-btn.active {
    width: 34px;
    height: 34px;
    border: solid 1px;
    position: fixed;
    right: 40px;
    top: 10px;
  }
  header .header-sp .menu-btn.active div {
    left: 45%;
  }
  header .header-sp .menu-btn.active div:after {
    display: none;
  }
  header .header-sp .menu-btn.active div:before {
    display: none;
  }
  header .header-sp .menu-btn.active div:nth-of-type(1) {
    transform: rotate(45deg) translate(-50%, 0px);
    top: 70%;
  }
  header .header-sp .menu-btn.active div:nth-of-type(2) {
    display: none;
  }
  header .header-sp .menu-btn.active div:nth-of-type(3) {
    transform: rotate(-45deg) translate(-50%, 0px);
    top: 30%;
  }
  header .menu-btn-nav {
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -100%; /* 初期状態では非表示 */
    bottom: 0;
    width: calc(100% - 100px);
    max-width: initial;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #ffffff;
    padding: 30px;
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5215686275);
  }
  header .menu-btn-nav .logo {
    width: auto;
    height: 40px;
  }
  header .menu-btn-nav .logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  header .menu-btn-nav .logo a img {
    width: auto;
    height: 100%;
  }
  header .menu-btn-nav .sainokuni {
    width: 23vw;
    height: 23.2vw;
    margin: 25px auto 0;
  }
  header .menu-btn-nav ul.menu-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  header .menu-btn-nav ul.menu-list li {
    width: 100%;
    height: 50px;
    background: #EEEEEE;
    border-radius: 15px;
  }
  header .menu-btn-nav ul.menu-list li a {
    width: calc(100% - 40px);
    height: 100%;
    font-size: 16px;
    color: #393939;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-style: normal;
    position: relative;
    padding: 0 20px;
  }
  header .menu-btn-nav ul.menu-list li a:before {
    content: "";
    background: url(../img/header_icon01.svg) center no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    margin-right: 20px;
  }
  header .menu-btn-nav ul.menu-list li a:after {
    content: "▶︎";
    height: 24px;
    width: 24px;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(2) a:before {
    content: "";
    background: url(../img/header_icon02.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(3) a:before {
    content: "";
    background: url(../img/header_icon03.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(4) a:before {
    content: "";
    background: url(../img/header_icon04.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(5) a:before {
    content: "";
    background: url(../img/header_icon05.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(6) a:before {
    content: "";
    background: url(../img/header_icon06.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(7) a:before {
    content: "";
    background: url(../img/header_icon07.svg) center no-repeat;
    background-size: 100%;
    width: 20px;
  }
  header .menu-btn-nav.active {
    opacity: 1;
    visibility: visible;
    right: 20px;
  }
}
@media screen and (max-width: 540px) {
  header#header {
    padding: 0px;
  }
  header#header .links {
    display: flex;
    margin: 0;
    gap: 0;
    margin-top: 20px;
    justify-content: space-between;
  }
  header#header .links a {
    width: calc(47% - 20px);
    height: 46px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  header#header .links a span {
    font-size: 16px;
  }
  header#header .links a.tel svg {
    width: 24px;
    height: 27px;
  }
  header#header .links a.mail svg {
    width: 28px;
    height: 28px;
  }
  header {
    background: rgb(255, 255, 255);
    top: 0;
  }
  header .header-inner {
    padding: 10px 20px;
  }
  header .header-pc {
    display: none;
  }
  header .header-sp {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header-sp .logo {
    height: 42px;
    width: auto;
  }
  header .header-sp .logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  header .header-sp .logo a img {
    width: auto;
    height: 35.5px;
  }
  header .header-sp .logo a p {
    font-size: 20px;
    margin-left: 15px;
    font-weight: 700;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    color: #333333;
  }
  header .header-sp .menu-btn {
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 11;
  }
  header .header-sp .menu-btn div {
    height: 2.8px;
    width: 18.5px;
    background: #393939;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  header .header-sp .menu-btn div:nth-of-type(1) {
    transform: translate(-35%, -7px);
  }
  header .header-sp .menu-btn div:nth-of-type(2) {
    left: 50%;
  }
  header .header-sp .menu-btn div:nth-of-type(3) {
    transform: translate(-65%, 4px);
  }
  header .header-sp .menu-btn.active {
    width: 34px;
    height: 34px;
    border: solid 1px;
    position: fixed;
    right: 40px;
  }
  header .header-sp .menu-btn.active div {
    left: 45%;
  }
  header .header-sp .menu-btn.active div:after {
    display: none;
  }
  header .header-sp .menu-btn.active div:before {
    display: none;
  }
  header .header-sp .menu-btn.active div:nth-of-type(1) {
    transform: rotate(45deg) translate(-50%, 0px);
    top: 70%;
  }
  header .header-sp .menu-btn.active div:nth-of-type(2) {
    display: none;
  }
  header .header-sp .menu-btn.active div:nth-of-type(3) {
    transform: rotate(-45deg) translate(-50%, 0px);
    top: 30%;
  }
  header .menu-btn-nav {
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -100%; /* 初期状態では非表示 */
    bottom: 0;
    width: calc(100% - 100px);
    max-width: initial;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #ffffff;
    padding: 30px;
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5215686275);
  }
  header .menu-btn-nav .logo {
    width: auto;
    height: 40px;
  }
  header .menu-btn-nav .logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  header .menu-btn-nav .logo a img {
    width: auto;
    height: 100%;
  }
  header .menu-btn-nav .sainokuni {
    width: 23vw;
    height: 23.2vw;
    margin: 25px auto 0;
  }
  header .menu-btn-nav ul.menu-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  header .menu-btn-nav ul.menu-list li {
    width: 100%;
    height: 50px;
    background: #EEEEEE;
    border-radius: 15px;
  }
  header .menu-btn-nav ul.menu-list li a {
    width: calc(100% - 40px);
    height: 100%;
    font-size: 16px;
    color: #393939;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-style: normal;
    position: relative;
    padding: 0 20px;
  }
  header .menu-btn-nav ul.menu-list li a:before {
    content: "";
    background: url(../img/header_icon01.svg) center no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    margin-right: 20px;
  }
  header .menu-btn-nav ul.menu-list li a:after {
    content: "▶︎";
    height: 24px;
    width: 24px;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(2) a:before {
    content: "";
    background: url(../img/header_icon02.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(3) a:before {
    content: "";
    background: url(../img/header_icon03.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(4) a:before {
    content: "";
    background: url(../img/header_icon04.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(5) a:before {
    content: "";
    background: url(../img/header_icon05.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(6) a:before {
    content: "";
    background: url(../img/header_icon06.svg) center no-repeat;
    background-size: 100%;
  }
  header .menu-btn-nav ul.menu-list li:nth-child(7) a:before {
    content: "";
    background: url(../img/header_icon07.svg) center no-repeat;
    background-size: 100%;
    width: 20px;
  }
  header .menu-btn-nav.active {
    opacity: 1;
    visibility: visible;
    right: 20px;
  }
}
/*# sourceMappingURL=header.css.map */