/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  width: 100%;
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  height: 100%;
  color: #222;
  background: rgba(255, 255, 255, 0.95);
}

.drawer-brand {
  font-size: 90%;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #222;
}

.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.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  cursor: pointer;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 19px;
  padding-right: 14px;
  padding-bottom: 29px;
  padding-left: 10px;
  -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);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -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);
  background-color: #2d2d2d;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  /*   background-color: #fafafa; */
  box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.2);
  background: rgba(250, 250, 250, 0.9);
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  /*   min-width: 320px; */
  margin-left: 0px;

  padding-right: 55px;
  height: 60px;
  text-align: left;
  padding-left: 15px;
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
}

.drawer-navbar .drawer-brand {
  margin-top: 13px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 60px;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 100px;
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/*
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
*/

/* オリジナルカスタマイズ */

.head_LR {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.drawer-navbar-header img.logoMain {
  display: block;
  width: auto;
  height: 35px;
}

.drawer-menu li {
  font-size: 85%;
  text-align: left;
}

.drawer-menu li:nth-child(3) {
  border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 1px;
}

.drawer-menu li.Mm a {
  padding-right: 30px;
  letter-spacing: 2px;
  padding-left: 30px;
  border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  padding-top: 12px;
  display: block;
  color: #2d2d2d;
}

.drawer-menu li.Mm a:after {
  float: right;
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  margin-right: 10px;
  font-weight: 100;
  vertical-align: -3px;
}

.drawer-menu li a.btn {
  border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #e1e1e1;
  color: #2d2d2d;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  padding-top: 11px;
  letter-spacing: 2px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
}

.drawer-menu li a.btn:after {
  color: #535353;
  padding-left: 20px;
  float: right;
  font-family: "FontAwesome";
  content: "";
}

.drawer-menu li.btnLi {
  width: 100%;
  display: table;
}

.drawer-menu li a.exBtn {
  border-right-color: #a7a7a7;
  border-right-width: 1px;
  border-right-style: solid;
  color: white;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: table-cell;
  padding-bottom: 14px;
  padding-top: 14px;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  background-color: #535353;
  font-size: 90%;
  text-align: center;
}

.drawer-menu li a.exBtn:before {
  /* font-family: 'FontAwesome';
	padding-right: 12px;
	content: ""; */
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  margin-right: 10px;
  font-weight: 100;
  vertical-align: -3px;
}

.drawer-menu li a.btn_close {
  color: white;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  padding-bottom: 14px;
  padding-top: 14px;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  background-color: #2d2d2d;
  font-size: 95%;
  text-align: center;
}

.drawer-menu li a.btn_close:before {
  font-family: "Material Icons";
  content: "close";
  margin-right: 15px;
  font-weight: 100;
  vertical-align: -3px;
}

.headTelBtn:before {
  /* color: #2d2d2d;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
  font-family: "FontAwesome";
  content: "";
  float: right;
  display: inline-table;
  text-align: center;
  width: 40px;
  height: 40px;
  text-shadow: 0px 1px white;
  font-size: 24px;
  vertical-align: middle; */
  font-family: "Material Icons";
  content: "phonelink_ring";
  margin-right: 10px;
  font-weight: 100;
  vertical-align: -3px;

  color: #2d2d2d;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  display: inline-table;
  text-align: center;
  width: 40px;
  height: 40px;
  text-shadow: 0px 1px white;
  font-size: 24px;
  vertical-align: middle;
}

.drawer-menu li a.liTelBtn {
  color: white;
  background-color: #2d2d2d;
  font-family: Quicksand;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
}
