
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: weight;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: normal;
}

a {
  text-decoration: none;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
    left: auto;
    margin: 0px 0px;
    padding: 0;
    text-align:center;
    width: 100%;
}

.header {
    width: 100%;
    height: 60px;
    margin-top: -10px;
    background-color: #4c4948;
}

.header-inner {
    width: 370px;
    height: 30px;
    margin: auto;
}

.header-inner p {
    width: 100%;
    padding-top: 20px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 7px;
    color: white;
    text-align: center;
}

/* メインTOP-1　*/
.main-top-01 {
    width: 100%;
    height: 230px;
    background-color: white;
}

.main-image-01 {
    width: 370px;
    margin-top: 27px;
}

/* タイトル */
.title-obi {
    width: 100%;
    height: 85px;
    background-color: #1a194c;
    margin-top: -60px;
    margin-bottom: 15px;
}

.title-01 {
    width: 100%;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-align: center;
    letter-spacing: 8px;
    padding-top: 25px;
}

.title-02 {
    width: 100%;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 11px;
    color: white;
    text-align: center;
    letter-spacing: 3px;
    margin-top: -15px;
}

.main {
    width: 370px;
    height: auto;
    margin: auto;
}

.main-img {
    width: 100%;
}

.main-p-1 {
    font-family: Noto Sans JP;
    font-size: 22px;
    font-weight: 700;
    color: #1a194c;
    text-align: center;
    letter-spacing: 3px;
    line-height: 35px;
}

.main-p-2 {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 400;
    color: #4c4948;
    text-align: center;
    letter-spacing: 3px;
    line-height: 25px;
    padding-bottom: 20px;
}

.contact {
    width: 370px;
    height: 60px;
    border-radius: 10px;
    background-color: #1a194c;
    margin: auto;
}

.contact p {
    font-family: Noto Sans JP;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 20px;
    color: white;
}

.salon {
    width: 370px;
    margin: auto;
    margin-top: 30px;
}

.salon-title {
    width: 370px;
    height: auto;
}

.salon-title p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #4c4948;
}

.salon-pic {
    width: 370px;
}

ul {
display:table;
margin: auto;
margin-left: -40px;
}
li {
display:table-cell;
}


.pic-small-01 {
    width: 185px;
}

.pic-small-02 {
    width: 185px;
}

.newopen {
    width: 370px;
    height: 30px;
    background-color: #fcd500;
    margin: auto;
    margin-top: -10px;
}

.newopen p {
    width: 100%;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 600;
    color: #1a194c;
    padding-top: 5px;
    letter-spacing: 3px;
}

.salon-info {
    width: 370px;
    height: auto;
    margin: auto;
}

.name-1 {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 5px;
    color: #4c4948;
}

.name-2 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 3px;
    color: #4c4948;
    margin-top: -15px;
}

.address {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 3px;
    color: #4c4948;
    margin-top: 20px;
}

.ontime {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 3px;
    color: #4c4948;
    margin-top: -10px;
}

.holiday {
    width: 370px;
    height: 30px;
    border-radius: 5px;
    background-color: #1a194c;
}

.holiday p {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 3px;
    color: white;
    padding-top: 5px;
}

.map {
    margin-top: 10px;
    margin-bottom: 100px;
}

.footer {
    width: 100%;
    height: 80px;
    background-color: #4c4948;
}

.footer p {
    font-family: Noto Sans JP;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    padding-top: 30px;
    color: white;
}