@charset "utf-8";

/* ------------ SET ------------ */
html,
body {
    font-family: "Lato", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #212121;
}

* {
    font-size: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

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

p {
    margin-bottom: 1.6em;
}

a {
    color: #212121;
    transition: all 0.2s ease;
}

a:hover {
    color: #F44336;
}

main {
    width: 100%;
    overflow: clip;
}

@media screen and (max-width: 800px) {}





/* ------------ HEADER ------------ */
header {
    display: grid;
    grid-template-columns: 95px auto 1fr;
    align-items: center;
    padding: 10px 30px;
}

header .logo img {
}

header .logo-name {
    display: block;
    height: 100px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

header .logo-name-top {
    font-weight: 500;
    font-size: 0.9em;
    margin-left: -10px;
    margin-top: -5px;
}

header .logo-name-main {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

header .logo-name-main .en {
    font-size: 1.4em;
    letter-spacing: 0.1em;
}

header .logo-name-sub {
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: center;
    line-height: 0.7;
}

header .menu {
    list-style: none;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: flex-end;
}

header .menu a {
    display: block;
    text-decoration: none;
    font-weight: bold;
}

header .menu a.contact {
    background-color: #AB30AB;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 0.8em;
    border-radius: 5px;
}

header .menu a.contact:hover {
    background-color: #7D3780;
}

.head-en {
    color: #7D3780;
    font-size: 0.8em;
}


header .hamb {
    display: none;
}

@media screen and (max-width: 1080px) {
    header .menu {
        font-size: 0.8em;
        gap: 18px;
    }

    header .menu a.contact {
        padding: 10px 13px;
    }
    
    header .logo-name-main {
        font-size: 1.2em;
        line-height: 1.7;
    }

}

@media screen and (max-width: 850px) {
    header {
        grid-template-columns: 95px auto 1fr;
        padding: 10px 10px;
        position: sticky;
        top: 0px;
        z-index: 10;
        background-color: #ffffff;
    }

    header .logo img {
        height: 80px;
    }

    header .logo-name {
        display: block;
        height: 80px;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    header .logo-name-main {
        font-size: 1em;
        line-height: 2;
    }

    header .logo-name-sub {
        font-size: 0.8em;
        letter-spacing: 0.2em;
    }

    
    header nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
        z-index: 10000;
        transform: translate(0, -100%);
        transition: all 0.4s ease;
    }

    body.show header nav {
        transform: translate(0, 0);
    }

    .head-en {
        text-align: center;
    }

    header .hamb {
        display: block;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
        background-color: #212121;
        width: 44px;
        height: 44px;
        border-radius: 100vh;
        background-image: url(../images/icon-menu.png);
        background-position: center;
        background-size: 60%;
        z-index: 10000;
        cursor: pointer;
    }

    body.show header .hamb {
        background-image: url(../images/icon-close.png);
    }

    header .menu {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
}





/* ------------ FOOTER ------------ */
footer {
    background-color: #212121;
    color: #ffffff;
    font-size: 0.8em;
    text-align: center;
    padding: 10px;
}

.aioseo-breadcrumbs {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    font-size: 0.8em;
    padding: 5px 20px;
    gap: 5px;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {}





/* ------------ COMMON ------------ */
.container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* contactのレスポンシブの為、省略
.container.narrow {
    width: 980px;
}*/

.title-section {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.2;
}

.title-section .jp {
    display: block;
    font-size: 0.7em;
}

.title-section .en {
    display: block;
    font-size: 1.8em;
}




.block-page-title {
    text-align: center;
    background-color: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 50px;
    font-weight: bold;
}

.block-page-title .en {
    display: block;
    color: #2B70B7;
    font-size: 0.7em;
    font-weight: bolder;
    line-height: 1.0;
}

.block-page-title .ja {
    font-size: 1.8em;
    display: block;
}

.block-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 800px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-section .jp {
        font-size: 0.7em;
    }

    .title-section .en {
        display: block;
        font-size: 1.4em;
    }


    .block-button {
        text-align: center;
    }

    .block-page-title {
        padding-top: 40px;
        padding-bottom: 30px;
        font-weight: bold;
    }


    .block-page-title .ja {
        font-size: 1.6em;
    }

    .block-page {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}





/* ------------ HOME ------------ */
.block-home-title {
    margin-bottom: 30px;
}

.block-home-title .en {
    display: block;
    color: #2B70B7;
    font-size: 0.7em;
    font-weight: bolder;
    line-height: 1.0;
}

.block-home-title .ja {
    font-size: 1.8em;
    display: block;
}




.block-home-main {
    position: relative;
    height: calc(100vh - 100px);
    margin-bottom: 100px;
    overflow: hidden;
}

.block-home-main .message {
    color: #ffffff;
    font-size: 1.6em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2; /* ← Vegasの上 */
}

.vegas-slide {
    background-size: 80%;
    background-position: top left;
}

@media screen and (max-width: 800px) {
    .block-home-main {
    }

    .block-home-main .message {
        margin-left: 20px;
        font-size: 1em;
        
    }

}


/*レンタルの流れ*/
.block-home-rental-flow {
    display: flex;
    background-color: #2C4857;
    gap: 50px;
    height: 40px;
    margin-bottom: 20px;
    align-items: center;
    position: relative;
}

.block-home-rental-flow::before {
    content: '';
    background-color: #999999;
    width: 100%;
    height: 40px;
    position: absolute;
    top: -10px;
    left: +10px;
    z-index: -1;
}

.block-home-rental-flow .rental-flow {
    color: #ffffff;
    font-size: 1.2em;
    padding-left: 20px;
}

.block-home-rental-flow .rental-btn a {
    background-color: #7D3780;
    border: 1px solid #be7bc1;
    color: #ffffff;
    padding: 4px 35px 4px 15px;
    font-size: 0.8em;
    border-radius: 5px;
    text-decoration: none;
    background-image: url(../images/icon-arrow.png);
    background-size: 15px;
    background-position: right 10px center;
}

.block-home-rental-flow .rental-btn a:hover {
    background-color: #3b1a3c;
}



.rental-flow-image {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 100px;
}

.rental-flow-image li {
    list-style: none;
    height: 120px;
    background-size: cover;
    position: relative;
}

.rental-flow-image li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.rental-flow-image .flow01 {
    background-image: url(../images/23717527_s.jpg);
}
.rental-flow-image .flow02 {
    background-image: url(../images/4024508_s.jpg);
}
.rental-flow-image .flow03 {
    background-image: url(../images/112423_s.jpg);
}
.rental-flow-image .flow04 {
    background-image: url(../images/4870047_s.jpg);
}
.rental-flow-image .flow05 {
    background-image: url(../images/25196499_s.jpg);
}

.rental-flow-image .flow01::before,
.rental-flow-image .flow02::before,
.rental-flow-image .flow03::before,
.rental-flow-image .flow04::before,
.rental-flow-image .flow05::before {
    font-size: 0.85em;
    color: #000000;
    text-align: center;
    position: absolute;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    bottom: 3px;
    left: 3px;
    right: 3px;
    padding: 0.2em 0.5em;

}

.rental-flow-image .flow01::before {
    content: 'ご予約～ご来店';
}
.rental-flow-image .flow02::before {
    content: '着物選び・着付け';
}
.rental-flow-image .flow03::before {
    content: 'ヘアセット・小物選び';
}
.rental-flow-image .flow04::before {
    content: '観光へ！';
}
.rental-flow-image .flow05::before {
    content: 'ご返却';
}

.rental-flow-image .flow01::after,
.rental-flow-image .flow02::after,
.rental-flow-image .flow03::after,
.rental-flow-image .flow04::after {
    content: '';
    background-image: url(../images/next-btn.svg);
    background-size: 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translate(0, -50%)
}

@media screen and (max-width: 850px) {
    .block-home-rental-flow {
        gap: 10px;
    }

    .block-home-rental-flow .rental-flow {
        font-size: 0.9em;
        padding-left: 10px;
    }
    
    .block-home-rental-flow .rental-btn a {
        padding: 7px 25px 7px 10px;
        height: 36px;
        font-size: 0.7em;
        margin: 0px;
        background-size: 13px;
        background-position: right 5px center;
    }


    .rental-flow-image {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .rental-flow-image .flow03::after {
    content: '';
    background-image: none;
}

}




/*新着情報*/

.block-home-news {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
}
.news {
    height: 200px;
    position: relative;
}

.news::after {
    content: '';
    border: 5px dotted #a6bac5;
    width: 100%;
    right: -5px;
    height: 165px;
    position: absolute;
    top: 25px;
    z-index: -1;
}
.news-title {
    padding-left: 30px;
    height: 40px;
    padding-top: 0px;
    line-height: 50px;/*枠線の高さ揃え*/
    letter-spacing: 0.2em;
}

.block-home-news h2 {
    font-size: 1.1em;
    font-weight: 500;
    width: 235px;
    padding-left: 20px;
    background-color: #fff;
    background-image: url(../images/news-img.svg);
    background-size: 120px;
    background-position: 115px -4px;
    position: absolute;
    z-index: 0;
}

.list-news { /*新着情報詳細*/
    /*width: 100vh;*/
    height: 136px;
    overflow-y: scroll;
    font-size: 0.9em;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 5px;
    margin-top: 10px;
}
.list-news-detail { /*list-home-news.php（top）、archive.php（お知らせ一覧）で利用*/
    display: grid;
    grid-template-columns: 90px auto;
    gap: 0 10px;
}

.block-button { /*新着一覧用ボタン*/
    position: absolute;
    bottom: 16px;
    right: 20px;
}

.block-button a {
    background-color: #212121;
    color: #ffffff;
    padding: 10px 40px 10px 20px;
    font-size: 0.8em;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    background-image: url(../images/icon-arrow.png);
    background-size: 15px;
    background-position: right 15px center;
}

.block-button a:hover {
    background-color: #7D3780;
}

.sns-image {
}

.official-title {
    background-color: #7D3780;
    color: #ffffff;
    text-align: center;
    font-size: 0.8em;
    padding: 0 30px;
    margin-top: 15px;
}

.official-sns {
    width: 80%;
    margin: auto;
    padding-top: 50px;
}

@media screen and (max-width: 1080px) {
    
    .block-home-news {
        display: grid;
        grid-template-columns: 1fr 280px;
        gap: 30px;
    }
    .official-sns {
        width: 100%;
    }

}

@media screen and (max-width: 850px) {
    .block-home-news {
        grid-template-columns: 1fr;
    }

    .block-home-news .sns-image {
        width: 300px;
    }

    .official-sns {
    padding-top: 20px;
}

}






.block-home-service {
    padding-top: 100px;
    padding-bottom: 100px;
}

.list-home-service {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.list-home-service li {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    border: 10px solid #eeeeee;
    padding: 10px;

}

.list-home-service .list-image {
    grid-row: 1 / 4;
    width: 150px;
}

.list-home-service li h3 {
    grid-column: 2 / 3;
    font-size: 1.1em;
    border-bottom: 4px dotted #ccc;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.list-home-service .list-price {
    grid-column: 2 / 3;
}

.list-home-service .plan-memo {
    font-size: 0.8em;
    line-height: 1.3;
}

@media screen and (max-width: 1080px) {
    .list-home-service {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

        .list-home-service li {
        grid-template-columns: 165px 1fr;
        padding: 10px;
    }

}


@media screen and (max-width: 720px) {
    .list-home-service {
        grid-template-columns: 1fr;
    }

}








/* ------------ NEWS ------------ */
.block-news-date {
    font-size: 0.9em;
    font-weight: bold;
}

.block-news-title {
    font-size: 1.6em;
    margin-bottom: 20px;
}

.block-news-contents h2 {
    font-size: 1.4em;
    border-left: 4px solid #212121;
    padding-left: 0.6em;
    margin-bottom: 20px;
    margin-top: 40px;
}

.block-news-contents h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.block-news-contents ul {
    padding-left: 1.8em;
    margin-bottom: 1.6em;
}

.block-news-contents ol {
    padding-left: 1.8em;
    margin-bottom: 1.6em;
}

.block-news-contents figure {
    text-align: center;
    margin-bottom: 1.6em;
}

.block-news-contents figure img {
    width: 640px;
}

.block-news-contents figure figcaption {
    font-size: 0.8em;
    padding-top: 10px;
}

.block-news-contents iframe {
    display: block;
    width: 640px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.6em;
    aspect-ratio: 16 / 9;
    height: auto;
}

/* ------------ SHOP ------------ */
#shop {
    padding-top: 100px;
    padding-bottom: 100px;
}

.shop-bg {
    background-image: url(../images/bg-shop.jpg);
    background-repeat: repeat;
}

.shop-data {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 10px;
}

.block-shop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}


.table-shop {
    border-top: 1px dotted #212121;
    width: 100%;
}

.table-shop tr {
    border-bottom: 1px dotted #212121;
}

.table-shop th,
.table-shop td {
    padding: 10px;
    vertical-align: top;
}

.table-shop th {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

.block-shop iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 800px) {
    .block-shop {
        grid-template-columns: repeat(1, 1fr);
    }

    .block-shop iframe {
        aspect-ratio: 1;
    }
}





/* ------------ CONTACT ------------ */
.table-contact {
    width: 100%;
    border-top: 1px solid #212121;
    margin-bottom: 30px;
}

.table-contact tr {
    border-bottom: 1px solid #212121;
}

.table-contact th,
.table-contact td {
    text-align: left;
    padding: 15px;
    font-weight: normal;
}

.table-contact th {
    white-space: nowrap;
    width: 12em;
}

.table-contact th .required {
    font-size: 0.6em;
    vertical-align: top;
    color: #F44336;
    padding-left: 5px;
}

.table-contact input[type="text"] {
    background-color: #eeeeee;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.table-contact textarea {
    background-color: #eeeeee;
    width: 100%;
    height: 120px;
    padding: 10px;
    border-radius: 5px;
}

.block-contact-submit {
    text-align: center;
}

.block-contact-submit button {
    background-color: #212121;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.2s ease;
}

.block-contact-submit button:hover {
    background-color: #F44336;
}

@media screen and (max-width: 800px) {

    .table-contact th,
    .table-contact td {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .table-contact th {
        padding-bottom: 0;
    }
}


