@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	basic layout
================================================== */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:link {
  text-decoration: none;
  color: inherit;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  a.link_tap {
    cursor: inherit;
  }
}
/* ========== end △ */

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
body.overflow {
  overflow: hidden;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #F6F0E6;
  color: #695F4E;
  font-size: 3.7324vw;
  line-height: 1.8;
  font-family: "Lato", "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #wrapper {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
/* ========== end △ */

.site_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .site_wrap {
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .site_wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ========== end △ */

i {
  margin-top: -2px;
  margin-right: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  i {
    margin-top: -0.7998vw;
    margin-right: 2.666vw;
  }
}
/* ========== end △ */

section h2 {
  font-size: 3.6rem;
  margin-bottom: 30px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  section h2 {
    font-size: 5.8652vw;
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */
section h2.center {
  text-align: center;
}
section h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  section h3 {
    font-size: 4.7988vw;
    margin-bottom: 2.666vw;
  }
}
/* ========== end △ */

/* ==================================================
	header
================================================== */
.header {
  background: #fff;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  padding: 3.999vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .header {
    padding: 30px 2vw;
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.header .logo {
  font-weight: bold;
  font-size: 3.2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .header .logo {
    font-size: 5.332vw;
  }
}
/* ========== end △ */

/* ==================================================
	gnav
================================================== */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .nav_wrap {
    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;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    z-index: 6;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    padding: 26.66vw 3.999vw 7.998vw 3.999vw;
    background: #fff;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap.active {
    overflow-y: scroll;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ========== end △ */
.nav_wrap .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap .btn {
    margin-top: 13.33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ========== end △ */
.nav_wrap .btn li {
  background: #E9BA22;
  border-radius: 100px;
  color: #fff;
  width: 250px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap .btn li {
    width: 100%;
  }
}
/* ========== end △ */
.nav_wrap .btn li.contact {
  background: #695F4E;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .nav_wrap .btn li.contact:hover {
    background: #E9BA22;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap .btn li + li {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
.nav_wrap .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .nav_wrap .btn a {
    font-size: 4.2656vw;
    padding-top: 3.999vw;
    padding-bottom: 3.999vw;
  }
}
/* ========== end △ */
.nav_wrap .btn i {
  width: 5.332vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .nav_wrap .btn i {
    width: 18px;
  }
}
/* ========== end △ */

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav {
    margin-right: 30px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* ========== end △ */
.gnav ul li {
  position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .gnav ul li {
    text-align: center;
    font-size: 4.2656vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav ul li + li {
    margin-left: 20px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .gnav ul li + li {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav ul li.only {
    display: none;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .gnav ul li a:hover {
    color: #E9BA22;
  }
}
/* ========== end △ */

.hum_wrap {
  position: absolute;
  right: 3.999vw;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .hum_wrap {
    display: none;
  }
}
/* ========== end △ */

.hum_trigger {
  z-index: 8;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 6.9316vw;
  height: 5.332vw;
}
.hum_trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #695F4E;
}
.hum_trigger span:nth-of-type(1) {
  top: 0;
}
.hum_trigger span:nth-of-type(2) {
  top: 2.1328vw;
}
.hum_trigger span:nth-of-type(3) {
  bottom: 0;
}
.hum_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.hum_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-hum 0.8s forwards;
          animation: active-hum 0.8s forwards;
}
@-webkit-keyframes active-hum {
  100% {
    height: 0;
  }
}
@keyframes active-hum {
  100% {
    height: 0;
  }
}
.hum_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

/* ==================================================
	footer
================================================== */
.footer {
  background: #E7DBC8;
  padding-top: 13.33vw;
  padding-bottom: 5.332vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ========== end △ */
.footer .wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .wrap {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .wrap .info {
    text-align: center;
  }
}
/* ========== end △ */
.footer .wrap .logo {
  font-weight: bold;
  font-size: 2.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .wrap .logo {
    font-size: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .wrap .fnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .wrap .fnav {
    margin-bottom: 7.998vw;
  }
}
/* ========== end △ */
.footer .wrap .fnav .ttl {
  margin-bottom: 2.666vw;
  margin-left: 2.666vw;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .wrap .fnav ul:last-child {
    border-bottom: 1px solid #C1B6A6;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .wrap .fnav ul + ul {
    margin-left: 80px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .footer .wrap .fnav li + li {
    margin-top: 20px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .wrap .fnav li a {
    display: block;
    padding: 3.999vw 0vw 3.999vw 10.664vw;
    border-top: 1px solid #C1B6A6;
    background: url(../img/common/ico_arrow_br.png) left 10px center no-repeat;
    background-size: 20px auto;
  }
}
/* ========== end △ */
.footer .copyright {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
    font-size: 3.4658vw;
    margin-top: 7.998vw;
  }
}
/* ========== end △ */