@charset "UTF-8";




@media (max-width: 910px) {
  html, body {overflow-x: hidden;}
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    /* background-image: url(../img/bg_body.png); */
    /* background-repeat: repeat; */
    /* background-size: cover; */
    /* background-position: 0 0; */
    /* background-attachment: fixed; */
    /* padding-top: 50px; */
  }
  main {
    margin-top: 30px;
  }
  .sp_show {
    display: block !important;
  }
  .header {
    width: 100%;
    max-width: 1200px;
    height: 52px;
    background-color: rgba(38, 106, 181, 15);
    /* background-color: #fff; */
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    /* border-bottom: 1px solid #fff; */
    margin: 0 auto;
    z-index: 10000;
    
  }
   .header .logo {
    max-width: 268px;
    width: 100%;
    margin: -3px auto 0 0;
  }
}




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

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

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  padding:0;
  background-color: rgba(38, 106, 181, .95);
  /* background-color: rgba(255, 255, 255, .95); */
  /* background-color: rgba(0, 0, 0, .95); */
	}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

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

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

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

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -110%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 50px;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  top:0;
  right: 0;
  background-color: rgba(38, 106, 181, 1.0);
  /* outline: 1px solid #fff; */
}
.drawer--top .drawer-hamburger.thin {
    outline: 0;
    transition: all 1.0s ease;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

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

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

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

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.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: 10001;
  top: 7px;
  right: 10px;
  display: block;
  box-sizing: content-box;
  width: 30px;
  padding: 0;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
  border:none;
  outline: 0;
  /* background-color: rgba(0, 0, 0, 1.0); */
  /* border: 1px solid #fff; */
}


							.btn_sp_tel a{
							  position: fixed;
							  z-index: 10002;
							  top: 10px;
                right:60px;
                display:block;
                margin:auto;
                padding:0px 0 0 36px;
                color:rgba(255, 127, 0, 1.0);
                font-weight: bold;
                font-size: 1.6rem;
                text-align: right;
                background-image: url(/assets/img/icn_smartphone@2x.png);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: 0.6rem center;
							}
							.btn_sp_tel a:hover{text-decoration:none;}


.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-ttl {
  font-size: 8px;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 32px;
  left: 12px;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 4px;
  margin-bottom: 6px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  right:0;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #fff;
  /* background-color: #000; */
}

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

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

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

/*!------------------------------------*\
    Add to ...
\*!------------------------------------*/
.drawer-nav .frm {
  width: 90%;
  margin: 0rem auto 5rem auto;
}
.drawer-nav h4{
  /* text-align: left; */
  background-image: url('/assets/js/drawer/img/icn_arrow_right_white.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right center;
  border-bottom: 1px solid rgba(255, 255, 255, 1.0);
  /* padding: 0.4rem 0 0.6rem 10px; */
  padding: 0;
  text-align: left;
  font-size: 1.2rem;
  /* margin: 1rem 0; */
  margin: 5px 0;
  font-weight: bold;
}
.drawer-nav h4 a{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px 10px 14px 10px;
}
.drawer-nav ul{
  margin-bottom:3rem;
}
.drawer-nav ul li a{
  display: inline-block;
  width: 96%;
  padding: 1.0rem 0 1.0rem 2.8rem;
  /* border: 1px solid #000; */
  border-bottom: 1px dotted #ccc;
  font-size: 1.0rem;
  color: #000;
  text-decoration: none;
}
.drawer-nav ul li a:before{content: "≫ ";font-size: 0.8rem;}
