@charset "UTF-8";
/* サイト全体のフォント指定 */
@media screen and (max-width: 700px) {
  .main-box {
    max-width: 100%;
  }
}
#eto2026 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#eto2026 .info {
  width: 100%;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 3em;
}
#eto2026 .intro {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  margin-top: 2em;
}
@media screen and (max-width: 700px) {
  #eto2026 .intro {
    width: 90%;
    margin: auto;
    margin-top: 2vw;
    font-size: 4vw;
    text-align: left;
  }
}
#eto2026 img {
  width: 100%;
  margin-bottom: 1em;
}
#eto2026 hr {
  height: 1px;
  background-color: rgb(209, 209, 209);
}
#eto2026 .mainimage {
  width: 100%;
  border-width: 0.8em;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-top: 3em;
  margin-bottom: 8em;
}
@media screen and (max-width: 700px) {
  #eto2026 .mainimage {
    width: 100%;
    text-align: center;
  }
}
#eto2026 .mainimage .textbox01 {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #eto2026 .mainimage .textbox01 {
    width: 90%;
    margin-top: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#eto2026 .mainimage .textbox01 .box1 {
  display: inline-block;
  padding: 0.4em 0.8em;
  border: 1px solid #bf0d0d;
  background-color: #bf0d0d;
  font-size: 16px;
}
#eto2026 .mainimage .textbox01 .box1 p {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
#eto2026 .mainimage .textbox01 h4 {
  font-size: 30px;
  font-family: "YuMincho", "游明朝体";
  margin-top: 0.3em;
}
@media screen and (max-width: 700px) {
  #eto2026 .mainimage .textbox01 h4 {
    margin-bottom: 1vw;
    font-size: 5vw;
  }
}
#eto2026 .mainimage .textbox01 .cartarea {
  width: 90%;
  text-align: center;
  margin-top: 2em;
  background: #000000;
  border-radius: 50px; /*角の丸み*/
}
@media screen and (max-width: 700px) {
  #eto2026 .mainimage .textbox01 .cartarea {
    width: 100%;
    text-align: center;
  }
}
#eto2026 .mainimage .textbox01 .cartarea a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 3em;
  transition: 0.3s;
}
#eto2026 .mainimage .textbox01 .cartarea a:hover {
  color: #7e7e7e;
  opacity: 0.7;
  transition: 0.5s;
}
#eto2026 .mainimage .textbox01 .text01 {
  width: 95%;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  #eto2026 .mainimage .textbox01 .text01 {
    font-size: 3.5vw;
  }
}
#eto2026 .mainimage .textbox01 .price {
  width: 95%;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  margin-top: 2em;
}
@media screen and (max-width: 700px) {
  #eto2026 .mainimage .textbox01 .price {
    font-size: 3.8vw;
  }
}
#eto2026 .mainimage .textbox01 .price span {
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  #eto2026 .mainimage .textbox01 .price span {
    font-size: 3vw;
  }
}
#eto2026 .mainimage .imagebox {
  width: 50%;
}
@media screen and (max-width: 700px) {
  #eto2026 .mainimage .imagebox {
    width: 100%;
  }
}
#eto2026 .mainimage .imagebox img {
  width: 100%;
}
#eto2026 .mainimage .imagebox .hover-image {
  position: relative;
}
#eto2026 .mainimage .imagebox .hover-image img {
  display: block;
  width: 100%;
  height: auto;
}
#eto2026 .mainimage .imagebox .hover-image .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#eto2026 .mainimage .imagebox .hover-image:hover .hover {
  opacity: 1;
}
#eto2026 .itemwrap {
  text-align: center;
  background-color: #f6eee1;
  box-sizing: border-box;
  padding-top: 3m;
  margin-bottom: 3em;
  width: 100%;
  margin-top: 3em;
  padding-bottom: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  #eto2026 .itemwrap {
    display: block;
    padding-top: 0.2em;
  }
}
#eto2026 .itemwrap .title {
  width: 100%;
  text-align: center;
  margin-top: 3em;
  color: #765f3b;
}
#eto2026 .itemwrap .title .text01 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #eto2026 .itemwrap .title .text01 {
    font-size: 4.3vw;
  }
}
#eto2026 .itemwrap .title .text02 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6em;
  margin: auto;
  margin-top: 2em;
}
@media screen and (max-width: 700px) {
  #eto2026 .itemwrap .title .text02 {
    width: 90%;
    text-align: left;
    font-size: 3.4vw;
  }
}
#eto2026 .itemwrap .itembox {
  background-color: #ffffff;
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-top: 4em;
}
@media screen and (max-width: 700px) {
  #eto2026 .itemwrap .itembox {
    width: 90%;
    margin: auto;
    margin-top: 3em;
    padding-bottom: 2em;
  }
}
#eto2026 .itemwrap .itembox img {
  width: 100%;
  height: auto;
}
#eto2026 .itemwrap .itembox .inner {
  width: 100%;
  height: 18em;
  position: relative;
  text-align: center;
  margin: auto;
}
#eto2026 .itemwrap .itembox .inner .textbox02 {
  width: 100%;
  text-align: center;
  display: block;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #eto2026 .itemwrap .itembox .inner .textbox02 {
    width: 100%;
  }
}
#eto2026 .itemwrap .itembox .inner .textbox02 h5 {
  font-family: "YuMincho", "游明朝体";
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 700px) {
  #eto2026 .itemwrap .itembox .inner .textbox02 h5 {
    font-size: 4vw;
  }
}
#eto2026 .itemwrap .itembox .inner .textbox02 .text02 {
  margin: 1em;
  text-align: left;
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  #eto2026 .itemwrap .itembox .inner .textbox02 .text02 {
    height: 6vw;
    font-size: 3.3vw;
    margin-bottom: 4vw;
  }
}
#eto2026 .itemwrap .itembox .inner .cartarea {
  width: 85%;
  position: absolute;
  bottom: 15px;
  text-align: center;
  margin: 1.2em;
  background: #e23111;
  border-radius: 50px; /*角の丸み*/
}
@media screen and (max-width: 700px) {
  #eto2026 .itemwrap .itembox .inner .cartarea {
    bottom: 3px;
    margin: 2em;
  }
}
#eto2026 .itemwrap .itembox .inner .cartarea a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 2.5em;
  transition: 0.3s;
}
@media screen and (max-width: 700px) {
  #eto2026 .itemwrap .itembox .inner .cartarea a {
    line-height: 3.2em;
  }
}
#eto2026 .itemwrap .itembox .inner .cartarea a:hover {
  color: #ffffff;
  background: #da6d5a;
  opacity: 0.7;
  transition: 0.5s;
  border-radius: 50px; /*角の丸み*/
}/*# sourceMappingURL=eto2026.css.map */