@charset "UTF-8";

/* info
----------------------------------------------- */

.ttl {
  font-family: montserrat;
  font-weight: 600;
  letter-spacing: 1vw;
  margin-bottom: 3vw;
  font-size: 4vw;
}

.tbl {
  width: 100%;
  margin: 0 auto 6%;
  position: relative;
  font-size: 3.4vw;
}

.tbl:before {
  content: "";
  width: 100px;
  position: absolute;
  background: var(--brown);
  height: 2px;
  top: 0px;
}

.tbl th,
.tbl td {
  vertical-align: middle;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: justify;
  display: inline-block;
}

.tbl td {
  width: 70%;
  padding: 3% 0 3% 3%;
}

.tbl th {
  text-align: center;
  width: 30%;
  color: var(--brown);
  font-weight: 600;
  display: inline-block;
  padding: 3% 3% 3% 0;
}

.tbl tr:first-child {
  border-top: 2px solid #eee;
}

.tbl tr {
  border-bottom: 1px solid #eee;
}

.tbl tr:last-child {
  border-bottom: none;
}

.tbl td a.tel {
  color: var(--brown);
  font-size: 5.8vw;
  font-family: montserrat;
  font-weight: 600;
  letter-spacing: .08em;
  display: inline-block;
}

.tbl td a.mail {
  font-family: montserrat;
  font-weight: 600;
  letter-spacing: .08em;
  display: inline-block;
  width: 100%;
}

/* アクセス */
.tbl td ul {
  margin-bottom: 5vw;
}

.tbl td ul:last-child {
  margin-bottom: 0;
}

.tbl td li span.sub {
  font-weight: 600;
}

.tbl td li span.num {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #a1947b;
  color: #fff;
  font-size: 80%;
  margin-right: 5px;
  font-family: garamond-premier-pro;
  padding-top: 1px;
  padding-left: 0;
  text-indent: 0;
}

.tbl td li {
  margin-bottom: 2%;
  font-size: 3.2vw;
  font-feature-settings: "palt";
  letter-spacing: .03em;
  text-align: justify;
  text-justify: auto;
  line-height: 1.7;
}

.tbl td li:first-child {
  background: #eae9f3;
  text-align: center;
  padding: 2%;
  margin-bottom: 3vw;
}

.tbl td li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tbl tr.access-text {
  width: 100%;
}

.tbl tr.access-text th,
.tbl tr.access-text td {
  display: block;
  width: 100%;
}

.tbl tr.access-text th {
  text-align: center;
  padding: 4vw 0 0;
}

.salon .map {
  margin: 0 auto 6%;
  height: 300px;
}

.root {
  margin: 0 auto;
  text-align: center;
}

.root li {
  width: 46%;
  display: inline-block;
  font-size: 3.4vw;
  text-align: center;
  margin: 0 1%;
  background: var(--brown);
  font-weight: 300;
  letter-spacing: 0.1em;
  border-radius: 50px;
  padding: 1% 0;
}

.root li a {
  padding: 10px;
  color: #fff;
  position: relative;
}

.root li a:after {
  content: '>';
  margin-left: 2%;
  display: inline;
}

.root .googlemap a:before {
  content: "\f041";
  margin-right: 4%;
  font-family: icon;
  display: inline-block;
}

.root .googleroot a:before {
  content: "\f183";
  margin-right: 4%;
  font-family: icon;
  display: inline-block;
}

.sns {
  padding: 12vw 5vw 10vw;
  background: #f0eff5;
}

.sns ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sns li {
  background: #161617;
  width: 49%;
  margin-bottom: 2vw;
}

.sns li a {
  padding: 8% 2%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-family: montserrat;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns li a i {
  display: block;
  text-align: center;
  font-size: 5vw;
  margin-bottom: 1vw;
}

.sns li a span {
  display: block;
}

.sns li p {
  margin-bottom: 0;
  font-size: 3.8vw;
}


.info h2:not(.ttl) {
  background-color: #003B4E;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: start;
  padding: 15px 20px;
  margin: 40px 0 20px;
  position: relative;
}

.info h2:not(.ttl)::before,
.info h2:not(.ttl)::after {
  content: "";
  display: block;
  height: 4px;
  background-color: #003B4E;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.info h2:not(.ttl)::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.info h2:not(.ttl)::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}


/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) {
  .pc-header-navi-items a {
    width: 100%;
    height: 100%;
    padding: 18px 16px 0;
    color: #fff;
  }

  .ttl {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 8px;
  }

  .tbl {
    font-size: 14px;
    margin: 0 auto 40px;
  }

  .tbl:before {
    width: 190px;
  }

  .tbl td {
    width: 77%;
    padding: 16px 0 16px 16px;
  }

  .tbl th {
    text-align: center;
    width: 22%;
    padding: 16px 16px 16px 0;
  }

  .tbl td a.tel {
    font-size: 22px;
  }

  .tbl td a.mail {
    width: auto;
  }

  /* アクセス */
  .tbl td ul {
    margin-bottom: 26px;
  }

  .tbl td li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .tbl td li:first-child {
    text-align: left;
    padding: 8px 8px 8px 10px;
    margin-bottom: 12px;
  }

  .tbl td li span.num {
    padding-top: 0;
  }

  .tbl tr.access-text {
    width: 100%;
  }

  .tbl tr.access-text th,
  .tbl tr.access-text td {
    display: inline-block;
  }

  .tbl tr.access-text th {
    text-align: center;
    padding: 16px 16px 16px 0;
    width: 22%;
    display: inline-block;
  }

  .tbl tr.access-text td {
    width: 77%;
    display: inline-block;
  }

  .salon .map {
    margin: 0 auto 40px;
    height: 400px;
  }

  .root li {
    width: 30%;
    font-size: 14px;
    margin: 0 10px;
    padding: 4px;
  }

  .root li a {
    padding: 18px;
  }

  .sns {
    padding: 100px 0 80px;
  }

  .sns .inner {
    width: 960px;
    margin: 0 auto;
  }

  .sns ul {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sns li {
    width: 310px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .sns li:nth-child(3n) {
    margin-right: 0;
  }

  .sns li a {
    padding: 20px 10px;
  }

  .sns li a i {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .sns li p {
    font-size: 18px;
  }

}


/* =============================================
retina
================================================*/
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 736px) and (min-resolution: 2dppx) {
  .gallery li a:after {
    background-image: url(../../images/zoom@2x.jpg);
  }
}

.salon-image {
  max-width: 75%;
  margin: 10rem auto 0;
  object-fit: contain;
}

@media screen and (max-width: 736px) {
  .salon-image {
    max-width: 100vw;
    margin: 2rem auto 0;
  }
}

.menu-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
  position: relative;
  margin: 2em auto;
  padding: 2em;
  /*内側余白*/
  border-radius: 8px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 736px) {
  .menu-box {
    flex-direction: column;
  }
}


.menu-box:before {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #e19191;
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.menu-box:after {
  border-left: 30px solid transparent;
  border-bottom: 30px solid #e19191;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.menu-box .menu-box_left {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 736px) {
  .menu-box .menu-box_left {
    width: 100%;
  }
}


.menu-box .menu-box_left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 200px;
  margin: 0 auto;
}

.menu-box .menu-box_left span {
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-block;
  width: 52px;
  height: 75px;
  text-align: center;
  background: #fa4141;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}

.menu-box .menu-box_left span:before,
.menu-box .menu-box_left span:after {
  position: absolute;
  content: '';
}

.menu-box .menu-box_left span:before {
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d90606;
}

.menu-box .menu-box_left span:after {
  top: 50%;
  left: 0;
  display: block;
  height: 50%;
  border: 1em solid #fa4141;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
}

.menu-box .menu-box_right {
  width: 100%;
}

.menu-box .menu-box_right .menu-title {
  font-weight: bold;
  text-align: left;
  background-color: #e19191;
  color: #fff;
  padding: .75rem;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .menu-box .menu-box_right .menu-title {
    margin-top: 1rem;
  }
}

.menu-box .menu-box_right .menu-description {
  font-weight: 400;
  margin-top: 1rem;
}

iframe {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  iframe {
    min-height: 0px;
    height: 225px;
  }
}