@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:900");
body {
  background-color: #fff;
  position: relative;
  height: 100vh;
  width: 100vw;
  margin: 0;
}

h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12vh;
  letter-spacing: 1vw;
  position: absolute;
  top: 30vh;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: url("../img/wave.jpg");
  background-size: auto 200%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 8s linear infinite;
          animation: shine 8s linear infinite;
}
h2:nth-child(2) {
  top: 40vh;
}

h1 {
  color: #575757;
}

h6 {
  font-family: 'Arizonia';font-size: 5vh;
  font-weight: normal;
  color: #575757;
  text-align: center;
  border: none;
  border-bottom: 1px solid #575757;
  padding-bottom: 50px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  margin-bottom: 10%;
}

@-webkit-keyframes shine {
  from {
    background-position: center 0;
  }
  to {
    background-position: center 200%;
  }
}
@keyframes shine {
  from {
    background-position: center 0;
  }
  to {
    background-position: center 200%;
  }
}/*# sourceMappingURL=style.css.map */

html {
  font-size: 100%;
}

a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

/* 大きな背景画像 */
.big-bg {
  background-size: cover;
  background-position: center top;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

.item2 {
  position: relative;  /* 帯の表示位置の基準とする */
  text-align: center
}

.item2 img {
  width: 60%;
  margin-right: 20%;
}
.item2 p {
  font-family: 'Montserrat', sans-serif;
  color: #575757;
  text-align: left;
  margin-left: 10%;
  padding-bottom: 10%;
}

.item3 {
  position: relative;  /* 帯の表示位置の基準とする */
  text-align: center
}

.item3 img {
  width: 60%;
  margin-left: 20%;
}
.item3 p {
  font-family: 'Montserrat', sans-serif;
  color: #575757;
  text-align: right;
  margin-right: 10%;
  padding-bottom: 10%;
}

/* HEADER
------------------------------- */
.page-header {
  display: flex;
  justify-content: space-between;
}

.page-header h1 {
  font-family: 'Philosopher', serif;
  margin-top: 50px;
}


#wrap {
  position: relative;
}

/* nav-toggle */
#nav-toggle {
  top: 14px;
  left: 14px;
  width: 30px;
  height: 27px;
  cursor: pointer;
  z-index: 1000;
  position: relative;
  margin-top: 40px;
  margin-right: 40px;
}
#nav-toggle span {
  background: #0b8793;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* nav-toggle animation */
.nav-open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.nav-open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.nav-open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* side-nav */
#side-nav {
  color: #fff;
  font-size: 17px;
  background: #0b8793;
  position: fixed;
  z-index: 1000;
  width: 400px;
  height: 100%;
  right: -400px;
  top: 0;
  padding: 20px;
}
#side-nav ul {
  list-style: none;
}
#side-nav ul li {
  padding: 10px;
}
#side-nav a {
  color: #fff;
  text-decoration: none;
}
#side-nav-btn {
  position: absolute;
  left: 400px;
}
/* サイドバー */
aside {
  width: 22%;
}
.sub-menu {
  margin-bottom: 60px;
  list-style: none;
}
.sub-menu li {
  border-bottom: 1px #ddd solid;
}
.sub-menu a {
  color: #432;
  padding: 10px;
  display: block;
}
.sub-menu a:hover {
  color: #0bd;
}
aside p {
  padding: 12px 10px;
}


/* MENU
------------------------------- */
#menu {
  background-image: url(../images/menu-bg.jpg);
  min-height: 70vh;
}
.menu-content {
  max-width: 670px;
  margin-top: 10%;
}
.menu-content .page-title {
  text-align: center;
}
.menu-content h3 {
  font-size: 2rem;
  text-align: center;
}
.menu-content p {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 5%;
}


#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.element {
/* 最初は非表示 */
opacity: 0;
visibility: hidden;
transform: translateY(30px);
transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
opacity: 1;
visibility: visible;
transform: translateX(0);
}

/* フッター
------------------------------- */
footer {
  background: #432;
  text-align: center;
  padding: 26px 0;
  margin-top: 50px;
}
footer p {
  color: #fff;
  font-size: 0.875rem;
}

/* モバイル版
------------------------------- */
@media (max-width: 600px) {

.big-bg {
    background-size: 160%;
    background-position: center;
    margin-bottom: -200px;
}

.page-header h2{
  margin-top: -10px;
  margin-left: -40px;
}

.page-header h1 {
  font-size: 120%;
  margin-top: 55px;
}

h2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 6vh;
    letter-spacing: 1vw;
    position: absolute;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background: url("../img/wave.jpg");
    background-size: auto 200%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 8s linear infinite;
            animation: shine 8s linear infinite;
}
h2:nth-child(2) {
    top: 27vh;
}

h6 {
    font-size: 2.5vh;
    padding-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 10%;
}
.item2 p {
  font-size: 80%;
}
.item3 p {
  font-size: 80%;
}
  
}