/*theme name:*/


*{
    margin: 0 auto;
}

body{
    font-family: "Noto Sans JP","ヒラギノ角ゴ","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","MS Pゴシック",sans-serif;
background-color: #FFFFF0;
}
    .sp-main{
        display:none;
    }
    .pc-main{
        display:block;
    }
#menu-btn-check {
    display: none;
}
.btn{
    display: inline-block; padding: 10px 20px; background-color: #f9ae06; color: white; text-decoration: none; border-radius: 5px; text-align: center; font-weight: bold;
}
.sp-br{
    display: none;
}

.sp-br2{
    display: block;
}

.sp-br3{
    display: none;
}


.banner img{
    display: none;
}

.header-text h1 a{
    font-size: 30px;
    font-weight: bold;
    color: rgba(5, 80, 122, 1);

}
.contentArrow{
    margin-top: 30px;
    text-align: center;
}
.contentArrow img{
    width:30%;
    height: auto;

}

h2{
    font-size: 40px;
}

.bar{
    background-color: #f9ae06;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
}

.bar p{
    font-size: 14px;
    color: white;
    margin-left: 3%;
}

.header-top{
    display: flex;
    padding: 1%;
    text-align: left;
    width: 95%;
}

.header-text{
    width: 70%;
    text-align: left;
}

.header-tell{
    width: 30%;
    display: flex;
    align-items: center;

}

.header-tell:hover{
    opacity: 0.7;
}

.header-tell img{
    max-width: 300px;
    width: 100%;
    height: auto;
}

.header-text a{
    text-decoration: none;
    color: black;
}

.header-text p{
    font-size: 14px;
}

/*ナビゲーション*/

nav{
    background-color: #f9ae06;
    color: white;
    text-align: center;
}

nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
}

nav ul ul{
    display: block;
}

nav ul li{
    position: relative;
}

nav ul li a{
    display: block;
    text-decoration: none;
    color: white;
    padding: 20px 35px;
    transition: all .3s;
    font-size: 16px;
    font-weight: 200;
}

nav ul li li a{
    padding: 10px 35px;
}

nav ul li a:hover{
    color:#f9ae06;
    background: rgb(255, 208, 163);

}

nav ul li.child::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 28px;
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
}

nav ul li.child:hover:before{
    border-color: #f9ae06;
}


nav li.child ul{
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    background: rgb(255, 208, 163);
    width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;

}

nav li.child:hover > ul,nav li.child ul li:hover > ul,nav li.child:active > ul,nav li.child ul li:active > ul{
    visibility: visible;
    opacity: 1;
}

nav li.child ul li a{
    color:#f9ae06;
    border-bottom: 1px solid #f9ae06;
}

nav li.child ul li:last-child a{
    border-bottom: none;

}

nav li.child ul li a:hover,nav li.child ul li a:active{
    background: rgb(151, 74, 2);
    color: white;
}

/*パンくず*/


.breadcrumb{
    margin-top: 3%;
    width: 95%;

}

.breadcrumb a{
    text-decoration: none;
    color: black;
    font-size: 12px;
}

.breadcrumb a:hover{
    opacity: 0.7;
}

/*症状のお悩み　チェックボックス*/
.content1{
    text-align: center;
}

.content1 h2{
    background-color: #f9ae06;
    font-size: 40px;
    color: white;
    padding: 1%;
    margin-top: 3%;
}

.container h3{
    font-size: 18px;
    width: 90%;
    max-width: 900px;
    margin-top: 5%;
    text-align: left;
}

.content1-check{
    display: flex;
    align-items: center;
    margin-top: 5%;
    max-width: 900px;
    width: 95%;
}

.content1-check-img{
    margin-right: 0;
    width: 50%;
}

.content1-check-img img{
    width: 100%;
    object-fit: cover;
    height: auto;
}

.content1-check ul{
    font-size: 25px;
    line-height: 1.8;
    list-style: none;
    font-weight: bold;
    margin-left: 0;
    width: 100%;
}

.content1-check li+li{
    margin-top: 10px;
}

.content1-check li{
    position: relative;
    padding-left: 40px;
    text-align: left;
}

.content1-check li::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    top: -3px;
    left: 7px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 5px solid rgba(14, 178, 0, 1);
    border-bottom: 2px solid rgba(14, 178, 0, 1);
    z-index: 10;
}

.content1-check li::after{
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 3px solid black;
    border-radius: 2px;
}



/*お悩みおまかせ*/

.content2{
    background-color: #f9ae06;
    margin-top: 5%;
    margin-bottom: 5%;
}

.content2 .container{
    display: flex;
    align-items: center;
    max-width: 900px;
    width: 95%;
    padding: 3% 0;


}

.content2 h2{
    font-size: 30px;
    color: white;
}

.content2-img{
    width: 50%;
}

.content2-img img{
    width: 100%;
    object-fit: cover;
    height: auto;
}
.price_offer{
    background-color:#ffdfd4 !important;
    color:black !important;
    font-size:20px !important;
}
.price_offer_detail{
    color:black !important;
    font-size:20px !important;
}
.price_money{
    font-size:50px;
    font-weight:900;
    color:red;
}

/*お客様の喜び*/


.content7{
    text-align: center;
    background-color: rgba(255, 221, 170, 1);
}

.content7 h2{
    font-size: 40px;
    background-color: white;
    padding-bottom: 5%;
}

.content7 h2 span{
    color: rgba(255, 0, 0, 1);
}

.content7-voice{
    display: flex;
    padding: 4%;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;

}

.content7-voice:nth-child(odd){
    flex-direction: row-reverse;
}

.content7-voice img{
    object-fit: cover;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    z-index: 1;
}


.voice{
    background-color: white;
    margin: auto -15px;
    text-align: left;
    width: 65%;
    z-index: 0;
}

.voice p{
    font-size: 20px;
    padding: 4%;
    line-height: 40px;
    width: 90%;
}


/*電話LINE*/

.contact{
    background-color: #FFFFF0;
    padding: 5% 0;
    text-align: center;
}

.contact h2{
    color: #f9ae06;
    font-size: 30px;
    max-width: 900px;
    display: inline-block;
    text-align: left;
    margin-bottom: 2%;

}


.contact-btn{

    width: 95%;
    max-width: 900px;
}

.contact-btn img{/*追加*/
    width: 85%;
    height: auto;
    margin: 2% 0;
    max-height: 150px;
}

.contact-btn a:hover{
    opacity: 0.7;
}




/*金本解説*/

.content4{
    text-align: center;
}

.content4 h2{
    font-size: 40px;
    color:#f9ae06;
    border: 4px solid #f9ae06;
    padding: 1%;
    text-align: center;
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.kanemoto{
    display: flex;
    align-items: center;
    width: 95%;
    max-width: 900px;
}

.kanemoto-img{
    width: 40%;
}

.kanemoto-img img{
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.balloon{
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    max-width: 100%;
    color: black;
    font-size: 18px;
    border: 3px solid black;
    box-sizing: border-box;
    width: 80%;
    background: white;
}

.balloon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid white;
    z-index: 2;
}

.balloon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid black;
    z-index: 1;
}

.balloon p{
    margin: 0;
    padding: 0;
    line-height: 38px;
}


.mes{
    text-align: left;
    width: 90%;
    max-width: 900px;
    line-height: 38px;
    font-size: 18px;
}

.content4 ul{
    width: 90%;
    max-width: 900px;
    border: 4px solid #f9ae06;
    margin-top: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
    line-height: 50px;

}

.content4 ul li{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}


/*日常の癖*/


.content5{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.content5 h2{
    font-size: 40px;
    color: black;
    text-align: center;
    margin-bottom: 5%;
    background: linear-gradient(transparent 80%, #f9ae06 40%);
    display: inline-block;
}

.content5 h3{
    font-size: 18px;
}
.check{
    width: 90%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 5%;

}

.check td{
    font-size: 18px;
    color: black;
    vertical-align: baseline;
}

.checkbox-left td{
    font-size: 15px;
    line-height: 1.8;
    list-style: none;
    margin-left: 0;
    width: 50%;
}



.checkbox-left{
    position: relative;
    padding-left: 25px;
    text-align: left;
}

.checkbox-left::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    top: 20px;
    left: 7px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 5px solid rgba(14, 178, 0, 1);
    border-bottom: 2px solid rgba(14, 178, 0, 1);
    z-index: 10;
}

.checkbox-left::after{
    content: "";
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 3px solid black;
    border-radius: 2px;
}

.no2{
    width: 50%;
    vertical-align: baseline;
}


/*改善方法*/
.content8{
    text-align: center;
}

.content8 h2{
    background-color: rgba(253, 2, 2, 1);
    color: white;
    font-size: 40px;
    padding: 1%;
}

.content8 h3{
    font-size: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
}


.content8-text{
    display: flex;
    width: 90%;
    max-width: 900px;
}

.content8-text p{
    width: 65%;
    padding-right: 2%;
    text-align: left;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 16px;

}

.content8-text img{
    width: 35%;
    object-fit: cover;
    height: auto;
    max-height: 300px;
}


.content8 h4{
    font-size: 30px;
    text-align: left;
    color: rgba(255, 0, 0, 1);
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 5%;
}


/*7つの理由*/


.content6{
    text-align: center;
}

.content6 h2{
    font-size: 40px;
}


.content6 h3{
    font-size: 36px;
    position: relative;
    padding: 2% 0;
    border: 4px solid white;
    background-color: #f9ae06;
    color: white;
    margin: 5% 0;
}


.content6 h3:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 20px);
    height: calc(100% - 15px);
    content: '';
    border: 2px solid white;
}

.content6 h3 span{
    color: rgba(255, 0, 0, 1);
    font-size: 40px;
}

.reason0{
    display: flex;
    flex-direction: column;
    max-width: 1000px;
}

.reason:nth-child(even){
    flex-direction: row-reverse;
}

.reason{
    display: flex;
    width: 75%;
    margin-bottom: 10%;
}

.reason img{
    object-fit: cover;
    width: 70%;
    margin: auto 0;
    max-width: 300px;
}

.reason-text{
    position: relative;
    background-color: rgba(255, 221, 170, 1);
    width: 100%;
    margin: 0;
}

.right-text{
    top: 40px;
    left: -15px;
    z-index: -10;
}

.left-text{
    top: 40px;
    right: -15px;
    z-index: -10;
}


.reason-text h4{
    font-size: 70px;
    position: absolute;
    top: -70px;
    left: 35px;
    color: transparent;
    display        : inline-block;
    letter-spacing : 4px;
    -webkit-text-stroke: 1.5px #f9ae06;
}

.left-text h4{
    left: 0;
    position: absolute;
}

.reason-text h5{
    font-size: 30px;
    color: #f9ae06;
    position: absolute;
    top: -45px;
    right: 0;
    left: 116px;

}

.left-text h5{
    left: 40px;
    position: absolute;
}

.reason-text p{
    font-size: 20px;
    padding:10%;
    text-align: left;
}





/*技術の高さ*/

.content2-p{
    background-color: rgba(65, 41, 17, 1);
}

.container-p{
    max-width: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 2%;
}

.content2-p img{
    margin-right: 0;
    object-fit: cover;
    width: 50%;
    height: auto;
}

.content2-p p{
    font-size: 36px;
    color: white;
    margin-left: 0;
}

.content2-p span{
    font-size: 48px;
    color: rgba(235, 255, 5, 1);
}


/*専門家意見*/
        .content3-asreet-img img {

            width: 100%;
            height: auto;
        }
.content3{
    text-align: center;
    margin-top: 5%;
    max-width: 1100px;
}

.content3 h2{
    background-color: rgba(255, 158, 158, 1);
    color: white;
    font-size: 30px;
    width: 530px;
    padding: 5px;
}

.title{
    color: rgba(255, 58, 58, 1);
    font-size: 40px;
    margin: 3%;
}

.content3-1{
    width: 75%;
    margin-top: 5%;
    margin-bottom: 5%;
    position: relative;
    padding-top: 40%;
}


.content3-txt{
    width: 45%;

}

.content3-img-left{
    width: 42%;
    padding-top: 50%;
    position: absolute;
    top:0;
    left: -19%;
}

.content3-img-right{
    width: 42%;
    padding-top: 50%;
    position: absolute;
    top: 0;
    right: 30%;

}

.content3-img-right img,.content3-img-left img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.content3-txt h3{
    font-size: 26px;
    background-color: #f9ae06;
    color: white;
    font-weight: 200;
    padding: 10px 0;
    width: 100%;
}



.content3-title h4{
    font-size: 23px;
    padding: 5%;
}

.right{
    margin-left: 10px;
    position: absolute;
    right: 6%;
    top: 0;
}

.left{
    margin-right: 10px;
    position: absolute;
    left: -1%;
    top: 0;
}

.content3-title{
    padding: 5% 0;
    text-align: left;
    margin-top: 10%;
    position: absolute;
    top: 60%;
}

.content3-title p{
    padding: 5%;
    font-size: 20px;
}

.boxer{
    object-position: top;
}






table{
    margin-left:5%;
    text-align: left;
}

th span{
    color: white;
    font-size: 20px;
}



th,td{
    color: white;
    font-size: 26px;
    padding-top: 2%;
}


.point-title h3{
    color: white;
    font-size: 30px;
    margin-left: 0;
    text-align: left;
    width: 50%;
}


.point-title{
    display: flex;
    align-items: center;
    background-color: #f9ae06;
    padding: 15px 0;
    margin-bottom: 3%;
    
}

.point-title img{
    object-fit: cover;
    margin-right: 2%;
    margin-left:20px;
}

.point{
    text-align: center;
}

.point p{
    font-size: 26px;
    width: 60%;
    text-align: left;
    margin-top: 2%;
}

.point-img-suisen{
    height:auto;
    max-width: 400px;
    width: 100%;
}

.point-img{
    height:auto;
    max-width: 900px;
    width: 100%;
}
/*footer*/


.content12{
    text-align: center;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10%;
}

.content12 img{
    width: 90%;
    margin: 10px 0;
    height: auto;

}

.content12 a{
    margin: 0;
    width: 50%;
}

.content12 a:hover{
    opacity: 0.7;
}


.content13{
    text-align: center;
    width: 70%;
    margin-top: 5%;
    margin-bottom: 5%;
    max-width: 1000px;
}

.content13 img{
    width: 30%;
    max-width: 320px;
    margin:1%;
    height: auto;

}

.content13 a:hover{
    opacity: 0.7;
}

.footer-main{
    display: flex;
}

.footer-left{
    width: 50%;
    text-align: left;
    background-color: #f9ae06;
    padding: 1%;
    box-sizing: border-box;
}

.footer-left h2{
    font-size: 26px;
    color: white;
    font-weight: 200;

}

.footer-left p{
    color: white;
    font-size: 18px;
}

.footer-left h3{
    font-size: 50px;
    color: white;
}

.time{
    color: white;
    border-collapse: collapse;
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.time th, .time td{
    border: 2px solid white;
    padding: 1%;
    font-size: 16px;
}

.access-btn,.inquiry-btn{
    display: inline-block;
    background-color: #f9ae06;
    border: 2px solid white;
    width: 40%;
    padding: 20px;
    margin: 15px 0;
}

.inquiry-btn{
    margin-left: 10px;
}

.access-btn a,.inquiry-btn a{
    text-decoration: none;
    color: white;
}

.access-btn:hover,.inquiry-btn:hover{
    opacity: 0.7;
}

.arrow-time{
    position: relative;
}

.arrow-time:before{
    right: 8%;
    top: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
    position: absolute;
    content: "";
    vertical-align: middle;

}


.arrow-time:hover::before{
    right: 5%;
}

.map-right{
    position: relative;
    width: 50%;
}

.map{
    height: 0;
    padding-top: 56.25%;
}

iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-end p{
    color: white;
    background-color: rgba(65, 41, 17, 1);
    text-align: center;
    padding: 2%;
    font-size: 14px;
}

.footer-container{
    display: flex;
    justify-content: space-between;
}


.sympton-text-area{
    text-align: left;
    padding:2%;
    background-color: aliceblue;
    margin-top:20px;
    margin-bottom:20px;
}

.sympton-text-area2{
    text-align: left;
}
.titleTop{
    font-size:50px;
}
.titleBox{
    background-color: #f9ae06;

    text-align: center;
    padding:10px;
    color:#e8e811;
}

.titleSub{
    font-size:30px;
    color: white;
}
.content2{
    text-align:center;
}
.content2 h2{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
.content2 h3{
    font-size: 40px;
    text-align: center;
    color: white;
    background-color: rgba(255, 187, 132, 1);
    width: 100%;
    padding: 1% 0;
    margin-top: 5%;
}

.content2 h3{
    position: relative;

}
.content2 h3:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -195px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border: 100px solid transparent;
    border-top-color: rgba(255, 187, 132, 1);
}

.content2 h3 span{
    font-size: 48px;
    color: rgba(255, 0, 0, 1);
}

.content-topCt h2 {
    text-align: center;
    width: 750px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.content-topCt span {
    color: rgba(254, 72, 72, 1);
}

.content-topCt-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
}

.content-topCt-img img {
    object-fit: cover;
    border: 4px solid rgba(255, 210, 169, 1);
    width: 100%;
    height: 100%;
    max-width: 350px;
    position: absolute;
    top: 0;

}

.customer {
    width: 30%;
    display: block;
    position: relative;
    margin: 1%;

}

.customer::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.content10 {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.content10 h2 {
    margin-bottom: 5%;
}

.blog {

    width: 100%;
    max-width: 950px;
}



.blog{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 950px;
}



.blog-content{
    width: 40%;
    border: 2px solid rgba(196, 196, 196, 1);
    margin-bottom: 5%;
    text-align: left;
}

.blog-content img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: auto;
}

.blog-content a{
    text-decoration: none;
    color: black;
}

.blog-content a:hover{
    opacity: 0.7;
}

.blog-content p,.blog-content h3,.blog-content h4{
    width: 90%;
    padding: 10px 0;
}

.symptom_honbun_style{
    text-align: left;
}

.symptom_img{
    margin-top: 10px;
    margin-bottom: 10px;
}

.symptom_img img{
    width:100%;
    height: auto;
}

.mainImg img{
    width: 100%;
    height: auto;
}
