@media only screen and (min-width: 769px) {
  .-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .-sp {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .-inline_sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .-inline_sp {
    display: inline;
  }
}

@media only screen and (min-width: 769px) {
  .-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .-inline_pc {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .-inline_pc {
    display: none;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #F0F0F0;
  color: #343131;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.4vw;
  }
}

img {
  max-width: 100%;
  width: 100%;
}

.-wrapper, .-sec-wrapper {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .-wrapper, .-sec-wrapper {
    max-width: 1000px;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .-wrapper, .-sec-wrapper {
    width: 88%;
  }
}

@media only screen and (min-width: 769px) {
  .-sec-wrapper {
    padding: 60px 0 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .-sec-wrapper {
    padding: 10% 0;
  }
}
.-sec-header {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .-sec-header {
    margin: 0 0 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .-sec-header {
    margin: 0 0 7vw 0;
  }
}
.-sec-header-ttl-en {
  font-family: "Cardo", serif;
  line-height: 1em;
}
@media only screen and (min-width: 769px) {
  .-sec-header-ttl-en {
    font-size: 40px;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .-sec-header-ttl-en {
    font-size: 8vw;
    margin: 0 0 2vw 0;
  }
}
@media only screen and (min-width: 769px) {
  .-sec-header-ttl-ja {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .-sec-header-copy {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .-sec-header-copy {
    font-size: 3.4vw;
    margin: 4vw 0 0 0;
  }
}

.-info-label {
  color: #999;
  font-family: "Cardo", serif;
  line-height: 1em;
}
@media only screen and (min-width: 769px) {
  .-info-label {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .-info-label {
    font-size: 3.4vw;
    margin: 0 0 1vw 0;
  }
}

@media only screen and (min-width: 769px) {
  .-info-ttl {
    font-size: 28px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .-info-ttl {
    font-size: 5vw;
    margin: 0 0 4vw 0;
  }
}

.-info-ttl_en {
  color: #555;
  font-family: "Cardo", serif;
  letter-spacing: 2px;
}
@media only screen and (min-width: 769px) {
  .-info-ttl_en {
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .-info-ttl_en {
    font-size: 3.4vw;
    margin: 0 0 1vw 0;
  }
}

@media only screen and (min-width: 769px) {
  .-info-copy {
    font-size: 14px;
  }
}
.-info-btn {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .-info-btn {
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .-info-btn {
    margin: 7vw 0 0 0;
  }
}

.-btn01 {
  border: 1px solid #343131;
  display: block;
  font-family: "Cardo", serif;
  line-height: 1;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .-btn01 {
    width: 140px;
  }
}
.-btn01-txt {
  display: block;
}
@media only screen and (min-width: 769px) {
  .-btn01-txt {
    font-size: 13px;
    padding: 7px 0;
  }
}
@media only screen and (max-width: 768px) {
  .-btn01-txt {
    padding: 2vw;
  }
}
.-btn01:before, .-btn01::after {
  background-color: #343131;
  content: "";
  display: block;
  position: absolute;
}
.-btn01::before {
  bottom: -4px;
  height: calc(100% - 3px);
  right: -4px;
  width: 1px;
}
.-btn01::after {
  bottom: -4px;
  height: 1px;
  right: -4px;
  width: calc(100% - 3px);
}
.-btn01_white {
  border-color: #fff;
}
.-btn01_white:before, .-btn01_white::after {
  background-color: #fff;
}

.l-header {
  -webkit-transition: 0.3s;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 10;
}
.l-header-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .l-header-wrapper {
    max-width: none;
    padding: 30px 0;
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-wrapper {
    padding: 3% 0;
  }
}
.l-header-logo {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .l-header-logo {
    width: 153px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-logo {
    width: 35%;
  }
}
.l-header-logo-black {
  position: relative;
  z-index: 1;
}
.l-header-logo-white {
  -webkit-transition: 0.3s;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .l-header-logo-white {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) {
  .l-header-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Cardo", serif;
    justify-content: space-between;
    line-height: 1em;
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav-item {
  -webkit-transition: 0.3s;
  color: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 769px) {
  .l-header-nav-item {
    margin: 0 50px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-contact {
    display: none;
  }
}
.l-header-contact-txt {
  -webkit-transition: 0.3s;
  color: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 769px) {
  .l-header-contact-txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .l-header-drawer_btn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-drawer_btn {
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
  }
}
.l-header-drawer_btn-item {
  -webkit-transition: 0.3s;
  background-color: #fff;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
.l-header-drawer_btn-item:nth-child(2) {
  margin: -1px 0 0 0;
  top: 50%;
}
.l-header-drawer_btn-item:nth-child(3) {
  bottom: 0;
}

.-black {
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 768px) {
  .-black .l-header-logo-white {
    opacity: 0;
  }
}
@media only screen and (min-width: 769px) {
  .-black .l-header-nav-item {
    color: #343131;
  }
}
.-black .l-header-contact {
  border-color: #343131;
}
.-black .l-header-contact:before, .-black .l-header-contact::after {
  background-color: #343131;
}
.-black .l-header-contact-txt {
  color: #343131;
}
.-black .l-header-drawer_btn-item {
  background-color: #343131;
}

.l-map {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .l-map {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .l-map {
    height: 350px;
  }
}
.l-map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .l-container.-subpage {
    padding: 150px 0 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-container.-subpage {
    padding: 25% 0 10% 0;
  }
}

.l-page_header {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-page_header {
    margin: 0 0 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-page_header {
    margin: 0 0 8% 0;
  }
}

.l-footer {
  background-color: #343131;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-wrapper {
    padding: 10vw 0;
  }
}
.l-footer-logo {
  line-height: 0;
}
@media only screen and (min-width: 769px) {
  .l-footer-logo {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-logo {
    margin: 0 auto 10vw;
    width: 20%;
  }
}
.l-footer-nav {
  font-family: "Cardo", serif;
}
@media only screen and (min-width: 769px) {
  .l-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .l-footer-nav-wrap {
    margin: 0 100px 0 0;
  }
}
.l-footer-nav-wrap:last-child {
  margin: 0;
}
.l-footer-nav-item {
  color: #fff;
  display: block;
}
.l-footer-nav-sub {
  border-left: #aaa 1px solid;
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 769px) {
  .l-footer-nav-sub {
    margin: 5px 0 0 0;
  }
}
.l-footer-nav-sub-item {
  color: #aaa;
  display: block;
}
@media only screen and (min-width: 769px) {
  .l-footer-nav-sub-item {
    font-size: 14px;
  }
}
.l-copyright {
  display: block;
  font-family: "Cardo", serif;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-copyright {
    background-color: #343131;
    color: #fff;
  }
}

.l-drawer {
  -webkit-transition: 0.3s;
  background-color: #343131;
  bottom: 0;
  font-size: 14px;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 50;
}
@media only screen and (min-width: 769px) {
  .l-drawer {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-drawer {
    left: -100%;
    width: 100%;
  }
}
.l-drawer-close {
  cursor: pointer;
  position: absolute;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  .l-drawer-close {
    height: 40px;
    right: 10px;
    top: 10px;
    width: 40px;
  }
}
.l-drawer-close-item {
  background-color: #fff;
  border-radius: 20px;
  margin: -1px 0 0 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-drawer-close-item {
    height: 1px;
  }
}
.l-drawer-close-item:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-drawer-close-item:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-drawer-wrapper {
  width: 88%;
}
@media only screen and (max-width: 768px) {
  .l-drawer-wrapper {
    padding: 60px 0 0 0;
  }
}
.l-drawer-nav {
  color: #fff;
  font-family: "Cardo", serif;
  font-size: 6vw;
}
.l-drawer-nav-item {
  -webkit-transition: 0.3s;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.l-drawer-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.l-drawer-nav-sub {
  border-left: 1px solid #aaa;
  padding: 0 0 0 5vw;
}
.l-drawer-nav-sub-item {
  color: #aaa;
  display: block;
}

.-drawer-open .l-drawer {
  left: 0;
}

.p-loading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #343131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.spring-spinner, .spring-spinner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spring-spinner {
  height: 60px;
  width: 60px;
}

.spring-spinner .spring-spinner-part {
  height: 30px;
  overflow: hidden;
  width: 60px;
}

.spring-spinner .spring-spinner-part.bottom {
  -webkit-transform: rotate(180deg) scale(-1, 1);
  transform: rotate(180deg) scale(-1, 1);
}

.spring-spinner .spring-spinner-rotator {
  -webkit-box-sizing: border-box;
  -webkit-animation: spring-spinner-animation 3s ease-in-out infinite;
  -webkit-transform: rotate(-200deg);
  animation: spring-spinner-animation 3s ease-in-out infinite;
  border: 8.5714285714px solid transparent;
  border-radius: 50%;
  border-right-color: #aaa;
  border-top-color: #aaa;
  box-sizing: border-box;
  height: 60px;
  transform: rotate(-200deg);
  width: 60px;
}

@-webkit-keyframes spring-spinner-animation {
  0% {
    border-width: 8.5714285714px;
  }
  25% {
    border-width: 2.5717959709px;
  }
  50% {
    -webkit-transform: rotate(115deg);
    border-width: 8.5714285714px;
    transform: rotate(115deg);
  }
  75% {
    border-width: 2.5717959709px;
  }
  100% {
    border-width: 8.5714285714px;
  }
}

@keyframes spring-spinner-animation {
  0% {
    border-width: 8.5714285714px;
  }
  25% {
    border-width: 2.5717959709px;
  }
  50% {
    -webkit-transform: rotate(115deg);
    border-width: 8.5714285714px;
    transform: rotate(115deg);
  }
  75% {
    border-width: 2.5717959709px;
  }
  100% {
    border-width: 8.5714285714px;
  }
}
.form-input {
  background-color: #fff;
  padding: 5px;
  width: 100%;
}
.form-textarea {
  background-color: #fff;
  height: 10em;
  padding: 5px;
  width: 100%;
}