header.site-head {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
header.site-head.bg-type01 {
  background: #e3f2f2;
}
header.site-head h1 {
  display: block;
}
header.site-head h1 a {
  display: inline-block;
  text-decoration: none;
}
header.site-head h1 a .inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1;
}
header.site-head h1 a .inner span.company-logo {
  width: 135px;
}
@media screen and (max-width: 768px) {
  header.site-head h1 a .inner span.company-logo {
    width: 80px;
  }
}
header.site-head h1 a .inner span.company-logo img {
  width: 100%;
}
header.site-head h1 a .inner span.company-text {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 768px) {
  header.site-head h1 a .inner span.company-text {
    font-size: 16px;
  }
}

.main-visual-slider__block .slide-block .item {
  padding: 0 10px;
  font-size: 0px;
  line-height: 1;
}
.main-visual-slider__block .slide-block .item img {
  width: 100%;
}

.shop-title-block {
  padding: 30px 20px;
  background: #e3f2f2;
}
.shop-title-block .inner-block {
  max-width: 960px;
  margin: 0 auto;
}
.shop-title-block .inner-block .company-name {
  margin-bottom: 10px;
}
.shop-title-block .inner-block .company-name img {
  max-width: 100%;
}
.shop-title-block .inner-block .shop-name {
  font-weight: 600;
  color: #000000;
  font-size: 25px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .shop-title-block .inner-block .shop-name {
    font-size: 18px;
  }
}
.shop-title-block .inner-block .shop-name span {
  display: inline-block;
  font-size: 18px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .shop-title-block .inner-block .shop-name span {
    display: block;
    font-size: 14px;
    padding-left: 0;
    padding-top: 5px;
  }
}

.main-content__wrap {
  padding: 50px 20px;
}
.main-content__wrap .content-inner-block {
  max-width: 960px;
  margin: 0 auto;
}

footer.site-footer {
  padding: 10px;
  text-align: center;
  background: #e3f2f2;
}
footer.site-footer p {
  font-size: 12px;
  line-height: 1.5;
}

a.btn-basic {
  width: 100%;
  max-width: 360px;
  padding: 10px 15px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  background: #cee9e9;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  a.btn-basic {
    font-size: 16px;
  }
}
a.btn-basic:hover {
  opacity: 0.7;
}
a.btn-basic.p-center {
  margin: 0 auto;
}
a.btn-basic span.icon {
  margin-right: 10px;
}

.c-type-realtime {
  margin-bottom: 100px;
}
.c-type-realtime h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-type-realtime h2 {
    font-size: 18px;
  }
}
.c-type-realtime .realtime-text {
  margin-bottom: 30px;
}
.c-type-realtime .realtime-text p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-type-realtime .realtime-text p {
    font-size: 14px;
  }
}
.c-type-realtime .btn-list-block .each-btn {
  margin-bottom: 30px;
  text-align: center;
}

.c-type-currentinfo {
  margin-bottom: 100px;
}
.c-type-currentinfo .current-info__whole-block {
  max-width: 570px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.c-type-currentinfo .current-info__whole-block .wash-type-menu {
  margin-bottom: 40px;
}
.c-type-currentinfo .current-info__whole-block .wash-type-menu ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-type-currentinfo .current-info__whole-block .wash-type-menu ul {
    justify-content: center;
  }
}
.c-type-currentinfo .current-info__whole-block .wash-type-menu ul li {
  position: relative;
  width: 18%;
  margin: 1%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-type-currentinfo .current-info__whole-block .wash-type-menu ul li {
    width: 31%;
    margin: 15px 1%;
  }
}
.c-type-currentinfo .current-info__whole-block .wash-type-menu ul li.active::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #95c6c6;
}
.c-type-currentinfo .current-info__whole-block .wash-type-menu ul li:hover {
  opacity: 0.7;
}
.c-type-currentinfo .current-info__whole-block .wash-type-menu ul li img {
  width: 100%;
  border: 1px solid #95c6c6;
  border-radius: 10px;
  box-sizing: border-box;
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table {
  margin: 0 1%;
  display: none;
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table.wash-id01 {
  display: block;
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #95c6c6;
  color: #000000;
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr th {
  padding: 7px 5px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #95c6c6;
  background: #e3f2f2;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr th {
    font-size: 14px;
  }
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr th.name {
  width: 40%;
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr th.status {
  width: 30%;
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr th.timeleft {
  width: 30%;
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td {
  padding: 15px 10px;
  border: 1px solid #95c6c6;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td {
    padding: 15px 5px;
  }
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-name {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-name {
    font-size: 14px;
  }
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-status {
  font-size: 14px;
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-status .inner-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-status .inner-block span.icon {
  margin-left: 10px;
  line-height: 1;
  font-size: 0px;
}
@media screen and (max-width: 768px) {
  .c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-status .inner-block span.icon {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-status .inner-block span.icon img {
    width: 100%;
  }
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-status .inner-block span.icon img.is_use {
  animation: 3s linear infinite rotation1;
}
@media screen and (max-width: 768px) {
  .c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-status .inner-block span.icon img.is_use {
    width: 100%;
  }
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-timeleft {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-timeleft {
    font-size: 20px;
  }
}
.c-type-currentinfo .current-info__whole-block .wash-status-whole .each-table table tbody tr td.w-timeleft span {
  font-size: 14px;
}
.c-type-currentinfo .btn-list-block .each-btn {
  margin-bottom: 30px;
  text-align: center;
}

.c-type-shopinfo .c-inner-block {
  max-width: 570px;
  margin: 0 auto;
}
.c-type-shopinfo .c-inner-block .shop-detail {
  margin: 0 1%;
  padding-bottom: 50px;
}
.c-type-shopinfo .c-inner-block .shop-detail h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 5px;
  line-height: 1.25;
  text-align: center;
  border-bottom: 2px solid #95c6c6;
}
@media screen and (max-width: 768px) {
  .c-type-shopinfo .c-inner-block .shop-detail h3 {
    font-size: 18px;
  }
}
.c-type-shopinfo .c-inner-block .shop-detail .detail-text dl {
  display: flex;
  align-items: center;
  padding: 25px 10px;
  border-bottom: 2px dotted #95c6c6;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-type-shopinfo .c-inner-block .shop-detail .detail-text dl {
    display: block;
  }
}
.c-type-shopinfo .c-inner-block .shop-detail .detail-text dl dt {
  width: 140px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-type-shopinfo .c-inner-block .shop-detail .detail-text dl dt {
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 14px;
  }
}
.c-type-shopinfo .c-inner-block .shop-detail .detail-text dl dd {
  width: calc(100% - 140px);
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-type-shopinfo .c-inner-block .shop-detail .detail-text dl dd {
    width: 100%;
    font-size: 16px;
  }
}
.c-type-shopinfo .c-inner-block .shop-detail .detail-text dl dd a {
  color: #000000;
  text-decoration: none;
}
.c-type-shopinfo .c-inner-block .shop-detail .detail-text dl dd a:hover {
  text-decoration: underline;
}
.c-type-shopinfo .google-map iframe {
  width: 100%;
}

.c-type-mailform h2 {
  text-align: center;
  margin-bottom: 20px;
}
.c-type-mailform h2 .inner {
  width: 100%;
  max-width: 480px;
  padding: 10px 15px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  background: #cee9e9;
  border-radius: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-type-mailform h2 .inner {
    font-size: 16px;
  }
}
.c-type-mailform h2 .inner span.icon {
  margin-right: 10px;
}
.c-type-mailform .pre-text-block {
  margin-bottom: 40px;
}
.c-type-mailform .pre-text-block p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-type-mailform .pre-text-block p {
    font-size: 14px;
  }
}
.c-type-mailform .mailform-select__wrap {
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.c-type-mailform .mailform-select__wrap .each-row {
  margin-bottom: 40px;
}
.c-type-mailform .mailform-select__wrap .each-row table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #95c6c6;
  color: #000000;
}
.c-type-mailform .mailform-select__wrap .each-row table tr th {
  padding: 7px 5px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #95c6c6;
  background: #e3f2f2;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-type-mailform .mailform-select__wrap .each-row table tr th {
    font-size: 14px;
  }
}
.c-type-mailform .mailform-select__wrap .each-row table tr th.n01 {
  width: 65%;
}
.c-type-mailform .mailform-select__wrap .each-row table tr th.n02 {
  width: 35%;
}
.c-type-mailform .mailform-select__wrap .each-row table tr td {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border: 1px solid #95c6c6;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-type-mailform .mailform-select__wrap .each-row table tr td {
    font-size: 14px;
  }
}
.c-type-mailform .mailform-select__wrap .each-row table tr td a {
  display: block;
  padding: 5px;
  background: #cee9e9;
  text-decoration: none;
  color: #000000;
  text-align: center;
  border-radius: 100px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-type-mailform .mailform-select__wrap .each-row table tr td a {
    font-size: 12px;
  }
}
.c-type-mailform .mailform-select__wrap .each-row table tr td a:hover {
  opacity: 0.7;
}
.c-type-mailform .mailform-select__wrap .each-row table tr td span {
  display: block;
  padding: 5px;
  background: #f1f1f1;
  text-decoration: none;
  color: #000000;
  text-align: center;
  border-radius: 100px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-type-mailform .mailform-select__wrap .each-row table tr td span {
    font-size: 12px;
  }
}
.c-type-mailform .mailform-content__wrap {
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.c-type-mailform .mailform-content__wrap .term-section {
  margin-bottom: 50px;
}
.c-type-mailform .mailform-content__wrap .term-section .each-term {
  margin-bottom: 20px;
}
.c-type-mailform .mailform-content__wrap .term-section .each-term dl {
  display: block;
  border: 2px solid #95c6c6;
  line-height: 1.5;
  color: #000000;
}
.c-type-mailform .mailform-content__wrap .term-section .each-term dl dt {
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  background: #e3f2f2;
}
@media screen and (max-width: 768px) {
  .c-type-mailform .mailform-content__wrap .term-section .each-term dl dt {
    font-size: 14px;
  }
}
.c-type-mailform .mailform-content__wrap .term-section .each-term dl dd {
  display: block;
  padding: 15px 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-type-mailform .mailform-content__wrap .term-section .each-term dl dd {
    font-size: 14px;
  }
}
.c-type-mailform .mailform-content__wrap .term-section .each-term dl dd input[type="text"], .c-type-mailform .mailform-content__wrap .term-section .each-term dl dd input[type="email"] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
.c-type-mailform .mailform-content__wrap .form-submit-btn {
  margin-bottom: 50px;
}
.c-type-mailform .mailform-content__wrap .form-submit-btn .each-btn {
  margin-bottom: 15px;
  text-align: center;
}
.c-type-mailform .mailform-content__wrap .form-submit-btn .each-btn input[type="submit"], .c-type-mailform .mailform-content__wrap .form-submit-btn .each-btn input[type="button"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 300px;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 100px;
  color: #000000;
  font-size: 16px;
  background: #cee9e9;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-type-mailform .mailform-content__wrap .form-submit-btn .each-btn input[type="submit"], .c-type-mailform .mailform-content__wrap .form-submit-btn .each-btn input[type="button"] {
    font-size: 14px;
  }
}
.c-type-mailform .mailform-content__wrap .form-submit-btn .each-btn input[type="submit"]:hover, .c-type-mailform .mailform-content__wrap .form-submit-btn .each-btn input[type="button"]:hover {
  opacity: 0.7;
}
.c-type-mailform .mailform-content__wrap .attention-text p {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
