@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;800&family=Noto+Sans+JP:wght@100..900&display=swap');


/*----------------------------------------
  共通
------------------------------------------ */
body{
    margin: 0 auto;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
}
p {
    display: block;
    margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border: none;
    list-style-type: none;
    line-height:160%;
}
h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div{
    line-height: 160%;
}
*, *::before, *::after {
    box-sizing: border-box;
}
h1{
    font-size: 14px;
    width: 25%;
    font-weight: normal;
    color: #4d4d4d;
    margin: 10px;
}
h2 {
    font-size: 18px;
    color: #4d4d4d;
    margin: 10px;
    font-weight: bold;
}
h3 {
    font-size: 18px;
    color: #4d4d4d;
    margin: 10px auto;
    font-weight: normal;
}
h4{
    font-size: 16px;
    color: #4d4d4d;
    margin: 10px;
}
h5{
    font-size: 17px;
    color: #4d4d4d;
    margin: 10px;
    font-weight: bold;
}
p,div {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #4d4d4d;
}
.flex,
.flex_pre {
    display: flex;
}
.flex  img{
    width: 100%;
    height: auto;
}
.fwrap {
    flex-wrap: wrap;
}
.justifyA{
    justify-content: space-around;
}
.justifyB{
    justify-content: space-between;
}
.justifyC{
    justify-content: center;
}
.pcOnly {
    display: block;
}
.spOnly {
    display: none;
}
.contentWrapper {
    width: 85%;
    margin: 0 auto;
}
header .contentWrapper{
    width: 100%;
}
a {
    text-decoration: none;
    color: #4d4d4d;
    font-family: "Play";
}
a:hover {
    opacity: 0.6;
}
label {
    font: 1rem 'Fira Sans', sans-serif;
}
input {
    margin: .4rem;
}

nav ul,
.mv_wrapper,
.section_deco,
section#chiikibetu,
section#kensaku,
section#shousai,
section#ichiran,
section.staff,
section.flow,
section.cace,
section.voice{
    max-width: 1110px;
    margin: 0px auto 10px;
    width: 90%;
}
#item .contentWrapper{
    max-width: 1110px;
    width: 90%;
}
#item{
    margin: 20px 0;
}
section a{
    font-family: sans-serif;
    /* display: block; */
}
/* 共通ボタン */
.free_num img,
.header_inquiry img,
.mv_inquiry img{
    width: 24px;
    margin: 5px;
    padding-bottom: 4px;
    vertical-align: middle;
}
button{
    display: block;
    box-sizing: border-box;
    border: 1px solid #ff0000;
    padding: 10px 16px;
    max-width: 500px;
    margin: 18px auto;
    font-size: 16px;
    font-weight: bold;
}
.button_red{
    background-color:#ff0000;  
    margin: 10px auto 40px;
}
.button_red a{
    color: #fff;
}
.button_red:after{
    border-left: 5px solid #fff;
}
button:after{
    position: relative;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 5px solid transparent;
    box-sizing: border-box;
    border-left: 5px solid #ff0000;
    top: -1px;
    left: 15px;
    margin-right: 0px;
}
.section_bg button{
    background-color: none;
}

/*------------------------------------------------------------
    header
------------------------------------------------------------*/
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
    max-width: 100%;
}
.header_logo,
h1{
    width: 25%;
    max-width: 450px;
}
.header_logo img{
    width: 100%;
}
.header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin: 10px 20px;
}
.header_inquiry p{
    display: inline-block;
    background: #e60000;
    color: #fff;
    font-size: 13px;
    height: 37px;
    padding: 2px 5px 2px 2px;
    overflow-wrap: break-word;
    vertical-align: middle;
    width: 226px;
}
.header_inquiry p:after{
    position:relative;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 5px solid transparent;
    box-sizing: border-box;
    border-left: 5px solid #fff;
    top: 0px;
    left: 7px;
    margin-right: 0px;
}
.header_inquiry p a,
.mv_inquiry a{
    color: #fff;
    font-weight: bold;
}
.free_num{
    font-size: 28px;
    margin: 0 10px;
    color: #333333;
    white-space: nowrap;
    }
.dial_num{
    font-size: 17px;
    color: #333333;
    white-space: nowrap;
}
a.dial_num .fa-solid {
    margin: 0 5px;
}
.buy p{
    background-color: #e60000;
    font-size: 13px;
    width: 130px;
    text-align: center;
    height: 33px;
    position: relative;
    padding: 9%;
    line-height: 2.2px;
}
.buy p:after{
    position: relative;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 5px solid transparent;
    box-sizing: border-box;
    border-left: 5px solid #fff;
    top: 0px;
    left: 7px;
    margin-right: 0px;
}
.buy a{
    color: #fff;
}
/* nav */
.header_hr{
    height: 7px;
    background: linear-gradient(to right, #006400, #e60000, #006400);
    border: none;
    margin: 0;
}
nav{
    height: 40px;
    background-image: linear-gradient(to right, rgb(255 255 255 / 59%), rgb(255 255 255 / 0%)),repeating-linear-gradient(-45deg, #d3d3d3, #d3d3d3 15px, 15px, #dcdcdc 25px);
}
nav ul{
    display: flex;
    justify-content: space-between;
    height: 26px;
    padding: 7px 0;
    width: 90%;
}
nav#g-nav{
    display: none;
}
nav li a{
    font-size: 16px;
    line-height: 1.8;
}
/* mv */
.mv{
    background-image: url("../image/mv_03.jpg");
    background-size: cover;
    background-position: center;
    padding: 10px;
    height: 150px;
}
.mv_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 17px;
}
.mv_wrapper img{
    width: 100px;
    margin: 0 10px;
    height: auto;
}
.sp_wrapper{
    display: flex;
}
.mv h2{
    color: #fff;
    text-shadow: 4px 3px 4px #3d3d3d, -4px -3px 4px #3d3d3d;
    font-weight: bold;
    font-size: 24px;
}
.mv_bubble{
    position: relative;
    display: inline-block;
    margin: 7px;
    padding: 5px;
    min-width: 120px;
    color: #000;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ff8000;
    border-radius: 5px;
}
.mv_bubble:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -16px;
    border: 8px solid transparent;
    border-top: 12px solid #fff;
  }
.mv_inquiry{
    background: #e60000;
    color: #fff;
    font-size: 15px;
    width: 266px;
    height: 47px;
    padding: 4% 0;
}
.mv_inquiry:after{
    position:relative;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 5px solid transparent;
    box-sizing: border-box;
    border-left: 5px solid #fff;
    top: 0px;
    left: 4px;
    margin-right: 0px;
}
.mv_inquiry img{
    width: 24px;
}
@media (max-width: 1023px) {
    .mv{
        background-image: url("../image/mv_03_sp.jpg");
        height: 280px;
    }
}
/*------------------------------------------------------------
    section
------------------------------------------------------------*/
/* section_deco */
.section_deco h3{
    background-image: url("../image/img_h3.png");
    width: 100%;
    height: 45px;
    margin-top: 10px;
    padding: 22px 0 0 0;
}
.section_deco h3:before{
    position: relative;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 8px solid transparent;
    box-sizing: border-box;
    border-left: 14px solid #ff0000;
    top: 0;
    left: 0;
    margin-right: 0px;
}
.section_deco .section_flex .section_w30{
    width: 33%;
    margin: 1%;
}
.section_deco .txt_center{
    text-align: center;
    font-weight: bold;
}
.section_flex{
    display: flex;
    width: 99%;
    margin: 0 auto;
    /* flex-wrap: wrap; */
}
.section_box{
    width: 100%;
    padding: 2%;
}
.section_flex p{
    width: 100%;
    padding: 2% 0;
    
}
.section_box img{
    width: 170px;
}
.section_flex h4{
    color: #fff;
    background: #3cb300;
    padding: 4px 9px;
    width: fit-content;
    height: 32px;
}
.section_flex h4:after{
    position: relative;
    content: "";
    box-sizing: border-box;
    height: 3px;
    display: block;
    background-color: #3cb300;
    bottom: 1px;
    width: 180%;
}
.section_deco .section_box.box_flex{
    border: 1px solid #ddd;
    /* width: 45%; */
}
.section_deco .point_cot{
    flex-wrap: wrap;
}
.section_deco .point_cot .box_flex{
    width: 45%;
}
.section_flex .section_pricebox{
    background-color: #facdc8;
    border-radius: 18px;
    padding: 3%;
}
.section_pricebox p{
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    font-weight: 600;
    text-align: center;
}
.section_pricebox .priceunit{
    font-size: 20px;
    display: inline;
}
.section_pricebox span{
    display: block;
    font-size: 11px; 
}
.section_box .annotation{
    font-size: 12px;
}
.section_box{
    margin: 1%;
}
.section_box img{
    display: block;
    margin: 0 auto;
    border: 6px solid #e6e6e6;
}
.section_box h5{
    font-size: 16px;
}
.section_flex .section_harf{
    width: 50%;
}
img.section_harf{
    margin-right: 10px;
}
.section_deco .section_flex img{
    height: max-content;
    width: 50%;
    margin: 0 auto;
}
.section_deco.position_ab img{
    margin-right: 10px;
}
.section_onethird{
    width: 68%;
    margin-right: 21px;
}
.section_flex .section_circle{
    width: 150px;
    height: 150px;
    background: #FFF0F5;
    border: 4px solid #ffb3bf;
    border-radius: 50%;
    text-align: center;
}
.section_flex .section_circle p{
    position: relative;
    top: 36px;
    line-height: 1;
    left: 3px;
}
.section_flex .section_circle p:after{
    position: relative;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 10px solid transparent;
    box-sizing: border-box;
    border-left: 12px solid #ff0000;
    top: 11px;
    left: 0;
}
.section_circle span{
    font-size: 26px;
}

.section_flex .section_circle{
    width: 150px;
    height: 150px;
    background: #FFF0F5;
    border: 4px solid #ffb3bf;
    border-radius: 50%;
    text-align: center;
}
.section_flex .section_circle p{
    position: relative;
    top: 36px;
    line-height: 1;
    left: 3px;
}
.section_flex .section_circle p:after{
    position: relative;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 10px solid transparent;
    box-sizing: border-box;
    border-left: 12px solid #ff0000;
    top: 38px;
    left: -47px;
}
.section_circle span{
    font-size: 26px;
}

/* section_bg */
.section_bg{
    background-image: url("../image/section2_bg.jpg");
    background-position: center;
    background-size: cover;
    padding: 3%;
}
.section_bg h3{
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    border-bottom: 5px solid #ff0000;
    width: max-content;
    margin: 0 auto;
}
span.txt_red{
    color: #ff0000;
}
p span.txt_red{
    font-weight: bold;
}
.section_bg .section_flex{
    width: 55%;
    margin: 0 auto;
    padding: 1%;
}
.section_bg .section_flex div{
    width: 45%;
    margin: 4%;
}
.section_bg .section_flex img{
    width: 50%;
    margin: 6% auto;
    max-width: 320px;
}
.section_bg p{
    font-size: 17px;
}
.section_bg{
    background-image: url("../image/section2_bg.jpg");
    background-position: center;
    background-size: cover;
    padding: 3%;
}
.section_bg h3{
    font-size: 30px;
    border-bottom: 5px solid #ff0000;
    width: max-content;
    margin: 0 auto;
}
span.txt_red{
    color: #ff0000;
}
.section_bg .txt_small{
    font-size: 15px;
    width: 126%;
}
p span.txt_red{
    font-weight: bold;
}
.section_bg .section_flex{
    width: 50%;
    margin: 0 auto;
    padding: 1%;
}
.section_bg .section_flex div{
    width: 50%;
    margin: 4%;
}
.section_bg p{
    font-size: 17px;
}

/* section_service */
.section_service{
    background: url(../image/section_service_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 3%;
}
.section_service .section_flex{
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
.service{
    width: 25%;
}
.service_inner{
    position: relative;
    margin: 2%;
    border: 6px solid #fff;
    box-shadow: 0 2px 3px 0 #4d4d4d;
}
.service_inner h3{
    padding: 0.25em 0.5em;
    color: #4d4d4d;
    background: transparent;
    border-left: solid 5px #ff0000;
    position: absolute;
    top: -2%;
}
.service_inner p{
    position: absolute;
    top: 34%;
    width: 100%;
    padding: 7%;
    line-height: 1.3;
    color: #202020;
    text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
    font-weight: 500;
    font-size: 14px;
}
.service_inner img{
    width: 100%;
}
.section_flex_center{
    display: flex;
    justify-content: space-between;
    max-width: 470px;
    margin: 0 auto;
}
.section_service button{
    display: flex;
    background: #3cb300;
    border: none;
    padding: 5px 0;
    max-width: 250px;
    height: 48px;
    margin: 4%;
    width: 180px;
}
.section_service button p{
    color: #fff;
    line-height: 2.6;
    font-size: 14px;
}
.section_service button:after{
    border-left: 5px solid #fff;
    top: 13px;
    left: 35px;
}
.section_service button img{
    width: 24%;
    margin: 3px 10px 0 10px;
    object-fit: contain;
}

/* section_sns */
.section_sns{
    background: #f0f8ff;
    margin: 0;
    padding: 2%;
}
.section_sns .sns{
    max-width: 500px;
    margin: 0 auto;
}
section .contsBox {
    margin-bottom: 50px;
}
section .contsBox .contentWrapper {
    width: 95%;
}
#shousai .contsBox .contentWrapper{
    width: 100%;
}
section .contsBox h2 {
    border-top: 5px solid;
    border-image: linear-gradient(to right,
        #e22920 0% 5%,
        #acacac 0% 20%,
        #dfdfdf 0% 100%
    );
    border-image-slice: 1;
    padding: 10px 0;
    font-weight: 500;
}
section .contsBox h3 {
    border-top: 5px solid;
    border-image: linear-gradient(to right,
        #acacac 0% 6%,
        #dfdfdf 0% 100%
    );
    border-image-slice: 1;
    padding: 10px 0;
}
section .contsBox h4 {
    padding: 10px 0 10px 25px;
    position: relative;
    font-weight: 500;
}
section .contsBox .contentWrapper a h4 {
    background-color:#F1F9FE;
    color:#036EB8;
}
section .contsBox h4:before {
    background: #888;
    content: "";
    height: 15px;
    width: 15px;
    left: 0;
    position: absolute;
    top: 15px;
}
section .contsBox .Box {
    margin-bottom: 30px;
}
section .contsBox h5 {
    margin-top: 30px;
    background: #036eb8;
    color: #fff;
    padding: 0 10px;
    font-size: 1.3rem;
    width: fit-content;
}
section .button {
    margin: 0 auto;
    width: 55%;
    background: #d82940;
}
section .button a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0;
}
section .button a span {
    font-size: 1.5rem;
    font-weight: bold;
}
section select {
    width: 50px;
    height: 25px;
}
.section_sns{
    background: #f0f8ff;
    margin: 0;
    padding: 2%;
}
.section_sns .sns{
    max-width: 500px;
    margin: 0 auto;
}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
footer .footer_txt{
    background: #EFEAE8;
    margin: 0px auto 0;
    padding: 21px 0;
    border-top: 1px solid #DDDDDD;
}
.footer_txt h3{
    width: 30%;
    margin: 0 auto 9px;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 15px;
}
footer dl{
    width: 70%;
    margin: 0px auto;
    text-align: center;
}
footer dt{
    font-family: sans-serif;
    font-size: 10px;
    font-weight: lighter;
    line-height: 2;
    color: #4d4d4d;
}
.footer_nav{
    background: #E9D4D4;
    padding: 10px;
}
.footer_nav ul{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.footer_nav li{
    display: inline-block;
    font-size: 11px;
    line-height: 1.2em;
    border-right: 1px solid #666666;
    padding: 0px 10px 0px 10px;
    list-style-type: none;
    color: #666;
}
.footer_nav li:last-child {
    border-right: none;
}
footer .copyright{
    background: #F04134;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 1.5em;
    padding: 15px 0px;
}
/*------------------------------------------------------------
    item
------------------------------------------------------------*/
#item ol {
    padding: 0;
}
#item ol li a {
    color: #4766ff;
}
#item ol li.betw {
    margin: 0 10px;
}

/*------------------------------------------------------------
    table
------------------------------------------------------------*/
table {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table tr {
    border: 1px solid #bbb;
    /* padding: .35em; */
}
table th,
table td {
    padding: 0.4em 0.5em;
    border-right: 1px solid #bbb;
}
table thead tr,
table tbody tr th {
    background-color: #d6e4ee;
    vertical-align: inherit;
    text-align: center;
}
.txt{
    text-align: left;
    font-size: .85em;
}
.price{
    text-align: right;
}
table thead {
    margin-bottom: 20px;
}
table thead th{
    text-align: center;
}
table td {
    text-align: center;
    font-size: 1.3rem;
    line-height: 30px;
    background: #eee;
}
table td span {
    display: block;
    font-size: 0.8rem;
}
table td.price2 {
    color: #1e37b1;
    font-weight: bold;
}
table td.price2 span {
    color: #000;
    font-weight: normal;
}

/*------------------------------------------------------------
    1499px
------------------------------------------------------------*/
@media screen and (max-width: 1499px) {
    .header_inner{
        width: 70%;
    }
    .tel{
        width: 50%;
        padding: 0 10px; 
    }

}
/*------------------------------------------------------------
    1023px
------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
    /* ハンバーガーメニュー */
    nav,
    .header_inquiry,
    .tel,
    .buy{
        display: none;
    }
    nav#g-nav{
        display: block;
        position:fixed;
        z-index: 999;
        top: -120%;
        left:0;
        width:100%;
        height: 70vh;
        background: rgba(0,0,0,0.8);
        transition: all 0.5s;
    }
    #g-nav.panelactive{
        top: 0;
    }
    #g-nav.panelactive #g-nav-list{
        position: fixed;
        z-index: 999; 
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #g-nav ul {
        position: absolute;
        z-index: 999;
        top: 16%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    #g-nav li{
        text-align: center;
    }
    #g-nav li a{
        color: #fff;
        text-decoration: none;
        padding:10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: normal;
        border-bottom: 1px solid #555;
        width: 100%;
        margin: 0 auto;
    }
    nav ul{
        display: block;
    }
    .hamburger{
        position:fixed;
        z-index: 9999;
        top:10px;
        right: 13px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    .hamburger span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 0px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 70%;
    }
    .hamburger span:nth-of-type(1) {
      top: 15px;
    }
    .hamburger span:nth-of-type(2) {
      top: 25px;
    }
    .hamburger span:nth-of-type(3) {
      top: 35px;
    }
    .hamburger.active span:nth-of-type(1) {
        top: 18px;
        left: 7px;
        transform: translateY(6px) rotate(-45deg);
        width: 70%;
    }
    .hamburger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .hamburger.active span:nth-of-type(3){
        top: 30px;
        left: 6px;
        transform: translateY(-6px) rotate(45deg);
        width: 70%;
    } 
    /* 共通 */
    nav ul,
    .mv_wrapper,
    .section_deco,
    .section_service .section_flex,
    .section_bg .section_flex{
        width: 90%;
    }
    /* header */
    .header_wrapper{
        width: 100%;
    }
    .header_logo{
        max-width: 350px;
    }
    .header_wrapper h1{
        width: 55%;
        max-width: 800px;
    }
    .header_inner{
        width: 5%;
    }

    /* mv */
    .mv_wrapper{
        width: 90%;
        height: 250px;
        align-items: self-start;
    }
    .sp_wrapper{
        display: flex;
        width: 65%;
        margin: 150px 20px 0 auto;
    }
    .sp_inner{
        width: 100%;
        margin: 0 0 auto;
    }
    .sp_inner .mv_bubble{
        width: 133px;
        margin: 0 auto;
        right: -36%;
        top: -7px;
    }
    .sp_inner .mv_inquiry{
        margin: 0px auto;
        padding: 3% 0;
    }
    .sp_wrapper .sp_img{
        position: relative;
        left: 0;
    }
    
    /* section  */
    .section_flex{
        display: block;
    }
    .section_deco.position_ab .section_flex {
        display: flex;
        width: 89%;
        margin-left: 0;
    }
    .section_deco.position_ab img{
        width: 55%;
    }
    .section_flex img{
        width: 40%;
        display: block;
        margin: 0 auto;
    }
    .section_bg .section_flex div{
        width: 85%;
        margin: 0 auto;
    }
    .section_deco .section_flex .section_w30{
        width: 90%;
    }
    .section_deco .section_flex .section_w30_img{
        width: 40%;
        margin: 0 auto;
        height: auto;
    }
    .section_deco .box_flex{
        display: flex;
    }
    .section_deco .point_cot .box_flex{
        width: 100%;
    }
    .section_deco .section_box.box_flex div{
        width: 100%;
    }
    .section_deco .section_box img{
        width: 45%;
        margin-right: 15px;
    }
    .position_ab{
        position: relative;
    }
    .section_flex .section_harf{
        width: 75%;
        margin: 0 auto;
    }
    .section_onethird{
        width: 100%;
    }
    .section_circle{
        position: absolute;
        top: 50px;
        right: 0px;
    }
    .section_service .section_flex{
        display: flex;
    }
    .service{
        width: 50%;
    }
    
    .service img{
        width: 100%;
    }

    /* footer */
    .footer_txt h3{
        width: 70%;
    }
}

/*------------------------------------------------------------
    800px
------------------------------------------------------------*/
@media screen and (max-width: 800px) {
    .section_deco .section_box img {
        width: 30%;
        margin: 0 auto;
    }
    .header_wrapper {
        display: block;
    }
    .header_wrapper h1 {
        width: 90%;
    }
    .header_logo img{
        width:350px;
        margin-top: 5px;
    }
    .mv_wrapper{
        display: block;
    }
    .mv_wrapper h2 {
        text-align: left;
        width: 95%;
    }
    .sp_wrapper {
        width: 84%;
        margin: 87px 34px 0 auto;
    }
    .sp_wrapper .sp_img {
        position: static;
        width: 100px;
        height: 82px;
    }
    .section_bg .txt_small {
        width: 100%;
    }
    .section_deco .box_flex{
        display: block;
    }
    .section_flex .section_hearf{
        width: 100%;
    }
    .section_deco.position_ab .section_flex {
        display: block;
        width: 100%;
    }
    .section_deco.position_ab .section_flex img{
        width: 76%;
        margin-left: 0px;
        height: auto;
    }
    .section_deco.position_ab .section_harf{
        width: 90%;
    }
    .section_service button::after{
        left: 30px;
    }
   
    .section_service button img {
        margin: 5px 19px 0 19px;
    }
    table th{
        background-color: #eee;
        /* display: block; */
        border-right: none;
    }
    /* table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    table tr {
        display: block;
        margin-bottom: .625em;
    }
    
    table td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: .625em .625em .625em 4em;
        border-right: none;
    }
    
    table td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
    } */
    
    table td:last-child {
        border-bottom: 0;
    }
}
/*------------------------------------------------------------
    600px
------------------------------------------------------------*/
@media (max-width: 600px) {
    .service{
        width: 100%;
    }
    .section_service .section_flex{
        display: block;
    }
    .service_inner p{
        top: 44%;
        width: 100%;
        font-size: 17px;
    }
}
/*------------------------------------------------------------
    480px
------------------------------------------------------------*/

@media (max-width: 480px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
    .section_flex .section_circle {
        width: 120px;
        height: 120px;
    }
    .section_flex .section_circle p {
        top: 28px;
    }
    .section_flex .section_circle p:after {
        top: 7px;
        left: 0px;
    }
}

/*------------------------------------------------------------
    430px
------------------------------------------------------------*/

@media screen and (max-width: 430px) {
    .header_logo img {
        width: 72%;
        margin-top: 5px;
    }
    .hamburger{
        top: 0px;
        right: 11px;
    }
    .mv_wrapper .sp_img {
        width: 100px;
        height: auto;
        position: relative;
        top: -36px;
    }
    .sp_wrapper {
        width: 100%;
        margin: 90px 34px 17px auto;
    }
    .sp_inner .mv_bubble {
        width: 150px;
    }
    .sp_inner .mv_inquiry {
        padding: 2% 0;
    }
    .section_deco .box_flex{
        display: block;
    }
    .section_deco .section_box img {
        width: 50%;
        height: auto;
    }
    .section_deco .section_w30_img {
        width: 60%;
    }
    .section_flex .section_harf {
        width: 100%;
    }
    .section_flex .section_circle {
        position: absolute;
        top: 43px;
        right: -5px;
        width: 107px;
        height: 107px;
    }
    .section_flex .section_circle p{
        top: 27px;
        left: 0px;
        padding: 0px;
        font-size: 11px;
    }
    .section_flex .section_circle span{
        font-size: 21px;
    }
    .section_flex .section_circle p:after{
        top: 10px;
        left: 11px;
        border-left: 9px solid #ff0000;
    }
    .section_onethird{
        width: 100%;
    }
    .section_service button{
        margin: 4% 0;
    }
    .section_service button:first-child{
        border-right: 1px solid #fff;
    }
    .section_service button::after{
        left: 10px;
    }
    .section_service button img {
        /* width: 20%; */
        margin: 5px 10px 0 10px;
    }

}


/*------------------------------------------------------------
    area.phpページのソートデザイン
------------------------------------------------------------*/
/* ソート可能な列のデザイン */
th.sortable {
	cursor: pointer;
	user-select: none;
	position: relative;
	padding-right: 20px;
	transition: background-color 0.2s ease-in-out;
}
/* ヘッダーにホバーしたら背景色を変える */
th.sortable:hover {
	background-color: #f0f0f0;
}
/* ソートマーク（矢印）のデザイン */
th .sort-arrow {
	font-size: 12px;
	color: #999;
	/* デフォルトはグレー */
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
/* デフォルトでは「▲▼」を表示 */
th .sort-arrow::after {
	content: "▲▼";
}
/* 昇順（▲） */
th.sorted-asc .sort-arrow::after {
	content: "▲";
	color: #000;
}
/* 降順（▼） */
th.sorted-desc .sort-arrow::after {
	content: "▼";
	color: #000;
}

/*------------------------------------------------------------
    area.phpページの目次デザイン
------------------------------------------------------------*/
ul.mokuji {
	border: double 4px #e2291f;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	margin: 0 20px;
}
ul.mokuji li {
	line-height: 1.5;
	padding: 0.5em 0;
	/*ポチ消す*/
	list-style-type: none !important;
}
ul.mokuji li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a4";
	position: absolute;
	left: 1em;
	/*左端からのアイコンまで*/
	color: #e2291f;
	/*アイコン色*/
}


/*------------------------------------------------------------
    area.phpページの分布表デザイン
------------------------------------------------------------*/
#chiikibetu table td.distribution {
    background-color: white;
}
#chiikibetu table td.distribution1 {
    background-color: #fff7e3;
}
#chiikibetu table td.distribution2 {
    background-color: #ffe9d3;
}
#chiikibetu table td.distribution3 {
    background-color: #fcc48d;
}
#chiikibetu .tableBig td.price2{
    color: #4d4d4d;
    font-weight: normal;
}
/*- ------------------------*/

/*------------------------------------------------------------
    greeting
------------------------------------------------------------*/
.greeting .flex img{
    margin-left: 30px;
    height: 100%;
    max-width: 250px;
}
.greeting .flex p{
    width: 180%;
}
.bold{
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .greeting .flex{
        display: block;
    }
    .greeting .flex p {
        width: 100%;
    }
    .greeting .flex img {
        margin: 0 auto;
        width: 60%;
        display: block;
    }
}

/*------------------------------------------------------------
    flow
------------------------------------------------------------*/
.flow img{
    display: block;
    margin: 0 auto;
}
section.flow .w60{
    width: 60%;
}
section.flow .button{
    width: 30%;
}
@media screen and (max-width: 1023px) {
    section.flow .w60,
    section.flow img{
        width: 100%;
    }
    section.flow .button{
        width: 100%;
    }
}

/*------------------------------------------------------------
    voice
------------------------------------------------------------*/
.voice .red{
    color: #ff0000;
}

/*------------------------------------------------------------
    staff
------------------------------------------------------------*/
.staff .broun{
    color: #cd853f;
}
.staff .bold{
    font-weight: 700;
}
.blue_yellow{
    font-size: 0.8rem;
    background: #ffff00;
    color: #4169e1;
}
hr{
    border: 1px #999999 dotted;
    margin: 18px auto;
}
.staff .flex .staff_img{
    margin: 10px 20px 10px 0;
    width: 25%;
    object-fit: cover;
}
.staff .flex .staff_txt{
    width: 75%;
}
.staff a img,
.staff .w30 img{
    width: 100%;
}
.w30{
    width: 30%;
}
.w70{
    width: 70%;
    margin-right: 21px;
}
@media screen and (max-width: 800px) {
    .staff .flex_pre{
        display: block;
    }
    .staff .w30{
        margin: 20px auto 0;
        width: 100%;
        max-width: 250px;
    }
    .staff .w30 img{
        width: 100%;
        margin: 0 15px;
    }
    .staff .w70{
        width: 100%;
    }
}
/*------------------------------------------------------------
    voice
------------------------------------------------------------*/
.voice #voice_list img{
    display: block;
    margin: 0 auto;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
}