@charset "UTF-8";

/*  
Theme Name: 　ローマピンク
*/



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /* visibility: hidden; */
}

/* html.wf-active {
    visibility: visible;
} */

body {
    font-family: "fot-tsukuardgothic-std", "Noto Sans JP", sans-serif;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    font-weight: 400;
    color: #512516;
    line-height: 1.8;
}


/* ローディング中のスタイル */
.wf-loading #contents {
    opacity: 0;
}

/* フォント読み込み完了後のスタイル */
.wf-active #contents {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive #contents {
    opacity: 1;
}



li {
    list-style: none;
}

ul {
    padding-left: 0;
}

.pt_18 {
    font-size: 1.8rem;
}

.pt_20 {
    font-size: 2.0rem;
}

.pt_24 {
    font-size: 2.4rem;
}

span.spl {
    font-size: 1.2rem;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:active {
    color: inherit;
}

@media (min-width:500px) {
    body {
        background: url("assets/img/all_bg02.webp") center center / cover no-repeat fixed;
    }
}

@media (max-width:500px) {
    .pt_24 {
        font-size: 2.0rem;
    }

    body {
        font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    }
}


@media (max-width:375px) {
    .pt_24 {
        font-size: 1.8rem;
    }

}

/*****************************

PC MENU

*****************************/

.pc_menu_left .sec_title {
    font-size: 3rem;
    margin-bottom: 30px;
    letter-spacing: 0.1rem;
    padding-bottom: 5px;
}


@media (min-width:1024px) {
    .pc_menu_left {
        position: fixed;
        width: calc((100vw - 500px) / 2);
        z-index: 1000;
        height: 100vh;
        margin-top: -70px;
    }

    #pc_menu {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .pc_menu_left ul {
        list-style: none;
        padding: 0;
        font-size: 2rem;
        font-weight: 600;
    }

    .pc_menu_left .pm_ol_item {
        margin-bottom: 25px;
        padding-left: 15px;
        line-height: 1.4;
    }

    .pm_ol_link {
        color: #512516;
        text-decoration: none;
        transition: color 0s;
    }

    .pm_ol_link.current {
        color: #CB6381;
        font-weight: bold;
    }

    .pm_ol_item a:hover,
    .mini_item a:hover {
        opacity: 0.6;
    }

    .pm_ol_item.main_item {
        margin-bottom: 0px;
    }

    .pc_menu_left .mini_item {
        font-size: 80%;
        margin-bottom: 0px;
    }

    .pc_menu_left .mini_item.last {
        margin-bottom: 15px;
    }

    .pm_ol_item {
        position: relative;
    }

    .pm_ol_item::before {
        content: "-";
        /* background: url(assets/img/rhombus_g.svg) no-repeat center / cover; 
        width: 15px;
        height: 15px;*/
        color: #CB6381;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -5px;
    }

    .pc_cv {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .pc_menu_right {
        position: fixed;
        width: calc((100vw - 500px) / 2);
        z-index: 1000;
        right: 0;
        height: 100vh;
    }

    .pc_menu_logo {
        text-align: center;
        margin-bottom: 20px;
    }


    .pc_menu_logo img {
        max-width: 180px;
    }

    .pc_cv .cv_btn img {
        max-width: 400px;
    }

    .pc_cv_qr h2 {
        font-size: 1.4rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 5px;
        position: relative;
        font-weight: 600;
    }

    .pc_cv_qr h2::before {
        position: absolute;
        bottom: 0;
        left: 3rem;
        display: inline-block;
        content: "";
        background: #CB6381;
        width: 2px;
        height: 30px;
        margin: 0 1em;
        margin-top: -.2em;
        vertical-align: middle;
        transform: rotate(-35deg);
    }

    .pc_cv_qr h2::after {
        position: absolute;
        bottom: 0;
        right: 3rem;
        display: inline-block;
        content: "";
        background: #CB6381;
        width: 2px;
        height: 30px;
        margin: 0 1em;
        margin-top: -.2em;
        vertical-align: middle;
        transform: rotate(35deg);
    }


    .pc_cv_qr {
        background: rgba(255, 255, 255, 0.6);
        border: 1px solid rgba(240, 248, 255, 0.9);
        box-shadow:
            0 4px 20px rgba(0, 0, 0, 0.03),
            inset 0 1px 2px rgba(255, 255, 255, 0.9),
            inset 0 -1px 2px rgba(240, 240, 255, 0.3);
        width: 75%;
        margin: 0 auto;
        padding: 40px 20px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .pc_cv_qr_img {
        text-align: center;
    }

    .pc_cv_qr_img img {
        max-width: 150px;
    }

    .cv_sticky_btn img {
        width: 120px;
    }
}

@media (max-width:1350px) {
    .pc_cv .cv_btn img {
        max-width: 320px;
    }

    .pc_cv_qr h2::before {
        left: 1rem;
    }

    .pc_cv_qr h2::after {
        right: 1rem;
    }

}

@media (max-width:1200px) {

    .pc_menu_left ul {
        font-size: 1.6rem;
    }

    .pc_menu_left,
    .pc_menu_right {
        display: none;
    }
}




/*****************************

header

*****************************/





.header {
    display: none;
}


@media (max-width:1200px) {

    .header {
        width: 100%;
        max-width: 500px;
        height: 70px;
        position: fixed;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgb(134 211 217 / 80%);
        z-index: 1000;
        display: block;
    }

    .header_inner {
        display: flex;
        align-items: center;
		height:100%;

    }

    .header_logo {
        flex: 1;
    }

    .header_logo  {
        display: flex;
    }

    .header_logo img {
        max-width: 60px;
        margin-left: 5px;
    }

    .header .cv_btn {
        flex: 2;
        text-align: center;
		height:100%;
    }

    .header .cv_btn img {
        max-width: 220px;
    }

    .header_ham {
        flex: 1;
    }

    /* hamburger menu */

    .ham_ol {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        right: 20px;
        z-index: 1000;
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        cursor: pointer;
    }

    .ham_ol_line {
        position: absolute;
        left: 11px;
        display: block;
        width: 26px;
        height: 2px;
        background-color: #ffffff;
        transition: all .6s;
    }

    .ham_ol_line:nth-of-type(1) {
        top: 14px;
    }

    .ham_ol_line:nth-of-type(2) {
        top: 23px;
    }

    .ham_ol_line:nth-of-type(3) {
        top: 32px;
    }

    .ham_ol.active .ham_ol_line {
        background-color: #fff;
    }

    .ham_ol.active .ham_ol_line:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }

    .ham_ol.active .ham_ol_line:nth-of-type(2) {
        opacity: 0;
    }

    .ham_ol.active .ham_ol_line:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }

    .nav_ol {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        background: #87c4c8;
        visibility: hidden;
        opacity: 0;
        transition: all .6s;
        z-index: 900;
    }

    .nav_ol.active {
        visibility: visible;
        opacity: 1;
    }

    .nav_ol_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
    }

    .nav_ol_content .nav_logo {
        text-align: center;
    }

    .nav_ol_content .nav_logo img {
        max-width: 90px;
    }

    .nav_ol_content .cv_btn {
        margin-top: 25px;
    }

    .nav_ol_list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav_ol_list .mini_item .pm_ol_link {
        color: #fff;
        padding-left: 20px;
    }

    .nav_ol.active .nav_ol_item {
        opacity: 1;
        transform: translateY(0);
    }

    .nav_ol_link {
        display: inline-block;
        color: #fff;
        font-size: 2rem;
        text-decoration: none;
        transition: color .3s;
        font-weight: 600;
    }

    .nav_ol_link:hover {
        color: #CB6381;
    }

    .mini_item.last {
        margin-bottom: 20px;
    }

    .nav_ol_item {
        position: relative;
        margin-bottom: 20px;
        text-align: center;
    }

    .nav_ol_item::before {
        content: "";
        background: url(assets/img/rhombus_g.svg) no-repeat center / cover;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -5px;
    }

    .nav_ol_item.main_item {
        margin-bottom: 0px;
    }


}


@media (max-width:500px) {

    .nav_ol_content {
        width: 80%;
    }
}


@media (max-width:375px) {
    .nav_ol_link {
        font-size: 1.8rem;
    }
	
	.nav_ol.active .nav_ol_item {
	margin-bottom:10px;
	}
	
     .nav_ol_content .cv_btn {
        margin-top: 15px;
    }
    .nav_ol_content .nav_logo img {
	max-width:80px;
	}
}



/*****************************

common

*****************************/



.container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.section {
    width: 100%;
}

.section .sec_fv img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}


.section img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.sec_pd {
    padding: 80px 30px 85px;
}

.sec_title {
    position: relative;
    font-size: 3.5rem;
    color: #512516;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.sec_subtitle {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    /* color: #CB6381; */
}

.pc_menu_left .sec_title::before {
    bottom: 7px;
    background: repeating-linear-gradient(-45deg, transparent 0 2px, #CB6381 2px 4px);
    content: '';
    left: 0;
    height: 7px;
    position: absolute;
    width: 100%;
    opacity: 0.5;
}

.sec_title_wrap {
    text-align: center;
}

.dot_ashirai {
    position: relative;
}

.dot_ashirai::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    aspect-ratio: 100 / 21;
    mix-blend-mode: soft-light;
    background: url(assets/img/asirai_dot.png) center top / contain no-repeat;
}




@media (min-width:500px) {

    .container {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

    .sec_title {
        margin-bottom: 20px;
    }
}


@media (max-width:500px) {
    .sec_title {
        font-size: 2.8rem;
    }

    .sec_pd {
        padding: 60px 20px;
    }

    .dot_ashirai::after {
        top: 50px;
    }

    .section.sec_worry.sec_pd.dot_ashirai::after,
    .section.sec_cv.sec_pd.dot_ashirai::after {
        top: 65px;
        opacity: 0.8;
    }
}





/*****************************

お悩み１

*****************************/

.sec_worry {
    background: url(assets/img/onayami_bg.webp) no-repeat top center / cover;
    position: relative;
}

.swiper-wrapper {
    transition-timing-function: linear;
	  display: flex;
}

.swiper-slide {
  width: auto;/* 幅を画像サイズに合わせる */
  margin-right: 30px;       /* 横の余白 */
  display: flex;
  justify-content: center;  /* 画像を中央寄せ（任意） */
}


.sec_worry_txt h1,.sec_worry_txt h2 {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;

}

.spl {
    font-size: 1.2rem;
    color: #000000;
    mix-blend-mode: soft-light;
    font-family: "Noto Sans JP";
}

@media (max-width:500px) {

    .sec_worry_txt h1,.sec_worry_txt h2 {
        font-size: 1.8rem;
    }

}


/*****************************

CV

*****************************/

.sec_cv,
.sec_top_cv {
    background: url(assets/img/cv_bg.webp) no-repeat top / cover;
}

.sec_top_cv .cv_btn {
margin-top:20px;
}

.cv_btn .kira {
	border-radius: 50vh;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.cv_btn .kira::after {
	animation: 3s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	width: 40%;
    height: 82%;
    top: 10px;
	left: -100%;
	position: absolute;
	transform: skewX(-15deg);
}
.cv_btn .kira:hover {
	color: #fff;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}

.kira {
  transition: transform 0.5s ease;
}

.kira:hover {
  transform: translateY(-5px);
  transition:0.5s;
}





@media (max-width:500px) {
    .sec_cv .cv_btn {
        margin-top: 10px;
    }
}


@media (max-width:375px) {

    .sec_worry_txt h2 {
        font-size: 1.6rem;
    }

}



/*****************************

お悩み２

*****************************/


.sec_worry02 {
    background: url(assets/img/worry02_bg.webp) no-repeat top center / cover;
    position: relative;
}

.sec_worry02.sec_pd {
    padding-bottom: 65px;
}

.sec_worry02 .sec_top_txt {
    margin: 0 auto 25px;
    max-width: 390px;
}

.worry02_item_wrap p {
    background-color: #fff;
    font-size: 2rem;
    padding: 15px;
    border-radius: 50vh;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.worry02_item_wrap p:last-child {
    margin-bottom: 0px;
}


.worry02_item_wrap p span {
    color: #CB6381;
}

@media (max-width:500px) {

    .sec_worry02 .sec_top_txt {
        max-width: 360px;
    }

    .worry02_item_wrap p {
        font-size: 1.8rem;
    }

    .worry02_item_il {
        max-width: 400px;
        margin: 0 auto;
        ;
    }

}

@media (max-width:375px) {

    .worry02_item_wrap p {
        font-size: 1.6rem;
    }

}


/*****************************

ローマピンクがおすすめ

*****************************/


.sec_rcm {
    background: url(assets/img/rcm_bg.webp) no-repeat top center / cover;
    position: relative;
    padding-top: 90px;
}

.sec_rcm::before {
    content: "";
    background: url(assets/img/worry02_btm2.png) no-repeat top center / cover;
    position: absolute;
    top: -160px;
    left: 0;
    width: 100%;
    aspect-ratio: 775/383;
}

.sec_rcm .sec_top_txt {
    margin-top: 10px;
}

.rcm_c_wrap {
    display: flex;
    padding-top: 37vh;
    margin-bottom: 10px;
}

.rcm_c_wrap img {
    flex: 1;
    max-width: 140px;
}

.rcm_txt {
    font-family: "Noto Sans JP";
    margin-bottom: 20px;
}

.spl_br {
    color: #512516;
    font-size: 1.2rem;
    font-family: "Noto Sans JP";
}



@media (max-width:500px) {

    .rcm_c_wrap img {
        max-width: 120px;
    }

    .sec_rcm::before {
        top: -21%;
    }


    .sec_rcm {
        padding-top: 80px;
    }

    .rcm_c_wrap {
        padding-top: 35vh;
    }

    .rcm_txt {
        margin-bottom: 30px;
    }

}

@media (max-width:414px) {
    .sec_rcm::before {
        top: -16%;
    }
}

@media (max-width:375px) {

    .rcm_c_wrap img {
        max-width: 100px;
    }

    .rcm_c_wrap {
        padding-top: 330px;
    }
	
	.spl_br,span.spl {
	font-size:1.0rem;
}
}

.sec_features.sec_pd {
    padding-top: 0px;
}


.sec_features {
    background-color: #dad1e1;
}

.parts_item_wrap {
    display: flex;
    flex-wrap: wrap;
}

.features_item {
    background-color: #fff;
    padding: 30px 30px 40px;
    margin-bottom: 90px;
    border-radius: 10px;
    position: relative;
}

.features_item:last-child {
    margin-bottom: 0px;
}

.features_item.num01::before {
    content: "";
    background: url(assets/img/features_num01.png) no-repeat center / contain;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    height: 100px;
}

.features_item.num02::before {
    content: "";
    background: url(assets/img/features_num02.png) no-repeat center / contain;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    height: 100px;
}

.features_item.num03::before {
    content: "";
    background: url(assets/img/features_num03.png) no-repeat center / contain;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    height: 100px;
}

.features_item p {
    font-family: "Noto Sans JP";
}

.features_item img {
    border-radius: 10px;
}

.parts_item {
    width: calc(100% / 3);
    margin-bottom: 20px;
}

.parts_item p {
    line-height: 1.4;
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.4rem;
}

.parts_item img {
    max-width: 100px;
}

.parts_item p span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
}

.feautures_parts {
    background-color: #EBDDDF;
    padding: 40px 20px 20px 20px;
    position: relative;
    border-radius: 10px;
    margin-top: 30px;
}

.feautures_parts::before {
    content: "施術可能部位";
    background-color: #CB6381;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

.feautures_parts_h {
    text-align: center;
}

.features_item h3 {
    color: #CB6381;
    font-size: 2.4rem;
    text-align: center;
    margin: 10px auto;
    border-bottom: dotted 4px;
}



@media (max-width:500px) {

    .features_item h3 {
        font-size: 2.2rem;
        margin: 15px auto;
    }

    .feautures_parts {
        margin-top: 40px;
    }

    .parts_item {
        width: calc(100% / 2);
    }

    .features_item.num01::before,
    .features_item.num02::before,
    .features_item.num03::before {
        width: 140px;
    }

    .features_item {
        margin-bottom: 75px;
    }

    .parts_item img {
        width: 90px;
    }

    .parts_item {
        margin-bottom: 15px;
    }
}

@media (max-width:375px) {

    .features_item h3 {
        font-size: 2rem;
    }

    .features_item {
        padding: 30px 20px 30px;
    }

    .feautures_parts {
        margin-top: 30px;
    }

}





/*****************************

CV
*****************************/

.sec_cv {
    position: relative;
}



/*****************************

症例

*****************************/

.sec_case {
    background: url(assets/img/case_bg.webp) no-repeat top center / cover;
}


.sec_case .tags,
.sec_clinic .tags {
    margin: 10px auto;
}

.case_ky,
.clinic_ky {
    display: flex;
    flex-wrap: wrap;
}

.case_ky_title {
    font-size: 1.8rem;
    color: #CB6381;
    margin: 0 auto;
    font-weight: 600;
}

.sec_case .tags button,
.sec_clinic .tags button {
    color: #CB6381;
    background-color: #fff;
    padding: 5px 10px;
    border: solid 1px #CB6381;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.6rem;
    margin: 0 3px 5px 0;
}

.sec_case .tags button.active,
.sec_clinic .tags button.active {
    background-color: #CB6381;
    color: #fff;
}


.sec_case .tags button:hover,
.sec_clinic .tags button:hover {
    background-color: #CB6381;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

.case_item_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.case_item {
    background-color: rgba(255, 255, 255, 0.8);
    width: calc(50% - 10px / 2);
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 10px;
    position: relative;
}



.case_item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/search-plus.svg);
    background-position: center;
    z-index: 1;
    pointer-events: none;

}


.case_item::after {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #e9e9e9 transparent;
    pointer-events: none;
}


.case_item img {
    border-radius: 8px;
}

.case_item:nth-child(2n+1) {
    margin-right: 10px;
}

.category-tags {
    text-align: center;
}

.img-modal {
    display: none;
    /* 初期は非表示 */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

/* 表示状態用クラス */
.img-modal.show {
    display: flex;
}

.img-modal-content {
    margin: 5% auto;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
}

.img-modal-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.img-modal-close {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.modal-text {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 8px;
}

.modal-text p {
    margin: 5px 0;
}

.modal-text strong {
    display: inline-block;
    min-width: 90px;
}


@media (max-width:500px) {

    .sec_case .tags button {
        font-size: 1.4rem;
    }

    .case_ky_title {
        font-size: 1.6rem;
    }

    .list_table>dt,
    .list_table>dd {
        padding: 8px;
    }

    .modal-text {
        font-size: 1.2rem;
    }
    .modal-text strong {
    min-width: 65px;
}
}

@media (max-width:375px) {
    .sec_case .tags button {
        font-size: 1.3rem;
    }

}





/*****************************

施術の流れ

*****************************/

.sec_flow {
    background: url(assets/img/flow_bg.webp) no-repeat top center / cover;
}

.flow_mv {
    aspect-ratio: 9 / 16;
    max-width: 400px;
    margin: 0 auto;
}

.flow_mv video {
    width: 100%;
}

.flow_txt {
    margin-bottom: 10px;
}

@media (max-width:500px) {
    .flow_mv {
        max-width: 300px;
    }


}



/*****************************

価格表

*****************************/

.sec_price {
    background: url(assets/img/price_bg.webp) no-repeat top center / cover;
}


.price_desc {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 15px;
}

.price_desc h2,
.price_discount {
    max-width: 350px;
    margin: 0 auto;
}

.price_desc p {
    text-align: center;
    font-family: "Noto Sans JP";
    margin-bottom: 5px;
    font-size: 1.6rem;
}

@media (max-width:500px) {

    .price_desc p {
        font-size: 1.4rem;
    }
}




/*****************************

選ばれる理由

*****************************/

.sec_reason {
    background: url(assets/img/flow_bg.webp) no-repeat top center / cover;
}

.reason_title {
    display: block;
    font-size: 2.6rem;
}

.reason_desc h3 {
    color: #008C8C;
    line-height: 1.4;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 2.2rem;
    font-weight: 600;
}

.reason_item {
    margin-bottom: 40px;
}

.reason_desc p {
    font-family: "Noto Sans JP";
}

.reason_img img {
    border-radius: 10px;
}

.reason_img {
    position: relative;
}

.reason_img::after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: -15px;
    right: 0px;
    width: 110px;
    height: 110px;
}

.reason_img.ri_01::after {
    background: url(assets/img/reason_num01.png) center center / contain no-repeat;
}

.reason_img.ri_02::after {
    background: url(assets/img/reason_num02.png) center center / contain no-repeat;
}

.reason_img.ri_03::after {
    background: url(assets/img/reason_num03.png) center center / contain no-repeat;
}

@media (max-width:500px) {

    .reason_img::after {
        width: 90px;
        height: 90px;
    }

    .reason_desc h3 {
        font-size: 2rem;
        text-align: center;
    }
}



/*****************************

施術の流れ

*****************************/

.sec_flow {
    background: url(assets/img/flow_bg.webp) no-repeat center / cover;
}

.sec_flow_swiper {
    margin-bottom: 40px;
}

.flow_img img {
    border-radius: 10px 10px 0 0;
}

.flow_desc_top {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgb(170, 170, 170);
    margin-bottom: 15px;
    padding-bottom: 3px;
}

.flow_num {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.flow_desc_top h5 {
    font-size: 2.2rem;
    color: #0A8491;
    line-height: 1.4;
}

.flow_desc {
    background-color: #fff;
    padding: 10px 30px 30px 30px;
    border-radius: 0 0 10px 10px;
    min-height: 270px;
}

.flow_desc_btm {
    font-family: "Noto Sans JP";
}

.flow_movie {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.flow_movie iframe {
    width: 100%;
    height: 100%;
}

.flow_movie_txt {
    color: #0A8491;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

.mds_dl {
    position: relative;
}

.mds_dl::before,
.mds_dl::after {
    position: absolute;
    top: 20px;
    left: 65px;
    display: inline-block;
    content: "";
    background: #0A8491;
    width: 2px;
    height: 50px;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
    transform: rotate(-35deg);
}


.mds_dl::after {
    transform: rotate(35deg);
    right: 65px;
    left: auto;
}

.sec_flow_swiper .swiper-pagination {
    text-align: center;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}


@media (max-width:500px) {


    .flow_num {
        width: 70px;
        height: 70px;
    }

    .flow_desc_top h5 {
        font-size: 1.8rem;
    }

    .flow_desc {
        min-height: 250px;
    }

    .flow_movie_txt {
        font-size: 1.8rem;
    }

    .mds_dl::before,
    .mds_dl::after {
        height: 40px;
        top: 15px;
    }

    .mds_dl::before {
        left: 50px;
    }

    .mds_dl::after {
        right: 50px;
    }


}


@media (max-width:375px) {

    .mds_dl::before {
        left: 2rem;
    }

    .mds_dl::after {
        right: 2rem;
    }

    .flow_desc {
        padding: 15px 20px 20px 20px;
    }

}



/*****************************

よくあるご質問

*****************************/

.sec_faq {
    background: url(assets/img/faq_bg.webp) no-repeat center / cover;
}

.ac_title02 {
    background: linear-gradient(180deg, rgb(237 144 178), rgb(211 72 121));
    font-size: 1.8rem;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 15px 35px 15px 20px;
    line-height: 1.4;
}

.ac_item02 {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}

.ac_content_box02 {
    padding: 20px;
}

.ac_title02 {
    display: flex;
    align-items: flex-start;
}

.txt_q {
    font-family: "Jost";
    margin-right: 10px;
    font-size: 2rem;
}

.txt_a {
    font-family: "Jost";
    color: #CB6381;
    margin-right: 10px;
    font-size: 2rem;
    margin-top: -0.2rem;
}

.ac_content_box02 {
    display: flex;
    align-items: flex-start;
    box-shadow: 1px 0.5px 5px 0.5px rgba(112, 9, 78, 0.2);
    border-radius: 0 0 10px 10px;
}

.q_desc {
    font-weight: 600;
}

.a_desc {
    font-family: "Noto Sans JP";
}

.ac_title02 {
    position: relative;
}

.ac_arrow {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

.ac_title02.open .ac_arrow {
    transform: translateY(-50%) rotate(-135deg);
}

/*****************************

アクセス

*****************************/

.sec_access {
    background: url(assets/img/flow_bg.webp) no-repeat top center / cover;
}

.access_img img {
    border-radius: 10px 10px 0 0;
}

.list_table {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    border: solid 1px #CBB8B0;
    margin-bottom: 30px;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
}

.list_table>dt {
    width: 30%;
    background-color: #EDEBEC;
    border-bottom: solid 1px #CBB8B0;
    border-right: solid 1px #CBB8B0;
}

.list_table>dd {
    width: 70%;
    line-height: 1.4;
    border-bottom: solid 1px #CBB8B0;
}

.list_table>dt,
.list_table>dd {
    padding: 10px;
    margin: 0px;
}

.access_desc {
    background-color: #fff;
    padding: 30px 30px 40px 30px;
    border-radius: 0 0 10px 10px;
}

.access_desc p {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.2rem;
}

.access_desc h3 {
    color: #27B3B0;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.access_desc h3 span {
    display: block;
    font-size: 1.2rem;
}

.access_map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    margin-bottom: 30px;
}

.access_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:500px) {

    .ac_title02 {
        font-size: 1.6rem;
        line-height: 1.4;
        align-items: center;
    }
}

@media (max-width:360px) {

    .ac_title02 {
        font-size: 1.4rem;
    }
}

/*****************************

footer

*****************************/

footer {
    background: #87c4c8;
    padding: 30px;
}

footer p,
footer h2 {
    text-align: center;
}

footer a,
.footer_copyright {
    color: #fff;
    text-align: center;
    display: block;
}

.footer_copyright {
    font-size: 1.2rem;
    margin-top: 20px;
}

.footer_logo img {
    max-width: 100px;
}


@media (max-width:500px) {
    .footer_logo img {
        max-width: 90px;
    }
}

@media (max-width:375px) {}


/*****************************

お問い合わせフォーム MWWP

*****************************/

.container.contact {
    background-color: #fff;
}

.container.contact article {
    padding: 70px 30px;
}

.noteBar {
    background: linear-gradient(135deg, #ed90b2, #d34879);
    color: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.noteBar::before {
    content: 'お知らせ';
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.8);
    padding-bottom: 5px;
}

.noteBar p {
    font-size: 1.4rem;
    padding: 12px;
    border-radius: 8px;
    font-family: "Noto sans JP";
}

.container.contact article h1 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.container.contact article h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #CB6381;
    margin: 15px auto;
    border-radius: 2px;
}

.form_supple {
    background: linear-gradient(135deg, #e3f2fd, #f1f8e9);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.form_supple p {
    margin: 0;
    font-size: 15px;
}

.form_supple span {
    display: block;
    margin-bottom: 8px;
}

.form_supple span:last-child {
    margin-bottom: 0;
}

.contact_desc ul {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}
.contact_desc ul li {
    font-family: "Noto Sans JP";
    margin-bottom: 10px;
    position: relative;
    line-height: 1.6;
    font-size: 1.4rem;
    padding-left: 20px;
}

.contact_desc ul li::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #0a8491;
    font-weight: bold;
    font-size: 1.6rem;
}

.contact_desc ul li:last-child {
    margin-bottom: 0;
}

#mailformpro {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.mailform dt {
    font-weight: 600;
    margin: 30px 0 10px;
    font-size: 1.6rem;
    align-items: center;
    gap: 8px;
}

.mailform dt:first-child {
    margin-top: 0;
}

.must {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    margin-left: 5px;
}

.mailform dd {
    margin: 0 0 20px;
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform textarea,
.mailform select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ced4db;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
    box-sizing: border-box;
}

.mailform input[type="text"]:focus,
.mailform input[type="email"]:focus,
.mailform textarea:focus,
.mailform select:focus {
    outline: none;
    border-color: #0a8491;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.mailform input::placeholder,
.mailform textarea::placeholder {
    color: #bdc3c7;
}

.age {
    width: 80px !important;
    display: inline-block;
}

.mailform dd span {
    font-size: 1.4rem;
}

.mailform input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    transform: scale(1.2);
    accent-color: #0a8491;
}

.mailform label {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #555;
    transition: color 0.2s ease;
}

.mailform label:hover {
    color: #0a8491;
}

.mailform dd ul {
    list-style: none;
    padding: 20px 12px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

.mailform dd ul li {
    margin: 0;
    padding: 0;
}

.mailform dd ul li::before {
    display: none;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f8c8d;
    pointer-events: none;
    font-size: 12px;
}

.select-wrapper select {
    appearance: none;
    background: #fff;
    padding-right: 40px;
    cursor: pointer;
}

#menu label,
.mailform label {
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    display: inline-block;
    margin: 4px 8px 4px 0;
    transition: all 0.2s ease;
}

#menu label:hover,
.mailform label:hover {
    background: #e9ecef;
    border-color: #0a8491;
}

#menu input[type="checkbox"]:checked+label,
.mailform input[type="checkbox"]:checked+label {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border-color: #0a8491;
}

.u-note {
    font-size: 1.2rem;
    margin-top: 4px;
}

.mailform textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}
.mfp_buttons {
    text-align: center;
    margin-top: 20px;
}

.mfp_buttons input[type="submit"],
.mfp_buttons button,
#mailformpro input[type="submit"],
#mailformpro button {
    background: radial-gradient(at 50% 50%, #0E8D9C 0%, #036978 100%) !important;
    color: white !important;
    border: none !important;
    padding: 18px 45px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    min-width: 280px !important;
    position: relative !important;
    overflow: hidden !important;
}

.mfp_buttons input[type="submit"]::before,
.mfp_buttons button::before,
#mailformpro input[type="submit"]::before,
#mailformpro button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.mfp_buttons input[type="submit"]:hover,
.mfp_buttons button:hover,
#mailformpro input[type="submit"]:hover,
#mailformpro button:hover {
    transform: translateY(-3px) !important;
    background: radial-gradient(at 50% 50%, #1fa3b5 0%, #047a89 100%) !important;
}

.mfp_buttons input[type="submit"]:hover::before,
.mfp_buttons button:hover::before,
#mailformpro input[type="submit"]:hover::before,
#mailformpro button:hover::before {
    left: 100%;
}

.mfp_buttons input[type="submit"]:active,
.mfp_buttons button:active,
#mailformpro input[type="submit"]:active,
#mailformpro button:active {
    transform: translateY(-1px) !important;
}

.error {
    color: #c92d2d;
    font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}

.noteBar,
.form_supple {
    display: none;

}

/*****************************

プライバシーポリシー

*****************************/

.pp_logo img {
    max-width: 120px;
}

.pp_logo {
    text-align: center;
    margin-bottom: 10px;
}

.sc0 {
    margin-bottom: 20px;
}

.t3 {
    color: #CB6381;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

hr.spacer.sz20 {
    margin: 20px 0;
}

ul.c_ul1.p.mb20.f_s14 {
    margin: 5px 0;
}

.c_desc,
.cont {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
}

@media (max-width:500px) {
    .t3 {
        font-size: 1.6rem;
    }

    .pp_logo img {
        max-width: 90px;
    }

    .container.contact article h1 {
        font-size: 2rem;
    }

}

#date1 {
    background-color: #ffffff !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    width: 100% !important;
    font-size: 16px !important;
}
.ui-datepicker,
.ui-datepicker-div,
.ui-widget-overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -9999 !important;
}

/*****************************

contact form7

*****************************/

.rese_irb img {
  max-width:100%;
  margin-bottom:20px;
}
.rese_irb a:hover {
opacity:0.8;
transition:0.3s;
}

.container.cf7 {
    padding: 70px 30px;
}

.instructions ul {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

.instructions ul li {
    font-family: "Noto Sans JP";
    margin-bottom: 10px;
    position: relative;
    line-height: 1.6;
    font-size: 1.4rem;
    padding-left: 20px;
}

.instructions ul li:before {
    content: '※';
    position: absolute;
    left: 0;
    color: #CB6381;
    font-weight: bold;
    font-size: 1.6rem;
}

.phone-number {
    color: #c92d2d;
}

.container.cf7 h1 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.container.cf7 h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #CB6381;
    margin: 15px auto;
    border-radius: 2px;
}

.wpcf7-form {
    margin: 0;
}

.form-group {
    margin-bottom: 40px;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.6rem;
}

.required {
    background: #c92d2d;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 8px;
}

.form-note {
    font-size: 12px;
    color: #c92d2d;
    margin-top: -5px;
    margin-bottom: 5px;
}

.wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #d6d6d6;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fafafa;
    display: block;
}

.wpcf7-form-control:focus {
    border-color: #CB6381;
    outline: none;
    box-shadow: 0 0 0 3px rgba(219, 52, 110, 0.1);
}

.wpcf7-textarea {
    min-height: 120px;
    resize: vertical;
}

.checkbox-group,
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.wpcf7-list-item {
    display: block;
    margin-left: 0px;

}

.wpcf7-list-item:hover {
    background: #e9ecef;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.wpcf7-list-item-label {
    cursor: pointer;
    flex: 1;
}

.datetime-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.time-range p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.time-range select {
    flex: 1;
}

.wpcf7-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
    appearance: none;
}

.wpcf7-submit {
    background: radial-gradient(at 50% 50%, #ed90b2 0%, #d34879 100%);
    color: white;
    border: none;
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 280px;
    position: relative;
    overflow: hidden;
}

.wpcf7-submit:hover::after {
    left: calc(100% + 75px);
}

.wpcf7-submit:hover {
    transform: translateY(-3px) !important;
}

.wpcf7-submit:active {
    transform: translateY(-1px) !important;
}

.wpcf7 form input[type=text]::-webkit-input-placeholder,
.wpcf7 form input[type=email]::-webkit-input-placeholder,
.wpcf7 form input[type=tel]::-webkit-input-placeholder,
.wpcf7 form textarea::-webkit-input-placeholder {
    color: #afafaf;
}

.wpcf7 form input[type=text]::-moz-placeholder,
.wpcf7 form input[type=email]::-moz-placeholder,
.wpcf7 form input[type=tel]::-moz-placeholder,
.wpcf7 form textarea::-moz-placeholder {
    color: #afafaf;
}

.wpcf7 form input[type=text]:-ms-input-placeholder,
.wpcf7 form input[type=email]:-ms-input-placeholder,
.wpcf7 form input[type=tel]:-ms-input-placeholder,
.wpcf7 form textarea:-ms-input-placeholder {
    color: #afafaf;
}

.wpcf7 form input[type=text]::-ms-input-placeholder,
.wpcf7 form input[type=email]::-ms-input-placeholder,
.wpcf7 form input[type=tel]::-ms-input-placeholder,
.wpcf7 form textarea::-ms-input-placeholder {
    color: #afafaf;
}

.wpcf7 form input[type=text]::placeholder,
.wpcf7 form input[type=email]::placeholder,
.wpcf7 form input[type=tel]::placeholder,
.wpcf7 form textarea::placeholder {
    color: #afafaf;
}


/* バリデーションエラー */
.wpcf7-not-valid {
    border-color: #c92d2d !important;
    background: #fdf2f2 !important;
}

.wpcf7-validation-errors {
    background: #fdf2f2;
    border: 1px solid #c92d2d;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #c92d2d;
}

.wpcf7-mail-sent-ok {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #155724;
}

/* thanksページ */

.p_rese {
    font-family: "Noto Sans JP";

}

.p_rese .page_ul {
    background-color: #e8e8e8;
    padding: 30px;
    border-radius: 10px;
    font-size: 1.4rem;
}

.p_rese .page_subt {
    margin-bottom: 10px;
    text-align: center;
}

.page_splbox {
    padding: 2rem;
    margin: 3rem 0 2rem;
    border: #eaeaea solid 1px;
    font-size: 1.4rem;
    text-align: center;
}

.page_splbox span {
    display: inline-block;
    background-color: #e5f3f5;
    margin-top: 1rem;
    padding: 1rem;
}

.frame_pp {
    padding: 1rem;
    max-height: 150px;
    font-size: 1.2rem;
    border: 1px solid #d8d8d8;
    overflow-x: scroll;
    font-family: "Noto Sans JP";
    margin-bottom: 20px;
}

.CF7_table .frm02 .tx4 {
    margin: 3rem 0 0 2rem;
}

.frm02 .tx4 {
    border: #27b3b0 solid 0.8px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 1.2rem;
    font-family: "Noto Sans JP";
}

.frm02 .tx4 div a {
    display: inline-block;
    font-size: 1.2rem;
    border: #5ab9b8 solid 0.8px;
    padding: 15px 20px;
    margin-top: 1.5rem;
    border-radius: 10px;
    font-family: "Noto Sans JP";
}

.frame_pp_txt {
    display: block;
    color: #9c9c9c;
    font-size: 1.0rem;
}

.frame_pp_txt_red {
    color: #c92d2d;
    font-size: 1.2rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #c92d2d;
    padding: 15px;
}

.frm02 .tx4 div a:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(assets/img/ic_download.svg) no-repeat center;
    background-size: 10px auto;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0px 0px 8px;
}

div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
	margin-top:30px;
}


@media (max-width:500px) {
    .wpcf7-form-control {
        font-size: 1.4rem;
    }

    .form-group {
        margin-bottom: 30px;
    }

    .noteBar {
        padding: 10px 20px;
    }

    .noteBar p {
        font-size: 1.3rem;
        padding: 12px 0;
    }

    .instructions ul {
        padding: 20px;
    }

    .instructions ul li {
        font-size: 1.3rem;
    }
}

@media (max-width:375px) {
.container.cf7 h1 {
    font-size: 2.2rem;
}

.frm02 .tx4 {
font-size:1.0rem;
}
.page_splbox {
font-size:1.0rem;
}
}


.txt_404 {
text-align:center;
}

.a_404 {
background-color:#CB6381;
color:#fff;
max-width: 280px;
margin: 30px auto;
text-align: center;
padding: 20px;
border-radius: 10px;
font-weight: 600;
}

.a_404 a {
display:block;
width:100%;
height:100%;
}

.a_404:hover {
opacity:0.8;
transition:0.3s;
}

	
.grecaptcha-badge { visibility: hidden; }


