@import url("reset.css");

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 130%;
    color: #333333;
    font-size: 4.4vw;
}

.inner {
    width: 92%;
    margin: 0 auto;
}

img {
    width: 100%;
}

section {
    padding: 3.5em 0;
    text-align: center;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

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

p {
    line-height: 160%;
    font-size: .9rem;
}

.main {
    padding-bottom: 3em;
}

h3,
h4,
h5 {
    font-weight: bold;
}

h3.borferDot {
    color: #dd217c;
    border-bottom: 3px dotted #dd217c;
    display: inline-block;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    font-size: 1.2rem;
}

/*-ピンクドット背景-*/
.pinkDotBack {
    background-image: url(../img/pinkDotBack.png);
    background-size: 12px;
}

/*-グレーボタン-*/
a.grayBtn {
    background-color: #f2f2f2;
    border-radius: 20px;
    width: 90%;
    padding: .5em;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 2px;
}

a.grayBtn i {
    color: #dd217c;
    margin-left: 1em;
}

a.grayBtn:hover {
    background-color: #aeaeae;
}

/*-ピンクボタン-*/
a.pinkBtn {
    color: #FFF;
    background-color: #dd217c;
    border-radius: 25px;
    width: 90%;
    padding: 1em;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

a.pinkBtn i,
a.greenBtn i {
    color: #FFF;
    margin-left: 1em;
}

a.pinkBtn:hover,
a.greenBtn:hover {
    background-color: #65e169;
}

/*-グリーンボタン-*/
a.greenBtn {
    color: #FFF;
    background-color: #3b8003;
    border-radius: 25px;
    width: 90%;
    padding: 1em;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

#page-top {
    position: fixed;
    width: 60px;
    right: 10px;
    z-index: 999;
}

/*-フッター-*/
.footerBanner {
    background-color: #f7f7f7;
    padding: 1em 0;
}

.footerBanner .wrap {
    justify-content: center;
}

.bannerItem {
    width: 100%;
}

.bannerItem:not(:last-child) {
    margin-bottom: 5px;
}

.bannerItem a:hover {
    opacity: 0.7;
}

footer {
    background-image: url(../img/pinkDotBack.png);
    background-size: 12px;
    padding: 1em 0;
}

.footerWrap {
    background-color: #FCD0DE;
    padding: 1em 0;
    margin-bottom: 1em;
    overflow: hidden;
}

footer h1 {
    width: 150px;
    margin: 0 auto;
}

footer .footerMenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1em auto;
    width: 90%;
    justify-content: center;
}

footer .footerMenu a {
    font-size: .9rem;
    padding: 0 .5em;
    border-right: #333 dotted 1px;
    margin: .5em 0;
    line-height: 200%;
    width: 49%;
    text-align: center;
}

footer .footerMenu a:hover {
    opacity: .7;
}

footer .footerMenu a:nth-child(1),
footer .footerMenu a:nth-child(3) {
    border-left: #333 dotted 1px;
}

footer .footerMenu a:nth-child(5) {
    border-right: none;
}

footer .footerMenu a.navCompany {
    padding: 1em;
    border-radius: 7px;
    font-weight: normal;
    background-color: #DD217C;
    color: #FFF;
    width: 100%;
}

footer .footerMenu a.navCompany::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5em;
}

#social-icon {
    display: flex;
    justify-content: center;
}

#social-icon a {
    display: block;
    margin: 0 5px 5px 0;
    padding: 0;
    color: #dd217c;
}

#social-icon i {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    background: #fff;
    line-height: 40px;
    text-align: center;
}

#social-icon i:before {
    padding 0;
    line-height: 40px;
}

p.copyright {
    font-size: .7rem;
    text-align: center;
}

/*-アドバイザー-*/
footer .inner .logoWrap {
    display: block;
}

p.advisor {
    font-size: .7rem;
    text-align: center;
}

/*-リストに矢印-*/
.sp .shopListItem a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: .5em;
    color: #df6da4;
}

@media only screen and (min-width: 580px) {
    .sp {
        display: none !important;
    }

    .pc {
        display: block !important;
    }

    body {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }

    .inner {
        width: 1024px;
        margin: 0 auto;
    }

    p {
        font-size: 1rem;
    }

    h3.borferDot {
        font-size: 1.6rem;
    }

    /*-ピンクボタン-*/
    a.pinkBtn {
        width: 400px;
    }

    a.grayBtn {
        width: 250px;
    }

    /*-フッター-*/

    .footerBanner .wrap {
        gap: 10px;
    }

    .bannerItem {
        width: calc(50% - 5px);
        margin: 0;
    }

    footer {
        background-image: url(../img/pinkDotBack.png);
        background-size: 12px;
        padding: 1em 0;
    }

    .footerWrap {
        background-color: #FCD0DE;
        padding: 1em 0;
        margin-bottom: 1em;
    }

    footer .inner {
        width: 1200px;
    }

    footer .inner .menuWrapPc {
        display: flex;
        align-items: center;
        width: 80%;
        margin: 0 auto;
    }

    footer h1 {
        width: 200px;
        margin: 0 auto .5em;
    }

    footer .footerMenu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 100%;
    }

    footer .footerMenu a {
        font-size: .9rem;
        padding: 0 .7em;
        border-right: #333 dotted 1px;
        margin: 1em 0;
        line-height: 250%;
        width: auto;
        text-align: center;
    }

    footer .footerMenu a:nth-child(1),
    footer .footerMenu a:nth-child(3) {
        border-left: none;
    }

    footer .footerMenu a:nth-child(4) {
        border-right: none;
    }

    footer .footerMenu a:nth-child(5) {
        width: 130px;
        padding: 0;
    }

    footer .footerMenu a.navCompany {
        padding: 1em .5em;
        width: auto;
        border-right: none;
    }

    footer .footerMenu a.navCompany:hover {
        background-color: #65e169;
    }

    a.navCompany::before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: .5em;
    }

    #social-icon a {
        display: block;
        float: left;
        margin: 0 .7em 5px 0;
        padding: 0;
        color: #dd217c;
    }

    #social-icon i {
        width: 40px;
        height: 40px;
        margin: 0;
        border-radius: 50%;
        background: #fff;
        line-height: 40px;
        text-align: center;
    }

    #social-icon i:before {
        padding 0;
        line-height: 40px;
    }

    #social-icon a:hover i {
        color: #65e169;
    }

    p.copyright {
        font-size: .7rem;
        text-align: center;
    }

    /*-アドバイザー-*/
    footer .inner .logoWrap {}

    /*-リスト-*/
    .pc .shopListItem a:hover {
        color: #dd217c;
    }
}

/*-全国から店舗を探す-*/
.sec_03 .title {
    padding-top: 2.5em;
    background-image: url(../img/sec_03SpTitleBack.png);

}

.sec_03 p {
    font-size: .9em;
    text-align: left;
}

.sec_03 .wrap {
    margin-bottom: 1em;
}

/*-吹き出し-*/
.fukidashi1 {
    margin: 1em auto 2em;
    width: 100%;
    border: #DE3737 1px solid;
    display: block;

}

.fukidashi1 dt {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DE3737;
    width: 100%;
    text-align: center;
    padding: .5em 0;
}

.fukidashi1 dd {
    padding: 1em 0;
    display: inline-block;
    background-color: #F8F8F8;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: .9em;
}

.fukidashi1 dd a {
    width: 200px;
    display: inline-block;
    margin-top: .5em;
    padding: .5em 0;
}

/*-アコーディオン-*/
.shopListItem {
    width: 49%;
}

.acd-check {
    display: none;
}

.acd-label {
    background: #dcdcdc;
    color: #fff;
    display: block;
    margin-bottom: 3px;
    padding: 10px;
    width: 100%;
    font-weight: bold;
    position: relative;
}

.acd-label:hover {
    background: #dd217c;
}

.acd-label::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
}

.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-content h3 {
    background: #df6da4;
    color: #fff;
    font-size: .9rem;
}

.acd-content p {
    margin-bottom: 1em;
}

.acd-check:checked+.acd-label+.acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/*-アニメーション-*/
.sec_03 .animeTitleLeft {
    left: 0px;
    top: 0px;
    width: 25vw;
}

.sec_03 .animeTitleRight {
    right: 20px;
    top: 0px;
    width: 18vw;
}

@media only screen and (min-width: 580px) {
    .sec_03 .title {
        padding-bottom: 1em;
    }

    .sec_03 p {
        text-align: center;
    }

    .sec_03 .pc {
        background-image: url(../img/shopListBackSp.jpg);
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    /*-アニメーション-*/
    .sec_03 .animeTitleLeft {
        left: 160px;
        top: 0px;
        width: 210px;
    }

    .sec_03 .animeTitleRight {
        right: 220px;
        top: 10px;
        width: 150px;
    }

    /*-吹き出し-*/
    .fukidashi1 {
        margin: 3em auto 4em;
        width: 100%;
        display: flex;
    }

    .fukidashi1 dt {
        width: 30%;
    }

    .fukidashi1 dd {
        width: 70%;
    }

    .fukidashi1 dd a {
        width: 200px;
        display: inline-block;
    }

    .shopListItem {
        width: 48%;
    }

    .shopListItem table {
        margin: 0 auto 1em;
        width: 100%;
        font-size: .95rem;
    }

    .shopListItem h3 {
        text-align: center;
        border-bottom: 2px solid #dd217c;
        margin-bottom: 1em;
        margin-right: 1em;
        font-weight: bold;
        display: inline-block;
        width: 85px;
    }

    .shopListItem p {
        margin-right: 1.1em;
        text-align: left;
        width: 115px;

    }

    .acd-content {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .acd-content p a {
        font-size: 0.95em;
    }

    .shopListItem h3.mt {
        margin-top: 15em;
    }

    .shopListItem th {
        border-bottom: 10px solid #FFF;
        width: 40%;
    }

    .shopListItem th span {
        background-color: #dd217c;
        color: #FFF;
        padding: .1em 0em;
        width: 100px;
        font-weight: normal;
        border-radius: 10px;
        display: block;
        text-align: center;
        margin-right: .5em;
    }

    .shopListItem td {
        text-align: left;
        vertical-align: top;
        font-weight: bold;
    }

    .shopListItem td::before {
        content: "・";
    }
}

/*-見出し-*/
h2 {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 1em;
    line-height: 150%;
}

.title {
    text-align: center;
    color: #dd217c;
    margin-bottom: 1em;
}

img.decor {
    position: absolute;
    width: 50%;
    top: -80px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.title:before {
    width: 170px;
    height: 100px;
    margin: 0 auto;
    content: " ";
    display: block;
    background-image: url(../img/decor.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: -3em;
    animation: bounce 3s ease;
}

.en:before {
    margin-bottom: -4em;
}

.title span {
    font-size: .8em;
    position: relative;
}

.en span {
    letter-spacing: 2px;
}

.strong {
    font-weight: bold;
    padding-bottom: 1em;
    line-height: 160%;
}

@media only screen and (min-width: 580px) {
    .title {
        margin-bottom: 2em;
    }

    .title:before {
        width: 170px;
    }

    .topPage h2 {
        margin-top: .5em;
        font-size: 2rem;
    }

    .strong {
        line-height: 220%;
    }
}

/*-タイトル背景共通-*/
.sec_01 .title,
.sec_02 .title,
.sec_03 .title,
.sec_04 .title,
.sec_06 .title {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

@media only screen and (min-width: 580px) {

    .sec_01 .title,
    .sec_02 .title,
    .sec_03 .title,
    .sec_04 .title,
    .sec_06 .title {
        background-size: contain;
        background-position: center;
    }
}

/*-お願い-*/
.please {
    background-color: #fff;
    padding: .5em;
    margin-top: 1em;
    font-weight: bold;
}

.please h4 {
    color: red;
    margin-bottom: .5em;
}

@media only screen and (min-width: 580px) {
    .please {
        display: flex;
        padding: 1.5em 3em;
        justify-content: center;
        margin-top: 0;
        align-items: center;
    }

    .please h4 {
        margin-right: 1em;
        margin-bottom: 0;
    }

    .please p {
        text-align: left;
    }
}