@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Thasadith&display=swap");
/*********************************
 Reset
 *********************************/
/*
 html5doctor.com Reset Stylesheet
 v1.6.1
 Last Updated: 2010-09-17
 Author: Richard Clark - http://richclarkdesign.com
 Twitter: @rich_clark
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*********************************
 common
 *********************************/
* {
  font-weight: lighter;
  box-sizing: border-box;
  word-break: break-all; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  /*font-family: Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;*/ }

body {
  font-size: 3vw;
  line-height: 1.3;
  color: #000;
  background-color: #fffaf0; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px; } }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #000;
  text-decoration: none; }
  /*a:hover {
    color: #7c593d; }*/

.inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px; }

/*********************************
 header
 *********************************/
header {
  width: 100%;
  /*padding: 10px 5px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  @media screen and (min-width: 768px) {
    header {
      /*padding: 20px 10px;*/ } }
  header .logo {
    width: 40vw;
    max-width: 350px; }
  header .header_menu ul {
    list-style: none;
    letter-spacing: -.4em; }
    header .header_menu ul li {
      letter-spacing: normal;
      text-align: center;
      display: inline-block; }
      header .header_menu ul li a {
        padding: 0 1.5625vw;
        display: block; }
        @media screen and (min-width: 768px) {
          header .header_menu ul li a {
            font-size: 22px/*1.185em*/; } }
        header .header_menu ul li a span {
          font-size: 1.1em;
          display: block;
          /*font-family: 'Thasadith', sans-serif;*/ }

/*********************************
 footer
 *********************************/
footer .pagetop {
  width: 37px;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 99; }
  @media screen and (min-width: 768px) {
    footer .pagetop {
      width: 57px; } }
footer .footer_top {
  padding-top: 10px;
  text-align: center; }
  footer .footer_top .logo {
    width: 48.56vw;
    max-width: 373px;
    margin: 0 auto;
    display: block; }
  footer .footer_top address {
    margin-top: 10px;
    font-style: normal; }
    footer .footer_top address a {
      margin-top: 10px;
      font-size: 1.4375em;
      display: inline-block;
      /*font-family: 'Thasadith', sans-serif;*/ }
footer .footer_middle .sns {
  padding: 5.208vw 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    footer .footer_middle .sns {
      padding: 40px 0; } }
  footer .footer_middle .sns a {
    width: 6.6666vw;
    max-width: 50px;
    margin-right: 5px;
    display: inline-block; }
    footer .footer_middle .sns a:last-child {
      margin-right: 0; }
    footer .footer_middle .sns a:hover {
      opacity: 0.5 !important; }
footer .footer_bottom {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99; }
  footer .footer_bottom ul {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    border-collapse: collapse; }
    footer .footer_bottom ul li {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      footer .footer_bottom ul li a {
        /*padding: 2.6vw;*/
        display: block; }
        @media screen and (min-width: 768px) {
          footer .footer_bottom ul li a {
            /*padding: 20px;*/
            font-size: 1.185em; } }
        footer .footer_bottom ul li a span {
          font-size: 1.25em;
          display: block;
			margin-right: 10px;
          /*font-family: 'Thasadith', sans-serif;*/ }

/*********************************
 content
 *********************************/
#content .midashi1 {
  /*margin-bottom: 20px;*/
  text-align: center;
  font-family: 'DM Serif Display', serif; }
  @media screen and (min-width: 768px) {
    #content .midashi1 {
      /*margin-bottom: 30px;*/ } }
  #content .midashi1 span {
    display: block;
    /*font-size: 3.125em;
    letter-spacing: -0.05em;
    font-family: 'DM Serif Display', serif;*/ }
#content .section {
  /*padding: 0 0 30px;*/ }
  @media screen and (min-width: 768px) {
    #content .section {
      /*padding: 60px 0;*/ } }
#content .acordion-title + .acordion-content {
  height: 0;
  overflow: hidden; }
#content .acordion-title.open + .acordion-content {
  height: auto; }

/*index*/
#content .top_slide a {
  cursor: default; }
#content .top_slide .sp-selected a {
  cursor: pointer; }
  #content .top_slide .sp-selected a:hover {
    opacity: 0.5 !important; }
#content .top_slide .sp-bottom-thumbnails {
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    #content .top_slide .sp-bottom-thumbnails {
      margin-top: 10px;
      margin-bottom: 10px; } }
#content .top_slide .sp-arrows .sp-arrow {
  width: 40px;
  height: 40px;
  background-image: url("../img/slide_arrow.png");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #content .top_slide .sp-arrows .sp-arrow {
      width: 70px;
      height: 70px; } }
  #content .top_slide .sp-arrows .sp-arrow:before, #content .top_slide .sp-arrows .sp-arrow:after {
    content: none !important; }
#content .top_slide .sp-arrows .sp-previous-arrow {
  left: 10px; }
#content .top_slide .sp-arrows .sp-next-arrow {
  right: 10px; }
#content .top_slide .sp-button {
  width: 6px;
  height: 6px;
  margin: 5px;
  border: none;
  background-color: #666666; }
#content .top_slide .sp-selected-button {
  background-color: #000000; }
#content .top_concept {
  /*padding-top: 40px;*/
  padding-bottom: 60px }
  @media screen and (min-width: 768px) {
    #content .top_concept {
      /*padding-top: 60px;*/
	    padding-bottom: 60px;} }
  #content .top_concept .img {
    width: 100%;
    /*height: 400px;
    max-height: 869px;
    position: relative;
    overflow: hidden;*/ }
    #content .top_concept .img img {
      width: 100%;
      /*position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);*/ }
  #content .top_concept p {
    margin: 40px 0;
    font-size: 1.125em;
    line-height: 2;
    text-align: center; }
  #content .top_concept ul {
    list-style: none;
    display: flex;
    justify-content: space-between; }
    #content .top_concept ul li {
      width: 32%;
      background-color: #c6b4a2;
      position: relative; }
      #content .top_concept ul li:after {
        width: 100%;
        height: 8px;
        content: '';
        background-color: #a88d74;
        position: absolute;
        bottom: 0;
        left: 0; }
      #content .top_concept ul li a {
        width: 100%;
        height: 100%;
        display: table;
        color: #7c593d;
        font-size: 0.75em; }
        @media screen and (min-width: 768px) {
          #content .top_concept ul li a {
            font-size: 1em; } }
        #content .top_concept ul li a > div {
          padding: 20px 0;
          display: table-cell;
          text-align: center;
          vertical-align: middle; }
          @media screen and (min-width: 768px) {
            #content .top_concept ul li a > div {
              padding: 40px 0; } }
        #content .top_concept ul li a span {
          margin-bottom: 0.5em;
          display: block;
          font-size: 2em;
          line-height: 1;
          color: #ffffff;
          /*font-family: 'Thasadith', sans-serif;*/ }
        #content .top_concept ul li a:hover {
          color: #ffffff;
          background-color: #a88d74; }
#content .top_staff .staff_list ul {
  list-style: none; }
  #content .top_staff .staff_list ul:after {
    content: '';
    display: table;
    clear: both; }
  #content .top_staff .staff_list ul li {
    width: 48%;
    float: left;
    font-size: 0.75em; }
    #content .top_staff .staff_list ul li .box {
      padding: 5px; }
    @media screen and (min-width: 1001px) {
      #content .top_staff .staff_list ul li {
        width: 20%; }
        #content .top_staff .staff_list ul li .box {
          padding: 15px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      #content .top_staff .staff_list ul li {
        width: 25%; }
        #content .top_staff .staff_list ul li .box {
          padding: 10px; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      #content .top_staff .staff_list ul li {
        width: 33.3333%; }
        #content .top_staff .staff_list ul li .box {
          padding: 8px; } }
    #content .top_staff .staff_list ul li img {
      margin-bottom: 5px; }
    #content .top_staff .staff_list ul li p .name {
      display: block;
      border-bottom: solid 1px #231815; }
#content .top_pricemenu p {
  /*margin-bottom: 10px;
  color: #a88d74;
  margin-left: 14px;
  margin-right: 14px;*/
  /*text-align: left;*/ }
#content .top_pricemenu p span {
	text-align: right;
}
  @media screen and (min-width: 768px) {
    #content .top_pricemenu p {
      /*width: 80%;*/
 } }
#content .top_pricemenu dl {
  margin-bottom: 15px; }
  #content .top_pricemenu dl:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    #content .top_pricemenu dl {
      width: 80%;
      margin: 0 auto 15px auto;
      display: flex;
      flex-wrap: wrap; } }
  #content .top_pricemenu dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
    background-color: #a88d74;
    position: relative; }
    @media screen and (min-width: 768px) {
      #content .top_pricemenu dl dt {
        padding: 10px 20px;
        line-height: 1em; } }
    #content .top_pricemenu dl dt:after {
      content: '';
      display: block;
      clear: both; }
    #content .top_pricemenu dl dt span {
      font-size: 0.667em;
      font-weight: lighter;
      display: block; }
      @media screen and (min-width: 768px) {
        #content .top_pricemenu dl dt span {
          float: right;
          display: inline-block;
          line-height: 1.5em; } }
    #content .top_pricemenu dl dt:before {
      width: 3px;
      height: 100%;
      content: '';
      background-color: #866447;
      position: absolute;
      top: 0;
      left: 0; }
  #content .top_pricemenu dl dd {
    width: 80%;
    margin: 0 auto;
    display: table; }
    @media screen and (min-width: 768px) {
      #content .top_pricemenu dl dd {
        width: 33.3333%;
        margin: 0; } }
    #content .top_pricemenu dl dd .item {
      width: 50%;
      padding: 5px 10px;
      display: table-cell; }
      @media screen and (min-width: 768px) {
        #content .top_pricemenu dl dd .item {
          width: 55%;
          padding: 10px; } }
    #content .top_pricemenu dl dd .price {
      width: 50%;
      padding: 5px 10px;
      display: table-cell;
      text-align: right; }
      @media screen and (min-width: 768px) {
        #content .top_pricemenu dl dd .price {
          width: 45%;
          padding: 10px 20px; } }
#content .top_coupon .coupon_area:after {
  content: '';
  display: block;
  clear: both; }
#content .top_coupon .coupon_area .coupon_set {
  list-style: none; }
  #content .top_coupon .coupon_area .coupon_set .coupon_item {
    /*margin-bottom: 30px;*/ }
    #content .top_coupon .coupon_area .coupon_set .coupon_item h3 {
      width: 100%;
      /*max-width: 344px;*/
      height: 45px;
      margin: 0 auto -22px auto;
      color: #ffffff;
	  background-color: #a88d74;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 45px;
	  padding-left: 10px;
      text-align: left;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      z-index: 10; }
      /*#content .top_coupon .coupon_area .coupon_set .coupon_item h3:before {
        width: 12px;
        height: 10px;
        margin-right: 10px;
        content: '';
        background-image: url("../img/icon_sankaku_bottom_white.png");
        -webkit-background-size: cover;
        background-size: cover;
        display: inline-block; }*/
        @media screen and (min-width: 768px) {
          #content .top_coupon .coupon_area .coupon_set .coupon_item h3:before {
            width: 18px;
            height: 15px; } }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .content {
      margin-bottom: 15px;
      cursor: pointer; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail {
        padding: 42px 20px 20px 20px;
        text-align: center; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail p {
          /*margin: 0 0 1em 0;*/
          font-size: 1.65em;
          font-weight: bold; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail .type1 {
          padding: 5px 10px;
          display: block;
          background-color: #ffffff; }
          #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail .type1 span {
            margin-right: 2em;
            display: inline-block;
            font-size: 0.875em; }
          #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail .type1 em {
            font-style: normal;
            font-size: 1.5em;
            font-weight: bold; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail .type2 {
          padding: 5px 10px;
          display: block;
          background-color: #ffffff;
          font-size: 1.5em;
          font-weight: bold; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .content .anotation ul {
        padding: 10px 20px;
        list-style: none; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .anotation ul li {
          font-size: 0.875em;
		  color: #fff; }
          /*#content .top_coupon .coupon_area .coupon_set .coupon_item .content .anotation ul li:before {
            width: 0.8em;
            height: 0.8em;
            margin-right: 0.2em;
            content: '';
            background-color: #231815;
            display: inline-block; }*/
      #content .top_coupon .coupon_area .coupon_set .coupon_item .content .attention {
        display: none;
        background-color: #ffffff; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .attention p {
          padding: 10px 20px;
          font-size: 0.875em; }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .open {
      width: 80%;
      margin: 0 auto;
      padding: 5px 10px;
      /*position: relative;*/
      font-weight: bold;
      color: #ffffff;
      text-align: center;
      cursor: pointer; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        content: '';
        /*position: absolute;*/
        top: 1px;
        left: 1px;
        /*border: solid 1px #ffffff;*/ }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .close {
      padding: 5px 10px;
      text-align: center;
      color: #000;
      cursor: pointer;
      border-top: solid 1px #ffffff;
	  display: block; }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .modal {
      width: 90%;
      max-width: 700px;
      height: auto;
      max-height: calc(100% - 20px);
      margin: auto;
      display: none;
      overflow: auto;
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 999;
      transform: translate(-50%, -50%); }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .modal h4 {
        padding: 5px 10px;
        font-size: 1.5em;
        text-align: center;
        color: #000; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .modal > p {
        padding: 5px 10px;
        font-weight: bold;
        text-align: center;
		color: #000;
        background-color: #ffffff; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content {
        margin-bottom: 0;
        cursor: default; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content h3 {
          display: none; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content .detail {
          padding: 20px; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content .attention {
          display: block; }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .overlay {
      width: 100%;
      height: 100%;
      display: none;
      background-color: rgba(0, 0, 0, 0.8);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 998; }
@media screen and (min-width: 768px) {
  #content .top_coupon .coupon_area .coupon1 {
    width: 49%;
    float: left; } }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item h3 {
  background-image: url("../img/midashi_ribon_red.png"); }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail {
  background-color: #e8e0d8; }
  #content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail > p {
    color: #a88d74; }
  #content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail .type1 {
    color: #eb6453; }
  #content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail .type2 {
    color: #eb6453; }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .anotation {
  background-color: #a88d74; }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
  background-color: #a88d74; }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .open {
  /*background-color: #a88d74;*/ }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
  background-color: #a88d74; }
@media screen and (min-width: 768px) {
  #content .top_coupon .coupon_area .coupon2 {
    width: 49%;
    float: right; } }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item h3 {
  background-image: url("../img/midashi_ribon_khaki.png"); }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail {
  background-color: #efe0c7; }
  #content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail > p {
    color: #cea158; }
  #content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail .type1 {
    color: #cea158; }
  #content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail .type2 {
    color: #cea158; }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .anotation {
  background-color: #cea158; }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .modal h4 {
  background-color: #cea158; }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .open {
  background-color: #cea158; }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .close {
  background-color: #cea158; }
#content .top_nailsalon .top_nailsalon_subtitle {
  width: calc(100% - 20px);
  max-width: 1460px;
  margin: 0 auto;
  padding: 5px 20px 5px 41px;
  font-size: 1.125em;
  text-align: center;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815; }
  #content .top_nailsalon .top_nailsalon_subtitle:before {
    width: 11px;
    height: 10px;
    margin: 0 10px 0 -21px;
    content: '';
    background-image: url("../img/icon_sankaku_bottom_black.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (min-width: 768px) {
    #content .top_nailsalon .top_nailsalon_subtitle {
      width: calc(80% - 20px); } }
#content .top_nailsalon .top_nailsalon_txt {
  margin: 40px 0;
  font-size: 1.125em;
  line-height: 2;
  text-align: center; }
#content .top_nailsalon .top_nail_slide a {
  cursor: default; }
#content .top_nailsalon .top_nail_slide .sp-selected a {
  cursor: pointer; }
  #content .top_nailsalon .top_nail_slide .sp-selected a:hover {
    opacity: 0.5 !important; }
#content .top_nailsalon .top_nail_slide .sp-bottom-thumbnails {
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    #content .top_nailsalon .top_nail_slide .sp-bottom-thumbnails {
      margin-top: 10px;
      margin-bottom: 10px; } }
#content .top_nailsalon .top_nail_slide .sp-arrows .sp-arrow {
  width: 40px;
  height: 40px;
  background-image: url("../img/slide_arrow.png");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #content .top_nailsalon .top_nail_slide .sp-arrows .sp-arrow {
      width: 70px;
      height: 70px; } }
  #content .top_nailsalon .top_nail_slide .sp-arrows .sp-arrow:before, #content .top_nailsalon .top_nail_slide .sp-arrows .sp-arrow:after {
    content: none !important; }
#content .top_nailsalon .top_nail_slide .sp-arrows .sp-previous-arrow {
  left: 0; }
#content .top_nailsalon .top_nail_slide .sp-arrows .sp-next-arrow {
  right: 0; }
#content .top_nailsalon .top_nail_slide .sp-button {
  width: 6px;
  height: 6px;
  margin: 10px;
  border: none;
  background-color: #666666; }
#content .top_nailsalon .top_nail_slide .sp-selected-button {
  background-color: #000000; }
#content .top_nailsalon .top_nailsalon_concept p {
  margin: 40px 0;
  font-size: 1.125em;
  line-height: 2;
  text-align: center; }
#content .top_nailsalon .top_nailsalon_concept ul {
  max-width: 724px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #content .top_nailsalon .top_nailsalon_concept ul li {
    width: 50%;
    padding: 10px; }
#content .top_nailsalon .top_nailsalon_staff .staff_list ul {
  list-style: none; }
  #content .top_nailsalon .top_nailsalon_staff .staff_list ul:after {
    content: '';
    display: table;
    clear: both; }
  #content .top_nailsalon .top_nailsalon_staff .staff_list ul li {
    width: 48%;
    float: left;
    font-size: 0.75em; }
    #content .top_nailsalon .top_nailsalon_staff .staff_list ul li .box {
      padding: 5px; }
    @media screen and (min-width: 1001px) {
      #content .top_nailsalon .top_nailsalon_staff .staff_list ul li {
        width: 20%; }
        #content .top_nailsalon .top_nailsalon_staff .staff_list ul li .box {
          padding: 15px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      #content .top_nailsalon .top_nailsalon_staff .staff_list ul li {
        width: 25%; }
        #content .top_nailsalon .top_nailsalon_staff .staff_list ul li .box {
          padding: 10px; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      #content .top_nailsalon .top_nailsalon_staff .staff_list ul li {
        width: 33.3333%; }
        #content .top_nailsalon .top_nailsalon_staff .staff_list ul li .box {
          padding: 8px; } }
    #content .top_nailsalon .top_nailsalon_staff .staff_list ul li img {
      margin-bottom: 5px; }
    #content .top_nailsalon .top_nailsalon_staff .staff_list ul li p .name {
      display: block;
      border-bottom: solid 1px #231815; }
#content .top_nailsalon .top_nailsalon_button ul {
  list-style: none;
  display: flex;
  justify-content: space-between; }
  #content .top_nailsalon .top_nailsalon_button ul li {
    width: 48%;
    background-color: #c6b4a2;
    position: relative; }
    #content .top_nailsalon .top_nailsalon_button ul li:after {
      width: 100%;
      height: 8px;
      content: '';
      background-color: #a88d74;
      position: absolute;
      bottom: 0;
      left: 0; }
    #content .top_nailsalon .top_nailsalon_button ul li a {
      width: 100%;
      height: 100%;
      display: table;
      color: #7c593d;
      font-size: 0.75em; }
      @media screen and (min-width: 768px) {
        #content .top_nailsalon .top_nailsalon_button ul li a {
          font-size: 1em; } }
      #content .top_nailsalon .top_nailsalon_button ul li a > div {
        padding: 20px 0;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          #content .top_nailsalon .top_nailsalon_button ul li a > div {
            padding: 40px 0; } }
      #content .top_nailsalon .top_nailsalon_button ul li a span {
        margin-bottom: 0.5em;
        display: block;
        font-size: 2em;
        line-height: 1;
        color: #ffffff;
        /*font-family: 'Thasadith', sans-serif;*/ }
      #content .top_nailsalon .top_nailsalon_button ul li a:hover {
        color: #ffffff;
        background-color: #a88d74; }
  @media screen and (min-width: 768px) {
    #content .top_nailsalon .top_nailsalon_button ul {
      justify-content: center; }
      #content .top_nailsalon .top_nailsalon_button ul li {
        width: 32%;
        margin: 0 2%; } }
#content .top_shop dl {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #content .top_shop dl {
      max-width: 1004px } }
  #content .top_shop dl dt {
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
    border-top: solid 1px #231815;
    border-bottom: solid 1px #231815; }
  #content .top_shop dl dd {
    margin-bottom: 20px; }
    #content .top_shop dl dd table {
      width: 100%; }
      #content .top_shop dl dd table th {
        width: 30%;
        padding: 0 10px 10px 10px;
        vertical-align: top;
        text-align: left; }
        @media screen and (min-width: 768px) {
          #content .top_shop dl dd table th {
            width: 100px; } }
      #content .top_shop dl dd table td {
        padding: 0 10px 10px 10px;
        vertical-align: top; }
#content .top_shop .map {
  width: 100%;
  height: 60vw;
  max-height: 460px;
  margin: 0 auto 30px auto; }
  @media screen and (min-width: 768px) {
    #content .top_shop .map {
      max-width: 1004px } }
  #content .top_shop .map iframe {
    width: 100%;
    height: 100%;
    border: none; }
#content .top_shop .shop_img {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #content .top_shop .shop_img {
      width: 80%; } }
  #content .top_shop .shop_img img {
    width: 100%; }
