/*----------------------------------------------

common

------------------------------------------------*/

.pc {
    display: block;
}

.sp {
    display: none;
}

/*header*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}

.header_flex {
    justify-content: space-between;
    align-items: center;
    width: 97%;
    margin: 0 auto;
}

.header_logo {}

.header_logo_img {
    width: 70%;
}

/* メニュー共通 */
.menu_ul {
    display: flex;
    gap: 10px;
    list-style: none;
}

.h_menu {
    position: relative;
}

.h_tel_img {
    width: 17px;
}

.h_tel {
    display: flex !important;
    align-items: center;
    background-color: #8cd8ff;
    border-radius: 15px;
}

.h_menu a {
    text-decoration: none;
    color: #333;
    padding: 5px;
    display: block;
    padding: 10px 18px;
}

.h_contact {
    background-color: #fd9c9d;
    border-radius: 15px;
}

.h_reserve {
    background-color: #ea8b8f;
    border-radius: 15px;
}

/* ▼ サブメニュー */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 100;
}

/* サブメニュー内 */
.submenu li a {
    padding: 10px 20px;
    white-space: nowrap;
}

.submenu li a:hover {
    background: #f5f5f5;
}

/* ▼ hover時に表示 */
.has_submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*footer*/
footer {
    width: 100%;
}

.footer_yellow {
    background-color: #fcfbf9;
    padding: 4em;
}

.footer_flex {
    justify-content: center;
}

.footer_left {
    width: 20%;
    background: #FFF;
    border-radius: 15px;
    margin: 0 3em;
    padding: 2em;
}

.footer_menu {
    width: 60%;
    margin: 0 auto;
}

.f_menu {}

.f_menu a {
    line-height: 1.8;
}

.f_submenu {
    margin-left: 1em;
}

.f_submenu li {}

.f_submenu li a {
    line-height: 1.8;
}

.footer_right {
    width: 20%;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 2em;
    position: relative;
}

.f_information {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.f_text {}

.f_about {}

.f_about p {}

.f_line {}

.f_line_icon {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
}

.child_top_container {
    width: 100%;
}

.child_top_img {
    width: 91%;
    margin: 0 auto;
}

main {
    margin-top: 115px;
}

/*----------------------------------------------

index

------------------------------------------------*/
.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
    width: 80%;
    margin: 0 auto;
}

.top_about_container {
    margin: 10em auto;
}

.top_title_container {
    margin: 0 auto;
    text-align: center;
}

.top_title_container img {
    width: 5%;
    margin: 1em auto;
}

.top_title_container p {
    font-size: 35px;
}

.top_about_box {
    background: #fff0b1;
    width: 70%;
    border-radius: 15px;
    padding: 3em 4em;
    margin: 4em auto;
    text-align: center;
}

.top_about_box p {
    line-height: 2;
    padding: 1em 0;
    font-size: 20px;
}

.top_photo_container {
    position: relative;
}

.top_photo_img {
    width: 80%;
    margin: 15em auto;
}

.top_blue_bird {
    position: absolute;
    width: 90px;
    top: 0;
    right: 35%;
}

.top_photo_img_2 {
    width: 80%;
    margin: 15em auto;
}

.top_service_container {}

.top_service_box {
    background-color: #fff0b1;
    width: 70%;
    border-radius: 25px;
    padding: 3em;
    margin: 5em auto;
}

.top_service_com {
    text-align: center;
    margin-bottom: 4em;
}

.t_s_com {
    width: 8%;
    margin: 1em auto;
}

.t_s_title {
    font-size: 30px;
}

.t_s_comment {
    font-size: 20px;
}

.top_service_flex {}

.t_s_child {
    width: calc(100% / 3);
}

.t_s_flex {}

.t_s_pup {
    height: 13vh;
    width: auto;
}

.t_s_house {
    height: 13vh;
    width: auto;
}

.t_s_care {
    height: 13vh;
    width: auto;
}

.t_s_box {}

.top_service_title {
    text-align: center;
    margin: 2em auto;
    font-size: 30px;
}

.top_service_btn_container {
    text-align: center;
}

.top_service_btn {
    background-color: #ffe3e4;
    padding: 1.3em 2em;
    border-radius: 25px;
    font-size: 20px;
}

.top_price_container {
    margin: 15em auto;
}

.top_price_box {
    background-color: #fff0b1;
    width: 70%;
    border-radius: 25px;
    padding: 3em;
    margin: 5em auto;
}

.top_price_inner {
    justify-content: center;
}

.t_p_left {
    width: 40%;
    padding: 3em;
    text-align: center;
}

.t_p_left p {
    line-height: 2.5;
    font-size: 20px;
}

.top_price_btn_container {
    margin-top: 4em;
}

.top_price_btn {
    background-color: #def6ff;
    padding: 1.3em 2em;
    border-radius: 25px;
    font-size: 20px;
}

.t_p_right {
    width: 40%;
}

.t_p_right img {
    width: 64%;
    margin: 3em auto;
}

.top_contact_container {}

.top_contact_flex {
    background-color: #fff0b1;
    width: 70%;
    border-radius: 25px;
    padding: 6em 3em;
    margin: 5em auto;
    justify-content: center;
    align-items: end;
}

.t_c_left {
    width: 40%;
}

.t_c_left img {
    width: 86%;
    margin: 0 auto;
}

.t_c_right {
    width: 40%;
    text-align: center;
}

.t_c_right p {
    font-size: 20px;
    line-height: 2.8;
}

.top_contact_btn_container {
    padding: 2em;
}

.top_contact_btn {
    background-color: #ffe3e4;
    padding: 1.3em 2em;
    border-radius: 25px;
    font-size: 20px;
}

.top_tell_btn {
    background-color: #def6ff;
    padding: 1.3em 2em;
    border-radius: 25px;
    font-size: 20px;
}

/*----------------------------------------------

about

------------------------------------------------*/

.about_main_container {}

.about_first_container {
    position: relative;
    padding: 5em 0;
}

.dande_01_img {
    width: 150px;
    position: absolute;
    top: 0;
    left: 27%;
}

.about_greeting {
    background: rgba(255, 240, 177, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    text-align: center;
    width: 46%;
    margin: 0 auto;
}

.about_title {
    font-size: 27px;
    margin-bottom: 1.5em;
}

.about_message {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1em;
}
.about_manager{
    font-size: 16px;
    line-height: 1.8;
}
.about_list{
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: left;
}
.about_list li{
    position: relative;
    font-size: 16px;
    padding-left: 1.5em;
    margin-bottom: 8px;
}

.about_second_container {
    position: relative;
    width: 80%;
    min-height: 1100px;
    margin: 5em auto;
}

.about_feeling {
    background: #fcfbf9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    text-align: center;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about_yellow {
    color: #ffaa22;
}

.dande_02_img {
    width: 150px;
    position: absolute;
    top: 2%;
    left: 48%;
}

.about_features {
    background: rgba(255, 240, 177, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    text-align: center;
    width: 46%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
}

.dande_03_img {
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 45%;
}

.about_third_container {
    position: relative;
    width: 80%;
    margin: 2em auto 10em;
    min-height: 600px;
}

.m_b_2 {
    margin-bottom: 2em;
}

.about_comment {
    background: #fcfbf9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    text-align: center;
    width: 37%;
    position: absolute;
    top: 0;
    left: 0;
}

.dande_04_img {
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 36%;
}

/*----------------------------------------------

service

------------------------------------------------*/
.service_main_container {
    margin: 15em auto;
}

.service_introduction_container {
    text-align: center;
}

.service_title {
    font-size: 30px;
    margin-bottom: 1em;
}

.main_service_container {}

.main_service_inner {
    background: #fcfbf9;
    border-radius: 25px;
    padding: 1em;
}

.main_service_inner.service_top {
    width: 30%;
    margin: 3em auto;
}

.main_service_inner.service_three {
    width: calc(100% / 3 - 30px);
}

.service_circle {
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.service_circle.pink {
    background: #ffe3e4;
    color: #fd9c9d;
    font-size: 30px;
    width: 270px;
    margin: 0 auto;
}

.service_circle.orange {
    background: #fff0b1;
    color: #ffaa22;
    font-size: 24px;
    width: 220px;
    margin: 0 auto;
}

.service_circle.blue {
    background: #def6ff;
    color: #569cbd;
    font-size: 24px;
    width: 220px;
    margin: 0 auto;
}

.service_circle.green {
    background: #d9f7e4;
    color: #1ba34c;
    font-size: 24px;
    width: 220px;
    margin: 0 auto;
}

.service_comment {
    line-height: 2;
    margin: 2em auto 1em;
    font-size: 20px;
}

.more_service {}

.more_service_inner {
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 1em auto;
}

.more_service_inner.pink {
    width: 70px;
    background: #ffe3e4;
    color: #fd9c9d;
    font-size: 34px;
}

.more_service_inner.orange {
    background: #fff0b1;
    color: #ffaa22;
    font-size: 35px;
    width: 65px;
}

.more_service_inner.blue {
    background: #def6ff;
    color: #569cbd;
    font-size: 35px;
    width: 65px;
}

.more_service_inner.green {
    background: #d9f7e4;
    color: #1ba34c;
    font-size: 35px;
    width: 65px;
}

.main_service_flex {
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}

.service_features {
    margin: 15em auto;
    text-align: center;
}

.service_pink_container {
    background: #ffe3e4;
    border-radius: 25px;
    width: 40%;
    margin: 2em auto;
    padding: 4em;
}

.service_pink {
    color: #fd9c9d;
    font-size: 20px;
    margin-bottom: 5px;
}

.service_message {
    font-size: 20px;
    margin-bottom: 2em;
    line-height: 1.8;
}

.service_order {
    margin: 15em auto;
    text-align: center;
    position: relative;
    padding-top: 3em;
}

.pink_bird_img {
    width: 130px;
    position: absolute;
    top: 0;
    left: 35%;
    transform: rotate(-10deg);
}

/*----------------------------------------------

service_child

------------------------------------------------*/
.s_child_top {
    width: 100%;
    height: 420px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.s_child_top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: #fcfbf9;
    border-radius: 0 0 100% 100%;
    z-index: 0;
}

.s_child_top_title {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.s_c_green {
    color: #1ba34c;
}

.s_c_blue {
    color: #569cbd;
}

.s_c_yellow {
    color: #ffaa22;
}

.s_c_pink {
    color: #fd9c9d;
}

.s_child_img {
    width: 60%;
    margin: 15em auto 2em;
}

.support_container {}

.support_inner {
    width: 60%;
    margin: 2em auto 5em;
    padding: 6em 3em;
    border-radius: 25px;
    text-align: center;
}

.s_pink {
    background-color: #ffe3e4;
}

.s_green {
    background-color: #d9f7e4;
}

.s_blue {
    background-color: #def6ff;
}

.s_yellow {
    background-color: #fff0b1;
}

.support_message {
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 2em;
}
.support_message_sub{
    line-height: 1.8;
    font-size: 20px;
    margin-bottom:8px;
}
.support_list{
    list-style:none;
    padding:0;
    display: inline-block;
    text-align: left;
}

.support_list li{
    position:relative;
    padding-left:1.5em;
    margin-bottom:8px;
    line-height: 1.8;
    font-size: 20px;
}

.support_list li::before{
    content:"✔";
    position:absolute;
    left:0;
    color:#000;
}
.support_btn_container{}
.support_contact_btn_container {
    padding: 2em;
}

.support_contact_btn {
    background-color: #fd9c9d;
    padding: 1em 1.5em;
    border-radius: 25px;
    font-size: 20px;
    display: inline-block;
}

.support_reserve_btn {
    background-color: #8cd8ff;
    padding: 1em 1.5em;
    border-radius: 25px;
    font-size: 20px;
    display: inline-block;
}
.support_line_icon{
    width: 65px;
}
.support_comment_container {
    margin: 12em auto;
}

.s_c_flex {
    justify-content: center;
    align-items: end;
}

.s_c_left {
    width: 22%;
    background: url(../images/comment.svg);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    height: 40vh;
    position: relative;
}

.sc_comment_inner {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.s_c_comment {}

.s_c_right img {
    width: 100%;
}

.s_c_pink_img {
    width: 140px;
}

.s_c_green_img {
    width: 140px;
}

.s_c_blue_img {
    width: 236px;
}

.s_c_yellow_img {
    width: 200px;
}

/*----------------------------------------------

price

------------------------------------------------*/
.price_container {
    margin: 5em auto;
}

.price_table_container {
    margin: 15em auto 10em;
    text-align: center;
}

.price_title {
    font-size: 35px;
    margin-bottom: 3em;
}

.price_table_inner {
    width: 50%;
    margin: 0 auto;
}

.price_table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 12px 14px;
}

.price_table tr {}

.price_table tr th {
    background-color: #d9f7e4;
    border-radius: 10px;
    padding: 16px 20px;
    width: 30%;
}

.price_table tr td {
    background: #fcfbf9;
    padding: 16px 20px;
    text-align: center;
    border-radius: 10px;
}

.price_area_container {}

.back_green {
    background-color: #d9f7e4;
    border-radius: 25px;
    width: 50%;
    margin: 0 auto;
    padding: 3em;
    text-align: center;
}

.price_area_inner {}

.price_area_inner p {
    font-size: 18px;
    margin-bottom: 2em;
}

/*----------------------------------------------

contact

------------------------------------------------*/
.contact_container {}

.contact_catch_container {
    width: 60%;
    margin: 15em auto 10em;
}

.contact_img {}

.contact_form_container {}

.contact_form {
    background-color: #fff0b1;
    width: 60%;
    border-radius: 25px;
    margin: 0 auto 10em;
    padding: 3em;
}

.contact_form_inner {
    margin-bottom: 3em;
}

.contact_form_title {
    width: 30%;
}

.require {
    display: flex;
    align-items: center;
}

.c_f_title {
    font-size: 22px;
}

.require_title {
    background-color: #fbb03b;
    color: #fff;
    font-size: 17px;
    padding: 0 10px;
    border-radius: 10px;
    margin-left: 15px;
}

.contact_form_detail {
    width: 60%;
}

.margin_l_auto{
    margin: 0 0 0 auto;
}

.c_f_radio {
    margin: 12px 0;
}

.radio {
    margin: 8px 0;
}

.radio_label {}

.option_input {
    margin-right: 10px;
}

.error_msg {
    margin-left: 15px;
    margin-top: 5px;
    color: red;
    font-weight: 700;
}

.pc_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_input {
    width: 100%;
    border-radius: 20px;
}

.c_f_check {
    display: flex;
    margin: 12px 0;
    flex-wrap: wrap;
}

.checkbox-item {
    margin: 6px;
    width: 48%;
}

.checkbox-item span {}

.w_100 {
    width: 100%;
}

.contact_text {
    width: 100%;
    border-radius: 20px;
    margin-top: 14px;
}

.submit_area {
    text-align: center;
    margin-top: 40px;
}

.contact_submit_btn {
    background-color: #fbb03b;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.contact_submit_btn:hover {
    background-color: #fb883b;
}

.contact_thanks_container {
    text-align: center;
    margin-bottom: 10em;
}

.c_f_thanks_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1em;
}

.c_f_thanks_comment {
    font-size: 20px;
}

/*----------------------------------------------

reserve ※contactと重複あり

------------------------------------------------*/
.reserve_catch_container {
    position: relative;
    width: min(900px, 90%);
    margin: 8em auto;
}

.reserve_img {
    width: 100%;
    height: auto;
    display: block;
}

.reserve_catch_comment {
    position: absolute;
    font-size: clamp(14px, 1.5vw, 20px);
    bottom: clamp(20px, 6%, 60px);
    text-align: right;
    left: clamp(20px, 6%, 80px);
    max-width: 60%;
}

.reserve_form_container {}

.reserve_form {
    background-color: #ffe3e4;
    width: 60%;
    border-radius: 25px;
    margin: 0 auto 10em;
    padding: 3em;
}

.r_require_title {
    background-color: #fd9c9d;
    color: #fff;
    font-size: 17px;
    padding: 0 10px;
    border-radius: 10px;
    margin-left: 15px;
}

.reserve_submit_btn {
    background-color: #fd9c9d;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.reserve_submit_btn:hover {
    background-color: #ff7476;
}

/*----------------------------------------------

レスポンシブ

------------------------------------------------*/

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

    .sp {
        display: block;
    }

    main {
        margin-top: 70px;
    }

    /* 共通ヘッダー */
    .header {
        position: relative;
        height: 70px;
        background: #fff;
    }

    .header_inner {
        position: relative;
        height: 100%;
    }

    /* ロゴ中央 */
    .header_logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header_logo_img {
        width: 100%;
    }

    /* ハンバーガー */
    .hamburger {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 22px;
        cursor: pointer;
        z-index: 1001;
    }

    .hamburger span {
        display: block;
        height: 3px;
        background: #333;
        margin-bottom: 6px;
        transition: 0.3s;
    }

    /* ×に変化 */
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
    }

    /* スライドメニュー */
    .sp_nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(249, 247, 240, .9);
        transition: 0.4s ease;
        padding-top: 100px;
        z-index: 1000;
    }

    .sp_nav.active {
        right: 0;
    }

    .sp_nav ul {
        list-style: none;
        padding: 0 20px;
    }

    .sp_nav li {
        margin-bottom: 20px;
    }

    .sp_nav a {
        text-decoration: none;
        color: #333;
        font-size: 18px;
    }

    /* footer */
    .footer_yellow {
        padding: 1em;
    }

    .footer_flex {
        flex-direction: column;
    }

    .footer_left {
        width: 100%;
        margin: 0 auto;
        padding: 2em;
    }

    .footer_right {
        width: 100%;
        height: 27vh;
        padding: 0em;
    }

    /* top */
    .swiper-slide img {
        width: 100%;
    }

    .top_about_container {
        margin: 5em auto 1em;
    }

    .top_title_container img {
        width: 15%;
    }

    .top_title_container p {
        font-size: 20px;
    }

    .top_about_box {
        width: 90%;
        padding: 1em 2em;
        margin: 2em auto;
    }

    .top_about_box p {
        font-size: 15px;
    }

    .top_photo_img {
        width: 100%;
        margin: 0em auto 5em;
    }

    .top_blue_bird {
        position: absolute;
        width: 35px;
        top: 0;
        right: 29%;
    }

    .top_service_box {
        width: 90%;
        padding: 1em 2em;
        margin: 2em auto;
    }

    .t_s_com {
        height: 13vh;
        width: auto;
        margin: 15px auto;
    }

    .t_s_title {
        font-size: 14px;
    }

    .t_s_comment {
        font-size: 16px;
    }

    .top_service_com {
        margin-bottom: 30px;
    }

    .top_service_flex {
        flex-wrap: wrap;
    }

    .t_s_child {
        width: 50%;
        text-align: center;
    }

    .t_s_flex {
        flex-direction: column;
    }

    .t_s_pup {
        height: 13vh;
        margin: 15px auto;
    }

    .t_s_house {
        height: 13vh;
        margin: 15px auto;
    }

    .t_s_care {
        height: 13vh;
        margin: 15px auto;
    }

    .t_s_box {
        margin-bottom: 30px;
    }

    .top_service_title {
        margin: 20px auto;
        font-size: 18px;
    }

    .top_service_btn_container {
        margin: 60px auto 40px;
    }

    .top_service_btn {
        font-size: 16px;
    }

    .top_price_container {
        margin: 5em auto;
    }

    .top_price_box {
        width: 90%;
        padding: 1em 2em;
        margin: 2em auto;
    }

    .top_price_inner {
        flex-direction: column-reverse;
    }

    .t_p_right {
        width: 100%;
    }

    .t_p_right img {
        width: 80%;
        margin: 2em auto;
    }

    .t_p_left {
        width: 100%;
        padding: 0;
    }

    .t_p_left p {
        line-height: 2;
        font-size: 20px;
    }

    .top_price_btn_container {
        margin: 60px auto 40px;
    }

    .top_price_btn {
        font-size: 16px;
    }

    .top_photo_img_2 {
        width: 100%;
        margin: 0em auto 5em;
    }

    .top_contact_flex {
        width: 90%;
        padding: 1em 2em;
        margin: 2em auto;
        align-items: center;
        flex-direction: column;
    }

    .t_c_left {
        width: 100%;
        margin: 20px auto;
    }

    .t_c_right {
        width: 100%;
    }

    .t_c_right p {
        font-size: 20px;
        line-height: 2;
    }

    .top_contact_btn {
        font-size: 16px;
    }

    .top_tell_btn {
        font-size: 16px;
    }

    /* about */
    .child_top_img {
        width: 100%;
        margin: 0 auto;
    }

    .about_greeting {
        width: 97%;
        margin: 0 auto;
        padding: 4em;
    }

    .about_title {
        font-size: 23px;
        margin-bottom: 1.5em;
    }

    .about_message {
        font-size: 16px;
        line-height: 1.5;
    }

    .about_second_container {
        width: 95%;
        min-height: 1100px;
    }

    .about_feeling {
        width: 85%;
        padding: 2em;
    }

    .about_features {
        width: 90%;
    }

    .dande_01_img {
        width: 70px;
        top: 30px;
        left: 30px;
    }

    .dande_02_img {
        width: 70px;
        top: 2%;
        left: auto;
        right: 23px;
    }

    .dande_03_img {
        width: 70px;
        right: auto;
        left: 10px;
    }

    .about_third_container {
        width: 95%;
        min-height: 430px;
    }

    .about_comment {
        width: 95%;
    }

    .dande_04_img {
        width: 70px;
        left: auto;
        right: 20px;
    }

    /* service */
    .service_main_container {
        margin: 5em auto;
    }

    .service_title {
        font-size: 20px;
    }

    .main_service_inner.service_top {
        width: 100%;
        margin: 2em auto;
    }

    .service_circle.pink,
    .service_circle.orange,
    .service_circle.blue,
    .service_circle.green {
        font-size: 21px;
        width: 180px;
    }

    .service_comment {
        line-height: 1.8;
        margin: 1em auto 1em;
        font-size: 16px;
    }

    .more_service_inner {
        margin: 10px auto;
    }

    .more_service_inner.pink,
    .more_service_inner.orange,
    .more_service_inner.blue,
    .more_service_inner.green {
        width: 55px;
        font-size: 25px;
    }

    .main_service_flex {
        width: 100%;
        flex-direction: column;
    }

    .main_service_inner.service_three {
        width: 100%;
    }

    .service_features {
        margin: 3em auto;
    }

    .service_pink_container {
        width: 90%;
        padding: 2em;
    }

    .service_pink {
        font-size: 18px;
    }

    .service_message {
        font-size: 16px;
    }

    .service_order {
        margin: 5em auto;
    }

    .pink_bird_img {
        width: 70px;
        top: 10px;
        left: 30px;
    }


    /* service_child */
    .s_child_top {
        height: 150px;
    }

    .s_child_top_title {
        font-size: 28px;
        white-space: nowrap;
    }

    .s_child_img {
        width: 100%;
        margin: 5em auto 2em;
    }

    .support_inner {
        width: 90%;
        padding: 3em 3em;
    }

    .support_message {
        font-size: 14px;
    }

    .support_comment_container {
        margin: 5em auto;
    }

    .s_c_flex {
        flex-direction: column;
    }

    .s_c_left {
        width: 100%;
        background-position: center;
        height: 43vh;
    }

    .s_c_comment {
        font-size: 15px;
    }
    .sc_comment_inner{
        width: 90%;
    }

    .s_c_pink_img {
        width: 120px;
        margin: 0 20px 0 auto;
    }

    /* price */
    .price_table_container {
        margin: 8em auto 5em;
    }

    .price_title {
        font-size: 25px;
        margin-bottom: 1em;
    }

    .price_table {
        width: 100%;
        font-size: 14px;
    }

    .price_table_inner {
        width: 100%;
    }

    .price_table tr th {
        padding: 16px 13px;
    }

    .price_table tr td {
        padding: 10px 0px;
    }

    .back_green {
        width: 90%;
        padding: 2em;
    }

    .price_area_inner p {
        font-size: 14px;
    }

    /* contact */
    .contact_catch_container {
        width: 100%;
        margin: 8em auto 3em;
    }

    .contact_form {
        width: 90%;
        padding: 2em;
    }

    .contact_form_title {
        width: 100%;
        margin-bottom: 10px;
    }

    .c_f_title {
        font-size: 20px;
    }

    .require_title {
        font-size: 16px;
    }

    .pc_flex {
        flex-direction: column;
    }

    .contact_form_detail {
        width: 100%;
    }

    .contact_thanks_container {
        width: 90%;
        margin: 0 auto 10em;
    }

    .c_f_thanks_title {
        font-size: 25px;
    }

    .c_f_thanks_comment {
        font-size: 16px;
    }

    /* reserve */
    .reserve_catch_container {
        width: min(900px, 100%);
        margin: 8em auto 3em;
    }

    .reserve_form {
        width: 90%;
        padding: 2em;
    }
}