@charset "UTF-8";
.l--header {
  width: 100%;
  padding-top: 0.8rem;
  position: fixed;
  top: 0;
  background: #fcfcfc;
  z-index: 1000;
}
.l--header .inner {
  position: relative;
}
@media only screen and (min-width: 481px) and (max-width: 860px),
  only screen and (max-width: 480px),
  only screen and (max-width: 321px) {
  .l--header .pc--menu {
    display: none;
  }
}
.l--header .pc--menu .logo {
  width: 480px;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.l--header .pc--menu--tel {
  margin-bottom: 1rem;
}
.l--header .pc--menu--tel p {
  position: absolute;
  display: inline-block;
  background-color: #85d8cf;
  z-index: 1000;
  top: 1rem;
  right: 2rem;
  color: #fcfcfc;
  border-radius: 5px;
  padding: 1rem 2rem;
  transition: 0.3s;
}
.l--header .pc--menu--tel p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  margin-bottom: -0.5rem;
  background: url(/wp-content/uploads/header-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.l--header .pc--menu--tel p:hover {
  background: #00cbbb;
}
.l--header .modal-menu {
  display: none;
}
.l--header #gnav {
  display: block;
  background-color: #85d8cf;
}
@media only screen and (min-width: 481px) and (max-width: 860px),
  only screen and (max-width: 480px),
  only screen and (max-width: 321px) {
  .l--header #gnav {
    display: none;
  }
}
.l--header #gnav ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.l--header #gnav .global-nav li {
  display: table-cell;
  position: relative;
  transition: 0.3s;
}
.l--header #gnav .global-nav li:hover {
  background-color: #60a5a5;
}
.l--header #gnav .global-nav li a {
  display: block;
  position: relative;
  font-size: 1.4rem;
}
.l--header #gnav .global-nav .current-menu-item > a {
  color: #fcfcfc;
  background-color: #60a5a5;
}
.l--header .default-nav {
  position: relative;
}
.l--header .default-nav .global-nav-default {
  text-align: center;
}
.l--header .default-nav .global-nav-default li a {
  padding: 1.6rem 0;
  color: #fcfcfc;
}
.l--header .default-nav .global-nav-default li a p {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
.l--header .default-nav .global-nav-default li a span {
  font-size: 1rem;
  color: #fcfcfc;
}
.l--header .default-nav .global-nav-default li ul {
  height: 48px;
}
.l--header #gnav .global-nav .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1rem;
  background: url(/wp-content/uploads/menu-down.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.l--header #gnav .global-nav li ul {
  visibility: hidden;
  position: absolute;
  z-index: 999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.l--header #gnav .global-nav li:hover > ul,
.l--header #gnav .global-nav li.focus > ul {
  visibility: visible;
  opacity: 1;
}
.l--header #gnav .global-nav ul li > ul {
  top: 0;
  left: 100%;
}
.l--header #gnav .global-nav li ul li {
  display: inline-block;
  width: 100%;
  background: #85d8cf;
}
.l--header .sp--menu {
  background: #fcfcfc;
}
@media only screen and (min-width: 861px) and (max-width: 1023px),
  only screen and (min-width: 1024px) {
  .l--header .sp--menu {
    display: none;
  }
}
.l--header .sp--menu .logo {
  width: 320px;
  margin-left: 1rem;
  margin-bottom: 0.4rem;
}
.l--header .sp--menu--tel {
  position: absolute;
  z-index: 1000;
  top: 1.2rem;
  right: 10rem;
  display: inline-block;
  background-color: #85d8cf;
  padding: 0.5rem;
}
.l--header .sp--menu--tel img {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 480px) {
  .l--header .sp--menu--tel {
    display: none;
  }
}
.l--header .sp--menu--web {
  position: absolute;
  z-index: 1000;
  top: 1.2rem;
  right: 5.5rem;
  display: inline-block;
  background-color: #85d8cf;
  padding: 0.5rem;
}
.l--header .sp--menu--web img {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 480px) {
  .l--header .sp--menu--web {
    display: none;
  }
}
.l--header .sp--menu button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1000;
}
.l--header .sp--menu .p--hamburger {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 1000;
}
.l--header .sp--menu .p--hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 3px;
  background-color: #85d8cf;
  -webkit-transition: inherit;
  transition: inherit;
}
.l--header .sp--menu .p--hamburger__line:before,
.l--header .sp--menu .p--hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.l--header .sp--menu .p--hamburger__line:before {
  top: -13px;
}
.l--header .sp--menu .p--hamburger__line:after {
  top: 13px;
}
.l--header .sp--menu .p--hamburger[aria-expanded="true"] .p--hamburger__line {
  background-color: transparent;
}
.l--header
  .sp--menu
  .p--hamburger[aria-expanded="true"]
  .p--hamburger__line:before,
.l--header
  .sp--menu
  .p--hamburger[aria-expanded="true"]
  .p--hamburger__line:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fcfcfc;
}
.l--header
  .sp--menu
  .p--hamburger[aria-expanded="true"]
  .p--hamburger__line:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l--header .sp--menu .u--visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.l--header .sp--menu .gnav {
  background: rgba(96, 165, 165, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 980;
  top: 0;
  left: 0;
}
.l--header .sp--menu .gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 980;
}
.l--header .sp--menu .gnav__menu__item {
  font-size: 3.2rem;
}
.l--header .sp--menu .gnav__menu__item li {
  margin-bottom: 0.8rem;
  text-align: center;
}
.l--header .sp--menu .gnav__menu__item a {
  color: #fcfcfc;
  font-size: 2rem;
}
.l--header .sp--menu .gnav__menu__item a p {
  display: none;
}
