@charset "UTF-8";
/*
*
* Flexible Content ver1.01
* Copyright (c) 2017 Codia Inc. All rights reserved.
* Description : モバイルメニュー用CSS
* Data : 2017.10.24
* 
*/
.nav_mobile-menu {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 75%;
  height: 100%;
  max-width: 360px;
  color: #222;
  background: #fff; }

.nav_mobile-menu_in {
  width: 100%;
  padding-bottom: 16px;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

/*! overlay */
.drawer_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

/*.drawer_open .drawer_overlay {
	display: block;
}*/
.drawer_open {
  overflow-y: hidden;
  position: fixed; }

.drawer_top .nav_mobile-menu {
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.drawer_top.drawer_open .nav_mobile-menu {
  top: 0; }
.drawer_top .drawer_hamburger {
  right: 0; }

.drawer_left {
  /*&.drawer_open .ttl_mobile-menu {
  	padding: 0 12px 0 56px !important;
  }*/ }
  .drawer_left .nav_mobile-menu {
    left: -75%;
    max-height: 100%;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .drawer_left.drawer_open .nav_mobile-menu {
    left: 0; }
  .drawer_left .drawer_hamburger {
    right: 0; }

.drawer_right .nav_mobile-menu {
  right: -75%;
  max-height: 100%;
  -webkit-transition: right 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.drawer_right.drawer_open .nav_mobile-menu {
  right: 0; }
.drawer_right .drawer_hamburger {
  right: 0; }

.drawer_hamburger {
  position: absolute;
  z-index: 999;
  display: block;
  box-sizing: content-box;
  width: 24px;
  padding: 20px 10px;
  background: none;
  border-radius: 4px;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .drawer_hamburger:hover {
    cursor: pointer; }
  .drawer_top .drawer_hamburger, .drawer_right .drawer_hamburger {
    margin: 12px 8px 0 0; }
  .drawer_left .drawer_hamburger {
    margin: 12px 8px 0 0; }

.icon_drawer_hamburger {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fe7b9c; }
  .icon_drawer_hamburger:before, .icon_drawer_hamburger:after {
    content: ' ';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fe7b9c; }
  .icon_drawer_hamburger:before {
    top: -8px; }
  .icon_drawer_hamburger:after {
    top: 8px; }

.drawer_open .icon_drawer_hamburger {
  background-color: transparent; }
  .drawer_open .icon_drawer_hamburger:before, .drawer_open .icon_drawer_hamburger:after {
    top: 0;
    background: #fff; }
  .drawer_open .icon_drawer_hamburger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .drawer_open .icon_drawer_hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .drawer_open .icon_drawer_hamburger .drawer_hamburger {
    background: #333; }

.nav_mobile-menu {
  background: #fff; }
  .nav_mobile-menu a {
    color: #333;
    text-decoration: none;
    line-height: 1.5; }
    .nav_mobile-menu a.current {
      background: #ddd; }

.ttl_mobile-menu {
  width: 100%;
  height: 60px;
  padding: 0 12px;
  background: #fe94af;
  color: #fff;
  font-size: 16px;
  line-height: 60px; }

.mobile-menu_main {
  width: 100%; }
  .mobile-menu_main > li {
    width: 100%;
    height: auto; }
    .mobile-menu_main > li > a {
      display: block;
      padding: 16px 12px 14px 16px;
      border-bottom: 1px solid #ccc;
      color: #333;
      font-size: 1.3rem; }
      .mobile-menu_main > li > a:before {
        /*content: "\f105";
        font-family: 'FontAwesome';
        padding-right: 8px;*/ }
    .mobile-menu_main > li.home a:before {
      content: "\f015";
      font-family: 'FontAwesome';
      padding-right: 6px; }

.mobile-menu_sub li {
  position: relative;
  float: left;
  width: 50%;
  height: auto; }
  .mobile-menu_sub li:nth-child(2n) {
    border-left: 1px solid #ccc; }
  .mobile-menu_sub li a {
    display: block;
    padding: 16px 6px 14px 16px;
    border-bottom: 1px solid #ccc;
    color: #4d4d4d;
    font-size: 1.3rem; }
    .mobile-menu_sub li a:before {
      /*content: "\f105";
      font-family: 'FontAwesome';
      padding-right: 8px;*/ }

.search_form {
  padding: 12px; }
  .search_form input[type="text"] {
    float: left;
    width: 75%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 12px;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-radius: 6px 0 0 6px;
    font-size: 1.3rem;
    line-height: 40px; }
  .search_form input[type="submit"] {
    float: right;
    width: 25%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 12px;
    background: #fe94af;
    border-top: 1px solid #fe94af !important;
    border-bottom: 1px solid #fe94af !important;
    border-right: 1px solid #fe94af !important;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    cursor: pointer; }

.btn_mobile-menu_close {
  display: block;
  margin: 4px auto 16px;
  width: 50%;
  height: 40px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }

.mobile-menu_main > li {
  position: relative; }
  .mobile-menu_main > li a {
    padding: 16px 48px 14px 16px; }
  .mobile-menu_main > li.current-menu-item > a, .mobile-menu_main > li.current-menu-parent > a {
    background: rgba(254, 148, 175, 0.2);
    color: #fe6189; }
  .mobile-menu_main > li.menu-item-has-children .btn_dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 100%;
    border-left: 1px solid #ccc;
    text-align: center;
    cursor: pointer; }
    .mobile-menu_main > li.menu-item-has-children .btn_dropdown span {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .mobile-menu_main > li.menu-item-has-children .btn_dropdown span:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 12px;
        height: 2px;
        margin: auto;
        background: #fe94af;
        -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); }
      .mobile-menu_main > li.menu-item-has-children .btn_dropdown span:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 2px;
        height: 12px;
        margin: auto;
        background: #fe94af;
        -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1); }
      .mobile-menu_main > li.menu-item-has-children .btn_dropdown span.ac:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .mobile-menu_main > li.menu-item-has-children .btn_dropdown span.ac:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
  .mobile-menu_main > li.menu-item-has-children .sub-menu {
    display: none;
    background: #fff; }
    .mobile-menu_main > li.menu-item-has-children .sub-menu li {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #ccc; }
      .mobile-menu_main > li.menu-item-has-children .sub-menu li a {
        display: block;
        height: 52px;
        padding: 0 12px 0 28px;
        color: #333;
        font-size: 13px;
        line-height: 52px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); }
      .mobile-menu_main > li.menu-item-has-children .sub-menu li:last-child {
        border-bottom: none; }
      .mobile-menu_main > li.menu-item-has-children .sub-menu li.current-menu-item > a {
        color: #fe6189;
        /*background: rgba(#fe94af,.1);*/ }
    .mobile-menu_main > li.menu-item-has-children .sub-menu.dropdown_open {
      border-bottom: 1px solid #ccc; }
      .mobile-menu_main > li.menu-item-has-children .sub-menu.dropdown_open a {
        -webkit-transform: translateX(0);
        transform: translateX(0); }

/*# sourceMappingURL=mobile-menu.css.map */
