@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
html {
  font-size: 15px;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #FBF7EF;
  color: #231815;
  line-height: 28px;
  letter-spacing: 0.6px;
}

#wrapper {
  position: relative; /*position stickyの基点にするため relativeをかける*/
  display: flex; /*左エリア、右エリア横並び指定*/
  flex-wrap: wrap; /*ボックスの折り返し可*/
}

/*左エリア*/
#fixed-area {
  /*左固定記述*/ /*Safari用*/
  position: sticky;
  top: 0;
  /*横半分50%　縦を100vhにする*/
  width: 50%;
  height: 100vh;
  /*装飾のためのCSS*/
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/keyvisual.jpg") no-repeat center right;
  background-size: cover;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*右エリア*/
#wrapperleft {
  /*横半分50%にする*/
  width: 50%;
}

/*右各セクション 装飾のためのCSS*/
.wrapper-section {
  min-height: 100vh;
  position: relative;
}

/*＝＝＝＝＝＝＝＝＝＝＝768px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.header-logo {
  padding: 0px 0 0 15px;
  width: 200px;
  position: fixed;
  z-index: 30;
}
.header-logo img {
  width: 100%;
}

.keyvisual-punkun {
  width: 250px;
  position: absolute;
  right: 10%;
  bottom: 0;
}
.keyvisual-punkun img {
  width: 100%;
}

.top-punkun {
  width: 150px;
  position: absolute;
  left: 0;
  top: -150px;
  z-index: 50;
}
.top-punkun img {
  width: 100%;
}

.area {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.area h2 {
  text-align: center;
  font-size: 1.9rem;
  line-height: 80px;
}

.area2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 70%;
}
.area2 p {
  font-size: 1.1rem;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 22px;
}

.brandimage-flex {
  display: flex;
  animation: infinity-scroll-right 60s infinite linear 0.5s both;
  gap: 0 60px;
}

.punkun {
  position: relative;
}

.brandimagescroll {
  display: flex;
  overflow: hidden;
  margin: 150px 0;
  gap: 0 60px;
}

.brandimagescroll-image {
  width: 400px;
  height: 280px;
  border-radius: 20px;
}
.brandimagescroll-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.brandimagescroll-image2 {
  width: 400px;
  height: 280px;
  border-radius: 20px;
  margin-top: 120px;
}
.brandimagescroll-image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@keyframes infinity-scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.section {
  margin: 140px auto;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 1.6rem;
  letter-spacing: 7px;
}
.section-title h2::after {
  content: " ";
  margin-right: -8px;
}
.section-title p {
  font-size: 0.7rem;
  text-align: center;
  color: #AC4435;
}
.section-title .title-border {
  display: block;
  border-bottom: 1px solid #231815;
  width: 35px;
  margin: 12px auto 0 auto;
}

.section-title2 {
  text-align: center;
}
.section-title2 h2 {
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.section-title2 p {
  font-size: 0.7rem;
  text-align: center;
  color: #AC4435;
}
.section-title2 .title-border {
  display: block;
  border-bottom: 1px solid #231815;
  width: 80px;
  margin: 8px auto 0 auto;
}

.top-panndry-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 6%;
}

.top-panndry-block {
  width: 47%;
}

.top-panndry-img {
  width: 100%;
  border-radius: 20px;
  margin-top: 40px;
}
.top-panndry-img img {
  width: 100%;
  border-radius: 20px;
}

.top-panndry-exp {
  margin-top: 30px;
}
.top-panndry-exp p {
  text-align: center;
}

.access-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10%;
  margin-top: 60px;
  align-items: center;
}

.access-block {
  width: 45%;
}
.access-block iframe {
  width: 100%;
}
.access-block h3 {
  font-size: 1.3rem;
}
.access-block address {
  font-size: 1.1rem;
  margin-top: 10px;
  line-height: 25px;
  letter-spacing: 1px;
  font-style: normal;
}
.access-block p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 20px;
}

.time {
  margin-top: 80px;
}

.time-flex {
  display: flex;
  gap: 0 5%;
  margin-bottom: 10px;
}

.time-left {
  width: 35%;
}

.time-right {
  width: 60%;
}
.time-right h4 {
  font-size: 0.8rem;
  font-weight: 500;
}

footer {
  background-color: #AC4435;
  margin-top: 50px;
  padding: 50px 0 20px 0;
}
footer small {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 50px;
  font-weight: 400;
  font-size: 0.7rem;
}
footer address {
  font-style: normal;
  text-align: center;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #fff;
}
footer p {
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
}

.footer-logo {
  width: 180px;
  margin: 0 auto;
}
.footer-logo img {
  width: 100%;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: center;
  margin: 10px 0;
}
.footer-menu a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.footer-menu li {
  list-style: none;
}

.page-top {
  position: relative;
  height: 380px;
}

.about-top-img {
  background: url("../img/about-top.jpg") no-repeat center 80%;
  background-size: cover;
}

.kadou-top-img {
  background: url("../img/laundry02.jpg") no-repeat center center;
  background-size: cover;
}

.bakery-top-img {
  background: url("../img/bakery-top.jpg") no-repeat center center;
  background-size: cover;
}

.laundry-top-img {
  background: url("../img/laundry-top2.jpg") no-repeat center center;
  background-size: cover;
}

.contact-top-img {
  background: url("../img/contact-top.jpg") no-repeat center 80%;
  background-size: cover;
}

.page-title {
  position: absolute;
  top: 65%;
  left: 13%;
  transform: translate(-13%, -65%);
}
.page-title h1 {
  font-size: 2.1rem;
  letter-spacing: 5px;
  color: #fff;
  margin-top: 4px;
  text-shadow: 1px 2px 5px #808080;
}
.page-title p {
  font-size: 0.8rem;
  text-align: left;
  padding-left: 1px;
  color: #fff;
  text-shadow: 1px 2px 5px #808080;
}
.page-title .title-border {
  display: block;
  border-bottom: 1px solid #fff;
  width: 60px;
  margin: 20px auto 0 0;
}
.page-title h2 {
  font-size: 1.2rem;
  margin-top: 28px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 2px 5px #808080;
}

.section-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
  margin: 80px 0;
  align-items: center;
}

.section-flex2 {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 20px 4%;
  margin: 80px 0;
  align-items: center;
}

.section-flex2:nth-child(1) {
  margin-top: 20px;
}

.section-flex-detergent {
  max-width: 800px;
  width: 90%;
  margin: 50px auto;
}

.section-block {
  width: 48%;
  position: relative;
}
.section-block img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.section-block span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #AC4435;
}
.section-block h3 {
  font-size: 1.7rem;
  margin-bottom: 15px;
  line-height: 40px;
  letter-spacing: 1px;
}
.section-block .section-small {
  color: #231815;
  line-height: 20px !important;
  font-size: 0.8rem;
  margin-top: 5px;
}

.price-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 6%;
  margin: 100px 0;
}

.price-block {
  width: 47%;
}
.price-block span {
  font-size: 0.9rem;
  font-weight: 400;
  color: #231815;
}
.price-block h3 {
  font-size: 1.7rem;
  margin-bottom: 15px;
  line-height: 40px;
  letter-spacing: 1px;
}
.price-block p {
  color: #231815;
}
.price-block .annotation {
  font-size: 0.8rem;
  font-weight: 400;
  padding-left: 15px;
  margin-top: -8px;
}

.section-small {
  color: #231815;
  line-height: 20px !important;
  font-size: 0.8rem;
  margin-top: 5px;
}

.laundry-img {
  margin: 60px 0;
  width: 100%;
  height: 500px;
}
.laundry-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.price-img {
  margin: 60px 0;
  width: 100%;
  height: 300px;
}
.price-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detergent-price {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
}

.eachprice-flex {
  display: flex;
  gap: 0 1%;
  color: #AC4435;
  margin: 8px 0;
  font-size: 1rem;
  font-weight: 500;
  align-items: center;
}

.eachprice-left {
  width: 60%;
}

.eachprice-leftlong {
  width: 72%;
}

.eachprice-center {
  width: 11%;
}
.eachprice-center p {
  text-align: center;
}

.eachprice-right {
  width: 27%;
}
.eachprice-right p {
  text-align: right;
}
.eachprice-right span {
  display: inline;
  font-size: 0.6rem;
  font-weight: 500;
}

.detergent-flex {
  display: flex;
  gap: 0 5%;
  flex-wrap: wrap;
  margin: 10px 0;
}

.detergent-left {
  width: 70%;
}

.detergent-right {
  width: 25%;
}
.detergent-right p {
  text-align: right;
}
.detergent-right span {
  display: inline;
  font-size: 0.6rem;
  font-weight: 500;
}

.payment-info {
  margin-bottom: 30px;
}
.payment-info h3 {
  font-size: 1.4rem;
  color: #AC4435;
  text-align: center;
}
.payment-info P {
  margin-top: 5px;
  font-size: 0.9rem;
  text-align: center;
}

.contents-list {
  margin: 60px auto;
  max-width: 500px;
}

.contents_row {
  margin-bottom: 5px;
  border-bottom: 1px solid #231815;
}

.title {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  padding: 15px 0px 15px 50px;
  transition: all 0.5s ease;
}

.title span {
  font-size: 14px;
  width: 20%;
  text-align: center;
  color: #B2ABA4;
}

.title p {
  font-size: 1.1rem;
  font-weight: 500;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #AC4435;
}

.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}

.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

.box {
  display: none;
  margin: 0px 0 20px 50px;
}
.box p {
  font-size: 0.9rem;
  line-height: 23px;
}

.logonone {
  display: none;
}

.white {
  background-color: #fff !important;
}

#header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
#logo.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#logo.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
#header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#js-hamburger.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#js-hamburger.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.more {
  display: block;
  background-color: #AC4435;
  color: #fff;
  width: 180px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 50px;
  margin: 25px auto 0 auto;
  transition: all 0.3s;
  border: 1px solid #AC4435;
}

.more:hover {
  background-color: #FBF7EF;
  color: #AC4435;
}

.contact-info {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
}

.confirm-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5% 20px;
  margin-bottom: 20px;
}

.confirm-flex label {
  width: 30%;
  font-size: 1.1rem;
  font-weight: bold;
}

.confirm-flex p {
  width: 65%;
  font-size: 1.1rem;
  font-weight: 400;
}

.contact {
  margin: 100px auto;
  max-width: 600px;
  width: 90%;
}

.confirm-form {
  margin-bottom: 60px;
}

.contactback {
  border: 0;
  background-color: inherit;
  border-bottom: 1px solid #AC4435;
  padding: 0 10px 2px 10px;
  cursor: pointer;
  color: #231815;
}

.thanks {
  text-align: center;
}
.thanks h2 {
  margin-bottom: 60px;
  font-size: 1.5rem;
}

.comingsoon {
  margin-top: 40px;
}
.comingsoon h2 {
  font-size: 1.2rem;
  text-align: center;
  color: #AC4435;
}

.instafeed {
  margin: 40px auto;
}

.petlogo {
  position: absolute;
  width: 100px;
  height: 60px;
  background-color: #AC4435;
  border-radius: 20px;
  padding: 10px 20px;
  right: -20px;
  top: -30px;
}
.petlogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0px !important;
}

.fortheplanet {
  margin-top: 80px;
}
.fortheplanet p {
  line-height: 30px;
  font-size: 1rem;
  margin-top: 20px;
}

.fortheplanet-img {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
.fortheplanet-img img {
  width: 100%;
}

.fortheplanet-small {
  font-size: 12px !important;
}

.OparatingStatus {
  max-width: 800px;
  margin: 10px auto 30px auto;
  width: 100%;
  border-collapse: collapse;
}
.OparatingStatus tr {
  width: 100%;
}
.OparatingStatus .FirstRow {
  background-color: #AC4435;
  color: #fff;
}
.OparatingStatus .FirstRow th {
  padding: 0px 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #fff;
}
.OparatingStatus .FirstRow .FirstRow1 {
  width: 20%;
}
.OparatingStatus .FirstRow .FirstRow2 {
  width: 40%;
  padding: 2px 0 0px 0;
}
.OparatingStatus .FirstRow .FirstRow2 p {
  line-height: 1;
  padding: 12px 0;
  border-bottom: 1px solid #fff;
}
.OparatingStatus .FirstRow .FirstRow2 p:last-child {
  border-bottom: 0px;
}
.OparatingStatus .FirstRow th:last-child {
  border-right: 0;
}
.OparatingStatus .StatusRow {
  background-color: #fff;
}
.OparatingStatus .StatusRow td {
  background-image: linear-gradient(to left, #000, #000 10px, transparent 10px, transparent 8px), linear-gradient(to top, #000, #000 10px, transparent 10px, transparent 8px); /* 左の線 */
  background-size: 20px 1px, 1px 20px; /* 左の線 */
  background-position: right bottom, left bottom; /* 左の線 */
  background-repeat: repeat-x, repeat-y; /* 左の線 */
}
.OparatingStatus .StatusRow .LastTd {
  background-image: linear-gradient(to bottom, #000, #000 10px, transparent 10px, transparent 8px), linear-gradient(to left, #000, #000 10px, transparent 10px, transparent 8px), linear-gradient(to top, #000, #000 10px, transparent 10px, transparent 8px); /* 左の線 */
  background-size: 1px 20px, 20px 1px, 1px 20px; /* 左の線 */
  background-position: right top, right bottom, left bottom; /* 左の線 */
  background-repeat: repeat-y, repeat-x, repeat-y; /* 左の線 */
}
.OparatingStatus .StatusRow td {
  border-collapse: separate;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding: 3px 0 1px 0;
}
.OparatingStatus .StatusRow td p {
  padding: 12px 0;
  background-image: linear-gradient(to left, #000, #000 10px, transparent 10px, transparent 8px); /* 下の線 */
  background-size: 20px 1px; /* 下の線 */
  background-position: right bottom; /* 下の線 */
  background-repeat: repeat-x; /* 下の線 */
}
.OparatingStatus .StatusRow td p:last-child {
  background-size: 0;
}
.OparatingStatus .StatusRow td span {
  position: relative;
  display: block;
}

.List_Run span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/run2.gif") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.OperatingStatus-time {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  letter-spacing: 1.5px;
}

.model {
  margin-top: 40px;
}
.model iframe {
  width: 100%;
}

.UseImage {
  max-width: 800px;
  width: 100%;
  margin: 40px auto;
}
.UseImage img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #wrapper {
    display: block; /*display:flex;を解除*/
  }
  .wrapper-section {
    min-height: auto; /*縦を100vh⇒解除*/
  }
  #fixed-area {
    position: relative !important; /*position stickyを解除*/
    width: 100%; /*横幅を100%にして1列に見せる*/
    height: 60vh; /*縦幅を100vh⇒40vh　※任意の高さに設定可能*/
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
  }
  #container {
    width: 100%; /*横幅を100%にして1列に見せる*/
  }
  #wrapperleft {
    width: 100%;
    display: block;
  }
  .area {
    position: static;
    width: 90%;
    max-width: 700px;
    margin: 80px auto 0 auto;
    top: 0;
    left: 0;
    transform: none;
  }
  .area h2 {
    text-align: left;
    font-size: 1.8rem;
    line-height: 60px;
  }
  .area2 {
    position: static;
    width: 90%;
    max-width: 700px;
    margin: 50px auto 0 auto;
    top: 0;
    left: 0;
    transform: none;
  }
  .area2 p {
    font-size: 1rem;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  .brandimagescroll-image {
    width: 350px;
    height: 230px;
  }
  .brandimagescroll-image2 {
    width: 350px;
    height: 230px;
  }
  .access-block iframe {
    height: 350px;
  }
  .section-block img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
  }
  .section-block h3 {
    line-height: 35px;
    letter-spacing: 1px;
  }
  html {
    font-size: 14.2px;
  }
  body {
    line-height: 26px;
  }
  .keyvisual-punkun {
    width: 300px;
    position: absolute;
    right: 8%;
    bottom: 0;
    top: 80px;
  }
  .keyvisual-punkun img {
    width: 100%;
  }
  .petlogo {
    position: absolute;
    width: 100px;
    height: 60px;
    background-color: #AC4435;
    border-radius: 20px;
    padding: 10px 20px;
    right: -20px;
    top: -30px;
  }
  .petlogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0px !important;
  }
}
@media screen and (max-width: 959px) {
  .eachprice-flex {
    font-size: 0.8rem;
    font-weight: 500;
    align-items: center;
  }
  .price-block h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 40px;
    letter-spacing: 1px;
  }
  .access-block iframe {
    height: 300px;
  }
  .top-panndry-exp p {
    font-size: 0.9rem;
  }
  .top-panndry-block {
    width: 48%;
  }
  .top-panndry-flex {
    gap: 60px 4%;
  }
  .section-block {
    width: 100%;
  }
  .section-block img {
    width: 100%;
    height: 350px;
  }
  .petlogo {
    position: absolute;
    width: 100px;
    height: 60px;
    background-color: #AC4435;
    border-radius: 20px;
    padding: 10px 20px;
    right: -20px;
    top: -30px;
  }
  .petlogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0px !important;
  }
}
@media screen and (max-width: 559px) {
  #fixed-area {
    position: relative !important;
    width: 100%;
    height: 70vh;
  }
  .brandimagescroll-image {
    width: 300px;
    height: 200px;
  }
  .brandimagescroll-image2 {
    width: 300px;
    height: 200px;
  }
  .top-panndry-block {
    width: 100%;
  }
  .top-panndry-exp p {
    font-size: 0.9rem;
  }
  .access-block {
    width: 100%;
  }
  .page-title {
    position: absolute;
    width: 85%;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
  }
  .page-title h1 {
    font-size: 1.8rem;
    letter-spacing: 4px;
    color: #fff;
    margin-top: 4px;
  }
  .page-title p {
    font-size: 0.8rem;
    text-align: left;
    padding-left: 1px;
    color: #fff;
  }
  .page-title .title-border {
    display: block;
    border-bottom: 1px solid #fff;
    width: 60px;
    margin: 20px auto 0 0;
  }
  .page-title h2 {
    font-size: 1.15rem;
    margin-top: 28px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
  }
  .page-top {
    height: 350px;
  }
  .section {
    margin: 120px auto;
  }
  .section-block img {
    width: 100%;
    height: 230px;
  }
  .section-block h3 {
    font-size: 1.42rem;
    line-height: 35px;
    letter-spacing: 1px;
  }
  .laundry-img {
    margin: 60px 0;
    width: 100%;
    height: 280px;
  }
  .price-img {
    margin: 50px 0;
    width: 100%;
    height: 250px;
  }
  .price-block {
    width: 100%;
    font-size: 0.9rem;
  }
  .header-logo {
    padding: 5px 0 0 10px;
    width: 145px;
    position: fixed;
    z-index: 30;
  }
  .detergent-left {
    width: 100%;
  }
  .detergent-right {
    width: 100%;
  }
  .detergent-right p {
    text-align: left;
    color: #AC4435;
  }
  .detergent-right span {
    display: inline;
    font-size: 0.6rem;
    font-weight: 500;
  }
  .sideMenu {
    background-color: #FBF7EF;
    height: 100%;
    overflow-y: auto;
    padding-top: 50px;
    position: fixed;
    right: -350px;
    transition: all 0.6s;
    top: 0;
    width: 350px;
    z-index: 200;
  }
  .sideMenuLogo {
    /* margin-top: 110px; */
    position: absolute;
    width: 180px;
    /* bottom: 90px; */
    /* left: 40px; */
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
  }
  .sideMenu li {
    padding: 18px 0 18px 0;
  }
  .keyvisual-punkun {
    width: 200px;
    position: absolute;
    right: 1%;
    bottom: 0;
    top: -140px;
  }
  .keyvisual-punkun img {
    width: 100%;
  }
  .brandimagescroll {
    margin: 100px 0;
  }
  .top-punkun {
    width: 150px;
    position: absolute;
    left: 0;
    top: -160px;
    z-index: 50;
  }
  .top-punkun img {
    width: 100%;
  }
  .thanks {
    text-align: center;
  }
  .thanks h2 {
    margin-bottom: 60px;
    font-size: 1.2rem;
  }
  .confirm-flex label {
    width: 100%;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .confirm-flex p {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
  }
  .petlogo {
    position: absolute;
    width: 90px;
    height: 60px;
    background-color: #AC4435;
    border-radius: 20px;
    padding: 5px 10px;
    right: -10px;
    top: -30px;
  }
  .petlogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0px !important;
  }
  .fortheplanet {
    margin-top: 80px;
  }
  .fortheplanet p {
    line-height: 28px;
    font-size: 1rem;
  }
  .fortheplanet-small {
    font-size: 11px !important;
  }
  .OparatingStatus .FirstRow th {
    font-size: 12px;
  }
  .OparatingStatus .StatusRow td {
    font-size: 12px;
  }
  .OparatingStatus .StatusRow td p {
    line-height: 18px;
  }
}/*# sourceMappingURL=index.css.map */