@charset "utf-8";


image {
    vertical-align: bottom;
}

li {
    list-style-type: none;
}

body {
    color: #000000;
    max-width: 100%;
    letter-spacing: 1px;
    justify-content: center;
    text-align: center;
    min-width: 1100px;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-size: 18px;
}

.red {
    color: red;
}

.bold {
    font-weight: bolder;
}

.big {
    font-weight: bolder;
    font-size: 3vw;
}

.line {
    background: linear-gradient(transparent 60%, rgb(175, 217, 253) 60%);
}

.blue {
    color: #007bbf;
}

h1 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 10px;
    padding: 12px 0;
    color: white;
    background-color: rgb(0, 123, 191);
    font-weight: bold;
}

h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    padding: 12px 0;
    color: white;
    background-color: #77c2d7;
}

h3 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    padding: 12px 0;
    color: rgb(0, 123, 191);
    bottom: 0;
}

h4 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    padding: 12px 0;
    color: white;
    background-color: rgb(0, 123, 191);
}

h5 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    padding: 12px 0;
    color: red;
    font-weight: bolder;
}

h6 {
    font-size: 0.7vw;
}

/* hamberger-------------------------------- */
.hanberger {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 3;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
}

.menu-trigger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: black;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 13px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0px;
}

.menu-trigger.active {
    transform: rotate(90deg);
}

/* hanberger */

.nav-top {
    display: no;
}

header {
    background-color: white;
    align-items: center;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 3;
    padding-right: 2vw;
    padding-left: 2vw;
    z-index: 1000;
}


header .header-box {
    display: flex;
}

.header-box img {
    height: 8vw;
}

header h6 {
    color: white;
    background-color: #77c2d7;
    text-align: center;
    width: 12vw;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 1vw;
    height: auto;
}

header .area-box {
    display: flex;
    align-items: center;
}

header .area-box p {
    color: #007bbf;
    background-color: white;
    font-size: 0.6vw;
    text-align: justify;
    margin-right: 1vw;
}

header .header-box .call {
    display: none;
}

header nav .nav-top ul {
    display: flex;
    padding-bottom: 2px;
}

.header-tell a:hover {
    opacity: 0.7;
}

.sp-nav {
    display: none;
}

.nav-top ul {
    display: flex;
}

.nav-top ul li {
    margin: auto;
    font-size: 20px;
    color: black;
    padding-top: 5px;
}

.nav-top ul li a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5vw;
}


.nav-top ul li a:hover {
    /* background-color: white; */
    /* border: #777 1px solid; */
    color: rgb(0, 123, 191);
}


main {
    width: 100%;
    display: flex;
    padding-top: 0px;
    text-align: center;
    margin-bottom: 40px;
}

.visual {
    margin-top: 11vw;
}

.visual img {
    margin-left: 1vw;
    width: 300px;
}

main .visual-sp {
    display: none;
}

footer .access .sp-map {
    display: none;
}

.concept p {
    margin-top: 50px;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    padding: 0 10vw;
    margin-bottom: 20px;
}

.concept img {
    width: 100%;
    margin-bottom: 150px;

}

.check li {
    font-size: 25px;
    padding-top: 2vw;
    line-height: 30px;
}

.check li img :nth-last-child(4) {
    padding-bottom: 2vw;
}


.check li img {
    height: 20px;
}

.check .new-service-title .stroke {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: "TA-角ゴGF02", "Arial", "メイリオ", "Meiryo", "Meiryo UI";
    ;
}

.new-service p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "TA-角ゴGF02", "Arial", "メイリオ", "Meiryo", "Meiryo UI";
    ;
}

.check .arrow img {
    width: 50vw;
}

.check .check-list {
    padding-bottom: 2vw;
    text-align: left;
}

.check .checkbox .check-list li {
    font-size: 25px;
    margin-bottom: 10px;
}


.check .checkbox {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.check .check-list h3 {
    background-color: white;
    /* color: rgb(0, 123, 191); */

    font-size: 25px;
    margin-top: 3vw;
    margin-bottom: 2vw;
    text-align: left;
    padding-left: 10px;
}

.check-list p {
    margin-bottom: 20px;
}

.check .checkbox .obachan img {
    width: 20vw;
    margin: 2vw;
    margin-top: 200px;
}

.check .checkbox .gomi img {
    width: 20vw;
    margin: 2vw;
}

.ihin {
    display: none;
}

.arrow {
    margin-bottom: 50px;
}

.tell .onnanoko img {
    width: 250px;
    margin-left: 10vw;
    margin-right: 30px;
}

.tell {
    display: flex;
    background-color: #e3f6ff;
    margin-bottom: 5vw;
    padding: 30px;
}

.tell .tell-text p {
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
}

.tell .tell-text .free-dial p {
    color: #ef2626;
    font-size: 7vw;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.tell .free-dial {
    margin-top: 10px;
}

.tell .free-dial img {
    width: 8vw;
}

/* titlle */
.service .service-titlle {
    display: flex;
    border-bottom: thick solid black;
    margin-bottom: 50px;
    justify-content: center;
}

.service .service-titlle img {
    bottom: 0;
    height: 5vw;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 55px;
}

/* titlle */
.boder-titlle h3 {
    border-bottom: thick solid black;
    margin-bottom: 50px;
}

/* 新着情報 */


.spray img {
    width: 80%;
    text-align: center;
    display: flex;
    margin-left: 5vw;
}

.spray p {
    margin-left: 10vw;
    text-align: left;
}

.spray .spraycomment {
    margin-bottom: 100px;
}

.nandemoya {
    width: 100%;
    text-align: left;
}

.nandemoya img {
    width: 80%;
margin-left: 10vw;
    display: flex;
    text-align: center;
}

.nandemoya p {
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 100px;
}



.service-contents img {
    width: 450px;
}

.service-contents a:hover {
    opacity: 0.7;
}

.service-contents h4 {
    width: 450px;
    background: linear-gradient(#007bbf, #cbf4ff);
}

.service .service-contents {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.service .service-contents p {
    font-size: 16px;
}

.oheyanokataduke {
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.ihinneiri {
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.huyouhin {
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.eacon {
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.kaguidou {
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.monooki {
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.kusakari {
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.spray {
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.eakon_banner {
    margin-bottom: 5vw;
}

.eakon_banner a:hover {
    opacity: 0.7;
}

.tell_banner {
    margin-bottom: 5vw;
}

.tell-text p {
    text-align: left;
    font-size: 1vw;
}

/* titlle */
.shucho_area_titlle {
    display: flex;
    border-bottom: thick solid black;
    margin-bottom: 50px;
    justify-content: center;
}

.shucho_area_titlle img {
    bottom: 0;
    height: 8vw;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
}

/* titlle */

.shucho_area .area p {
    padding: 0 10vw;
    margin-bottom: 5vw;
    text-align: left;
    line-height: 2vw;
    background-color: #ebf9fc;
}

.text {
    padding: 0 10vw;
    margin-bottom: 5vw;
    text-align: left;
    line-height: 2vw;
}

.tell_banner img {
    width: 70vw;
}

footer {
    margin-top: 5vw;
    margin-bottom: 5vw;
}

footer .access .adress p {
    text-align: justify;
    padding-left: 3vw;
}

.access {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.access .map {
    margin-right: 5vw;
}

.address {
    margin-right: 2vw;
    margin-left: 5vw;
}

.sp-map {
    display: none;
}

footer p {
    font-size: large;
    line-height: 3vw;
    margin-bottom: 3vw;
}

footer .map {
    margin-bottom: 5vw;
}

/* service_start_________________ */


/* .service_guide .service_1 .service-titlle{
    height: 7vw;
} */

.service_guide {
    padding-top: 11vw;
}

.service_guide .service_1 h2 {
    margin-bottom: 50px;
}

.service_guide .service_1 .service-titlle {
    display: flex;
    border-bottom: thick solid black;
    margin-bottom: 3vw;
    justify-content: center;
}

.service_guide .service-titlle img {
    bottom: 0;

    height: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

.service_1 {
    margin-bottom: 15vw;
}

.service_1 img {
    padding-top: 10px;
    bottom: 0;
}

.service_1 .box {
    display: flex;
    margin-left: 5vw;
    margin-right: 5vw;
}

.service_1 .box img {
    width: 40%;
    margin-left: 5vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
}

.service_1 .box p {
    width: auto;
    margin-right: 5vw;
    /* font-size: larger; */
    font-weight: bolder;
    line-height: 40px;
    text-align: left
}

.service_1 .box_p2 {
    margin: 0 10vw 3vw 20vw;
    text-align: left;
}

/* price _start__________________ */

/*少しずらしたボックス*/
.workbox {
    margin: 2em auto;
    padding: 2em;
    /*内側の余白*/
    background: none;
    /*元のボックス背景色なし*/
    border: 1px solid #77c2d7;
    /*線の太さ・種類・色*/
    position: relative;
    /*配置（基準）*/
}

.workbox:after {
    background-color: #cbf4ff;
    /*ずらしたボックスの背景色*/
    border: none;
    content: '';
    position: absolute;
    /*配置（ここを動かす）*/
    top: 7px;
    /*上から7pxずらす*/
    left: 7px;
    /*左から7pxずらす*/
    width: 100%;
    height: 100%;
    z-index: -1;
}

.work {
    width: 50vw;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10vw;
}

.workbox {
    width: 40vw;
}

.work .arrow img {
    margin-left: 8vw;
}

.work img {
    width: 35vw;
}

.work li {
    font-weight: bold;
    font-size: larger;
    line-height: 40px;
    /* margin-left: 5vw; */
}

.workbox li img {
    width: 17px;
}

.price-guide {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
    margin-top: 2vw;
}


.price-guide p {
    margin-bottom: 2vw;
    text-align: left;
}

.price-guide table {
    margin-bottom: 2vw;
    margin-top: 2vw;
}

.soko-size img {
    width: 30%;
}

/* Q&A------------------------- */

.Q-A {
    margin-top: 5vw;
}

.Q-A h3 {
    font-size: 1.6vw;
    text-align: left;
    margin-left: 10vw;
    margin-right: 5vw;
    letter-spacing: 5px;
    border-bottom: solid #000;
    line-height: 3vw;

}

.Q-A p {
    text-align: left;
    margin-right: 5vw;
    margin-left: 1vw;
    margin-bottom: 10vw;
    margin-top: 1vw;
    font-size: 1.3vw;
    line-height: 3vw;
}

.Q-A img {
    width: 3.5vw;
    height: 4.2vw;
    bottom: 0;
    margin-right: 2vw;
}

.QA {
    display: flex;
    margin-left: 10vw;
}

/* company-------------- */

.company table {
    width: 100%;
    border-collapse: collapse;
}

.company table tr {
    border-bottom: solid 2px white;
}

.company table tr:last-child {
    border-bottom: none;
}

.company table th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #52c2d0;
    color: white;

    padding: 10px 50pt;
}

.company table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #5f95cb;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.company table td {
    text-align: left;
    width: 70%;

    background-color: #eee;
    padding: 10px 50pt;
}

.company {
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 20vw;
}

.company p {
    text-align: left;
}

/* contact---------------------- */

.contact {
    padding-top: 11vw;
}

.contact-tell .contact-top p {
    font-size: 1.2vw;
    line-height: 50px;
    text-align: left;

}

/*少しずらしたボックス*/
.contact-top {
    margin: 2em auto;
    padding: 2em;
    /*内側の余白*/
    background: none;
    /*元のボックス背景色なし*/
    border: 1px solid #77c2d7;
    /*線の太さ・種類・色*/
    position: relative;
    /*配置（基準）*/
}

.contact-top:after {
    background-color: #cbf4ff;
    /*ずらしたボックスの背景色*/
    border: none;
    content: '';
    position: absolute;
    /*配置（ここを動かす）*/
    top: 7px;
    /*上から7pxずらす*/
    left: 7px;
    /*左から7pxずらす*/
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-top {
    margin-right: 20vw;
    margin-left: 20vw;
    margin-bottom: 5vw;
}

.contact-tell .contact-free {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    margin-left: 20vw;
    margin-right: 20vw;
    border-radius: 20px;
    background: #FFF;
    border: solid 3px #52c2d0
        /*線*/
}


.contact-free p {
    font-size: larger;
    margin-bottom: 1vw;
}

.contact-free h3 {
    font-size: 1.6vw;
}

.contact-free .free-dial {
    font-size: 4vw;
    color: red;
    font-weight: bold;
}

.free-dial img {
    width: 5vw;
}

.contact-line {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    margin-left: 20vw;
    margin-right: 20vw;
    border-radius: 20px;
    background: #FFF;
    border: solid 3px #0ca506;
    /*線*/
    margin-bottom: 5vw;
}

.contact-line h3 {
    color: #0ca506;
}

.line-box {
    display: flex;
}

.line-box p {
    font-size: 1.2vw;
    line-height: 3vw;
    text-align: left;
    padding-left: 3vw;
    padding-right: 3vw;
}

.form {
    margin-left: 20vw;
    margin-right: 20vw;
    margin-bottom: 10vw;
}

.form p {
    text-align: left;
    margin-bottom: 2vw;
}

.name {
    display: flex;
    margin-bottom: 2vw;
}

.kana {
    display: flex;
    margin-bottom: 2vw;
}

.mail {
    display: flex;
    margin-bottom: 2vw;
}

.contact-address {
    display: flex;
    margin-bottom: 2vw;
}

.number {
    display: flex;
    margin-bottom: 2vw;
}

.content {
    display: flex;
    margin-bottom: 2vw;
}

.how {
    margin-bottom: 2vw;
}

.submit-button .c-form-submit-button {
    width: 10vw;
}

.submit-button p {
    text-align: center;
}

.form li {
    width: 15vw;
    text-align: left;
}



/* form-------- */
.c-form-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.c-form-textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.c-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.c-form-checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-form-checkbox input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.c-form-checkbox-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
    position: relative;
}

.c-form-checkbox-name:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 6px;
    flex-shrink: 0;
}

.c-form-checkbox input:checked+.c-form-checkbox-name {
    color: rgb(33, 150, 243);
}

.c-form-checkbox input:checked+.c-form-checkbox-name:before {
    border: 1px solid rgb(33, 150, 243);
    background-color: rgb(33, 150, 243);
}

.c-form-checkbox input:checked+.c-form-checkbox-name:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 0.4em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.4em;
    height: 0.65em;
    transform: translateY(-1px) rotate(45deg);
}

.c-form-checkbox input:focus-visible+.c-form-checkbox-name .c-form-checkbox-text {
    background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.c-form-submit-button {
    display: inline-block;
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}

.c-form-submit-button:hover {
    background-color: #000;
}

.c-form-submit-button:focus {
    outline: 0;
    background-color: #000;
    border: 2px solid rgb(33, 150, 243);
}


/* ボタンーーーーーーー */

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-flat {
    overflow: hidden;
    padding: 1.5rem 6rem;
    color: #fff;
    border-radius: 0;
    background: #000;
}

a.btn-flat span {
    position: relative;
}

a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 500%;

    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);

    background: #00b7ee;
}

a.btn-flat:hover:before {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/* ボタンここまでーーーーーーー */

/* テーブル＿＿＿＿＿＿＿＿＿＿ */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

table th:first-child {
    border-radius: 5px 0 0 0;
}

table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #3c6690;
}

table th {
    text-align: center;
    color: white;
    background: linear-gradient(#829ebc, #007bbf);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
    width: 25%;
    padding: 10px 0;

}

table td {
    text-align: right;
    border-left: 1px solid #a8b7c5;
    border-bottom: 1px solid #a8b7c5;
    border-top: none;
    box-shadow: 0px -3px 5px 1px #eee inset;
    width: 25%;
    padding: 10px 50px 10px 0;
}

table td:last-child {
    border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

/* テーブルここまで＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */