@charset "UTF-8";
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #393838;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

li {
  list-style: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}

a {
  text-decoration: none;
  color: #8C6234;
}

a:hover {
  text-decoration: underline;
}

.small {
  font-size: 10px;
}

img {
  width: 100%;
}

.pc-none {
  display: none;
}

.dib {
  display: inline-block;
  font-weight: inherit;
}

/*********************************************************
  header
  *********************************************************/
header {
  margin: 15px 0 30px 0;
}

#header {
  display: none;
}

#logo img {
  max-width: 300px;
}

.header-table {
  display: table;
  width: 90%;
  margin: 0 auto;
}

#logo {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#contact {
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

#contact img {
  max-width: 300px;
}

#contact .contact-text {
  color: #5C4033;
}

#contact .contact-text .c-1 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 3px 10px 0;
}

#contact .contact-text .c-2 {
  font-size: 14px;
  padding: 10px 40px 0 0;
  font-weight: bold;
}

#contact .contact-text .tel {
  font-size: 30px;
  font-weight: bold;
  color: #5C4033;
  white-space: nowrap;
}

#contact .contact-text .tel i {
  margin-right: 8px;
}

.header-wrap {
  max-width: 81.48148148148148%;
  margin: 0 auto;
}

nav li {
  float: left;
  width: 18.98989898989899%;
  padding-right: 1.0101010101010102%;
  text-align: center;
}

nav li img {
  max-width: 188px;
  width: 100%;
}

nav li img:hover {
  opacity: 0.8;
}

.g-nav {
  width: 90%;
  margin: 0 auto;
}

.g-nav a {
  text-decoration: none;
  color: #414141;
}

/*********************************************************
  main
  *********************************************************/
.main-wrap {
  max-width: 81.48148148148148%;
  margin: 0 auto;
}

.main-title {
  margin-bottom: 15px;
}

.main-title img {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.sub-title img {
  max-width: 1000px;
}

.sub-title {
  max-width: 1000px;
  font-weight: bold;
  color: #383b20;
  font-family: "Meiryo UI";
  padding-left: 20px;
  font-size: 40px;
}

.viewer {
  min-height: 400px;
  margin-bottom: 15px;
}

.contact {
  width: 100%;
}

.contact img {
  display: block;
  max-width: 460px;
  margin: 0 auto;
}

.top-concept {
  width: 80%;
  margin: 30px auto 30px auto;
  padding: 15px;
  background: url(image.php?id=0);
  border-radius: 10px;
}

.top-concept p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.top-concept h1 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  background: url(http://hair97.com/image.php?id=045) no-repeat;
  line-height: 48px;
  padding: 0 0 0 60px;
  margin-bottom: 15px;
}

/*reservation*/
.reservation {
  background: #EEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 81.81818181818183%;
  padding: 15px;
}

.reservation__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.reservation__ttl span {
  display: inline-block;
  font-weight: bold;
}

.reservation__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.reservation__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}

.reservation__txt span {
  display: inline-block;
  font-weight: bold;
}

.reservation-circle {
  background: #FFF;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  height: 280px;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 280px;
}

.reservation-circle:first-child {
  margin-right: 30px;
}

.reservation-circle__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.reservation-circle__price-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 15px;
}

.reservation-circle__zero {
  color: #7E5C2C;
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 15px;
}

.reservation-circle__price {
  color: #7E5C2C;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.reservation-circle__txt {
  font-size: 14px;
  line-height: 1.5;
}

.reservation-circle__txt mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF0D2));
  background: linear-gradient(transparent 50%, #FFF0D2 50%);
}

.reservation-note {
  background: #FFF;
  border: 2px dashed #EEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px auto 0;
  padding: 10px;
  width: 95%;
}

.reservation-note__ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.reservation-note__item {
  font-size: 14px;
  line-height: 1.7;
  margin-left: 1em;
  text-indent: -1em;
}

.reservation-note__txt {
  margin-top: 15px;
  text-align: right;
}

@media (max-width: 980px) {
  .reservation {
    max-width: 90%;
  }
  .reservation-circle {
    height: 250px;
    width: 250px;
  }
  .reservation-circle__txt {
    font-size: 12px;
  }
}

/*top-banner*/
.top-banner {
  max-width: 81.81818181818183%;
  display: table;
  border-collapse: separate;
  margin-top: 2.727272727272727%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.3636363636363635%;
  border-spacing: 15px;
}

.top-banner img {
  width: 100%;
}

.top-banner div {
  display: table-cell;
  width: 30%;
  max-width: 300px;
}

.top-banner a img:hover {
  box-shadow: 0 0 10px 2px #FFF;
  -webkit-box-shadow: 0 0 10px 2px #FFF;
}

/*--サロンインフォ--*/
.top-contact p {
  text-align: center;
}

.top-contact p a {
  display: inline-block;
  text-decoration: none;
  color: #5C4033;
  font-size: 30px;
  font-weight: bold;
}

.top-contact p a span {
  display: block;
  margin-top: 10px;
  font-size: 50px;
  font-weight: bold;
  color: #5C4033;
  white-space: nowrap;
}

.top-contact p a span i {
  display: inline-block;
  margin-right: 8px;
}

/*--サロンインフォ--*/
.salon-info {
  margin: 0 auto 15px auto;
  max-width: 1200px;
  width: 96%;
}

@media (min-width: 1025px) {
  .salon-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.salon-pic {
  width: 30%;
}

@media (max-width: 1400px) {
  .salon-pic {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .salon-pic {
    margin: 0 auto 15px;
    width: 80%;
  }
}

.salon-text {
  width: 70%;
}

@media (max-width: 1400px) {
  .salon-text {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  .salon-text {
    width: 100%;
  }
}

.info-frame {
  margin: 0 auto;
  width: 85.71428571428571%;
  font-size: 14px;
}

.info-frame {
  background: #FFC;
  padding: 15px;
  border: solid 10px #814000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.info-table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.info-table td {
  padding: 10px 0 10px 5px;
}

.info-table tr {
  border-bottom: 1px dotted #333;
  padding: 8px;
}

.td1 {
  color: #5E371D;
  width: 20%;
}

/*--コンセプト--*/
.concept {
  max-width: 800px;
  margin: 0 auto 15px auto;
}

.concept-box {
  display: table;
  width: 100%;
  margin: 0 0 30px 0;
  background: #FFC;
  padding: 15px;
  border: solid 10px #814000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.concept-pic {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}

.concept-pic img {
  display: block;
  max-width: 300px;
}

.concept-text {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  padding: 0 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.strong {
  display: block;
  font-weight: bold;
  color: #635541;
  font-size: 18px;
  margin-bottom: 10px;
}

/*--メニュー--*/
.menu span {
  text-shadow: 1px 1px 0 #FFF;
}

.menu table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 15px;
  color: #5C4033;
}

.menu td {
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
}

.menu .price1 {
  width: 70%;
}

.menu .price2 {
  width: 30%;
  text-align: right;
}

.menu-frame {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFC;
  padding: 15px;
  border: solid 10px #814000;
  box-sizing: border-box;
}

.menu-frame:nth-last-child(n+2) {
  margin: 0 auto 30px auto;
}

.menu-title {
  font-size: 16px;
  color: #5C4033;
  display: block;
  margin: 10px auto;
  max-width: 800px;
  font-weight: bold;
}

.menu-title .en {
  font-weight: bold;
  font-family: HGP創英角ﾎﾟｯﾌﾟ体, Helvetica, sans-serif;
}

.coupon {
  padding: 10px;
  margin: 0 auto;
  max-width: 780px;
  line-height: 1.5;
  color: #5C4033;
}

.tokka {
  color: #FF6366;
  font-weight: bold;
  font-size: large;
}

.jouken {
  font-weight: bold;
}

.border {
  padding: 5px;
  border-bottom: 1px dotted #232323;
  margin-bottom: 10px;
}

/*--トピックス--*/
.topics-main {
  position: relative;
  max-width: 1263px;
  margin: 0 auto;
}

.topics .tokka {
  color: #FFFFFF;
  font-weight: bold;
  font-size: large;
}

.news {
  margin: 0 auto;
  max-width: 780px;
  line-height: 1.5;
  color: #635541;
}

.topics .news .frame {
  background: #FFC;
  padding: 15px;
  border: solid 10px #814000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p.dog {
  text-align: center;
}

p.dog img {
  max-width: 500px;
}

.pc-image {
  position: absolute;
  top: 35%;
  right: 0;
  width: 27.7%;
}

.reserve-system {
  background-color: #c6ae83;
  background-image: url(image.php?id=071), url(image.php?id=064);
  background-position: bottom -10px right, top left;
  background-repeat: no-repeat;
  background-size: 200px, cover;
  color: #000;
  overflow: hidden;
  padding: 30px 30px 80px 30px;
  position: relative;
}

@media (max-width: 480px) {
  .reserve-system {
    padding: 20px 20px 80px 20px;
  }
}

.reserve-system::before {
  content: "";
  background-image: url(image.php?id=065);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
  padding-bottom: 20%;
  position: absolute;
  top: 40px;
  left: -30px;
  width: 40%;
}

@media (max-width: 768px) {
  .reserve-system::before {
    padding-bottom: 50%;
    width: 80%;
  }
}

.reserve-system__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 400px) {
  .reserve-system__ttl {
    font-size: 20px;
  }
}

.reserve-system__ttl:not(:first-child) {
  margin-top: 15px;
}

.reserve-system__ttl span {
  font-weight: inherit;
}

.reserve-system__ud {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fb6682));
  background: linear-gradient(transparent 80%, #fb6682 20%);
}

.reserve-system__txt {
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

.reserve-system__note {
  margin: 15px 0 0 1em;
  text-indent: -1em;
}

.price-revision {
  background-color: #eee;
  background-image: url(image.php?id=067), url(image.php?id=068), url(image.php?id=069), url(image.php?id=070), url(image.php?id=063);
  background-position: top left, top 50px right, bottom left, top left, top 50px left;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y, repeat;
  background-size: auto 152px, 80px auto, auto 220px, 80px auto, contain;
  margin-top: 30px;
  padding: 50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .price-revision {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .price-revision {
    padding: 15px;
  }
}

.price-revision::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.price-revision__inner {
  background-color: #fff;
  background-image: url(image.php?id=066);
  background-repeat: no-repeat;
  background-position: bottom 10px right 10px;
  background-size: 150px;
  border-radius: 15px;
  padding: 15px 15px 130px 15px;
}

@media (max-width: 600px) {
  .price-revision__inner {
    background-position: bottom 10px center;
  }
}

.price-revision__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  .price-revision__ttl {
    font-size: 20px;
  }
}

.price-revision__ttl:not(:first-child) {
  margin-top: 30px;
}

.price-revision__ttl .price-revision__ud {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(10%, #ffb8ed));
  background: linear-gradient(transparent 90%, #ffb8ed 10%);
  font-weight: inherit;
}

.price-revision__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .price-revision__wrapper {
    display: block;
  }
}

.price-revision__table {
  width: 48%;
}

@media (max-width: 768px) {
  .price-revision__table {
    width: 100%;
  }
  .price-revision__table:last-child {
    margin-top: 15px;
  }
}

.price-revision__table th,
.price-revision__table td {
  border: 1px solid #333;
  padding: 7px;
  text-align: center;
  vertical-align: middle;
  width: 33%;
}

.price-revision__table th:last-child,
.price-revision__table td:last-child {
  font-weight: bold;
}

.price-revision__table tbody th {
  font-size: 12px;
}

.price-revision__note {
  margin-left: 1em;
  text-indent: -1em;
}

.price-revision__ud {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffb4d7));
  background: linear-gradient(transparent 80%, #ffb4d7 20%);
}

.price-revision__txt {
  font-size: 18px;
  margin-top: 15px;
}

@media (max-width: 480px) {
  .price-revision__txt {
    font-size: 16px;
  }
}

@media (max-width: 1500px) {
  .pc-image {
    right: -5%;
  }
}

@media (max-width: 1050px) {
  .pc-image {
    top: auto;
    right: -10%;
    bottom: 0;
  }
}

/*********************************************************
  fooer
  *********************************************************/
footer {
  background: url(http://hair97.com/image.php?id==003);
  margin-top: 15px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 14px;
}

.footer-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-nav {
  margin: 0 auto;
  width: 380px;
  font-family: HGP創英角ﾎﾟｯﾌﾟ体, Helvetica, sans-serif;
}

.footer-nav li {
  float: left;
  padding: 5px;
}

.footer-nav li:after {
  content: "　|";
}

.footer-nav li:last-child:after {
  content: "";
}

.footer-info {
  width: 380px;
  margin: 10px auto;
  padding: 10px 10px 10px 10px;
  line-height: 1.5;
  font-size: 14px;
  color: #7E5C2C;
  background: #EEE;
}

.footer-info h2 {
  font-size: 20px;
  font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "Helvetica", serif;
  text-align: center;
  font-weight: bold;
}

.footer-info span {
  font-weight: bold;
}

.copy {
  text-align: center;
}

/*********************************************************
  PageTopボタン
  *********************************************************/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#page-top a {
  text-decoration: none;
  width: 90px;
  padding: 3px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  opacity: 0.6;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 1;
}

/*********************************************************
  マップ
  *********************************************************/
.ggmap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}