@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
* {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ol, ul {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a.buttons {
  font-size: 15px;
  font-weight: 700;
  color: white;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding: 15px 60px;
  background: #424b8e;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 1220px) {
  a.buttons {
    font-size: 13px;
    margin-top: 20px;
    padding: 10px 60px;
  }
}
a.buttons::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #dad74e;
  z-index: -1;
  transition: 0.3s;
}
a.buttons:hover {
  color: white;
  background: rgba(218, 215, 78, 0);
}
a.buttons:hover::before {
  width: 100%;
}

@media screen and (max-width: 520px) {
  .is-layout-flex {
    gap: 1rem !important;
  }
}
.wp-block-button a.wp-block-button__link {
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding: 15px 60px;
  background: #424b8e;
  border-radius: 50px;
  overflow: hidden;
  z-index: 5;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .wp-block-button a.wp-block-button__link {
    font-size: 15px;
    width: 100%;
    margin-top: 20px;
    padding: 10px 30px;
  }
}
.wp-block-button a.wp-block-button__link::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #dad74e;
  z-index: -1;
  transition: 0.3s;
}
.wp-block-button a.wp-block-button__link:hover {
  color: white;
  background: rgba(218, 215, 78, 0);
}
.wp-block-button a.wp-block-button__link:hover::before {
  width: 100%;
}

.wp-block-button--outline a.wp-block-button__link {
  color: #424b8e;
  background: white;
  border: solid thin #424b8e;
}

ul.mobile-footer-menu-buttons.mobile-menu-buttons {
  display: none;
}

body {
  background: white !important;
}

body #content-in {
  width: 100%;
}
body #content-in #main {
  padding: 0;
}

#sidebar.sidebar.nwa.cf {
  display: none;
}

header {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 430px) {
  header {
    height: 56%;
  }
}
header nav#nav__top--pc {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100px;
  padding: 0 3%;
  background: white;
}
@media screen and (max-width: 430px) {
  header nav#nav__top--pc {
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
header ul#logo__top {
  padding: 0;
  z-index: 10;
}
header ul#logo__top a {
  display: flex;
  align-content: center;
  align-items: center;
}
header ul#logo__top a li#logo__img {
  width: 100px;
  height: auto;
}
header ul#logo__top a li#logo__name {
  font-size: 18px;
  font-weight: 600;
  color: #424b8e;
  line-height: 1.5;
  margin-left: 10px;
}
header ul#logo__top a li#logo__name span {
  font-size: 13px;
  font-weight: 500;
}
header .menu-main-menu-container {
  width: 670px;
  z-index: 5;
}
@media screen and (max-width: 1220px) {
  header .menu-main-menu-container {
    display: none;
  }
}
header .menu-main-menu-container ul#menu-main-menu {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  z-index: 10;
}
header .menu-main-menu-container ul#menu-main-menu li.menu-item {
  vertical-align: middle;
  margin-right: 50px;
}
header .menu-main-menu-container ul#menu-main-menu li.menu-item:hover > ul.sub-menu {
  display: flex;
  opacity: 1;
  align-content: center;
  align-items: center;
  justify-content: center;
}
header .menu-main-menu-container ul#menu-main-menu li.menu-item > a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: black;
  width: auto;
  cursor: pointer;
}
header .menu-main-menu-container ul#menu-main-menu li.menu-item > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  top: 30px;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: auto;
  background: #424b8e;
  transition: 0.3s;
  z-index: 5;
}
header .menu-main-menu-container ul#menu-main-menu li.menu-item > a:hover::after {
  width: 100%;
}
header .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  width: 100vw;
  top: 60px;
  right: 0;
  left: 0;
  padding: 40px 0 30px 0;
  background: white;
  z-index: 0;
  opacity: 0;
  box-shadow: 0 10px 25px -10px rgba(211, 211, 211, 0.5);
}
header .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item {
  margin-right: 20px;
  margin-left: 20px;
}
header .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item a {
  font-size: 15px;
}
header .menu-main-menu-container ul#menu-main-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
  display: none;
}
@media screen and (max-width: 520px) {
  header .menu-main-menu-container ul#menu-main-menu li.menu-item:last-child {
    display: block;
  }
}
@media screen and (max-width: 1220px) {
  header .nav__tel.icon__sp {
    margin: 0 25px 0 auto;
  }
}
@media screen and (max-width: 430px) {
  header .nav__tel.icon__sp {
    display: none;
  }
}
header .nav__tel.icon__sp a {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: 600;
  color: black;
  padding-left: 30px;
}
header .nav__tel.icon__sp a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/icon_sp.svg") no-repeat center/contain;
}
header nav#nav__hamburger--pc {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 1;
  margin-top: -13px;
  z-index: 10;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn {
  position: relative;
  background: #424b8e;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 48%;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn span:nth-of-type(1) {
  top: 15px;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn span:nth-of-type(2) {
  top: 23px;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn span:nth-of-type(3) {
  top: 31px;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn:hover span {
  top: 13px;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn:hover span:nth-of-type(2) {
  top: 23px;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn:hover span:nth-of-type(3) {
  top: 33px;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn.active span:nth-of-type(2) {
  opacity: 0;
}
header nav#nav__hamburger--pc div.nav__hamburger__btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
header nav#nav__hamburger--pc p {
  font-size: 12px;
  letter-spacing: 0 !important;
  padding: 0;
  color: #424b8e;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container {
  display: none;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: calc(100% - 100px);
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #424b8e;
  z-index: 0;
}
@media screen and (max-width: 520px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  height: 100%;
  padding: 70px 5vw 70px 10vw;
}
@media screen and (max-width: 430px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 390px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left {
    height: auto;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul#menu-hamburger-menu {
  color: white;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
  width: 100%;
  margin-top: 50px;
  gap: 16px;
}
@media screen and (max-width: 430px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul#menu-hamburger-menu {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
    margin-top: 20px;
    padding: 10vw;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul#menu-hamburger-menu li.menu-item {
  line-height: 2;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul#menu-hamburger-menu li.menu-item a {
  font-size: 18px;
  color: white;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 430px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul#menu-hamburger-menu li.menu-item a {
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 430px) and (max-width: 390px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul#menu-hamburger-menu li.menu-item a {
    letter-spacing: 0 !important;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul#menu-hamburger-menu li.menu-item a::before {
  content: "-";
  color: #dad74e;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2rem;
  margin: auto;
  z-index: 5;
  opacity: 0;
  transition: 0.3s;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul#menu-hamburger-menu li.menu-item a:hover {
  color: #dad74e;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul#menu-hamburger-menu li.menu-item a:hover::before {
  opacity: 1;
  left: -1rem;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  width: 100%;
  margin-top: 200px;
  gap: 30px;
  color: white;
}
@media screen and (max-width: 430px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10vw;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container ul.add_container {
  font-size: 14px;
  font-weight: 300;
  color: white;
  line-height: 1.7;
  padding: 0;
}
@media screen and (max-width: 500px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container ul.add_container {
    margin-top: 20px;
  }
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container ul.add_container:nth-of-type(1) {
    margin-top: 0;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container ul.add_container li {
  font-size: 14px;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container ul.add_container li.label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 15px;
  border: solid thin white;
  border-radius: 50px;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container ul.nav__hamburger--pc__add_wrapper li a.google_map {
  font-size: 13px;
  color: white;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding: 5px 30px;
  border: solid thin white;
  border-radius: 25px;
  overflow: hidden;
  z-index: 5;
  transition: 0.3s;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container ul.nav__hamburger--pc__add_wrapper li a.google_map:hover {
  border-color: #dad74e;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container ul.nav__hamburger--pc__add_wrapper li a.google_map::after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  inset: 0;
  margin: auto;
  background: #dad74e;
  transform: skew(-20deg);
  transform: translateX(-120%);
  z-index: -1;
  transition: 0.3s;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container ul.nav__hamburger--pc__add_wrapper li a.google_map:hover::after {
  transform: translateX(0);
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container div.schedule__container {
  display: block;
  position: relative;
  margin-left: 3vw;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger--pc__add_container div.schedule__container ul:nth-of-type(2) {
  margin-top: 30px;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger__schedule__container {
  display: none;
}
@media screen and (max-width: 430px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger__schedule__container {
    display: none;
  }
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger__schedule__container ul.open_hour_container, header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger__schedule__container ul.dayoff_container {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 0;
  }
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger__schedule__container ul.open_hour_container li, header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left div.nav__hamburger__schedule__container ul.dayoff_container li {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1rem;
    color: white;
    line-height: 1.5;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul.nav__hamburger__buttons__container {
  display: none;
}
@media screen and (max-width: 430px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul.nav__hamburger__buttons__container {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
    margin: 50px auto;
    padding: 0;
  }
}
@media screen and (max-width: 430px) and (max-width: 390px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul.nav__hamburger__buttons__container {
    margin: 20px auto;
  }
}
@media screen and (max-width: 430px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger--pc__content--left ul.nav__hamburger__buttons__container li a.nav__hamburger__buttons {
    color: white;
    display: inline-block;
    position: relative;
    padding: 12px 30px;
    border: solid thin white;
    border-radius: 25px;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger__tel.icon__sp {
  display: none;
}
@media screen and (max-width: 430px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger__tel.icon__sp {
    text-align: center;
    display: block;
    position: fixed;
    width: 100vw;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #547bcd;
    z-index: 10;
  }
}
@media screen and (max-width: 430px) and (max-width: 390px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger__tel.icon__sp {
    position: relative;
  }
}
@media screen and (max-width: 430px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger__tel.icon__sp a {
    font-size: 30px;
    font-weight: 900;
    color: white;
    display: block;
    width: 100%;
    padding: 15px 25px;
  }
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__hamburger__tel.icon__sp a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto;
    background: url("../img/icon_sp_wh.svg") no-repeat center/contain;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__img__container {
  display: block;
  position: absolute;
  aspect-ratio: 1/2;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__img__container {
    display: none;
    position: relative;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__img__container::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #424b8e;
  z-index: 100;
  opacity: 0;
  animation: hamburgerImg 0.2s forwards;
  animation-delay: 0.1s;
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__img__container img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  animation: navImgLarger 60s infinite;
  animation-delay: 0.3s;
}
@media screen and (max-width: 1220px) {
  header nav#nav__hamburger--pc div.nav__hamburger--pc__container div.nav__img__container img {
    margin-top: -30vh;
  }
}
header nav#nav__hamburger--pc div.nav__hamburger--pc__container.active {
  display: flex;
  animation: hamburgerPcContainer 0.1s forwards;
}
header nav#nav__top--pc--sticky {
  position: fixed;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100px;
  top: -150px;
  padding: 0 3%;
  background: white;
  z-index: 200;
  transition: 0.3s;
}
@media screen and (max-width: 430px) {
  header nav#nav__top--pc--sticky {
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
header nav#nav__top--pc--sticky ul.nav__top--pc--sticky__buttons__container {
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  width: 55%;
}
@media screen and (max-width: 1220px) {
  header nav#nav__top--pc--sticky ul.nav__top--pc--sticky__buttons__container {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  header nav#nav__top--pc--sticky ul.nav__top--pc--sticky__buttons__container {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  header nav#nav__top--pc--sticky ul.nav__top--pc--sticky__buttons__container {
    display: none;
  }
}
header nav#nav__top--pc--sticky ul.nav__top--pc--sticky__buttons__container > li > a.nav__top--pc--sticky__buttons {
  font-size: 16px;
  font-weight: 500;
  color: white;
  display: block;
  position: relative;
  margin-top: 0;
  padding: 13px 35px;
  background: #547bcd;
  border-radius: 40px;
  margin-left: 20px;
  overflow: hidden;
  transition: 0.4s;
}
header nav#nav__top--pc--sticky ul.nav__top--pc--sticky__buttons__container > li > a.nav__top--pc--sticky__buttons::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #424b8e;
  z-index: -1;
  transition: 0.3s;
}
header nav#nav__top--pc--sticky ul.nav__top--pc--sticky__buttons__container > li > a.nav__top--pc--sticky__buttons:hover {
  color: white;
  background: rgba(66, 75, 142, 0);
}
header nav#nav__top--pc--sticky ul.nav__top--pc--sticky__buttons__container > li > a.nav__top--pc--sticky__buttons:hover::before {
  width: 100%;
}
header nav#nav__top--pc--sticky.active {
  top: 0;
}

footer#footer_custom {
  display: block;
  position: relative;
  width: 100%;
  padding: 90px 0 20px 0;
  background: #424b8e;
}
@media screen and (max-width: 430px) {
  footer#footer_custom {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
footer#footer_custom #footer-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}
footer#footer_custom #footer-in div.footer_menu_layer01_container {
  display: inline-block;
  width: 75%;
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in div.footer_menu_layer01_container {
    flex-wrap: wrap;
    width: 100%;
  }
}
footer#footer_custom #footer-in div.footer_menu_layer01_container div.footer_menu_layer02_item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  gap: 16px;
  color: white !important;
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in div.footer_menu_layer01_container div.footer_menu_layer02_item {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    width: 100%;
  }
}
footer#footer_custom #footer-in div.footer_menu_layer01_container div.footer_menu_layer02_item ul {
  margin-bottom: 15px;
  padding: 0;
}
footer#footer_custom #footer-in div.footer_menu_layer01_container div.footer_menu_layer02_item ul p {
  font-weight: 400;
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in div.footer_menu_layer01_container div.footer_menu_layer02_item ul p {
    font-size: 16px;
  }
}
footer#footer_custom #footer-in div.footer_menu_layer01_container div.footer_menu_layer02_item ul li {
  font-size: 15px;
  font-weight: 300;
}
footer#footer_custom #footer-in div.footer_menu_layer01_container div.footer_menu_layer02_item ul li:has(a) {
  text-align: right;
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in div.footer_menu_layer01_container div.footer_menu_layer02_item ul li:has(a) {
    margin-top: 20px;
    text-align: center;
  }
}
footer#footer_custom #footer-in div.footer_menu_layer01_container div.footer_menu_layer02_item ul li.label {
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 20px;
  border: solid thin white;
  border-radius: 25px;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container {
  display: inline-block;
  width: 20%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in div.footer_menu_layer02_container {
    width: 100%;
    margin: 50px auto 0 auto;
  }
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right {
  width: 100%;
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right {
    width: 100%;
  }
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right a {
  font-size: 14px;
  color: white !important;
  border: none;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul {
  padding: 0;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(1) a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding: 13px;
  border: solid thin white;
  border-radius: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 5;
  transition: 0.3s;
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(1) a {
    font-size: 16px;
    padding: 10px;
  }
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(1) a:hover {
  border-color: #dad74e;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(1) a::after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  inset: 0;
  margin: auto;
  background: #dad74e;
  transform: skew(-20deg);
  transform: translateX(-120%);
  z-index: -1;
  transition: 0.3s;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(1) a:hover::after {
  transform: translateX(0);
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(2) {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(3) {
    text-align: center;
  }
  footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(3) a {
    font-size: 13px;
    font-weight: 300;
  }
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(2) a, footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(3) a {
  display: inline-block;
  position: relative;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(2) a::before, footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(3) a::before {
  content: "-";
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  color: #dad74e;
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.3s;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(2) a:hover::before, footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(3) a:hover::before {
  display: block;
  transform: translateX(0);
  opacity: 1;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(2) a a.google_map, footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(3) a a.google_map {
  font-size: 13px;
  color: white !important;
  text-align: center;
  display: inline-block;
  position: relative;
  right: 0;
  padding: 5px 30px;
  border: solid thin white;
  border-radius: 25px;
  overflow: hidden;
  z-index: 5;
  transition: 0.3s;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(2) a a.google_map:hover, footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(3) a a.google_map:hover {
  border-color: #dad74e;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(2) a a.google_map::after, footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(3) a a.google_map::after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  inset: 0;
  margin: auto;
  background: #dad74e;
  transform: skew(-20deg);
  transform: translateX(-120%);
  z-index: -1;
  transition: 0.3s;
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(2) a a.google_map:hover::after, footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right ul:nth-of-type(3) a a.google_map:hover::after {
  transform: translateX(0);
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right:nth-of-type(2) {
  width: 65%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1220px) {
  footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right:nth-of-type(2) {
    width: 50%;
  }
}
footer#footer_custom #footer-in div.footer_menu_layer02_container div.footer_items_right:nth-of-type(2) img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 430px) {
  footer#footer_custom #footer-in .map_container {
    width: 100vw;
    margin-top: 20px;
    margin-left: -10vw;
  }
}

#menu-main_menu-1 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > a {
  color: white;
}
#menu-main_menu-1 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > ul {
  line-height: 2;
  padding: 0;
}
#menu-main_menu-1 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page > a {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#menu-main_menu-1 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > ul {
  display: none;
}
#menu-main_menu-1 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children > ul > li > a {
  color: white;
}

div.copyright {
  font-size: 14px;
  font-weight: 300;
  color: white;
  width: 100%;
  padding: 30px 10vw;
}
@media screen and (max-width: 430px) {
  div.copyright {
    font-size: 11px;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 30px 4.9vw 20px 4.9vw;
  }
}

#go-to-top {
  z-index: 100;
}
#go-to-top button.go-to-top-button {
  background: #dad74e;
  border-radius: 50%;
}
#go-to-top button.go-to-top-button span.fas {
  color: #547bcd;
}

div.nav__hamburger--pc__content--right li.menu-item > a {
  cursor: pointer;
}
div.nav__hamburger--pc__content--right li.menu-item a::before {
  content: "-";
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  color: #dad74e;
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.3s;
}
div.nav__hamburger--pc__content--right li.menu-item a:hover::before {
  display: block;
  transform: translateX(0);
  opacity: 1;
}

@keyframes hamburgerImg {
  0% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
    width: 0;
  }
}
@keyframes navImgLarger {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes hamburgerPcContainer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}