@charset "UTF-8";
/* サイト全体のフォント指定 */
@media screen and (max-width: 700px) {
  .main-box {
    max-width: 100%;
  }
}
#totonoe {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  /* スマホ対応 */
}
@media screen and (max-width: 700px) {
  #totonoe {
    width: 100%;
    max-width: 100%;
  }
}
#totonoe .main-img {
  position: relative;
  max-width: 2000px;
  width: 100%;
  margin: auto;
  text-align: center;
}
#totonoe .main-img img {
  width: 80%;
  margin-top: 8em;
}
@media screen and (max-width: 700px) {
  #totonoe .main-img img {
    width: 100%;
    margin-top: 2em;
  }
}
#totonoe .main-img p.title {
  position: absolute;
  color: white;
  /*文字は白に*/
  font-weight: bold;
  /*太字に*/
  font-size: 2em;
  /*サイズ2倍*/
  font-family: Quicksand, sans-serif;
  /*Google Font*/
  top: 100px;
  left: 0;
}
#totonoe hr {
  border: none;
  height: 1px;
  background-color: #cfc8b8;
  margin: 0;
  text-align: center;
}
#totonoe .info {
  background-position: center;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 700px) {
  #totonoe .info {
    padding-top: 0em;
  }
}
#totonoe .info h3 {
  line-height: 2em;
  font-size: 17px;
  font-weight: 400;
  margin-top: 2em;
  color: #5B5B5B;
}
@media screen and (max-width: 700px) {
  #totonoe .info h3 {
    font-size: 3.8vw;
    width: 90%;
    text-align: left;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    line-height: 6vw;
  }
}
#totonoe .info h3 .kasaneru01 img {
  width: 15%;
  position: absolute;
  top: 15%;
  left: 70%;
  /*ベンダープレフィックス*/
  /*ベンダープレフィックス*/
  transform: translate(-50%, -50%);
  /*センター寄せの修正*/
}
@media screen and (max-width: 700px) {
  #totonoe .info h3 .kasaneru01 img {
    width: 35%;
    position: absolute;
    top: 25%;
    left: 70%;
    /*ベンダープレフィックス*/
    /*ベンダープレフィックス*/
    transform: translate(-50%, -50%);
    /*センター寄せの修正*/
  }
}
#totonoe .info h3 .kasaneru02 img {
  width: 18%;
  position: absolute;
  top: 70%;
  left: 28%;
  /*ベンダープレフィックス*/
  /*ベンダープレフィックス*/
  transform: translate(-50%, -50%);
  /*センター寄せの修正*/
}
@media screen and (max-width: 700px) {
  #totonoe .info h3 .kasaneru02 img {
    width: 45%;
    position: absolute;
    top: 85%;
    left: 20%;
    /*ベンダープレフィックス*/
    /*ベンダープレフィックス*/
    transform: translate(-50%, -50%);
    /*センター寄せの修正*/
  }
}
#totonoe .info .infobox {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
#totonoe .info .attention {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 5em;
}
#totonoe .info .attention img {
  width: 50%;
}
@media screen and (max-width: 700px) {
  #totonoe .info .attention img {
    width: 100%;
  }
}
#totonoe .info .attention .campaign-period {
  width: 50%;
  margin: auto;
  margin-top: 3em;
  font-family: san-serif;
  font-weight: 600;
  border: 1px solid #333;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #totonoe .info .attention .campaign-period {
    width: 95%;
  }
}
#totonoe .info .attention .campaign-period .schedule {
  width: 80%;
  margin: auto;
  margin-top: 1em;
  font-size: 17px;
  background-color: #ebe8e8;
}
@media screen and (max-width: 700px) {
  #totonoe .info .attention .campaign-period .schedule {
    font-size: 4.3vw;
    padding: 2vw;
  }
}
#totonoe .info .attention .campaign-period .memo {
  width: 80%;
  margin: auto;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  margin: 1em;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  #totonoe .info .attention .campaign-period .memo {
    font-size: 3vw;
    padding: 2vw;
  }
}
#totonoe .info .attention .campaign-period .memo span {
  color: rgb(204, 0, 0);
  text-decoration: underline;
}
#totonoe .shopbox3 {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  background-color: #fffef3;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox3 {
    width: 100%;
    padding-bottom: 0.5em;
    margin: auto;
  }
}
#totonoe .shopbox3 .titlebox {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 5em;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox3 .titlebox {
    margin-bottom: 3vw;
  }
}
#totonoe .shopbox3 .titlebox p.title_jp {
  font-size: 25px;
  color: #9e814d;
  font-weight: 500;
  position: relative;
  /*positionをrelativeに指定*/
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox3 .titlebox p.title_jp {
    margin-top: 0em;
    font-size: 5vw;
  }
}
#totonoe .shopbox3 .imagebox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3em;
  padding-bottom: 5em;
}
#totonoe .shopbox3 .imagebox .inner {
  flex: 1 1 calc(33.333% - 2em);
  box-sizing: border-box;
  text-align: center;
}
#totonoe .shopbox3 .imagebox .inner img {
  display: block;
  width: 90%;
  height: auto;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox3 .imagebox .inner img {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  #totonoe .shopbox3 .imagebox .inner {
    flex: 1 1 calc(50% - 2em);
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #totonoe .shopbox3 .imagebox {
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
  }
  #totonoe .shopbox3 .imagebox .inner {
    flex: 1 1 100%;
    margin: auto;
  }
}
#totonoe .seasonal-care {
  margin: 0 auto;
  padding: 4em 1.5em;
  padding-top: 5rm;
  text-align: center;
  color: #3a3a3a;
  background-color: #fffef3;
}
#totonoe .seasonal-care__lead {
  font-size: 23px;
  letter-spacing: 0.08em;
  color: #7a6f60;
  margin-bottom: 2em;
  position: relative;
}
#totonoe .seasonal-care__lead::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #cfc8b8;
  margin: 1em auto 0;
}
#totonoe .seasonal-care__tag {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 0.4em 1em;
  color: #6b6154;
  background-color: #eee7d8;
  border-radius: 999px;
  margin-top: 2em;
}
#totonoe .seasonal-care__title {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  #totonoe .seasonal-care__title {
    font-size: 5vw;
    margin-top: 3vw;
  }
}
#totonoe .seasonal-care__text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #totonoe .seasonal-care {
    padding: 3em 1.2em;
  }
  #totonoe .seasonal-care__title {
    font-size: 1.8rem;
  }
  #totonoe .seasonal-care__text {
    font-size: 0.85rem;
  }
}
#totonoe .product-list {
  background-color: #fffef3;
  padding: 1em 1.5em;
  padding-bottom: 5em;
}
#totonoe .product-list__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em;
}
@media screen and (max-width: 700px) {
  #totonoe .product-list__inner {
    grid-template-columns: repeat(2);
    gap: 1.5em;
  }
}
#totonoe .product-card {
  text-align: center;
}
#totonoe .product-card__image {
  text-align: center;
  width: 80%;
  border: 1px solid #d8d2c4;
  margin: auto;
  margin-bottom: 1.8em;
}
#totonoe .product-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
#totonoe .product-card__name {
  font-size: 25px;
  color: #333;
}
#totonoe .product-card__name .price {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 0.1em;
}
#totonoe .product-card__price {
  font-size: 15px;
  margin-bottom: 1.8em;
  color: #333;
}
@media screen and (max-width: 700px) {
  #totonoe .product-card__price {
    font-size: 3.5vw;
  }
}
#totonoe .product-card__price .price {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 0.1em;
}
#totonoe .product-card__button {
  display: inline-block;
  padding: 0.9em 8.5em;
  border: 1px solid #606060;
  color: #4b4a4a;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  #totonoe .product-card__button {
    font-size: 3.2vw;
    padding: 0.9em 5.5em;
  }
}
#totonoe .product-card__button:hover {
  background-color: #2e2e2e;
  color: #fff;
}
@media (max-width: 768px) {
  #totonoe .product-list__inner {
    grid-template-columns: 1fr;
    gap: 3em;
  }
  #totonoe .product-card__image {
    padding: 1.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 700px) {
  #totonoe .product-card__image {
    padding: 0em;
  }
}
@media (max-width: 768px) {
  #totonoe .product-card__price .price {
    font-size: 1.8rem;
  }
}
#totonoe .shopbox5 {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8em;
  position: relative;
  margin-bottom: 13em;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 {
    width: 100%;
    margin: auto;
    padding-top: 3em;
  }
}
#totonoe .shopbox5 .titlebox {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#totonoe .shopbox5 .titlebox img {
  position: relative;
  top: -40px;
  left: 10px;
  width: 60%;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .titlebox img {
    top: -30px;
    width: 90%;
    margin: auto;
    text-align: center;
  }
}
#totonoe .shopbox5 .titlebox p.title_jp {
  font-size: 25px;
  color: #9e814d;
  font-weight: 600;
  position: relative;
  /*positionをrelativeに指定*/
}
#totonoe .shopbox5 .titlebox p.title_jp::after {
  position: absolute;
  /*positionをabsoluteに指定*/
  content: "";
  background-color: #9e814d;
  /*下線の色*/
  width: 70px;
  /*線の幅*/
  height: 5px;
  /*線の太さ*/
  bottom: -20px;
  /*線のタテ位置*/
  left: 50%;
  /*線のヨコ位置*/
  transform: translateX(-50%);
  /*線のヨコ位置*/
}
#totonoe .shopbox5 .titlebox p.mini {
  color: #9e814d;
  font-size: 15px;
  margin-top: 3em;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .titlebox p.mini {
    width: 90%;
    margin: auto;
    text-align: left;
    margin-top: 3em;
    font-size: 3.7vw;
  }
}
#totonoe .shopbox5 .item-list {
  display: flex;
  flex-direction: column;
  gap: 3em;
  text-align: center;
  margin: auto;
  max-width: 1200px;
  margin-top: 5em;
  margin-bottom: 8em;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list {
    display: block;
    width: 100%;
  }
}
#totonoe .shopbox5 .item-list .feature-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2em;
  margin: auto;
  margin-bottom: 3em;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item {
    display: block;
    width: 100%;
  }
}
#totonoe .shopbox5 .item-list .feature-item .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#totonoe .shopbox5 .item-list .feature-item .item img {
  width: 70%;
  height: auto;
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item .item img {
    display: block;
    width: 90%;
    margin: auto;
    max-width: 100%;
  }
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item .textbox2 {
    display: block;
    width: 95%;
    text-align: center;
    margin: auto;
  }
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .memo {
  background-color: #f4ead7;
  width: 50%;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item .textbox2 .memo {
    width: 80%;
    margin: auto;
    margin-top: 5vw;
    font-size: 4vw;
  }
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .itemname {
  font-size: 23px;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item .textbox2 .itemname {
    width: 100%;
    font-size: 6vw;
    margin-top: 1vw;
  }
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .price {
  font-size: 24px;
  text-align: right;
  margin: 0em;
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .price span {
  font-size: 13px;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item .textbox2 .price span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item .textbox2 .price {
    font-size: 6vw;
  }
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item .textbox2 .description {
    width: 95%;
    margin: auto;
    margin-top: 2vw;
    font-size: 4vw;
    text-align: left;
  }
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .mini {
  font-family: san-serif;
  font-size: 13px;
  line-height: 1.3em;
  color: #333;
  background-color: #ffe6dc;
  height: auto;
  padding: 1em;
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .mini span {
  font-weight: 600;
  color: #ff0000;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item .textbox2 .mini {
    width: 95%;
    margin: auto;
    margin-top: 2vw;
    font-size: 4vw;
    text-align: left;
  }
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .cart {
  width: 100%;
  text-align: right;
  margin-top: 3em;
  text-align: center;
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .cart .button {
  display: inline-block;
  padding: 0.9em 8.5em;
  border: 1px solid #606060;
  color: #4b4a4a;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
#totonoe .shopbox5 .item-list .feature-item .textbox2 .cart .button:hover {
  background-color: #2e2e2e;
  color: #fff;
}
@media screen and (max-width: 700px) {
  #totonoe .shopbox5 .item-list .feature-item .textbox2 .cart .button {
    font-size: 4vw;
    padding: 0.9em 2.5em;
    margin-bottom: 7vw;
  }
}/*# sourceMappingURL=totonoe.css.map */