@charset "UTF-8";
/*変数設定用*/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  image-rendering: pixelated;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:hover p:hover {
  opacity: 0.7;
}

a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  padding-left: 110px;
}

@media screen and (max-width: 767px) {
  body {
    padding-left: 0;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 110px;
  height: 100vh;
  background: #fff;
  padding: 30px 18px;
}

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    height: auto;
    padding: 10px 10px;
  }
}

header h1 {
  position: relative;
  z-index: 10000;
}

@media screen and (max-width: 767px) {
  header h1 {
    max-width: 20%;
  }
}

header .btn-gNav {
  width: 55px;
  height: 55px;
  background: #226b38;
  position: absolute;
  top: calc(50vh - 27.5px);
  left: calc(50% - 27.5px);
  border-radius: 50px;
  z-index: 10000;
}

@media screen and (max-width: 767px) {
  header .btn-gNav {
    top: 15px;
    left: auto;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

header .btn-gNav span {
  left: calc(50% - 10px);
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

header .btn-gNav span:nth-child(1) {
  top: 20px;
}

@media screen and (max-width: 767px) {
  header .btn-gNav span:nth-child(1) {
    top: 15px;
  }
}

header .btn-gNav span:nth-child(2) {
  top: 26px;
}

@media screen and (max-width: 767px) {
  header .btn-gNav span:nth-child(2) {
    top: 20px;
  }
}

header .btn-gNav span:nth-child(3) {
  top: 32px;
}

@media screen and (max-width: 767px) {
  header .btn-gNav span:nth-child(3) {
    top: 25px;
  }
}

header .btn-gNav.open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 50%;
}

header .btn-gNav.open span:nth-child(2) {
  opacity: 0;
}

header .btn-gNav.open span:nth-child(3) {
  transform: rotate(45deg);
  top: 50%;
}

header #gNav {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 1000;
  transition: 0.3s;
}

header #gNav.open {
  left: 0px;
}

header .insta {
  position: absolute;
  top: calc(60vh - 20px);
  left: calc(50% - 20px);
  z-index: 10000;
}

@media screen and (max-width: 767px) {
  header .insta {
    top: 15px;
    left: auto;
    right: 60px;
  }
}

.foot-txt {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #81a6bb;
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  .foot-txt {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}

footer {
  background: #333333;
  padding: 65px 0 50px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}

footer .fl {
  width: 240px;
  float: left;
}

@media screen and (max-width: 767px) {
  footer .fl {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  footer .fl .f_logo {
    text-align: center;
  }
}

footer .fl .f_address {
  margin-top: 45px;
  line-height: 1.8em;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer .fl .f_address {
    margin-top: 25px;
  }
}

footer .fr {
  float: right;
  width: calc(100% - 350px);
  padding-right: 200px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer .fr {
    width: 100%;
    float: none;
    display: block;
    padding-right: 0;
    margin: 20px auto;
  }
}

footer .fr ul {
  width: 25%;
}

@media screen and (max-width: 767px) {
  footer .fr ul {
    width: 100%;
    text-align: center;
  }
}

footer .fr li {
  margin-bottom: 20px;
}

footer .fr li a {
  font-size: 1.4rem;
  color: #fff;
}

footer .copy {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  footer .copy {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 1430px;
  margin: auto;
}

@media screen and (max-width: 1430px) {
  .container {
    width: 95%;
  }
}

/* ページTOP */
#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;
}
