@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*lifeinfo用*/
/* media query */
.p-nav {
  background-color: #262626;
  padding: 0.5rem;
}
.p-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-nav__list {
    width: 100%;
    gap: 0.3rem;
  }
}
.p-nav__list__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #A67C52;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-nav__list__item a {
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
    line-height: 1.4;
    padding: 0.3rem 0;
  }
}
.p-nav__list__item a:hover {
  opacity: 0.6;
}

.js-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #262626;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-11rem);
  opacity: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .js-nav-fixed {
    height: 5rem;
    padding: 0.5rem;
  }
}

.js-nav-fixed.is-fixed {
  transform: translateY(0);
  opacity: 1;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

.p-bg {
  background-image: url("../../../images/top/bg.png");
  background-size: 20% auto;
  background-repeat: repeat-y;
}

.p-mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-mv__ttl {
  position: absolute;
  font-size: 70px;
  font-size: 7rem;
  font-size: clamp(1.6rem, 3.7vw, 7rem);
  letter-spacing: 0.18em;
  top: 6%;
  left: calc(100vw - 1366px - (100% - 1366px) / 2);
  display: block;
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-shadow: 0 0 5px #262626, 0 0 10px #262626, 0 0 20px #262626;
}
@media only screen and (max-width: 1080px) {
  .p-mv__ttl {
    font-size: clamp(1.6rem, 4.5vw, 7rem);
    top: 6%;
    left: calc(100vw - 90% - 5%);
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    top: 10rem;
  }
}
.p-mv__ttl small {
  font-size: 0.8em;
}
.p-mv__img {
  position: relative;
  width: 100%;
  bottom: 0;
}
.p-mv__img img {
  width: 100%;
}
.p-mv__master {
  position: absolute;
  bottom: 0;
  left: 2vw;
  font-size: 5.2vw;
  letter-spacing: 0.04em;
  color: #9E8C7D;
}
.p-mv__master .ltt {
  display: inline-block;
}
.p-mv__master .ltt:nth-child(1) {
  transition-delay: 0.2s;
}
.p-mv__master .ltt:nth-child(2) {
  transition-delay: 0.4s;
}
.p-mv__master .ltt:nth-child(3) {
  transition-delay: 0.6s;
}
.p-mv__master .ltt:nth-child(4) {
  transition-delay: 0.8s;
}
.p-mv__master .ltt:nth-child(5) {
  transition-delay: 1s;
}
.p-mv__master .ltt:nth-child(6) {
  transition-delay: 1.2s;
}
.p-mv__master .ltt:nth-child(7) {
  transition-delay: 1.4s;
}
.p-mv__master .ltt:nth-child(8) {
  transition-delay: 1.6s;
}
.p-mv__master .ltt:nth-child(9) {
  transition-delay: 1.8s;
}
.p-mv__master .ltt:nth-child(10) {
  transition-delay: 2s;
}
.p-mv__master .ltt:nth-child(11) {
  transition-delay: 2.2s;
}
.p-mv__master .ltt:nth-child(12) {
  transition-delay: 2.4s;
}
.p-mv__master .ltt:nth-child(13) {
  transition-delay: 2.6s;
}
.p-mv__master .ltt:nth-child(14) {
  transition-delay: 2.8s;
}
.p-mv__master .ltt:nth-child(15) {
  transition-delay: 3s;
}
.p-mv__master .ltt:nth-child(16) {
  transition-delay: 3.2s;
}
.p-mv__master .ltt:nth-child(17) {
  transition-delay: 3.4s;
}
.p-mv__master .ltt:nth-child(18) {
  transition-delay: 3.6s;
}
.p-mv__master .ltt:nth-child(19) {
  transition-delay: 3.8s;
}
.p-mv__master .ltt:nth-child(20) {
  transition-delay: 4s;
}
.p-mv__master .ltt:nth-child(21) {
  transition-delay: 4.2s;
}
.p-mv__master .ltt:nth-child(22) {
  transition-delay: 4.4s;
}
.p-mv__master .ltt:nth-child(23) {
  transition-delay: 4.6s;
}
.p-mv__master .ltt:nth-child(24) {
  transition-delay: 4.8s;
}
.p-mv__txt {
  position: absolute;
  bottom: 13vw;
  right: 15vw;
  width: 100%;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: min(2vw, 3.6rem);
  text-align: right;
  text-shadow: 0 0 5px #262626, 0 0 10px #262626, 0 0 20px #262626;
}
@media only screen and (max-width: 768px) {
  .p-mv__txt {
    font-size: 14px;
    font-size: 1.4rem;
    top: 54vw;
    bottom: unset;
    text-align: center;
    right: unset;
  }
}
.p-mv__botcap {
  background-color: #262626;
  text-align: right;
}

@media (max-width: 1518px) {
  .p-mv__ttl {
    left: calc(100vw - 90% - 5%);
  }
}
.p-cont {
  color: #262626;
  margin: 0 auto;
  padding: 0 0 8rem;
}
@media only screen and (max-width: 768px) {
  .p-cont {
    margin: 0 auto;
    padding-bottom: 4rem;
  }
}
.p-cont__wrap {
  background-color: #262626;
  padding: 4rem 0;
  color: #fff;
}
.p-cont__wrap2 {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin: 10rem auto;
}
@media only screen and (max-width: 768px) {
  .p-cont__wrap2 {
    margin: 5rem auto;
  }
}
.p-cont__ttl {
  font-size: 90px;
  font-size: 9rem;
  font-size: min(5vw, 9rem);
  line-height: 1.3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 5rem;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl {
    font-size: 60px;
    font-size: 6rem;
    margin: 0 auto 2rem auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl {
    font-size: 50px;
    font-size: 5rem;
  }
}
.p-cont__ttl span {
  font-size: 0.312em;
  display: block;
  position: absolute;
  font-size: 0.28em;
}
.p-cont__ttl::before, .p-cont__ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 5vw;
  height: 5vw;
  border: 0.7vw solid rgba(203, 203, 203, 0.5);
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl::before, .p-cont__ttl::after {
    width: 5rem;
    height: 5rem;
    border: 7px solid rgba(203, 203, 203, 0.5);
  }
}
.p-cont__ttl::before {
  left: -2.4vw;
  top: -0.7vw;
  border-bottom: none;
  border-right: none;
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl::before {
    left: -2.5rem;
    top: -0.7rem;
  }
}
.p-cont__ttl::after {
  right: -2.4vw;
  bottom: -3vw;
  border-top: none;
  border-left: none;
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl::after {
    right: -2rem;
    bottom: -3.5rem;
  }
}
.p-cont__txt {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: min(1.4vw, 2.5rem);
  line-height: 2;
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-cont__art {
  margin: 6rem auto 12rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__art {
    margin: 3rem auto 6rem;
  }
}
.p-cont__art__wrap {
  background-color: #fff;
  margin: 6rem 0;
}

#lifeinfo {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #lifeinfo {
    width: 100%;
    margin-bottom: 0;
  }
}

.p-inf {
  margin: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .p-inf {
    margin: 6rem auto;
  }
}
.p-inf__wrap {
  margin: 6rem auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-inf__wrap {
    margin: 3rem auto;
  }
}
.p-inf__wrap--nob {
  background-color: transparent;
}
.p-inf__wrap__grid {
  display: grid;
  grid-template-columns: 2fr 0.76fr 2fr;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-inf__wrap__grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .p-inf__wrap__grid .p-2 picture {
    width: 30%;
    margin: 0 auto;
  }
}
.p-inf__wrap--cap {
  bottom: -0.5rem;
  text-shadow: unset;
}
.p-inf__twin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .p-inf__twin {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-inf__twin__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .p-inf__twin__item {
    background-color: #fff;
  }
}
.p-inf__twin__item--stack {
  justify-content: space-between;
}
.p-inf__twin__item--3 {
  justify-content: space-between;
  padding: 2rem 2rem 5rem;
}
.p-inf__twin__item--3 picture {
  position: relative;
  width: 100%;
  margin: 0 6rem 0 6rem;
}
.p-inf__twin__item--3 picture span {
  bottom: 0;
  text-shadow: unset;
}
.p-inf__twin__item--map {
  padding: 2rem 2rem;
}
.p-inf__twin__item__img {
  position: relative;
}
.p-inf__twin__item__img--bot {
  margin: 0 2rem 0 6rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-inf__twin__item__img--bot {
    margin: 0;
  }
}
.p-inf__twin__item__txt {
  font-size: 20px;
  font-size: 2rem;
  font-size: min(1.1vw, 2rem);
  line-height: 2.5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6rem;
  padding-right: 2rem;
}
.p-inf__twin__item__txt--3 {
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: min(0.9vw, 1.6rem);
}
@media only screen and (max-width: 768px) {
  .p-inf__twin__item__txt {
    padding: 2rem 1rem;
    padding-top: 3rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-inf__ttl {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl {
    margin-bottom: 2rem;
  }
}
.p-inf__ttl__en {
  font-size: 80px;
  font-size: 8rem;
  font-size: min(4.1vw, 8rem);
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl__en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-inf__ttl__p {
  font-size: 38px;
  font-size: 3.8rem;
  font-size: min(1.9vw, 3.8rem);
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl__p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-inf__data picture {
    width: 200%;
  }
}

.p-contv img {
  width: 100%;
  height: auto;
  padding: 0 6rem;
}
.p-contv__bot {
  padding: 2rem;
}

.p-map-wrap {
  padding: 2rem;
}
.p-map__img picture {
  position: relative;
  line-height: 1.5;
}

.p-pan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-pan {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-pan__item__wrap {
  background-color: #E7E7E7;
  padding: 1rem;
  margin-top: 10rem;
  position: relative;
}
.p-pan__item__box {
  background-color: #E7E7E7;
  border: 2px solid;
}
.p-pan__item__box__sph {
  position: absolute;
  top: -11.6rem;
  left: calc(50% - 14rem);
  height: 13rem;
}
@media only screen and (max-width: 768px) {
  .p-pan__item__box__sph {
    top: -7.7rem;
    left: calc(50% - 9.4rem);
    height: 9rem;
  }
}
.p-pan__item__box__sph picture {
  height: inherit;
}
.p-pan__item__box__sph picture img {
  height: inherit;
}
.p-pan__item__box__txt {
  position: absolute;
  top: -5rem;
  width: 97%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-pan__item__box__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    width: 93%;
    top: -3rem;
  }
}
.p-pan__cont {
  text-align: center;
  margin-top: 2rem;
}
.p-pan__cont__ttl {
  font-size: 40px;
  font-size: 4rem;
  font-size: min(2vw, 4rem);
}
@media only screen and (max-width: 768px) {
  .p-pan__cont__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-pan__cont__data {
  display: block;
  padding: 1rem;
}
.p-pan__cont__data p {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: min(0.9vw, 1.6rem);
  padding: 0 0 2rem;
}
@media only screen and (max-width: 768px) {
  .p-pan__cont__data p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-pan__cont__data picture {
  position: relative;
  color: #fff;
}
.p-pan__cont__data picture .c-cap {
  left: unset;
  right: 2rem;
}
.p-pan__cont__data img {
  width: 100%;
}

.p-loc__item {
  background-color: rgba(231, 231, 231, 0.8);
  padding: 3rem;
  margin: 6rem auto;
}
@media only screen and (max-width: 768px) {
  .p-loc__item {
    margin: 3rem auto;
    padding: 1.5rem;
  }
}
.p-loc__item__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: min(1.4vw, 2.5rem);
  text-align: center;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .p-loc__item__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-loc__item__ttl sup {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-loc__item__img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-loc__item__img-wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-loc__item__img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-loc__item span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

footer .tel {
  display: none !important;
}

.p-fitcont {
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=location.css.map */