@charset "UTF-8";
body {
  font-size: 62.5%;
  /*基本を10pxに設定*/
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #333333; }

.cf:after {
  content: "";
  clear: both;
  display: block; }

.color-map1 {
  color: #64a3c5; }

.color-map2 {
  color: #ab5d8b; }

.color-map3 {
  color: #7aba6b; }

.color-map4 {
  color: #e4a531; }

.color-map5 {
  color: #d17dc2; }

.color-map6 {
  color: #d35a65; }

.pc {
  display: block; }

.sp {
  display: none; }

/*矢印追加*/
.arrow-black-s {
  background: url("/common/img/icn/arrow-right-black.gif") no-repeat left center; }

.arrow-black-m {
  background: url("/common/img/icn/arrow-right-black2.gif") no-repeat left center; }

/*斜め矢印を背景に配置*/
.arrow-diagonal-w {
  background: url("/common/img/icn/arrow-diagonal-w.gif") no-repeat 98% 98%; }

.arrow-diagonal-a {
  background: url("/common/img/icn/arrow-diagonal-a.gif") no-repeat 1% 95%; }
  .arrow-diagonal-a:hover {
    background: url("/common/img/icn/arrow-diagonal-w-2.gif") no-repeat 1% 95%; }

.arrow-diagonal-b {
  background: url("/common/img/icn/arrow-diagonal-b.gif") no-repeat 99% 95%; }
  .arrow-diagonal-b:hover {
    background: url("/common/img/icn/arrow-diagonal-w.gif") no-repeat 99% 95%; }

/*汎用リンク*/
a.general-link-1, button.general-link-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 76px;
  border: 2px solid #00479d;
  color: #00479d;
  font-size: 2.4em;
  text-align: center;
  margin: 40px auto 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a.general-link-1:hover, button.general-link-1:hover {
  color: #fff;
  background-color: #00479d; }

a.general-link-2, button.general-link-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 80px;
  background-color: #00479d;
  color: #fff;
  font-size: 2.4em;
  text-align: center;
  margin: 40px auto 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

/* hoverアニメーション有りのスタイル*/
.button-fill {
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .button-fill:after {
    position: absolute;
    right: -27%;
    bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    height: 150%;
    background: #fff;
    opacity: .4;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1; }
  .button-fill:hover:after {
    right: -27%;
    width: 150%; }

.mobile .button-fill:after, .mobile .button-fill:hover:after {
  display: none; }

/*別窓アイコン*/
.icn-window {
  position: relative;
  left: 5px;
  bottom: 5px; }

/*flex box*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-width-33 {
  width: 33.333%; }

.wrap {
  width: 100%;
  min-width: 990px;
  overflow-x: hidden; }

.contents {
  width: 100%;
  height: auto; }

.contents-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }

/*header*/
.head-inner-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 20px auto; }
  .head-inner-top .logo {
    width: 270px;
    height: auto; }
    .head-inner-top .logo img {
      width: 100%;
      height: auto;
      margin-top: 15px; }
  .head-inner-top .sub-navi-inner li {
    display: inline-block;
    text-indent: .8em;
    padding-right: 15px;
    font-size: 1.334em; }
    .head-inner-top .sub-navi-inner li:last-child {
      padding-right: 0; }
    .head-inner-top .sub-navi-inner li a:hover {
      text-decoration: underline; }

.head-inner-bottom {
  height: 70px;
  background: #00479d; }
  .head-inner-bottom .global-navi {
    font-size: 1.6em;
    height: 70px; }
  .head-inner-bottom li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 20%;
    height: 70px;
    padding: 15px 0 0;
    text-align: center;
    /*矢印普通に表示
    &:hover{
      background: url("../img/icn/arrow-gnavi.png") no-repeat center bottom;
    }
*/ }
    .head-inner-bottom li a {
      display: block;
      line-height: 40px;
      border-left: 1px solid #fff;
      color: #fff; }
    .head-inner-bottom li .navi1 {
      line-height: 20px; }
    .head-inner-bottom li .navi4 {
      border-right: 1px solid #fff; }

/* Gナビの矢印アニメーションで表示 */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: -10px;
    left: calc(50% - 10px);
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent; }
  .hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: transparent transparent #fff transparent; }

.naviActive {
  pointer-events: none;
  background: url("../img/icn/arrow-gnavi.png") no-repeat center bottom; }

/*パンくず*/
.breadcrumbs {
  margin-top: 18px;
  font-size: 1.4em; }
  .breadcrumbs li {
    display: inline-block;
    margin-right: .5em; }
    .breadcrumbs li a {
      padding-right: .5em; }
      .breadcrumbs li a:hover {
        text-decoration: underline; }

/*施工店一覧*/
.area-ttl {
  font-size: 4em;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px; }

.area-prefecture {
  margin-bottom: 20px;
  padding-left: .7em;
  font-size: 2em;
  font-weight: bold;
  line-height: 50px;
  background: #e5ecf5;
  border-left: 5px solid #00479d; }

.area-wrap {
  margin-bottom: 80px; }
  .area-wrap .area-wrap-inner {
    margin-bottom: 40px; }
    .area-wrap .area-wrap-inner .area-construction {
      padding: 20px 0 20px 20px;
      font-size: 1.6em;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-top: 2px solid #eee; }
      .area-wrap .area-wrap-inner .area-construction.first {
        border: none;
        padding-top: 0; }
      .area-wrap .area-wrap-inner .area-construction .area-construction-left {
        width: 400px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .area-wrap .area-wrap-inner .area-construction .area-construction-left .area-thumbnail {
          width: 100px;
          height: auto; }
        .area-wrap .area-wrap-inner .area-construction .area-construction-left h5 {
          font-weight: bold;
          text-indent: .7em;
          margin-left: 20px; }
          .area-wrap .area-wrap-inner .area-construction .area-construction-left h5 a:hover {
            text-decoration: underline; }
      .area-wrap .area-wrap-inner .area-construction .area-construction-right {
        width: auto; }
        .area-wrap .area-wrap-inner .area-construction .area-construction-right .area-construction-address {
          line-height: 1.2;
          margin-bottom: 10px; }
          .area-wrap .area-wrap-inner .area-construction .area-construction-right .area-construction-address .text {
            letter-spacing: 32px; }

/*footer*/
.footer-top {
  background: #f8f8f8;
  border-top: 2px solid #eeeeee;
  padding: 30px 0 25px; }
  .footer-top .footer-inner-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #eeeeee; }
    .footer-top .footer-inner-1 .logo {
      margin-right: 30px;
      width: 270px;
      height: auto; }
      .footer-top .footer-inner-1 .logo img {
        width: 100%;
        height: auto; }
    .footer-top .footer-inner-1 .info {
      width: 46%;
      font-size: 1.2em; }
    .footer-top .footer-inner-1 .info-name li {
      line-height: 2; }
      .footer-top .footer-inner-1 .info-name li:first-child {
        font-weight: bold; }
  .footer-top .footer-inner-2 {
    padding: 25px 0;
    border-bottom: 2px solid #eeeeee; }
    .footer-top .footer-inner-2 .global-navi-bottom {
      font-size: 1.6em;
      font-weight: bold; }
      .footer-top .footer-inner-2 .global-navi-bottom li {
        display: inline-block;
        text-indent: .7em;
        padding-right: 26px; }
        .footer-top .footer-inner-2 .global-navi-bottom li a:hover {
          text-decoration: underline; }
  .footer-top .footer-inner-3 {
    padding: 25px 0;
    border-bottom: 2px solid #eeeeee; }
    .footer-top .footer-inner-3 .find-ttl-bottom {
      font-size: 1.6em;
      font-weight: bold;
      margin-bottom: 15px; }
      .footer-top .footer-inner-3 .find-ttl-bottom .square {
        font-size: .7em; }
    .footer-top .footer-inner-3 .region {
      font-size: 1.4em;
      font-weight: bold; }
      .footer-top .footer-inner-3 .region li {
        display: inline-block;
        text-indent: .7em;
        padding-right: 37px; }
        .footer-top .footer-inner-3 .region li a:hover {
          text-decoration: underline; }
  .footer-top .footer-inner-4 {
    padding-top: 25px; }
    .footer-top .footer-inner-4 .sub-navi-bottom {
      font-size: 1.4em; }
      .footer-top .footer-inner-4 .sub-navi-bottom .sub-navi-inner-bottom li {
        display: inline-block;
        padding: 0 3px 0 8px;
        border-left: 1px solid #333333; }
        .footer-top .footer-inner-4 .sub-navi-bottom .sub-navi-inner-bottom li:last-child {
          padding-right: 6px;
          border-right: 1px solid #333333; }
        .footer-top .footer-inner-4 .sub-navi-bottom .sub-navi-inner-bottom li a:hover {
          text-decoration: underline; }

.footer-bottom {
  background: #00479d;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  padding: 20px 0; }

/*エリアマップ*/
.search_area-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 990px;
  margin: 0 auto 50px;
  padding: 0 15px; }
  .search_area-wrap .search_area-ttl {
    margin-bottom: 30px; }
    .search_area-wrap .search_area-ttl h2 {
      font-size: 4em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 15px; }
    .search_area-wrap .search_area-ttl p {
      font-size: 2em;
      text-align: center; }
  .search_area-wrap .search_area-txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 420px;
    padding: 10px 40px 10px 0;
    float: left; }
    .search_area-wrap .search_area-txt .search_area-txt-inner {
      margin-bottom: 15px; }
      .search_area-wrap .search_area-txt .search_area-txt-inner:last-child {
        margin-bottom: 0; }
      .search_area-wrap .search_area-txt .search_area-txt-inner h3 {
        font-size: 1.8em;
        margin-bottom: 14px;
        font-weight: bold; }
      .search_area-wrap .search_area-txt .search_area-txt-inner li {
        display: inline-block;
        font-size: 1.6em;
        color: #bbb;
        padding: 0 10px 0 7px;
        margin-bottom: 8px;
        border-right: 1px solid #333333; }
        .search_area-wrap .search_area-txt .search_area-txt-inner li:first-child, .search_area-wrap .search_area-txt .search_area-txt-inner li:nth-child(8) {
          padding-left: 0; }
        .search_area-wrap .search_area-txt .search_area-txt-inner li a {
          color: #00479d; }
          .search_area-wrap .search_area-txt .search_area-txt-inner li a:hover {
            text-decoration: underline; }
  .search_area-wrap .search_area-map {
    float: right;
    background: url("../img/area/area_map.png") no-repeat 0 0; }
    .search_area-wrap .search_area-map area {
      border: none;
      outline: none; }

/*.search_area-wrap*/
/*ページトップボタン*/
.pagetop {
  position: fixed;
  bottom: 90px;
  right: 46px; }
  .pagetop a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url("../img/icn/arrow-gnavi.png") no-repeat center center #00479d;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .pagetop a:hover {
      border: 2px solid #00479d;
      background: url("../img/icn/arrow-top-over.png") no-repeat center center #fff; }

/*page-ttl-pc*/
.page-ttl-pc {
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 40px; }

.page-cap {
  font-size: 2em;
  text-align: center;
  margin-bottom: 40px; }

.thumb-border {
  border: 1px #bbb solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/****************************************************************


SP


*****************************************************************/
@media only screen and (max-width: 640px) {
  .pc {
    display: none; }
  .sp {
    display: block; }
  .wrap {
    min-width: auto; }
  /*sp navi*/
  .contents-inner {
    width: 100%; }
  .head-inner-top {
    margin: 10px auto;
    /*ハンバーガーメニュー*/
    /*.nav-inner*/ }
    .head-inner-top .logo {
      width: 55%;
      max-width: 270px;
      height: auto; }
      .head-inner-top .logo img {
        max-width: 100%; }
    .head-inner-top .btn_hamburger {
      width: 60px; }
      .head-inner-top .btn_hamburger a {
        position: relative;
        bottom: 3px;
        display: block;
        height: 46px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .head-inner-top .btn_hamburger span {
        position: absolute;
        display: inline-block;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: #00479d;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .head-inner-top .btn_hamburger span:nth-of-type(1) {
          top: 0; }
        .head-inner-top .btn_hamburger span:nth-of-type(2) {
          top: 20px; }
        .head-inner-top .btn_hamburger span:nth-of-type(3) {
          bottom: 0; }
        .head-inner-top .btn_hamburger span:nth-of-type(2)::after {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 6px;
          background-color: #00479d;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
      .head-inner-top .btn_hamburger .active span:nth-of-type(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        .head-inner-top .btn_hamburger .active span:nth-of-type(2)::after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
      .head-inner-top .btn_hamburger .active span:nth-of-type(1), .head-inner-top .btn_hamburger .active span:nth-of-type(3) {
        display: none; }
    .head-inner-top .nav-inner {
      display: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      z-index: 6;
      margin-top: 10px;
      padding: 20px 20px 100px;
      font-size: 1.7em;
      font-weight: bold;
      text-align: center;
      background: #e5ecf5;
      /*.nav-inner-top*/ }
      .head-inner-top .nav-inner ul {
        height: 75px;
        margin-bottom: 15px; }
      .head-inner-top .nav-inner .nav-inner-top a, .head-inner-top .nav-inner .nav-inner-bottom a {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        background-size: 7px;
        color: #00479d; }
      .head-inner-top .nav-inner .nav-inner-top li {
        width: 50%;
        height: inherit; }
        .head-inner-top .nav-inner .nav-inner-top li:first-child {
          margin-right: 15px; }
        .head-inner-top .nav-inner .nav-inner-top li a {
          height: inherit;
          line-height: 75px;
          background-position: 97% 92%; }
          .head-inner-top .nav-inner .nav-inner-top li a.cus {
            line-height: 1.7;
            padding-top: 11px; }
      .head-inner-top .nav-inner .nav-inner-bottom {
        width: 100%;
        height: auto; }
        .head-inner-top .nav-inner .nav-inner-bottom a {
          height: 40px;
          line-height: 40px;
          background-position: 98.5% 92%;
          margin-bottom: 15px; }
          .head-inner-top .nav-inner .nav-inner-bottom a.cus {
            height: auto;
            padding: 15px 30px 0; }
            .head-inner-top .nav-inner .nav-inner-bottom a.cus img {
              width: 100%; }
        .head-inner-top .nav-inner .nav-inner-bottom .nav-inner-banner {
          background: none;
          width: 100%;
          height: auto; }
          .head-inner-top .nav-inner .nav-inner-bottom .nav-inner-banner img {
            display: block;
            max-width: 100%; }
      .head-inner-top .nav-inner .btn-close {
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: url("/common/img/icn/icn-close.png") no-repeat 97% center #00479d;
        background-size: 15px; }
  /*head-inner-top*/
  .footer-top {
    padding: 20px 0; }
    .footer-top .footer-inner-1 {
      display: block;
      width: 100%;
      padding: 0;
      border: none; }
      .footer-top .footer-inner-1 .logo {
        max-width: 270px;
        margin-bottom: 20px; }
        .footer-top .footer-inner-1 .logo img {
          width: 100%; }
      .footer-top .footer-inner-1 .info {
        width: 100%;
        font-size: 1.1em; }
  .footer-bottom {
    font-size: .6em;
    line-height: 1.5;
    padding: 10px 0; }
  .pagetop {
    bottom: 80px;
    right: 20px; }
    .pagetop a {
      width: 45px;
      height: 45px;
      background-size: 18px; }
  /*エリアマップ SP*/
  .search_area-wrap {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0; }
    .search_area-wrap .search_area-ttl {
      margin-bottom: 20px; }
      .search_area-wrap .search_area-ttl h2 {
        font-size: 2em;
        margin-bottom: 15px; }
      .search_area-wrap .search_area-ttl p {
        font-size: 1.3em; }
    .search_area-wrap .search_area-txt {
      max-width: 100%;
      padding: 0 15px;
      float: none; }
      .search_area-wrap .search_area-txt .search_area-txt-inner {
        margin-bottom: 15px; }
        .search_area-wrap .search_area-txt .search_area-txt-inner:last-child {
          margin-bottom: 0; }
        .search_area-wrap .search_area-txt .search_area-txt-inner h3 {
          font-size: 1.5em;
          margin-bottom: 14px; }
        .search_area-wrap .search_area-txt .search_area-txt-inner li {
          font-size: 1.3em; }
    .search_area-wrap .search_area-map_sp {
      clear: both;
      background-size: none;
      margin-bottom: 25px; }
      .search_area-wrap .search_area-map_sp img[usemap] {
        max-width: 100%;
        width: 100%;
        height: auto; }
  /*.search_area-wrap*/
  /*page-ttl-sp*/
  .page-ttl-sp {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #00479d;
    font-size: 2.5em;
    font-weight: bold; }
  /*施工店一覧 SP*/
  .area-ttl {
    font-size: 2.5em;
    margin-bottom: 25px; }
  .area-prefecture {
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px; }
  .area-wrap {
    margin-bottom: 45px; }
    .area-wrap .area-wrap-inner {
      margin-bottom: 25px; }
      .area-wrap .area-wrap-inner .area-construction {
        padding: 15px 0;
        font-size: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .area-wrap .area-wrap-inner .area-construction .area-construction-left {
          width: 100%;
          margin-bottom: 15px; }
          .area-wrap .area-wrap-inner .area-construction .area-construction-left h5 {
            line-height: 1.5;
            font-size: 1.5em;
            padding-left: 1em;
            text-indent: 0; }
        .area-wrap .area-wrap-inner .area-construction .area-construction-right {
          font-size: 1.3em; }
          .area-wrap .area-wrap-inner .area-construction .area-construction-right .area-construction-address .text {
            letter-spacing: 25px; }
  /*斜め矢印を背景に配置*/
  .arrow-diagonal-w {
    background-size: 7px; }
  .arrow-diagonal-a {
    background-size: 7px; }
    .arrow-diagonal-a:hover {
      background-size: 7px; }
  .arrow-diagonal-b {
    background-size: 7px; }
    .arrow-diagonal-b:hover {
      background: url("/common/img/icn/arrow-diagonal-b.gif") no-repeat 99% 95%;
      background-size: 7px; }
  /*汎用リンク*/
  a.general-link-1, a.general-link-2 {
    line-height: 50px;
    font-size: 1.7em; }
  /*別窓アイコン*/
  .icn-window {
    bottom: 0; }
  .page-cap {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 25px; }
  /* hoverアニメーション有りのスタイル スマホでは切る*/
  .button-fill {
    position: static;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0; }
    .button-fill:after {
      position: static;
      -webkit-transition: 0;
      -o-transition: 0;
      transition: 0;
      content: '';
      width: 0;
      height: 0;
      background: none;
      opacity: 0;
      -webkit-transform: skewX(0);
      -ms-transform: skewX(0);
      transform: skewX(0); }
    .button-fill:hover:after {
      right: 0;
      width: 0; } }

/*max-width: 640px*/
@media only screen and (max-width: 500px) {
  .head-inner-top {
    /*ドロワーメニュー*/ }
    .head-inner-top .btn_hamburger {
      width: 35px; }
      .head-inner-top .btn_hamburger a {
        height: 24px;
        bottom: 7px; }
      .head-inner-top .btn_hamburger span {
        height: 4px; }
        .head-inner-top .btn_hamburger span:nth-of-type(2) {
          top: 10px; }
          .head-inner-top .btn_hamburger span:nth-of-type(2)::after {
            height: 4px; }
  /*.head-inner-top*/ }

/*max-width: 500px*/
