* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1;
    overflow-x: hidden;
    font-family: "M PLUS 2", serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

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

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

main {
    display: block;
}

select::-ms-expand {
    display: none;
}

textarea {
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

textarea:focus {
    outline: 0;
}

input {
    border: none;
    background: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
    outline: 0;
}

select {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    background: none;
}

select:focus {
    outline: 0;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.c-pc {
    display: block;
}

@media (max-width: 768px) {
    .c-pc {
        display: none;
    }
}

.c-sp {
    display: none;
}

@media (max-width: 768px) {
    .c-sp {
        display: block;
    }
}

.l-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
}

@media (max-width: 768px) {
    .l-header__inner {
        padding: 10px;
    }
}

.l-header__logo {
    width: 180px;
    height: auto;
}

@media (max-width: 768px) {
    .l-header__logo {
        width: 185px;
        height: auto;
    }
}

.l-header__information__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 6px 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.l-header__information__inner img {
    width: 65%;
}

.l-header__information__roop {
    width: 50px;
    height: auto;
}

.l-header__information__phone {
    width: 265px;
    height: auto;
    margin: 0 0 0 10px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .l-header__information__phone {
        width: 250px;
        height: auto;
    }
}

.l-header__define {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.l-header__define>dt {
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
}

.l-header__define>dd {
    margin: 0 0 0 27px;
    line-height: 1.1;
    font-size: 12px;
    font-size: 0.75rem;
}

.l-header__icon {
    width: 55px;
    height: auto;
}

.c-inner1000 {
    box-sizing: content-box;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.c-inner830 {
    box-sizing: content-box;
    max-width: 830px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 768px) {
    .c-inner830 {
        padding: 0 20px;
    }
}

.c-inner770 {
    box-sizing: content-box;
    max-width: 570px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 768px) {
    .c-inner770 {
        padding: 0 20px;
    }
}

.c-inner472 {
    box-sizing: content-box;
    max-width: 472px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 768px) {
    .c-inner472 {
        padding: 0;
    }
}

.c-title01 {
    text-align: center;
    background: #ea6077;
    padding: 30px 0;
    margin: 0 0 50px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .c-title01 {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .c-title01.p-question__title {
        margin: 0 0 10px;
    }
}

@media screen and (min-width: 768px) {
    .c-title01.p-needs__title {
        padding: 30px 10px;
        line-height: 1.3;
    }
}

.c-title01.p-needs__title .is-small {
    font-size: 21px;
    font-size: 1.3125rem;
}

@media screen and (min-width: 768px) {
    .c-title01.p-needs__title .is-small {
        position: relative;
        top: -5px;
    }
}

@media (max-width: 768px) {
    .c-title01.p-needs__title .is-small {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.c-title01.p-needs__title .is-large {
    font-size: 38px;
    font-size: 2.375rem;
}

@media (max-width: 768px) {
    .c-title01.p-needs__title .is-large {
        font-size: 27px;
        font-size: 1.6875rem;
    }
}

.c-title01::after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: #ea6077;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-title01 span {
    color: #fff;
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: bold;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
    .c-title01 span {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 1.2;
    }
}

@media (max-width: 768px) {
    .c-title01 span>.is-small {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 768px) {
    .c-title01 span>.is-large {
        font-size: 27px;
        font-size: 1.6875rem;
    }
}

.c-convention {
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .c-convention {
        max-width: 250px;
        padding: 0;
    }

}

.c-convention__title {
    position: absolute;
    top: -37px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 73%;
}

@media screen and (max-width: 768px) {
    .c-convention__title {
        top: -27px;
    }
}

.c-convention.is-mb {
    margin: 0 auto 57px;
}

.c-button__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 15px 0;
    padding: 50px 0 0;
}

.c-button__wrap>* {
    min-height: 0%;
}

@media (max-width: 768px) {
    .c-button__wrap {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
    .c-button__wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .c-button__wrap {
        max-width: 310px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .c-button__wrap>* {
        min-height: 0%;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .c-button__wrap {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.c-button__wrap.is-fixed {
    padding: 0;
}

@media (max-width: 768px) {
    .c-button__wrap.is-fixed {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%;
    }
}

.c-button__notice {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
    .c-button__notice {
        font-size: 10px;
        font-size: 0.625rem;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0, 0;
        transform-origin: 0, 0;
    }
}

.c-button__notice.is-fixed {
    margin: 10px 0 0;
}

.p-main-visual .c-button01{
    margin-top:0
}

.c-button01 {
    display: block;
    width: 55%;
    margin: 10px auto 0;
    position: relative;
}


@media (max-width: 768px) {
    .c-button01.is-fixed {
        margin: 0 10px 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .c-button02 {
        margin: 0 0 10px;
    }
}

@media (max-width: 768px) {

    .c-button01.is-fixed,
    .c-button02.is-fixed {
        width: auto;
        height: auto;
    }
}

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

    .c-button01.is-fixed,
    .c-button02.is-fixed {
        margin: 0 10px 7px 10px;
    }
}

.c-button01:hover,
.c-button02:hover {
    opacity: 0.8;
}

.c-button03 {
    display: inline-block;
    min-width: 0px;
    padding: 0 0;
    line-height: 1;
}

.p-main-visual {
    background: #fff;
    margin-bottom: 60px;
}

.p-main-visual__img {
    width: 1000px;
    margin: auto;
    padding: 20px 0;
    background: #FFF9EC;
}

.p-main-visual__txt {
    max-width: 1000px;
    margin: 20px auto 10px
}

@media screen and (max-width: 768px) {
    .p-main-visual {
        margin: 0;
    }
}



.p-main-visual__main {
    margin: auto;
    background: #FFF9EC;
    padding: 0px 0 0px;
}

@media screen and (max-width: 768px) {
    .p-main-visual__main {
        padding: 6px 0 8px;
    }
}

.p-main-visual__img {
    position: relative;
}

.p-main-visual__img .sp-hidden,
.p-main-visual__txt .sp-hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .l-header__logo {
        width: 100px
    }

    .p-main-visual__img {
        width: 70%;
        margin: 0 auto;
        padding: 10px
    }

    .p-main-visual__img img.sp-hidden  {
        display: block;
    }

    .p-main-visual__img img.pc-hidden ,
    .p-main-visual__txt .pc-hidden {
        display: none;
    }

    .p-main-visual__txt {
        width: 100%;
        margin: 10px auto 0
    }

    .p-main-visual__txt .sp-hidden {
        margin: 0;
        padding: 5px 70px;
        display: block;
    }
}

.p-main-visual__img img {
    width: 100%;
}


.p-point {
    text-align: center;
    background: #fef2f4;
    padding: 0 0 45px;
}

@media screen and (max-width: 768px) {
    .p-point {
        padding: 0 0 30px;
    }
}

.p-point__subtitle {
    margin: 0 auto 23px;
    width: calc(100% - 40px);
}

@media (max-width: 768px) {
    .p-point__subtitle {
        margin: 0 0 16.5px 0;
        width: 100%;
        max-width: 100%;
    }
}

.p-point__notice {
    margin: 0 0 35px 0;
    font-size: 12px;
}

@media (max-width: 768px) {
    .p-point__notice {
        margin: 0 0 34px 0;
        font-size: 10px;
        font-weight: 300;
    }
}

.p-point__notice:last-of-type {
    margin: 0;
}

.p-point__supplement {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 65px 0;
}

@media screen and (max-width: 768px) {
    .p-point__supplement {
        font-size: 15px;
        font-size: 0.9375rem;
        margin: 0 0 28px 0;
        text-align: left;
        font-weight: 300;
        line-height: 1.5;
    }
}

.p-point__image {
    width: 470px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
}

.p-cost {
    text-align: center;
}

.p-cost__top {
    padding: 50px 0;
    background: #FFF9EC;
    position: relative;
}

.p-cost_center {
    background: #FFF6E7;
    padding: 40px 0
}

@media (max-width: 768px) {
    .p-cost__top::after {
        bottom: -55px;
        border-width: 55px 50vw 0 50vw;
    }
}

.reception ul li{
    text-align: left;
}

#change {
    margin:50px auto
}

.p-cost__lead {
    margin: 30px auto 0;
    position: relative;
    z-index: 1;
}

@media (min-width:1200px) {
    .p-cost__lead {
        width: 1030px;
        font-size: 32px;
        font-weight: bold;
        margin: 30px auto 0;
    }
}


.p-cost__lead span.active,
.p-cost__btn span.active {
    display: none;
}

.p-cost__list.active,
.p-cost__inner.active {
    display: none;
}

@media (max-width: 768px) {
    .p-cost__lead {
       
        font-size: 23px;
        font-size: 1.4375rem;
        
    }
}

.p-cost__list {
    margin: 0 auto 10px;
}

@media (max-width: 768px) {
    .p-cost__list {
        width: auto;
    }
}
@media (min-width: 768px) {
.p-cost__list img {
    width: 100%;
    z-index: 0;
    position: relative;
    margin-top: -60px;
    margin-left: -30px;
}
}

@media (max-width: 768px) {
    .p-cost__list img {
        width: 97%;
        z-index: 0;
        position: relative;
        margin-left: 3px;
    }
    }
.p-cost__add__lead {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
}

@media (max-width: 768px) {
    .p-cost__add__lead {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.p-cost__add__detail {
    width: 510px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 150px auto;
}

@media (max-width: 768px) {
    .p-cost__add__detail {
        width: 77%;
        margin: 0 auto 70px auto;
    }
}

.p-cost__logo {
    width: 370px;
    height: auto;
    margin: 0 auto 37px auto;
}

@media (max-width: 768px) {
    .p-cost__logo {
        width: 74%;
        height: auto;
    }
}

.p-cost__closing {
    width: calc(100% - 40px);
    max-width: 760px;
    margin: 0 auto 72px;
}

@media (max-width: 768px) {
    .p-cost__closing {
        width: 74%;
        margin: 0 auto 22.5px;
    }
}

.p-cost__notice {
    padding: 30px 0 20px 0;
    text-align: left;
}

.p-cost__notice>li {
    position: relative;
    font-size: 0.80rem;
    text-align: left;
    line-height: 1.6;
}

.p-cost__notice>li::before {
    content: "※";
    position: absolute;
    left: -13px;
}

.p-spot {
    padding: 80px 0
}

@media (max-width: 768px) {
    .p-cost__notice {
        padding: 0 0 30px 0;
    }
}


@media (max-width: 768px) {
    .p-cost__notice>li {
        font-size: 10px;
        font-size: 0.625rem;
        font-weight: 300;
        line-height: 1.5;
    }
}


.p-needs {
    background: #FFF9EC;
    padding: 50px 0 50px;
}

@media (max-width: 768px) {
    .p-needs {
        padding: 0 0 50px;
    }
}

.p-needs__list {
    margin: 0 0 104px;
}

@media (max-width: 768px) {
    .p-needs__list {
        margin: 0 0 85px;
    }
}

.p-needs__list.is-active {
    margin: 0;
}

.p-needs__item {
    position: relative;
    margin: 0 0 100px;
}

@media (max-width: 768px) {
    .p-needs__item {
        margin: 0 0 120px;
    }
}

.p-needs-bk {
    background-color: #fff;
    padding: 30px 20px 20px;
    border-radius: 90px;
}

.p-needs_item-list {
    width: 90%;
    margin: 60px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-needs_item-list li {
    width: 30%;
    margin-bottom: 50px
}

.p-needs__item.is-open {
    margin: 0 0 50px;
}

.p-needs__item:last-of-type {
    margin: 0;
}

.p-needs__item__image img {
    width: 100%;
    padding: 0 50px;
}

.p-needs__slide {
    display: none;
    margin: 36px 0;
}

@media (max-width: 768px) {
    .p-needs__slide {
        margin: 15px 0;
    }

    .p-needs__item__image img {
        padding: 10px
    }

    .p-needs_item-list li {
        width: 50%;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .p-needs_item-list {
        width: 100%;
        margin: 0px auto 0px;
    }
}

.p-needs__notice {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 57px 0;
}

@media (max-width: 768px) {
    .p-needs__notice {
        font-size: 10px;
        font-size: 0.625rem;
        margin: 0 0 16px 0;
    }
}




.l-footer {
    padding: 30px 0 200px;
    text-align: center;
}

.radius {
    padding:30px
}

.reception {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    font-size: 25px;
    line-height: 1.5
}

.reception dt {
    font-weight: bold;
    margin-right: 35px;
}

.phone-txt {
    font-size: 30px;
    margin-bottom: 30px;
    color: #3D3938;
}



.l-footer_flex {
    display: flex;
    margin-bottom: 50px;
    font-size: 16px;
    letter-spacing: 0;
}

.l-footer_shop {
    width: 50%;
    text-align: left;
    line-height: 1.3;
    margin-top: 50px
}



.l-footer_head {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.l-footer_com {
    font-size: 20px;
    margin-bottom: 20px;
}

.l-footer_notice {
    line-height: 1.5;
    text-align: left;
    margin-bottom: 60px;
}

.l-footer_add {
    margin-right: 10px;
}

.l-footer_notice {
    font-size: 0.75rem;
}


.l-footer_notice li {
    position: relative;
    text-align: left;
    margin-left: 25px;

}

.l-footer_notice li::before {
    content: "ー";
    font-weight: bold;
    position: absolute;
    left: -12px;
    top:-1px
}

.l-footer_notice li:last-of-type:before {
    content: "※";
}

.l-footer_notice.last li:last-of-type:before {
    content: "＊";
}

.asta{
    position: relative;
    width: 6px;
    height: 15px;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
}

.asta span{
    position: absolute;
    left:-3px;
    top:-1px
}

@media (min-width: 1000px) {
    .l-footer .c-inner1000{
        width: 600px;
    }

    .p-main-visual .c-button01{
        width: 450px;
    }

    .l-footer_shop:nth-of-type(2){
    width: 48%;
    margin-left: 20px;
}
    
.c-button01 {
    width: 540px;
    display: block;
    margin: 10px auto 0;
    position: relative;
}

    .reception dt,
    .reception {
        font-size: 16px;
    }

    .l-footer_head {
        font-size: 1.3vw;
    }

    .l-footer_com {
        font-size: 1vw;
    }

    .l-footer .c-inner770 {
        width: 25vw;
        padding: 0
    }



    .l-footer_flex {
        font-size: 0.9vw;
    }

    .p-spot {
        padding: 40px
    }
}

@media (max-width: 1200px) {
    .p-cost__lead {
        padding-left: 48px;
    }

    .c-inner1000 {
        width: 91%;
        margin: auto;
    }
}



@media (max-width: 768px) {
    .p-main-visual {
        margin-bottom: 30px;
    }

    .p-cost__lead {
        width: 95%;
        padding-left: 12px;
    }

    .change {
        margin-top: 50px
    }

    .p-cost__top {
        padding: 30px 0
    }

    .p-cost_center {
        padding: 30px 0
    }

    .p-needs {
        padding: 20px 0 40px;
    }

    .p-needs-bk {
        padding: 20px;
        margin-top: 20px;
    }

    .p-cost__notice {
        width: 90%;
        margin-top: 30px;
    }

    .l-footer_flex {
        flex-direction: column;
    }

    .l-footer_shop {
        width: 100%;
    }

    .p-spot {
        padding: 30px 0
    }

    .l-footer {
        padding: 30px 0 130px;
    }

    .phone-txt {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .reception {
        width: 100%;
        font-size: 1rem;
    }

    .reception dt {
        margin-right: 20px;
    }

    /*  */
    .l-footer_flex {
        font-size: 1rem;
    }

    .l-footer_head {
        font-size: 1.5rem;
    }

    .l-footer_com {
        font-size: 1rem
    }
}

@media screen and (max-width: 375px) {
    .l-footer {
        padding: 30px 0 80px;
    }
}

.l-footer__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 8px 0;
}

.l-footer__list>li {
    display: inline-block;
    padding: 0 25px;
    border-right: 1px solid #000;
    line-height: 1.5;
    margin: 0 0 5px;
}

@media (max-width: 768px) {
    .l-footer__list>li {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .l-footer__list>li:nth-of-type(2) {
        border-right: none;
    }
}

.l-footer__list>li:last-of-type {
    border-right: none;
}

.l-footer__list>li>a {
    font-size: 21px;
    font-size: 1.3125rem;
}

@media (max-width: 768px) {
    .l-footer__list>li>a {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.l-footer__list>li>a:link,
.l-footer__list>li>a:visited,
.l-footer__list>li>a:hover,
.l-footer__list>li>a:active {
    color: #000;
}

.l-footer__copyright {
    font-size: 14px;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .l-footer__copyright {
        font-size: 10px;
        font-size: 0.625rem;
    }
}

.white{
    background: #fff;
    border-radius: 0 20px 20px 20px;
    padding-bottom:30px
    
}

.p-follow {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 0px 0 5px;
    display: none;
    z-index: 100;
}

@media (min-width: 768px) {

    h2.c-inner1000{
        width: 800px;
    }
.wd40{
    display: block;
    width: 40%;
    margin:10px auto
}

.wd60{
    display: block;
    width: 60%;
    margin:10px auto
}


.wd70{
    display: block;
    width: 70%;
    margin:10px auto
}

}

.sp-hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-hidden {
        display: none;
    }

    .sp-hidden {
        display: block;
    }

    .p-follow .c-button01{
        width: 100%;
    }
}