br {
    font-size: 0;
    display: inline;
    height: 0;
    line-height: 0;
}
p {
    white-space: normal !important;
}
/**==================
service simi
===================**/
#service .main_img_zone img {
    height: 540px;
    width: fit-content;
    width: auto;
    overflow: hidden;
}
#service .main_img_zone .main_title_zone {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    height: fit-content;
}
#service .main_img_zone .main_title_zone h2,
#service .main_img_zone .main_title_zone p {
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.5);
}

#service .wrap .page_link a {
    display: inline-block;
    border: 1px solid #C9BEAC;
    width: 270px;
    padding: 10px 30px;
    text-align: center;
    transition: 0.5s;
    margin: 0 35px;
}
#service .wrap .page_link a:hover {
    display: inline-block;
    border: 1px solid #C9BEAC;
    background-color: #C9BEAC;
    width: 270px;
    padding: 10px 30px;
    text-align: center;
    transition: 0.5s;
}
#service .wrap .current {
    display: inline-block;
    border: 1px solid #C9BEAC;
    background-color: #C9BEAC;
    width: 270px;
    padding: 10px 30px;
    text-align: center;
}
@media screen and (max-width:1080px) {
    #service .main_img_zone img {
        height: 350px;
        width: fit-content;
        width: auto;
        overflow: hidden;
    }
}
@media screen and (max-width:991px) {
    #service .main_img_zone .main_title_zone h2 {
        font-size: 26px;
    }
        #service .main_img_zone img {
        height: 540px;
        width: fit-content;
        width: auto;
        overflow: hidden;
    }
    #service .wrap .page_link a {
        display: inline-block;
        border: 1px solid #C9BEAC;
        width: 200px;
        padding: 10px 10px;
        text-align: center;
        transition: 0.5s;
        margin: 0 10px;
        font-size: 13px;
    }
    #service .wrap .page_link a:hover {
        display: inline-block;
        border: 1px solid #C9BEAC;
        background-color: #C9BEAC;
        width: 200px;
        padding: 10px 10px;
        text-align: center;
        transition: 0.5s;
        font-size: 13px;
    }
    #service .wrap .current {
        display: inline-block;
        border: 1px solid #C9BEAC;
        background-color: #C9BEAC;
        width: 200px;
        padding: 10px 10px;
        text-align: center;
    }
}

@media screen and (max-width:540px) {
    #service .main_img_zone img {
        height: 450px;
        width: fit-content;
        width: auto;
        overflow: hidden;
    }

    #service .wrap .page_link a {
        display: inline-block;
        border: 1px solid #C9BEAC;
        width: 200px;
        padding: 5px 10px;
        text-align: center;
        transition: 0.5s;
        margin: 5px 0px;
    }
    #service .wrap .page_link a:hover {
        display: inline-block;
        border: 1px solid #C9BEAC;
        background-color: #C9BEAC;
        width: 200px;
        padding: 5px 10px;
        text-align: center;
        transition: 0.5s;
    }
    #service .wrap .current {
        display: inline-block;
        border: 1px solid #C9BEAC;
        background-color: #C9BEAC;
        width: 200px;
        padding: 5px 10px;
        text-align: center;
    }
}


.bg_color {
    background-color: #FBF9F3;
    padding-bottom: 90px;
}
@media screen and (max-width:540px) {
    .bg_color {
        background-color: #FBF9F3;
        padding-bottom: 40px;
    }
}
.main_text .title_zone {
    margin: auto;
    padding: 15px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    color:#6E6451;
}
.main_text .title_zone h3 {
    margin-bottom: 0;
}
.main_text p span.bolder {
    font-weight: 600;
}
.main_text .flow {
    text-align: left;
}
.main_text p.sub_title {
    display: inline-block;
    background-color: #6E6451;
    color: #fff;
    font-size: 20px;
    padding: 10px 70px;
}
.main_text .flow .flow_list:nth-child(1) {
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
}
.main_text .flow .flow_list {
    border-bottom: 1px dashed #707070;
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
}

.main_text .flow .flow04,
.main_text .flow .flow08 {
    border-bottom: none;
}

.main_text .flow .flow_list img {
    width: 345px;
    height: auto;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
@media screen and (max-width:991px) {
    .main_text p.sub_title {
        display: inline-block;
        background-color: #6E6451;
        color: #fff;
        font-size: 18px;
        padding: 10px 70px;
    }
}
@media screen and (max-width:540px) {
    .main_text .title_zone h3 {
        margin-bottom: 0;
        font-size: 22px;
    }
    .main_text .flow .flow_list img {
        width: 100%;
        height: auto;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    }
    
}


.main_text .flow .flow_list .text_zone {
    margin-top: 15px;
}
.main_text .flow .flow_list h3 span.number {
    border: 1px solid #69604D;
    font-size: 26px;
    color: #69604D;
    padding: 10px 20px;
    margin-right: 30px;
}
.main_text .flow .info_text {
    margin-top: 70px;
}
.main_text .btn_link {
    text-align: right;
}
.main_text .btn_link a {
    border: 1px solid #C9BEAA;
    background-color: #fff;
    padding: 10px 80px;
    font-size: 16px;
    display: inline-block;
    transition: 0.5s;
}
.main_text .btn_link a:hover {
    border: 1px solid #C9BEAA;
    background-color: #C9BEAC;
    padding: 10px 80px;
    font-size: 16px;
    display: inline-block;
    transition: 0.5s;
}

#service .simi_zone .flow04
/**#service .simi_zone .flow08**/ {
    padding-bottom: 0;
}
@media screen and (max-width:1280px) {
    .main_text .flow .flow_list .text_zone h3 {
        display: flex;
    }
    .main_text .flow .flow_list .text_zone h3 span:nth-child(2) {
        display: flex;
        align-items: center;
    }
}



@media screen and (max-width:991px) {
     .main_text .flow .flow_list:nth-child(1) {
        border-top: 1px dashed #707070;
        border-bottom: 1px dashed #707070;
        padding: 40px 0;
        display: flex;
        justify-content: space-around;
    }
    .main_text .flow .flow_list {
        /*border-bottom: 1px dashed #707070;*/
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    /**
    .main_text .flow .flow_list {
        border-bottom: 1px dashed #707070;
        padding: 70px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    **/
     .main_text .flow .flow_list .img_zone {
        margin-top: 40px;
     }
    .main_text .flow .flow_list .text_zone {
        margin-top: 0px;
    }
    .main_text .flow .flow_list h3 span.number {
        border: 1px solid #69604D;
        font-size: 22px;
        color: #69604D;
        padding: 5px 15px;
        margin-right: 24px;
    }
    .main_text .flow .flow_list .text_zone h3 {
        display: flex;
        font-size: 22px;
    }
    .main_text .flow .btn_link {
        text-align: right;
    }
    .main_text .btn_link a {
        border: 1px solid #C9BEAA;
        background-color: #fff;
        padding: 10px 20px;
        font-size: 14px;
        display: inline-block;
        transition: 0.5s;
    }
    .main_text .btn_link a:hover {
        border: 1px solid #C9BEAA;
        background-color: #C9BEAC;
        padding: 10px 20px;
        font-size: 14px;
        display: inline-block;
        transition: 0.5s;
    }
    .main_text .flow .info_text {
        margin-top: 40px;
    }
}
@media screen and (max-width:540px) {
    .main_text p.sub_title {
        display: block;
        text-align: center;
        background-color: #6E6451;
        color: #fff;
        font-size: 16px;
        padding: 10px 15px;
    }
    .main_text .flow .flow_list:nth-child(1) {
        border-top: 1px dashed #707070;
        border-bottom: 1px dashed #707070;
        padding: 40px 0;
        display: flex;
        justify-content: space-around;
    }
    .main_text .add_margin {
        margin-top: 50px;
    }
    .main_text .flow .flow_list {
        /*border-bottom: 1px dashed #707070;*/
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .main_text .flow .flow_list .text_zone h3.res_540 {
        display: flex !important;
    }
    .main_text .flow .flow04 h3,
    .main_text .flow .flow05 h3 {
        display: flex;
    }
    .main_text .flow .flow04 h3 span.number,
    .main_text .flow .flow05 h3 span.number {
       height: 46.5px;
    }
    .main_text .btn_link a {
        border: 1px solid #C9BEAA;
        background-color: #fff;
        padding: 10px 10px;
        font-size: 14px;
        display: inline-block;
        transition: 0.5s;
    }
    .main_text .btn_link a:hover {
        border: 1px solid #C9BEAA;
        background-color: #C9BEAC;
        padding: 10px 10px;
        font-size: 14px;
        display: inline-block;
        transition: 0.5s;
    }
}

.maru_title {
    border: 1px solid #C9BEAA;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 50px;
    color: #6E6451;
}

.border {
    border: 1px solid #69604D;
    padding: 40px;
}


@media screen and (max-width:540px) {
    .border {
        border: 1px solid #69604D;
        padding: 40px 20px;
    }
}



#service .simi_zone .pack_title {
    background-color: #6E6451;
    color: #fff;
}
#service .simi_zone .pack_title p {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
#service .simi_zone .pack_zone .text_zone {
    justify-content: space-between;
    text-align: left;
}
#service .simi_zone .pack_zone ul {
    list-style: outside;
    padding-left: 23px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
#service .simi_zone .pack_zone .padding_img_zone {
    padding: 0;
}
#service .simi_zone .pack_zone .right_zone p.big_font,
#service .simi_zone #method .add_info  p.big_font {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #6E6451;
}
#service .simi_zone .pack_zone .right_zone {
    padding: 0;
}
#service .simi_zone .pack_zone .right_zone .img_zone p {
    margin-top: 5px;
}
#service .simi_zone .pack_zone .right_zone p.big_font span,
#service .simi_zone #method .add_info  p.big_font span {
    font-size: 18px;
}
    #service .simi_zone .pack_zone .table {
        width: 100%;
    }
    #service .simi_zone .pack_zone table td {
        text-align: left;
        font-size: 18px;
        color: #6E6451;
    }
    #service .simi_zone .pack_zone table td.bold {
        font-weight: 600;
        font-size: 30px;
    }
    #service .simi_zone .pack_zone table {
        display: grid;
        margin-top: 20px;
    }
    #service .simi_zone .pack_zone table tbody {
        column-count: 2;
    }
    #service .simi_zone .pack_zone table tbody tr {
        align-items: center;
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
@media screen and (max-width:1080px) {

    #service .simi_zone .pack_zone .right_zone p.big_font {
        padding: 0;
    }
    #service .simi_zone .pack_zone .right_zone div {
        padding: 0;
    }

    #service .simi_zone .pack_zone ul {
        list-style: outside;
        padding-left: 15px;
        font-size: 14px;
    }
    #service .simi_zone .pack_zone .right_zone .add_margin {
        margin-top: 50px;
    }
}

@media screen and (max-width:991px) {
        #service .simi_zone .pack_title p {
        text-align: center;
        font-size: 18px;
        padding: 10px;
    }
        #service .simi_zone .pack_zone table td {
        text-align: left;
        font-size: 18px;
        color: #6E6451;
    }
    #service .simi_zone .pack_zone table td.bold {
        font-weight: 600;
        font-size: 24px;
    }
        #service .simi_zone .pack_zone table tbody {
        column-count: 1;
    }
        #service .simi_zone .pack_zone table tbody tr {
        align-items: center;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #service .simi_zone .pack_zone .right_zone p.big_font,
    #service .simi_zone #method .add_info  p.big_font {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #6E6451;
    }
    #service .simi_zone .pack_zone .text_zone .img_zone {
        padding: 0;
    }
    #service .simi_zone .pack_zone .right_zone {
        padding: 0;
    }
        #service .simi_zone .pack_zone .right_zone .add_margin02 {
        margin-top: 50px;
    }
}

@media screen and (max-width:540px) {
        #service .simi_zone .pack_zone table td {
        text-align: left;
        font-size: 16px;
        color: #6E6451;
    }
    #service .simi_zone .pack_zone table td.bold {
        font-weight: 600;
        font-size: 22px;
    }
}



/**==================
service kabi
===================**/
#service h3 {
    line-height: 1.5;
    align-items: center;
}
@media screen and (max-width:991px) {
    #service h3 {
        line-height: 1.5;
        align-items: center;
        font-size: 22px;
    }
}
#service .kabi_zone img.kabi_flow {
    width: 465px;
    height: auto;
}
#service .kabi_zone .flow05 .text_zone,
#service .kabi_zone .flow06 .text_zone,
#service .kabi_zone .flow07 .text_zone,
#service .kabi_zone .flow08 .text_zone {
    margin-top: 0;
}

#service .kabi_zone .flow_list .img_zone_right {
    text-align: right;
}
#service .kabi_zone .bg_color .flow_list .img_zone img {
    box-shadow: none;
}
#service .kabi_zone .bg_color {
    padding-bottom: 0;
}
#service .kabi_zone .detail_info {
    justify-content: space-between;
}
#service .kabi_zone .left_zone .text_zone {
    display: inline-block;
    margin: auto;
    margin-top: 40px;
}
#service .kabi_zone .left_zone p.big_font {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #6E6451;
}
#service .kabi_zone .left_zone p.big_font span {
    font-size: 18px;
}
#service .kabi_zone .left_zone table {
    width: 100%;
}
#service .kabi_zone .left_zone table td {
    text-align: left;
    font-size: 18px;
    color: #6E6451;
}
#service .kabi_zone .left_zone table td.bold {
    font-weight: 600;
    font-size: 30px;
}
#service .kabi_zone .detail_info .right_zone {
    text-align: left;
}
#service .kabi_zone .detail_info .right_zone .sub_title {
    margin-bottom: 20px;
    background-color: #E4DFD5;
    color: #333333;
}
#service .kabi_zone .flow ul,
#service .kabi_zone .detail_info .right_zone ul {
    list-style: outside;
    padding-left: 23px;
    font-size: 18px;
}

#service .kabi_zone .add_info {
    background-color: #E4DFD5;
    text-align: center;
    padding: 40px;
}
#service .kabi_zone .add_info p {
    text-align: center;
    margin-top: 20px;
}
#service .kabi_zone .add_info02 h3:nth-child(1) {
    color: #6E6451;
    margin-bottom: 20px;
}

@media screen and (max-width:1280px) {
    #service .kabi_zone img.kabi_flow {
        width: 100%;
        height: auto;
    }
    #service .kabi_zone .detail_info .right_zone .sub_title {
        margin-bottom: 20px;
        background-color: #E4DFD5;
        color: #333333;
        padding: 10px 50px;
        text-align: center;
    }
}
@media screen and (max-width:991px) {

    #service .kabi_zone .flow_list .img_zone_right {
        text-align: left;
    }
    /**
    #service .kabi_zone .flow05 .text_zone,
    #service .kabi_zone .flow06 .text_zone,
    #service .kabi_zone .flow07 .text_zone,
    #service .kabi_zone .flow08 .text_zone {
        margin-top: 15px;
    }
        **/
    #service .kabi_zone .flow ul,
    #service .kabi_zone .detail_info .right_zone ul {
        list-style: outside;
        padding-left: 23px;
        font-size: 14px;
    }
    #service .kabi_zone .left_zone p.big_font {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }
    #service .kabi_zone .left_zone .text_zone {
        width: 100%;
        display: inline-block;
        margin: auto;
        margin-top: 40px;
    }
    #service .kabi_zone .left_zone table td {
        text-align: left;
        font-size: 18px;
    }
    #service .kabi_zone .left_zone table td.bold {
        font-weight: 600;
        font-size: 24px;
    }
    #service .kabi_zone .detail_info .right_zone {
        margin-top: 40px;
    }
    #service .kabi_zone .detail_info .right_zone ul {
        list-style: outside;
        padding-left: 15px;
        font-size: 14px;
    }
    #service .kabi_zone .add_info h3 {
        font-size: 18px;
    }
    #service .kabi_zone .add_info02 h3 {
        font-size: 18px;
    }
    #service .kabi_zone .add_info02 h3.border {
        padding: 40px 15px;
    }
}
@media screen and (max-width:540px) {
    #service .kabi_zone .detail_info .left_zone,
    #service .kabi_zone .detail_info .right_zone,
    #service .kabi_zone .add_info02,
    #service .kabi_zone .btn_link {
        padding: 0;
    }
    #service .kabi_zone .detail_info .right_zone .sub_title {
        margin-bottom: 20px;
        background-color: #E4DFD5;
        color: #333333;
        padding: 10px 50px;
        text-align: center;
    }
    #service .kabi_zone .left_zone table td {
        text-align: left;
        font-size: 16px;
    }
    #service .kabi_zone .left_zone table td.bold {
        font-weight: 600;
        font-size: 22px;
    }
    #service .kabi_zone .detail_info .btn_link a.res_540,
    #service .simi_zone .main_text .btn_link a.res_540 {
        display: flex !important;
        /*justify-content: space-around;*/
        justify-content: center;
    }
    #service .kabi_zone .detail_info .btn_link a.res_540 span,
    #service .simi_zone .main_text .btn_link a.res_540 span {
        text-align: left;
        display: flex;
        align-items: center;
        margin-left: 10px;
    }
    #service .kabi_zone .add_info {
        background-color: #E4DFD5;
        text-align: center;
        padding: 40px 20px;
    }
}


/**==================
service aftercare
===================**/
@media screen and (max-width:1280px) {
    #service .aftercare  .wrap .page_link a {
        display: inline-block;
        border: 1px solid #C9BEAC;
        width: 250px;
        padding: 10px 30px;
        text-align: center;
        transition: 0.5s;
        margin: 0 15px;
    }
    #service .aftercare .wrap .page_link a:hover {
        display: inline-block;
        border: 1px solid #C9BEAC;
        background-color: #C9BEAC;
        width: 250px;
        padding: 10px 30px;
        text-align: center;
        transition: 0.5s;
    }
    #service .aftercare  .wrap .current {
        display: inline-block;
        border: 1px solid #C9BEAC;
        background-color: #C9BEAC;
        width: 250px;
        padding: 10px 30px;
        text-align: center;
    }
}
@media screen and (max-width:1280px) {
    #service .aftercare  .wrap .page_link a {
        display: inline-block;
        border: 1px solid #C9BEAC;
        width: 270px;
        padding: 10px 30px;
        text-align: center;
        transition: 0.5s;
        margin: 5px 20px;
    }
    #service .aftercare  .wrap .page_link a:hover {
        display: inline-block;
        border: 1px solid #C9BEAC;
        background-color: #C9BEAC;
        width: 270px;
        padding: 10px 30px;
        text-align: center;
        transition: 0.5s;
    }
    #service .aftercare  .wrap .current {
        display: inline-block;
        border: 1px solid #C9BEAC;
        background-color: #C9BEAC;
        width: 270px;
        padding: 10px 30px;
        text-align: center;
    }
}

@media screen and (max-width:1050px) {
    #service .aftercare  .wrap .page_link a {
        display: inline-block;
        border: 1px solid #C9BEAC;
        width: 270px;
        padding: 10px 30px;
        text-align: center;
        transition: 0.5s;
        margin: auto;
    }
        #service .aftercare .after_h3 {
        font-size: 24px;
    }
}

@media screen and (max-width:991px) {
    #service .aftercare .after_h3 {
        font-size: 20px;
    }
    #service .aftercare  .wrap .page_link a {
        display: block;
        border: 1px solid #C9BEAC;
        width: 270px;
        padding: 10px 30px;
        text-align: center;
        transition: 0.5s;
        margin: 5px auto;
    }
    #service .aftercare  .wrap .page_link a:hover {
        display: block;
        border: 1px solid #C9BEAC;
        background-color: #C9BEAC;
        width: 270px;
        padding: 10px 30px;
        text-align: center;
        transition: 0.5s;
    }
}


#service .aftercare  h3.border_title{
    border: 1px solid #707070;
    padding: 10px 50px;
}
#service .aftercare .img_zone img {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
#service .aftercare .img_zone div:nth-child(1) {
    padding-left: 0;
}
#service .aftercare .img_zone div:last-child {
    padding-right: 0;
}
#service .aftercare .main_text .flow p.mini_title {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#service .aftercare .main_text .flow .list {
    width: 25%;
    padding: 40px 50px;
    border-right: 1px solid #C6C6C6;
}
#service .aftercare .main_text .flow .list:nth-child(1) {
    border-right: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
}
#service .aftercare .main_text .contact_img {
    background-color: #6E6451;
    padding: 40px 100px;
    display: inline-block;
}
#service .aftercare .main_text .contact_img h3 {
    color: #fff;
}
#service .aftercare .btn_link {
    padding-top: 90px;
    text-align: center;
}
#service .aftercare .btn_link  h3 {
    margin-bottom: 40px;
}
#service .aftercare .btn_link a {
    padding: 10px;
    width: 280px;
    margin: auto 20px;
}
#service .aftercare figcaption {
    text-align: right;
}

@media screen and (max-width:1280px) {
    #service .aftercare .main_text .flow .list {
        width: 25%;
        padding: 40px 40px;
        border-right: 1px solid #C6C6C6;
    }
}
@media screen and (max-width:1080px) {
    #service .aftercare .main_text .flow p.mini_title {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:991px) {
    #service .aftercare  h3.border_title {
        font-size: 22px;
        border: 1px solid #707070;
        padding: 10px 40px;
    }
    #service .aftercare .img_zone div:nth-child(1) {
        padding: 0;
    }
    #service .aftercare .img_zone div:last-child {
        padding: 0;
        margin-top: 20px;
    }
    #service .aftercare .main_text .flow .list {
        width: 100%;
        padding: 40px 50px;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #C6C6C6;
    }
    #service .aftercare .main_text .flow p.mini_title {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #service .aftercare .main_text .flow .list:nth-child(1) {
        border-right: none;
        border-left: none;
    }
    #service .aftercare .main_text .contact_img {
        background-color: #6E6451;
        padding: 40px 70px;
        display: inline-block;
    }
    #service .aftercare .btn_link a {
        padding: 10px;
        width: 250px;
        margin: 5px 15px;
    }
    #service figcaption {
        text-align: left;
        font-size: 14px;
        margin-top: 5px;
    }
    #service .aftercare figcaption {
        text-align: left;
        margin-top: 5px;
    }
}

@media screen and (max-width:540px) {
    #service .aftercare .btn_link {
        padding-top: 40px;
        text-align: center;
    }
    #service .aftercare .zone {
        margin: auto;
    }
    
    #service .aftercare  h3.border_title{
        border: 1px solid #707070;
        padding: 10px 30px;
    }
    #service .aftercare .main_text .flow .list {
        width: 100%;
        padding: 40px 0px;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #C6C6C6;
    }
    #service .aftercare .main_text .flow .list:nth-child(1) {
        border-right: none;
        border-left: none;
        padding-top: 0;
    }
    #service .aftercare .main_text .flow p.mini_title {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #service .aftercare .main_text .contact_img {
        background-color: #6E6451;
        padding: 40px;
        display: inline-block;
    }
    #service .aftercare .main_text .contact_img h3 {
        color: #fff;
        font-size: 18px;
    }
    #service .aftercare .btn_link a {
        padding: 10px;
        width: 280px;
        margin: 5px 20px;
    }
    #service figcaption {
        text-align: left;
        font-size: 14px;
        margin-top: 5px;
    }
}



/**==================
service aftercare02
===================**/
#service .aftercare02 .flow .img_zone div:nth-child(2) {
    padding-left: 6px;
    padding-right: 6px;
}
#service .aftercare02 .add_info ul {
    text-align: left;
    list-style: outside;
    padding-left: 23px;
    font-size: 18px;
    margin-top: 20px;
}

@media screen and (max-width:991px) {
    #service .aftercare02 .flow .img_zone div:nth-child(2) {
        padding: 0;
        margin-top: 20px;
    }
    #service .aftercare02 .add_info ul {
        text-align: left;
        list-style: outside;
        padding-left: 15px;
        font-size: 14px;
        margin-top: 20px;
    }
    
}


/**==================
service aftercare03
===================**/
#service .aftercare03 .title h2 {
    color: #6E6451;
    line-height: 1.5;
}

#service .aftercare03 .merit_list p.sub_title {
    background-color: #C8BCA8;
    color: #333333;
    display: block;
    text-align: center;
}
#service .aftercare03 .merit {
    justify-content: space-around;
}

@media screen and (max-width:1280px) {
    #service .aftercare03 .merit_list p.sub_title {
        background-color: #C8BCA8;
        color: #333333;
        display: block;
        text-align: center;
        padding: 10px 30px;
    }
}

@media screen and (max-width:540px) {
    #service .aftercare03 .merit_list {
        padding: 0;
    }
     #service .aftercare03 .merit_list p.sub_title {
        background-color: #C8BCA8;
        color: #333333;
        display: block;
        text-align: center;
        padding: 10px;
    }
}


/**==================
service storage
===================**/
.shadow {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2) !important;
}
#service .storage .page_link {
    display: flex;
    justify-content: space-around;
}
#service .storage .page_link a {
    display: flex;
    flex-direction: column;
}
#service .storage .page_link a:hover {
    display: flex;
    flex-direction: column;
}
#service .storage .page_link a img {
    width: 16px;
    height: 16px;
    margin: auto;
    margin-top: 5px;
}
#service .storage .title_zone_bg {
   position: relative;
}
#service .storage .title_zone_bg img {
    height: 240px;
    width: fit-content;
    width: auto;
}
#service .storage .title_zone_bg .title_zone {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
}
#service .storage .step .step_title {
    text-align: left;
    color: #6E6451;
}
#service .storage .step .step_title h3 {
    /*border-bottom: 1px solid #6E6451;*/
    display: inline-block;
    position: relative;
}
#service .storage .step .step_title h3:after {
    content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #6E6451;
  position: absolute;
  bottom: 0;
  left: 0;
}
#service .storage .point03 .step_title h3:after {
    content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #6E6451;
  position: absolute;
  bottom: -5px;
  left: 0;
}


#service .storage .step .step_title h3 span:last-child {
    font-family: "Noto Serif JP", serif;
}
#service .storage .step .step_title span.number {
    font-size: 68px;
    margin-left: 10px;
    margin-right: 30px;
}




#service .storage .step figcaption {
    text-align: left;
}
#service .storage #method .add_info {
    justify-content: space-between;
}
#service .storage .btn_img_zone {
    overflow: hidden;
}
#service .storage .btn_img_zone img {
    height: 509px;
    width: fit-content;
    width: auto;
}
#service .storage .text_flex {
    justify-content: space-between;
}
#service .storage .pack_title {
    background-color: #CABEAA;
}
#service .storage .pack_title p {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
#service .storage .pack_zone .text_zone {
    justify-content: space-between;
    text-align: left;
}
#service .storage .pack_zone ul {
    list-style: outside;
    padding-left: 23px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
#service .storage .pack_zone .padding_img_zone {
    padding: 0;
}
#service .storage .pack_zone p.big_font {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #6E6451;
}
#service .storage .pack_zone p.big_font span {
    font-size: 18px;
}
#service .storage .pack_zone p.big_font span.price {
    font-size: 30px;
}
#service .storage .pack_zone .right_zone p.big_font,
#service .storage #method .add_info  p.big_font {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #6E6451;
}
#service .storage .pack_zone .right_zone {
    padding: 0;
}
#service .storage .pack_zone .right_zone .img_zone p {
    margin-top: 5px;
}
#service .storage .pack_zone .right_zone p.big_font span,
#service .storage #method .add_info  p.big_font span {
    font-size: 18px;
}
#service .storage #suggestion .title_zone p {
    text-align: center;
}
#service .storage #suggestion .table {
    width: 100%;
}
#service .storage #suggestion table td {
    text-align: left;
    font-size: 18px;
    color: #6E6451;
}
#service .storage #suggestion table td.bold {
    font-weight: 600;
    font-size: 30px;
}
#service .storage #suggestion table {
    display: grid;
    margin-top: 20px;
}
#service .storage #suggestion table tbody {
    column-count: 2;
}
#service .storage #suggestion table tbody tr {
    align-items: center;
    width: 80%;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:1080px) {
    #service .storage .btn_img_zone img {
        height: 300px;
        width: fit-content;
        width: auto;
    }
}
@media screen and (max-width:991px) {
    #service .storage .btn_img_zone img {
        height: 250px;
        width: fit-content;
        width: auto;
    }
    #service .storage .point03 .step_title h3:after {
        content: '';
        width: 100%;
        height: 1px;
        display: inline-block;
        background-color: #6E6451;
        position: absolute;
        bottom: -10px;
        left: 0;
    }
    #service .storage #suggestion table td {
        text-align: left;
        font-size: 18px;
        color: #6E6451;
    }
    #service .storage #suggestion table td.bold {
        font-weight: 600;
        font-size: 24px;
    }
    #service .storage .page_link {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #service .storage .pack_zone p.big_font {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #6E6451;
}
#service .storage .pack_zone p.big_font span {
    font-size: 18px;
}
#service .storage .pack_zone p.big_font span.price {
    font-size: 24px;
}
    #service .storage .pack_zone .right_zone p.big_font {
        padding: 0;
    }
    #service .storage .pack_zone .right_zone div {
        padding: 0;
    }
    #service .storage .pack_zone .right_zone p.big_font,
    #service .storage #method .add_info  p.big_font {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #6E6451;
    }
    #service .storage .page_link a {
        margin:5px auto;
        width: 300px;
    }
    #service .storage .page_link a:hover {
        margin:5px auto;
        width: 300px;
    }
    #service .storage .pack_title p {
        text-align: center;
        font-size: 18px;
        padding: 10px;
    }
    #service .storage .pack_zone ul {
        list-style: outside;
        padding-left: 15px;
        font-size: 14px;
    }
    #service .storage .step .step_title span.number {
        font-size: 38px;
        margin-left: 10px;
        margin-right: 30px;
    }

    #service .storage .point03 h3.res_991 {
        justify-content: left;
        display: flex !important;
    }
    #service .storage .text_flex div {
        padding: 0;
    }

    #service .storage #suggestion table tbody {
        column-count: 1;
    }
    #service .storage #suggestion table tbody tr {
        align-items: center;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #service .storage .pack_zone .right_zone .add_margin {
        margin-top: 50px;
    }
    #service .storage .text_flex .img_zone {
        margin-top: 40px;
    }
}
@media screen and (max-width:540px) {
    #service .storage .step .step_title h3 {
        border-bottom: none;
    }
    #service .storage .step .step_title h3:after {
        display: none;
    }
    #service .storage .step .step_title h3 span:last-child {
        font-family: "Noto Serif JP", serif;
        border-bottom: 1px solid #6E6451;
    }
    #service .storage .step .step_title span.number {
        font-size: 38px;
        margin-left: 10px;
        margin-right: 0px;
    }
    #service .storage #method .step02 .add_info .img_zone {
        padding: 0;
    }
    #service .storage #method .step02 .add_info .text_zone {
        padding: 0;
    }
    #service .storage #suggestion table td {
        text-align: left;
        font-size: 16px;
        color: #6E6451;
    }
    #service .storage #suggestion table td.bold {
        font-weight: 600;
        font-size: 22px;
    }
    #service .storage .title_zone_bg img {
        height: 150px;
        width: fit-content;
        width: auto;
    }
    #service .storage .btn_img_zone img {
        height: 250px;
        width: fit-content;
        width: auto;
    }
    #service .storage .step_title h3.flex {
        display: inline-block !important;
    }
    #service .storage .step_title h3.pc_991 {
        display: none !important;
    }
    #service .storage .step_title h3.pc_540 {
        display: none !important;
    }

    #service .storage .pack_zone .text_zone .img_zone {
        padding: 0;
    }
    #service .storage .pack_zone .right_zone {
        padding: 0;
    }
}



/**==================
service jewelry
===================**/
#service .jewelry .intro {
    justify-content: space-around;
}
#service .jewelry .intro .intro_text h3 {
    text-align: left;
}
#service .jewelry .title_zone .page_link a {
    margin-top: 20px;
}
#service .jewelry  .repair_point .text_zone h3 {
    color: #6E6451;
    border-bottom: 1px solid #6E6451;
    display: inline-block;
}
#service .jewelry .repair_point {
    text-align: left;
}
#service .jewelry .main_text .repair_info .info_title {
    background-color: #CABEAA;
}
#service .jewelry .main_text .repair_info .info_title p {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
#service .jewelry .main_text .repair_info .img_flex_zone div:first-child {
    padding-left: 0;
}
#service .jewelry .main_text .repair_info .img_flex_zone div:last-child {
    padding-right: 0;
}

#service .jewelry .main_text .point_last .img_flex_zone {
    justify-content: center;
}

#service .jewelry .main_text ul {
    text-align: left;
    list-style: outside;
    padding-left: 23px;
    font-size: 18px;
    margin-top: 20px;
}
#service .jewelry .repair_point table {
    border: 1px solid #C9BEAA;
    width: 100%;
}
#service .jewelry .repair_point table td{
    border-left: 1px solid #C9BEAA;
    border-right: 1px solid #C9BEAA;
    border-top: 1px dotted #C9BEAA;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

#service .jewelry .repair_point table th {
    background-color: #C9BEAA;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

/*
#service .jewelry .add_info {
   background-color: #E4DFD5;
    padding-top: 70px;
    padding-bottom: 70px;
}*/

#service .jewelry .tel_info {
    background-color: #6E6451;
    display: inline-block;
    color: #fff;
    padding: 40px ;
}
#service .reform .bg_color {
    padding-bottom: 140px;
}

@media screen and (max-width:1080px) {
    #service .jewelry .title_zone .page_link a {
        margin: 20px 0 0 0 ;
    }
}

@media screen and (max-width:991px) {
    #service .jewelry .intro {
        justify-content: space-around;
        flex-direction: column-reverse;
    }
    #service .jewelry .title_zone .page_link {
        margin-bottom: 40px;
    }
    #service .jewelry .title_zone .page_link a {
        margin: 20px 10px 0 10px ;
    }
    #service .jewelry .main_text ul{
        list-style: outside;
        padding-left: 15px;
        font-size: 14px;
    }

    #service .jewelry .main_text .repair_info .info_title p.res_991 {
        text-align: left;
        font-size: 20px;
        padding: 10px 10px 10px 20px;
        display: flex !important;
        line-height: 1.5;
    }
    #service .jewelry .main_text .repair_info .info_title p.res_991 span:last-child{
        width: 85%;
    }

    #service .jewelry .main_text .repair_info .img_flex_zone div:first-child,
    #service .jewelry .main_text .repair_info .img_flex_zone div:last-child {
        padding: 0;
    }
    #service .jewelry .main_text .repair_info .img_flex_zone div:last-child {
        margin-top: 40px;
    }
    
    #service .jewelry .add_info h3.res_991 {
        /*background-color: #E4DFD5;
        padding-top: 40px;
        padding-bottom: 40px;*/
        text-align: left;
    }
    
    #service .jewelry .tel_info {
        background-color: #6E6451;
        display: inline-block;
        color: #fff;
        padding: 20px ;
    }


        #service .jewelry .repair_point table td{
        border-left: 1px solid #C9BEAA;
        border-right: none;
        border-top: none;
        border-bottom: 1px dotted #C9BEAA;
        text-align: justify;
        font-size: 14px;
        padding: 10px 20px 10px 20px;
        width: 100%;
    }
    #service .jewelry .repair_point table td.last {
        border-bottom: none;
    }
    #service .jewelry .repair_point table th.answer {
        border-bottom: 1px solid #fff;
    }



    
    #service .reform .bg_color {
        padding-bottom: 70px;
    }
}
@media screen and (max-width:540px) {
    #service .jewelry .intro {
        flex-direction: column-reverse;
        justify-content: space-around;
    }
    #service .jewelry .title_zone .page_link {
        margin-bottom: 40px;
    }
    #service .jewelry .title_zone .page_link a {
        margin: 5px 10px 5px 10px ;
    }
    #service .jewelry .main_text .repair_info .info_title p.res_991 {
        text-align: left;
        font-size: 18px;
        padding: 10px 10px 10px 20px;
        display: flex !important;
    }
    #service .jewelry .main_text .repair_info .info_title p.res_991 span:last-child{
        width: 80%;
    }
    #service .jewelry .add_info h3 {
        font-size: 18px;
    }
    #service .reform .bg_color {
        padding-bottom: 50px;
    }
    #service .jewelry  .repair_point .text_zone h3 {
        color: #6E6451;
        border-bottom: 1px solid #6E6451;
        display: inline-block;
        font-size: 20px;
    }
    #service .jewelry .repair_point table td{
        border-left: 1px solid #C9BEAA;
        border-right: none;
        border-top: none;
        border-bottom: 1px dotted #C9BEAA;
        text-align: justify;
        font-size: 14px;
        padding: 10px 20px 10px 20px;
    }
    #service .jewelry .repair_point table td.last {
        border-bottom: none;
    }
    #service .jewelry .repair_point table th.answer {
        border-bottom: 1px solid #fff;
    }
    #service .jewelry .tel_info {
        background-color: #6E6451;
        display: inline-block;
        color: #fff;
        padding: 20px ;
        width: 268px;
    }
}

/**==================
service reform
===================**/
#service .reform .intro .intro_text {
    text-align: left;
}
#service .reform .intro .text_zone {
    text-align: left;
}
#service .reform .intro .intro_info {
    justify-content: space-between;
}
#service .reform .intro .text_zone ul {
    text-align: left;
    list-style: outside;
    padding-left: 23px;
    font-size: 18px;
    margin-top: 20px;
}
#service .reform .case_zone {
    justify-content: space-around;
}
#service .reform .case_zone .case_list p {
    margin-top: 20px;
}
#service .reform .main_text .flow .list {
    width: 25%;
    padding: 40px 50px;
    border-right: 1px solid #C6C6C6;
}
#service .reform .main_text .flow .list:nth-child(1) {
    border-right: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
}
#service .reform .main_text .flow p.mini_title {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#service .reform .main_text .contact p {
    text-align: center;
}

@media screen and (max-width:1080px) {
    #service .reform .main_text .flow p.mini_title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
}



@media screen and (max-width:991px) {
    #service .reform .intro .text_zone ul{
        list-style: outside;
        padding-left: 15px;
        font-size: 14px;
    }
    #service .reform .main_text .flow .list {
        width: 100%;
        padding: 40px 50px;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #C6C6C6;
    }
    #service .reform .main_text .flow .list:nth-child(1) {
        border-right: none;
        border-left: none;
    }
    
    #service .reform .main_text .flow p.mini_title {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #service .reform .main_text .contact p {
        text-align: left
    }

}


@media screen and (max-width:540px) {
    #service .reform .main_text .flow .list {
        width: 100%;
        padding: 40px 0px;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #C6C6C6;
    }
    #service .reform .main_text .flow .list:nth-child(1) {
        border-right: none;
        border-left: none;
        padding-top: 0;
    }
    #service .reform .main_text .flow p.mini_title {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #service .jewelry .tel_info h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
}




















/**=====================
トップ含めの共通　style
======================**/

#service .furisode_brn .text_zone {
    background-color: #120F2B;
    padding-top: 170px;
    padding-bottom: 170px;
}

#service .furisode_brn .text_zone h3 {
    font-size: 36px;
    text-align: left;
    letter-spacing: 3px;
}
#service .furisode_brn .text_zone h3 span{ 
    font-size: 60px;
}
#service .furisode_brn .text_zone p {
    color: #FAFAFA;
}
#service .furisode_brn .text_zone .link_btn02{
    text-align: left;
}
#service .furisode_brn .text_zone .btnani03 span {
    font-size: 16px !important;
}
#service .furisode_brn .text_zone .btnani03 img {
    margin-bottom: 3px;
}
#service .furisode_brn .img_zone {
    height: fit-content;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
@media screen and (max-width:1280px) {
    #service .furisode_brn .text_zone {
        background-color: #120F2B;
        padding-top: 140px;
        padding-bottom: 140px;
    }
    #service .furisode_brn .text_zone h3 {
        font-size: 32px;
        text-align: left;
        letter-spacing: 3px;
    }
    #service .furisode_brn .text_zone p {
        color: #FAFAFA;
        width: 95%;
        margin-left: 0;
    }
}
@media screen and (max-width:991px) {
    #service .furisode_brn  {
        background-color: #120F2B;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #service .furisode_brn .text_zone {
        padding-top: 0px;
        padding-bottom: 0px;
        margin: auto;
    }
    #service .furisode_brn .text_zone h3 {
        font-size: 24px;
        text-align: left;
        letter-spacing: 3px;
    }
    #service .furisode_brn .text_zone h3 span{ 
        font-size: 32px;
    }
    #service .furisode_brn .text_zone p {
        color: #FAFAFA;
        width: 100%;
    }
    #service .furisode_brn .img_zone {
        height: auto;
        position: initial;
        margin: auto;
        margin-top: 40px;
    }
}





#service .service_wrap .text_zone {
	text-align: left;
}
#service .service_wrap .text_zone p.en_sub_title {
	color: #6F6F6F;
}
#service .service_wrap .service_list_zone {
	justify-content: space-between;
}
#service .service_wrap .service_list {
	background-color: #fff;
	box-shadow: 0px 3px 6px #D6D6D6;
	padding: 30px;
	width: 24%;
	margin-bottom: 20px;
}
#service .service_wrap .service_list .text_zone {
	margin-top: 20px;
}
#service .service_wrap .service_list .text_zone h2 {
	text-align: center;
	margin-bottom: 20px;
}
#service .service_wrap .service_list .arrow_link {
	float: right;
	margin-top: 20px;
}

#service .service_wrap_comment .btnani {
	margin-top: 40px;
	margin-bottom: 20px;
	display: inline-block;
	padding: 1px 5px 2px 80px;
	margin-right: 0;
}
#service .service_wrap_comment .btnani span {
	font-size: 20px;
}
#service .service_wrap_comment .btnani  img {
	margin-left: 50px;
	vertical-align: text-top;
}
#service .service_wrap_comment p {
	text-align: center;
}
@media screen and (max-width:1280px) {
    #service .service_wrap_comment h2 {
		font-size: 30px;
		line-height: 1.7;
	}
}

@media screen and (max-width:991px) {
	#service .service_wrap .service_list {
		background-color: #fff;
		box-shadow: 0px 3px 6px #D6D6D6;
		padding: 20px;
		margin: auto;
		margin-bottom: 20px;
		width: 48%;
	}
	#service .service_wrap_comment h2 {
		font-size: 20px;
		line-height: 1.7;
	}
	#service .service_wrap_comment .btnani {
		margin-top: 40px;
		margin-bottom: 40px;
		display: inline-block;
		padding: 3px 5px 0px 80px;
		margin-right: 0;
	}
	#service .service_wrap_comment .btnani span {
		font-size: 16px;
		vertical-align: text-top;
	}
	#service .service_wrap_comment .btnani  img {
		/**margin-right: 50px;**/
		vertical-align: middle;
		margin-bottom: 5px;
	}
	#service .service_wrap .service_list .text_zone h2 {
		font-size: 16px;
	}
}

@media screen and (max-width:540px) {
    #service .service_wrap {
        padding-top: 20px;
    }
	#service .service_wrap .service_list {
		background-color: #fff;
		box-shadow: 0px 3px 6px #D6D6D6;
		padding: 0px;
		margin: auto;
		margin-bottom: 20px;
		width: 93%;
		display: flex;
		justify-content: space-between;
		height: auto;
	}
	#service .service_wrap .service_list .service_img {
		width: 50%;
		height: auto;
		height: fit-content;
		margin: auto;
	}
	_::-webkit-full-page-media, _:future, :root #service .service_wrap .service_list .service_img {
		width: 50%;
		height: intrinsic;
		margin: auto;
	}
	#service .service_wrap .service_list .text_zone {
		padding-left: 10px;
		margin-top: 10px;
		position: relative;
	}
	#service .service_wrap .service_list .arrow_link {
		float: right;
		margin-top: 5px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#service .service_wrap .service_list .text_zone h2 {
		font-size: 16px;
		text-align: left;
	}
	#service .service_wrap_comment {
		margin-top: 20px;
	}
	#service .service_wrap_comment .btnani {
		margin-top: 20px;
		margin-bottom: 20px;
		display: inline-block;
		padding: 1px 5px 0px 80px;
		margin-right: 0;
	}
	#service .service_wrap_comment .btnani  img {
		margin-right: 0px;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	::-webkit-full-page-media, :future, :root {
		#service .service_wrap_comment .btnani span {
			font-size: 16px;
			vertical-align: -webkit-baseline-middle;
		}
	  }


	
}




/**===========
link 変更　251216
============**/


/*
.tel_zone a {
    display: flex;
    justify-content: center;
}
.tel_zone img.comment_img {
    width: 100px;
    height: auto;
}
.tel_zone .left_zone {
    background-color: #6E6451;
    border-radius: 0 20px 0 0 ;
    display: flex;
    justify-content: right;
    align-items: center;
}
.tel_zone .left_zone img {
    width: 30px;
    height: fit-content;
    margin-right: 10px;
}
.tel_zone .left_zone p {
    font-size: 30px;
    line-height: 0.8;
    text-align: center;
    padding: 10px 30px 10px 0  ;
}
.tel_zone .left_zone p span {
    font-size: 14px;
    font-weight: bold;
}
*/
