/* Compornent~~ */

.c-keyVisual {
    padding-top: 0;
}

.c-youtube {
    margin: 10px 0 40px 0;
}

.c-shopName {
    font-size: 25px;
}

.c-flowImage {
    width: 100%;
    margin-bottom: 20px;
}

.c-question {
    padding: 10px 0;
    line-height: 25px;
    margin-left: 1.6em;
    text-indent: -1.6em;
}

.c-question span {
    border-radius: 50%;
    background-color: #67aeca;
    color: #fff;
    padding: 3px 5px;
}

.c-answer {
    padding: 10px 0 40px 0;
    line-height: 25px;
    margin-left: 1.6em;
    text-indent: -1.6em;
}

.c-answer span {
    border-radius: 50%;
    background-color: #67aeca;
    color: #fff;
    padding: 3px 5px;
}


/* ~~Compornent */


/* Project~~ */

.p-spNav {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
}

.p-pcNav {
    display: none;
}

.home_logo img {
    width: 200px;
    padding: 0;
}

@media screen and (min-width: 769px) {
    .p-spNav {
        display: none;
    }
    .p-pcNav {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 10px 3vw 10px 3vw;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
        opacity: 0.96;
    }
    .p-pcNav ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .p-pcNav ul li {
        padding-right: 15px;
    }
    .p-pcNav ul li:last-of-type {
        padding-right: 0px;
    }
}

.p-keyVisual {
    position: relative;
}

.p-h1 {
    position: absolute;
    top: 40%;
    left: 15%;
    letter-spacing: 2pt;
    color: #333;
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #FFF, 0 -1px 0 #fff;
    filter: drop-shadow(4px 4px 6px rgb(255, 255, 255));
}

@media screen and (min-width:768px) {
    .p-h1 {
        font-size: 70px;
        letter-spacing: 12pt;
    }
}

.p-introduction p {
    padding: 5px 0;
}

.p-slideShow {
    margin-bottom: 40px;
}

.p-youtubeWrap {
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.p-youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-step__width {
    width: 90%;
    margin: 0 auto;
}

.p-step {
    border: solid 5px #67aeca;
    position: relative;
    margin-bottom: 20px;
}

.p-step span {
    border-radius: 50%;
    background-color: #67aeca;
    color: #fff;
    padding: 3px 5px;
}

.p-step h3 {
    padding: 10px 0;
}

.p-step p {
    padding: 10px 0;
    text-align: left;
}

.p-step1:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #67aeca;
    /* 好みで色を変えてください */
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.p-step2:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #67aeca;
    /* 好みで色を変えてください */
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.p-step3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #67aeca;
    /* 好みで色を変えてください */
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

@media screen and(max-width:769px) {
    .p-step p br {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .p-step p {
        font-size: 20px;
        padding-top: 50px;
        letter-spacing: 1.4pt;
        line-height: 25pt;
    }
    .p-step__responsive {
        width: 70%;
        float: left;
    }
    .c-flowImage {
        width: 30%;
        float: left;
        margin: 10px 0;
    }
    .p-step__width:after {
        content: "";
        display: block;
        clear: both;
    }
}

@media screen and (min-width: 769px) {
    .p-question__answer {
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) {
    .p-question__answer p {
        font-size: 1.4em;
    }
}

.p-access p {
    padding: 5px 0;
    text-align: left;
}

.p-mapWrap {
    position: relative;
    padding-top: 50%;
}

.p-mapWrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    .p-mapWrap {
        width: 70%;
    }
    .p-access__responsive {
        display: flex;
        justify-content: space-around;
        flex-direction: row-reverse;
    }
}


/* ~~Project */


/* Utility~~ */

.u-text--center {
    text-align: center;
}

.u-text--left {
    text-align: left;
}

.u-anchor--55pxLower {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

.u-h2--center {
    text-align: center;
}

.u-h2--underLine {
    margin-top: 40px;
    position: relative;
    display: inline-block;
}

.u-h2--underLine::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #004c71;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* ~~Utility */