* {
    box-sizing: border-box;
    font-family: YuGothic,Meiryo,sans-serif;
    text-decoration: none;
}
.fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
  }
body.open-menu {
    overflow: hidden;
}
/* common-style */
.container {
    margin-left: 3%;
    margin-right: 3%;
}
.title-style {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
}
.landing-point {
    padding-top: 110px;
    margin-top: -110px;
} 
/* Hamburger menu */
#shadow {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
    transition: 0.4s;
}
body.open-menu #shadow {
    display: block;
}
.fa-bars {
    display: none;
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}
#h-menu {
    position: fixed;
    background-color: rgb(255, 255, 80, 0.8);
    width: 30%;
    height: 100%;
    right: -30%;
    text-align: center;
    z-index: 100;
    transition: 0.4s;
    overflow: scroll;
}
.bono-logo {
    border: 3px solid #000;
    letter-spacing: 2px;
    padding: 30px 0;
    margin: 3px;
    font-size: 18px;
}
.menu-list {
    padding-top: 40px;
    padding-left: 8%;
}
.h-menu-title {
    padding: 10px;
    margin:  20px 18px;
    border: 1px solid rgba(0, 0, 0);
}
.menu-list li {
    width: 100%;
    text-align: left;
}
.m-item {
    color: #000;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: lighter;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 40px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0);
    cursor: pointer;
}
.fab {
    border: none;
}
body.open-menu #h-menu {
    right: 0;
}
.m-item:hover {
    color: rgba(0, 153, 51, 0.8);
    transition: 0.4s;
    transform: translateY(-2px);
    border: none;

}

/* top & header */
.top-wrapper {
    position: relative;
    background-image: url(../img/bonohair.jpeg);
    background-size: cover;
    height: 780px;
    width: 100%;
}
header {
    background-color: rgba(0, 0, 0, 0.8);
    height: 50px;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 10 !important;
}
.header-title {
    line-height: 50px;
    padding-left: 50px;
    color: rgba(0, 153, 51, 0.8);
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 2px;
}
.header-list {
    margin: 0 0 0 auto;
    display: flex;
    margin-right: 50px;
}
.header-list li {
    margin-left: 5px;
}
.header-list li a {
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 50px;
    display: inline-block;
}
.header-list li a:hover {
    color: rgba(0, 153, 51, 0.8);
    transition: 0.4s;
}
.h-reservation {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 50px;
    margin: 0 50px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: bold;
}
.h-reservation:hover {
    background-color: rgba(0, 153, 51, 0.8);
    transition: 0.4s;
}
/* ABOUT */
.about {
    padding: 180px 0;
    background-color: rgba(242,242,242, 0.8);
}
.main-title {
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
    color:  rgba(0, 153, 51, 0.8);
}
.about-text {
    width: 70%;
    margin: 0 auto;
    font-weight: lighter;
    padding-top: 30px;
    font-size: 20px;
    line-height: 35px;
}

/* HIGHLIGHTS */
.highlights {
    padding: 250px 0 50px 0;
}
.subtitle {
    font-size: 18px;
    text-align: center;
    padding: 40px 0 60px 0; 
}
.hl-item-wrap {
    display: flex;
}
.hl-item-wrap iframe {
    flex: 6;
}
.hl-item {
    flex: 4;
    padding-left: 20px;
}
.hl-item-title {
    font-size: 30px;
    letter-spacing: 1px;
    border-bottom: 1px dashed rgb(0, 153, 51);
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.hl-item-title span {
    font-size: 25px;
}
.hl-shop-info {
    line-height: 25px;
    font-size: 18px;
}
.hl-text {
    font-size: 16px;
    padding-top: 30px;   
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: lighter;
}
.street-view {
    padding: 50px 0;
}
.view {
    width: 100%;
}
.tv-text {
    padding: 10px 0;
    font-size: 18px;
}
/* STYLIST */
.stylist {
    padding: 150px 0;
    background-color: rgba(242,242,242, 0.8);
}
.stylist-item-wrap {
    display: flex;
    padding-top: 100px;
}
.stylist-img-wrap {
    flex: 4;
    text-align: center;
}
.sl-type {
    font-size: 15px;
}
.stylist-img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
}
.stylist-item {
    flex: 6;
    padding-left: 60px;
}
.stylist-name {
    font-size: 30px;
    letter-spacing: 1px;
    padding: 10px 0 10px 0;
}
.name {
    color: rgba(0, 204, 51, 0.8);
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 20px;
}
.sl-list {
    padding-top: 30px;
}
.sl-list li {
    padding-bottom: 10px;
    font-size: 15px;
}
.sl-text {
    padding-top: 20px;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 1px;
}
/* basic-menu */
.basic-menu-wrap {
    padding: 150px 0;
}
.menu {
    padding-top: 40px;
}
.menu-item {
    width: 48%;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.menu-title {
    display: inline-block;
    font-size: 28px;
    padding-bottom: 3px;
    margin: 30px 0;
    color: rgba(0, 204, 51, 0.8);
    font-weight: bold;
}
.menu-item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-wrap {
    box-sizing: content-box;
    display: flex;
    padding-bottom: 15px;
    position: relative;
}
.item-wrap h2 {
    font-size: 15px;
}
.m-text {
    font-size: 18px !important;
}
.item-wrap p {
    position: absolute;
    right: 0;
    font-weight: bold;
    font-size: 18px;
}
.menu-comment {
    font-size: 0.9em;

}
/* reservation */
.reservation {
    background-color: rgba(242,242,242, 0.8);
    padding: 100px 0 100px 0;
    padding-top: 100px;
}
.reservation-wrap {
    display: flex;
    padding-top: 100px;
    justify-content: center;
    text-align: center;
}
.phone-wrap {
    flex: 1;
    text-align: center;
}
.phone-wrap h3 {
    font-size: 30px;
}
.phone-wrap p {
    padding-top: 10px;
    font-size: 20px;
}
.reservation-btn {
    background-color:  rgba(0, 204, 51, 0.8);
    padding: 20px 40px;
    margin-top: 15px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    letter-spacing: 1px;
    border-radius: 5px;
}
.reservation-btn:hover {
    background-color:  rgba(0, 204, 51, 0.6);
    transition: 0.4s;
}
.info-wrap {
    flex: 1;
    text-align: center;
}
.info-wrap p {
    font-size: 22px;
    padding-bottom: 10px;
}
.bono_sns {
    padding-top: 20px;
}
.bono_sns a {
    font-size: 22px;
    color: #fff;
    background-color:  rgba(0, 204, 51, 0.8);
    padding: 20px 40px;
    border-radius: 5px;
}
.info-wrap a:hover {
    background-color:  rgba(0, 204, 51, 0.6);
    transition: 0.4s;
}
.bono_sns {
    margin-right: 5px;
}
.info-wrap p:nth-child(1) {
    font-size: 25px;
}
/* map */
.map {
    width: 100%;
}
/* footer  */
footer {
    background-color: rgba(58,69,75,0.8);
    color: #fff;
    margin: 0 auto;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;
    padding: 80px 0 30px 0;
}
.footer-title {
    display: inline-block;
    font-size: 18px;
    border-bottom: 1px dashed rgba(0, 204, 51, 0.8);
    background-size: 3px 2px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.f-reservation-btn {
    display: inline-block;
    background-color: rgba(0, 204, 51, 0.8);
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
.f-reservation-btn:hover {
    background-color: rgba(0, 204, 51, 0.6);
    transition: 0.4s;
}
.f-phone-text {
    font-size: 18px;
    padding-bottom: 8px;
}
.f-phone-p {
    font-size: 13px;
    padding-top: 4px;
}
.salon-info-wrap ul li {
    padding-bottom: 20px;
    font-size: 16px;
}
.f-content-wrap ul li {
    margin-bottom: 20px;
}
.f-content{
    cursor: pointer;
    color:  #fff;
    font-size: 16px;
}
.f-content:hover{
    transition: 0.4s;
    color: rgba(0, 204, 51, 0.8);
}
.f-link li {
    padding-bottom: 20px;
}
.f-bono-room {
    color: #fff;
    font-size: 16px;
}
.f-sns-item {
    cursor: pointer;
    color:  #fff;
}
.f-sns-item:hover {
    transition: 0.4s;
    color: rgba(0, 204, 51, 0.8);
}
.copyright {
    border-top: 1px solid rgba(0, 204, 51, 0.8);
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}
.copyright p {
    font-size: 15px;
    padding-right: 20px;
}
.fa-copyright {
    color: rgba(0, 204, 51, 0.8);
    padding-right: 5px;
}