/* 
Theme Name:salon-sample-template01
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* reset */
body, ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd,nav
{
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    vertical-align: top;
}
a{
    color: #4b4b4b;
    text-decoration: none;
}
a:visited {
    color: #4b4b4b;
    text-decoration: none;
}
body {
    background-color: #fefefe;
    color: #4b4b4b;
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    overflow-x: hidden;
    letter-spacing: 2px;
    line-height: 1;
    font-size: 16px;
}
.sp {
    display: none;
}

:root {
    --main-color: #859155;
    --sub-color: #dfe3ce;
}

/* all */
h2 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 54px 0;
}

.mv {
    padding: 80px;
}
.mv__pic {
    margin: 0 auto;
    width: 100%; /* コンテナが親要素の幅に合わせて拡大するように設定 */
    max-width: 1280px; /* 最大幅を1280pxに設定 */
    height: 640px; /* 高さを720pxに設定 */
    background: url(images/mv01.jpg) no-repeat center / cover;
    transform: skewX(-10deg); /* X軸に沿って平行四辺形に傾ける */
    overflow: hidden; /* 要素の外側にはみ出た部分を非表示にする */
}

/* 画面幅が1280px未満の場合のスタイル */
@media (max-width: 1280px) {
.mv__pic {
    height: calc(720px / 1280 * 100vw); /* 画面幅に応じて高さを調整 */
}
}

/* about */
.about {
    position: relative;
    overflow: hidden;
}
.about:before {
    position: absolute;
    content: "";
    right: -500px;
    top: -240px;
    width: 1920px;
    height: 340px;
    background: repeating-linear-gradient(
        0deg,
        #f1f1ef,
        #f1f1ef 4px,
        #fefefe 4px,
        #fefefe 12px
    );
    border-radius: 3px;
    transform: rotate(15deg);
    z-index: -1;
}
.about:after {
    position: absolute;
    content: "";
    left: -500px;
    bottom: -300px;
    width: 1920px;
    height: 240px;
    background: var(--sub-color);
    border-radius: 3px;
    transform: rotate(15deg);
    z-index: -1;
}

.about__center-text {
    text-align: center;
    margin-bottom: 120px;
    line-height: 2;
}
.about__center-text--02 {
    margin-top: 64px;
}
.about__flex {
    display: flex;
    justify-content: center;
}
.about__pic-box {
    margin-right: 160px;
}
.about__pic01 {
    position: relative;
    width: 480px;
    height: 400px;
    background: url(images/about01.jpg) no-repeat center / cover;
}
.about__pic02 {
    width: 300px;
    height: 200px;
    position: absolute;
    bottom: -140px;
    right: -60px;
    background: url(images/about02.jpg) no-repeat center / cover;
}
.about__sub {
}
.about__sub-box {
    margin-bottom: 64px;
    display: flex;
}
.about__subtitle {
    line-height: 2;
    margin-right: 40px;
    width: 150px;
    font-size: 16px;
    position: relative;
}
.about__subtitle:after {
    position: absolute;
    content: "";
    right: 54px;
    top: -16px;
    width: 1px;
    height: 200px;
    background: var(--sub-color);
    border-radius: 3px;
    transform: rotate(45deg);
}
.about__text {
    line-height: 2;
    width: 420px;
}

/* menu */
.menu {
    background: #fefefe url(images/bg01.jpg) no-repeat center / cover;
    padding: 8px 48px 48px;
}
.menu__inner {
    background-color: #fefefe;
    max-width: 1080px;
    margin: 0 auto 48px;
    padding: 40px;
    box-shadow: 0 0 16px #e9e9e9;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.menu__box {
    width: calc((100% / 3) - 80px);
    margin: 40px;
}
.menu__list {
    line-height: 3;
}
.menu__item {
    display: flex;
    justify-content: space-between;
}
.menu__subtitle {
    text-align: center;
    margin-bottom: 24px;
    color: var(--main-color);
}
.menu__bottom {
    text-align: center;
}
.menu__more-button {
    width: 200px;
    margin: 48px auto 0;
}
.menu__more-button-a {
    width: 100%;
    padding: 24px 48px;
    border: 1px solid #4b4b4b;
    background-color: #fefefe;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.menu__more-button-a:after {
    position: absolute;
    content: "";
    right: 10px;
    bottom: -20px;
    width: .5px;
    height: 60px;
    background: #4b4b4b;
    border-radius: 3px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.menu__more-button-a:hover:after {
    right: 10px;
    bottom: -30px;
    height: 80px;
}

/* stylist */
.stylist {
    padding: 48px;
}
.stylist__inner {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto 64px;
}
.stylist__pic {
    width: 200px;
    height: 200px;
    background: url(images/stylist01.jpg) no-repeat center top / cover;
    margin-right: 72px;
    position: relative;
    box-shadow: 0 0 10px #e3e3e3;
}
.stylist__pic:before {
    position: absolute;
    content: "";
    left: -80px;
    top: -40px;
    width: 160px;
    height: 160px;
    background-color: var(--sub-color);
    z-index: -1;
    transform: rotate(328deg);
}
.stylist__pic:after {
    position: absolute;
    content: "";
    left: 120px;
    top: 130px;
    width: 100px;
    height: 100px;
    background: var(--main-color);
    z-index: -1;
    transform: rotate(8deg);
}
.stylist__info-item {
    line-height: 1.5;
}
.stylist__table {
    width: 440px;
    border-collapse: collapse;
    position: relative;
}
.stylist__table, .stylist__table td {
    border-top: 1px dashed var(--main-color);
    border-bottom: 1px dashed var(--main-color);
    padding: 8px 16px;
}
.stylist__table td:first-child {
    font-weight: 500;
    width: 140px;
}

/* access */
.access {
    padding: 48px 48px 72px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.access:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 24px;
    background: repeating-linear-gradient( 90deg, #4b4b4b, #4b4b4b 1px, #fefefe 1px, #fefefe 12px );
    border-radius: 3px;
    transform: rotate(0deg);
    z-index: -1;
}
.access:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background: repeating-linear-gradient( 90deg, #4b4b4b, #4b4b4b 1px, #fefefe 1px, #fefefe 12px );
    border-radius: 3px;
    transform: rotate(0deg);
    z-index: -1;
}
.access__text {
    margin-bottom: 16px;
}
.access__text--name {
    margin-top: 54px;
}

/* footer */
.footer {
    text-align: center;
    padding: 48px 40px;
    background: #fefefe url(images/bg01.jpg) no-repeat center / cover;
}
.footer__nav-list {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.footer__nav-item {
    margin: 0 24px;
    font-size: 16px;
}
.footer__nav-link--reservation {
    padding: 8px 48px;
    border: 1px solid #4b4b4b;
}

/* color-btn */
.color-box {
    position: fixed;
    right: 0;
    bottom: 100px;
    background-color: #e3e3e3;
    padding: 16px;
    text-align: center;
}
.color-btn {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    border: 0;
    margin: 0 auto;
}
.color-btn:hover {
    opacity: .9;
}
.color-text {
    font-size: 14px;
    margin-bottom: 16px;
}
.color-btn--green {
    background-color: #859155;
}
.color-btn--blue {
    background-color: #557491;
}
.color-btn--yellow {
    background-color: #918f55;
}
.color-btn--red {
    background-color: #915555;
}
.color-btn + .color-btn {
    margin-top: 16px;
}

@media screen and (max-width: 959px) {
.sp {
    display: block;
}
.pc {
    display: none;
}
.about__flex {
    display: block;
}
.about__center-text {
    margin-bottom: 80px;
}
.about__pic-box {
    margin: 0;
}
.about__pic01 {
    margin: 0 auto 200px;
}
.about__sub-box {
    justify-content: center;
}
.menu__inner {
    display: block;
}
.menu__box {
    width: calc((100% / 2) - 40px);
    margin: 0 auto 54px;
}
.menu__box:last-child {
    margin-bottom: 0;
}
.access__map {
    width: 640px;
}
.footer__nav-list {
    display: block;
}

}

@media screen and (max-width: 520px) {
h2 {
    font-size: 28px;
}
.about__pic01 {
    width: 360px;
    height: 360px;
    margin-bottom: 54px;
}
.about__sub-box {
    display: block;
    padding: 24px 40px;
    margin: 0;
}
.about__text {
    width: 100%;
}
.about__subtitle:after {
    display: none;
}
.about__subtitle {
    color: var(--main-color);
}
.menu {
    padding: 8px 24px 24px;
}
.menu__inner {
    padding: 24px;
}
.menu__box {
    width: 100%;
}
.stylist {
    padding: 24px;
}
.stylist__inner {
    display: block;
}
.stylist__pic {
    margin: 0 auto 64px;
}
.stylist__table {
    width: 100%;
}
.stylist__table td:first-child {
    width: 130px;
}
.access__map {
    max-width: 400px;
    width: 100%;
}
}