@charset "UTF-8";
body {
    color: #2d2b2a;
    font-family: '游明朝', 'Yu Mincho', 'Hiragino Mincho Pro', 'Noto Serif JP', "ＭＳ 明朝", serif;
    background-color: #f3efea;
    margin-top: 100px;
}


@media screen and (max-width: 768px) {
    body {
        margin-top: 80px;
    }
}

html {
    scroll-padding-top: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #fff;
}


/* セクション共通 */
#concept, #point, #keana-extraction, #menu, #gallery, #faq, #about #prof {
    margin: 100px 0;
}

.section-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 30px;
    margin-top: 100px;
    position: relative;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {    
    .section-inner {
        padding: 0 24px;
        max-width: 550px;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    #concept, #point, #keana-extraction, #menu, #gallery, #faq, #about #prof {
        padding: 0;
    }
}

/* テキスト */
h2.large {
    font-weight: normal;
    font-size: 25px;
    color: #2d2b2a;
    line-height: 1.44;
    letter-spacing: 0.05em;
}

h3.medium {
    font-weight: normal;
    font-size: 25px;
    color: #2d2b2a;
    line-height: 1.25;
    letter-spacing: 0.1em;
}

h4.small {
    color: #2d2b2a;
    font-weight: normal;
    font-size: 18px;
    line-height: 2.0;
    letter-spacing: 0.1em;
}

p.large {
    color: #2d2b2a;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

p.medium {
    color: #2d2b2a;
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: 0.05em;
}

p.small {
    color: #2d2b2a;
    font-size: 14px;
    line-height: 1.84;
    letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
    h2.large {
        font-size: 19px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }

    h3.medium {
        font-weight: normal;
        font-size: 18px;
        color: #2d2b2a;
        line-height: 1.25;
        letter-spacing: 0.05em;
    }

    h3.small {
        font-weight: bold;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.03em;
    }

    h4.small {
        font-weight: normal;
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 0.05em;
    }

    p.large {
        font-size: 15px;
        line-height: 1.75;
        letter-spacing: 0.06em;
        font-weight: bold;
    }

    p.medium {
        font-weight: normal;
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 0.05em;
    }

    p.small {
        font-size: 13px;
        line-height: 1.75;
        letter-spacing: 0.03em;
    }
}


/* 見出し、タイトル */
.ttl {
    display: block;
    margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
    .ttl {
        margin: 50px 0;
    }

    .ttl .sp-only {
        width: 50%;
        height: auto;
        margin: 0 auto;
    }
}


/* レイアウト */
.c-2col {
    display: flex;
    justify-content: space-between;
    margin: 0 40px;
}

.item-img {
    width: 44%;
}

.item-txt {
    width: 56%;
    display: flex;
    flex-direction: column;
        justify-content: center;
    height: 100%;
    padding: 0;
    margin: 0;
}

.m-2col {
    display: flex;
    justify-content: space-between;
    margin: 0 40px;
}

.item-txt2 {
    width: 48%;
}

.item-img2 {
    width: 50%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .c-2col, .m-2col {
        display: block;
        margin: 0;
    }

    .item-img, .item-txt, .wrap-1, .ab-prf, .ab-img {
        width: 100%;
    }

    .ab-prf {
        margin-top: 50px;
    }

    .wrap-1 {
		display: block;
		margin: 0;
	}
}


/* ヘッダー */
#header {
    background-color: #cfc3b7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.header-content {
    display: flex;
    align-items: center;
    width: 400px;
    margin-top: 10px;
}

.header-logo {
    display: flex;
    width: 150px;
    align-items: center;
    margin-right: 10px;
}

.header-text {
    display: flex;
    align-items: center;
    margin-left: 0;
    padding: 0;
}

.header-text li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.line1 {
    font-size: 12px;
    color: #2d2b2a;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.line2 {
    font-size: 40px;
    color: #2d2b2a;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin: 0;
}

.gnav-pc-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.gnav-sp-wrap {
    display: none;
}

ul.gnav-pc li {
    display: inline-block;
    margin-right: 35px;
}

ul.gnav-pc li a {
    font-family: '游明朝', 'Yu Mincho', sans-serif;
    font-size: 17px;
    letter-spacing: 0.15em;
    color: #2d2b2a;
    font-weight: bold;
    position: relative;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

ul.gnav-pc li a:hover {
    color: #ffffff;
    border-bottom: 1px solid #000000;
}

ul.gnav-pc li a {
    border-bottom: 1px solid transparent;
}

#menu-button {
    display: none;
}

p.list {
    font-family: '游明朝', sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #2d2b2a;
    font-weight: bold;
}

.contact-btn {
    width: 280px;
    height: auto;
    align-items: center;
}

/* PC表示（768px以上） */
@media screen and (min-width: 1025px) {
    #header {
        background-color: #cfc3b7;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        height: 100px;
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
        box-sizing: border-box;
    }

    .header-content {
        display: flex;
        align-items: center;
        width: 400px;
        margin-top: 10px;
    }

    .header-logo {
        display: flex;
        width: 150px;
        align-items: center;
        margin-right: 10px;
    }

    .header-text {
        display: flex;
        align-items: center;
        margin-left: 0;
        padding: 0;
    }

    .header-text li {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .line1 {
        font-size: 12px;
        color: #2d2b2a;
        font-weight: bold;
        text-align: left;
        margin: 0;
    }

    .line2 {
        font-size: 40px;
        color: #2d2b2a;
        font-weight: bold;
        line-height: 1.3;
        text-align: left;
        margin: 0;
    }

    .gnav-pc-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

    .gnav-sp-wrap {
        display: none;
    }

    ul.gnav-pc li {
        display: inline-block;
        margin-right: 35px;
    }

    ul.gnav-pc li a {
        font-family: '游明朝', 'Yu Mincho', sans-serif;
        font-size: 17px;
        letter-spacing: 0.15em;
        color: #2d2b2a;
        font-weight: bold;
        position: relative;
        transition: color 0.3s ease, border-bottom 0.3s ease;
    }

    ul.gnav-pc li a:hover {
        color: #ffffff;
        border-bottom: 1px solid #000000;
    }

    ul.gnav-pc li a {
        border-bottom: 1px solid transparent;
    }

    #menu-button {
        display: none;
    }

    p.list {
        font-family: '游明朝', sans-serif;
        font-size: 12px;
        letter-spacing: 0.2em;
        color: #2d2b2a;
        font-weight: bold;
    }

    .contact-btn {
        width: 280px;
        height: auto;
        align-items: center;
    }
}


@media screen and (max-width: 768px) {
    #header {
        position: fixed;
        height: 80px;
        top: 0;
        width: 100%;
        z-index: 1000;
        background-color: #cfc3b7;
        padding: 0 15px;
        box-sizing: border-box;
        will-change: transform;
        backface-visibility: hidden;
        transform: translateZ(0);
    }

    #header h1 a {
        display: flex;
    }

    .header-content {
        margin-top: 0;
    }

    .header-text {
        display: none;
    }

    .gnav-pc-wrap {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        position: fixed;
        z-index: 100;
        padding-top: 100px;
    }

    #menu-button {
        display: block;
        width: 60px;
        height: 60px;
        padding: 22px 18px;
    }

    .menu-button-inner {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .menu-button-inner span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #333;
        position: absolute;
    }

    .menu-button-inner span:nth-child(1) {
        top: 0;
    }

    .menu-button-inner span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .menu-button-inner span:nth-child(3) {
        bottom: 0;
    }

    /* スマホ用メニュ */
    .gnav-sp-wrap {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        z-index: 100;
        padding-top: 80px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(240, 240, 240, 0.4));
        backdrop-filter: blur(5px);
    }

    ul.gnav-sp li {
        text-align: center;
        margin-bottom: 30px;
    }

    ul.gnav-sp li a {
        font-family: 'Noto Serif JP', serif;
        font-size: 20px;
        letter-spacing: 0.15em;
        color: #2b251f;
        font-weight: bold;
    }

    .img-link-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .img-link-sp img {
        width: auto;
        height: 75px;
    }
    
    .gnav-sp a {
        margin-right: 10px;
    }
    
    .gnav-sp img {
        max-width: 100%;
        height: auto;
    }
}

/* タブレット横長表示（769px〜1024px）はスマホ表示と同様 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #header {
        position: fixed;
        height: 80px;
        top: 0;
        width: 100%;
        z-index: 1000;
        background-color: #cfc3b7;
        padding: 0 15px;
        box-sizing: border-box;
        will-change: transform;
        backface-visibility: hidden;
        transform: translateZ(0);
    }

    #header h1 a {
        display: flex;
    }

    .header-content {
        margin-top: 0;
    }

    .header-text {
        display: none;
    }

    .gnav-pc-wrap {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        position: fixed;
        z-index: 100;
        padding-top: 100px;
    }

    #menu-button {
        display: block;
        width: 60px;
        height: 60px;
        padding: 22px 18px;
    }

    .menu-button-inner {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .menu-button-inner span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #333;
        position: absolute;
    }

    .menu-button-inner span:nth-child(1) {
        top: 0;
    }

    .menu-button-inner span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .menu-button-inner span:nth-child(3) {
        bottom: 0;
    }

    /* スマホ用メニュ */
    .gnav-sp-wrap {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        z-index: 100;
        padding-top: 80px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(240, 240, 240, 0.4));
        backdrop-filter: blur(5px);
    }

    ul.gnav-sp li {
        text-align: center;
        margin-bottom: 25px;
    }

    ul.gnav-sp li a {
        font-family: 'Noto Serif JP', serif;
        font-size: 20px;
        letter-spacing: 0.15em;
        color: #2b251f;
        font-weight: bold;
    }

    .contact-btn-sp {
        display: flex;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 10px 0;
    }

    .contact-btn-sp a {
        display: inline-block;
    }

    .LINE-sp, .Insta-sp {
        width: 40px;
        height: auto;
    }
}


/* メインビジュアル */
#main {
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/main-pc.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.maincopy {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-shadow: 5px 4px 4px #666666;
    text-align: center;
    z-index: 1;
    white-space: nowrap;
}

.maincopy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    filter: blur(10px);
    border-radius: 8px;
}

#main .section-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
    gap: 20px;
    padding-top: 150px;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    
    #main {
        background-image: url("../images/main-sp.jpg");
        height: calc(100vh - 100px);
    }

    .maincopy {
        font-size: 25px;
        line-height: 1.6;
        letter-spacing: 0.2em;
    }

    .maincopy span {
        display: block;
    }
}


/* コンセプト */
#concept {
    color: #2d2b2a;
}

.subcopy {
    text-align: center;
    margin-bottom: 70px;
}

.name {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #concept {
        margin-bottom: 40px;
    }

    .subcopy span {
        display: block;
    }

    .subcopy br {
        display: none;
    }

    .subcopy {
        margin-bottom: 30px;
    }

    .item-img {
        margin-bottom: 30px;
    }

    #concept p.medium span {
        display: block;
    }

    #concept p.medium br {
        display: none;
    }

    h4.small {
        text-align: left;
        margin-top: 30px;
    }
}


/* point */
#point {
    margin-top: 40px;
    position: relative;
}

.concept_wrapper {
    margin-top: 80px;
}

.point1 {
    position: relative;
    width: 100%;
    height: 380px;
    background-image: url("../images/p1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    text-align: left;
}

.point2 {
    position: relative;
    width: 100%;
    height: 380px;
    background-image: url("../images/p2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    text-align: left;
}

.point3 {
    position: relative;
    width: 100%;
    height: 380px;
    background-image: url("../images/p3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    text-align: left;
}

.p-ttl {
    position: absolute;
    top: 14%;
    left: 16%;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #2d2b2a;
}

.p-txt {
    position: absolute;
    top: 36%;
    left: 6.5%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #2d2b2a; 
    width: 68%;
}

.read-more { 
    position: absolute;
    top: 75%;
    left: 178px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    width: 100%;
    max-width: 355px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.read-more a {
    display: block;
    padding: 15px 16px;
    background-color: rgba(45, 43, 42, 0.8);
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    width: 100%;
}

.read-more a:hover {
    background-color: rgba(45, 43, 42, 1);
    transform: translateY(-3px);
}

@media screen and (max-width: 768px) {
    #point {
        margin-bottom: 40px;
    }

    .concept_wrapper {
        position: relative;
        overflow: hidden;
    }

    .point1, .point2, .point3 {
        position: relative;
        width: 100%;
        min-height: 580px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .point1 {
        background-image: url("../images/p1-mobile.png");
    }

    .point2 {
        background-image: url("../images/p2-mobile.png");
    }

    .point3 {
        background-image: url("../images/p3-mobile.png");
    }

    .p-ttl {
        font-size: 20px;
        margin-bottom: 15px;
        top: 43%;
    }

    .p-txt {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
        top: 51%;
    }

    .p-ttl, .p-txt {
        width: 90%;
        max-width: 600px;
        margin: 0;
        text-align: left;
    }

    .read-more { 
        position: absolute;
        top: 92%;
        left: 0px;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        padding: 0;
        width: 100%;
        max-width: 355px;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    
    .read-more a {
        display: block;
        padding: 8px 16px;
        background-color: rgba(45, 43, 42, 0.8);
        border-radius: 5px;
        text-decoration: none;
        color: #fff;
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .point1, .point2, .point3 {
        position: relative;
        width: 100%;
        min-height: 480px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 20px;
    }

    .point1 {
        background-image: url("../images/p1.png");
    }

    .point2 {
        background-image: url("../images/p2.png");
    }

    .point3 {
        background-image: url("../images/p3.png");
    }

    .p-ttl {
        position: absolute;
        top: 25%;
        left: 18%;
        right: 8%;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: #2d2b2a;
        text-align: left;
    }

    .p-txt {
        position: absolute;
        top: 35%;
        left: 8%;
        right: 8%;
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0.05em;
        color: #2d2b2a;
        text-align: left;
    }

    .read-more { 
        position: absolute;
        top: 75%;
        left: 160px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        padding: 0;
        width: 100%;
        max-width: 390px;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    
    .read-more a {
        display: block;
        padding: 15px 16px;
        background-color: rgba(45, 43, 42, 0.8);
        border-radius: 5px;
        text-decoration: none;
        color: #fff;
        width: 100%;
    }
    
    .read-more a:hover {
        background-color: rgba(45, 43, 42, 1);
        transform: translateY(-3px);
    }
}


/* エクストラクション説明 */
.explanation {
        color: #2d2b2a;
        font-weight: normal;
        font-size: 20px;
        line-height: 2.0;
        letter-spacing: 0.1em;
        margin: 0 30px;
}

@media screen and (max-width: 768px) {
        .explanation {
            color: #2d2b2a;
            font-weight: normal;
            font-size: 15px;
            line-height: 2.0;
            letter-spacing: 0.08em;
            margin: 0 10px;
        }

        .explanation span {
            display: block;
        }

        .explanation br {
            display: none;
        }

        .kpt {
            margin-bottom: 20px;
        }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #keana-extraction .explanation {
        font-size: 18px;
        line-height: 1.8;
        margin: 0 20px;
    }

    #keana-extraction .explanation span {
        display: block;
    }
}


/* メニュー */
#menu {
    padding: 0 40px;
}

.course-img {
    margin-top: 40px;
}

video {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

#menu h3.medium {
    display: inline-block;
    padding: 5px;
    background: #ddd5cd;
}

p.notice {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.06em;
}

.att {
    margin: 0 40px;
}

@media screen and (max-width: 768px) {
    #menu {
        padding: 0;
    }

    #menu h4.small {
        font-weight: normal;
        font-size: 18px;
        line-height: 1.7;
        letter-spacing: 0.05em;
    }

    .att {
        margin: 0;
        margin-top: 10px;
    }

    .att span {
        display: block;
    }

    .att br {
        display: none;
    }


	#menu .item-txt2, #menu .item-img2 {
		width: 100%;
		text-align: center;
	}

    .course-img {
        margin-bottom: 20px;
    }

    .img-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .item-img2 a {
        margin-right: 10px;
    }
    
    .item-img2 img {
        max-width: 100%;
        height: auto;
    }
}


/* 施術例 */
#gallery {
    background-color: #f3efea;
    padding: 0;
}

.casetxt {
    text-align: center;
}

.cct {
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #2d2b2a;
    margin-top: 10px;
    text-align: center;
    margin: 20px 0 40px 0;
}

.image-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	justify-content: center;
	margin: 20px auto;
	max-width: 750px;
}

.image-gallery .thumbnail {
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.image-gallery .thumbnail:hover {
	transform: scale(1.05);
}

.lightbox {
	text-decoration: none;
}

.thanks {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}

p.vot {
    position: absolute;
    color: #2d2b2a;
    font-size: 15px;
    letter-spacing: 0.05em;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    white-space: nowrap;
}

.voice-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	justify-content: center;
	margin: 20px auto;
	max-width: 750px;
}

.instaicon {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: right;
    margin-right: 105px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.view-more-insta {
    width: 45px;
    height: 45px;
    transition: opacity 0.3s ease;
}

.view-more-insta:hover {
    opacity: 0.5;
}

.alert {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: right;
    margin-right: 105px;
}

@media (max-width: 768px) {
    .image-gallery {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }

    .voice-gallery {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }

    .image-gallery .thumbnail,
    .voice-gallery .thumbnail {
        width: 100%;
        height: auto;
    }

    .instaicon {
        font-size: 14px;
        margin-right: 10px;
    }

    .view-more-insta {
        width: 40px;
        height: 40px;
    }

    .thanks {
        padding-top: 20px;
        text-align: center;
    }

    p.vot {
        font-size: 13px;
        top: 60%;
    }

    .gallerytxt br {
        display: none;
    }

    .cct {
        font-size: 19px;
        margin: 40px 0;
    }
    
    .cct span {
        display: block;
    }

    .vot span {
        display: block;
    }

    .alert {
        margin-right: 0;
    }
}


/* FAQ */
.faq {
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #ddd5cd;
    width: 100%;
}

.faq-head, .faq-body {
    border-radius: 8px;
    padding: 20px 30px;
}

.faq-head {
    position: relative;
}

.faq-head::after {
    content: "";
    display: block;
    background-image: url("../images/arrow.png");
    background-size: contain;
    width: 14px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
}

.faq-body {
    display: none;
}

.faq-body {
	margin-top: 10px;
	padding: 20px 30px;
}

.faq-head.active::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .faq-body {
        padding: 24px;
    }
}


/* 概要 */
.about-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

/* Googleマップ */
.map {
    flex: 1;
    max-width: 400px;
}

.table {
    flex: 1;
    margin: 0 50px;
    margin-right: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2em;
}

table th {
    width: 30%;
    padding: 12px 10px 12px 20px;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
}

table td {
    width: 70%;
    padding: 12px 10px;
    vertical-align: top;
    text-align: left;
}

table tr:nth-child(2n+1) {
    background-color: #ddd5cd;
}

.about {
    margin-bottom: 100px;
}

@media all and (max-width: 768px) {
    .about-container {
        flex-direction: column;
        align-items: center;
    }
    
    .map,
    .table {
        max-width: 100%;
        text-align: center;
    }
    
    .table {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    table tr {
        display: block;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    table th, table td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px;
    }

    table th {
        font-weight: bold;
        background-color: #ddd5cd;
        border-bottom: 1px solid #bbb;
    }

    table td {
        background-color: #f3efea;
    }

    table tr:last-child {
        margin-bottom: 0;
    }

    .map iframe {
        width: 100%;
        height: auto;
        max-width: 400px;
        border: 0;
    }
}


/* profile */
.prof {
    margin: 100px 0;
}

.wrap-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-left: 25px;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.ab-prf {
    flex: 1;
}

.ab-img {
    margin: 0;
    flex: 1;
    text-align: center;
}

.wrap-1 .ab-img img {
    max-width: 100%;
    height: auto;
}

.ab-img {
    margin: 0 auto;
}

.prf-name {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.prf-txt {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.7;
}

.prf-txt .pc-only {
    display: inline;
}

.prf-txt .mobile-only {
    display: none;
}

@media all and (max-width: 768px) {
    .wrap-1 {
        flex-direction: column;
        text-align: center;
        margin-left: 0;
    }
    
    .wrap-1 .ab-prf {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ab-prf {
        margin: 50px 0 30px;
        order: 2; /* `ab-prf` を後に表示 */
    }

    .ab-img {
        order: 1; /* `ab-img` を先に表示 */
        margin-top: 15px;
    }

    .prf-name {
        font-weight: normal;
        font-size: 19px;
        line-height: 1.7;
        letter-spacing: 0.05em;
    }

    .prf-txt {
        font-weight: normal;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0.05em;
    }

    #prof p.medium span {
        display: block;
    }

    .prf-txt .pc-only {
        display: none;
    }

    .prf-txt .mobile-only {
        display: inline;
    }
}


/* フッター */
#footer {
    background-color: #cfc3b7;
    width: 100%;
    max-width: 100%;
    padding: 10px 300px;
}

.wrap-2 {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

#footer .info a {
    display: inline-block;
    width: auto;
    height: auto;
    text-decoration: none;
}

#footer .info img {
    display: block;
    max-width: 100%;
    height: auto;
}

.f-name1 {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.2em;
}

.f-name2 {
    font-size: 80px;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

.f-add {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin-top: 10px;
}

.Copyright {
    font-size: 13px;
    color: #2d2b2a;
    line-height: 1.84;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 20px 0 30px;
}

@media screen and (max-width: 768px) {
    #footer {
        padding: 20px;
    }

    #footer .wrap-2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #footer .shop {
        margin-bottom: 20px;
    }

    #footer .info {
        margin-bottom: 20px;
    }

    .Copyright {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1024px) {
    #footer {
        padding: 20px 30px;
        background-color: #cfc3b7;
    }

    .wrap-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }

    .shop {
        flex: 1;
        text-align: left;
    }

    .f-name1 {
        font-size: 15px;
    }

    .f-name2 {
        font-size: 60px;
    }

    .f-add {
        font-size: 14px;
    }

    .info {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 15px;
    }

    .Copyright {
        text-align: center;
        font-size: 12px;
        margin-top: 15px;
    }
}


/* Animation Styles */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-in-out;
}


/* 表示状態 */
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
