body {
  text-align: center;
  position: relative;
}

p {
  text-align: left;
  margin-bottom: 1em;
}

/*-- メニュー  --*/
nav {
  padding-top: 2em;
}

.reservationBtn {
  position: fixed;
  background-color: #8D7010;
  color: #FFF;
  padding: .8em .4em;
  box-shadow: 2px 2px 8px black;
  top: 50px;
  right: 0;
  width: 25px;
  font-size: 0.95rem;
  line-height: 105%;
  text-align: center;
}

.reservationBtn i {
  margin-bottom: .5em;
}

.reservationBtn a {
  color: #FFF;
}

h1 img {
  width: 120px;
}

.menu {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5vw;
}

.menu ul {
  display: flex;
  flex-wrap: wrap;
}

.menu li:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.menu li {
  width: 49.5%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: .6em 0;
  font-size: 3.5vw;
}

.home .wrap {
  width: 95%;
  align-items: flex-start;
  margin: 0 auto 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p.total {
  text-align: center;
}

.menuItem {
  width: 48%;
  text-align: center;
  margin-bottom: 2em;
}

.menuItem .menuTitleA {
  line-height: 150%;
  display: inline-block;
  font-weight: bold;
  margin-bottom: .5em;
  color: #947C52;
  position: relative;
  font-size: .75em;
}

.menuItem .menuTitleA::before,
.menuItem .menuTitleA::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  height: .1rem;
  background-color: #947C52;
  box-sizing: border-box;
}

.menuItem .menuTitleA::before {
  transform: rotate(60deg);
  left: -25px;
}

.menuItem .menuTitleA::before,
.menuItem .menuTitleA::after {
  width: 2rem;
}

.menuItem .menuTitleA::after {
  transform: rotate(-60deg);
  right: -25px;
}

.menuItem .menuTitleA::before,
.menuItem .menuTitleA::after {
  width: 2rem;
}
.menuItem h4{
  font-size: .96em;
  margin-bottom: .5em;
}
.salonPage h3,
.pricePage h2 {
  font-family: 'Prata', serif;
  font-size: 8vw;
  letter-spacing: 2px;
  margin: 0em auto 1em;
}

.salonPage h3 span,
.pricePage h2 span {
  display: block;
  font-size: 0.4em;
  align-items: center;
  margin: 0 auto;
  line-height: 100%;
}

img.banner {
  margin-bottom: 3em;
}
.pickUp .wrap{
  margin-bottom: 3em;
}
.pickUpImg{
  margin-bottom: 1em;
}
.pickUpTxt {
  text-align: left;
}

.pickUpTxtTitle span {
  display: inline-block;
  color: #FFF;
  padding: .2em 1em;
  background-color: #8D7010;
}

.pickUpTxtTitle h4 {
  font-size: 6vw;
  padding: .5em 0;
}

.pickUpTxtTitle p {
  font-weight: bold;
  font-size: 1.1em;
}

.pickUpCheck {
  font-size: 1.3em;
  margin-bottom: 2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.pickUpCheck span{
  font-size: .7em;
  display: block;
  line-height: 140%;
  margin-bottom: 1em;
}
.grayBack {
  background-color: #F6F6F6;
}

.ranking .wrap {
  margin-bottom: 2em;
}
.rankingItem h4{
  margin-bottom: 1em;
}
.rankingItem .price{
  width: 85%;
  margin: 0 auto;
}
.salonPage .menuTitle {
  color: #8D7010;
  margin-bottom: 2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.rankingItem {
  margin-bottom: 3em;
}

.rankingItem p {
  text-align: center;
}

.rankIcon {
  width: 40px;
  margin-bottom: .5em;
}

.menuTxt h4 {
  text-align: left;
  font-size: 6vw;
  margin-bottom: .5em;
}

.menuImg {
  margin-bottom: .5em;
}

.menuContent .wrap {
  margin-bottom: 2em;
}

.blogItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  align-items: center;
}

.blogImg {
  width: 40%;
}

.blogTxt {
  width: 55%;
  text-align: left;
}

.faqItem {
  background-color: #fff;
  padding: .5em;
  margin-bottom: 1em;
}

.faqItem dt {
  width: 12%;
  float: left;
  background-color: #6a583a;
  margin-right: 1em;
  font-family: 'Prata', serif;
  color: #FFF;
  letter-spacing: 3px;
  padding: .2em 0 0 .2em;
}

dt.answerIcon {
  background-color: #947C52;
}

.faqItem dd {
  text-align: left;
  padding-left: 3.5em;
  border-bottom: 1px solid #999;
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-weight: bold;
}

dd.answer {
  border-bottom: none;
  font-weight: normal;
}

.faqItem p {
  padding: .6em;
}

/*--料金--*/
.pricePage h3 {
  background-color: #4D4D4D;
  padding: .2em;
  text-align: center;
  color: #FFF;
  font-size: 5vw;
  letter-spacing: 5px;
}

.pricePage .menuTitle {
  background-color: #FBF4EC;
  color: #000;
  border-bottom: 1px solid #B3896D;
  font-size: 4.5vw;
  padding: .4em 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.pricePage table {
  width: 100%;
  margin-bottom: 3em;
  line-height: 115%;
}

.pricePage th {
  font-weight: normal;
}

.pricePage th,
.pricePage td {
  padding: .6em 0;
  text-align: center;
  border-bottom: 1px solid #B3896D;
  vertical-align: middle;
}

.pricePage th.w50 {
  width: 50%;
}

.pricePage th.w30 {
  width: 30%;
}

.pricePage td span.line-through {
  text-decoration: line-through;
}

.pricePage td span.red {
  color: red;
  font-weight: bold;
}

.pricePage td.redPrice {
  color: red;
}

.choicePartsTitle {
  margin-bottom: 1em;
}

.choiceParts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choiceParts div {
  background-color: #D1AE84;
  padding: .3em 0;
  text-align: center;
  width: 32.3%;
  color: #FFF;
  margin-bottom: .3em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.priceDown {
  background-color: red;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  padding: 0 .8em;
}

.pricePage td span.small {
  font-size: 0.7em;
  text-align: left;
  display: inline-block;
}

.matsuexTitle span {
  font-size: 1.2em;
  font-weight: bold;
}

.matsuexTitle {
  border-bottom: 1px solid #B3896D;
  text-align: left;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

.matsuexTitleOther {
  border-bottom: 1px solid #B3896D;
  text-align: left;
  padding-bottom: .5em;
  font-size: 1.2em;
  font-weight: bold;
}

table.matsuex {
  border: 1px solid #B3896D;
}

table.matsuex th {
  background-color: #FBF4EC;
  border-left: 1px solid #B3896D;
}

table.matsuex td {
  border-left: 1px solid #B3896D;
}

.pricePage table.mb0 {
  margin-bottom: 0;
}

.salonfooterTxt h4 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.salonfooterTxt h5 {
  font-size: 1.4rem;
}

.salonfooterTxt p {
  text-align: center;
}

@media only screen and (min-width: 580px) {
  h1 img {
    width: 150px;
    margin-bottom: 1em;
  }

  nav {
    width: 95%;
    padding: 1em 0;
    margin: 0 auto;
  }

  .reservationBtn {
    top: 100px;
  }

  .menu li:nth-child(odd) {
    border-right: none;
  }

  .menu li{
    width: 16.6%;
    text-align: center;
    border-bottom: none;
    padding: .4em 0;
    font-size: 1.2rem;
  }

  .menu li.salonItem {
    width: 23%;
  }

  .menuItem h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .5em;
  }

  .menuItem h4 span {
    font-size: .95rem;
    display: inline-block;
  }

  .menuItem {
    word-break: break-all;
  }

  .menuItem p {
    width: 90%;
    margin: 0 auto;
  }

  p.total {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }

  .salonPage h3,
  .pricePage h2 {
    font-size: 2.8rem;
  }

  .salonPage h3 span,
  .pricePage h2 span {
    font-size: 1rem;
    padding-top: 1em;
  }

  .home .wrap {
    width: 1200px;
    justify-content: center;
  }

  .menuItem {
    width: 30%;
  }

  .menuItem img {
    margin-bottom: 1em;
    width: 95%;
  }

  .ranking .wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .rankingItem:first-child {
    width: 71%;
  }

  .rankingItem {
    width: 30%;
  }

  .rankingItem h4 {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5em;
    font-size: 1.2rem;
  }

  .menuTxt,
  .menuImg,
  .blogItem {
    width: 48%;
  }

  .menuTxt h4 {
    font-size: 1.8rem;
  }

  .blog .wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .faqItem {
    width: 31%;
  }

  .pickUp .wrap {
    flex-wrap: wrap;
  }

  .pickUp .wrap::after {
    width: 32.5%;
    display: block;
    content: "";
  }

  /*--料金--*/
  .pricePage h3 {
    font-size: 1.6rem;
  }

  .pricePage .menuTitle {
    font-size: 1.3rem;
  }

  .pricePage th,
  .pricePage td {
    padding: 1em 0;
  }

  .pricePage table {
    margin-bottom: 5em;
    font-size: 1.1em;
  }

  .choiceParts div {
    width: 14%;
  }

  .pickUpImg {
    width: 50%;
  }

  .pickUpTxt {
    width: 45%;
    margin-bottom: 5em;
  }

  .pickUpTxtTitle h4 {
    font-size: 2rem;
  }

  .pickUpCheck {
    font-size: 1.5rem;
    line-height: 200%;
    margin-bottom: 3em;
  }
  .rankingItem .price{
    width: 75%;
    margin-bottom: 2em;
  }
  .salonfooterTxt {
    width: 35%;
    text-align: left;
  }

  .salonfooterTxt p {
    text-align: left;
  }

  .salonMap {
    width: 60%;
  }

  .salonPage .google-maps {
    padding-bottom: 55%;
  }
}

@media only screen and (min-width: 1024px) {
  nav {
    width: 1024px;
  }
}