@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;700&family=Noto+Sans+JP:wght@100;300&display=swap");
h1, h2, h3, h4, h5, h6, a, p, span {
  font-family: "Montserrat", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

.section {
  text-align: center;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
#section1,
#section2,
#section3 {
  background-size: cover;
}

/* Defining each section background and styles
* --------------------------------------- */
#section1 {
  background-image: url(../imgs/top_img01.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 680px) {
  #section1 {
    background-image: url(../imgs/top_imgSP01.jpg);
  }
}

#section2 {
  background-image: url(../imgs/top_img02.jpg);
  padding: 6% 0 0 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 680px) {
  #section2 {
    background-image: url(../imgs/top_imgSP02.jpg);
  }
}

#section3 {
  background-image: url(../imgs/top_img03.jpg);
  padding: 6% 0 0 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 680px) {
  #section3 {
    background-image: url(../imgs/top_imgSP03.jpg);
  }
}

#section4 {
  background-image: url(../imgs/top_img04.jpg);
  padding: 6% 0 0 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 680px) {
  #section4 {
    background-image: url(../imgs/top_imgSP04.jpg);
  }
}

#section5 {
  background-image: url(../imgs/top_img05.jpg);
  padding: 6% 0 0 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 680px) {
  #section5 {
    background-image: url(../imgs/top_imgSP05.jpg);
  }
}

#section6 {
  background-image: url(../imgs/top_img06.jpg);
  padding: 6% 0 0 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 680px) {
  #section6 {
    background-image: url(../imgs/top_imgSP06.jpg);
  }
}

#section3 h1 {
  color: #000;
}

#section1 h1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
  color: #fff;
}

#section2 .intro {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
}

#section2 h1,
#section2 p {
  text-shadow: 1px 5px 20px #000;
}

#section3 h1,
#section3 p {
  text-shadow: 1px 5px 20px #000;
  color: #fff;
}

#infoMenu li a {
  color: #fff;
}

/* 追記CSS */
header {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
header #nav1 {
  position: fixed;
  z-index: 9999;
}
header #nav1 .container {
  display: flex;
  justify-content: flex-start;
}
header #nav1 ul li {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3% 0 3% 5%;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.flexBox {
  display: flex;
}
@media (max-width: 991px) {
  .flexBox.nav-item {
    padding-left: 0 !important;
  }
}

.navbar-nav {
  max-width: 450px;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand img {
  width: 70%;
}
@media (max-width: 680px) {
  .navbar-brand {
    width: 70%;
  }
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    justify-content: space-around;
  }
}
/* 右下別メニュー */
#menu2 {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: flex;
}
#menu2 .contents {
  overflow: hidden;
  /* width: 950px; */
  /* height: 250px; */
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
#menu2 .nav2 {
  /* width: 350px; */
  margin: 0;
  padding: 0;
}
#menu2 .nav2 li {
  position: relative;
  /* width: 150px; */
  height: 40px;
}
#menu2 .nav2 > li {
  border-bottom: none;
}
#menu2 .nav2 li:last-child {
  border-bottom: none;
}
#menu2 .nav2 li:hover > ul > li {
  border-bottom: none;
}
#menu2 .nav2 li > ul > li:last-child {
  border-bottom: none;
}
#menu2 .nav2 li a {
  display: block;
  width: 150px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 2.8;
  padding: 0 5px;
  padding-left: 25px;
  background: #9fb7d4;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
}
#menu2 .nav2 > li:hover > a { /*layer-1*/
  color: orange;
  background: #afc6e2;
  transition: 0.5s;
}
#menu2 .nav2 > li li:hover > a { /*layer-2*/
  color: olive;
  background: #afc6e2;
}
#menu2 .nav2 li:hover > ul > li {
  overflow: visible;
  top: -40px;
  left: -150px;
  height: 40px;
}
#menu2 .nav2 li ul li {
  overflow: hidden;
  height: 0;
  left: -150px;
  list-style: none;
  transition: 0.2s;
}
#menu2 .nav2 li ul li a {
  background: #9fb7d4;
  transition: 0.5s;
}
#menu2 .nav2 li ul:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 5px;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
}
#menu2 .nav2 li:hover ul li ul li:hover > a { /*layer-3*/
  color: pink;
  background: #afc6e2;
}
#menu2 .content {
  width: 600px;
  height: 250px;
  background: #eee;
  margin: 0;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .navbar-brand {
    width: 30%;
  }
}

#navbarNav ul li.flexBox {
  padding-right: 5%;
}

button {
  white-space: nowrap;
}

/* 追記　本番アップ用(stylus) */
.navbar-brand h2 img {
  filter: drop-shadow(5px 5px 10px #aaa);
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 999;
}

header #nav1 {
  z-index: 0;
}

#section1 {
  z-index: -1 !important;
}

#section2 {
  z-index: -2 !important;
}

#section3 {
  z-index: -3 !important;
}

#section4 {
  z-index: -4 !important;
}

#section5 {
  z-index: -5 !important;
}

#section6 {
  z-index: -6 !important;
}

@media only screen and (min-width: 768px) {
  #header .header_bottom_area {
    margin-top: 30px;
  }
}
#menu2 .nav2 li a {
  text-align: right;
  width: auto;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  border: none;
}

#pagepiling {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100vh;
}

#contents {
  padding-top: 0 !important;
}

.section {
  width: 100%;
  max-width: 1560px;
  height: 100vh;
}

.drawer-open .nav-trigger span::before, .drawer-open .nav-trigger span::after {
  background: #fff;
}

#drawer {
  position: absolute;
  z-index: 9999;
}/*# sourceMappingURL=style.css.map */