@charset "UTF-8";
/* CSS Document */

.salon-menu-main{width:100%;}
.salon-menu-ttl {margin:30px 0;font-size: 40px;color:#ccc;}
.salon-menu-img {
    /*border:1px solid #ccc;*/
    margin-bottom: 50px;
    width:100%;
}
.salon-menu-txt {
    float:none;
  margin-bottom:50px;
    width:100%;
}
.salon-menu-list{margin-bottom: 80px;}
.salon-menu-item {
  background: #fff;
  border: 2px solid #ccc;
  display: block;
  float:left;
  margin: 0 0 4%;
  min-width: 100px;
  padding:60px 0;
  text-align: center;
  transition: all, 0.3s;
  width:46.5%;
}
.salon-menu1, .salon-menu3 {margin-right:4%;}
.salon-menu-item:hover {background: #efefef;}
.salon-menu-item h2, .salon-menu-item h3 {
    color:#666;font-size: 12px;margin-bottom: 0;
}
.salon-menu-item p {
  color:#997622;
  font-size: 18px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.2em;
}
.salon-menu-item p em {
  font-family: 'Roboto', sans-serif;
  font-size: 72px;
  font-style: normal;
}
.salon-menu-lead {margin-bottom:50px;}
.salon-menu-lead {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom:1em;
  text-align: left;
}
.salon-menu-list {
    font-size: 18px;
    line-height: 2.5;
}
.required-time {
  border:1px solid #222;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  padding:0.2em 1em;
}
.putit-list {margin-bottom:50px;}
.putit-list li {margin-bottom: 36px;}
.putit-list h3 {margin-bottom: 0.5em;}
.salon-menu-txt p {font-size: 15px;margin-bottom: 0.5em;}
.size-s {font-size: 12px!important;}
.size-s span {white-space: nowrap;}
.case-img {margin:0 auto;width:80%;}
.salon-menu {margin-bottom: 100px;}
.salon-menu-photo {
  float:none;
  margin:0 auto;
  width:80%;
}
.salon-menu-summary {
  text-align: center;
  width:100%;
}
.salon-menu-summary-h2 {
  font-size: 18px;
  margin:1em 0;
}
.item-single {
  float:none;
  margin:0 auto;
}
.item-single:hover {background: #fff;}
.circle {
  background: #ddd;
  border-radius: 50%;
  float:none;
  height:160px;
  width:160px;
  margin:0 auto 110px;
  position: relative;
}
.menu-h1 {font-size: 24px; margin-bottom: 1em;}
.menu-p {font-size: 16px; margin-bottom: 3em;}
.circle-arrow {
  background-image: url("../../common/img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;
  display:block;
  float:none;
  margin:0 auto;
  height:30px;
  width:30px;
  transform: rotateZ(90deg);
}
.circle h2 {color:#666;font-size: 16px;padding-top:3em;margin-bottom:0.25em;}
.circle p {font-size: 12px;line-height: 1.5;}
.menu-putit {width:100%; margin:0 auto;}
.menu-sheetmask {width:100%; margin:0 auto;}
.menu-img-mask {margin-top: -20px;}

@media screen and (min-width:751px){
  .circle {float:left;}
  .circle-arrow {
    background-position: 9px center;
    float:left;
    height:160px;
    width:30px;
    transform: rotateZ(0deg);
  }
  .menu-putit {width:920px;}
  .menu-sheetmask {width:352px;}
  .salon-menu-item {width:20.5%;padding:80px 0;}
  .salon-menu-item h2 {font-size: 14px; white-space: nowrap;}
  .salon-menu-lead p {text-align:center;}
  .salon-menu-item {float:left;margin:2%;}
  .salon-menu-photo {float:left;width:40%;}
  .salon-menu-summary {float:left;width:50%;}
  .salon-menu-summary-h2 {margin-top:60px;}
  .item-single {float:none!important; margin:0 auto!important;}
}