/* #contact fixed_footer hidden */
#contact {
  display: none;
}

/* fixed footer styles */
#foot-fix-all {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: block;
  visibility: hidden;
  pointer-events: none;
}
#foot-fix {
  background: #fffb5c;
  width: 100%;
}
#foot-fix2 {
  background: #ff0000;
  padding: 5px 3%;
}
.ff-copy {
  font-size: 4vw;
  color: #c1312a;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  padding: 3px 0 3px 0;
}
.ff-copy2 {
  background: #fff;
  text-align: center;
  padding: 3px 10% 4px 10%;
  border-bottom: 1px solid #333;
}
.ff-copy2.has-text {
  padding: 0;
}
.ff-copy2 .text {
  background: #fffb5c;
  border-top: 1px solid #eee;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 1px;
  display: block;
}
.ff-copy2 .text .red {
  color: #f00;
  font-size: 16px;
}
#foot-fix ul {
  list-style-type: none;
  width: 100%;
  display: table;
}
#foot-fix ul li {
  display: table-cell;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.3;
}
#foot-fix ul li a {
  display: block;
  letter-spacing: normal;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 8px;
}
.ff-phone {
  width: 34%;
  background: #1daedb;
}
.ff-phone a {
  color: #fff;
}
.icon-phone1 {
  width: 1.5rem;
  transform: rotate(-30deg);
  margin-top: 0.25rem;
}
.ff-form {
  width: 33%;
  background: #d22d25;
}
.ff-form a {
  color: #fff;
}
.icon-paperplane {
  width: 1.5rem;
  margin-top: 0.25rem;
}
.ff-line {
  width: 33%;
  background: #06c755;
  padding-top: 5px;
  line-height: 1.4;
}
.ff-line a {
  color: #fff;
}
.icon-line {
  width: 1.5rem;
  margin-top: 0.25rem;
}

/* Payment styling */
.payment-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-img img {
  width: 45%;
}

/* rental styling */
.rental-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  #foot-fix-all {
    visibility: visible;
    pointer-events: auto;
  }
  .payment-img {
    flex-direction: column;
  }
  .payment-img img {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* Blog list styling */
.list-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.single-blog {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.blog-img {
  width: 100%;
  height: 8rem;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-date {
  font-size: 0.75rem;
}

.blog-title {
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .blog-img {
    width: 100%;
    height: 12rem;
  }
}

/* Q&A styling */
.q-a {
  margin-bottom: 4rem;
}

.q-a-list {
  margin-bottom: 1.5rem;
}

.question {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #1daedb;
  color: white;
  font-weight: bold;
}

.question span {
  font-size: 1.25rem;
  padding-right: 1rem;
}

.answer {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.answer span {
  font-size: 1.25rem;
  padding-right: 1rem;
  width: fit-content;
  font-weight: bold;
  color: #1daedb;
}

/* blog styling */

.blog-top {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

.blog-top .page-ttl {
  display: block;
  width: 100%;
  text-align: center;
}

.blog-top .date {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0.75rem;
}

.blog-body img {
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  max-height: 320px;
}

.btn-detail {
  border: none;
  background: #1daedb;
  border-radius: 6px;
  box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 20%);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  width: 280px;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .btn-detail {
    font-size: 20px;
    height: 65px;
    width: 280px;
  }
  .list-grid {
    margin-top: 6rem;
  }
  .blog-body img {
    max-height: 560px;
  }
}

/* area styling */
.area-banner {
  display: block;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.area-banner:not(:first-child) {
  margin-top: 1rem;
}

/* washer-clogging styling */

/* price table styling */
.table-title {
  background: #76d4f9;
  font-size: 18px;
  color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.grid-price {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  margin-bottom: 1rem;
}

.grid-price .menu,
.grid-price .price {
  padding: 0.5rem;
  border-bottom: 1px solid lightgray;
  display: flex;
  align-items: center;
}

.grid-price .menu {
  border-right: 1px solid lightgray;
}
.grid-price .menu.first,
.grid-price .price.first {
  border-top: 1px solid lightgray;
}

@media (min-width: 640px) {
  .grid-price .menu,
  .grid-price .price {
    padding: 1rem 1.5rem;
  }
}

/* 洗濯機のかさ上げ用CSS */
.campaign-header {
  display: flex;
}

.campaign-header-text {
  width: 50%;
  background-color: #c72c2c;
}
