@charset "utf-8";

/* *-*-*-*-apply.html-*-*-*-* */


#apply-page h2 {
  border-bottom: #c0c0c0 dashed 2px;
  margin-bottom: 1em;
  margin-top: 2em;
  display: block;
}

h2 span {
  color: #f3d924;
  padding-right: 5px;
}

h3 {
  font-size: 1.15em;
}

#apply-page .contact a {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: #565565 1px solid;
}

#apply-page .form {
  height: 80px;
  font-size: 2em;
}

#apply-page ul li {
  margin-bottom: 0.5em;
}


/* *-*-*-*-kitchencar-page-*-*-*-* */

#kitchencar-page .detail {
  border: #c0c0c0 dashed 2px;
  margin-bottom: 1em;
  padding: 1em;
}

#kitchencar-page .detail p {
  font-weight: bold;
  font-size: 1.2em;
}

/* *-*-*-*-*-hello work-*-*-*-* */

#hellowork-page h2 {
  display: block;
  border-bottom: #c0c0c0 2px dashed;
  margin-top: 2em;
}

/* #kitchencar-page figure {
  height: 40vh;
} */

#kitchencar-page .detail img {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 4 / 3; */
}

/* @media screen and (min-width:1500px) {

  #kitchencar-page .detail {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-column-gap: 5%;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "figure p "
      "figure figcaption"
  }

  #kitchencar-page .detail figure{
    height: auto;
    grid-area: figure;
    margin: 0;
  }

  #kitchencar-page .detail img {
    aspect-ratio: 1 / 1;
  }

  #kitchencar-page .detail p {
    grid-area: p;
  }

  #kitchencar-page .detail figcaption {
    grid-area: figcaption;
  }
}
 */


/* *-*-*-*-post.html-*-*-*-* */

#post-page figure {
  text-align: center;
  margin: 1em 0;
  height: 25vh;
}

#post-page figure img {
  width: 100%;
  height: 100%;
}


/* *-*-*-*-QandA.html-*-*-*-* */

#QandA-page h2 {
  padding: 0;
  margin: 2em 0 1em;
  text-align: center;
  font-weight: bold;
  color: #FFD167;
  border: none;
  display: block;
}

#QandA-page .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
}

#QandA-page .category li {
  list-style: none;
  width: 45%;
  margin-bottom: 1em;
}

#QandA-page .category li a {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: #c0c0c0 dashed 2px;
}

/* *-*-*-*-shop-.html-*-*-*-* */

/* #shop-page h1 {
  height: 165px;
} */

#shop-page img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
}

#shop-page h2 {
  padding: 0 0 0.5em;
  margin: 2em 0 1em;
  display: block;
}

#shop-page h2:last-child {
  color: #565565;
  padding: 0 0.5em 0.5em;
  display: inline-block;
  margin-bottom: 2rem;
}

#shop-page h2:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}


/* *-*-*-*-post.php-*-*-*-* */

#post-page h1 {
  display: inline-block;
  padding: 4em 0 0;
  text-align: left;
  color: #565565;
  font-family: sans-serif;
  -webkit-text-stroke: unset;
  font-size: 1.5rem;
  font-weight: bold;
  background-image: none;
  margin-bottom: 0;
}

#post-page h1 span {
  padding: 0 0.5em;
  font-weight: normal;
  text-align: right;
}

#post-page p {
  padding: 2em 0;
  border-top: #1994d0 solid 3px;
  border-bottom: #1994d0 solid 3px;
}

#post-page p img {
  width: 100%;
}

.delete-image {
  display: none;
}

/* workingcar.html */

#workingcar-page h1 {
  padding: 2em 0 0 0;
}

#workingcar-page h2 {
  position: relative;
  display: inline-block;
  padding: 2em 0;
  text-align: center;
  font-family: 'Dela Gothic One', cursive;
  color: #1993d0a0;
  -webkit-text-stroke: #7d7979 1px;
  /* height: 30vh; */
  width: 100%;
  font-size: 1.5em;
  margin-bottom: 0rem;
}

#workingcar-page .intro {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

#workingcar-page h3 {
  border-bottom: #c0c0c0 dashed 2px;
  margin-bottom: 1em;
  margin-top: 3em;
  display: block;
}

#workingcar-page h3 span {
  color: #f3d924;
  padding-right: 5px;
  font-size: 16px;
}

.h3-wrap {
  background-color: orange;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: #fff 1px dashed;
  outline-offset: -5px;
  transform: translate(-10px,20px);
}
.h3-wrap.color1 {
  background-color: rgb(86, 201, 86);
}
.h3-wrap.color2 {
  background-color: rgb(241, 150, 150);
}

#workingcar-page h4 {
  font-size: 20px;
  font-family: 'Dela Gothic One', cursive;
  color: #fff;
  -webkit-text-stroke: #b6b1b1 0.5px;
  margin-bottom: 0;
}