@charset "UTF-8";
/*********メディアクエリ************/
/*
  Base
---------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

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

body {
  height: 100%;
  font-family: "Avenir Next", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.02em;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: bold;
}

h2 {
  margin: 0 auto 3rem;
  font-size: 2.4rem;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  position: relative;
  /* &::after{
       position: absolute;
       bottom: -10px;
       left: calc(50% - 25px);
       width: 50px;
       height: 3px;
       content: '';
       background:#1E5199;
   }*/
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 3.2rem;
    line-height: 1.25;
    margin: 0 auto 5rem;
  }
}

input,
textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

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

.inner {
  padding: 6rem 5%;
}
@media screen and (min-width: 1024px) {
  .inner {
    padding: 10rem 10% 10rem;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.note {
  font-size: 1.2rem;
  text-align: right;
  font-weight: 400;
  margin-top: 0.5rem;
  display: block;
}

.b-gray {
  background-color: #F4F5F7;
}

.btn-service {
  position: relative;
  display: block;
  overflow: hidden;
  width: 30rem;
  border: 3px solid #1E5199;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: blod;
  color: #1E5199;
  z-index: 2;
  text-align: start;
  margin: 3rem auto 0;
  border-radius: 30px;
  text-align: center;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 1024px) {
  .btn-service {
    font-size: 1.8rem;
    margin: 3rem auto 0;
    -webkit-animation: 0.5s;
            animation: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 1.3rem;
    width: 32rem;
  }
}
.btn-service span {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #1E5199;
  border-right: 2px solid #1E5199;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1.8rem;
  right: 2rem;
}
@media screen and (min-width: 1024px) {
  .btn-service span {
    top: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn-service:hover {
    /*transform: scale(1.1, 1.1);*/
    background-color: #fff;
    border: 3px solid #1E5199;
    color: #1E5199;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
}

.blue {
  background-color: #1E5199;
  color: #fff;
}
.blue span {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.tax {
  font-size: 1rem;
  font-weight: 400;
}

.plus-price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem auto;
  grid-template-columns: 5rem auto;
  -ms-grid-rows: 2rem auto;
  grid-template-rows: 2rem auto;
      grid-template-areas: "box1 box2" "box1 box3";
  color: #1E5199;
  margin: 0 auto;
  margin: auto;
  width: 80%;
}
@media screen and (min-width: 480px) {
  .plus-price {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .plus-price {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .plus-price {
    width: 80%;
  }
}
.plus-price li:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: box1;
  font-size: 5.2rem;
  font-weight: bold;
  text-align: right;
  padding-right: 1.5rem;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.plus-price li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: box2;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .plus-price li:nth-child(2) {
    padding-bottom: 1rem;
  }
}
.plus-price li:last-child {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: box3;
  text-align: left;
  position: relative;
  padding-top: 1.5rem;
}
.plus-price li:last-child .price {
  font-size: 3.7rem;
  display: inline-block;
  border-bottom: solid 8px #FA6F68;
  line-height: 2rem;
}
@media screen and (min-width: 1024px) {
  .plus-price li:last-child .price {
    font-size: 5.2rem;
    margin-top: 0.5rem;
  }
}
.plus-price li:last-child .price .yen {
  font-size: 2.7rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .plus-price li:last-child .price .yen {
    font-size: 3.7rem;
  }
}

.fixed_btn {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 3px 8px rgba(30, 81, 153, 0.25);
          box-shadow: 0 3px 8px rgba(30, 81, 153, 0.25);
  position: fixed;
  bottom: 0;
  padding: 1.5rem 0;
  z-index: 10;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .fixed_btn {
    height: 8rem;
  }
}

.btn_link {
  overflow: hidden;
  position: relative;
  margin: 0 2%;
  width: 45%;
  background-color: #1E5199;
  border: 2px solid #1E5199;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  text-align: start;
  border-radius: 30px;
  text-align: center;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .btn_link {
    font-size: 1.4rem;
    width: 25rem;
    -webkit-animation: 0.5s;
            animation: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn_link span {
  content: "";
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  vertical-align: middle;
  display: block;
  margin-left: 1rem;
  /*position: absolute;
  top:50%;
  right:15px;
      transform: translate(0px , -50%) ;*/
}
@media screen and (min-width: 1024px) {
  .btn_link span {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn_link:hover {
    /*transform: scale(1.1, 1.1);*/
    background-color: #fff;
    color: #1E5199;
    font-weight: bold;
    text-align: center;
  }
  .btn_link:hover span {
    background-image: url(images/arrow_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.2rem;
    height: 2.2rem;
  }
}

#step .inner {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1024px) {
  #step .inner {
    max-width: 1200px;
    width: 100%;
  }
}
#step h2 {
  margin-bottom: 0;
}
#step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#step li {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0px 5px 15px rgba(173, 179, 190, 0.4);
  padding: 15px;
  width: 100%;
  margin-top: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #step li {
    width: 46%;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  #step li {
    width: 23%;
    position: relative;
  }
}
#step h3 {
  font-size: 2rem;
  color: #1E5199;
  position: absolute;
  top: -63px;
  left: 50%;
  background: #0786BD;
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#step h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  background: #0786BD;
  width: 20px;
  height: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  z-index: -1;
}
#step h3 span {
  font-size: 3rem;
  padding-left: 1rem;
}
#step figure {
  width: 100%;
  margin: 0;
  text-align: center;
}
#step h4 {
  font-size: 1.7rem;
  margin: 2rem 0 1rem 0;
  text-align: center;
}
#step p {
  font-weight: normal;
}
#step p span {
  font-size: 1.2rem;
  display: block;
  margin-top: 0.5em;
}
#step sup {
  font-size: 1rem;
  vertical-align: top;
}
#step .note {
  font-size: 1.2rem;
  text-align: right;
  font-weight: 400;
}
#step .btn_link {
  margin: 1rem auto 0;
  width: 100%;
}
#step .btn_link span {
  margin-top: 0;
}

.service-kv {
  margin-top: 6rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .service-kv {
    margin-top: 10rem;
  }
}
.service-kv .kv-img {
  /*filter: drop-shadow(0px 3px 8px rgba(30,81,153,.25));
  @media screen and (min-width: $breakpoint-tablet){
      filter:none
  }*/
}
.service-kv .kv-img .sp {
  min-width: 100%;
}
.service-kv picture img {
  max-width: none;
  max-width: inherit;
  width: 100%;
}
.service-kv .page-title {
  margin: 2em auto 0 auto;
  text-align: center;
  background: url("images/kv-bg.png") no-repeat 0 100%;
  padding-bottom: 15vw;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .service-kv .page-title {
    left: 51.111111vw;
    top: 50%;
    position: absolute;
    right: 0;
    margin: 0;
    padding-bottom: 0;
    background: none;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.service-kv .page-title h2 {
  font-size: 3.2rem;
  margin: 1rem auto 1rem;
}
@media screen and (min-width: 1024px) {
  .service-kv .page-title h2 {
    font-size: 4.8rem;
  }
}
.service-kv .page-title .copy {
  font-size: 2rem;
  color: #1E5199;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .service-kv .page-title .copy {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .service-kv .page-title .copy {
    font-size: 3.2rem;
  }
}
.service-kv .page-title img {
  width: 10rem;
}
.service-kv .page-title .description {
  font-size: 1.6rem;
  color: #666;
  width: 90%;
  font-weight: normal;
  margin: 2rem auto 0 auto;
  max-width: 380px;
}
@media screen and (min-width: 1024px) {
  .service-kv .page-title .description {
    width: 55%;
  }
}
.service-kv .page-title .service_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  margin: 2rem auto 0 auto;
}
.service-kv .page-title .service_point span {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid #1E5199;
  color: #1E5199;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

#carwash {
  /*& h2{
      &::before{
  	content: "";
  	background-image: url(images/carwash_icon.svg);
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: contain;
  	width: 4rem;
  	height: 4rem;
  	margin-right: 1rem;
  	display: inline-block;
  	transform: translateY(6px);
      }
  }*/
}

#coating h2::before {
  content: "";
  background-image: url(images/coating_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  display: inline-block;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.ttl-lv1 {
  width: 100%;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .ttl-lv1 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .ttl-lv1 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .ttl-lv1 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ttl-lv1 span {
    font-size: 16px;
  }
}
.ttl-lv2 {
  width: 100%;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .ttl-lv2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .ttl-lv2 {
    font-size: 18px;
  }
}

#carwash {
  /* eco
  ==========================================*/
  /* recommend
  ==========================================*/
  /* brand
  ==========================================*/
  /* size
  ==========================================*/
  /* effect
  ==========================================*/
  /* use
  ==========================================*/
  /* plan
  ==========================================*/
  /* trial	
  ==========================================*/
}
#carwash .eco {
  font-weight: bold;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #carwash .eco {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .eco {
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  #carwash .eco {
    padding: 110px 60px;
    max-width: 580px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #carwash .eco {
    padding: 50px 40px;
    width: 335px;
  }
}
#carwash .eco-inner::before {
  content: "";
  display: block;
  width: 100%;
  background: url(images/eco_icon.svg) no-repeat 50% 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #carwash .eco-inner::before {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .eco-inner::before {
    height: 80px;
  }
}
#carwash .eco .ttl-lv1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #carwash .eco .ttl-lv1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .eco .ttl-lv1 {
    font-size: 20px;
  }
}
#carwash .eco-list {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #carwash .eco-list {
    max-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .eco-list {
    max-width: 290px;
  }
}
#carwash .eco-list li {
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 769px) {
  #carwash .eco-list li {
    font-size: 24px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .eco-list li {
    font-size: 18px;
    padding-left: 30px;
  }
}
#carwash .eco-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/eco_check.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #carwash .eco-list li::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .eco-list li::before {
    width: 21px;
    height: 21px;
  }
}
#carwash .eco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 10px #54b9e5;
          box-shadow: 0px 0px 10px #54b9e5;
  border-radius: 1000px;
}
@media screen and (min-width: 769px) {
  #carwash .eco::after {
    width: calc(100% - 60px);
    padding-top: calc(100% - 60px);
    -webkit-transform: translate(30px, calc(-50% + 30px));
            transform: translate(30px, calc(-50% + 30px));
  }
}
@media screen and (max-width: 768px) {
  #carwash .eco::after {
    width: 100%;
    padding-top: 100%;
    -webkit-transform: translate(0%, -40%);
            transform: translate(0%, -40%);
  }
}
#carwash .recommend {
  max-width: 660px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #carwash .recommend {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .recommend {
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  #carwash .recommend {
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .recommend {
    margin-top: 120px;
  }
}
#carwash .recommend-table {
  width: 100%;
}
#carwash .recommend-table tr:nth-child(even) {
  background: #F4F5F7;
}
#carwash .recommend-table tr:last-of-type td:nth-child(2)::before {
  border-left: 3px solid #0786BD;
  border-right: 3px solid #0786BD;
  border-bottom: 3px solid #0786BD;
  border-radius: 0 0 15px 15px;
}
#carwash .recommend-table th {
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  #carwash .recommend-table th {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .recommend-table th {
    font-size: 16px;
  }
}
#carwash .recommend-table th:nth-child(1) {
  width: 50%;
}
#carwash .recommend-table th:nth-child(2) {
  background: #0786BD;
  color: #fff;
  width: 25%;
  border-radius: 15px 15px 0 0;
}
#carwash .recommend-table th:nth-child(2) {
  width: 25%;
}
#carwash .recommend-table td {
  padding: 1.5rem 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #carwash .recommend-table td {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .recommend-table td {
    font-size: 16px;
  }
}
#carwash .recommend-table td:nth-child(2) {
  color: #0786BD;
  position: relative;
}
#carwash .recommend-table td:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  border-left: 3px solid #0786BD;
  border-right: 3px solid #0786BD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  position: absolute;
}
#carwash .recommend-table td:nth-child(3) {
  text-align: center;
}
#carwash .brand {
  width: 100%;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #carwash .brand {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .brand {
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  #carwash .brand .ttl-lv1 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .brand .ttl-lv1 span {
    font-size: 16px;
  }
}
#carwash .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #carwash .brand-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #carwash .brand-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#carwash .brand-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #carwash .brand-list > li {
    width: 356px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .brand-list > li {
    width: 100%;
    max-width: 320px;
    margin: 48px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #carwash .brand-list > li:first-of-type {
    margin-top: 0;
  }
}
#carwash .brand-list > li > h3 {
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #carwash .brand-list > li > h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .brand-list > li > h3 {
    font-size: 20px;
  }
}
#carwash .brand-list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#carwash .brand-list-logo > li {
  width: 33%;
  min-width: 70px;
}
@media screen and (min-width: 769px) {
  #carwash .brand-list-logo > li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .brand-list-logo > li {
    margin-top: 24px;
  }
}
#carwash .brand-list-logo > li > figure {
  display: block;
  text-align: center;
}
#carwash .brand-list-logo > li > figure > img {
  width: auto;
  height: 60px;
}
#carwash .brand-list-logo > li > figure > figcaption {
  display: block;
  line-height: 1;
  padding-top: 8px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  #carwash .brand-list-logo > li > figure > figcaption {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .brand-list-logo > li > figure > figcaption {
    font-size: 11px;
  }
}
#carwash .brand-list-logo > li > figure > figcaption.vw, #carwash .brand-list-logo > li > figure > figcaption.benz {
  letter-spacing: -1px;
}
#carwash .brand-txt {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #carwash .brand-txt {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .brand-txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
#carwash .size {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #carwash .size {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .size {
    margin-top: 60px;
    padding: 0 20px;
  }
}
#carwash .size .ttl-lv1 {
  margin-bottom: 0;
}
#carwash .size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #carwash .size-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #carwash .size-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#carwash .size-list > li {
  width: 33%;
}
@media screen and (min-width: 769px) {
  #carwash .size-list > li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .size-list > li {
    margin-top: 24px;
  }
}
#carwash .size-list > li > figure {
  display: block;
  text-align: center;
}
#carwash .size-list > li > figure > img {
  width: auto;
}
@media screen and (min-width: 769px) {
  #carwash .size-list > li > figure > img {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .size-list > li > figure > img {
    height: 50px;
  }
}
#carwash .size-list > li > figure > figcaption {
  display: block;
  line-height: 1;
  padding-top: 8px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  #carwash .size-list > li > figure > figcaption {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .size-list > li > figure > figcaption {
    font-size: 11px;
  }
}
#carwash .size-txt {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #carwash .size-txt {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .size-txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
#carwash .effect {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #carwash .effect {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .effect {
    margin-top: 60px;
    padding: 0 20px;
  }
}
#carwash .effect .ttl-lv1 {
  margin-bottom: 0;
}
#carwash .effect-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #carwash .effect-list > li {
    width: 26%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .effect-list > li {
    width: 29%;
    margin-top: 24px;
  }
}
#carwash .effect-list > li > figure {
  display: block;
  text-align: center;
}
#carwash .effect-list > li > figure > figcaption {
  display: block;
  line-height: 1;
  padding-top: 1em;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  #carwash .effect-list > li > figure > figcaption {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .effect-list > li > figure > figcaption {
    font-size: 12px;
  }
}
#carwash .use {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #carwash .use {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .use {
    margin-top: 60px;
    padding: 0 20px;
  }
}
#carwash .use .ttl-lv1 {
  margin-bottom: 0;
}
#carwash .use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#carwash .use-list > li {
  width: 48%;
}
@media screen and (min-width: 769px) {
  #carwash .use-list > li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .use-list > li {
    margin-top: 24px;
  }
}
#carwash .use-list > li > figure {
  display: block;
  text-align: center;
}
#carwash .use-list > li > figure > figcaption {
  display: block;
  line-height: 1;
  padding: 15px;
  font-weight: 600;
  color: #fff;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
}
@media screen and (min-width: 769px) {
  #carwash .use-list > li > figure > figcaption {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .use-list > li > figure > figcaption {
    font-size: 16px;
  }
}
#carwash .use-list > li:nth-child(1) > figure > figcaption {
  background: #505050;
}
#carwash .use-list > li:nth-child(2) > figure > figcaption {
  background: #0786BD;
}
#carwash .plan {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #carwash .plan {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .plan {
    margin-top: 60px;
    padding: 0 20px;
  }
}
#carwash .plan .ttl-lv1 {
  margin-bottom: 0;
}
#carwash .plan-table {
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #carwash .plan-table {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .plan-table {
    margin-top: 30px;
  }
}
#carwash .plan-table tr:nth-child(even) {
  background: #F4F5F7;
}
#carwash .plan-table th {
  padding: 1rem;
  background: #0786BD;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #carwash .plan-table th {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .plan-table th {
    font-size: 14px;
  }
}
#carwash .plan-table th:nth-child(1) {
  width: 50%;
  border-radius: 15px 0 0 0;
  position: relative;
}
#carwash .plan-table th:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 60%;
  background: #fff;
  position: absolute;
  top: 20%;
  right: 0;
}
#carwash .plan-table th:nth-child(2) {
  width: 50%;
  border-radius: 0 15px 0 0;
}
#carwash .plan-table td {
  padding: 1.5rem 1rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  #carwash .plan-table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .plan-table td {
    font-size: 14px;
  }
}
#carwash .plan-table td:nth-child(1) {
  border-left: 1px solid #F4F5F7;
  border-bottom: 1px solid #F4F5F7;
  position: relative;
}
#carwash .plan-table td:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 60%;
  background: #F4F5F7;
  position: absolute;
  top: 20%;
  right: 0;
}
#carwash .plan-table td:nth-child(2) {
  border-right: 1px solid #F4F5F7;
  border-bottom: 1px solid #F4F5F7;
}
@media screen and (min-width: 769px) {
  #carwash .plan-table td:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .plan-table td:nth-child(2) {
    font-size: 16px;
  }
}
#carwash .plan .attention {
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  #carwash .plan .attention {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .plan .attention {
    font-size: 10px;
  }
}
#carwash .trial {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #carwash .trial {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .trial {
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  #carwash .trial {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .trial {
    padding: 0 20px;
  }
}
#carwash .trial-inner {
  max-width: 812px;
  margin: 0 auto;
  background: #F4F5F7;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  #carwash .trial-inner {
    padding: 20px 40px 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #carwash .trial-inner {
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (min-width: 769px) {
  #carwash .trial-head {
    width: 38%;
  }
}
@media screen and (min-width: 769px) {
  #carwash .trial-text {
    width: 60%;
  }
}
#carwash .trial-menu {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #carwash .trial-menu {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .trial-menu {
    font-size: 20px;
    margin-top: 40px;
  }
}
#carwash .trial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#carwash .trial-list dt {
  color: #fff;
  width: 4em;
  padding: 10px;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  margin: 10px;
}
@media screen and (min-width: 769px) {
  #carwash .trial-list dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .trial-list dt {
    font-size: 15px;
  }
}
#carwash .trial-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}
#carwash .trial-list dd span {
  position: relative;
  color: #747880;
}
@media screen and (min-width: 769px) {
  #carwash .trial-list dd span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .trial-list dd span {
    font-size: 18px;
  }
}
#carwash .trial-list dd span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #747880;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
#carwash .trial-list dd strong {
  display: block;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  #carwash .trial-list dd strong {
    font-size: 47px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .trial-list dd strong {
    font-size: 28px;
  }
}
#carwash .trial-list dd strong::before {
  content: "";
  display: block;
  margin: 0 5px 0 10px;
  background: url(images/wash-line_arrow.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #carwash .trial-list dd strong::before {
    width: 18px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .trial-list dd strong::before {
    width: 12px;
    height: 10px;
  }
}
#carwash .trial-list dd em {
  display: block;
  font-style: normal;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  #carwash .trial-list dd em {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #carwash .trial-list dd em {
    font-size: 16px;
  }
}
#carwash .trial-visit dt {
  background: #0786BD;
}
#carwash .trial-store dt {
  background: #1E5199;
}

.service-bl .inner {
  padding: 6rem 5% 0;
}
@media screen and (min-width: 1024px) {
  .service-bl .inner {
    padding: 10rem 10% 0;
  }
}
.service-bl ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-bl li {
  text-align: center;
}
.service-bl li img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .service-bl li img {
    width: 15rem;
  }
}
.service-bl li h3 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .service-bl li h3 {
    font-size: 1.6rem;
  }
}
.service-bl li h3 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.service-bl li:nth-of-type(2) {
  margin-bottom: 3rem;
}

.case {
  text-align: right;
}
.case .inner {
  padding: 6rem 5% 0;
}
@media screen and (min-width: 1024px) {
  .case .inner {
    padding: 10rem 10% 0;
  }
}
.case .case-img {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .case .case-img {
    width: 80%;
  }
}

.price-table h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3rem;
}
.price-table .service-time {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: normal;
}
.price-table table {
  width: 100%;
  text-align: center;
  border: #F4F5F7;
}
.price-table .table-head {
  color: #fff;
  font-size: 1.6rem;
}
.price-table .table-head th {
  padding: 2rem 0;
  background-color: #1E5199;
  font-size: 1.4rem;
}
.price-table .table-head th:first-child {
  width: 45%;
  border-radius: 0.5rem 0 0 0;
}
.price-table .table-head th:last-child {
  width: 55%;
  border-radius: 0 0.5rem 0 0;
}
.price-table tr:nth-child(even) {
  background-color: #fff;
}
.price-table tr:nth-child(odd) {
  background-color: #ECEEF2;
}
.price-table tr:last-child td:first-child {
  border-radius: 0 0 0 0.5rem;
}
.price-table tr:last-child td:last-child {
  border-radius: 0 0 0.5rem 0;
}
.price-table td {
  padding: 2rem 0;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .price-table td {
    padding: 1.5rem 0;
  }
}
.price-table .size {
  border-right: solid 1px #F4F5F7;
}
.price-table .size span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.price-table .price {
  font-size: 2.2rem;
}
.price-table .price span {
  font-size: 1.6rem;
  display: unset;
}
.price-table .note {
  margin-bottom: 0.5rem;
}
.price-table .discount {
  margin: 3rem auto 1.5rem;
  text-align: center;
}
.price-table .price-dis-list .price-dis-item:last-child {
  color: #FA6F68;
}
.price-table .price-dis-list .price-dis-item .delate {
  text-decoration: line-through;
  text-decoration-color: #FA6F68;
  font-size: 2.2rem;
}
.price-table .price-off {
  text-align: center;
}

#coating-price {
  margin-top: 6rem;
}
@media screen and (min-width: 1024px) {
  #coating-price {
    margin-top: 10rem;
  }
}
#coating-price .price-table .table-head th {
  vertical-align: middle;
}
#coating-price .price-table .table-head th:first-child {
  width: 30%;
}
#coating-price .price-table .table-head th:nth-child(2) {
  width: 35%;
}
#coating-price .price-table .table-head th:last-child {
  width: 35%;
}
#coating-price .price-table .price {
  border-right: solid 1px #F4F5F7;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #coating-price .price-table .price {
    font-size: 2.6rem;
  }
}
#coating-price .price-table:first-child {
  margin-bottom: 8rem;
}
#coating-price .premium-table .fukidashi {
  display: inline-block;
  border: solid 2px #1E5199;
  border-radius: 8rem;
  padding: 1rem 3rem;
  color: #1E5199;
  font-size: 1.6rem;
  position: relative;
  background-color: #fff;
  text-align: center;
  margin: 0 auto 5rem;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#coating-price .premium-table .size {
  border: none;
}
#coating-price .premium-table .recommend-bg {
  background-color: #FA6F68;
  position: relative;
  z-index: 9;
}
#coating-price .premium-table .recommend-bg::before {
  content: "";
  display: inline-block;
  background-color: #FA6F68;
  width: 100%;
  top: -1rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  position: absolute;
  border-radius: 0.5rem;
}
#coating-price .premium-table .recommend-bg .text-fukidashi {
  top: -5rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  color: #FA6F68;
  font-size: 2rem;
  padding: 0 1.5rem;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  #coating-price .premium-table .recommend-bg .text-fukidashi {
    top: -6rem;
    font-size: 2.4rem;
    padding: 0 2.5rem;
  }
}
#coating-price .premium-table .recommend-bg .title {
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  left: 20%;
  margin: auto;
  display: inline-table;
}
@media screen and (min-width: 425px) {
  #coating-price .premium-table .recommend-bg .title {
    left: 0;
    right: 0;
  }
}
#coating-price .premium-table .note {
  float: right;
}
#coating-price .premium-table .line {
  border-left: solid 3px #FA6F68;
  border-right: solid 3px #FA6F68;
}
@media screen and (min-width: 1024px) {
  #coating-price .premium-table .line {
    border-left: solid 5px #FA6F68;
    border-right: solid 5px #FA6F68;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 32%;
  }
}
#coating-price .premium-table .last {
  border-bottom: solid 3px #FA6F68;
}
@media screen and (min-width: 1024px) {
  #coating-price .premium-table .last {
    border-bottom: solid 5px #FA6F68;
  }
}

.simulation-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 81, 153)), to(rgb(7, 134, 189)));
  background: linear-gradient(180deg, rgb(30, 81, 153), rgb(7, 134, 189));
  padding: 4rem 5%;
  position: relative;
  margin-top: 8rem;
}
@media screen and (min-width: 1024px) {
  .simulation-content {
    max-width: 800px;
    margin: 10rem auto 5rem;
    padding: 0;
    border-radius: 0.5rem;
  }
}
.simulation-content::before {
  content: "";
  display: inline-block;
  border-right: 50px solid transparent;
  border-bottom: 40px solid #1E5199;
  border-left: 50px solid transparent;
  border-bottom-width: 3rem;
  width: 3rem;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.simulation-content .inner {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .simulation-content .inner {
    padding: 5rem 10%;
  }
}
.simulation-content .simulation-select {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 4rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .simulation-content .simulation-select {
    padding: 4rem 10%;
  }
}
.simulation-content .simulation-select h2 {
  font-size: 2rem;
  margin: 0 auto 4rem;
}
.simulation-content .simulation-select h2::after {
  display: none;
}
.simulation-content .simulation-select .simulation-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
.simulation-content .simulation-select .simulation-bl:last-child {
  margin-bottom: 0;
}
.simulation-content .simulation-select label {
  font-size: 1.6rem;
  font-weight: 500;
}
.simulation-content .simulation-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F4F5F7;
  height: 4rem;
  width: 100%;
  border: none;
  border-radius: 0.3rem;
  padding: 1rem;
  font-size: 1.2rem;
  color: #333;
}
.simulation-content .simulation-select select:invalid {
  color: #ADB3BE;
}
.simulation-content .simulation-select .select-wrap {
  position: relative;
  width: 70%;
}
.simulation-content .simulation-select .select-wrap::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 35%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #0786BD;
  border-right: solid 2px #0786BD;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.simulation-content .simulation-answer {
  margin-top: 2rem;
}
.simulation-content .simulation-answer .price-block {
  display: -ms-grid;
  display: grid;
  background-color: #fff;
  border-radius: 0.5rem;
}
.simulation-content .simulation-answer .price-block label {
  font-size: 1.6rem;
  padding: 1rem 0;
  text-align: center;
  background-color: #F4F5F7;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.simulation-content .simulation-answer .price-block input {
  width: 100%;
  font-size: 4.6rem;
  font-weight: bold;
  color: #1E5199;
  padding: 2rem 0;
  text-align: center;
  border: none;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.simulation-content .simulation-answer .price-block .price-off {
  text-align: center;
  width: 90%;
  margin: 0 auto 3rem auto;
  display: none;
}
.simulation-content .simulation_arrow {
  background-image: url(images/simulation_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 2rem;
}

#store {
  padding-top: 1rem;
  /* @media screen and (min-width: $breakpoint-pc){
       padding-top: 10rem;
   }*/
}
#store p {
  margin: 0 auto 3rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  #store p {
    margin: 1em auto;
  }
}
#store p.attention {
  margin: 0;
  color: #FA6F68;
  font-weight: bold;
}
#store ul {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  #store ul {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#store ul li {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
#store ul li .check {
  content: "";
  display: inline-block;
  background-image: url(images/check.svg);
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  padding-right: 4rem;
}
#store .store-contents {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  #store .store-contents {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#store .store-contents-map {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #store .store-contents-map {
    width: 48%;
    padding-top: 27%;
  }
}
#store .store-contents-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#store .store-contents-text {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  #store .store-contents-text {
    width: 48%;
    margin-top: 0;
  }
}
#store .store-contents-text ul {
  display: block;
  margin-bottom: 2rem;
}
#store .store-contents-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  #store .store-contents-text ul li {
    font-size: 1.6rem;
  }
}
#store .store-contents-text ul li em {
  font-style: normal;
  width: 5em;
}
#store .store-contents-text ul li span {
  font-weight: normal;
}
#store .store-contents-text .reserve_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #store .store-contents-text .reserve_btn {
    margin: 0;
  }
}
#store .store-contents-text .reserve_btn a {
  margin: 0;
  width: 48%;
  padding: 10px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #store .store-contents-text .reserve_btn a {
    margin: 0;
    font-size: 1.4rem;
  }
}
#store .store-contents-text .reserve_btn a span {
  margin-left: 0.5rem;
}
#store .store-contents-text .attention {
  color: #FA6F68;
  font-weight: normal;
  font-size: 1.4rem;
  margin-top: 1em;
}

@media screen and (min-width: 1024px) {
  #coating-plan .inner {
    padding: 10rem 10% 0 10%;
  }
}
@media screen and (min-width: 1200px) {
  #coating-plan .inner {
    padding: 10rem 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  #coating-plan .main-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
  }
}
#coating-plan .plan-content {
  padding: 4rem 1.5rem;
  -webkit-box-shadow: 0 3px 8px rgba(30, 81, 153, 0.25);
          box-shadow: 0 3px 8px rgba(30, 81, 153, 0.25);
  text-align: center;
  margin-bottom: 5rem;
}
#coating-plan .plan-content .logo {
  margin: 0 auto 1.5rem;
  width: 15rem;
}
#coating-plan .plan-content h3 {
  font-size: 2.4rem;
  font-weight: 800;
}
#coating-plan .plan-content .sub-tex {
  margin: 1rem auto 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
#coating-plan .plan-content .plan-img {
  width: 80%;
  margin: 0 auto 2rem;
}
#coating-plan .plan-content .price-list {
  display: inline-block;
  margin-bottom: 2rem;
}
#coating-plan .plan-content .price-list li:first-child {
  text-align: left;
}
#coating-plan .plan-content .price-list li:last-child {
  font-size: 3.7rem;
}
#coating-plan .plan-content .price-list .yen {
  font-size: 2.7rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  #coating-plan .plan-content .price-list .yen {
    font-size: 2.7rem;
  }
}
#coating-plan .plan-content .point-list {
  font-weight: 500;
}
#coating-plan .plan-content .point-list li {
  display: inline-block;
  border: solid 1px #333;
  border-radius: 3px;
  padding: 1rem;
}
#coating-plan .plan-content .point-list li:first-child {
  margin-bottom: 1rem;
}
#coating-plan .plan-content .point-list span {
  font-size: 1.8rem;
  font-weight: bold;
}
#coating-plan .plan-content .service-detail {
  text-align: left;
  border-top: solid 1px #DDDDDD;
  margin-top: 3rem;
  padding: 2rem 0 0 2rem;
}
#coating-plan .plan-content .service-detail li {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
#coating-plan .plan-content .service-detail li span {
  content: "";
  display: inline-block;
  background-image: url(images/check2.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  padding-right: 4rem;
}
#coating-plan .plan-content .service-detail li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  #coating-plan .plan-content:first-child {
    margin-right: 5rem;
  }
}
#coating-plan .premium-plan {
  position: relative;
}
#coating-plan .premium-plan::before {
  content: "";
  background-image: url(images/recommend.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 18rem;
  height: 10rem;
  z-index: 10;
}
#coating-plan .premium-plan .premium-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 81, 153)), to(rgb(7, 134, 189)));
  background: linear-gradient(180deg, rgb(30, 81, 153), rgb(7, 134, 189));
  border-radius: 0.5rem;
  padding: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #coating-plan .premium-plan .premium-bg {
    padding: 4rem;
  }
}
#coating-plan .premium-plan .premium-content {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 5rem 1.5rem 3rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #coating-plan .premium-plan .premium-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  #coating-plan .premium-plan .premium-content .premium-bl {
    width: 50%;
    margin: auto 0;
  }
}
#coating-plan .premium-plan .premium-content .premium-bl:first-child {
  padding: 0 2rem;
}
#coating-plan .premium-plan .premium-content .plus-price {
  width: 90%;
}
@media screen and (min-width: 480px) {
  #coating-plan .premium-plan .premium-content .plus-price {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #coating-plan .premium-plan .premium-content .plus-price {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  #coating-plan .premium-plan .premium-content .plus-price {
    width: 80%;
  }
}
#coating-plan .premium-plan .premium-content h3 {
  font-size: 2.4rem;
  color: #1E5199;
  margin-bottom: 2rem;
}
#coating-plan .premium-plan .premium-content .tex {
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
#coating-plan .premium-plan .premium-content .price-list {
  margin: 2rem auto;
}
#coating-plan .premium-plan .premium-plan-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
#coating-plan .premium-plan .premium-plan-image li p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
}
#coating-plan .premium-plan .premium-plan-image li:first-child {
  margin-right: 0.5rem;
}

#attention {
  background: #F4F5F7;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  #attention .inner {
    padding: 10rem 5%;
  }
}
#attention article {
  margin-top: 5rem;
}
#attention article:first-child {
  margin-top: 0;
}
#attention h2 {
  margin-bottom: 1rem;
}
#attention ul {
  list-style-type: square;
}
#attention li {
  margin: 0 0 0 2rem;
}

footer {
  text-align: center;
  color: #fff;
  background-color: #0786BD;
  padding-top: 54px;
  padding-bottom: 54px;
}
footer .copyright-logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  max-width: 332px;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  footer .copyright-logo {
    width: 300px;
  }
}
footer .copyright-logo > img {
  width: 100%;
}
footer .copyright-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin-top: 30px;
}
@media screen and (min-width: 480px) {
  footer .copyright-text {
    margin-top: 20px;
  }
}

.normal .price-table .price-off {
  display: none;
}
.normal .price-table .price-dis-list .price-dis-item .delate {
  text-decoration: none;
}
.normal .price-table .price-dis-list .price-dis-item:last-child {
  display: none;
}
.normal .simulation-content .simulation-answer .price-block .price-off {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */