@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: auto;
}
body {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  background-color: #171515;
  overflow-x: hidden;
  left: 0;
  letter-spacing: 0.1rem;
  padding-bottom: 20px;
}
ul li {
  list-style: none;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
@media(min-width:1000px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#nav-drawer {
  text-align: right;
  position: fixed;
  display: block;
  margin-right: 30px;
  right: 0;
  z-index: 9999;
}
#nav-open {
  display: none;
  vertical-align: middle;
  width: 44px;
  height: 360px;
  padding-top: 36rem;
  padding-bottom: 40px;
  text-align: right;
}
#nav-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
#nav-content {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  text-align: right;
  padding: 20% 14%;
  transform: translateX(-105%);
  transition: 0.3s ease-in-out;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
}
#nav-content ul li {
  /*display: inline-block;*/
  margin: 0 auto;
  vertical-align: top;
  padding-top: 50px;
}
#nav-content ul li a {
  text-decoration: none;
  font-size: 2.0rem;
  color: #333;
  writing-mode: vertical-rl;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 40px;
}
.drawer-menu {
  display: flex;
}
.drawer-menu__logo {
  width: 10%;
  float: right;
  text-align: start;
  top: -30%;
}
#nav-input:checked ~ #nav-close {
  display: block;
}
#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  display: block;
  position: absolute;
  height: 1px;
  width: 44px;
  background-color: #333;
  content: " ";
}
#nav-open span:before {
  bottom: -15px;
}
#nav-open span:after {
  bottom: -30px;
}
.nav-open__text {
  /*padding-top: 40px;*/
  font-size: 12px;
  letter-spacing: 0.3rem;
}
.drawer-menu__container-sp {
  display: none;
}
@media(max-width:1200px) {
  #nav-content {
    padding: 20% 10%;
  }
}
@media(max-width:1080px) {
  #nav-content {
    padding: 13% 10%;
  }
  .drawer-menu__container {
    text-align: center;
  }
  .drawer-menu__logo {
    display: none;
  }
  .drawer-menu__logo-sp {
    display: block;
    width: 80%;
    margin: 60px 12px 40px auto;
  }
  #nav-content ul li {
    padding-right: 30px;
  }
  #nav-content ul li a {
    padding-bottom: 10px;
    writing-mode: horizontal-tb;
  }
  .nav-open__text {
    font-size: 14px;
    letter-spacing: 0.2rem;
  }
}
@media(max-width:1000px) {
  #nav-drawer {
    /*    text-align: right;
    position: fixed;
    display: block;
    margin-right: 30px;
    right: 0;
    z-index: 9999;*/
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: right;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    display: block;
    position: absolute;
    height: 1.2px;
    width: 30px;
    background-color: #fff;
    content: " ";
  }
  #nav-open span:before {
    bottom: -10px;
  }
  #nav-open span:after {
    bottom: -20px;
  }
  .nav-open__text {
    /*padding-top: 30px;*/
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
  .drawer-menu__container-pc {
    display: none;
  }
  .drawer-menu__container-sp {
    display: block;
    transform: translate(12px, 0px);
  }
}
.contact-buttom__white {
  font-family: "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
  padding: 18px 20px;
  border: solid 1px #fff;
  border-radius: 8px;
  font-weight: 200;
  max-width: 340px;
  margin: 40px auto 0;
}
.contact-buttom__white a {
  text-decoration: none;
  color: #fff;
}
.section-about__contact-buttom__red {
  position: sticky;
  font-family: "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
  padding: 18px 20px;
  border: solid 1px #721b01;
  color: #721b01;
  border-radius: 8px;
  font-weight: 200;
  margin: 440px auto 0;
  max-width: 360px;
}
.section-about__contact-buttom__red a {
  text-decoration: none;
  color: #721b01;
}
@media(max-width:300px) {
  .contact-buttom__white {
    width: 82%;
  }
}
@media(max-width:379px) {
  .contact-buttom__white {
    margin: 500px auto 0;
  }
}
@media(min-width:400px) {
  .section-about__contact-buttom__red {
    margin: 410px auto 0;
  }
}
.section-map__contact-buttom__red {
  font-family: "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
  padding: 18px 20px;
  border: solid 1px #721b01;
  color: #721b01;
  border-radius: 8px;
  font-weight: 200;
  max-width: 340px;
  margin: 40px auto 0;
}
.section-map__contact-buttom__red a {
  text-decoration: none;
  color: #721b01;
}
@media(max-width:300px) {
  .section-about__contact-buttom__red {
    margin: 540px auto 0;
  }
}
@media(min-width:1000px) {
  .contact-buttom__white {
    font-size: 2.4rem;
    margin: 80px auto 0;
  }
  .contact-buttom__white a {
    text-decoration: none;
    color: #fff;
  }
  .section-about__contact-buttom__red {
    font-size: 2.4rem;
    width: 360px;
  }
  .section-about__contact-buttom__red a {
    text-decoration: none;
    color: #721b01;
  }
  .section-map__contact-buttom__red {
    font-size: 2.4rem;
    width: 380px;
    margin: 80px auto 0;
  }
}
@media(max-width:300px) {
  .section-map__contact-buttom__red {
    max-width: 240px;
  }
}
.footer img {
  margin: 60px 0 60px 10px;
  width: 210px;
}
.footer ul li {
  font-size: 2.0rem;
  line-height: 4rem;
}
.footer ul {
  margin-bottom: 60px;
}
.footer ul li a {
  text-decoration: none;
  color: #fff;
}
/*footer*/
@media(min-width:1000px) {
  .footer img {
    margin: 100px 0 60px 20px;
  }
  .footer ul li {
    font-size: 2.0rem;
    line-height: 4rem;
  }
  .footer ul {
    margin-bottom: 80px;
  }
}
small {
  font-family: "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  font-size: 1.2rem;
}
@media(min-width:1000px) {
  body {
    padding-bottom: 40px;
  }
}