@charset "UTF-8";
/* CSS Document */
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* CSS Document */
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* CSS Document */
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #191919;
}

/* フォントの定義
--------------------------------------------------*/
html {
  font-size: 10px;
}

body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure, select, input, textarea {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #1f2023;
}
@media screen and (max-width: 768px) {
  body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure, select, input, textarea {
    font-size: 1.5rem;
  }
}

h1, h2, h3, h4 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #1f2023;
}

/*safari リセット*/
body {
  overflow-x: hidden;
}

.menu_wrapper {
  width: 90%;
  max-width: 300px;
  margin: 80px auto auto;
  padding: 0 0 60px;
}
.menu_wrapper li {
  border-bottom: 1px #828693 solid;
  padding: 15px 0;
}
.menu_wrapper li:last-of-type {
  border-bottom: none;
}
.menu_wrapper li a {
  display: inline;
  color: #191919;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
  margin: auto;
}
.menu_wrapper li .btn {
  color: #fff;
  display: flex;
  margin: 20px auto 0;
}

.menu-btn {
  display: none;
  width: 30px;
  padding: 15px 20px 30px;
  border: none;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0);
  font-size: 40px;
  outline: none;
  z-index: 10000;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 0.1s;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .menu-btn {
    display: block;
    top: 10px;
    right: 0;
  }
}

/* ヘッダーのナビ部分 */
.header__nav {
  position: fixed;
  z-index: 998;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #f2f4f8;
  transition: ease 0.4s;
  display: none;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: none;
    justify-content: end;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 30px;
  padding: 10px 20px 10px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 10000;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}
/* ハンバーガーメニューの線 */
.drawer-hamburger-icon {
  position: relative;
}

.drawer-hamburger-icon-01, .drawer-hamburger-icon-02 {
  width: 100%;
  height: 2px;
  background-color: #333333;
  position: relative;
  transition: ease 0.3s;
  display: block;
}

.drawer-hamburger-icon-01 {
  top: 2px;
}

.drawer-hamburger-icon-02 {
  top: 15px;
  width: 60%;
  left: auto;
  right: 0;
  position: absolute;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active .drawer-hamburger-icon-01 {
  top: 12px;
  transform: rotate(45deg);
}

.hamburger.active .drawer-hamburger-icon-02 {
  top: 12px;
  width: 100%;
  background-color: #333333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp_nav .sub_nav_wrap .toggle {
  display: none;
}
.sp_nav .sub_nav_wrap .title,
.sp_nav .sub_nav_wrap .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.sp_nav .sub_nav_wrap .title {
  display: block;
}
.sp_nav .sub_nav_wrap .title::after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 1px;
  height: 15px;
  background-color: #59c1ce;
  transition: all 0.3s;
}
.sp_nav .sub_nav_wrap .title::before {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 1px;
  height: 15px;
  background-color: #59c1ce;
  transition: all 0.3s;
}
.sp_nav .sub_nav_wrap .title::after {
  transform: rotate(90deg);
}
.sp_nav .sub_nav_wrap .content {
  max-height: 0;
  overflow: hidden;
}
.sp_nav .sub_nav_wrap .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.sp_nav .sub_nav_wrap .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
.sp_nav .sub_nav {
  border-top: 1px #828693 solid;
  margin-top: 15px;
  padding-top: 15px;
}
.sp_nav .sub_nav li {
  border-bottom: none;
  padding: 0;
}
.sp_nav .sub_nav li a {
  font-size: 1.5rem;
  color: #828693;
  position: relative;
  transition: 0.3s;
  padding: 5px 0 5px 20px;
  display: block;
}
.sp_nav .sub_nav li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #59c1ce;
  left: 5px;
  top: 50%;
  transform: translateX(-50%);
}

.sp_nav .contact_btn {
  height: 58px;
}
@media screen and (max-width: 768px) {
  .sp_nav .contact_btn:hover {
    background-color: #59c1ce;
    color: #fff;
  }
}/*# sourceMappingURL=pushy.css.map */