@charset "UTF-8";
.hero {
  background: url("../images/hero.jpg") no-repeat center;
  color: #fff;
  font-size: 40px;
  padding: 60px 0;
  text-align: center;
  letter-spacing: 0.2em;
}

.hero h1 {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .hero {
    background: url("../images/sp-hero.jpg") no-repeat center/cover;
    font-size: clamp(19.2px, 6vw, 45px);
    padding: 35px 0;
  }
}

[class$="-ttl"] {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 120px;
}

[class$="-inn"] {
  max-width: var(--content-max-width);
  margin: 0 auto;
}

[class$="Flex"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[class$="-text"] {
  width: 50%;
}

[class$="-img"] {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  [class$="-ttl"] {
    font-size: clamp(19.2px, 6vw, 45px);
    letter-spacing: 0.075em;
    padding-top: 45px;
    line-height: 1.33333;
  }
  [class$="-inn"] {
    max-width: var(--content-sp-width);
  }
  [class$="Flex"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [class$="-text"] {
    width: auto;
  }
  [class$="-img"] {
    width: 61.33333vw;
    max-width: 460px;
    margin: 0 auto;
  }
}

/*-------------
productsSummary
-------------*/
.products {
  padding-bottom: 220px;
}

.productsSummary {
  background: url("../images/bg1.jpg") no-repeat top center/100%;
  padding: 200px 0 194px;
}

.productsSummary h2 {
  font-size: 30px;
}

.productsSummary h2 span {
  display: block;
  font-size: 18px;
  padding-bottom: 18px;
  margin-top: 18px;
}

.productsSummary p {
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.94444;
  padding-top: 18px;
}

.productsSummary .price {
  font-size: 38px;
  color: #ec5757;
  font-weight: bold;
}

.productsSummary .price span {
  font-size: 38px;
}

.productsSummary .contact_link {
  margin-top: 30px;
  max-width: 500px;
  width: 83.33333vw;
}

.productsSummary .contact_link a {
  background-color: #ec5757;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  width: 100%;
  font-size: 31px;
  border-radius: 10px;
}

.productsSummary .links {
  margin-top: 30px;
}

.productsSummary .links span {
  font-size: 18px;
}

.productsSummary .links a {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.94444;
}

@media screen and (max-width: 767px) {
  .productsSummary {
    padding: 135px 0 60px;
    background: url("../images/sp-bg1.jpg") no-repeat top left/100%;
  }
  .productsSummary h2 {
    font-size: clamp(12.8px, 4vw, 30px);
  }
  .productsSummary h2 span {
    font-size: clamp(8.53333px, 2.66667vw, 20px);
    padding: 30px 0 20px;
  }
  .productsSummary p {
    font-size: clamp(9.38667px, 2.93333vw, 22px);
    line-height: 1.68182;
  }
  .productsSummary .price {
    font-size: clamp(20.48px, 6.4vw, 48px);
  }
  .productsSummary .price span {
    font-size: clamp(11.94667px, 3.73333vw, 28px);
  }
  .productsSummary .contact_link {
    margin-top: 20px;
    width: 100%;
  }
  .productsSummary .contact_link a {
    padding: 8px 0;
    font-size: clamp(17.06667px, 5.33333vw, 40px);
  }
  .productsSummary .links {
    margin-top: 12px;
  }
  .productsSummary .links span {
    font-size: clamp(10.24px, 3.2vw, 24px);
  }
  .productsSummary .links a {
    font-size: clamp(10.24px, 3.2vw, 24px);
  }
}

/*-------------
list
-------------*/
.list li:nth-child(odd) {
  background: url("../images/bg2.jpg") no-repeat center/cover;
}

.list li:nth-child(even) {
  background: url("../images/bg3.jpg") no-repeat center/cover;
}

.list li:nth-child(even) .listFlex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.list li:nth-child(even) .slider img,
.list li:nth-child(even) .slider-thumb {
  margin-left: auto;
  margin-right: 0;
}

.list li {
  padding-top: 140px;
  padding-bottom: 114px;
}

.list-name {
  font-size: 30px;
  border-bottom: 1px solid #202020;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.list-name span {
  display: block;
  font-size: 18px;
  padding-bottom: 1rem;
  line-height: 1.5;
}

.listFlex {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list .slider-thumb {
  max-width: 450px;
  margin-top: 6px;
}

.list .slider-thumb img {
  width: 98%;
  margin: 0 auto;
  cursor: pointer;
}

.list dl {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.94444;
}

.list dt {
  width: 18.33333%;
}

.list dd {
  width: 81.66667%;
}

.listtable {
  width: 100%;
  padding: 90px 0 0;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
}

.listtable table {
  width: 49%;
}

.listtable th,
.listtable td {
  border: 1px solid #202020;
  padding: 16px 6px;
  width: 50%;
}

.listtableFlex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.listtable cite {
  display: block;
  padding: 16px 0;
  font-style: normal;
}

.listtable cite:nth-of-type(2) {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .listFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list .slider-thumb {
    max-width: 100%;
    margin-top: 4px;
  }
  .list li:nth-child(odd) {
    background: url("../images/sp-bg2.jpg") no-repeat top center/cover;
  }
  .list li:nth-child(even) {
    background: none;
  }
  .list li:nth-child(even) .listFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list li {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .list-name {
    margin-top: 24px;
    font-size: clamp(12.8px, 4vw, 30px);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .list-name span {
    font-size: clamp(8.53333px, 2.66667vw, 20px);
  }
  .listFlex {
    max-width: var(--content-sp-width);
  }
  .list dl {
    font-size: clamp(8.53333px, 2.66667vw, 20px);
    line-height: 1.75;
  }
  .list dt {
    width: 15.71429%;
  }
  .list dd {
    width: 84.28571%;
  }
  .listtable {
    padding: 20px 0 0;
    max-width: var(--content-sp-width);
    font-size: clamp(7.68px, 2.4vw, 18px);
  }
  .listtable table {
    width: 100%;
  }
  .listtable th,
  .listtable td {
    padding: 8px 4px;
    width: 50%;
  }
  .listtableFlex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .listtable cite {
    padding: 10px 0;
  }
}

/*-------------
店頭受け取り
--------------*/
.reserve {
  padding: 90px 0 108px;
}

.reserve [class$="-title"] {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.reserve [class$="-title"]:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 1px;
  background-color: var(--green);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reserve [class$="-text"] {
  text-align: center;
  padding: 40px 0 56px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .reserve {
    padding: 40px 0 50px;
  }
  .reserve [class$="-title"] {
    font-size: clamp(17px, 4.66667vw, 35px);
    padding-bottom: 5px;
  }
  .reserve [class$="-title"]:after {
    width: 10.66667vw;
  }
  .reserve [class$="-text"] {
    padding: 30px 0 15px;
  }
}

.reserve ol {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reserve li {
  width: 33%;
  padding: 0 40px 16px;
  margin-bottom: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.reserve li:nth-child(2),
.reserve li:nth-child(5) {
  border-left: 1px dashed #7c7a79;
  border-right: 1px dashed #7c7a79;
}

.reserve dl {
  text-align: left;
  font-size: 20px;
}

.reserve .number {
  display: block;
  text-align: center;
  font-size: 45px;
  color: var(--green);
  font-family: 'Lato', sans-serif;
  padding-top: 20px;
}

.reserve dt {
  text-align: center;
  font-weight: 500;
}

.reserve dd {
  line-height: 1.75;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .reserve [class$="Flex"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .reserve li {
    width: 50%;
    padding: 0 15px 0 8px;
    margin-bottom: 50px;
  }
  .reserve li:nth-child(2),
  .reserve li:nth-child(5) {
    border-left: 0;
    border-right: 0;
  }
  .reserve li:nth-child(odd) {
    border-right: 1px dashed #7c7a79;
    padding: 0 15px 0 8px;
  }
  .reserve li:nth-child(even) {
    padding: 0 8px 0 15px;
  }
  .reserve dl {
    font-size: clamp(12px, 3.33333vw, 25px);
  }
  .reserve .number {
    font-size: clamp(25px, 6.66667vw, 50px);
    padding-top: 10px;
  }
  .reserve dd {
    line-height: 1.48;
  }
}
/*# sourceMappingURL=style.css.map */