@charset "utf-8";

/* CSS Document */
html {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select {
    vertical-align: middle
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

/* box-sizing */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 全幅ラップ */
.overall_wrap {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    overflow: hidden;
}

/* Font Style */
html {
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #200604;
}

h1,
h2 {
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

h2 {
    position: relative;
    font-size: 2rem;
    margin-top: 43px;
}

h2:before {
    content: url(../img/h2_before.webp);
    position: absolute;
    left: calc(50% - 20px);
    top: -43px;
}

.no-deco:before {
    content: none;
}

h2 span {
    font-size: 2.2rem;
    color: #ea5ea1;
}

p {
    color: #200604;
    margin: 0;
}
.center {
    text-align: center;
}
.pink {
    color: #e5004f;
}


/* Layout Style */
.inner_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contents_wrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.flex_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_nowrap {
    flex-wrap: nowrap !important;
}

.col2_contents {
    width: calc(100% / 2);
    padding: 1rem;
}

.col3_contents {
    width: calc(100% / 3);
    padding: 1rem;
}

.col4_contents {
    width: calc(100% / 4);
    padding: 1rem;
}

.col5_contents {
    width: calc(100% / 5);
    padding: 1rem;
}

@media screen and (max-width: 1200px) {
    .inner_wrap {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .achievement .flex_wrap {
        flex-wrap: nowrap;
    }

    .achievement .col4_contents {
        padding: 0;
    }

    .col2_contents,
    .col3_contents {
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
    }

    .col4_contents {
        width: calc(100% / 2);
    }

    .col5_contents {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 460px) {
    .col5_contents {
        width: calc(100% / 2);
    }
}

/* Contents Style */
header {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 80px;
    top: 0;
    z-index: 9999;
}

.header_logo img {
    margin-top: 8px;
    max-width: 200px;
}
.header_cta_wrap{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.header_line {
    display: block;
    margin-top: .5rem;
}
.header_cta a {
    display: block;
    color: #fff;
    background: #ea5ea1;
    border-radius: 3rem;
    padding: .5rem 2rem;
}

.main {
    margin-top: 80px;
    background: no-repeat url(../img/bg_fv.webp) center;
    background-size: cover;
    padding: 2rem 0;
}

@media screen and (max-width: 768px) {
    header {
        height: 60px;
    }

    .header_logo {
        max-width: 160px;
        text-align: center;
        padding: 0;
    }

    .header_logo img {
        margin-top: 4px;
    }
    .header_cta_wrap{
        display: none;
    }
    header .flex_wrap{
        justify-content: center;
    }
    .header_cta a {
        margin-top: 10px;
        font-size: 20px;
        padding: 4px 24px;
    }

    .main h1,
    .main .cta_wrap {
        padding: 0 1rem;
        margin: 2rem auto;
    }

    .main {
        margin-top: 60px;
        padding: 2rem 0;background-position: 60% center;
    }
}

@media screen and (max-width: 430px) {
    .header_cta a {
        margin-top: 3vw;
        font-size: 4vw;
        padding: 1vw 5vw;
    }
}

.top_slide_wrap {
    margin-bottom: 2rem;
}

.top_slide_wrap li {
    padding: 0 .2rem;
}

.top_slide_wrap li > p {
    color: #fff;
    font-size: .9rem;
    margin-top: .5rem;
}

.top_slide_wrap li > h3 {
    color: #fff;
    margin-top: 0;
}

.top_slide_wrap li > h3 span {
    font-size: .8rem;
}

.intro .col2_contents h3 {
    background: #fed658;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    padding: .5rem 0;
    border-radius: 3rem;
    margin: 0 auto 1rem;
}

.intro_description {
    background: rgba(255, 255, 255, .5);
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 2rem;
    border-radius: 1rem;
}

.intro_description p {
    color: #672520;
}

.intro .contents_wrap .cta_wrap {
    background: no-repeat url(../img/bg_info.webp) right;
    background-size: contain;
    margin-top: 2rem;
    padding-bottom: 4rem;
}

.intro .contents_wrap .cta_wrap h3 {
    font-size: 2rem;
    font-weight: normal;

    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0 -1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.intro,
.reason,
.results,
.crosssell,
.flow {
    background: no-repeat url(../img/bg01.webp) center;
    background-size: cover;
    padding: 4rem 0;
}

.archive_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 1.5rem;
}
.archive_list li{
    position: relative;
    width: calc((100% / 4) - 1rem);
    text-align: center;
    border-radius: 1rem;
    margin: .5rem auto;
    padding: 1rem .5rem;
}
.archive_list li h4{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 0;
    font-size: 1.2rem;
    color: #ea5ea1;
}
.archive_list li p{
    margin-bottom: 1rem;;
}
.archive_list li .price{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: .2rem 2rem;
    background: #fff;
    border: 1px solid #ea5ea1;
    border-radius: 100vh;
    font-family: "Noto sans JP", serif;
    font-weight: 700;
    text-decoration-line: line-through;
    text-align: right;
    font-size: 1rem;
    color: #8c8c8c;
}
.archive_list li .price:before{
    position: absolute;
    content: "通常買取金額";
    font-size: .8rem;
    font-weight: 900;
    color: #ea5ea1;
    left: 1rem;
}
.archive_list li .price:after{
    position: absolute;
    content: "円";
    font-size: .8rem;
    font-weight: 900;
    color: #003567;
    right: .5rem;
}
.archive_list li .cp_price{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: .3rem 1.2rem .5rem 2rem;
    background: #ea5ea1;
    border-radius: 100vh;
    font-family: "Noto sans JP", serif;
    text-align: right;
    font-weight: 900;
    font-size: 1.4rem;
    font-style: italic;
    color: #fff;
    margin-top: .5rem;
}
.archive_list li .cp_price .gradation-gold{
    padding-right: 4px;
    letter-spacing: -2px;
}
.archive_list li .cp_price .cp_detail{
    position: absolute;
    left: 1rem;
    display: block;
    font-size: 1rem;
}
.archive_list li .cp_price .cp_per{
    font-size: .8rem;
}
.archive_list li .cp_price:after{
    position: absolute;
    content: "円";
    font-size: .7rem;
    font-weight: 900;
    color: #fff;
    right: .5rem;
}
@media screen and (max-width: 1200px){
    .archive_list li{
        width: calc((100% / 3) - 1rem);
    }
}
@media screen and (max-width: 768px){
    .archive_list{
        font-size: 16px;
    }
    .archive_list li{
        width: calc((100% / 2) - 1rem);
    }
    .archive_list li .price{
        display: block;
        padding: 1rem 2rem .2rem;
    }
    .archive_list li .price:before{
        top: 0;
    }
    .archive_list li .price:after{
        bottom: .3rem;
    }
    .archive_list li .cp_price{
        display: block;
        padding: 1rem 1.2rem .2rem;
    }
    .archive_list li .cp_price .cp_detail{
        top: 0;
    }
    .archive_list li .cp_price:after{
        bottom: .5rem;
    }
}
.results h3 {
    color: #ea5ea1;
    margin: 0 auto;
}

.results dl {
    display: flex;
    text-align: left;
    background: rgba(255, 255, 255, .7);
}

.results dl:first-of-type {
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 1rem .5rem 1rem;
}

.results dl:last-of-type {
    border-radius: 0 0 1rem 1rem;
    padding: .5rem 1rem 1rem 1rem;
}

.results dt,
.results dd {
    line-height: 2;
    white-space: nowrap;
}

.results dt {
    width: 30%;
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
}

.results dd {
    font-size: 1rem;
}

.results dl:last-of-type dd {
    font-size: 1.5rem;
    color: #ea5ea1;
    margin-top: -0.5rem;
}

.results dl:last-of-type dd span {
    font-size: .7rem;
    color: #333;

}

@media screen and (max-width: 768px) {
    .intro_description {
        padding: 1rem;
    }

    .intro_description p {
        font-size: 1rem;
    }
    .results dl {
        flex-wrap: wrap;
    }

    .results dt,
    .results dd {
        width: 100%;
        line-height: 1.6
    }

    .results dd {
        text-align: left;
        margin: 0;
    }

    .results dl:first-of-type {
        padding: .5rem 1rem 0 1rem;

    }

    .results dl:last-of-type {
        padding: 0 1rem .5rem 1rem;

    }
}

.intro {
    padding: 4rem 0 0;
}

.achievement {
    background: no-repeat url(../img/bg02.webp) center;
    background-size: cover;
    padding: 2rem 0;
}

.achievement h2 {
    margin: 0 auto;
}

.safe {
    background: no-repeat url(../img/bg03.webp) center;
    background-size: cover;
    padding: 4rem 0;
}

.voice {
    background: no-repeat url(../img/bg04.webp) center;
    background-size: cover;
    padding: 4rem 0;
}

.memento {
    background: no-repeat url(../img/bg05.webp) center top;
    background-size: cover;
    padding: 4rem 0;
}

.form {
    background: no-repeat url(../img/bg.webp) center;
    background-size: cover;
    padding: 0 0 8rem;
}

.voice h2,
.achievement h2,
.voice p,
.achievement p,
.memento h2,
.memento p {
    color: #fff;
}

.bigfont {
    font-size: 3.5rem;
}

.reason h3 {
    color: #ea5ea1;
}

.safe_point li {
    position: relative;
    background: #fff;
    border-radius: 3rem;
    border: #ea5ea1 solid 1px;
    padding: .5rem 0;
    max-width: 680px;
    margin: 1rem auto;
    counter-increment: num 1;
}

.safe_point li:before {
    position: relative;
    content: "POINT.0"counter(num);
    font-family: 'Noto sans JP';
    font-weight: 700;
    font-size: 12px;
    color: #ea5ea1;
    margin-right: 1rem;
    margin-left: 1rem;
    top: -2px;
}

.voice h2,
.memento h2 {
    margin-top: 0;
    text-shadow: 2px 2px 3px #000;
}

.voice_wrap li p,
.memento p {
    padding: 0 1rem;
    text-shadow: 2px 2px 3px #000;
}

.caution_txt {
    font-size: .7rem;
}

.cross_wrap {
    display: flex;
    flex-wrap: wrap;
}

.cross_wrap p {
    color: #ea5ea1;
}

.cta_wrap {
    text-align: center;
    padding: 2rem 0;
}

.btn {
    display: block;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #200604;
    background-image: -moz-linear-gradient(9deg, rgb(234, 94, 161) 0%, rgb(253, 207, 62) 100%);
    background-image: -webkit-linear-gradient(9deg, rgb(234, 94, 161) 0%, rgb(253, 207, 62) 100%);
    background-image: -ms-linear-gradient(9deg, rgb(234, 94, 161) 0%, rgb(253, 207, 62) 100%);
    max-width: 600px;
    margin: 0 auto;
    padding: .5rem 0;
    border: 2px solid #fff;
    border-radius: 3rem;
}

.btn:hover {
    background-image: -moz-linear-gradient(-9deg, rgb(234, 94, 161) 0%, rgb(253, 207, 62) 100%);
    background-image: -webkit-linear-gradient(-99deg, rgb(234, 94, 161) 0%, rgb(253, 207, 62) 100%);
    background-image: -ms-linear-gradient(-9deg, rgb(234, 94, 161) 0%, rgb(253, 207, 62) 100%);
}

.flow_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow_contents {
    position: relative;
    width: calc(100% / 3);
    padding: 1rem;
    text-align: center;
}

.flow_contents p {
    text-align: left;
}

.flow_contents h3 {
    text-align: left;
    color: #ea5ea1;
}

.flow_contents:last-of-type {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 2rem auto;
}

.flow_contents:last-of-type > div {
    width: 66%;
    padding-left: 1rem;
}

.flow_contents:nth-child(1):after,
.flow_contents:nth-child(2):after {
    content: url(../img/icon1.webp);
    position: absolute;
    right: 0;
    top: calc(270px / 2);
}

.flow_contents:last-of-type:after {
    content: url(../img/icon2.webp);
    position: absolute;
    left: 270px;
    top: 2rem;
}

.CTA_area{
    background: no-repeat url(../img/CTA_bg.webp) center;
    background-size: cover;
    padding: 2rem 0;
    text-align: center;
}

.CTA_area picture{
    position: relative;
}

.cta_box{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.cta_box h3{
    background-image: -moz-linear-gradient( 90deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
}
.cta_box ul{
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,.5);
    border-radius: 0 0 1rem 1rem;
    width: 100%;
    padding: 2rem;
}
.cta_box li{
    width: calc(50% - 1rem);
    text-align: center;
    line-height: 0;
    padding: .5rem;
    border-radius: 16px;
    margin: .5rem auto;
}
.cta_box a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: 1rem;
    font-family: serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #fff;
    line-height: 1.5;
}
.cta_box a > div{
    display: block;
}
.cta_box .mail > a{
    padding-top: 2.5rem;
}
.cta_box .tel .tel_num{
    font-size: 2.5rem;
    padding: 1rem 0;
}
.cta_box .mail .mail_text{
    font-size: 1.5rem;
    padding: 1rem 0;
}
.cta_box .tel img{
    width: 100%;
    max-width: 2rem;
    margin-right: .5rem;
}
.cta_box .mail img{
    width: 100%;
    max-width: 2rem;
    margin-right: .5rem;
}
.cta_box .tel .business_time{
    padding: .2rem 1.5rem;
    font-size: 1rem;
    color: #ec6941;
    background-color: #fff;
    border-radius: 100vh;
}
.cta_box li:nth-of-type(1){
    background-image: -moz-linear-gradient( 90deg, #ec6941 0%, #f19149 100%);
    background-image: -webkit-linear-gradient( 90deg, #ec6941 0%, #f19149 100%);
    background-image: -ms-linear-gradient( 90deg, #ec6941 0%, #f19149 100%);
}
.cta_box li:nth-of-type(2){
    background-image: -moz-linear-gradient( 90deg, #3fa87b 0%, #d1c84d 100%);
    background-image: -webkit-linear-gradient( 90deg, #3fa87b 0%, #d1c84d 100%);
    background-image: -ms-linear-gradient( 90deg, #3fa87b 0%, #d1c84d 100%);
}
.cta_box li:nth-of-type(1):hover{
    background-image: -moz-linear-gradient( -90deg, #ec6941 0%, #f19149 100%);
    background-image: -webkit-linear-gradient( -90deg, #ec6941 0%, #f19149 100%);
    background-image: -ms-linear-gradient( -90deg, #ec6941 0%, #f19149 100%);
}
.cta_box li:nth-of-type(2):hover{
    background-image: -moz-linear-gradient( -90deg, #3fa87b 0%, #d1c84d 100%);
    background-image: -webkit-linear-gradient( -90deg, #3fa87b 0%, #d1c84d 100%);
    background-image: -ms-linear-gradient( -90deg, #3fa87b 0%, #d1c84d 100%);
}

@media screen and (max-width: 768px) {
    .intro .contents_wrap .cta_wrap h3 {
        font-size: 4.5vw;
    }

    .flow_contents {
        width: calc(100% / 2);
        padding: 1.5rem;
    }

    .flow_contents:last-of-type {
        flex-wrap: wrap;
        width: calc(100% / 2);
        margin: 0 auto;
    }

    .flow_contents:last-of-type > div {
        width: 100%;
        padding-left: 0;
    }

    .flow_contents:last-of-type img {
        margin: 0 auto;
    }

    .flow_contents h3 {
        text-align: center;
    }

    .flow_contents:nth-child(1):after {
        right: -0.5rem;
        top: calc(40vw / 2);
    }

    .flow_contents:nth-child(2):after {
        content: none;
    }

    .flow_contents:nth-child(3):after {
        content: url(../img/icon1.webp);
        position: absolute;
        right: -0.5rem;
        top: calc(40vw / 2);
    }

    .flow_contents:last-of-type:after {
        content: none;
    }

    .flow_contents p{
        display: none;
    }

    .cta_box ul{
        flex-wrap: wrap;
        padding: .5rem;
    }

    .cta_box li{
        width: 100%;
        padding: 0;
    }
}

.form_header {
    padding: 12px 0;
    background-image: -moz-linear-gradient(0deg, rgb(234, 94, 161) 0%, rgb(253, 207, 62) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(234, 94, 161) 0%, rgb(253, 207, 62) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(234, 94, 161) 0%, rgb(253, 207, 62) 100%);
    margin-bottom: 4rem;
}

.form_header h2 {
    margin: 0;
    color: #fff;
}

.form_information {
    margin-bottom: 4rem;
}

.form_information a:hover {
    opacity: .8;
}

.form table {
    width: 100%;
}

.form table th {
    position: relative;
    width: 30%;
    text-align: left;
    font-weight: normal;
    font-size: 1rem;
    padding: 1rem 0;
}

.form table td {
    position: relative;
    width: 70%;
    padding: 1rem 0;
}

.form table th.required:after {
    position: absolute;
    right: 16px;
    top: calc(1rem + 8px);
    content: "必須";
    font-size: 9px;
    color: #fff;
    background: #ea5ea1;
    padding: 4px 8px;
    border-radius: 8px;
}

tr.line {
    border: 1px solid #ea5ea1;
}

.form input,
.form textarea,
.form select {
    font-family: "ten-mincho-text", serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    border: 1px solid #ea5ea1;
    padding: .5rem 1rem;
    border-radius: 1rem;
    outline: none;
}

footer {
    background: #f4aed0;
    padding: 1rem 0;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
}

.footer_link {
    margin-top: 1rem;
}

.footer_link ul {
    display: flex;
}

.footer_link li:first-child {
    margin-right: 1rem;
}

.footer_link li:last-child {
    margin-left: 1rem;
}

.footer_link a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #e5004f;
}

.footer_link a:before {
    content: url(../img/icon03.webp);
    position: relative;
    top: 2px;
    margin-right: .5rem
}

.copyright {
    font-size: .8rem;
}

.footer_link a:hover {
    color: #fff;
}

.thanks {
    padding: 4rem 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer_wrap {
        flex-wrap: wrap;
        text-align: center;
    }

    .footer_logo {
        margin: 0 auto;
    }

    .footer_link {
        margin: 0 auto;
    }

    .intro_description {
        text-align: left;
    }

    .safe_point li:before {
        display: block;
    }

    .safe_point li {
        padding: .5rem 2rem;
    }

    .form table th,
    .form table td {
        display: block;
        width: 100%;
    }

    .form table th.required:after {
        top: auto;
        right: 0;
    }
}

/* Utillity Setting */
.center {
    text-align: center;
}

.sp_only {
    display: none;
}

.sp_fluid {
    width: 100%;
    max-width: 768px;
}

.mt-1 {
    margin-top: 1rem;
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.img-fluid {
    width: 100%;
}

label.error {
    font-size: .8rem;
    color: #fff;
    position: absolute;
    right: -8px;
    top: -4px;
    display: block;
    background: #f39800;
    border-radius: 3rem;
    padding: 4px 16px;
}

@media screen and (max-width:768px) {
    .sp_only {
        display: block !important;
    }

    .pc_only {
        display: none !important;
    }
}
#float_cta {
    z-index: 9999;
    opacity: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
}
#float_cta a{
    display: block;
    line-height: 1.5;
}
#float_cta .link_inner{
    display: flex;
}
#float_cta .link_inner > div{
    font-weight: bold;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#float_cta .link_inner .float_tel {
    width: 65%;
}
#float_cta .link_inner .float_line {
    width: 35%;
}
#float_cta .link_inner > div a{
    color: #fff;
}
#float_cta .link_inner > div i{
    font-size: 2rem;
}
#float_cta .link_inner > div:nth-child(1){
    background: #00b900;
    padding: .5rem;
    text-align: center;
    font-size: 1rem;
}
#float_cta .link_inner > div:nth-child(2){
    background: #e5004f;
    border-left: 1px solid #fff;
    text-align: center;
    font-size: 1rem;
}
#float_cta .link_tel {
    font-size: .95rem;
}
#float_cta .link_inner > div:nth-child(2) .tel_num{
    font-weight: bold;
    font-size: 1.2rem;
}
#float_cta .link_inner > div:nth-child(2) img{
    width: 100%;
    max-width: 1.25rem;
    margin-right: .5rem;
}
#float_cta .link_inner > div:nth-child(2) .business_time{
    color:#e5004f;
    background: #fff;
    padding: .1rem 2rem;
    border-radius: 100vh;
    font-size: .55rem;
}
@media screen and (max-width: 768px) {
    .is-fixed {
        position: fixed;
        opacity: 1 !important;
        transition: all .5s;
    }
}
@media screen and (max-width: 480px) {
    #float_cta .link_inner > div i{
        font-size: 1.2rem;
    }
    #float_cta .link_tel {
        font-size: .85rem;
    }
    #float_cta .link_inner > div:nth-child(2) .tel_num{
        font-size: 1rem;
    }
    #float_cta .link_inner > div:nth-child(2) img{
        max-width: 1rem;
    }
    #float_cta .link_inner > div:nth-child(2) .business_time{
        padding: 0.1rem 1rem;
        border-radius: 100vh;
        font-size: .65rem;
    }
}

@media screen and (max-width: 480px) {
    label.error {
        top: -16px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 4vw;
    }

    h2 {
        font-size: 4.94vw;
    }

    h2 span {
        font-size: 5.48vw;
    }

    h3 {
        font-size: 3.52vw;
    }

    .caution_txt {
        font-size: 1.2vw;
    }

    .btn {
        font-size: 3.12vw;
    }

    .bigfont {
        font-size: 10vw;
    }
}

.cp_banner {
    margin-bottom: 6rem;
}
.cp_banner a{
    display: block;
    border-radius: 24px;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    line-height: 0;
}
.area{
    background: no-repeat url(../img/bg03.webp) center;
    background-size: cover;
    padding: 4rem 0
}
.map_wrap{
    background: rgba(255,255,255,.3);
    padding: 1rem;
    border-radius: 1.5rem;
}
.area_wrap ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.area_wrap li{
    background-color: #ea5ea1;
    padding: .5rem 1rem;
    border-radius: 100vh;
    color: #fff;;
}