@charset "UTF-8";
/* ----------------------------------- // */
/*--- Everything but IE and Safari ≤ 6 ---*/
/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
/* 使用例 */
html {
  height: 100%; }

body {
  font-size: 14px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  color: #eee;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  @media only screen and (min-width: 640px) {
    body {
      font-size: 16px; } }

main {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

a {
  color: #eee;
  text-decoration: none; }
  a:hover {
    color: #999; }

p {
  line-height: 2;
  padding: 3px 0; }

.container {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  clear: both;
  padding: 0 10px; }
  @media only screen and (min-width: 640px) {
    .container {
      padding: 0 20px; } }
  @media only screen and (min-width: 1040px) {
    .container {
      padding: 0; } }

li {
  list-style: none; }

table {
  border-collapse: collapse; }

.btn_appt {
  margin: 0 auto;
  width: 100%;
  height: auto;
  line-height: 2;
  text-align: center;
  padding: 0;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
  @media only screen and (min-width: 640px) {
    .btn_appt {
      padding: 20px 0; } }
  .btn_appt .btn_appt_inner {
    margin: 0 auto;
    width: 100%; }
    .btn_appt .btn_appt_inner .btn_appt_norm {
      text-align: center;
      display: inline-block;
      width: 100%;
      height: 50px;
      font-weight: bold;
      margin-bottom: 10px;
      padding: 8px;
      border: 1px solid #FFF;
      color: #111;
      background: #FFF; }
      @media only screen and (min-width: 640px) {
        .btn_appt .btn_appt_inner .btn_appt_norm {
          width: 230px; } }
      @media only screen and (min-width: 640px) {
        .btn_appt .btn_appt_inner .btn_appt_norm {
          margin-bottom: 0; } }
      @media only screen and (min-width: 640px) {
        .btn_appt .btn_appt_inner .btn_appt_norm:not(:last-child) {
          margin-right: 20px; } }
      .btn_appt .btn_appt_inner .btn_appt_norm::before {
        content: "> "; }
      .btn_appt .btn_appt_inner .btn_appt_norm:hover {
        border: 1px solid #eee;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .btn_appt .btn_appt_inner .btn_appt_norm:hover {
        color: #eee;
        background: none; }
    .btn_appt .btn_appt_inner .btn_appt_clear {
      text-align: center;
      display: inline-block;
      width: 100%;
      height: 50px;
      font-weight: bold;
      margin-bottom: 10px;
      padding: 8px;
      border: 1px solid #FFF;
      color: #FFF;
      background: none; }
      #RecruitPage .btn_appt .btn_appt_inner .btn_appt_clear{
        width: 60%;
      }
      @media only screen and (max-width: 640px) {
        #RecruitPage .btn_appt .btn_appt_inner .btn_appt_clear {
          width: 100%; } }
      @media only screen and (min-width: 640px) {
        .btn_appt .btn_appt_inner .btn_appt_clear {
          width: 230px; } }
      @media only screen and (min-width: 640px) {
        .btn_appt .btn_appt_inner .btn_appt_clear {
          margin-bottom: 0; } }
      @media only screen and (min-width: 640px) {
        .btn_appt .btn_appt_inner .btn_appt_clear:not(:last-child) {
          margin-right: 20px; } }
      .btn_appt .btn_appt_inner .btn_appt_clear::before {
        content: "> "; }
      .btn_appt .btn_appt_inner .btn_appt_clear:hover {
        border: 1px solid #eee;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .btn_appt .btn_appt_inner .btn_appt_clear:hover {
        color: none;
        background: rgba(255, 255, 255, 0.5); }

.menu_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.5;
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
  margin-top: 3px;
  width: 100%; }
  .menu_icon span {
    display: inline-block;
    text-align: center;
    border: 1px solid #eee;
    font-size: 0.6rem;
    letter-spacing: -0.15rem;
    text-indent: -0.15rem;
    width: calc((100% - 9px) / 3);
    max-width: 70px;
    padding: 0;
    margin-top: 3px;
    margin-right: 3px;
    border-radius: 1px; }

#contents {
  background-color: #222;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url("/img/bg_ornament-1.png") -200px -100px no-repeat, url("/img/bg_ornament-2.png") right -100px bottom -200px no-repeat, url("/img/bg.png"); }
  #contents h2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    height: 80px;
    width: auto;
    padding: 10px 0; }
    @media screen and (min-width: 640px) {
      #contents h2 {
        margin-top: 0;
        margin-bottom: 20px; } }
    @media screen and (min-width: 640px) {
      #contents h2 {
        height: 100px; } }
    @media screen and (min-width: 640px) {
      #contents h2 {
        padding: 30px 0 10px 0; } }
    #contents h2 span {
      padding-top: 15px;
      display: inline-block;
      position: relative;
      width: 300px;
      height: 40px; }
      @media only screen and (min-width: 640px) {
        #contents h2 span {
          width: 500px; } }
      @media screen and (min-width: 640px) {
        #contents h2 span {
          height: 50px; } }
      #contents h2 span::before {
        position: absolute;
        top: 30%;
        margin-top: -8px;
        content: "";
        display: inline-block;
        height: 50px;
        width: 26px;
        background-size: contain;
        vertical-align: middle;
        left: 20px;
        background: url("/img/h2_left.svg") no-repeat; }
      #contents h2 span::after {
        position: absolute;
        top: 30%;
        margin-top: -8px;
        content: "";
        display: inline-block;
        height: 50px;
        width: 26px;
        background-size: contain;
        vertical-align: middle;
        right: 20px;
        background: url("/img/h2_right.svg") no-repeat; }
  #contents h3 {
    padding: 5px;
    text-align: center;
    font-size: 1.2rem;
    color: #ddd;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    line-height: 2; }
  #contents #sab-nav {
    background: rgba(255, 255, 255, 0.1);
    height: auto; }
    #contents #sab-nav ul {
      line-height: 2;
      text-align: right; }
      #contents #sab-nav ul li {
        display: inline-block; }
        #contents #sab-nav ul li:not(:last-child)::after {
          content: " / "; }
        #contents #sab-nav ul li a {
          position: relative;
          display: inline-block;
          text-decoration: none;
          color: #FFF;
          letter-spacing: -0.1rem;
          text-indent: -0.1rem; }
          #contents #sab-nav ul li a:hover {
            color: #999; }
            #contents #sab-nav ul li a:hover::after {
              -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
          #contents #sab-nav ul li a::after {
            position: absolute;
            bottom: 5px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #999;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: center top;
            transform-origin: center top;
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s; }

#breadcrumbs {
  background: #eee; }
  #breadcrumbs ol {
    line-height: 2;
    color: #000; }
    #breadcrumbs ol li {
      display: inline-block; }
      #breadcrumbs ol li:not(:last-child)::after {
        content: " > "; }
      #breadcrumbs ol li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #222; }
        #breadcrumbs ol li a:hover {
          color: #999; }
          #breadcrumbs ol li a:hover::after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
        #breadcrumbs ol li a::after {
          position: absolute;
          bottom: 5px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #999;
          -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
          -webkit-transform-origin: center top;
          transform-origin: center top;
          -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s; }

/*ヘッダー*/
header {
  /* header */
  /* Fixed */
  /* Toggle Button */ }
  header #header {
    height: 100px;
    background-color: #222; }
  header .container {
    padding: 0;
    margin: 0; }
  header .inner {
    width: 980px;
    height: auto;
    margin: 0 auto; }
    header .inner:after {
      content: "";
      clear: both;
      display: block; }
  header #top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
    color: #fff;
    text-decoration: none; }
    header #top-head ul {
      width: 720px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      header #top-head ul li {
        width: 120px;
        line-height: 1;
        text-align: center;
        border-right: 1px solid #999; }
        header #top-head ul li:not(:last-child) {
          border-bottom: none; }
        header #top-head ul li:first-child {
          border-left: 1px solid #999; }
        header #top-head ul li br {
          display: inline; }
        header #top-head ul li span {
          font-size: 0.7rem; }
    header #top-head .inner {
      position: relative; }
    header #top-head .logo {
      max-width: 230px;
      padding-top: 20px; }
  header #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 20px; }
    header #global-nav ul li {
      width: 120px;
      height: 100%;
      padding: 15px; }
      header #global-nav ul li a {
        color: #FFF;
        width: 100%;
        height: 100%;
        position: relative;
        display: inline-block;
        text-decoration: none; }
        header #global-nav ul li a:hover {
          color: #999; }
        header #global-nav ul li a::after {
          background: #999;
          position: absolute;
          bottom: -10px;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
          -webkit-transform-origin: center top;
          transform-origin: center top;
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
        header #global-nav ul li a:hover::after {
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
  header #top-head.fixed {
    margin-top: 0;
    top: 0;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: top 0.65s ease-in;
    transition: top 0.65s ease-in; }
    header #top-head.fixed .logo {
      color: #333;
      max-width: 230px; }
    header #top-head.fixed #global-nav ul li a {
      color: #333;
      padding: 0 20px; }
  header #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101; }
    header #nav-toggle div {
      position: relative; }
    header #nav-toggle span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #666;
      left: 0;
      -webkit-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      header #nav-toggle span:nth-child(1) {
        top: 0; }
      header #nav-toggle span:nth-child(2) {
        top: 11px; }
      header #nav-toggle span:nth-child(3) {
        top: 22px; }
  @media screen and (max-width: 1040px) {
    header {
      /* Fixed reset */
      /* #nav-toggle 切り替えアニメーション */
      /* #global-nav スライドアニメーション */ }
      header #header {
        height: 60px; }
      header #top-head,
      header .inner {
        width: 100%;
        padding: 0; }
      header #top-head {
        top: 0;
        position: fixed;
        margin-top: 0; }
      header #top-head.fixed {
        padding-top: 0;
        background: transparent; }
      header #mobile-head {
        background: #222;
        width: 100%;
        height: 60px;
        z-index: 999;
        position: relative; }
      header #top-head.fixed .logo,
      header #top-head .logo {
        position: absolute;
        padding: 10px 0;
        left: 10px;
        top: 0;
        color: #333;
        height: 60px; }
      header #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -600px;
        background: #333;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        background: rgbq(255, 255, 255, 0.8); }
        header #global-nav ul {
          list-style: none;
          position: static;
          right: 0;
          bottom: 0;
          top: 0;
          width: 100%; }
          header #global-nav ul li {
            display: inline-block;
            width: 100%;
            padding: 0;
            border: none;
            border-top: 1px solid #999; }
            header #global-nav ul li:first-child {
              border-left: none; }
            header #global-nav ul li:last-child {
              border-bottom: 1px solid #999; }
            header #global-nav ul li br {
              display: none; }
            header #global-nav ul li span::before {
              content: " "; }
            header #global-nav ul li a {
              display: block;
              width: 100%;
              color: #FFF;
              border-top: none; }
              header #global-nav ul li a::after {
                display: none; }
              header #global-nav ul li a:hover {
                background: #666; }
      header #top-head #global-nav ul li a,
      header #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0; }
      header #nav-toggle {
        display: block; }
      header .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg); }
      header .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%; }
      header .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg); }
      header .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -webkit-transform: translateY(660px);
        transform: translateY(660px); } }

/*ホーム*/
#TopPage #hero {
  background: url("/img/hero_mobile.jpg") center center/cover no-repeat;
  position: relative;
  width: 100%;
  height: 250px; }
  @media screen and (min-width: 640px) {
    #TopPage #hero {
      background: url("/img/hero.jpg") center center/cover no-repeat; } }
  @media screen and (min-width: 640px) {
    #TopPage #hero {
      height: 450px; } }
  @media screen and (min-width: 1040px) {
    #TopPage #hero {
      height: 600px; } }
  #TopPage #hero p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #TopPage #hero p {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #TopPage #hero p {
        font-size: 1.2rem; } }

#TopPage #topics {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#TopPage #topics ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#TopPage #topics ul li{
  position: relative;
  background-image: url(/tokyo/fuchu/img/gal_05.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
}
#TopPage #topics ul li:first-of-type{
  background-image: url(/shizuoka/atami-ocean/img/gal_01.jpg);
  background-position: bottom;
}
#TopPage #topics ul li::before{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
#TopPage #topics ul li + li{
  margin-left: 20px;
}
#TopPage #topics ul li a{
  display: block;
  height: 100%;
  transition: ease-in-out .3s;
}
#TopPage #topics ul li a:hover{
  opacity: .7;
}
#TopPage #topics ul li p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}
#TopPage #topics ul li p span{
  display: block;
  font-size: 22px;
  white-space: nowrap;
}
#TopPage #topics ul li .decoration{
  position: absolute;
  width: 95%;
  height: 88%;
  border: solid #FFF 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: ease-in-out .3s;
}
#TopPage #topics ul li a:hover .decoration{
  opacity: .7;
}
@media only screen and (max-width: 640px){
  #TopPage #topics ul{
    display: block;
  }
  #TopPage #topics ul li{
    width: 100%;
    height: 150px;
  }
  #TopPage #topics ul li + li{
    margin: 25px 0 0 0;
  }
}
#TopPage #menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media only screen and (min-width: 640px) {
    #TopPage #menu ul {
      margin-bottom: 0; } }
  #TopPage #menu ul:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (min-width: 640px) {
      #TopPage #menu ul:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  #TopPage #menu ul h3 {
    border-bottom: 0; }
  #TopPage #menu ul li {
    height: auto;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      #TopPage #menu ul li {
        width: calc(50% - 20px); } }
  @media only screen and (min-width: 640px) and (min-width: 1040px) {
    #TopPage #menu ul li:nth-child(even) {
      margin-top: 30px; } }
    #TopPage #menu ul li:nth-child(odd) {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 640px) {
        #TopPage #menu ul li:nth-child(odd) {
          width: 50%; } }
    #TopPage #menu ul li img {
      width: 100%;
      height: auto; }
    #TopPage #menu ul li h3 {
      line-height: 2;
      text-align: center;
      font-size: 1.3rem;
      letter-spacing: 0.2rem;
      text-indent: 0.2rem;
      margin-top: 10px;
      height: 50px; }
      @media only screen and (min-width: 640px) {
        #TopPage #menu ul li h3 {
          letter-spacing: 0.5rem;
          text-indent: 0.5rem; } }

#TopPage #advice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #TopPage #advice ul li {
    width: 100%;
    height: auto;
    height: auto; }
    @media only screen and (min-width: 640px) {
      #TopPage #advice ul li {
        width: 25%;
        margin-bottom: 10px; } }
    #TopPage #advice ul li:nth-child(even) {
      margin-bottom: 25px; }
      @media only screen and (min-width: 640px) {
        #TopPage #advice ul li:nth-child(even) {
          padding: 10px; } }
    #TopPage #advice ul li:nth-child(2) {
      background-image: url("/img/ad_1.svg");
      background-position: 50% 80%;
      background-size: 110px auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 640px) {
        #TopPage #advice ul li:nth-child(2) {
          background-size: 140px auto; } }
    #TopPage #advice ul li:nth-child(4) {
      background-image: url("/img/ad_2.svg");
      background-position: 50% 80%;
      background-size: 110px auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 640px) {
        #TopPage #advice ul li:nth-child(4) {
          background-size: 140px auto; } }
    #TopPage #advice ul li:nth-child(6) {
      background-image: url("/img/ad_3.svg");
      background-position: 50% 80%;
      background-size: 110px auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 640px) {
        #TopPage #advice ul li:nth-child(6) {
          background-size: 140px auto; } }
    #TopPage #advice ul li:nth-child(8) {
      background-image: url("/img/ad_4.svg");
      background-position: 50% 80%;
      background-size: 110px auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 640px) {
        #TopPage #advice ul li:nth-child(8) {
          background-size: 140px auto; } }
    #TopPage #advice ul li img {
      width: 100%;
      height: auto; }
    #TopPage #advice ul li h3 {
      border-bottom: 0;
      margin-top: 5px;
      margin-bottom: 0;
      padding: 10px;
      line-height: 1.5;
      text-align: center;
      font-size: 1.1rem; }
      @media only screen and (min-width: 640px) {
        #TopPage #advice ul li h3 {
          padding: 0;
          margin-bottom: 10px; } }
    @media only screen and (min-width: 640px) {
      #TopPage #advice ul li p {
        line-height: 2;
        font-size: 0.9rem; } }

#TopPage #salon ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #TopPage #salon ul li {
    letter-spacing: -0.05em;
    display: block;
    width: calc(50% - 5px);
    height: auto;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 640px) {
      #TopPage #salon ul li {
        width: calc(25% - 8px);
        height: 320px; } }
    @media only screen and (min-width: 1040px) {
      #TopPage #salon ul li {
        width: calc((100% / 5) - 8px);
        height: 330px; } }
    #TopPage #salon ul li:nth-child(even) {
      margin-right: 0; }
    @media only screen and (min-width: 640px) {
      #TopPage #salon ul li {
        margin-right: 10px; }
        #TopPage #salon ul li:nth-child(even) {
          margin-right: 10px; }
        #TopPage #salon ul li:nth-child(4n+4) {
          margin-right: 0; } }
    @media only screen and (min-width: 1040px) {
      #TopPage #salon ul li {
        margin-right: 10px; }
        #TopPage #salon ul li:nth-child(even) {
          margin-right: 10px; }
        #TopPage #salon ul li:nth-child(5n+5) {
          margin-right: 0; } }
    #TopPage #salon ul li a {
      width: 100%;
      height: 100%;
      display: inline-block;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      #TopPage #salon ul li a:hover {
        background: #222;
        color: #eee; }
    #TopPage #salon ul li img {
      width: 100%;
      height: auto; }
    #TopPage #salon ul li h3 {
      border-bottom: 1px solid #eee;
      width: 100%;
      line-height: 2;
      font-size: 1rem;
      margin-bottom: 5px; }
      #TopPage #salon ul li h3 span {
        font-size: 0.8rem; }
    #TopPage #salon ul li p {
      text-align: left;
      line-height: 1.5;
      font-size: 0.8rem;
      padding: 2px 5px;
      margin: 0; }

#TopPage #info {
  overflow: hidden;
  padding-bottom: 50px;
  width: 100%;
  margin: 0 auto; }
  #TopPage #info .info {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0; }
    #TopPage #info .info dl {
      display: block;
      line-height: 1.5rem;
      height: auto;
      margin: 0; }
      #TopPage #info .info dl dt {
        width: 100%;
        font-weight: bold; }
      #TopPage #info .info dl dd {
        font-size: 0.9rem;
        width: 100%;
        font-weight: normal;
        margin-bottom: 10px; }
    #TopPage #info .info a {
      text-decoration: underline; }
      #TopPage #info .info a:hover {
        text-decoration: none; }

/*メニュー*/
#MenuPage #image {
  background: url("/menu/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #MenuPage #image {
      background: url("/menu/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #MenuPage #image {
      height: 400px; } }
  #MenuPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #MenuPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #MenuPage #image h1 {
        font-size: 2rem; } }

#MenuPage #contents #menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media only screen and (min-width: 640px) {
    #MenuPage #contents #menu ul {
      margin-bottom: 0; } }
  #MenuPage #contents #menu ul:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (min-width: 640px) {
      #MenuPage #contents #menu ul:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  #MenuPage #contents #menu ul h3 {
    border-bottom: 0; }
  #MenuPage #contents #menu ul li {
    height: auto;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      #MenuPage #contents #menu ul li {
        width: calc(50% - 20px); } }
  @media only screen and (min-width: 640px) and (min-width: 1040px) {
    #MenuPage #contents #menu ul li:nth-child(even) {
      margin-top: 30px; } }
    #MenuPage #contents #menu ul li:nth-child(odd) {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 640px) {
        #MenuPage #contents #menu ul li:nth-child(odd) {
          width: 50%; } }
    #MenuPage #contents #menu ul li.mini {
      height: 0;
      padding: 0;
      margin: 0; }
    #MenuPage #contents #menu ul li.wide {
      width: 100%;
      text-align: center;
      padding: 20px 0; }
      @media only screen and (min-width: 640px) {
        #MenuPage #contents #menu ul li.wide {
          padding: 50px 20px; } }
      #MenuPage #contents #menu ul li.wide h4 {
        font-size: 1rem;
        padding: 10px; }
      #MenuPage #contents #menu ul li.wide h5 {
        font-size: 1.3rem;
        padding: 10px; }
      #MenuPage #contents #menu ul li.wide table {
        width: 100%;
        margin: 10px auto;
        border-collapse: collapse; }
        @media only screen and (min-width: 640px) {
          #MenuPage #contents #menu ul li.wide table {
            width: 80%;
            font-size: 0.8rem; } }
        #MenuPage #contents #menu ul li.wide table td {
          padding: 10px;
          border: 1px solid #ddd; }
          #MenuPage #contents #menu ul li.wide table td:first-child {
            width: 20%; }
    #MenuPage #contents #menu ul li.note {
      font-size: 0.8rem;
      background: rgba(0, 0, 0, 0.6); }
      @media only screen and (min-width: 640px) {
        #MenuPage #contents #menu ul li.note {
          margin: 30px 0; } }
    #MenuPage #contents #menu ul li img {
      width: 100%;
      height: auto; }
    #MenuPage #contents #menu ul li h3 {
      line-height: 2;
      text-align: center;
      font-size: 1.3rem;
      letter-spacing: 0.3rem;
      text-indent: 0.3rem;
      margin-top: 10px;
      height: 50px; }
    #MenuPage #contents #menu ul li .mass {
      padding: 3px 0; }
    #MenuPage #contents #menu ul li .notes {
      display: inline-block;
      font-size: 0.8rem;
      color: salmon;
      line-height: 1.8; }

/*サロン＆予約*/
#SalonPage #image {
  background: url("/salon/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #SalonPage #image {
      background: url("/salon/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #SalonPage #image {
      height: 400px; } }
  #SalonPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #SalonPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #SalonPage #image h1 {
        font-size: 2rem; } }

#SalonPage #contents #salon .outer:last-child {
  margin-bottom: 40px; }

#SalonPage #contents #salon .outer .block {
  background: rgba(255, 255, 255, 0.1);
  padding: 0 10px 10px 10px;
  -webkit-transition: 400ms;
  transition: 400ms; }
  @media screen and (min-width: 640px) {
    #SalonPage #contents #salon .outer .block {
      padding: 20px 20px 30px 20px; } }
  #SalonPage #contents #salon .outer .block:not(:last-child) {
    margin-bottom: 20px; }
  #SalonPage #contents #salon .outer .block:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 400ms;
    transition: 400ms; }

#SalonPage #contents #salon div {
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    #SalonPage #contents #salon div h3 {
      margin-bottom: 20px;
      padding-bottom: 10px; } }
  @media screen and (min-width: 640px) {
    #SalonPage #contents #salon div .image {
      width: 250px;
      float: left; } }
  #SalonPage #contents #salon div .image img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 640px) {
    #SalonPage #contents #salon div .text {
      width: calc(100% - 270px);
      padding-top: 0;
      margin-left: 20px;
      color: #FFF;
      float: left; }
      #SalonPage #contents #salon div .text:hover {
        color: #FFF; } }
  #SalonPage #contents #salon div .text dl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    #SalonPage #contents #salon div .text dl dt {
      width: 70px; }
      @media screen and (min-width: 640px) {
        #SalonPage #contents #salon div .text dl dt {
          width: 80px; } }
    #SalonPage #contents #salon div .text dl dd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  #SalonPage #contents #salon div .text p {
    font-size: 0.95rem; }
    @media screen and (min-width: 640px) {
      #SalonPage #contents #salon div .text p {
        text-align: left; } }
  #SalonPage #contents #salon div .text .menu_icon {
    text-align: center;
    width: 100%;
    padding-top: 0;
    margin: 20px 0; }
    @media screen and (min-width: 640px) {
      #SalonPage #contents #salon div .text .menu_icon {
        margin: 0 0 10px 0; } }
  #SalonPage #contents #salon div .btn_appt {
    float: left;
    padding: 0;
    padding-top: 20px; }
    @media screen and (max-width: 825px) and (min-width: 640px) {
      #SalonPage #contents #salon div .btn_appt .btn_appt_inner a:last-child {
        margin-top: 10px; } }
    #SalonPage #contents #salon div .btn_appt .btn_appt_norm {
      margin-bottom: 0; }

/*店舗用ページ*/
#ShopPage .sapporo {
  /*札幌すすきの*/
  background: #333;
  background: url("/hokkaido/sapporo/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .sapporo {
      background: url("/hokkaido/sapporo/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .maoka {
  /*真岡*/
  background: #333;
  background: url("/tochigi/moka/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .maoka {
      background: url("/tochigi/moka/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .kinugawa {
  /*鬼怒川*/
  background: #333;
  background: url("/tochigi/kinugawa/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .kinugawa {
      background: url("/tochigi/kinugawa/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .roppongi {
  /*六本木*/
  background: #333;
  background: url("/tokyo/roppongi/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .roppongi {
      background: url("/tokyo/roppongi/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .fuchu {
  /*府中*/
  background: #333;
  background: url("/tokyo/fuchu/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .fuchu {
      background: url("/tokyo/fuchu/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .karuizawa {
  /*軽井沢*/
  background: #333;
  background: url("/nagano/karuizawa/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .karuizawa {
      background: url("/nagano/karuizawa/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .kofu {
  /*甲府*/
  background: #333;
  background: url("/yamanashi/kofu/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .kofu {
      background: url("/yamanashi/kofu/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .kagayamashiro {
  /*加賀山城*/
  background: #333;
  background: url("/ishikawa/kagayamashiro/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .kagayamashiro {
      background: url("/ishikawa/kagayamashiro/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .ito {
  /*伊東川奈*/
  background: #333;
  background: url("/shizuoka/ito/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .ito {
      background: url("/shizuoka/ito/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .temmabashi {
  /*天満橋*/
  background: #333;
  background: url("/osaka/temmabashi/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .temmabashi {
      background: url("/osaka/temmabashi/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .akimiyajima {
  /*安芸宮島*/
  background: #333;
  background: url("/hiroshima/akimiyajima/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .akimiyajima {
      background: url("/hiroshima/akimiyajima/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .canna {
  /*沖縄*/
  background: #333;
  background: url("/okinawa/canna/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .canna {
      background: url("/okinawa/canna/img/image_hero.jpg") center center/cover no-repeat; } }



#ShopPage .miyahamaonsen{
	/*宮浜温泉*/
  background: #333;
  background: url("/hiroshima/miyahamaonsen/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .miyahamaonsen {
      background: url("/hiroshima/miyahamaonsen/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .atami-ocean{
  /*熱海Ocean*/
  background: #333;
  background: url("/shizuoka/atami-ocean/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .atami-ocean {
      background: url("/shizuoka/atami-ocean/img/image_hero.jpg") center center/cover no-repeat; } }

li.layout.camp{/*キャンペーン3つ以上　上マージン*/
margin-top:10px!important;}


#ShopPage .template {
  /*テンプレート*/
  background: #333;
  background: url("/ken/shopname/img/image_hero_mobile.jpg") center center/cover no-repeat;
  -webkit-filter: saturate(120%) brightness(50%);
  filter: saturate(120%) brightness(50%);
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 1040px) {
    #ShopPage .template {
      background: url("/ken/shopname/img/image_hero.jpg") center center/cover no-repeat; } }

#ShopPage .note {
  width: 100%;
  margin-top: 10px;
  line-height: 1.2;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px; }
  #ShopPage .note p {
    padding: 0; }
    #ShopPage .note p span {
      color: salmon; }

#ShopPage #image {
  background: none;
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (min-width: 640px) {
    #ShopPage #image {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #ShopPage #image .container {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 1040px) {
      #ShopPage #image .container {
        left: calc((100% - 1000px) / 2); } }
    #ShopPage #image .container .text {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      text-shadow: 0 0 10px #333; }
      @media only screen and (min-width: 640px) {
        #ShopPage #image .container .text {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      #ShopPage #image .container .text .title {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 30px; }
        #ShopPage #image .container .text .title h1 {
          bottom: 0;
          right: 0;
          font-size: 2rem;
          line-height: 1.3;
          display: block;
          height: auto;
          width: auto; }
          @media only screen and (min-width: 640px) {
            #ShopPage #image .container .text .title h1 {
              font-size: 3rem; } }
          #ShopPage #image .container .text .title h1 span {
            display: inline-block;
            padding: 3px;
            margin-left: 5px;
            background: salmon;
            font-size: 0.8rem;
            width: 50px;
            border-radius: 5px;
            text-align: center;
            vertical-align: middle;
            -webkit-box-shadow: 0;
            box-shadow: 0; }
            @media only screen and (min-width: 640px) {
              #ShopPage #image .container .text .title h1 span {
                margin-left: 10px;
                margin-bottom: -10px; } }
            @media only screen and (min-width: 640px) {
              #ShopPage #image .container .text .title h1 span {
                width: 80px;
                letter-spacing: .3rem;
                text-indent: .3rem; } }
        @media only screen and (min-width: 460px) {
          #ShopPage #image .container .text .title br {
            display: none; } }
        #ShopPage #image .container .text .title p {
          color: #FFF; }
          #ShopPage #image .container .text .title p span {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, rgba(255, 255, 255, 0.1)));
            background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.1) 50%); }
      #ShopPage #image .container .text .pr {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 10px;
        font-size: 0.7rem; }
        @media only screen and (min-width: 640px) {
          #ShopPage #image .container .text .pr {
            font-size: 1rem; } }
        #ShopPage #image .container .text .pr p {
          padding: 0;
          line-height: 1.8; }
      #ShopPage #image .container .text .sns {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 20px;
        position: absolute;
        top: 15px;
        right: 15px; }
        @media only screen and (min-width: 460px) {
          #ShopPage #image .container .text .sns {
            position: relative;
            top: 0;
            left: 0; } }
        #ShopPage #image .container .text .sns a:not(:last-child) {
          margin-right: 12px; }
        @media only screen and (min-width: 460px) {
          #ShopPage #image .container .text .sns a:not(:last-child) {
            margin-right: 20px; } }
        #ShopPage #image .container .text .sns img {
          width: 35px;
          height: 35px; }
          @media only screen and (min-width: 460px) {
            #ShopPage #image .container .text .sns img {
              width: 50px;
              height: 50px; } }
          #ShopPage #image .container .text .sns img:hover {
            opacity: 0.5; }
      #ShopPage #image .container .text .btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        position: absolute;
        bottom: 0;
        right: 10px;
        height: auto;
        width: calc(100% - 20px); }
        @media only screen and (min-width: 640px) {
          #ShopPage #image .container .text .btn {
            bottom: 20px; } }
        #ShopPage #image .container .text .btn .btn_appt {
          padding: 10px 0;
          width: 100%; }
          @media only screen and (min-width: 640px) {
            #ShopPage #image .container .text .btn .btn_appt {
              padding: 0;
              text-align: right; } }

#ShopPage #contents #attention {
  margin-top: 20px;
  overflow: hidden; }
  @media only screen and (min-width: 640px) {
    #ShopPage #contents #attention {
      margin-top: 40px; } }
  #ShopPage #contents #attention li {
    padding: 10px 20px;
    list-style: none;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.3) url("/img/bg_deco_1.svg") right -10px bottom -30px no-repeat;
    background-size: 60% auto; }
    @media only screen and (min-width: 640px) {
      #ShopPage #contents #attention li {
        height: 150px;
        background: rgba(255, 255, 255, 0.3) url("/img/bg_deco_1.svg") right -20px bottom -100px no-repeat;
        background-size: 50% auto; } }
    #ShopPage #contents #attention li:not(:first-child) {
      margin-top: 10px; }
      @media only screen and (min-width: 640px) {
        #ShopPage #contents #attention li:not(:first-child) {
          margin-top: 0; } }
    @media only screen and (min-width: 640px) {
      #ShopPage #contents #attention li p {
        font-size: 1.2rem; } }
    #ShopPage #contents #attention li p.title {
      text-align: center;
      font-size: 1.5rem;
      width: 100%;
      display: inline-block; }
    #ShopPage #contents #attention li p.right {
      display: block;
      width: 100%;
      text-align: right; }
    #ShopPage #contents #attention li span.big {
      font-size: 2rem;
      line-height: 1; }
      @media only screen and (min-width: 640px) {
        #ShopPage #contents #attention li span.big {
          font-size: 5rem; } }
    #ShopPage #contents #attention li span.color {
      color: salmon; }
    #ShopPage #contents #attention li mark {
      background-color: rgba(250, 128, 114, 0.8);
      color: #111;
      padding: 3px;
      margin-right: 20px; }
    @media only screen and (min-width: 640px) {
      #ShopPage #contents #attention li br {
        display: none; } }

#ShopPage #contents #campaign {
  overflow: hidden;
  margin-bottom: 20px;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
  #ShopPage #contents #campaign ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #ShopPage #contents #campaign li {
    position: relative;
    list-style: none;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    height: 100px;
    background: rgba(255, 255, 255, 0.3) url("/img/bg_deco_1.svg") right -20px bottom -80px no-repeat;
    background-size: 70% auto; }
    @media only screen and (min-width: 640px) {
      #ShopPage #contents #campaign li {
        width: calc(50% - 5px); } }
    @media only screen and (min-width: 640px) {
      #ShopPage #contents #campaign li {
        height: 150px; } }
    @media only screen and (min-width: 640px) {
      #ShopPage #contents #campaign li:nth-child(even) {
        margin-left: 10px; } }
    #ShopPage #contents #campaign li:not(:first-child) {
      margin-top: 10px; }
      @media only screen and (min-width: 640px) {
        #ShopPage #contents #campaign li:not(:first-child) {
          margin-top: 0; } }
    #ShopPage #contents #campaign li.layout p {
      position: absolute;
      top: 0;
      left: 10px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 640px) {
        #ShopPage #contents #campaign li.layout p {
          top: 10px;
          left: 20px;
          font-size: 1.3rem; } }
      #ShopPage #contents #campaign li.layout p:last-child {
        top: auto;
        left: auto;
        bottom: 0;
        right: 20px; }
    #ShopPage #contents #campaign li.layout span {
      font-size: 2rem; }
      @media only screen and (min-width: 640px) {
        #ShopPage #contents #campaign li.layout span {
          font-size: 3rem; } }
    #ShopPage #contents #campaign li.text {
      width: 100%;
      height: 100px;
      line-height: 1;
      padding: 10px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 640px) {
        #ShopPage #contents #campaign li.text {
          height: 150px;
          background-position: right -20px bottom -100px;
          background-size: 50% auto;
          padding: 20px; } }
      #ShopPage #contents #campaign li.text p {
        font-size: 1rem;
        line-height: 1.5; }
      #ShopPage #contents #campaign li.text span.big {
        font-size: 2rem;
        line-height: 1; }
        @media only screen and (min-width: 640px) {
          #ShopPage #contents #campaign li.text span.big {
            font-size: 3rem; } }
      #ShopPage #contents #campaign li.text span.color {
        color: salmon; }
      #ShopPage #contents #campaign li.text mark {
        background-color: rgba(250, 128, 114, 0.8);
        color: #111;
        padding: 3px;
        margin-right: 20px; }
    #ShopPage #contents #campaign li.info {
      width: 100%;
      height: 100px;
      line-height: 1;
      padding: 10px; }
      @media only screen and (min-width: 640px) {
        #ShopPage #contents #campaign li.info {
          height: 150px;
          background-position: right -20px bottom -100px;
          background-size: 50% auto;
          padding: 20px; }
          #ShopPage #contents #campaign li.info p {
            position: absolute;
            top: 0;
            left: 10px;
            font-size: 1.2rem; } }
    @media only screen and (min-width: 640px) and (min-width: 640px) {
      #ShopPage #contents #campaign li.info p {
        top: 10px;
        left: 20px;
        font-size: 1.3rem; } }
      @media only screen and (min-width: 640px) {
            #ShopPage #contents #campaign li.info p:last-child {
              top: auto;
              left: auto;
              bottom: 0;
              right: 20px; }
          #ShopPage #contents #campaign li.info p:last-child {
            top: auto;
            left: auto;
            bottom: 10px;
            right: 20px; } }
      #ShopPage #contents #campaign li.info p {
        line-height: 1.5; }
      #ShopPage #contents #campaign li.info span.big {
        font-size: 2rem;
        line-height: 1; }
        @media only screen and (min-width: 640px) {
          #ShopPage #contents #campaign li.info span.big {
            font-size: 3rem; } }
      #ShopPage #contents #campaign li.info span.color {
        color: salmon; }
      #ShopPage #contents #campaign li.info span.small {
        font-size: 0.8rem; }
      #ShopPage #contents #campaign li.info mark {
        background-color: rgba(250, 128, 114, 0.8);
        color: #111;
        padding: 3px;
        margin-right: 20px; }
      @media only screen and (min-width: 640px) {
        #ShopPage #contents #campaign li.info br {
          display: none; } }

#ShopPage #menu .main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  margin-bottom: 20px; }
  @media only screen and (min-width: 640px) {
    #ShopPage #menu .main ul {
      margin-bottom: 50px; } }
  #ShopPage #menu .main ul:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (min-width: 640px) {
      #ShopPage #menu .main ul:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  #ShopPage #menu .main ul li {
    height: auto;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      #ShopPage #menu .main ul li {
        width: 60%; } }
    #ShopPage #menu .main ul li:nth-child(even) {
      background: url("/img/bg_deco.svg") right -20px bottom -50px no-repeat;
      background-size: 100% auto; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .main ul li:nth-child(even) {
          background-size: 50% auto; } }
    #ShopPage #menu .main ul li:nth-child(odd) {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .main ul li:nth-child(odd) {
          width: calc(40% - 20px); } }
    #ShopPage #menu .main ul li img {
      width: 100%;
      height: auto; }
    #ShopPage #menu .main ul li caption {
      padding-top: 20px;
      padding-bottom: 20px;
      line-height: 1;
      text-align: center;
      font-weight: bold;
      font-size: 1.3rem;
      border-bottom: #eee 1px solid; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .main ul li caption {
          padding-top: 0; } }
      #ShopPage #menu .main ul li caption span {
        font-size: 0.8rem;
        margin-top: -30px; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .main ul li caption br {
          display: none; } }
    #ShopPage #menu .main ul li table {
      line-height: 2;
      margin: 0;
      width: 100%;
      border-collapse: collapse; }
      #ShopPage #menu .main ul li table tr:first-child {
        margin-bottom: 10px; }
      #ShopPage #menu .main ul li table tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.1); }
      #ShopPage #menu .main ul li table tr td {
        vertical-align: top;
        margin: 0;
        padding: 0 10px;
        line-height: 1.8;
        text-align: right; }
        #ShopPage #menu .main ul li table tr td:first-child {
          text-align: left; }
        #ShopPage #menu .main ul li table tr td p {
          padding: 0; }
          #ShopPage #menu .main ul li table tr td p span {
            margin-bottom: -10px;
            font-size: 0.8rem;
            color: salmon; }
    #ShopPage #menu .main ul li .moge table {
      margin: 10px 0 0 0; }
      #ShopPage #menu .main ul li .moge table tr:nth-child(odd) {
        background: rgba(255, 255, 255, 0.1); }
      #ShopPage #menu .main ul li .moge table tr:nth-child(even) {
        background: none; }
      #ShopPage #menu .main ul li .moge table tr td {
        padding: 2px 10px 0 10px; }
    #ShopPage #menu .main ul li .moge h3 {
      padding: 10px 0;
      margin-top: 5px;
      line-height: 1;
      text-align: center;
      font-weight: bold;
      font-size: 1.3rem;
      border-bottom: #eee 1px solid;
      color: #fff; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .main ul li .moge h3 {
          margin-top: 0; } }
    #ShopPage #menu .main ul li .moge p {
      margin-top: 10px;
      padding: 0; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .main ul li .moge p {
          margin-top: 0; } }
      #ShopPage #menu .main ul li .moge p span {
        line-height: 1.5;
        color: salmon;
        font-size: 0.8rem;
        display: inline-block; }

#ShopPage #menu .main_link {
  text-align: center;
  margin-bottom: 20px; }
  #ShopPage #menu .main_link a {
    text-decoration: underline; }

#ShopPage #menu .sub .color {
  color: salmon; }

#ShopPage #menu .sub .small {
  font-size: 0.8rem; }

#ShopPage #menu .sub h3 {
  margin-top: 10px;
  line-height: 1.2; }
  @media only screen and (min-width: 640px) {
    #ShopPage #menu .sub h3 {
      margin-top: 30px; } }

#ShopPage #menu .sub h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin-bottom: 10px; }

#ShopPage #menu .sub p {
  padding: 0;
  margin: 0; }

#ShopPage #menu .sub .outer {
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  height: auto;
  margin-top: 20px;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }

#ShopPage #menu .sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 640px) {
    #ShopPage #menu .sub ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  #ShopPage #menu .sub ul li {
    position: relative;
    text-align: center;
    height: 100px; }
    @media only screen and (min-width: 640px) {
      #ShopPage #menu .sub ul li {
        height: 130px; } }
    #ShopPage #menu .sub ul li:nth-child(even) {
      width: 100%;
      height: 30px; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .sub ul li:nth-child(even) {
          width: 10%;
          height: auto; } }
    #ShopPage #menu .sub ul li:nth-child(odd) {
      width: 100%;
      background: rgba(255, 255, 255, 0.3);
      font-size: 1.2rem;
      line-height: 0.5; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .sub ul li:nth-child(odd) {
          width: 40%; }
          @supports (-ms-ime-align: auto) {
            #ShopPage #menu .sub ul li:nth-child(odd) {
              width: 280px; } } }
    #ShopPage #menu .sub ul li .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      @supports (-ms-ime-align: auto) {
        #ShopPage #menu .sub ul li .inner {
          top: 70px; } }
    #ShopPage #menu .sub ul li p {
      font-size: 1rem;
      line-height: 1.5rem; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .sub ul li p {
          font-size: 1.1rem;
          line-height: 1.5; } }
    #ShopPage #menu .sub ul li .big {
      font-size: 1.8rem;
      line-height: 0.8; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .sub ul li .big {
          font-size: 2.5rem;
          line-height: 1; } }
    #ShopPage #menu .sub ul li .small {
      font-size: 1rem;
      line-height: 0.5; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .sub ul li .small {
          font-size: 1rem;
          line-height: 1; } }
    #ShopPage #menu .sub ul li br {
      display: none; }
      @media only screen and (min-width: 640px) {
        #ShopPage #menu .sub ul li br {
          display: inline; } }

#ShopPage #staff .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  line-height: 2; }
  #ShopPage #staff .inner ul {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      #ShopPage #staff .inner ul {
        width: 50%;
        min-height: 400px; } }
    #ShopPage #staff .inner ul li {
      width: 100%;
      height: auto;
      background-size: 100% auto; }
      @media only screen and (min-width: 640px) {
        #ShopPage #staff .inner ul li {
          width: calc(100% - 10px);
          height: 100%;
          min-height: 550px; } }
      #ShopPage #staff .inner ul li:nth-child(even) {
        width: 100%;
        height: auto;
        padding: 0; }
        @media only screen and (min-width: 640px) {
          #ShopPage #staff .inner ul li:nth-child(even) {
            margin-left: 20px; } }
      #ShopPage #staff .inner ul li h3 {
        padding-top: 0;
        margin-top: 0; }
      #ShopPage #staff .inner ul li.woman {
        background: url("/img/staff_woman.svg") no-repeat;
        background-position: center center;
        background-size: 100% auto; }
        @media only screen and (min-width: 640px) {
          #ShopPage #staff .inner ul li.woman {
            background-position: center top 50px;
            background-size: 80% auto;
            background-position: center bottom; } }
      #ShopPage #staff .inner ul li.man {
        background: url("/img/staff_man.svg") no-repeat;
        background-position: center center;
        background-size: 100% auto; }
        @media only screen and (min-width: 640px) {
          #ShopPage #staff .inner ul li.man {
            background-position: center top 50px;
            background-size: 80% auto;
            background-position: center bottom; } }
      #ShopPage #staff .inner ul li p {
        width: 100%;
        margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        #ShopPage #staff .inner ul li table {
          height: 100%; } }
      #ShopPage #staff .inner ul li tr:nth-child(odd) {
        background: rgba(255, 255, 255, 0.1); }
      @media only screen and (min-width: 640px) {
        #ShopPage #staff .inner ul li tr:last-child {
          height: 100%; } }
      #ShopPage #staff .inner ul li td {
        padding: 10px;
        vertical-align: top; }
        #ShopPage #staff .inner ul li td:nth-child(odd) {
          width: 25%; }
        #ShopPage #staff .inner ul li td:nth-child(even) {
          width: 75%; }
        #ShopPage #staff .inner ul li td .menu_icon {
          margin-top: 5px;
          width: 100%; }
          @media only screen and (min-width: 1040px) {
            #ShopPage #staff .inner ul li td .menu_icon span {
              max-width: calc((100% - 20px) / 5); } }

#ShopPage #gallery .text p:last-child {
  margin-bottom: 10px; }

#ShopPage #gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto; }
  #ShopPage #gallery ul li {
    width: calc((100% - 10px) / 2);
    height: auto;
    margin-bottom: 20px; }
    @supports (-ms-ime-align: auto) {
      #ShopPage #gallery ul li {
        width: 306px; } }
    @media only screen and (min-width: 640px) {
      #ShopPage #gallery ul li {
        width: calc((100% - 21px) / 3); } }
    #ShopPage #gallery ul li:not(:nth-child(2n)) {
      margin-right: 10px; }
    @media only screen and (min-width: 640px) {
      #ShopPage #gallery ul li:not(:nth-child(2n)) {
        margin-right: auto; }
      #ShopPage #gallery ul li:not(:nth-child(3n)) {
        margin-right: 10px; } }
    #ShopPage #gallery ul li:hover .gallery_mask {
      opacity: 1; }
    #ShopPage #gallery ul li figure {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      #ShopPage #gallery ul li figure:hover figcaption {
        bottom: -100%; }
    #ShopPage #gallery ul li figcaption {
      text-align: center;
      font-size: 0.7rem;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      height: 10%;
      min-height: 20px;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: .8s;
      transition: .8s; }
      @media only screen and (min-width: 640px) {
        #ShopPage #gallery ul li figcaption {
          font-size: 1rem; } }
      @media only screen and (min-width: 640px) {
        #ShopPage #gallery ul li figcaption {
          height: 25%; } }
      @media only screen and (min-width: 640px) {
        #ShopPage #gallery ul li figcaption {
          height: 30px; } }
    #ShopPage #gallery ul li img {
      display: block;
      width: 100%;
      height: auto; }
    #ShopPage #gallery ul li p {
      padding: 0; }

#ShopPage #access div {
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (min-width: 640px) {
    #ShopPage #access div {
      margin-bottom: 0; } }

#ShopPage #access .map {
  position: relative;
  margin: 20px 0;
  width: 100%;
  height: auto; }
  #ShopPage #access .map:before {
    content: "";
    display: block;
    padding-top: 70%; }
    @media only screen and (min-width: 640px) {
      #ShopPage #access .map:before {
        padding-top: 50%; } }
  #ShopPage #access .map .map_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#ShopPage #info {
  overflow: hidden;
  position: relative;
  height: auto;
  margin-bottom: 50px; }
  #ShopPage #info .info {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0; }
    #ShopPage #info .info dl {
      display: block;
      line-height: 1.5rem;
      margin: 0; }
      #ShopPage #info .info dl dt {
        width: 100%;
        font-weight: bold; }
        @media only screen and (min-width: 640px) {
          #ShopPage #info .info dl dt {
            width: 20%; } }
      #ShopPage #info .info dl dd {
        width: calc(100% - 10px);
        margin-bottom: 10px;
        margin-left: 10px; }
        @media only screen and (min-width: 640px) {
          #ShopPage #info .info dl dd {
            width: 80%;
            margin-bottom: 20px;
            margin-left: 0; } }

/*初めての方へ*/
#BeginnerPage #image {
  background: url("/beginner/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #BeginnerPage #image {
      background: url("/beginner/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #BeginnerPage #image {
      height: 400px; } }
  #BeginnerPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #BeginnerPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #BeginnerPage #image h1 {
        font-size: 2rem; } }

#BeginnerPage #comfortable .top {
  overflow: hidden;
  height: auto; }
  #BeginnerPage #comfortable .top:not(:last-child) {
    margin-bottom: 30px; }
  #BeginnerPage #comfortable .top img {
    width: 100%; }
  #BeginnerPage #comfortable .top span:not(.image) {
    font-size: 0.8rem; }

@media only screen and (min-width: 640px) {
  #BeginnerPage #comfortable .left {
    float: left; }
  #BeginnerPage #comfortable .right {
    float: right;
    margin-right: 10px; }
  #BeginnerPage #comfortable .small {
    width: 40%; }
  #BeginnerPage #comfortable .big {
    width: calc(60% - 20px); } }

#BeginnerPage #comfortable .image {
  margin-bottom: 20px;
  height: 150px;
  width: 100%;
  background: url("/beginner/img/comfortable_hero_mobile.jpg") bottom center/cover no-repeat;
  position: relative; }
  @media only screen and (min-width: 640px) {
    #BeginnerPage #comfortable .image {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 640px) {
    #BeginnerPage #comfortable .image {
      height: 250px; } }
  @media only screen and (min-width: 640px) {
    #BeginnerPage #comfortable .image {
      background: url("/beginner/img/comfortable_hero.jpg") bottom center/cover no-repeat; } }
  #BeginnerPage #comfortable .image p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }

#BeginnerPage #flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #BeginnerPage #flow ul li {
    width: 100%;
    height: auto;
    height: auto; }
    @media only screen and (min-width: 640px) {
      #BeginnerPage #flow ul li {
        width: 25%;
        margin-bottom: 10px; } }
    #BeginnerPage #flow ul li:nth-child(even) {
      margin-bottom: 25px; }
      @media only screen and (min-width: 640px) {
        #BeginnerPage #flow ul li:nth-child(even) {
          padding: 0 10px; } }
    #BeginnerPage #flow ul li:nth-child(2) {
      background-image: url("/img/ad_1.svg");
      background-position: 50% 80%;
      background-size: 80px auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 640px) {
        #BeginnerPage #flow ul li:nth-child(2) {
          background-size: 140px auto; } }
    #BeginnerPage #flow ul li:nth-child(4) {
      background-image: url("/img/ad_2.svg");
      background-position: 50% 80%;
      background-size: 80px auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 640px) {
        #BeginnerPage #flow ul li:nth-child(4) {
          background-size: 140px auto; } }
    #BeginnerPage #flow ul li:nth-child(6) {
      background-image: url("/img/ad_3.svg");
      background-position: 50% 80%;
      background-size: 80px auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 640px) {
        #BeginnerPage #flow ul li:nth-child(6) {
          background-size: 140px auto; } }
    #BeginnerPage #flow ul li:nth-child(8) {
      background-image: url("/img/ad_4.svg");
      background-position: 50% 80%;
      background-size: 80px auto;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 640px) {
        #BeginnerPage #flow ul li:nth-child(8) {
          background-size: 140px auto; } }
    #BeginnerPage #flow ul li img {
      width: 100%;
      height: auto; }
    #BeginnerPage #flow ul li h3 {
      border-bottom: 0;
      margin-top: 5px;
      margin-bottom: 0;
      padding: 10px;
      line-height: 1.5;
      text-align: center;
      font-size: 1.2rem; }
      @media only screen and (min-width: 640px) {
        #BeginnerPage #flow ul li h3 {
          padding: 0;
          margin-bottom: 10px; } }
      #BeginnerPage #flow ul li h3 br {
        display: none; }
        @media only screen and (min-width: 640px) {
          #BeginnerPage #flow ul li h3 br {
            display: inline; } }
    @media only screen and (min-width: 640px) {
      #BeginnerPage #flow ul li p {
        line-height: 1.5;
        font-size: 1rem; } }

#BeginnerPage #earlier ul {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 640px) {
    #BeginnerPage #earlier ul {
      padding: 10px 10px 0 0; } }
  #BeginnerPage #earlier ul li {
    background: rgba(255, 255, 255, 0.2);
    width: 100%; }
    @media only screen and (min-width: 640px) {
      #BeginnerPage #earlier ul li {
        width: calc(100% / 3 - 10px); } }
    #BeginnerPage #earlier ul li:not(:last-child) {
      margin-bottom: 10px; }
    @media only screen and (min-width: 640px) {
      #BeginnerPage #earlier ul li {
        margin-bottom: 10px;
        margin-left: 10px; } }
    #BeginnerPage #earlier ul li p {
      padding: 5px 10px;
      width: 100%; }
      #BeginnerPage #earlier ul li p::before {
        content: "□";
        margin-right: 5px; }

#BeginnerPage #earlier .note {
  padding: 20px;
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 30px; }

/*よくある質問*/
#QandAPage #image {
  background: url("/qa/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #QandAPage #image {
      background: url("/qa/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #QandAPage #image {
      height: 400px; } }
  #QandAPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #QandAPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #QandAPage #image h1 {
        font-size: 2rem; } }

#QandAPage #comfortable .inner {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 640px) {
    #QandAPage #comfortable .inner {
      width: 80%; } }

#QandAPage #comfortable .qa {
  color: #000;
  margin-bottom: 20px;
  font-weight: bold; }
  @media screen and (min-width: 640px) {
    #QandAPage #comfortable .qa {
      margin-bottom: 30px; } }
  #QandAPage #comfortable .qa a {
    text-decoration: underline; }
    #QandAPage #comfortable .qa a:hover {
      text-shadow: 0 0 0 #000;
      text-decoration: none; }
  #QandAPage #comfortable .qa p:not(:first-child) {
    text-indent: 1.2em; }

#QandAPage #comfortable .left {
  color: salmon;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  margin-right: 50px;
  padding: 10px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px; }
  #QandAPage #comfortable .left:first-child {
    margin-bottom: 5px; }
    @media screen and (min-width: 640px) {
      #QandAPage #comfortable .left:first-child {
        margin-bottom: 10px; } }
  #QandAPage #comfortable .left:after {
    top: 65%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    margin-top: -10px; }
  #QandAPage #comfortable .left:after {
    right: 100%;
    border-right-color: rgba(255, 255, 255, 0.3); }

#QandAPage #comfortable .right {
  color: #FFF;
  font-weight: normal;
  margin-right: 15px;
  margin-left: 50px;
  padding: 10px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px; }
  #QandAPage #comfortable .right:first-child {
    margin-bottom: 5px; }
    @media screen and (min-width: 640px) {
      #QandAPage #comfortable .right:first-child {
        margin-bottom: 10px; } }
  #QandAPage #comfortable .right:after {
    top: 65%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    margin-top: -10px; }
  #QandAPage #comfortable .right:after {
    left: 100%;
    border-left-color: rgba(255, 255, 255, 0.3); }
  #QandAPage #comfortable .right .btn_appt {
    padding: 0; }

/*お問い合わせ*/
#ContactPage #image {
  background: url("/contact/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #ContactPage #image {
      background: url("/contact/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #ContactPage #image {
      height: 400px; } }
  #ContactPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #ContactPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #ContactPage #image h1 {
        font-size: 2rem; } }

@media screen and (min-width: 1040px) {
  #ContactPage #contents {
    height: calc(100% - 431px); } }

#ContactPage #contents label {
  margin-left: 10px; }

#ContactPage #contents input:not(.matter):not(.formbtn) {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px; }
  @media screen and (min-width: 1040px) {
    #ContactPage #contents input:not(.matter):not(.formbtn) {
      width: 300px; } }

#ContactPage #contents .mflist {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
  padding: 0 10px; }
  #ContactPage #contents .mflist optgroup {
    color: #FFF;
    background: #000; }
  #ContactPage #contents .mflist option {
    color: #FFF;
    background: #333; }
    #ContactPage #contents .mflist option:nth-child(odd) {
      background: #222; }

#ContactPage #contents textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px; }

#ContactPage #contents .contact_text {
  margin-bottom: 20px; }
  #ContactPage #contents .contact_text a {
    text-decoration: underline; }
    #ContactPage #contents .contact_text a:hover {
      text-shadow: 0 0 0 #000;
      text-decoration: none; }

#ContactPage #contents table {
  border-collapse: collapse;
  width: 100%; }
  #ContactPage #contents table tr {
    display: block; }
    @media screen and (min-width: 1040px) {
      #ContactPage #contents table tr {
        display: table-row;
        border: 1px solid #FFF; } }
  #ContactPage #contents table th {
    display: block;
    text-align: left;
    padding: 5px; }
    @media screen and (min-width: 1040px) {
      #ContactPage #contents table th {
        display: table-cell;
        padding: 10px;
        width: 20%; } }
  #ContactPage #contents table td {
    display: block;
    padding: 5px; }
    @media screen and (min-width: 1040px) {
      #ContactPage #contents table td {
        border: 1px solid #FFF;
        display: table-cell;
        padding: 10px;
        width: 80%; } }
  #ContactPage #contents table span {
    font-size: 0.7rem; }
    #ContactPage #contents table span.att {
      margin-top: -20px;
      margin-left: 5px;
      padding: 3px;
      background: red;
      border-radius: 3px; }

#ContactPage #contents .btn_appt {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px; }

/*求人情報*/
#RecruitPage #image {
  background: url("/recruit/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #RecruitPage #image {
      background: url("/recruit/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #RecruitPage #image {
      height: 400px; } }
  #RecruitPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #RecruitPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #RecruitPage #image h1 {
        font-size: 2rem; } }

#RecruitPage #recruit {
  margin-bottom: 10px; }
  #RecruitPage #recruit .outline {
    border-collapse: collapse;
    width: 100%; }
    #RecruitPage #recruit .outline a {
      text-decoration: underline;
      color: #111; }
      #RecruitPage #recruit .outline a:hover {
        text-decoration: none;
        color: #888; }
    #RecruitPage #recruit .outline tr {
      display: block; }
      @media screen and (min-width: 1040px) {
        #RecruitPage #recruit .outline tr {
          display: table-row;
          border: 1px solid #111; } }
    #RecruitPage #recruit .outline th {
      display: block;
      text-align: left;
      padding: 5px 10px;
      background: rgba(255, 255, 255, 0.3); }
      @media screen and (min-width: 1040px) {
        #RecruitPage #recruit .outline th {
          display: table-cell;
          padding: 10px;
          padding-left: 20px;
          width: 20%; } }
    #RecruitPage #recruit .outline td {
      display: block;
      padding: 5px;
      background: rgba(255, 255, 255, 0.7);
      color: #111; }
      @media screen and (min-width: 1040px) {
        #RecruitPage #recruit .outline td {
          border: 1px solid #111;
          display: table-cell;
          padding: 10px;
          width: 80%; } }
    #RecruitPage #recruit .outline p {
      padding: 5px 0; }
  #RecruitPage #recruit .inner {
    width: 100%; }
    @media screen and (min-width: 1040px) {
      #RecruitPage #recruit .inner {
        border: 1px solid #111;
        text-align: right; } }
    #RecruitPage #recruit .inner tr {
      border-bottom: 1px solid #111;
      border-left: 1px solid #111;
      border-right: 1px solid #111; }
      @media screen and (min-width: 1040px) {
        #RecruitPage #recruit .inner tr {
          border: 1px solid #111; } }
    #RecruitPage #recruit .inner th {
      display: none;
      padding: 5px;
      width: auto;
      background: rgba(255, 255, 255, 0); }
      @media screen and (min-width: 1040px) {
        #RecruitPage #recruit .inner th {
          display: table-cell;
          border: 1px solid #111;
          text-align: right; } }
    #RecruitPage #recruit .inner td {
      display: block;
      padding: 5px;
      background: rgba(255, 255, 255, 0); }
      #RecruitPage #recruit .inner td:before {
        content: attr(data-title) " ";
        width: 30%; }
        @media screen and (min-width: 1040px) {
          #RecruitPage #recruit .inner td:before {
            content: none;
            border: none; } }
      @media screen and (min-width: 1040px) {
        #RecruitPage #recruit .inner td {
          border: none;
          display: table-cell;
          width: auto;
          border: 1px solid #111; } }
    #RecruitPage #recruit .inner .txt-r {
      text-align: right; }
  #RecruitPage #recruit .text span {
    font-size: 1.2rem;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.2)));
    background: linear-gradient(transparent 50% ）, rgba(255, 255, 255, 0.2) 50%); }
  #RecruitPage #recruit .note {
    text-align: center;
    margin: 30px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1); }

/*会社概要*/
#CompanyPage #image {
  background: url("/company/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #CompanyPage #image {
      background: url("/company/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #CompanyPage #image {
      height: 400px; } }
  #CompanyPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #CompanyPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #CompanyPage #image h1 {
        font-size: 2rem; } }

#CompanyPage #company {
  margin-bottom: 30px; }
  #CompanyPage #company table {
    border-collapse: collapse;
    width: 100%; }
    #CompanyPage #company table tr {
      display: block; }
      @media screen and (min-width: 1040px) {
        #CompanyPage #company table tr {
          display: table-row;
          border: 1px solid #111; } }
    #CompanyPage #company table th {
      display: block;
      text-align: left;
      padding: 5px 10px;
      background: rgba(255, 255, 255, 0.3); }
      @media screen and (min-width: 1040px) {
        #CompanyPage #company table th {
          display: table-cell;
          padding: 10px;
          padding-left: 20px;
          width: 20%; } }
    #CompanyPage #company table td {
      display: block;
      padding: 5px;
      background: rgba(255, 255, 255, 0.7);
      color: #111; }
      @media screen and (min-width: 1040px) {
        #CompanyPage #company table td {
          border: 1px solid #111;
          display: table-cell;
          padding: 10px;
          width: 80%; } }
    #CompanyPage #company table p {
      padding: 5px 0; }
  #CompanyPage #company .text {
    margin-bottom: 10px; }
    #CompanyPage #company .text span {
      font-size: 1.2rem;
      font-weight: bold;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.2)));
      background: linear-gradient(transparent 50% ）, rgba(255, 255, 255, 0.2) 50%); }

/*サイトマップ*/
#SitemapPage #image {
  background: url("/sitemap/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #SitemapPage #image {
      background: url("/sitemap/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #SitemapPage #image {
      height: 400px; } }
  #SitemapPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #SitemapPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #SitemapPage #image h1 {
        font-size: 2rem; } }

#SitemapPage #not_found {
  margin-top: 50px;
  text-align: center; }

#SitemapPage #sitemap {
  margin-bottom: 30px;
  overflow: hidden; }
  #SitemapPage #sitemap .list {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #SitemapPage #sitemap h3 {
    font-size: 1.1rem; }
  #SitemapPage #sitemap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%; }
    @media screen and (min-width: 640px) {
      #SitemapPage #sitemap ul {
        margin-bottom: 0; } }
    #SitemapPage #sitemap ul li {
      width: 50%; }
      @media screen and (min-width: 640px) {
        #SitemapPage #sitemap ul li {
          width: calc(100% / 6);
          padding: 0 10px; } }
    #SitemapPage #sitemap ul a:hover {
      text-decoration: underline;
      -webkit-text-decoration-color: #999;
      text-decoration-color: #999; }
    #SitemapPage #sitemap ul a::before {
      content: "> "; }

    #SitemapPage #sitemap .global {
      margin: 30px 0;
      width: 100%; }
  @media screen and (min-width: 640px) {
    #SitemapPage #sitemap .salon {
      background: rgba(255, 255, 255, 0.1);
      width: calc((100% / 3) - 10px);
      margin: 10px 5px;
      padding: 10px 5px; }
      #SitemapPage #sitemap .salon li {
        width: 50%; } }

/*プライバシーポリシー*/
#PrivacyPage #image {
  background: url("/privacy/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #PrivacyPage #image {
      background: url("/privacy/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #PrivacyPage #image {
      height: 400px; } }
  #PrivacyPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #PrivacyPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #PrivacyPage #image h1 {
        font-size: 2rem; } }

#PrivacyPage #privacy {
  margin-bottom: 30px; }
  #PrivacyPage #privacy h3 {
    margin-top: 10px; }
  #PrivacyPage #privacy a {
    text-decoration: underline; }
    #PrivacyPage #privacy a:hover {
      text-decoration: none; }
  #PrivacyPage #privacy .text {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px; }

/*お知らせ*/
#infomationPage #infomation .right{
	position:absolute;
	right:20%;
}

#infomationPage #image {
  background: url("/privacy/img/image_hero_mobile.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 200px; }
  @media screen and (min-width: 640px) {
    #infomationPage #image {
      background: url("/privacy/img/image_hero.jpg") center center no-repeat; } }
  @media screen and (min-width: 640px) {
    #infomationPage #image {
      height: 400px; } }
  #infomationPage #image h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 0 0 20px #000;
    line-height: 2rem;
    color: #FFF; }
    @media screen and (min-width: 640px) {
      #infomationPage #image h1 {
        width: 500px; } }
    @media screen and (min-width: 640px) {
      #infomationPage #image h1 {
        font-size: 2rem; } }

#infomationPage #infomation {
  margin-bottom: 30px; }
  #infomationPage #infomation h3 {
    margin-top: 10px; }
  #infomationPage #infomation a {
    text-decoration: underline;
    color:skyblue; }
    #infomationPage #infomation a:hover {
      text-decoration: none; }

/*フッター*/
footer #return .backtotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 70px;
  width: 70px;
  z-index: 9000;
  display: none; }
  @media screen and (min-width: 640px) {
    footer #return .backtotop {
      right: 50px;
      bottom: 130px; } }
  @media screen and (min-width: 1040px) {
    footer #return .backtotop {
      right: calc((100% - 1000px) / 2);
      bottom: 50px;
      height: 100px;
      width: 100px; } }
  footer #return .backtotop a {
    position: relative;
    display: block;
    background: #2d2d2d;
    color: #eee;
    height: 70px;
    width: 70px;
    border-radius: 70px; }
    @media screen and (min-width: 640px) {
      footer #return .backtotop a {
        height: 100px;
        width: 100px;
        border-radius: 100px; }
        footer #return .backtotop a:hover {
          background: #333; } }
    footer #return .backtotop a img {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 30px;
      width: 30px; }

footer #footer {
  background: #111;
  min-height: 150px;
  height: auto; }
  @media screen and (min-width: 640px) {
    footer #footer {
      font-size: 0.8rem;
      min-height: 100px;
      height: auto; } }
  footer #footer .inner {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px; }
    @media screen and (min-width: 1040px) {
      footer #footer .inner {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: 70px auto;
        grid-template-rows: 70px auto; }
        @supports (-ms-ime-align: auto) {
          footer #footer .inner {
            display: -ms-grid;
            -ms-grid-columns: 1fr 1fr 1fr 1fr;
            -ms-grid-rows: 70px auto; } } }
    footer #footer .inner .icon {
      width: 200px;
      height: auto;
      padding: 10px 0 0 0; }
    footer #footer .inner .menu ul {
      width: 100%; }
      @media screen and (min-width: 640px) {
        footer #footer .inner .menu ul {
          text-align: right;
          padding-top: 10px; } }
      @media screen and (min-width: 1040px) {
        footer #footer .inner .menu ul {
          padding-right: 130px; } }
      footer #footer .inner .menu ul li {
        display: inline-block; }
        footer #footer .inner .menu ul li:not(:first-child)::before {
          content: " | "; }
        @media screen and (min-width: 640px) {
          footer #footer .inner .menu ul li:not(:first-child)::before {
            content: "　|　"; } }
        footer #footer .inner .menu ul li a {
          position: relative;
          display: inline-block;
          text-decoration: none;
          color: #FFF; }
          footer #footer .inner .menu ul li a:hover {
            color: #999; }
          footer #footer .inner .menu ul li a::after {
            background: #999;
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: center top;
            transform-origin: center top;
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition: transform .2s;
            transition: transform .2s, -webkit-transform .2s; }
          footer #footer .inner .menu ul li a:hover::after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
    @media screen and (min-width: 640px) {
      footer #footer .inner .box1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; }
        @supports (-ms-ime-align: auto) {
          footer #footer .inner .box1 {
            -ms-grid-row: 1;
            grid-row-start: 1;
            grid-row-end: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            grid-column-start: 1;
            grid-column-end: 2;
            -ms-grid-column-span: 1; } }
      footer #footer .inner .box2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 3;
        grid-column: 2 / 5; }
        @supports (-ms-ime-align: auto) {
          footer #footer .inner .box2 {
            -ms-grid-row: 1;
            grid-row-start: 1;
            grid-row-end: 2;
            -ms-grid-row-span: 1;
            -ms-grid-column: 2;
            grid-column-start: 2;
            grid-column-end: 5;
            -ms-grid-column-span: 3; } }
      footer #footer .inner .box3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5; }
        @supports (-ms-ime-align: auto) {
          footer #footer .inner .box3 {
            -ms-grid-row: 2;
            grid-row-start: 2;
            grid-row-end: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            grid-column-start: 1;
            grid-column-end: 5;
            -ms-grid-column-span: 4; } } }
    footer #footer .inner .address {
      text-align: center; }


/* gotoクーポン */
.goto-coupon{
	padding-top: 2em;
}
.goto-coupon img{
	max-width: 100%;
	height: auto;
}
.goto-coupon a:hover{
	opacity: 0.7;
	transition: .3s;
}