@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
header {
  width: 100%;
  padding: 80px 0;
  background: #000000;
}
@media all and (max-width: 896px) {
  header {
    padding: 40px 0;
  }
}
header .area_head {
  position: relative;
}
@media all and (max-width: 896px) {
  header .area_head {
    height: 200px;
  }
}
header .area_head .logo {
  width: 300px;
  height: 140px;
}
@media all and (max-width: 896px) {
  header .area_head .logo {
    width: 200px;
  }
}
@media all and (max-width: 480px) {
  header .area_head .logo {
    width: 150px;
  }
}
header .area_head h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media all and (max-width: 896px) {
  header .area_head h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    top: inherit;
    left: 20px;
    bottom: 15px;
    transform: none;
  }
}
header .area_head h1 span {
  font-family: 'Noto Sans Japanese';
  font-size: 2rem;
  line-height: 3rem;
  position: relative;
}
@media all and (max-width: 896px) {
  header .area_head h1 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
header .area_head h1 span:before {
  content: "";
  display: block;
  background: url("../images/arrow.svg") no-repeat center center/100% auto;
  width: 200px;
  height: 60px;
  position: absolute;
  right: -33px;
  top: -20px;
}
header .area_head h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 4rem;
  line-height: 5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  header .area_head h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media all and (max-width: 480px) {
  header .area_head h2 {
    top: 5px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
header .area_head h2 span {
  font-family: 'Noto Sans Japanese';
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media all and (max-width: 896px) {
  header .area_head h2 span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media all and (max-width: 480px) {
  header .area_head h2 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

@media all and (max-width: 480px) {
  .details .area_details {
    width: 100% !important;
  }
}
.details .area_details .box_details {
  padding-top: 80px;
}
@media all and (max-width: 480px) {
  .details .area_details .box_details {
    padding-top: 40px;
  }
}
.details .area_details .box_details h3 {
  width: 100px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #555555;
  border-radius: 50px;
}
.details .area_details .box_details p.image {
  width: calc(100% - 40px);
  height: 768px;
  padding: 20px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .details .area_details .box_details p.image {
    width: calc(100% - 20px);
    height: 500px;
    padding: 10px;
  }
}
@media all and (max-width: 480px) {
  .details .area_details .box_details p.image {
    height: 300px;
  }
}
.details .area_details .box_details p.image img {
  max-width: 1112px;
  max-height: 700px;
}
@media all and (max-width: 896px) {
  .details .area_details .box_details p.image img {
    max-width: 400px;
    max-height: 350px;
  }
}
@media all and (max-width: 480px) {
  .details .area_details .box_details p.image img {
    max-width: 300px;
    max-height: 250px;
  }
}
.details .area_details .box_details p.text {
  width: 170px;
  margin: 0 auto;
  padding: 10px 10px 5px;
  text-align: center;
  border-bottom: 1px solid #707070;
}
.details .area_details .box_details p.btn {
  margin: 80px 0 40px;
  text-align: center;
  line-height: 3rem;
}
@media all and (max-width: 480px) {
  .details .area_details .box_details p.btn {
    margin: 40px 0 0;
  }
}
.details .area_details .box_details dl {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1280px) {
  .details .area_details .box_details dl {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .details .area_details .box_details dl {
    margin-top: 20px;
  }
}
.details .area_details .box_details dl dt {
  width: 330px;
}
@media all and (max-width: 1280px) {
  .details .area_details .box_details dl dt {
    margin: 0 auto;
  }
}
.details .area_details .box_details dl dt p {
  margin: 0 0 20px;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.details .area_details .box_details dl dt p span.en {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.details .area_details .box_details dl dt p span.place {
  width: 250px;
  padding: 10px 0;
  font-size: 2rem;
  text-align: center;
  border: 1px solid #555;
  display: block;
}
@media all and (max-width: 1280px) {
  .details .area_details .box_details dl dt p span.place {
    margin: 0 auto;
  }
}
.details .area_details .box_details dl dd {
  width: calc(100% - 400px);
  margin: 0 0 0 auto;
  position: relative;
  /*
  &::before {
    content: "";
    width: 300px;
    height: 1px;
    margin: auto;
    border-bottom: 1px solid #555555;
    left: 0;
    right: 0;
    bottom: -1px;
    position: absolute;
    display: block;
  }
  */
}
@media all and (max-width: 1280px) {
  .details .area_details .box_details dl dd {
    width: 80%;
    margin: 40px auto 0;
  }
}
@media all and (max-width: 480px) {
  .details .area_details .box_details dl dd {
    width: 330px;
  }
}
.details .area_details .box_details dl dd p span {
  width: 630px;
  padding: 0 40px 40px;
  line-height: 2.5rem;
  border-bottom: 1px solid #555555;
  display: block;
}
@media all and (max-width: 1280px) {
  .details .area_details .box_details dl dd p span {
    width: 100%;
    padding: 0 0 40px;
  }
}
@-moz-document url-prefix() {
  .details .area_details .box_details dl dd::before {
    bottom: 0px;
  }
}
