.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  letter-spacing: .2em;
}

/*notes*/
header {
  position: relative;
}
.header__top__wrap {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  padding: 2em 4%;
  width: 100%;
  z-index: 1;
}
.header__top__wrap nav {
  display: table;
  margin-left: auto;
}
.header__top__wrap ul {
  display: flex;
}
.header__top__wrap li {
  border-right: 1px solid #fff;
  line-height: 1;
  margin-right: 1em;
  padding-right: 1em;
}
.header__top__wrap li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.header__main__wrap {
  text-align: center;
}
.header__main__wrap video {
  width: 100%;
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
}
.scrolldown span {
  position: absolute;
  left: -26px;
  top: -35px;
}
.scrolldown:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #FFF;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/*notes*/
.s01__wrap {
  font-size: 1.8rem;
  line-height: 2.4;
  padding: 100px 0;
  text-align: center;
}
.s01__wrap .txt {
  font-size: 2.2rem;
}
h1 {
  margin: 2em auto;
  max-width: 224px;
}
.s01__wrap .box__wrap {
  position: relative;
  padding-top: 300px;
}
.s01__wrap .box__wrap:before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 1px;
  height: 242px;
  margin: auto;
  background-color: #fff;
}
.s01__wrap .box__wrap p {
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  margin: auto;
}
.s01__wrap video {
  width: 100%;
}

/*notes*/
.s02__wrap {
  font-size: 1.8rem;
  line-height: 2.4;
  padding: 100px 4%;
  text-align: center;
}
h2 {
  color: #b69b6a;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 3em;
}
.s02__wrap .box1__wrap {
  margin: 40px auto;
  max-width: 800px;
}
.s02__wrap .box2__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 800px;
}
.s02__wrap .box2__wrap p,
.s02__wrap .box2__wrap img {
  width: 50%;
}
.s02__wrap .box3__wrap {
  font-size: 2.2rem;
  line-height: 2;
  margin: 120px auto;
  max-width: 420px;
}
.s02__wrap .box3__wrap img {
  margin: 100px 0 20px
}
.s02__wrap .box4__wrap {
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}
.s02__wrap .box4__wrap img {
  margin-bottom: 20px;
}
.s02__wrap video {
  width: 100%;
}

/*notes*/
.s03__wrap {
  font-size: 1.8rem;
  line-height: 2.4;
  padding: 100px 0;
  text-align: center;
}
.s03__wrap .box2__wrap {
  margin: 100px auto 60px;
  max-width: 480px;
}
.s03__wrap h3 {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  line-height: 2.4;
  margin-bottom: 2em;
  text-align: center;
}
.s03__wrap h3:before,
.s03__wrap h3:after {
  content: '';
  background: #fff;
  flex-grow: 1;
  height: .5px;
}
.s03__wrap h3:before {
  margin-right: 1em;
}
.s03__wrap h3:after {
  margin-left: 1em;
}
.s03__wrap ul {
  margin-bottom: 80px;
}
.s03__wrap ul:last-child {
  margin-bottom: 0;
}
.s03__wrap li {
  font-size: 1.5rem;
  margin: 2em 0;
}
.s03__wrap a {
  border: 1px solid #666;
  border-radius: 10px;
  font-size: 1.5rem;
  padding: 1em 2em;
}

/*notes*/
.s04__wrap {
  font-size: 1.8rem;
  line-height: 2.4;
  padding: 100px 0;
  text-align: center;
}
.s04__wrap .box2__wrap {
  margin: 100px auto;
  max-width: 480px;
}
.s04__wrap li {
  font-size: 1.5rem;
  margin: 2em 0;
}
.googlemap-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.s04__wrap p {
  font-size: 1.1rem;
}

/*notes*/
.s05__wrap {
  font-size: 1.8rem;
  line-height: 2.4;
  padding: 100px 0;
  text-align: center;
}
.s05__wrap .box1__wrap {
  margin: 100px auto;
  max-width: 800px;
}

/*notes*/
.s06__wrap {
  font-size: 1.8rem;
  line-height: 2.4;
  padding: 100px 0;
  text-align: center;
}
.s06__wrap .box2__wrap {
  margin: 100px auto;
}
.s06__wrap .box2__wrap div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s06__wrap .box2__wrap div img {
  margin-right: 1em;
  width: 60px;
}
.s06__wrap .box2__wrap .i1 {
  width: 10px;
}
.s06__wrap .txt {
  margin: 100px 0;
}
.s06__wrap .box3__wrap {
  background: center center / cover url(../img/0604.png) repeat;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 3;
  margin: 100px auto;
  max-width: 800px;
  padding: 60px;
}

/*notes*/
footer {
  font-size: 1.2rem;
  padding: 40px 4% 10px;
  text-align: center;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}

/*notes*/
.header__top__wrap li {
  font-size: 1.1rem;
}

/*notes*/
.s01__wrap {
  font-size: 1.2rem;
}
.s01__wrap .txt {
  font-size: 1.8rem;
}
h1 {
  max-width: 40%;
}
.s01__wrap .box__wrap {
  padding-top: 150px;
}
.s01__wrap .box__wrap:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 1px;
  height: 121px;
  margin: auto;
  background-color: #fff;
}
.s01__wrap .box__wrap p {
  top: 200px;
}

/*notes*/
.s02__wrap {
  font-size: 1.2rem;
}
h2 {
  font-size: 2.2rem;
}
.s02__wrap .box3__wrap {
  font-size: 1.2rem;
}

/*notes*/
.s03__wrap {
  font-size: 1.2rem;
}
.s03__wrap .box2__wrap {
  max-width: 80%;
}
.s03__wrap h3 {
  font-size: 1.5rem;
}
.s03__wrap ul {
  margin-bottom: 80px;
}
.s03__wrap li {
  font-size: 1.2rem;
}

/*notes*/
.s04__wrap {
  font-size: 1.2rem;
}
.s04__wrap li {
  font-size: 1.2rem;
}
.googlemap-bw iframe {
  height: 300px;
}
.s04__wrap p {
  font-size: 1.0rem;
  letter-spacing: .1em;
}

/*notes*/
.s05__wrap {
  font-size: 1.2rem;
}
/*notes*/
.s06__wrap {
  font-size: 1.2rem;
}
.s06__wrap .box3__wrap {
  font-size: 1.2rem;
  line-height: 2.6;
  padding: 20px;
  width: 90%;
}

/*notes*/
footer {
  font-size: 1.0rem;
}
}