@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
  position: relative;
}
.reservationBtn {
  position: fixed;
  background-color: #8D7010;
  color: #FFF;
  padding: .3em 0;
  box-shadow: 2px 2px 8px black;
  bottom: 0;
  left: 10px;
  width: 210px;
  font-size: 0.95rem;
  text-align: center;
  z-index: 999;
}
.reservationBtn i {
  margin-right: .5em;
}
.reservationBtn a {
  color: #FFF;
}
.mensPage h2{
  font-family: 'Bebas Neue', cursive;
  text-align: left;
  font-size: 8vw;
  letter-spacing: 2px;
  margin-bottom: .5em;
}
.mensPage h2 .small{
  font-size: .6em;
  display: inline-block;
}
.mensPage h2 span{
  font-family: 'Bebas Neue', cursive;
  color: #8F7B4A;
  border-left: 4px solid #8F7B4A;
  padding: .2em 1em;
  line-height: 120%;
  letter-spacing: 2px;
  margin-left: .5em;
  font-size: 4.2vw;
}
.mensPage h2 span.japanese{
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 5vw;
}
.mensPage .peppar{
  padding: 5em 0 3em;
}
.customer ul {
	list-style: none;
}
.customer ul li {
  padding: .5em 0 .5em 1.8em;
	line-height: 1.6em;
	background: url(img/customerIcon.png) left 0px top 3px no-repeat;
  background-size: 6vw auto;
  background-position: .3em center;
  background-color: #fff;
  font-size: 4.4vw;
  margin-bottom: 1em;
  line-height: 130%;
  font-weight: bold;
}
.about .midashi{
  background-color: #E4E4E4;
}
.about h3{
  margin:0 auto 1em;
  padding:.2em 0 .5em;
  width: 90%;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  color: #fff;
  background-color: #000;
  text-align: center;
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  position: relative;
}
.about h3::after{
  border-top: 3px solid #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  bottom: 6px;
}
.about p{
  margin-bottom: 2em;
}
.menuContents h3{
  margin-bottom: 1em;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
font-size: 4vw;
}
.title{
  padding: 2em 0 1em;
}
h2.japanese{
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 6.6vw;
}
.menuSideImg{
  margin: 1em auto;
  text-align: center;
}
.menuSideImg img{
  width: 60%;
}
.beforAfter{
  background-color: #E8E8E8;
  margin: 2em auto;
  padding: 2em 1em 0;
}
.beforAfter img{
  margin-bottom: 1em;
}
.priceTitle span{
  text-align: right;
  display: block;
  font-size: 0.9em;
}
.menuContents h4{
  border-bottom: 2px solid #ffffff;
  background-color: #000;
  color: #FFF;
  position: relative;
  padding: .5rem 0rem;
  text-align: center;
  font-size: 6vw;
}
.menuContents h4::before,.menuContents h4::after{
  border-top: 3px solid #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
}
.menuContents h4:before {
  top: 6px;
}
.menuContents h4:after {
  bottom: 6px;
}
.menuContents table{
  border: 1px solid #000;
  text-align: center;
  width: 100%;
  margin-bottom: 2em;
}
.menuContents table th{
  padding: .5em 0;
  line-height: 130%;
  border-bottom: 1px solid #000;
}
.menuContents table td{
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: .5em 0;
  vertical-align: middle;
}
.mensLink a{
  color: #FFF;
  width: 80%;
  display: block;
  margin: 0 auto 1em;
  text-align: center;
  position: relative;
  padding: 1em 0;
  font-weight: bold;
  font-size: 1.1em;
}
.mensLink a::before,.mensLink a::after{
  border-top: 2px solid #ffffff;
  position: absolute;
  left: 2.5%;
  width: 95%;
  content: '';
}
.mensLink a:before {
  top: 6px;
}
.mensLink a:after {
  bottom: 6px;
}
.mensLink a.yoyaku{
  background-color: #8F7B4A;
}
.mensLink a.first{
  background-color: #808080;
}
.mensLink a:hover{
opacity: 0.7;
}
.mensLink a i{
  margin-right: 1em;
}
.mensPage footer{
  background-color: #434343;
  color: #FFF;
}
.mensPage .footerMenu a{
  color: #FFF;
}
.mensPage .google-maps{
  margin-bottom: 3em;
}
footer img.footerLogo{
  margin-bottom: 1em;
}
@media only screen and (min-width: 580px){
  .mensPage h2{
    font-size: 4.5rem;
  }
  .mensPage h2 span{
    font-size: 1.8rem;
  }
  .mensPage h2 span.japanese{
    font-size: 1.6rem;
  }
  h2.japanese{
    font-size: 2.5rem;
  }
  .campaignImg{
    width: 48%;
  }
  .about h3{
    font-size: 2rem;
    margin-bottom: .5em;
  }
  .about p{
    text-align: center;
    font-size: 1.1rem;
  }
  .menuContents .wrap{
    align-items: flex-start;
  }
  .menuSideTxt{
    width: 65%;
  }
  .menuSideImg{
    width: 30%;
  }
  .menuSideImg img{
    width: 100%;
  }
  .beforAfterItem{
    width: 48%;
  }
  .beforAfterItem img{
    width: 90%;
  }
  .beforAfter{
    padding: 4em 4em 2em;
    margin-bottom: 5em;
  }
  .menuContents h4{
    font-size: 2rem;
  }
  .menuContents table{
    margin-bottom: 5em;
    font-size: 1.1rem;
  }
  .menuContents table th{
    padding: 1em 0;
  }
  .mensLink a{
    width: 40%;
    font-size: 1.3rem;
    padding: 1em 0;
  }
  .mensPage .footerMenu a{
    width: 15%;
  }
  .mensfooterTxt{
    width: 35%;
    text-align: left;
  }
  .mensPage .footerMenu{
    margin-bottom: 3em;
  }
  .mensMap{
    width: 60%;
  }
  .customer .wrap{
    align-items: flex-start;
  }
  .customer ul {
    width: 48%;
  }
  .customer ul li{
    font-size: 1.4rem;
    background-size: 2em auto;
    padding: .5em 0 .5em 3em;
    background-position: .5em center;
  }
  .menuContents h3{
    font-size: 1.6rem;
  }
  .reservationBtn {
    top: 0;
    right: 5%;
    bottom: auto;
    left: auto;
  }
  .title{
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px){

  .about h3{
    width: 1024px;
  }
}