@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  img {
    max-width: 100%;
  }

  ul, li, h1, h2, p, body {
    margin: 0;
    padding: 0;
  }

  /*header*/
  /*ハンバーガー*/
  a {
    text-decoration: none;
    color: #333;
  }

  a:hover {
    opacity: 0.7;
  }

  nav {
    margin: 0 0 0 auto;
    padding: 3vw;
  }

  .btn {
    text-align: right;
  }

  .btn a {
    display: inline-block;
    text-align: center;
  }

  #open a {
    width: 15vw;
  }

  #close a {
    color: #fff;
    background: #b5a591;
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
  }

  #g_menu li {
    list-style: none;
  }

  #g_menu a {
    color: #fff;
    line-height: 8vw;
    width: 8vw;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #g_menu {
    height: 100%;
    width: 150px;
    padding: 20px;
    background: rgba(73, 49, 21, 0.68);
    transition: right 1s;
    position: fixed;
    top: 0;
  }

  #g_menu:not(:target) {
    right: -100%;
  }

  #g_menu:target {
    right: 0;
  }

  article {
    padding: 20px 0;
  }

  section {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }

  /*ハンバーガーここまで*/
  .site-header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0px 3px 7px -3px #c0c0c0;
    height: 21vw;
  }

  .nav ul {
    float: right;
  }

  .nav li {
    display: inline-block;
    list-style: none;
    margin: 2vw 1.5vw;
  }

  .nav img {
    width: 10vw;
  }

  .header_sp {
    float: left;
    width: 55vw;
    padding: 1vw 0;
  }

  .header_sp img {
    width: 53vw;
  }

  .logo {
    display: inline-block;
    float: left;
    width: 18vw;
    padding: 3vw 3vw 0;
  }

  .logo img {
    width: 15vw;
  }

  .title_sub {
    font-size: 3vw;
  }

  .title_staff {
    position: absolute;
    top: 27vw;
    left: 39vw;
  }

  .title_menu {
    position: absolute;
    top: 24vw;
    left: 40vw;
  }

  .title_about {
    position: absolute;
    top: 23vw;
    left: 38vw;
  }

  /*共通*/
  .fuwatAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
  }

  @-webkit-keyframes fuwatAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  @keyframes fuwatAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

  .title02 {
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #493115;
    text-align: center;
    font-size: 7.5vw;
    line-height: 0.7;
    padding: 3vw 0 0;
    margin-bottom: 2vw;
  }

  .text01 {
    text-align: center;
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.8vw;
    line-height: 1.5;
    margin-top: 2vw;
  }

  .contents03, .contents04, .contents05, .contents06 {
    margin: 5px 5px 0;
    padding: 2vw 0 0;
  }

  .details {
    text-align: right;
  }

  .details img {
    width: 30vw;
    margin: 5vw 2vw 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .details:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  /*top_kv*/
  #photo {
    width: auto;
    height: 60vw;
    margin-top: 21vw;
    overflow: hidden;
    position: relative;
    background-image: url(../images/1409389.png);
    background-position: center center;
    background-size: 120vw;
    background-repeat: no-repeat;
  }

  #photo img {
    top: 2.5vw;
    left: 5vw;
    position: absolute;
    width: 90vw;
  }

  /*contents01*/
  .contents01 {
    position: relative;
  }

  .title01 {
    position: absolute;
    top: 5vw;
    left: 7vw;
    z-index: 50;
  }

  .title01 img {
    width: 35vw;
  }

  .text06 {
    position: absolute;
    top: 45vw;
    left: 20.5vw;
    z-index: 50;
  }

  .text06 img {
    width: 60vw;
  }

  /*contents02*/
  .contents02 {
    background-image: url(../images/hairstyle_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 220vw;
    border-radius: 10px;
    margin: 5px 5px;
  }

  .hairstyle {
    margin: 0 auto;
  }

  .style01, .style02, .style03, .style04, .style05, .style06, .style07, .style08 {
    float: left;
  }

  .style01, .style02, .style03, .style04, .style05, .style06, .style07, .style08 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 42vw;
    margin: 3vw;
  }

  .style01:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .style02:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .style03:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .style04:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .style05:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .style06:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .style07:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .style08:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .instagram p {
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4vw;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
    position: absolute;
    top: 0.3vw;
    right: 13vw;
  }

  .instagram img {
    width: 10vw;
    display: inline-block;
    position: absolute;
    top: -9px;
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 0.5vw;
  }

  .instagram:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .instagram {
    text-align: right;
    position: relative;
  }

  /*contents03*/
  .contents03 {
    position: relative;
  }

  .leaf_line {
    text-align: center;
  }

  .leaf_line img {
    width: 75vw;
  }

  .store {
    text-align: center;
  }

  .store img {
    width: 75vw;
    margin: 3vw;
  }

  .bird {
    position: absolute;
    top: 62vw;
    right: 2vw;
  }

  .bird img {
    width: 18vw;
  }

  /*contents04*/
  .contents04 {
    background-image: url(../images/menu_reservation.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
  }

  hr {
    color: #493115;
    width: 80vw;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
  }

  .text02 {
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5vw;
    font-weight: bold;
    color: #493115;
    display: inline-block;
    padding-top: 3vw;
  }

  .text03 {
    font-size: 3vw;
    color: #493115;
  }

  .text04 {
    font-size: 3vw;
    color: #493115;
    padding: 1vw;
    line-height: 1.5;
    text-align: justify;
  }

  table {
    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
  }

  th {
    text-align: left;
    border-bottom: 1px solid #493115;
    width: 30vw;
  }

  /*contents05*/
  .staff {
    text-align: center;
  }

  .staff img {
    width: 80vw;
  }

  /*contents06*/
  .map {
    margin: 3vw 1vw 0;
    position: relative;
    height: 65vw;
  }

  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
  }

  .open {
    background-color: #fff5ee;
    padding: 1.5vw 1.5vw 2.5vw;
    position: relative;
    border-radius: 10px;
    margin: 1vw;
  }

  .leaf {
    position: absolute;
    top: 28vw;
    left: 72vw;
  }

  .leaf img {
    width: 20vw;
  }

  .text05 {
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4vw;
    color: #493115;
    padding-top: 1vw;
    text-decoration: underline;
  }

  /*aboutページ*/
  /*contents07*/
  .header_leaf {
    position: relative;
    margin: 20.9vw 0 0;
  }

  .header_leaf img {
    width: 100vw;
    height: 19vw;
  }

  .photo_about_top {
    text-align: center;
  }

  .photo_about_top img {
    width: 80vw;
    border-radius: 10px;
  }

  .en img {
    float: left;
    margin: 0.5vw;
    width: 32vw;
  }

  .en {
    margin: 5vw 0;
  }

  .text07 {
    text-align: center;
    font-size: 6vw;
    margin: 1vw 0 0;
    font-weight: bold;
    color: #8fbc8f;
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .leaf_line2 {
    text-align: center;
  }

  .leaf_line2 img {
    width: 45vw;
    height: 2vw;
  }

  /*contents08*/
  .contents08 {
    margin: 10vw 0;
    background: linear-gradient(#f5fffa, #fff);
    z-index: 0;
    position: relative;
  }

  .left_img {
    position: relative;
    text-align: center;
    margin: 5vw;
  }

  .left_img img {
    width: 90vw;
    box-shadow: 4px 4px 4px 0.1px #808080;
  }

  .right_img {
    position: relative;
    text-align: center;
    margin: 5vw;
  }

  .right_img img {
    width: 90vw;
    box-shadow: 4px 4px 4px 0.1px #808080;
  }

  .left_text p {
    padding: 4vw 1vw 5vw;
  }

  .right_text p {
    padding: 1vw 1vw 3vw;
  }

  /*contents09*/
  .contents09 {
    margin: 5vw 1vw;
    background-color: #fff5ee;
  }

  .contents09 img {
    width: 70vw;
    margin: 0 auto;
    border-radius: 10px;
  }

  .horizontal-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .item {
    /* 横スクロール用 */
    display: inline-block;
    width: auto;
    /* 見た目調整 */
    height: 19.5vw;
    margin: 16px;
    font-size: 48px;
  }

  .text11 {
    text-align: center;
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4vw;
    font-weight: bold;
    color: #493115;
    padding: 2vw;
  }

  /*menuページ*/
  /*contents10*/
  table.menu_table {
    background-color: #e0ebaf;
    border-radius: 10px;
  }

  .text_right {
    text-align: right;
  }

  .sub01 {
    background-color: #c1d8ac;
        box-shadow: 1px 1px 3px grey;
        text-align: center;
        padding: 5%;
        font-size: 2vw;
  }

  .text12{
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3vw;
    padding: 1vw;
    color: #493115;
  }

  .long {
    padding-bottom: 2vw;
  }

  /*staffページ*/
  /*contents11*/
  .staff_profile {
    margin: 2%;
    position: relative;
    height: 100%;
    min-height: 60vw;
    display: flex;
  }

  .bk01 {
    background-color: #778899;
  }

  .bk02 {
    background-color: #b0c4de;
  }

  .bk03 {
    background-color: #d4acad;
  }

  .bk04 {
    background-color: #a8bf93;
  }

  .bk05 {
    background-color: #d69090;
  }

  .staff_image_left {
    width: 45%;
    margin: 3%;
  }

  .staff_image_right {
    width: 45%;
    margin: 3%;
  }

  .staff_text_left {
    width: 50%;
    height: 100%;
    padding: 3%;
    margin: 3% 0 3% 3%;
    background-color: #fff;
    box-shadow: 4px 4px 4px 0.1px #808080;
  }

  .staff_text_right {
    width: 50%;
    height: 100%;
    padding: 3%;
    margin: 3% 3% 3% 0;
    background-color: #fff;
    box-shadow: 4px 4px 4px 0.1px #808080;
  }

  .text08 {
    text-align: center;
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 5.5vw;
    font-weight: bold;
    color: #493115;
    padding-bottom: 5%;
  }

  .text08 span {
    font-size: 3.5vw;
  }

  .text09 {
    font-size: 3.2vw;
    color: #493115;
    line-height: 1.3;
  }

  .text10 {
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.5vw;
    font-weight: bold;
    color: #493115;
    padding: 5% 0 2%;
  }

  .Position {
    font-size: 2.8vw;
    width: 22vw;
    text-align: center;
    background-color: #b7282e;
    color: #fff;
    padding: 0.5vw;
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .akaisi {
    position: absolute;
    top: 72%;
    left: 11%;
  }

  .morikawa {
    position: absolute;
    top: 71%;
    right: 10%;
  }

  .yamagata {
    position: absolute;
    top: 80%;
    left: 11%;
  }

  .minagawa {
    position: absolute;
    top: 88%;
    right: 10%;
  }

  .chakiti {
    position: absolute;
    top: 88%;
    left: 11%;
  }

  /*fotter*/
  footer {
    position: relative;
    background-image: url(../images/footer02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    height: 25vw;
    margin-top: 2vw;
  }

  #pageTop {
    position: fixed;
    bottom: 10px;
    right: -20px;
    z-index: 999;
  }

  #pageTop img {
    width: 60%;
  }

  .logo02 {
    text-align: center;
  }

  .logo02 img {
    width: 15vw;
  }

  .title03 {
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #41ab80;
    text-align: center;
    font-size: 5vw;
  }

  /* micro clearfx */
  .cf:before,
  .cf:after {
    content: "";
    display: table;
  }

  .cf:after {
    clear: both;
  }

  .cf {
    zoom: 1;
  }

  /* For IE 6/7 */
}
