@charset "utf-8";

html {
    font-size: 62.5%;
}

body {
    letter-spacing: 0.2rem;
    color: #3D3D3D;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
}

a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    display: block;
}


/*-----------------------------
header
-----------------------------*/

.header-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 40px 10px;
    font-size: 1.5rem;
    background-color: rgb(255, 255, 255, 0.6);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

h1 {
    margin-bottom: 0;
}

.header-top img,
.header-page img {
    width: 260px;
    height: auto;
}

.header-nav ul {
    padding: 0 20px;
}

.header-page {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 40px 10px;
    font-size: 1.5rem;
    background-color: rgb(255, 255, 255, 0.6);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.top-header {
    width: 100%;
    height: 90vh;
    margin-bottom: 100px;
    position: relative;
}

.header-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.slide-img {
    width: auto;
    height: 90vh;
}

.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-tab-img {
    display: none;
}

.slide-sp-img {
    display: none;
}

.slide-txt {
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 7rem;
    padding: 4px 0;
    letter-spacing: 1px;
    font-family: 'Sacramento', cursive;
    color: #6B3E4B;
}

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

    .header-top img,
    .header-page img {
        width: 240px;
        height: auto;
    }

    .header-top {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 40px 5px 20px;
        font-size: 1.5rem;
        background-color: rgb(255, 255, 255, 0.6);
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 100px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .header-page {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        font-size: 1.5rem;
        background-color: rgb(255, 255, 255, 0.6);
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 80px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .top-header {
        width: 100%;
        height: 100vh;
        margin-bottom: 40px;
        position: relative;
    }

    .header-slide {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
    }

    .slide-img {
        width: auto;
        height: 100vh;
    }

    .slide-pc-img {
        display: none;
    }

    .slide-tab-img {
        display: block;
    }

    .slide-sp-img {
        display: none;
    }
}

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

    .header-top,
    .header-page {
        padding: 6px 30px 6px 15px;
    }

    .header-page {
        padding: 10px;
    }

    .header-top img,
    .header-page img {
        width: 240px;
        height: auto;
    }

    .slide-pc-img {
        display: none;
    }

    .slide-tab-img {
        display: block;
    }

    .slide-sp-img {
        display: none;
    }

    .slide-txt {
        position: absolute;
        top: 50%;
        left: 30%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 5rem;
        padding: 4px 0;
        letter-spacing: 1px;
        font-family: 'Sacramento', cursive;
        color: #6B3E4B;
    }
}

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

    .header-top,
    .header-page {
        padding: 0px 30px 2px 15px;
    }

    .slide-pc-img {
        display: none;
    }

    .slide-tab-img {
        display: none;
    }

    .slide-sp-img {
        display: block;
    }

    .slide-txt {
        font-size: 3rem;
    }

    .header-top img,
    .header-page img {
        width: 200px;
        height: auto;
    }
}

.header-nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.header-nav ul li a {
    text-decoration: none;
    color: #3D3D3D;
}

.infobox .h-webres {
    background: #6B3E4B;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
}

.infobox .h-webres:hover {
    opacity: 0.8;
}

.infobox .h-webres a {
    color: #fff;
}

.h-webres-wrap .section-title {
    margin-bottom: 40px;
    font-size: 80px;
}

.h-webres-wrap .section-sub-title {
    color: #6B3E4B;
}

.infobox .h-tel a {
    color: #6B3E4B;
    text-align: right;
    letter-spacing: 0.03em;
    line-height: 1;
    font-size: 1.6rem;
}

.infobox .h-tel span {
    font-size: 1.3rem;
}

.h-tel-icon {
    width: 15px !important;
    height: auto;
    margin: 0 2px;
}

.infobox .h-tel {
    margin-top: -8px;
}

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

    .header-nav,
    .infobox {
        display: none;
    }
}

.header-nav-sm {
    display: none;
}


/*-----------------------------
toggle ハンバーガーメニュー
-----------------------------*/

@media screen and (max-width:1130px) {
    .header-nav-sm {
        display: block;
    }

    #sm-toggle {
        opacity: 0;
        position: fixed;
    }

    label .toggle-line {
        position: fixed;
        top: 1.3rem;
        right: 1.3rem;
        z-index: 3;
        width: 2rem;
        height: 2rem;
        margin: 20px 10px;
    }

    label .toggle-line::before,
    label .toggle-line::after,
    label .toggle-line .bar {
        position: absolute;
        right: 0;
        width: 100%;
        height: 3px;
        border-radius: 5px;
        background-color: #6B3E4B;
        content: "";
        transition: all 0.5s;
    }

    label .toggle-line::before {
        top: 0;
        transform-origin: top right;
    }

    label .toggle-line::after {
        bottom: 0;
        transform-origin: bottom right;
    }

    label .toggle-line .bar {
        top: 45%;
    }

    #menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    #menu::before {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100rem;
        background-color: #6B3E4B;
        content: "";
        transform: translateY(-200%);
        transform-origin: top left;
        transition: transform 0.3s;
    }

    #menu a {
        margin: 1rem 0;
        padding: 0.2rem 5rem;
        font-size: 1.5rem;
        line-height: 1.5;
        color: #fff;
        font-family: serif;
        text-decoration: none;
        transform: translateX(-100%);
        transition: all 0.15s, transform 0.5s;
        letter-spacing: 0.03em;
        vertical-align: middle;
    }

    #sm-toggle:checked+label .toggle-line::before,
    #sm-toggle:checked+label .toggle-line::after {
        width: 130%;
        background-color: #fff;
    }

    #sm-toggle:checked+label .toggle-line::before {
        transform: rotate(-45deg);
    }

    #sm-toggle:checked+label .toggle-line::after {
        transform: rotate(45deg);
    }

    #sm-toggle:checked+label .toggle-line .bar {
        transform: scale(0);
    }

    #sm-toggle:checked~#menu {
        opacity: 1;
        visibility: visible;
    }

    #sm-toggle:checked~#menu::before {
        transform: translateX(0);
    }

    #sm-toggle:checked~#menu a {
        transform: translateX(0);
    }

    #sm-toggle:checked~.mask {
        background-color: #000;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .submenu-sm {
        font-size: 1rem;
        letter-spacing: 0.1em !important;
        vertical-align: middle;
    }

    .tel-wrap-sm {
        margin: 30px 0;
    }

    #menu .tel-wrap-sm a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #menu .tel-wrap-sm img {
        margin: -3px 4px 0;
        vertical-align: middle;
    }

    .sns-icon-wrap-sm img {
        height: 30px;
        width: auto;
    }

    .sns-icon-wrap-sm {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .sns-icon-wrap-sm a {
        padding: 2rem 3.5rem !important;
        margin: 1rem 0;
        font-size: 1.5rem;
        line-height: 1.7;
        color: #fff;
        font-family: serif;
        text-decoration: none;
        transform: translateX(-100%);
        transition: all 0.15s, transform 0.5s;
    }
}

@media screen and (max-width:767px) {
    label .toggle-line {
        position: fixed;
        top: 1.3rem;
        right: 1.3rem;
        z-index: 3;
        width: 2rem;
        height: 2rem;
        margin: 10px 10px;
    }
}


/*-----------------------------
main / section
-----------------------------*/

.top-main {
    width: 1077px;
    margin: 0 auto;
}

main {
    width: 1077px;
    margin: 200px auto 0;
}

section {
    margin: 0 0 160px;
    padding-top: 0;
}

@media screen and (max-width:1077px) {
    main {
        width: 100%;
        padding: 0 15px;
        margin: 150px auto 0;
    }

    section {
        margin: 80px 0;
        padding-top: 0;
    }
}

.section-title {
    font-size: 10rem;
    font-family: 'Sacramento', cursive;
    font-weight: normal;
    color: #EFDCE2;
    text-align: center;
    line-height: 0.8;
    margin-bottom: 60px;
    position: relative;
}

.section-sub-title {
    font-size: 1.8rem;
    color: #3D3D3D;
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-txt {
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-align: justify;
    text-justify: auto;
}

.news-topic-ttl {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #d80541;
    margin-bottom: 0;
    line-height: 1.5;
}

.news-topic-txt {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.timeline-wrap {
    width: 400px !important;
    height: auto;
    margin: 0 auto;
}

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

    .section-txt {
        margin-bottom: 30px;
    }

    .news-topic-ttl {
        font-size: 2rem;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        color: #d80541;
        margin-bottom: 0;
    }

    .news-topic-txt {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }

    .timeline-wrap {
        width: 80% !important;
        height: auto;
        margin: 0 auto;
    }
}

.top-about-img-wrap {
    margin: 80px 0 60px;
    display: flex;
    justify-content: space-between;
}

.top-about-img-wrap img {
    align-items: baseline;
    width: 100%;
    height: auto;
}

.top-shop-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-shop-left {
    align-items: center;
}

.top-shop-left,
.top-shop-right {
    width: 45%;
    height: auto;
}

.top-staff-img {
    width: 100%;
    margin-bottom: 60px;
}

@media screen and (max-width:650px) {
    .top-staff-img {
        margin-bottom: 40px;
    }
}

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

.top-access-map-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
}

.top-access-map {
    margin-bottom: 40px;
}

.top-access-name {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.top-news-wrap {
    width: 80%;
    margin: 0 auto 100px;
}

.top-news-wrap ul {
    margin: 0;
    padding: 0;
}

.top-news-wrap li {
    list-style-type: none;
    border-bottom: 1px solid #3D3D3D;
}

.top-news-wrap a {
    display: block;
    text-decoration: none;
    color: #3D3D3D;
    padding: 15px;
}

.top-news-wrap .date {
    font-size: 1.5rem;
}

.top-news-wrap .news-title {
    font-size: 1.8rem;
}

.btn {
    width: 240px;
    height: auto;
    border: 2px solid #6B3E4B;
    font-size: 1.8rem;
    margin: 0 auto 40px;
    position: relative;
}

@media screen and (max-width:1077px) {
    .top-access-map-wrap {
        flex-direction: column;
        margin-top: 0;
    }
}

@media screen and (max-width:768px) {
    .top-news-wrap .news-title {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:650px) {
    .top-access-map {
        margin-bottom: 20px;
    }

    .top-access-map:last-of-type {
        margin-bottom: 40px;
    }

    .top-access-name {
        font-size: 1.5rem;
    }

    .btn {
        width: 220px;
        font-size: 1.6rem;
    }
}

.btn::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #6B3E4B;
    display: block;
    position: absolute;
    top: 50%;
    right: -12%;
}

.btn a {
    display: block;
    text-decoration: none;
    color: #6B3E4B;
    padding: 8px 30px;
    text-align: center;
}

.btn a:hover {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 30px;
    text-align: center;
    background-color: #6B3E4B;
    opacity: 1;
}

@media screen and (max-width:1077px) {
    .section-title {
        font-size: 8rem;
        font-family: 'Sacramento', cursive;
        font-weight: normal;
        color: #EFDCE2;
        text-align: center;
        line-height: 0.8;
        margin-bottom: 40px;
        position: relative;
    }

    .section-sub-title {
        font-size: 1.8rem;
        color: #3D3D3D;
        font-family: "Noto Sans JP", sans-serif;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .setion-txt {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .section-inner {
        width: 100%;
    }

    .top-main {
        width: 100%;
        margin: 0 auto;
    }

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

    .top-about-img-wrap img {
        align-items: baseline;
        width: 100%;
        height: auto;
    }

    .top-shop-wrap {
        display: block;
    }

    .top-shop-left,
    .top-shop-right {
        width: 100%;
        height: auto;
    }

    .top-shop-right img {
        max-width: 100%;
        height: auto;
    }

    .top-access-map iframe {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .section-title {
        font-size: 6rem;
        font-family: 'Sacramento', cursive;
        font-weight: normal;
        color: #EFDCE2;
        text-align: center;
        line-height: 0.8;
        margin-bottom: 30px;
        position: relative;
    }

    .section-sub-title {
        font-size: 1.4rem;
        color: #3D3D3D;
        font-family: "Noto Sans JP", sans-serif;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .section-txt {
        font-size: 1.5rem;
        margin-bottom: 15px;
        text-align: justify;
        text-justify: auto;
    }

    .section-txt:last-of-type {
        margin-bottom: 30px;
    }

    .btn a {
        font-size: 1.5rem;
    }

    main {
        width: 100%;
        padding: 0 15px;
        margin: 100px auto 0;
    }
}

@media screen and (max-width:650px) {
    .section-title {
        margin-top: 30px;
    }
}


/*-----------------------------
banner
-----------------------------*/

.banner-wrap {
    width: 900px;
    margin: 0 auto 120px;
}

.banner-wrap:first-of-type {
    margin-bottom: 80px;
}

.banner-item {
    margin-bottom: 40px;
}

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

.ame-banner-sp {
    display: none;
}

@media screen and (max-width:650px) {
    .ame-banner-pc {
        display: none;
    }

    .ame-banner-sp {
        display: block;
    }
}

.sns-icon-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0;
}

.sns-icon-wrap p {
    text-align: center;
}

.sns-icon-wrap p a {
    display: block;
}

.sns-icon-wrap img {
    max-width: 100%;
    width: 40%;
    height: auto;
}

.salon-list-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.salon-list-item {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 45%;
    margin-bottom: 40px;
}

.salon-list-img {
    width: 30%;
    height: auto;
    margin-right: 30px;
}

.salon-list-img img {
    max-width: 100%;
    height: auto;
    align-items: baseline;
}

.salon-list-txt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

.salon-list-txt a {
    text-decoration: none;
    color: #3D3D3D;
}

.salon-access {
    font-size: 1.5rem;
    font-weight: normal;
}

@media screen and (max-width:786px) {
    .salon-list-wrap {
        display: block;
    }

    .salon-list-item {
        display: flex;
        margin: 0 auto;
        align-items: center;
        margin-bottom: 20px;
    }

    .salon-list-img {
        width: 30%;
        height: auto;
        margin-right: 20px;
    }

    .salon-list-img img {
        max-width: 100%;
        height: auto;
        align-items: baseline;
    }

    .salon-list-txt {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: justify;
        text-justify: auto;
    }

    .salon-list-txt a {
        text-decoration: none;
        color: #3D3D3D;
    }

    .salon-access {
        font-size: 1.4rem;
        font-weight: normal;
    }
}

@media screen and (max-width:1077px) {
    .banner-wrap {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:650px) {
    .salon-list-item {
        display: flex;
        margin: 0 auto;
        align-items: center;
        margin-bottom: 20px;
        width: 100%;
    }
}

/*-----------------------------
topic
-----------------------------*/

.topic {
    width: 900px;
    margin: 0 auto 60px;
    padding: 20px 40px;
    background: #F2E7EA;
}

.topic-ttl {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: #bb5773;
    margin-bottom: 20px;
}

.topic-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #6B3E4B;
}

.topic-btn {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #bb5773;
    color: #ffffff;
    margin: 20px 0;
}

.ta-c {
    text-align: center;
}

@media screen and (max-width:1077px) {
    .topic {
        width: 595px;
        margin: 0 auto 40px;
        padding: 20px 40px;
        background: #F2E7EA;
    }

    .topic-ttl {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1.5;
        color: #bb5773;
        margin-bottom: 20px;
    }

    .topic-txt {
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.04em;
        color: #6B3E4B;
    }
}

@media screen and (max-width:767px) {
    .topic {
        width: 100%;
        margin: 0 auto 20px;
        padding: 15px 20px;
        background: #F2E7EA;
    }

    .topic-ttl {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.5;
        color: #bb5773;
        margin-bottom: 20px;
    }

    .topic-txt {
        font-size: 1.5rem;
        line-height: 1.8;
        letter-spacing: 0.04em;
        color: #6B3E4B;
    }
}


/*-----------------------------
footer
-----------------------------*/

footer {
    font-size: 1.8rem;
}

.footer-top {
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
    padding: 60px 0;
}

.footer-top a {
    color: #3D3D3D;
    text-decoration: none;
    cursor: pointer;
}

.footer-inner {
    width: 1077px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-top-right .section-title {
    margin-bottom: 40px;
    font-size: 80px;
}

.footer-top-right .section-sub-title {
    color: #6B3E4B;
}

.footer-shop-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-shop-wrap {
    font-size: 2rem;
    line-height: 1.5;
}

.footer-shop-wrap p {
    margin-bottom: 8px;
}

@media screen and (max-width:1077px) {
    footer {
        font-size: 1.5rem;
        margin-bottom: 60px;
    }

    .footer-inner {
        width: 100%;
        display: block;
        padding: 0 20px;
    }

    .footer-shop-wrap {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.footer-top .footer-logo {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-top .footer-logo img {
    width: 300px;
    height: auto;
}

.footer-top-left {
    width: 50%;
}

.footer-top-right {
    width: 40%;
}

.footer-shop-wrap .footer-shopname {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 16px;
}

.footer-top-right {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
}

.footer-top-right ul,
li {
    margin: 0;
    padding: 0;
}

.footer-top-right li {
    list-style-type: none;
    margin: 20px 40px;
}

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

    .footer-top-right,
    .footer-top-left {
        width: 80%;
        margin: 0 auto;
    }

    .footer-top .footer-logo img {
        width: 300px;
        height: auto;
    }

    .footer-top-right {
        display: flex;
        justify-content: space-between;
        margin-top: 0px;
    }
}

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

    .footer-top-right,
    .footer-top-left {
        width: 100%;
        margin: 0 auto;
    }

    .footer-top .footer-logo img {
        width: 200px;
        height: auto;
    }

    .footer-top .footer-logo {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .footer-shop-wrap .footer-shopname {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .footer-shop-wrap {
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .footer-shop-wrap p {
        margin-bottom: 4px;
    }

    .footer-addres {
        margin-bottom: 15px;
    }

    .footer-addres:last-child {
        margin-bottom: 0px;
    }

    .footer-shop-wrap {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:1230px) {
    .footer-top-right .section-title {
        margin-bottom: 40px;
        font-size: 80px;
    }

    .footer-top-right .section-sub-title {
        color: #6B3E4B;
    }
}

@media screen and (max-width:650px) {
    .footer-top-right .section-title {
        margin-bottom: 30px;
        font-size: 60px;
    }

    .footer-top-right .section-sub-title {
        color: #6B3E4B;
    }
}

@media screen and (max-width:1077px) {
    .footer-top-right li {
        list-style-type: none;
        margin: 10px 15px;
    }
}

.footer-top-right li a {
    color: #3D3D3D;
}

.footer-top-right .h-webres {
    cursor: pointer;
}

.footer-top-right .h-webres:hover {
    opacity: 0.8;
}

.footer-bottom {
    background-color: #6B3E4B;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}


/*-----------------------------
スマホ　予約ボタン
-----------------------------*/

.res-wrap {
    display: none;
}

@media screen and (max-width:1130px) {
    .res-wrap {
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .sm-line-res {
        background-color: #06c755;
        border: 2px solid #fff;
        width: 50%;
        text-align: center;
    }

    .sm-line-res a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 15px 0;
    }

    .sm-web-res {
        background-color: #6B3E4B;
        border: 2px solid #fff;
        width: 50%;
        text-align: center;
    }

    .sm-web-res a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 15px 0;
    }

    .res-wrap .section-title {
        margin-bottom: 30px;
        font-size: 60px;
    }

    .res-wrap .section-sub-title {
        color: #6B3E4B;
    }
}

@media screen and (max-width:650px) {
    .res-wrap {
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .sm-line-res {
        background-color: #06c755;
        border: 2px solid #fff;
        width: 50%;
        text-align: center;
    }

    .sm-line-res a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 15px 0;
    }
}


/*-----------------------------
to top
-----------------------------*/

#pagetop {
    position: fixed;
    right: 20px;
    bottom: 100px;
}

@media screen and (max-width:1077px) {
    #pagetop {
        position: fixed;
        right: 10px;
        bottom: 80px;
        width: 60px;
        height: auto;
    }

    #pagetop img {
        width: 100%;
        height: auto;
    }
}


/*-----------------------------
about
-----------------------------*/

.contents-title {
    font-size: 2rem;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 30px;
}

.contents-title::after {
    content: "";
    width: 48px;
    height: 2px;
    background: #6B3E4B;
    display: block;
    margin: 10px 0 0;
}

.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.about-txt-wrap {
    width: 40%;
}

.about-img {
    width: 55%;
}

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

@media screen and (max-width:1077px) {
    .about-txt-wrap {
        width: 100%;
    }

    .about-img {
        width: 100%;
    }

    .about-img img {
        max-width: 60%;
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .about-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .about-content {
        display: block;
        margin-bottom: 60px;
    }

    .about-content {
        display: block;
        margin-bottom: 60px;
    }

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

    .about-img {
        text-align: center;
    }

    .contents-title {
        font-size: 2rem;
        font-weight: bold;
        color: #3D3D3D;
        margin-bottom: 30px;
    }

    .contents-title::after {
        content: "";
        width: 48px;
        height: 2px;
        background-color: #6B3E4B;
        display: block;
        margin: 10px 0 0;
    }
}

@media screen and (max-width:650px) {
    .about-wrap {
        width: 100%;
    }

    .contents-title {
        font-size: 1.8rem;
        font-weight: bold;
        color: #3D3D3D;
        margin-bottom: 30px;
    }

    .contents-title::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #6B3E4B;
        display: block;
        margin: 5px 0 0;
    }
}


/*-----------------------------
shop
-----------------------------*/

.plan-view {
    margin: 80px auto;
    text-align: center;
}

.plan-view-ttl {
    font-size: 2rem;
    font-weight: bold;
}

.plan-view>img {
    width: 1077px;
    height: auto;
}

.shop-wrap {
    margin-bottom: 120px;
}

.shop-item-left {
    display: flex;
    align-items: flex-end;
    margin-bottom: 60px;
}

.shop-item-left img {
    max-width: 100%;
    height: auto;
    width: 70%;
}

.shop-item-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-bottom: 70px;
}

.shop-img {
    width: 580px;
    height: auto;
}

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

.shop-txt {
    font-size: 1.6rem;
    width: 30%;
    text-align: left;
    margin-right: 30px;
    margin-left: 30px;
}

.shop-ttl {
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width:1077px) {
    .shop-img {
        width: 60%;
        height: auto;
    }

    .plan-view>img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .shop-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .shop-item-left {
        width: 85%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .shop-item-left img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .shop-item-right {
        width: 85%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-left: 15%;
        margin-bottom: 60px;
    }

    .shop-img {
        width: 100%;
        height: auto;
    }

    .shop-ttl {
        text-align: center;
    }

    .shop-img img {
        height: auto;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .shop-txt {
        font-size: 1.4rem;
        width: 100%;
        text-align: left;
        text-justify: auto;
    }
}

@media screen and (max-width:650px) {
    .shop-item-left {
        margin-bottom: 30px;
    }

    .shop-item-right {
        margin-bottom: 30px;
    }
}


/*-----------------------------
menu
-----------------------------*/

.menu-title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 40px;
}

.menu-title::after {
    content: "";
    width: 48px;
    height: 2px;
    background-color: #6B3E4B;
    display: block;
    margin: 20px 0 0;
}

.menu-wrap {
    width: 85%;
    margin: 0 auto;
    font-size: 1.8rem;
    text-align: justify;
    text-justify: auto;
}

.notice {
    color: coral;
}

.menu-banner {
    text-align: center;
    width: 600px;
    margin: 0 auto 40px;
}

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

.menu-list {
    margin: 0;
    padding: 0;
    margin: 0 0 80px;
}

.menu-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3d3d3d;
    padding-top: 30px;
    list-style-type: none;
}

.menu-subtitle {
    font-size: 2rem;
    font-weight: bold;
    color: coral;
}

.menu-subtitle .menu-cap {
    font-size: 1.8rem;
    color: #3D3D3D;
    font-weight: normal;
}

.credit {
    margin-top: 30px;
}

.credit-list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.credit-list li {
    list-style-type: none;
}

@media screen and (max-width:767px) {
    .menu-wrap {
        width: 100%;
        margin: 0 auto;
        font-size: 1.4rem;
        text-align: justify;
        text-justify: auto;
    }

    .menu-subtitle {
        font-size: 1.8rem;
        font-weight: bold;
        color: coral;
    }

    .menu-subtitle .menu-cap {
        font-size: 1.4rem;
        color: #3D3D3D;
        font-weight: normal;
        line-height: 1.2;
    }

    .menu-banner {
        text-align: center;
        width: 100%;
        margin: 0 auto 40px;
    }

    .menu-list li {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #3d3d3d;
        padding-top: 30px;
        line-height: 1.5;
    }
}


/*-----------------------------
Access
-----------------------------*/
.access-txt-wrap {
    width: 100%;
    margin-bottom: 80px;
}

.access-txt {
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 60px;
}

.access-txt span {
    font-size: 1.3rem;
}

.access-txt a {
    color: #3d3d3d;
}

@media screen and (max-width:1077px) {
    .access-txt-wrap {
        width: 80%;
        margin: 0 auto;
    }

    .access-txt {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 40px;
    }

    .access-map {
        width: 80%;
        margin: 0 auto;
    }

    .access-map iframe {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:650px) {
    .access-txt-wrap {
        width: 100%;
    }

    .access-txt-wrap {
        width: 100%;
        margin-bottom: 40px;
    }

    .access-txt {
        font-size: 1.4rem;
    }

    .access-map {
        width: 100%;
    }
}


/*-----------------------------
Privacy
-----------------------------*/

.privacy-wrap {
    width: 80%;
    margin: 0 auto;
    font-size: 1.8rem;
    text-align: justify;
    text-justify: auto;
}

.privacy-subtitle {
    font-weight: bold;
}

.privacy-txt {
    margin-bottom: 80px;
}

@media screen and (max-width:767px) {
    .privacy-wrap {
        width: 100%;
        font-size: 1.4rem;
        text-align: justify;
        text-justify: auto;
    }
}


/*-----------------------------
corona
-----------------------------*/

.topics-title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 80px;
}

.topics-subttl {
    font-size: 3rem;
    border-bottom: solid 3px #F7F7F7;
    position: relative;
    margin-bottom: 40px;
}

.topics-subttl::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #5BC7CD;
    bottom: -3px;
    width: 10%;
}

.topics-txt {
    font-size: 1.8rem;
    line-height: 2;
    text-align: justify;
    margin-bottom: 40px;
    width: 98%;
}

.topics-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #ccc;
}

.topics-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.sticker-wrap {
    width: 60%;
    margin: 80px auto;
}

.sticker-wrap img {
    width: 100%;
    height: auto;
}

.topics-list {
    margin: 40px 0;
}

.topics-list-ul li {
    list-style-type: disc;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.topics-list-ol li {
    list-style-type: decimal;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .topics-title {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 40px;
        font-weight: bold;
    }

    .topics-subttl {
        font-size: 1.8rem;
        font-weight: bold;
        border-bottom: solid 3px #F7F7F7;
        position: relative;
        margin-bottom: 20px;
    }

    .topics-subttl::after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #5BC7CD;
        bottom: -3px;
        width: 10%;
    }

    .topics-txt {
        font-size: 1.5rem;
        line-height: 2;
        text-align: justify;
        margin-bottom: 20px;
        width: 98%;
    }

    .topics-list {
        margin: 20px 0;
    }

    .topics-list-ul li {
        list-style-type: disc;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .topics-list-ol li {
        list-style-type: decimal;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}


/*-----------------------------
FAQ
-----------------------------*/

.faq-wrap {
    font-size: 1.8rem;
    width: 80%;
    margin: 0 auto 60px;
}

.faq-wrap label {
    display: block;
    margin: 1.5px 0;
    padding: 20px 40px;
    color: #6B3E4B;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.8s;
    border: 1px solid #3D3D3D;
    border-radius: 50px;
}

.faq-wrap label::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
}

.faq-wrap label:hover {
    opacity: 0.7;
}

.faq-wrap input {
    display: none;
}

.faq-wrap .answer {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s;
}

.accordion:checked~.answer {
    height: auto;
    padding: 5px 5px 5px 30px;
    border-left: 1px solid #3D3D3D;
    opacity: 1;
}

.accordion:checked~label::before {
    content: '\f078';
}

@media screen and (max-width:1077px) {
    .faq-wrap {
        font-size: 1.5rem;
        width: 100%;
        margin-bottom: 30px;
    }

    .faq-wrap label {
        display: block;
        margin: 1.5px 0;
        padding: 10px 20px;
        color: #6B3E4B;
        font-size: 1.6rem;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.8s;
        border: 1px solid #3D3D3D;
        border-radius: 50px;
    }
}


/*-----------------------------
News
-----------------------------*/


/* .news {
    padding-top: 100px;
}
.news-wrap {
    padding-top: 100px;
    margin-top: -100px;
} */

.news-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}

.news-body {
    padding-top: 200px;
    margin-top: -200px;
}

.news-item:first-child {
    padding-top: 0;
}

.news-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.news-date {
    font-size: 1.5rem;
    line-height: 1;
}

.news-wrap .news-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.news-txt {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
}

.news-txt a {
    color: #777777;
    text-decoration: underline;
}

.news-list {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 0 40px;
}

@media screen and (max-width:767px) {
    .news-item {
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #DDDDDD;
    }

    .news-item:first-child {
        padding-top: 0;
    }

    .news-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .news-date {
        font-size: 1.3rem;
    }

    .news-wrap .news-title {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .news-txt {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .news-list {
        font-size: 1.5rem;
        margin-bottom: 40px;
        padding: 0;
        margin-left: 20px;
    }
}


/* 瑞江店・南口店ページ内リンク */

#mizue,
#minami {
    padding-top: 200px;
    margin-top: -200px;
}

.shop-pagelink-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.shop-pagelink-wrap a {
    font-size: 1.8rem;
    color: #919191;
    line-height: 1;
    padding: 0 20px;
    border-right: 1px solid #C6C6C6;
}

.shop-pagelink-wrap a:first-child {
    border-left: 1px solid #C6C6C6;
}

.shop-pagelink-wrap a:hover {
    opacity: 0.8;
}

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

    #mizue,
    #minami {
        padding-top: 120px;
        margin-top: -120px;
    }

    .shop-pagelink-wrap {
        margin-bottom: 40px;
    }

    .shop-pagelink-wrap a {
        font-size: 1.5rem;
    }
}


/* ショップ名の区切り */

.shopname-ttl {
    font-size: 2.4rem;
    line-height: 1;
    color: #6B3E4B;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #6B3E4B;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .shopname-ttl {
        font-size: 1.8rem;
        line-height: 1;
        color: #6B3E4B;
        text-align: center;
        padding-bottom: 8px;
        border-bottom: 2px solid #6B3E4B;
        margin-bottom: 20px;
    }
}