@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap');

/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
}

img {
    border: none;
    vertical-align: bottom;
    width: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
    -webkit-appearance: none;
    border-radius: 0;
}

::placeholder {
    color: #c0c0c0;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

/*=============================
    共通スタイル
=============================*/
html {
    height: 100%;
}

body {
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    background: #fff;
    color: #000;
}

main {
    padding-top: 70px;
}

section {
    margin: -80px auto 50px;
    padding-top: 80px;
    padding-bottom: 30px;
}

h2 {
    font-weight: 700;
    text-align: center;
    font-size: 50px;
    font-family: impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif;
    margin-bottom: 20px;
    position: relative;
}

h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background-color: #34eb82;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
}

h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

h3 span {
    font-size: 12px;
}

a {
    color: #000;
}

.cta_btn {
    text-align: center;
    margin: 50px 0;
}

.cta_btn a {
    font-size: 20px;
    background: #34eb82;
    border: 1px solid #34eb82;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
}

.cta_btn a:hover {
    background: #fff;
    color: #34eb82;
    transition: ease .3s;
}

/*=============================
    ヘッダー
=============================*/
.header {
    height: 70px;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1000;
}

.header_logo {
    margin-left: 10px;
}

.header_logo a {
    font-size: 24px;
    color: #119ffa;
    font-weight: 700;
}

.header_logo img {
    width: 250px;
}

.header_inner {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    align-items: center;
    height: inherit;
    max-width: 980px;
    margin: auto;
}

.header_nav-item ul {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    text-align: center;
}

.header_nav-item {
    margin-left: auto;
}

.header_nav-item-link {
    padding-right: 20px;
    font-size: 16px;
}

.header_nav-item-link span {
    color: #34eb82;
}

.header_nav-item-link a:hover {
    color: #34eb82;
    transition: ease .3s;
}

@media (max-width: 767px) {
    .drawer--right.drawer-open .drawer-nav {
        width: 300px;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 250px !important;
    }

    .header_nav-item {
        align-items: center;
    }

    .header_nav-item ul {
        display: block;
        margin-top: 70px;
    }

    .header_nav-item ul li {
        padding-right: 0;
        padding-bottom: 32px;
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .header_logo img {
        width: 200px;
    }
}


/*=============================
    MAINVISUAL
=============================*/
.mainvisual {
    height: 100vh;
    background: url(../image/mainvisual01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.mainvisual_content {
    position: absolute;
    top: 20%;
    right: 5%;
    background: #ffffffa1;
    min-width: 650px;
}

.mainvisual_content-wrap {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}

.mainvisual_catch {
    /* margin-bottom: 20px; */
    margin-top: 20px;
}

.mainvisual_catch-main {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 12px;
}

/* .mainvisual_catch-main span {
    padding-top: .4em;
    background-position: top left -7px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.15em .15em at center center,rgb(255, 165, 0),rgb(255, 165, 0) 100%,rgba(255, 165, 0, 0));
} */

.emphasis01 {
    display: inline-block;
    position: relative;
    color: #00acee;
    text-shadow: #333 -1px -1px 0px, #333 -1px 1px 0px, #333 1px 1px 0px, #333 1px -1px 0px;
}

.emphasis01::before {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%, 0);
    color: rgb(255, 165, 0);
    font-size: 1.5em;
    content: "・";
    text-shadow: none;
}

.mainvisual_catch-price {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #ff1313;
    line-height: 1.3;
    letter-spacing: 0;
}

.mainvisual_catch-price span {
    font-size: 24px;
}

.mainvisual_line {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: center;
}


.mainvisual_line a {
    border: 1px solid #44e080;
    color: #fff;
    font-size: 22px;
    background: #44e080;
    padding: 20px 50px 4px;
    position: relative;
    border-radius: 5px;
}

.mainvisual_line a::before {
    position: absolute;
    content: "＼セルフ洗車がいつでも／";
    font-size: 12px;
    font-weight: bold;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
}

.mainvisual_line a::after {
    position: absolute;
    content: "";
    background: url(../image/icon_line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.mainvisual_line a:hover {
    background: #fff;
    color: #44e080;
    transition: ease .3s;
}

.mainvisual_tel {
    text-align: center;
    margin-top: 10px;
}

.mainvisual_tel p {
    font-size: 16px;
}

.mainvisual_tel a {
    font-size: 26px;
    position: relative;
}

.mainvisual_tel a::before {
    position: absolute;
    content: "";
    background: url(../image/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: -25px;
}

.mainvisual_title {
    padding: 30px;
    text-align: right;
}

h1 {
    font-family: Arial,sans-serif;
    color: #34eb82;
    font-weight: 700;
    font-size: 50px;
    text-shadow: #000 -1px -1px 0px, #000 -1px 1px 0px, #000 1px 1px 0px, #000 1px -1px 0px;
}

h1 span {
    border-top: 3px solid;
}

.mainvisual_subtitle {
    font-size: 30px;
    margin-bottom: 18px;
    letter-spacing: 3px;
}

.mainvisual_title2 {
    font-family: 'Kiwi Maru',ms gothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,osaka,sans-serif;
    color: #34eb82;
    font-size: 40px;
    font-weight: 500;
    text-shadow: #333 -1px -1px 0px, #333 -1px 1px 0px, #333 1px 1px 0px, #333 1px -1px 0px;
}

/*=============================
    問題提起
=============================*/
.onayami_content {
    max-width: 980px;
    margin: 0 auto;
}

.onayami_inner {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px 0 30px;
}

.onayami_inner-img {
    width: 200px;
}

.onayami_list {
    margin: auto 0;
}

.onayami_list-title {
    font-weight: 700;
    padding: 0 0 14px 10px;
    color: #34eb82;
    font-size: 20px;
}

.onayami_list-item {
    margin:0 0 20px 50px;
    font-weight: 500;
    position: relative;
}

.onayami_list-item::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../image/icon_check.png);
    background-size: contain;
    vertical-align: middle;
    left: -30px;
}

.onayami_solve {
    max-width: 800px;
    margin: 0 auto 40px;
}
.onayami_text {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #34eb82;
}


/*=============================
    reason
=============================*/
.reason_inner {
    background: #e9fcff;
}
.reason_inner-white {
    background: #fff;
}
.reason_wrap {
    max-width: 980px;
    margin: 0 auto;
}

.point_content {
    display: flex;
}

.point_content-img {
    width: 50%;
}

.point_content-text {
    width: 50%;
}

.point_content-reverse {
    flex-direction: row-reverse;
}

.point_content-text p {
    padding: 0 30px;
    line-height: 1.3;
}

/*=============================
    coating
=============================*/
.coating_text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.coating_text span {
    font-size: 14px;
    
}

.coating_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    width: 340px;
    margin: 0 auto 10px;
}

.coating_title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background-color: #34eb82;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
}

.coating_title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background-color: #34eb82;
    top: 50%;
    right: -20%;
    transform: translateY(-50%);
}

.coating_img {
    max-width: 600px;
    margin: 0 auto;
}

.coating_ba {
    padding-bottom: 50px;
}

.gpower_container {
    color: #000;
    background: #fff;
    padding: 20px;
    line-height: 1.3;
}

.gpower_wrap {
	display: flex;
	justify-content: space-around;
    max-width: 980px;
    margin: 0 auto;
}

.gpower_image {
	width: 40%;
}

.gpower_desc {
	width: 60%;
    padding-left: 20px;
}

.gpower_desc h3 {
	font-size: 20px;
	color: #2be178;
	font-weight: bold;
}

.gpower_desc p {
	margin-bottom: 30px;
}

.gpower_desc p span {
	color: #2be178;
	text-decoration: underline;
    font-weight: bold;
}

.gpower_desc h4 {
	font-size: 20px;
	color: #2be178;
	font-weight: bold;
}

.gpower_desc ul {
	margin-left: 1.3em;
}

.gpower_desc ul li {
    list-style-type: disc;
}

.gpower_desc ul li:last-child {
	color: #2be178;
	font-weight: bold;
}

/*=============================
    SERVICE
=============================*/
.service_content {
    max-width: 980px;
    margin: 0 auto;
}

.point_content {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.point_text {
    padding: 20px 0;
    text-align: center;
}

.point_text a {
    border: 1px solid #34eb82;
    color: #34eb82;
    font-size: 16px;
    background: #292929;
    padding: 8px 50px;
    position: relative;
    margin-left: 10px;
}

.point_text a::after {
    position: absolute;
    content: "";
    background: url(../image/icon_line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.point_text a:hover {
    background: #44e080;
    color: #292929;
    transition: ease .3s;
}


.point_title {
    font-family: impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif;
    font-size: 36px;
}

.point_title span {
    color: #34eb82;
}

.point_title-text {
    margin: 5px 0 15px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 18px;
}

.item {
    padding-top: 50px;
}

.item_slider {
    margin: 0;
    text-align: center;
}

.item_slider h4 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
}

.item_slider h4 span {
    border-bottom: 1px solid #44e080;
}

.item_slider p {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
}

.item_slider-wrap{
    padding-bottom: 30px;
}

.item_slider-wrap ul li {
    margin: 0 10px;
    background: #fff;
}

.slick-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.item_slider-tool-text {
    background: #fff;
    padding: 5px;
}
.slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }

/* slider */
.slick-arrow {
    display: block;
    position: absolute;
    top: -10%;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
    background: unset;
}
.slick-arrow:hover {
    opacity: 0.7;
    cursor: pointer;
}
  
  /* 共通設定 */
  
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
    width: 26px;
    height: 26px;
    border-top: 4px solid #44e080;
    border-right: 4px solid #44e080;
}
  
/* next */
.slick-next {
    right: -20px;
}
.slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}
  
/* prev */
.slick-prev {
    left: -20px;
}

.slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0;
}
 
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}
  
@media screen and (max-width: 767px) {
    /* .slick-next::after,
    .slick-prev::after {
      width: 10px;
      height: 10px;
    }
    .slick-next {
      right: 8px;
    }
    .slick-prev {
      left: 8px;
    }
    .slick-next::after {
      right: 2px;
    } */
}

/*=============================
    SNS
=============================*/
.sns {
    background: #e7e7e7;
}

.sns_wrap {
    margin: 0 30px;
}

.sns_content {
    max-width: 980px;
    margin: 0 auto;
}

.sns_content p {
    text-align: center;
}

.sns_image-wrap {
    display: flex;
    justify-content: center;
}

.sns_image {
    width: 70px;
    margin: 10px 20px;
}

.sns_image a:hover {
    opacity: .8;
    filter: brightness(120%);
}

.sns_image a img {
    margin-bottom: 5px;
}

/*=============================
    ACCESS
=============================*/
.access_wrap {
    margin-bottom: 30px;
}
.access_content {
    max-width: 980px;
    margin: 0 auto;
}

.access_inner {
    display: flex;
    margin: 0 30px;
}

.access_address {
    width: 50%;
    margin: auto;
}

.access_address a:hover{
    color: #119ffa;
    transition: ease .3s;
}

.access_map {
    width: 50%;
}

.access_map iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.access_address p {
    margin-bottom: 20px;
}

.access_address-company {
    color: #34eb82;
    font-size: 26px;
    font-weight: 700;
}
  
/*=============================
    CONTACT
=============================*/
.contact {
    background: #e7e7e7;
}

.contact_wrap {
    margin: 0 30px;
}

.contact_content {
    max-width: 980px;
    margin: 0 auto;
}

.contact_content p {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.1;
}

.contact_form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    color: #000;
}

.contact_table {
    width: 100%;
}

input, textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    padding: 10px 0;
}

input:focus-visible {
    outline: unset;
}

textarea:focus-visible {
    outline: unset;
}

.contact_table th {
    display: block;
    text-align: left;
}

.contact_table td {
    display: block;
    margin-bottom: 20px;
}

.contact_submit {
    width: 200px;
    margin: 0 auto;
}

.contact_submit input[type="submit"] {
    font-size: 20px;
    padding: 10px 50px;
    cursor: pointer;
    border: none;
    background: #000;
    color: #fff;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 50px;
}

.contact_submit input[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    transition: ease .3s;
}

.form_required {
    color: #ff0000;
}


/*=============================
    FOOTER
=============================*/
footer {
    text-align: center;
}

.footer_nav ul {
    display: flex;
    justify-content: center;
}

.footer_nav ul li {
    margin: 0 10px;
}

.footer_nav ul li a span {
    color: #34eb82;
}

.footer_nav ul li a:hover {
    color: #34eb82;
    transition: ease .3s;
}

.footer_nav-sns {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.footer_nav-sns a:hover {
    opacity: .8;
    filter: brightness(120%);
}

.footer_nav-sns a img {
    width: 40px;
    margin: 0 5px;
}

@media (max-width:1100px) {
    .item_slider {
        margin: 0 40px;
    }
}
@media (max-width:980px) {
    h1 {
        font-size: 40px;
    }
    .mainvisual_title {
        right: 0;
        width: 500px;
        margin: 0 auto;
    }
    .mainvisual_subtitle {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .mainvisual_title2 {
        font-size: 32px;
    }

    .onayami_inner-img {
        width: 160px;
    }

    
    .point_content {
        margin: 0 30px 30px
    }
    .menu_box-btn p {
        width: 190px;
    }
}


@media (max-width: 767px) {
    .mainvisual_content {
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        min-width: auto;
        max-width: 90%;
    }
    .mainvisual_catch-price {
        font-size: 32px;
    }
    /* .coating_inner {
        margin: 0 30px;
    } */
    .gpower_wrap {
		display: block;
	}
	.gpower_image {
		width: 100%;
    	max-width: 400px;
    	margin: 0 auto 20px;
	}
	.gpower_desc {
		width: 100%;
        padding-left: 0;
	}
    .access_inner {
        display: block;
    }
    .access_address {
        width: 100%;
    }
    .access_map {
        width: 100%;
    }
}


@media (max-width: 575px) {
    .mainvisual_catch-main {
        font-size: 30px;
        letter-spacing: 3px;
    }

    /* .mainvisual_catch-main span {
        background-position: top left -1px;
        background-size: 1.1em 0.3em;
    } */
    .emphasis01::before {
        top: -35px;
    }
    .mainvisual_catch-price {
        font-size: 32px;
        letter-spacing: 1px;
        line-height: 1.1;
    }
    .mainvisual_line a {
        font-size: 20px;
    }
    .mainvisual_title {
        width: 100%;
        padding: 30px 10px;
    }
    h1 {
        font-size: 28px;
    }
    .mainvisual_title2 {
        font-size: 26px;
    }
    .onayami_content {
        margin: 0 20px;
    }
    .onayami_inner-img {
        display: none;
    }
    .onayami_text {
        font-size: 26px;
    }
    .point_text {
        margin: 0 30px;
    }
    .point_content {
        display: block;
        margin: 0 30px 30px;
    }
    .point_content-img {
        width: 100%;
    }
    .point_content-text {
        width: 100%;
    }
    .point_content-text p {
        padding: 10px 0;
    }
    
    h3 {
        font-size: 22px;
    }
    .cta_btn a {
        font-size: 16px;
        padding: 10px 20px;
    }
    .coating_title {
        width: 200px;
    }
    .coating_title::before {
        width: 40px;
    }
    .coating_title::after {
        width: 40px;
    }

    .access_address-company {
        font-size: 20px;
        letter-spacing: -1px;
    }
    .footer_nav ul {
        flex-wrap: wrap;
    }
    footer p {
        font-size: 12px;
    }
}

@media (max-width:400px) {
    .mainvisual_catch-price {
        font-size: 28px;
    }
}

@media (min-width: 640px) {
    .br-640 {
        display: none;
    }
}

@media (min-width: 480px) {
    .br-480 {
        display: none;
    }
}

@media (min-width: 576px) {
    .br-576 {
        display: none;
    }
}

@media (min-width: 768px) {
    .br-768 {
        display: none;
    }
}

@media (min-width: 800px) {
    .br-800 {
        display: none;
    }
}


/*=============================
    thanks page
=============================*/
.thanks_container {
    max-width: 800px;
    margin: 0 auto;
}

.thanks_textbox {
    margin: 20px;
    text-align: center;
}

.thanks_textbox h3 {
    font-size: 26px;
}

.thanks_back {
    text-align: center;
    margin-bottom: 20px;
}

.thanks_back a {
    text-decoration: underline;
}

.thanks_footer {
    text-align: center;
    margin: 0 20px;
}