/*========== p-nav.scss ==========*/
@media screen and (min-width: 768px) {
  .p-nav {
    padding-right: 0vw;
  }
}
@media screen and (min-width: 1201px) {
  .p-nav {
    padding-right: 0px;
  }
}
.p-nav__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 16vw;
  padding: 0 16vw 0 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-nav__inner {
    height: 9.1666666667vw;
    padding: 0 0 0 2.6666666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .p-nav__inner {
    height: 110px;
    padding: 0 0 0 32px;
  }
}
.p-nav__logo {
  width: 30.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-nav__logo {
    width: 16.1666666667vw;
    max-width: 194px;
  }
}
.p-nav__logo--expo {
  width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-nav__logo--expo {
    width: 32vw;
    max-width: 384px;
  }
}
.p-nav__headSP {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-nav__headSP {
    display: none;
  }
}
.p-nav__headSP-lang {
  width: 16vw;
  height: 16vw;
  background: #cfb48e;
  background: url("../images/icon_lang.png") center no-repeat #ccc;
  background-size: 5.3333333333vw auto;
}
.p-nav__headSP-lang.lang-active {
  background-image: url("../images/lang--btn_close.svg");
}
@media screen and (min-width: 768px) {
  .p-nav__items {
    display: flex;
    align-items: center;
    margin-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__items {
    margin-bottom: 3em;
  }
}
.p-nav__items-item {
  font-size: 1.6666666667vw;
}
@media screen and (min-width: 1201px) {
  .p-nav__items-item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__items-item {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__items-item:not(:last-child) {
    margin-right: 2em;
  }
}
.p-nav__items-item a {
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-nav__items-item a {
    color: #fff;
    text-align: center;
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__items-item a {
    height: 9.1666666667vw;
    display: flex;
    width: 100%;
    align-items: center;
  }
}
@media screen and (min-width: 1201px) {
  .p-nav__items-item a {
    height: 110px;
  }
}
.p-nav__tPath {
  border-bottom: 1px solid #000;
  padding: 1em 0;
}
.p-nav__tPath-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-nav__tPath-items-item {
  position: relative;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-nav__tPath-items-item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__tPath-items-item {
    line-height: 1.3;
  }
}
.p-nav__tPath-items-item a {
  display: inline-block;
  color: #000;
}
.p-nav__tPath-items-item:not(:last-child) {
  margin-right: 2em;
}
.p-nav__tPath-items-item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: -1.25em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #0062a6;
  border-right: 1px solid #0062a6;
  width: 0.35em;
  height: 0.35em;
}
.p-nav__burger {
  width: 100%;
  height: 100%;
  z-index: 9999;
  cursor: pointer;
  background: url("../images/burger--btn_open.svg") center no-repeat;
  background-size: 100% 100%;
}
.p-nav__burger-wrap {
  height: 100%;
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 16vw;
}
@media screen and (min-width: 768px) {
  .p-nav__burger-wrap {
    display: none;
  }
}
.p-nav__burger.burger-active {
  background: url("../images/lang--btn_close.svg") center no-repeat #cfb48e;
  background-size: 5.3333333333vw auto;
}
@media screen and (max-width: 767px) {
  .p-nav__navigation {
    opacity: 0;
    top: 16vw;
    right: -100vw;
    z-index: -1;
    width: 100vw;
    position: fixed;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.5);
    height: calc(100vh - 16vw);
  }
}
@media screen and (max-width: 767px) {
  .p-nav__navigation-content {
    position: absolute;
    right: 0;
    height: calc(100vh - 16vw);
    background-color: #fff;
    width: 80vw;
    display: flex;
    flex-direction: column;
    padding-left: 4vw;
    padding-bottom: 4vw;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__navigation-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__navigation.nav-active {
    opacity: 1;
    z-index: 9998;
    right: 0;
  }
  .p-nav__navigation.nav-active .p-nav__navigation-content {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__navigation2 {
    opacity: 0;
    top: 16vw;
    right: -100vw;
    z-index: -1;
    width: 100vw;
    position: fixed;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.5);
    height: calc(100vh - 16vw);
  }
}
@media screen and (max-width: 767px) {
  .p-nav__navigation2-content {
    position: absolute;
    right: 0;
    height: calc(100vh - 16vw);
    background-color: #fff;
    width: 80vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__navigation2.nav-active {
    opacity: 1;
    z-index: 9998;
    right: 0;
  }
  .p-nav__navigation2.nav-active .p-nav__navigation-content {
    right: 0;
  }
}
.p-nav__other {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-nav__other {
    align-items: center;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__other {
    order: 2;
    justify-content: center;
    margin-left: -4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__other-item--sns {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__other-item--sns {
    width: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__other-item--lang {
    cursor: pointer;
    position: relative;
    margin-left: 2px;
    margin-right: 12px;
  }
  .p-nav__other-item--lang:hover .p-nav__other-child {
    display: block;
  }
}
.p-nav__other-item--contact {
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-nav__other-item--contact {
    width: 16vw;
    height: 16vw;
    background: url("../images/icon_mail.png") center no-repeat #000;
    background-size: 5.3333333333vw auto;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__other-item--contact {
    border-radius: 1000px;
    border: 1px solid #000;
  }
}
.p-nav__other-item--contact a {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .p-nav__other-child {
    display: none;
    position: absolute;
    left: 0;
    top: -1px;
    background: #fff;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__other-child-list:not(:last-child) {
    border-bottom: 2px solid #eee;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__other-child-list a {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    padding: 1em;
    font-weight: 700;
  }
}
.p-nav__other-parent {
  border: 1px solid #000;
  border-radius: 1000px;
  font-size: 1.2rem;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .p-nav__menu {
    order: 1;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__menu {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__menu-item {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__menu-item:not(:last-child) {
    margin-right: 2em;
  }
}
@media screen and (min-width: 1201px) {
  .p-nav__menu-item:not(:last-child) {
    margin-right: 2em;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__menu-item--hasChild {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__menu-item--hasChild:hover .p-nav__menu-child {
    display: block;
  }
}
.p-nav__menu-item a {
  font-weight: 550;
  color: #000;

  font-size: 1.4rem;
  padding: 1em 1em 1em 0em;

}
@media screen and (max-width: 767px) {
  .p-nav__menu-item a {
    display: block;
    font-size: 4vw;
    position: relative;
  }
  .p-nav__menu-item a:after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5em;
    height: 1em;
    background: url("../images/icon_arrow_br.svg") center no-repeat;
    background-size: contain;
  }
}
.p-nav__menu-item a.current, .p-nav__menu-item a:hover {
  color: #19562f;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-nav__menu-item--cat:after {
    transform: translateY(-50%) rotate(90deg) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__menu-child {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background: #19562f;
    min-width: 12em;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__menu-child {
    border-top: 1px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__menu-child-item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__menu-child-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    white-space: nowrap;
  }
}
.p-nav__menu-child-item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-nav__menu-child-item a {
    font-size: 3.4666666667vw;
    padding-left: 8vw;
  }
  .p-nav__menu-child-item a:after {
    right: auto;
    left: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__menu-child-item a {
    color: #fff;
    padding: 1em;
  }
  .p-nav__menu-child-item a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 768px) {
  .p-nav__menu-child-item a.current {
    color: #fff;
    background: #19562f;
  }
}
.p-nav-btm {
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 1201px) {
  .p-nav-btm {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-nav-btm {
    padding: 8.5333333333vw 0;
  }
}
.p-nav-btm__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-nav-btm__items-item {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #000;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-nav-btm__items-item {
    width: 23.68%;
  }
}
@media screen and (max-width: 767px) {
  .p-nav-btm__items-item:not(:last-child) {
    margin-bottom: 3.7333333333vw;
  }
}
.p-nav-btm__inner {
  padding: 16px 0;
  text-align: center;
  display: block;
}
.p-nav-btm__inner:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.p-nav-btm__ttl {
  margin-bottom: 0.5em;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-nav-btm__ttl {
    font-size: 4vw;
  }
}
.p-nav-btm__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-nav-btm__txt {
    font-size: 3.4666666667vw;
  }
}