@import url("mobile.css") screen and (max-width: 599px);
@import url("tablet.css") screen and (min-width: 600px) and (max-width: 959px);
@import url("desktop.css") screen and (min-width: 960px);
#global-container {
  max-width: 100%;
  background-image: url(../images/bg-2.jpg);
}

body {
  font-family: 'Sawarabi Mincho', sans-serif;
}

.mobile-top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.mobile-top-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin-right: 15px;
}

.mobile-menu__btn {
  background-color: transparent;
  cursor: pointer;
}

.mobile-menu__btn span {
  width: 25px;
  height: 2px;
  background-color: white;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.mobile-menu__btn span:last-child {
  margin-bottom: 0;
}

.mobile-menu__nav {
  background-color: black;
  width: 100%;
  height: auto;
  position: fixed;
  right: -100%;
  top: 80px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 10;
}

.mobile-menu__nav ul li {
  border-bottom: 2px solid white;
  list-style: none;
}

.mobile-menu__nav ul li a {
  padding: 10px 5px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: white;
}

.show .mobile-menu__nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.show .mobile-menu__btn span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(135deg);
          transform: translateY(7px) rotate(135deg);
}

.show .mobile-menu__btn span:nth-child(2) {
  -webkit-transform: translateX(-10px) scaleX(0);
          transform: translateX(-10px) scaleX(0);
}

.show .mobile-menu__btn span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-135deg);
          transform: translateY(-7px) rotate(-135deg);
}

.main-image {
  width: 100%;
  height: 100vh;
  background: url(../images/bg-1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 5px;
  text-decoration: none;
}

.main-title img {
  max-width: 100%;
}

.main-title h1 {
  color: white;
}

.main-introduction {
  position: fixed;
  bottom: 150px;
  margin-left: 15px;
}

.main-introduction a {
  color: white;
  font-size: 25px;
  text-decoration: none;
}

.top-main-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100px;
}

.top-main-nav li {
  width: 100%;
  text-align: center;
  list-style: none;
}

.top-main-nav li a {
  color: white;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.top-main-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.308);
}

.top-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  width: 100%;
  height: 60px;
  background-color: black;
}

.footer-inner .footer-text {
  color: white;
  margin-left: 20px;
  border: 1px solid white;
  padding: 10px 15px;
  cursor: pointer;
}

.footer-inner .footer-text i {
  margin-left: 20px;
}

.snsbtniti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.snsbtniti li {
  list-style: none;
  margin-left: 10px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black;
  height: 80px;
  padding-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  letter-spacing: 1.5px;
}

header .header-title img {
  max-width: 100%;
}

header .header-title h1 {
  color: white;
}

.main-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
}

.main-nav li {
  width: 100%;
  text-align: center;
  list-style: none;
}

.main-nav li a {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  padding: 10px 0;
  display: block;
}

.main-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.308);
}

.main-content {
  margin: 0 auto;
}

.page-nav {
  margin-top: 20px;
}

.page-nav a {
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
}

.page-nav a:first-child {
  margin-left: 0;
}

.page-nav .current {
  margin-left: 10px;
  font-weight: normal;
}

.content-title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 30px;
}

.content-title h1 {
  font-weight: 400;
}

.swiper-container {
  height: 500px;
  overflow: hidden;
  margin-bottom: 50px;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 20px));
          transform: translate(-50%, calc(-50% + 20px));
  -webkit-transition: opacity 0.8s ease 1.8s, -webkit-transform 0.8s ease 1.8s;
  transition: opacity 0.8s ease 1.8s, -webkit-transform 0.8s ease 1.8s;
  transition: opacity 0.8s ease 1.8s, transform 0.8s ease 1.8s;
  transition: opacity 0.8s ease 1.8s, transform 0.8s ease 1.8s, -webkit-transform 0.8s ease 1.8s;
  color: white;
}

.slide-text h1 {
  font-size: 24px;
}

.slide-text p {
  margin-top: 10px;
}

.swiper-slide {
  height: 500px;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 125, 0.1);
}

.swiper-slide-active img {
  -webkit-transform: none;
          transform: none;
}

.swiper-slide-active .slide-text {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-container .menu-container-box {
  margin-bottom: 10px;
}

.menu-container .menu-container-box .cover-slide {
  height: 250px;
  overflow: hidden;
}

.menu-container .menu-container-box .cover-slide img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.menu-container .menu-container-box .menu-text h2 {
  margin: 15px 0;
  font-size: 20px;
}

.menu-container .menu-container-box .menu-text p {
  font-size: 15px;
}

.cover-slide {
  position: relative;
}

.cover-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaebe6;
  z-index: 2;
  opacity: 0;
}

.cover-slide.inview::after {
  -webkit-animation-name: kf-cover-slide;
          animation-name: kf-cover-slide;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
  z-index: 2;
}

@-webkit-keyframes kf-cover-slide {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

@keyframes kf-cover-slide {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

.img-zoom {
  opacity: 0;
}

.inview .img-zoom {
  opacity: 1;
  -webkit-animation-name: kf-img-show;
          animation-name: kf-img-show;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.contact .form {
  margin-top: 15px;
  padding: 15px;
}

.contact .form label {
  display: block;
  margin-top: 10px;
}

.contact .form .button {
  display: block;
  margin: 20px auto;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid black;
}

.contact .form .button:hover {
  color: white;
  background-color: black;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  outline: none;
}

textarea {
  height: 60px;
}

.news-link {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid rgba(124, 105, 105, 0.548);
}

.news-link .news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-link .news-body .release {
  margin-right: 20px;
}

.news-link .news-body .news-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.news-link .news-body .news-title:hover {
  border-bottom: 1px solid black;
}

.single-news-container {
  height: 400px;
}

.single-news-container .news-body .release {
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
}

.single-news-container .news-body .news-title {
  font-size: 25px;
  margin-bottom: 40px;
}

.single-news-container .news-text {
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}

.more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}

.prev a {
  padding-left: 45px;
  background: url(../images/left.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  color: black;
}

.next a {
  padding-right: 45px;
  background: url(../images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  text-decoration: none;
  color: black;
}

.access-container .access-image {
  width: 100%;
  height: 300px;
  background-color: teal;
}

.access-container .access-image iframe {
  height: 100%;
  width: 100%;
}

.access-container .access-text {
  margin-top: 15px;
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */