
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  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: auto;
}

.header-main {
    width: 350px;
    height: auto;
    margin: auto;
}

.qlc_logo {
    width: 160px;
    margin: auto;
    margin-top: 30px;
}

.family-illust {
    width: 350px;
    margin: auto;
    margin-top: 10px;
}

.google-review-logo {
    width: 200px;
    height: auto;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.title-1 {
    font-size: 20px;
    color: #707070;
    font-family: Noto Sans JP;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    margin: auto;
}

.title-2 {
    font-size: 13px;
    color: #707070;
    font-family: Noto Sans JP;
    font-weight: 600;
    font-style: normal;
    width: max-content;
    letter-spacing: 1px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*エリア1：愛知県*/
.area-1 {
    width: 100%;
    height: auto;
    left: auto;
    background-color: #cccccc;
}

.aichi {
    position: relative;
    width: 350px;
    height: auto;
    margin: auto;
    padding-bottom: 25px;
}

/*県名*/
.pref-name {
    margin: auto;
    padding-top: 20px;
    font-size: 16px;
    color: rgb(91, 91, 91);
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: normal;
    width: max-content;
    letter-spacing: 1px;
    text-align: center;
}

/*店舗*/
.shop {
    width: 90%;
    height: auto;
    border-radius: 5px;
    background:#134c7e; /*背景色の指定*/
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shop p {
    font-size:18px;
    color: #fffdfd;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: normal;
    line-height: -50px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.new-open {
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 7%;
    width: 60px;
    height: 60px;
    transform: rotate(-10deg);
    background-color: #e78523;
    border-radius: 50%;
}

.new-open p {
    margin-top: 8px;
    font-size: 15px;
    color: white;
    font-family: Noto Sans JP;
    font-weight: 800;
}

/*エリア2：大阪府*/
.area-2 {
    width: 100%;
    height: auto;
    left: auto;
    background-color: #c5c5c5;
}

.osaka {
    width: 350px;
    height: auto;
    margin: auto;
    padding-bottom: 25px;
}

/*エリア3：神奈川県*/
.area-3 {
    width: 100%;
    height: auto;
    left: auto;
    background-color: #cccccc;
}

.kanagawa {
    width: 350px;
    height: auto;
    margin: auto;
    padding-bottom: 25px;
}

/*フッター*/
.footer {
    width: 100%;
    height: auto;
    margin: auto;
    background:#134c7e; /*背景色の指定*/
}

.qlc-logo-foot {
    width: 100px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
