@keyframes headerFadein {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: .5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}

body .btn {
  padding: 14px;
  background-image: url(./img/texture.png);
  background-color: #f4cc56;
  background-size: contain;
  position: fixed;
  top: 20vh;
  right: 0;
  text-decoration: none;
  z-index: 200;
  flex-direction: column;
}

body .btn span {
  display: block;
  margin: 0 auto 10px auto;
  writing-mode: vertical-rl;
}

body .btn img {
  max-width: 33px;
}

@media screen and (min-width: 751px) {
  body .pc-none {
    display: none;
  }
}

p {
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.flex {
  display: flex;
}

header {
  visibility: hidden;
}

header.visible {
  visibility: visible;
  animation-duration: 3s;
  animation-name: headerFadein;
}

header .header-top {
  height: 90vh;
}

header .header-top .flex {
  max-width: 1260px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

header .header-top .flex .item-left,
header .header-top .flex .item-right {
  width: 100%;
}

header .header-top .flex .item-left {
  max-width: 170px;
  margin: 0;
  padding: 7vh 0 0 0;
  flex-direction: column;
  z-index: 100;
}

header .header-top .flex .item-left h1 img {
  margin: 0 auto;
}

header .header-top .flex .item-left address {
  margin: 50px auto 0 auto;
  font-style: normal;
  transform: rotate(90deg);
}

header .header-top .flex .item-right {
  margin: 0 0 0 -10vw;
  padding: 7vh 0 0 0;
}

header .header-top .flex .item-right img {
  max-width: 875px;
  margin: 0 auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

header .header-bottom {
  height: 10vh;
  justify-content: center;
  align-items: center;
}

header .header-bottom a {
  display: inline-block;
}

header .header-bottom a img {
  max-width: 31px;
}

main .read {
  margin: 0 0 100px 0;
  background-size: cover;
  position: relative;
}

main .read video {
  width: 100%;
  max-height: 677px;
  object-fit: cover;
}

main .read .read-inr {
  width: 960px;
  margin: 0 auto;
  padding: 120px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

main .read .read-inr .flex {
  align-items: flex-end;
}

main .read .read-inr .flex .item-left {
  width: inherit;
  margin: 0 170px 0 0;
}

main .read .read-inr .flex .item-left .text {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}

main .read .read-inr .flex .item-left .text p {
  margin: 0 0 30px 0;
}

main .read .read-inr .flex .item-left .text p:last-of-type {
  margin: 0;
}

main .read .read-inr .flex .item-right {
  width: inherit;
}

main .read .read-inr .flex .item-right h2 img {
  width: 106px;
}

main .info {
  margin: 0 auto 60px auto;
}

main .info .info-inr {
  width: 960px;
  margin: 0 auto;
}

main .info .info-inr .flex .item-left,
main .info .info-inr .flex .item-right {
  width: 100%;
}

main .info .info-inr .flex .item-left {
  flex-direction: column;
  justify-content: flex-start;
}

main .info .info-inr .flex .item-left .news {
  width: 100%;
  margin: 0 0 60px 0;
}

main .info .info-inr .flex .item-left .news h2 {
  margin: 0 0 10px 0;
  justify-content: center;
  align-items: center;
}

main .info .info-inr .flex .item-left .news h2 img.title {
  max-width: 290px;
  margin: 0 auto;
  position: relative;
  left: 36px;
}

main .info .info-inr .flex .item-left .news h2 a {
  padding: 4px 16px;
  background-image: url(./img/texture.png);
  background-color: #f4cc56;
  background-size: contain;
  background-position-x: 52px;
  font-size: 1.2rem;
  text-decoration: none;
  visibility: hidden;
}

main .info .info-inr .flex .item-left .news h2 a img.more {
  max-width: 18px;
  margin: 0 0 0 4px;
}

main .info .info-inr .flex .item-left .news ul {
  margin: 0;
  list-style: none;
}

main .info .info-inr .flex .item-left .news ul li {
  padding: 12px 0 6px 0;
  border-bottom: 1px dashed #999999;
}

main .info .info-inr .flex .item-left .news ul li a {
  text-decoration: none;
}

main .info .info-inr .flex .item-left .news ul li a span {
  margin: 0 10px 0 0;
  color: #1f81bd;
}

main .info .info-inr .flex .item-left .news ul li:nth-of-type(3) a,
main .info .info-inr .flex .item-left .news ul li:nth-of-type(4) a,
main .info .info-inr .flex .item-left .news ul li:nth-of-type(5) a {
  visibility: hidden;
}

main .info .info-inr .flex .item-left .slideshow h2 {
  margin: 0 0 10px 0;
  justify-content: center;
  align-items: center;
}

main .info .info-inr .flex .item-left .slideshow h2 img.title {
  max-width: 290px;
  margin: 0 auto;
  position: relative;
  left: 26px;
}

main .info .info-inr .flex .item-left .slideshow h2 a {
  padding: 4px 16px;
  background-image: url(./img/texture.png);
  background-color: #f4cc56;
  background-size: contain;
  background-position-x: 52px;
  font-size: 1.2rem;
  text-decoration: none;
  visibility: hidden;
}

main .info .info-inr .flex .item-left .slideshow h2 a img.more {
  max-width: 18px;
  margin: 0 0 0 4px;
}

main .info .info-inr .flex .item-left .slideshow p {
  text-align: center;
  margin: 0 0 20px 0;
}

main .info .info-inr .flex .item-right {
  flex-direction: column;
  justify-content: space-between;
}

main .info .info-inr .flex .item-right img {
  width: auto;
  height: 100%;
  position: relative;
  left: 66px;
}

main .ev {
  width: 960px;
  margin: 0 auto 60px auto;
}

main .ev .ev-inr {
  padding: 30px;
  background-image: url(./img/ev_bg.jpg);
}

main .ev .ev-inr h2 {
  margin: 0 0 20px 0;
}

main .ev .ev-inr h2 img {
  max-width: 430px;
  margin: 0 auto;
}

main .ev .ev-inr .flex {
  margin: 0 0 0 -20px;
  align-items: center;
}

main .ev .ev-inr .flex .item-left,
main .ev .ev-inr .flex .item-right {
  width: 100%;
  margin: 0 0 0 20px;
}

main .ev .ev-inr .flex .item-left p {
  margin: 0 0 20px 0;
}

main .ev .ev-inr .flex .item-right img {
  max-width: 659px;
}

main .price {
  width: 960px;
  margin: 0 auto 100px auto;
}

main .price .price-inr {
  width: 630px;
  margin: 0 auto;
}

main .price .price-inr h2 {
  margin: 0 0 30px 0;
}

main .price .price-inr h2 img {
  max-width: 208px;
  margin: 0 auto;
}

main .price .price-inr img {
  max-width: 480px;
  margin: 0 auto 30px auto;
}

main .price .price-inr table,
main .price .price-inr th,
main .price .price-inr td {
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

main .price .price-inr th,
main .price .price-inr td {
  padding: 16px;
}

main .price .price-inr table {
  width: 100%;
  background-color: #ffffff;
}

main .price .price-inr th.type {
  background-color: #f4d687;
}

main .price .price-inr th.time {
  background-color: #dcdcdc;
}

main .price .price-inr div.footnote {
  margin: 0 0 30px 0;
}

main .price .price-inr div.footnote p {
  font-size: 1.2rem;
  text-align: right;
}

main .price .add {
  margin: 0 0 30px 0;
}

main .price .add h3 {
  margin: 0 0 8px 0;
  font-size: 1.4rem;
}

main .price .link-form {
  text-align: center;
}

main .price .link-form a {
  padding: 20px 30px;
  background-color: #f4ca51;
  text-decoration: none;
  display: inline-block;
}

main .price .link-form a img {
  max-width: 79px;
}

main .contact {
  width: 960px;
  padding: 50px 0;
  margin: 0 auto 10px auto;
  background-image: url(./img/contact_bg.jpg);
}

main .contact .contact-inr {
  width: 630px;
  margin: 0 auto;
  text-align: center;
}

main .contact .contact-inr h2 {
  max-width: 307px;
  margin: 0 auto 50px auto;
}

main .contact .contact-inr > p {
  margin: 0 0 50px 0;
}

main .contact .contact-inr .item {
  margin: 0 0 40px 0;
}

main .contact .contact-inr .item h3 {
  margin: 0 0 2px 0;
  color: #4a92bf;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 3px;
  border-bottom: 2px solid #4a92bf;
  display: inline-block;
}

main .contact .contact-inr .item p {
  margin: 0 0 20px 0;
  font-size: 3rem;
  font-weight: 500;
  color: #4a92bf;
}

main .contact .contact-inr .item span {
  font-size: 1.2rem;
}

main .contact .contact-inr .item a {
  text-decoration: none;
  letter-spacing: 4px;
}

main .contact .contact-inr .item a:hover {
  text-decoration: underline;
}

main .access {
  width: 960px;
  margin: 0 auto 100px auto;
  text-align: center;
  position: relative;
}

main .access .seagull {
  position: absolute;
  top: -80px;
  right: 0;
}

main .access .seagull img {
  max-width: 172px;
}

main .access .access-inr {
  width: 630px;
  margin: 0 auto;
}

main .access .access-inr h2 {
  margin: 0 auto 50px auto;
  display: inline-block;
}

main .access .access-inr h2 img {
  width: 196px;
}

main .access .access-inr address {
  margin: 0 0 40px 0;
  font-style: normal;
}

main .access .access-inr address p {
  margin: 0 0 6px 0;
}

@media screen and (max-width: 750px) {
  main .access {
    display: none;
  }
}

footer .footer-nav {
  width: 960px;
  margin: 0 auto 50px auto;
}

footer .footer-nav ul {
  list-style: none;
  justify-content: space-between;
}

footer .footer-nav ul li a {
  text-decoration: none;
}

footer .copy {
  width: 960px;
  margin: 0 auto 30px auto;
  text-align: center;
}

@media screen and (max-width: 750px) {
  body {
    width: 100%;
  }
  body .btn {
    padding: 14px 8px;
  }
}

@media screen and (max-width: 750px) {
  header {
    height: 100vh;
  }
  header .header-top {
    position: relative;
  }
  header .header-top .nav-wrap .fixed {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 #999999;
    position: fixed;
    z-index: 300;
  }
  header .header-top .nav-wrap .fixed a {
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  header .header-top .nav-wrap .fixed a span {
    width: 70%;
    margin: 0 auto;
    display: block;
    position: relative;
    border-top: 4px solid #4a4949;
    transition-duration: 0.4s;
  }
  header .header-top .nav-wrap .fixed a span:nth-of-type(1) {
    top: 8px;
  }
  header .header-top .nav-wrap .fixed a span:nth-of-type(1).click {
    transform: rotate(45deg);
    top: 24px;
  }
  header .header-top .nav-wrap .fixed a span:nth-of-type(2) {
    top: 18px;
  }
  header .header-top .nav-wrap .fixed a span:nth-of-type(2).click {
    display: none;
  }
  header .header-top .nav-wrap .fixed a span:nth-of-type(3) {
    top: 28px;
  }
  header .header-top .nav-wrap .fixed a span:nth-of-type(3).click {
    transform: rotate(-45deg);
    top: 21px;
  }
  header .header-top .nav-wrap nav {
    width: 100%;
    height: 100vh;
    background: #efcf6e;
    position: absolute;
    top: 50px;
    display: none;
    position: fixed;
    z-index: 300;
  }
  header .header-top .nav-wrap nav ul {
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0 !important;
  }
  header .header-top .nav-wrap nav ul li {
    text-align: center;
    list-style: none;
    line-height: 2.6;
  }
  header .header-top .nav-wrap nav ul li a {
    font-size: 2.4rem;
    text-decoration: none;
  }
  header .header-top .flex {
    max-width: inherit !important;
    flex-direction: column;
    align-items: center;
  }
  header .header-top .flex .item-left {
    max-width: inherit;
    padding: 0;
    align-items: center;
  }
  header .header-top .flex .item-left h1 {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-top .flex .item-left h1 img {
    width: 90%;
  }
  header .header-top .flex .item-left address {
    display: none;
  }
  header .header-top .flex .item-right {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  main .read {
    margin: 0 0 40px 0;
    background-image: none;
  }
  main .read > video {
    display: none;
  }
  main .read .read-inr {
    width: 100%;
    padding: 0;
    position: inherit;
  }
  main .read .read-inr > .flex {
    width: 90%;
    margin: 0 auto 20px auto;
    align-items: flex-start;
  }
  main .read .read-inr > .flex .item-left {
    margin: 0 0 0 10px;
    flex: 9;
  }
  main .read .read-inr > .flex .item-left .text {
    padding: 0;
  }
  main .read .read-inr > .flex .item-right {
    margin: 0 0 0 10px;
    flex: 1;
  }
  main .read .read-inr > .flex .item-right h2 {
    margin: 0;
  }
  main .read .read-inr video {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  main .info .info-inr {
    width: 100%;
  }
  main .info .info-inr > .flex {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  main .info .info-inr > .flex .item-left {
    margin: 0 0 40px 0;
  }
  main .info .info-inr > .flex .item-left .news {
    margin: 0 0 40px 0;
  }
  main .info .info-inr > .flex .item-right img {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  main .ev {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  main .ev .ev-inr {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-size: cover;
  }
  main .ev .ev-inr h2 {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  main .ev .ev-inr h2 img {
    max-width: inherit;
  }
  main .ev .ev-inr .flex {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  main .ev .ev-inr .flex .item-left {
    margin: 0;
  }
  main .ev .ev-inr .flex .item-right {
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  main .price {
    width: 100%;
    margin: 0 0 40px 0;
  }
  main .price .price-inr {
    width: 90%;
  }
  main .price .price-inr .footnote {
    margin: 0 0 20px 0;
  }
  main .price .price-inr .add {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 750px) {
  main .contact {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  main .contact .contact-inr {
    width: 90%;
  }
  main .contact .contact-inr .item p {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 750px) {
  footer .copy {
    width: 100%;
  }
}
