@charset "UTF-8";

body {
    background-color: #faf8cf;
    color: #3F3026;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: currentColor;
}

/* ヘッダー用 */
.header {
    height: 70px;
    background-color: #faf8cf;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.header-container {
    width: min(92%, 1080px);
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: 25px;
}

/* ナビゲーションボタン */
li.gnavi__list > a {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 20px;
    color: #EEECDD;
}
li.gnavi__list > a.salon {
    font-size: 17px;
    color: #FFD43E;
}
.navbtn {
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #3F3026;
    font-size: 30px;
}
.navbtn-hamburger {
    padding-top: 1px;
}
.open .navbtn {
    z-index: 110;
    color: #EEECDD;
}
.nav .fa-bars {
    display: revert;
}
.open .navbtn .fa-bars {
    display: none;
}
.navbtn .fa-times {
    display: none;
}
.open .navbtn .fa-times {
    display: revert;
}
/* ドロップダウンメニュー */
.dropdown__list > a::before {
    content: "・";
}
.dropdown__lists {
    /* text-align: center; */
}
.dropdown__lists li {
    padding-top: 20px;
    font-size: 20px;
    color: #EEECDD;
}
/* サロン情報 */
.salon_info {
    background-color: #faf8cf;
	color:#c19033;
}
.salon_info h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-indent: 0.25em;
}
.salon_info h1 img.yeli_logo_text {
	width:1.75em;
}
.salon_info_tel-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 270px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.salon_info_hours-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 47px;
    width: 270px;
    margin: 0 auto;
}
.salon_info-item {
    width: 100%;
}
.salon_info-item p {
    font-size: 12px;
    line-height: 1.5;
}
.salon_info-item .tel {
    font-size: 15px;
    font-weight: 700;
}
.salon_info-item .tel::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 22px;
    padding-right: 5px;
    background-image: url(../images/common/tel_yeli.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-top;
}
.salon_info-item table {
    font-size: 12px;
    width: 100%;
}
.salon_info-item th {
    text-align: left;
    line-height: 1.5;
}
.salon_info-item td {
    text-align: left;
    line-height: 1.5;
}
.concept {
    background-color: #c19033;
    color: #faf8cf;
    padding: 22px 3% 27px 3%;
}
.concept h2 {
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #F5F4A6;
    padding-bottom: 13px;
    margin-bottom: 24px;
    border-bottom: 1px solid #F5F4A6;
}
.concept h3 {
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
	margin-top: 0.5em;
    margin-bottom: 22px;
    color: #F5F4A6;
}

.concept h3 img.yeli_logo_text2 {
	width: 1.7em;
    vertical-align: text-bottom;
    padding: 0 0.1em;
}
.concept .concept-detail {
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    color: #F5F4A6;
    margin-bottom: 16px;
}
.concept .concept-detail2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
    line-height: 1.8em;
	margin-bottom: 1em;
}
.concept .concept-detail3 {
    font-size: 0.825em;
    font-weight: bold;
	display: block;
	margin-top:2em;
}
.concept ul li {
    font-size: 14px;
    font-weight: 500;
    color: #6A321E;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
}
/* feb価格表 */
.price_feb {
    background-color: #faf8cf;
    padding-top: 25px;
    padding-bottom: 50px;
}
.price_feb h2 {
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
	color:#c19033;	
}
.price_feb-container > p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #3F3026;
}
.price_feb-category {
    border-bottom: 1px solid #c19033;
    padding: 15px 3%;
}
.price_feb-category h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.price_feb-category table {
    width: 100%;
    border-collapse: collapse;
}
.price_feb-category ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}
.price_feb-category > .price-list .item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    width: 80%;
}
.price_feb-category > .price-list .item-full-width {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
}
.price_feb-category > .price-list .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    width: 20%;
}
.price_feb-category > .price-list .arrow {
    text-align: center;
}
.price_feb-category > .price-list img {
    width: 20px;
}
.price_feb-category > .price_feb-flex > .title > h3,
.price_feb-category > .price_feb-flex > .title > p {
    display: inline;
}
.price_feb-category > .price_feb-flex > .price-list .item {
    width: 80%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
.price_feb-category > .price_feb-flex > .price-list .price {
    width: 20%;
    font-size: 14px;
    line-height: 1.5;
}
.price_feb-category p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
}
.price_feb-category span {
    font-size: 14px;
    font-weight: bold;
}
.font-yellow {
    color: #FFD43E;
}
/* スタイリスト */
.stylist {
    background-color: #faf8cf;
    padding-bottom: 33px;
}
.stylist h2 {
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
	color:#c19033;
}
.stylist-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 11px;
}

.stylist-detail img {
    width: 100%;
}
.stylist-detail p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}
.hair_style_sns p {
    color: #3F3026;
}
.pc-only-mb8 {
    margin-bottom: 0;
}
.other_shop {
    background-color: #faf8cf;
    padding: 60px 0 75px 0;
}
.other_shop-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.other_shop-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 1em 0em;
    width: 336px;
    color: #faf8cf;
    background-color: #c19033;
    border-radius: 35vh;
    font-size: 20px;
}
.instagram_link-other h3 {
    color: #3F3026;
}
.copyright {
    color: #3F3026;
}
.sp-w35 {
    width: 35%;
}

.instagram_link-other {
  background-color: #faf8cf;
}
.footer {
  background-color: #faf8cf;
}
.access, .salon_access .access {
  background-color: #faf8cf;
}
/* 768px 以上 */
@media (min-width: 768px) {
    .header {
        height: 110px;
        font-size: 18px;
    }
    .navbtn {
        display: none;
    }
    .nav > ul {
        display: flex;
        gap: 40px;
        align-items: center;
    }
    li.gnavi__list > a {
        color: #3F3026;
        font-size: 18px;
    }
    li.gnavi__list > a.salon {
        color: #3F3026;
        font-size: 18px;
    }
    .gnavi__list .instagram {
        width: 50px;
    }
    /* ドロップダウンメニュー */
    .dropdown__list > a::before {
        content: "";
    }
    .dropdown__lists {
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
        position: absolute;
        width: 141.65px;
        background-color: #3F3026;
        color: #6A321E;
        text-align: center;
    }
    .dropdown__lists li {
        font-size: 16px;
        padding-top: 25px;
        color: #EEECDD;
    }
    .dropdown__lists li:last-child {
        padding-bottom: 25px;
    }
    .gnavi__lists li:not(:nth-child(3)):hover,
    .dropdown__lists li:hover {
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    /* メニューにホバーしたら表示 */
    .gnavi__list:hover .dropdown__lists {
        visibility: visible;
        opacity: 1;
    }
    .gnavi__list .active {
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    /* サロン情報 */
    .sp-w35 {
        width: 100%;
    }
    .salon_info h1 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 36px;
    }
    .salon_info-item p {
        font-size: 18px;
    }
    .salon_info-item .tel {
        font-size: 22px;
    }
    .salon_info-item .tel::before {
        width: 32px;
        height: 32px;
    }
    .salon_info-item table {
        font-size: 18px;
    }
    .salon_info-item td {
        text-align: right;
    }
    .salon_info_tel-container {
        gap: 23px;
        width: 100%;
        margin-bottom: 16px;
    }
    .salon_info_hours-container {
        gap: 20px;
        padding-bottom: 66px;
        width: 80%;
        max-width: 600px;
    }


    .concept {
        padding: 35px 0 52px 0;
    }
    .concept h2 {
        font-size: 40px;
        border-bottom: none;
        padding: 0;
        margin-bottom: 44px;
    }
    .concept h3 {
        font-size: 55px;
        margin-bottom: 30px;
    }
    .concept .concept-detail {
        font-size: 30px;
        margin-bottom: 38px;
    }
    .concept ul {
        width: 80%;
        margin: 0 auto;
    }
    .concept ul li {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .price_feb {
        padding-top: 48px;
        padding-bottom: 88px;
    }
    .price_feb h2 {
        font-size: 40px;
        padding-bottom: 19px;
    }
    .price_feb-container > p {
        font-size: 16px;
        margin-bottom: 22px;
        border-bottom: none;
    }
    .price_feb-container {
        border: 1px solid #c19033;
        border-radius: 20px;
        padding: 31px 89px 62px 89px;
    }
    .price_feb-category {
        /* display: flex;
        align-items: center; */
        padding: 20px 0;
    }
    .price_feb-category h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
    }
    .price_feb-category > .price-list .item {
        font-size: 16px;
        width: 84%;
    }
    .price_feb-category > .price-list .price {
        font-size: 16px;
        width: 16%;
    }
    .price_feb-category .title {
        width: 50%;
    }
    .price_feb-category .title-w {
        width: 100%;
    }
    .pc-only-mb8 {
        margin-bottom: 8px;
    }
    .price_feb-category .price {
        width: 50%;
    }
    .price_feb-category > .price_feb-flex > .title > h3,
    .price_feb-category > .price_feb-flex > .title > p {
        display: block;
    }
    .price_feb-category > .price_feb-flex > .price-list .item {
        width: 78%;
        font-size: 16px;
    }
    .price_feb-category > .price_feb-flex > .price-list .price {
        width: 22%;
        font-size: 16px;
        line-height: 1.5;
    }
    .price_feb-category ul li {
        font-size: 16px;
    }
    .price_feb-flex {
        display: flex;
        align-items: center;
    }
    /* スタイリスト */
    .stylist-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px 22px;
    }
    .stylist h2 {
        font-size: 40px;
        padding-bottom: 35px;
    }
    .stylist-detail img {
        padding-bottom: 17px;
    }
    .stylist-detail p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }
    .sp-w35 {
        width: 100%;
    }
    .concept .concept-detail2 {
        font-size: 24px;
        line-height: 2em;
		text-align: center;
    }
}

@media (max-width: 767px) {
    .nav {
        position: fixed;
        inset: 0 -100% 0 100%;
        z-index: 100;
        background-color: #31241D;
        transition: transform 0.3s;
    }
    .open .nav {
        transform: translate(-100%, 0);
    }
    .open body {
        overflow: hidden;
    }
    .nav > ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        height: 100%;
        gap: 50px;
        color: #ffffff;
        margin-left: 20%;
    }
    .gnavi__list_instagram {
        display: none;
    }
   .stylist-container .stylist-detail.empty {
      display: none;
    }	
}

@media (min-width: 960px) {
    .price_feb-category {
        padding: 20px 5%;
    }
    .concept ul {
        width: 70%;
    }
    .other_shop-button a {
        padding: 1.25em 2em;
    }
}