@charset "UTF-8";
/* mixinの定義 */
/* <meta content="width=device-width, initial-scale=1, minimum-scale=1" name="viewport"> */
/* PC */
#phonemenuA {
  display: none;
  padding: 0;
  margin: 0; }

.smartphone img {
  display: none; }

.w100 {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }

.map {
  width: 100%;
  height: 350px; }

/*　facebook */
.fb-page {
  padding: 10px 0;
  width: 100%; }

#fb-root {
  background-color: #FFF;
  height: auto; }

.fb-like-box {
  width: 100% !important; }
  .fb-like-box span, .fb-like-box iframe[style] {
    width: 100% !important; }

/* menu */
#meanmenu, .phone {
  display: none; }

.pc {
  display: block; }

.pcnone {
  display: none !important; }

.spnone {
  display: block !important; }

/* mobile&smartphone */
@media screen and (max-width: 800px) {
  .bg-img {
    height: auto; }

  body {
    font-size: 13px;
    /*padding: 15px 0;*/ }

  .feedbox li img {
    float: left;
    margin: 0 10px 10px 0;
    width: 50px; }
  .feedbox dt {
    font-size: 13px;
    line-height: 1.4;
    padding: 5px 0 0px; }

  .more {
    display: none;
    font-size: 9px; }

  .phone {
    display: block;
    text-align: center;
    margin: 0 auto; }

  .pc {
    display: none;
    text-align: center; }

  /** float style **/
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    float: none; }

  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2, #singlepage p img, #main p img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .juicysliderimg img {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    margin: 0;
    z-index: 600;
    width: 60%;
    top: 0;
    left: 0px;
    bottom: 10px;
    right: 0; }

  /* .news-bl {
    dt {
     float: none;
     width: 100%;
     background: #eee;
     padding: 5px 0px;
     line-height: 1.3;
     color: #555;
     text-align: center;
     margin: 2px 0 0;
     font-weight: bold;
    }
    dd {
     padding-left: 0;
     padding-top: 2px;
     padding-bottom: 10px;
     line-height: 1.6;
     border-bottom: dotted 1px #aaa;
     margin: 5px 0;
    }
   }*/
  /*新着情報（トピックス）*/
  .news {
    width: 100%; }

  /* none */
  .none, .desktop, #nav-f, #menuA, #menu, #seoA, #pankuzu, #navi, .seo, #fmenu, #tnavi, .tbnr {
    display: none; }

  /* width100% */
  #head, #footer, #wrap, #nav, #wrapA, #seo, #title {
    width: 100%; }

  #containar {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0; }

  #wrap {
    padding: 15px 0 80px;
    margin: 0; }

  #main {
    float: none;
    width: 95%;
    margin: 0 auto 20px; }

  #side {
    float: none;
    width: 98%;
    margin: 0 auto;
    height: auto;
    padding: 0; }

  /* img */
  img {
    max-width: 100%;
    height: auto; }

  .smartphone img {
    display: block;
    max-width: 100%;
    height: auto; }

  /* header */
  header {
    padding: 0;
    margin: 0;
    z-index: 3;
    background: rgba(255, 255, 255, 0.8); }

  #head {
    min-width: 100%;
    height: auto;
    padding: 5px 0; }

  .logo {
    float: none;
    text-align: center;
    padding: 0px 0 0px;
    width: 70%; }

  #head .tel {
    display: none; }

  #footer .tel {
    float: none;
    text-align: center;
    width: 100%; }

  /* title */
  .yajirusi {
    font-size: 15px; }

  #main h1 {
    width: 100%;
    height: auto; }

  #title {
    /*border:1px solid #443402;*/
    padding: 25px 0;
    margin: 5px 0 0; }
    #title h2 {
      float: none;
      text-align: center;
      font-size: 18px; }

  #seo h1 {
    font-size: 10px; }

  .lmain, .rmain, .lsingle, .rsingle {
    float: none;
    width: 100%;
    margin: 0 auto 15px; }

  /* single */
  #singlepage {
    padding: 0 0 50px; }
    #singlepage section {
      width: 95%;
      margin: 0 auto;
      padding: 25px 0; }

  .single {
    width: 95%;
    margin: 0 auto;
    padding: 25px 0px; }

  .textwrap {
    width: 90%;
    margin: 0 auto;
    font-size: 12px; }

  .textwrap2 {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    padding: 0px; }

  .ol-list {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    *list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    margin: 5px 0;
    display: table;
    width: 88%; }
    .ol-list li {
      font-size: 12px;
      font-weight: normal;
      background: #f5f5f5;
      margin-bottom: 10px;
      padding: 5px 0px;
      line-height: 1.3;
      border-radius: .3em; }
      .ol-list li:last-child {
        margin-bottom: 0px; }
    .ol-list span {
      display: table-cell;
      position: relative;
      padding: .4em .4em .4em .6em;
      margin: .5em 0;
      color: #555;
      text-decoration: none;
      transition: all .3s ease-out; }
      .ol-list span:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -2.3em;
        top: 50%;
        margin-top: -1.3em;
        background-color: #99CC66;
        color: #fff;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out; }

  /* flash */
  #flash {
    width: 100%;
    height: auto; }

  #flashA {
    min-width: 100%; }

  .mtitle, .mtitle2 {
    font-size: 14px; }

  .juicysliderimg {
    font-family: "Sawarabi Mincho";
    position: absolute;
    display: table;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    font-size: 5vw;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
    line-height: 1.3; }

  .juicysliderimg2 {
    font-family: "Sawarabi Mincho";
    position: absolute;
    display: table;
    width: 100%;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    font-size: 5vw;
    color: #fff;
    line-height: 1.2; }

  #juicysliderbox {
    position: relative;
    height: 100%; }

  #flash img {
    height: auto; }

  #swiffycontainer {
    max-width: 800px;
    width: 95%;
    max-height: 253px;
    height: auto; }

  .flashimg {
    width: 100%;
    margin: 0 auto; }
    .flashimg img {
      top: -400px;
      left: 290px;
      z-index: 400;
      position: relative; }

  #top_image {
    padding: 250px 0; }

  .mtitle-bl {
    font-size: 12px; }

  .tbox2 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center; }

  /* */
  footer {
    padding: 10px 0;
    margin: 0;
    height: 150px;
    text-align: center; }

  #footer {
    padding: 0px;
    margin: 0 auto 0; }

  .map {
    width: 100%;
    height: 200px; }

  .logo-f {
    float: none;
    text-align: center;
    margin-bottom: 10px; }

  .mtitle-check2 {
    font-size: 13px; }

  /* flexbox */
  .flexbox {
    display: flex;
    display: -webkit-flex; }
    .flexbox img {
      display: block;
      margin: 0 auto;
      width: 97%; }

  .sidebox {
    width: 100%;
    height: auto;
    box-shadow: none; }

  /* mailform */
  .form dl {
    margin: 10px 0; }
  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px; }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee; }
    .form dd:last-child {
      border-bottom: 0px;
      margin-bottom: 0px; }

  .textarea, textarea, .dropdown {
    width: 98%; }

  /* /mailform */
  .tab li {
    width: 28%;
    padding: 5px;
    margin: 0 5px 0 0; }
    .tab li:last-child {
      margin: 0; }

  .fb-like-box {
    display: none; }
    .fb-like-box span, .fb-like-box iframe[style] {
      display: none; }

  .facebook {
    display: none; }

  /* phonemenu */
  /*link*/
  #phonemenu li a:link, #phonemenu li a:visited, #phonemenu li a:hover {
    color: #111;
    text-decoration: none; }

  #phonemenuA {
    display: block;
    width: 100%;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 2px;
    background: #FF464C;
    z-index: 99999;
    top: 0;
    left: 0;
    padding: 0; }

  #phonemenu {
    margin: 0 auto;
    z-index: 3;
    color: #fff; }
    #phonemenu ul {
      position: relative; }
    #phonemenu li {
      font-family: 'FontAwesome';
      width: 12%;
      float: left;
      padding: 5px 0;
      margin: 0;
      display: inline;
      text-align: center;
      font-size: 20px;
      cursor: pointer;
      vertical-align: middle; }
      #phonemenu li:hover {
        opacity: 0.5; }
    #phonemenu .lg {
      width: 50%;
      padding: 3px 0 0;
      z-index: 99999; }
      #phonemenu .lg img {
        max-height: 45px; }

  /* phonemenu */
  #dmenu1 {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 11px; }
    #dmenu1 li {
      overflow: hidden;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px; }
      #dmenu1 li a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff; }
        #dmenu1 li a:link, #dmenu1 li a:visited, #dmenu1 li a:hover {
          color: #fff;
          text-decoration: none;
          text-align: left;
          font-size: 12px;
          padding: 0px 0;
          text-indent: 1em; }
        #dmenu1 li a:before {
          font-family: 'FontAwesome';
          content: "\f054";
          margin-right: 5px; }

  /* phonemenu */
  #dmenu2, #dmenu3 {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 1000;
    font-size: 11px; }
    #dmenu2 li, #dmenu3 li {
      overflow: hidden;
      width: 100%;
      background: rgba(0, 0, 0, 0.8);
      box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px; }
      #dmenu2 li a, #dmenu3 li a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff; }
        #dmenu2 li a:before, #dmenu3 li a:before {
          content: url(../img/icon_w.png);
          margin-right: 3px; }

  /* phonemenu */
  .mintyou {
    text-align: left;
    font-size: 15px; }

  /* flink */
  .flink0, .flink1, .flink2 {
    width: 100%;
    margin-bottom: 20px; }

  .flink0 ul, .flink1 ul, .flink2 ul {
    margin-right: 0;
    margin-bottom: 0;
    text-align: center; }

  .flink0 li, .flink1 li, .flink2 li {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }

  .flink0 li img, .flink1 li img, .flink2 li img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  figure figcaption img {
    display: block;
    width: 100%;
    margin: 0 auto; }

  .mtext1 {
    font-size: 15px; }

  /* footer menu */
  #fmenuA {
    width: 100%; }

  #fmenu {
    width: 100%;
    list-style-type: none;
    font-size: 11px; }

  #fmenu-lg {
    display: none; }

  /* #fmenu-lg {
   font-family: "Mplus 1p";
   border-right:1px solid #ddd;
   width:100%;
  }
  #fmenu-lg ul {
   margin-bottom:15px;
  }
  #fmenu-lg li {
   width:45%;
   float:left;
   text-align:left;
   line-height:1.3;
   font-weight:normal;
   padding-left: 10px;
   text-indent: -10px;
   height:180px;
   font-size:14px;
  }
  #fmenu-lg a:link,
  #fmenu-lg a:visited,
  #fmenu-lg a:hover {
   color: #555;
   text-decoration:none;
  }
  #fmenu-lg a:hover {
   color: #99CC66;
   text-decoration:underline;
  }
  
  #fmenu-lg li ul {
   margin-top:15px;
  }
  #fmenu-lg li ul li {
   font-weight:normal;
   font-size:11px;
   padding-left: 0em;
   border-right:0px solid #aaa;
   height:auto;
   margin-bottom:8px;
  }
  #fmenu-lg li ul li:before {
    font-family:'FontAwesome';
   content:"・";
   margin-right: 5px;
   color:#99CC66;
   } */
  /* mtitle-cline */
  .mtitle-cline {
    display: table;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 0px;
    color: #594C39;
    margin-bottom: 20px;
    line-height: 0.5;
    width: 100%; }

  h2 {
    font-size: 13px; }

  .mtitle-point {
    font-size: 13px; }
    .mtitle-point span {
      margin-right: 5px; }

  .mtitle-check {
    font-size: 14px; }

  .mtitle-cline span {
    font-size: 13px; }
  .mtitle-cline:after, .mtitle-cline:before {
    color: #594C39;
    width: 35%; }

  /* tab */
  .tab {
    width: 95%;
    margin: 0 auto; }
    .tab li {
      float: none;
      margin: 0 0 1px;
      width: 100%;
      padding: 0; }
      .tab li a {
        width: 100%;
        padding: 3px 0;
        text-indent: 1em; }

  .mtitle-x {
    font-size: 18px;
    text-align: center;
    color: #484848;
    margin: 20px 0 5px; }

  #contentwrap {
    width: 100%;
    padding: 0 0 170px; }

  .rss {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 25px; }

  .rhalf, .lhalf {
    float: none; }

  .rhalf, .lhalf {
    width: 100%;
    height: 250px;
    display: table; }

  .toverflow {
    width: 95%;
    margin: 0 auto; }

  .rhalf h2, .lhalf h2 {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center; }

  .rhalf-img, .lhalf-img {
    float: none; }

  .rhalf-img, .lhalf-img {
    width: 100%;
    height: 200px; }

  .flex_2,
  .flex_3 {
    display: block;
    flex-wrap: nowrap; }

  .flex_2 .bx h3,
  .flex_3 .bx h3,
  .flex_4 .bx h3 {
    font-size: 15px; }

  .flex_2 .bx,
  .flex_3 .bx {
    width: calc(100% - 30px);
    margin: 0 auto 20px; }

  .flex_4 .bx {
    width: calc(45%);
    margin-right: 0px;
    margin-bottom: 20px; }

  .bxbtn {
    position: static;
    width: 200px;
    margin: 10px auto 0; }

  .topRecruit h2 {
    font-size: 30px; }
  .topRecruit p {
    font-size: 15px; }

  /* /@media screen and (max-width:800px) */ }
@media screen and (max-width: 480px) {
  .bgimg1 {
    padding: 50px 0; }

  .pcnone {
    display: block !important; }

  .spnone {
    display: none !important; }

  .topText {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center; }
    .topText h2 {
      font-weight: 900;
      font-size: 30px;
      margin: 10px 0; }
    .topText p {
      font-weight: 600;
      font-size: 18px; }

  .topRecruit {
    /*font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
    .topRecruit h2 {
      font-weight: 900;
      font-size: 30px;
      margin: 10px 0; }
    .topRecruit p {
      font-weight: 600;
      font-size: 15px;
      margin-bottom: 10px;
      /*text-align: left;*/ }

  #logo img {
    max-width: 300px; }

  .mtitle-sp {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0; }

  /* single */
  .photo {
    width: 99%;
    margin: 0 auto; }
    .photo ul {
      margin-right: 0px;
      margin-bottom: 0px;
      text-align: center; }
    .photo li {
      float: none;
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px; }
      .photo li a {
        width: 110px;
        height: 110px;
        line-height: 110px; }
      .photo li p {
        width: 110px; }
      .photo li img {
        max-width: 110px;
        max-height: 110px; }

  .mt1 img {
    width: 200px; }

  /* photoboxギャラリー*/
  .works {
    width: 100%;
    margin: 10px auto 0; }
    .works ul {
      margin-right: -21px;
      margin-bottom: -10px;
      overflow: hidden;
      text-align: center; }
    .works .gallery {
      max-width: 150px;
      max-height: 150px;
      line-height: 150px;
      text-align: center;
      overflow: hidden; }
      .works .gallery img {
        max-width: 150px;
        max-height: 150px;
        vertical-align: middle; }
    .works li {
      float: none;
      vertical-align: middle;
      display: inline-block;
      width: 150px;
      max-width: 170px;
      margin-right: 20px;
      margin-bottom: 5px;
      font-size: 10px;
      text-align: left; }
    .works dl {
      font-size: 11px; } }
@media screen and (max-width: 320px) {
  #logo img {
    max-width: 260px; }

  .topRecruit h2 {
    font-size: 30px; }
  .topRecruit p {
    font-size: 13px; } }
/* phonemenu */
#page {
  /*	box-sizing: border-box;*/
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */ }

#drawernav {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  background: #ba1e1f;
  color: #fff;
  z-index: 99998;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */ }
  #drawernav ul {
    list-style: none;
    padding: 0; }
    #drawernav ul:first-child {
      margin-top: 60px; }
    #drawernav ul li a {
      color: #fff;
      font-size: 12px;
      display: block;
      padding: 10px 20px;
      text-decoration: none;
      /* 	border-top:1px solid rgba(255,255,255,0.2);
       border-bottom:1px solid rgba(255,255,255,0.2);
      */
      background: #ba1e1f; }
      #drawernav ul li a:hover {
        color: #fff;
        background: #222; }
      #drawernav ul li a:before {
        font-family: 'FontAwesome';
        content: "\f0da";
        margin-right: 10px; }
    #drawernav ul li.iphone a:before {
      font-family: 'FontAwesome';
      content: "\f098";
      margin-right: 10px; }
    #drawernav ul li.imail a:before {
      font-family: 'FontAwesome';
      content: "\f003";
      margin-right: 10px; }
    #drawernav ul li.imap a:before {
      font-family: 'FontAwesome';
      content: "\f041";
      margin-right: 10px; }
    #drawernav ul li.iphone a, #drawernav ul li.imail a, #drawernav ul li.imap a {
      color: #ba1e1f;
      display: block;
      padding: 5px 10px;
      text-decoration: none;
      border-radius: 10px;
      margin: 10px auto;
      width: 200px;
      text-align: center;
      font-size: 15px;
      background: #fff;
      font-weight: bold; }
    #drawernav ul li.iphone a:hover, #drawernav ul li.imail a:hover, #drawernav ul li.imap a:hover {
      background: #888; }
  #drawernav li ul li a {
    font-size: 11px;
    color: #fff;
    display: block;
    padding: 8px 30px;
    text-decoration: none;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
    /*  background: #f44646;*/ }
    #drawernav li ul li a:before {
      content: "・";
      margin-right: 3px; }
  #drawernav img {
    display: block;
    width: 90%;
    padding: 5px 0;
    margin: 0 auto; }
  #drawernav h4 {
    padding: 0 15px; }

.icon-menu {
  padding: 0;
  margin: 0 auto;
  height: 7px;
  text-align: center;
  width: 35px; }

.icon-bar {
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */ }

.fixed-content {
  right: inherit;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */ }

#overlay {
  z-index: -1;
  opacity: 0;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */ }

/**
* ドロワー開放時のスタイル
**/
#humberger {
  display: none; }

@media (max-width: 800px) {
  .memobox1, .memobox2 {
    border-radius: 4px;
    margin: 2em 0;
    padding: 1em;
    position: relative;
    text-align: center;
    font-size: 12px; }
    .memobox1::before, .memobox2::before {
      padding: 0 2em;
      position: absolute;
      top: -1em;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 160px;
      text-align: center;
      font-size: 14px; }

  #humberger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    padding: 17px 15px 25px;
    cursor: pointer;
    background: #ba1e1f;
    z-index: 99999;
    color: #fff; }

  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #000;
    -webkit-box-shadow: 1px 0 2px #000; }
  .drawer-opened .fixed-content {
    left: -240px; }
  .drawer-opened #drawernav {
    right: 0; }
  .drawer-opened #humberger {
    background: none; }
    .drawer-opened #humberger .icon-bar {
      background: #fff; }
    .drawer-opened #humberger :nth-child(1) {
      transform: translate(0, 8px) rotate(45deg);
      -webkit-transform: translate(0, 8px) rotate(45deg); }
    .drawer-opened #humberger :nth-child(2) {
      transform: translate(-20px, 0);
      -webkit-transform: translate(-20px, 0);
      opacity: 0; }
    .drawer-opened #humberger :nth-child(3) {
      transform: translate(0, -8px) rotate(-45deg);
      -webkit-transform: translate(0, -8px) rotate(-45deg); }

  #humberger :nth-child(3) {
    margin-bottom: -5px; }

  .drawer-opened #humberger .icon-menu {
    opacity: 0; }
  .drawer-opened #overlay {
    opacity: 0.5;
    left: -240px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden; }

  /*	　dropdown menu　
  		#drawernav li ul{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
      padding: 0;
  }
  #drawernav li:last-child ul{
    left: -100%;
    width: 100%
  }
  #drawernav li ul li{
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }
  #drawernav li ul li a{
    background: #000;
  		color: #fff;
    text-align: center;
    font-weight: normal;
  }
  
  #drawernav li:hover ul li{
    overflow: visible;
    height: 38px;
    border: 1px solid #fff;
  
  }*/ }

/*# sourceMappingURL=smartphone.css.map */
