@charset "UTF-8";
/* CSS Document */
/* CSS Document */
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.shadow {
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  -ms-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}

.link_btn {
  color: rgba(18, 85, 16, 0.8);
  text-shadow: 1px 1px 1px #eee, 0 0 #000;
  font-weight: bold;
  display: block;
  width: 100%;
  max-width: calc(100% - 44px);
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
  background: #00a300;
  border: 2px solid #454845;
  border-radius: 4px;
  text-align: center;
  font-size: min(4rem, 6vw);
  text-shadow: none;
  color: #fff;
}
.link_btn:hover {
  color: #00a300;
  background: rgba(0, 163, 0, 0.1);
}

.campaign {
  width: calc(100% - 20px);
  margin: 0 auto 0 auto;
  padding: 0 0 30px 0;
}
.campaign img {
  display: block;
  width: 100%;
}

.lineup {
  margin: 0 auto 30px;
  padding: 0 0 0 0;
  clear: both;
  display: block;
  justify-content: space-between;
}
.lineup .line1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 0 0;
  margin: 0 0 30px;
}
.lineup .line1 h3 {
  border-left: solid 4px #f25500;
  font-size: 20px;
  line-height: 20px;
  color: #be4300;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  width: 100%;
}
.lineup .line1 .photo {
  width: calc(100% - 250px);
  max-width: 150px;
}
.lineup .line1 .photo img {
  width: 100%;
}
.lineup .line1 .products {
  width: 245px;
}
.lineup .line1 .products .product_name {
  font-size: 2rem;
  text-align: left;
}
.lineup .line1 .products dl.price {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  align-items: flex-end;
}
.lineup .line1 .products dl.price dt {
  font-size: 1.4rem;
}
.lineup .line1 .products dl.price dd {
  font-size: 2rem;
  text-align: right;
}
.lineup .line1 .products dl.price dd span {
  color: #ff5a00;
  font-size: 1.2rem;
  display: block;
}
.lineup .line1 .products dl.price dd span em {
  font-size: 1.8rem;
  font-style: normal;
}
.lineup .line1 .products p.price {
  font-size: 1.2rem;
}
.lineup .line1 .set {
  width: 100%;
}
.lineup .line1 .set h4 {
  background: #ff5a00;
  color: #fff;
  position: relative;
  padding: 3px 0 3px 15px;
  font-size: 1.4rem;
}
.lineup .line1 .set h4 span {
  position: absolute;
  background: #ffc09e;
  color: #000;
  margin: auto;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 2px;
  font-size: 1.2rem;
  padding: 0px 5px;
}
.lineup .line1 .set h4::before {
  content: "";
  width: 4px;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  display: block;
}
.lineup .line1 .set p {
  padding: 10px;
  font-size: 1.2rem;
  border: solid 1px #333333;
  border-top: 0;
  line-height: 1.2;
}
.lineup .line1 .set strong {
  color: red;
}

@media (min-width: 800px) {
  .lineup {
    margin: 30px auto 30px auto;
    padding: 0 0 0 0;
    clear: both;
    display: flex;
    justify-content: space-between;
  }
  .lineup .line1 {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0 0;
  }
  .lineup .line1 h3 {
    border-left: solid 4px #ff5a00;
    font-size: 20px;
    line-height: 20px;
    color: #be4300;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
  }
  .lineup .line1 .photo {
    width: 100%;
    max-width: 100%;
  }
  .lineup .line1 .photo img {
    width: 100%;
  }
  .lineup .line1 .products {
    width: 100%;
  }
  .lineup .line1 .products .product_name {
    width: 100%;
    font-size: 3rem;
    text-align: center;
  }
  .lineup .line1 .products dl.price {
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
    align-items: flex-end;
  }
  .lineup .line1 .products dl.price dt {
    font-size: 1.6rem;
  }
  .lineup .line1 .products dl.price dd {
    font-size: 2.6rem;
    text-align: right;
  }
  .lineup .line1 .products dl.price dd span {
    color: #ff5a00;
    font-size: 1.2rem;
    display: block;
  }
  .lineup .line1 .products dl.price dd span em {
    font-size: 1.8rem;
    font-style: normal;
  }
  .lineup .line1 .products p.price {
    font-size: 1.2rem;
  }
  .lineup .line1 .set h4 {
    background: #ff5a00;
    color: #fff;
    position: relative;
    padding: 3px 0 3px 15px;
    font-size: 1.4rem;
  }
  .lineup .line1 .set h4 span {
    position: absolute;
    background: #ffc09e;
    color: #000;
    margin: auto;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border-radius: 2px;
    font-size: 1.2rem;
    padding: 0px 5px;
  }
  .lineup .line1 .set h4::before {
    content: "";
    width: 4px;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    display: block;
  }
  .lineup .line1 .set p {
    padding: 10px;
    font-size: 1.2rem;
    border: solid 1px #333333;
    border-top: 0;
    line-height: 1.2;
    min-height: 65px;
  }
}
.rental {
  width: 840px;
  max-width: calc(100% - 100px);
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
  font-size: min(4rem, 6vw);
}
.rental a {
  color: rgba(18, 85, 16, 0.8);
  text-shadow: 1px 1px 1px #eee, 0 0 #000;
  display: block;
  width: 100%;
  font-weight: bold;
}
.rental a:hover {
  text-shadow: none;
  color: #fff;
}

.delivery_area ul.area {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  font-size: 1.6rem;
}
.delivery_area ul.area li {
  display: inline-block;
  margin-right: 1em;
}
.delivery_area ul.area li::before {
  content: "●";
  color: #ff5a00;
}
.delivery_area p {
  font-size: 1.6rem;
}

.tel_contact {
  width: 100%;
  margin: 15px 0 30px 0;
  padding: 0 0 0 0;
}
.tel_contact .title {
  height: 25px;
  background: #ff5a00;
  border: solid 1px #ff5a00;
  border-radius: 3px 3px 0 0;
}
.tel_contact .title h4 {
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  margin: 5px 0 0 5px;
  padding: 0 0 0 5px;
}
.tel_contact .title h4 span {
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
.tel_contact .text {
  border: solid 1px #333333;
  border-top: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.tel_contact .text p.tel {
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  font-size: min(4rem, 8vw);
}

.tel_contact .text p.rental2 {
  margin: 0 auto;
  max-width: 400px;
}
.tel_contact .text p.rental2 a {
  font-size: min(3rem, 6vw);
}

.flow {
  width: 100%;
  margin: 30px auto;
  padding: 0 0 0 0;
  clear: both;
  display: flex;
  flex-direction: column;
}
.flow .web, .flow .tel {
  width: 100%;
  margin: 0 0 20px;
}
.flow .title {
  background: #ff5a00;
  border: solid 1px #ff5a00;
  border-radius: 3px 3px 0 0;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
}
.flow .title i {
  font-size: 3rem;
  display: inline-block;
  margin: 0 0 0;
  padding: 0 0 0 10px;
  line-height: 45px;
}
.flow .title h4 {
  line-height: 45px;
  font-size: 1.6rem;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  display: inline-block;
}
.flow .title span {
  margin-left: auto;
  font-size: 1.6rem;
  color: #FFFFFF;
  display: inline-block;
}
.flow .text {
  border: solid 1px #333333;
  border-top: none;
  margin: 0 0 0 0;
  padding: 15px 10px 10px;
  font-size: 1.4rem;
}
.flow .text p.tel {
  width: 100%;
  font-size: min(4rem, 8vw);
  text-align: center;
}
.flow .text ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.flow .text ul li::before {
  content: "●";
  color: #ff5a00;
}
.flow .text .bottom {
  margin: 15px 20px 0;
  padding: 0 0 0 0;
}
.flow .text .bottom p {
  font-size: 14px;
  line-height: 21px;
  margin: 15px 0;
  padding: 0 0 15px 0;
}
.flow .text .bottom p + p {
  border-top: dotted 1px #CCCCCC;
  padding: 15px 0;
}
.flow .formimg {
  margin: 0 auto;
  padding: 0 0 0 0;
  clear: both;
}
.flow .formimg img {
  width: 100%;
  display: block;
  border: 1px solid #eee;
}

@media (min-width: 768px) {
  .flow {
    width: 100%;
    margin: 30px auto;
    padding: 0 0 0 0;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .flow .web, .flow .tel {
    width: 48%;
    margin: 0;
  }
  .flow .title {
    height: 45px;
    background: #ff5a00;
    border: solid 1px #ff5a00;
    border-radius: 3px 3px 0 0;
  }
  .flow .title h4 {
    font-size: 1.6rem;
    line-height: 45px;
    color: #FFFFFF;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
  .flow .title h4 i {
    font-size: 3rem;
  }
  .flow .title span {
    margin-left: auto;
    line-height: 45px;
    font-size: 1.6rem;
    color: #FFFFFF;
    display: inline-block;
  }
  .flow .text {
    border: solid 1px #333333;
    border-top: none;
    margin: 0 0 0 0;
    padding: 15px 10px 10px;
    font-size: 1.4rem;
  }
  .flow .text ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    list-style-type: none;
  }
  .flow .text ul li::before {
    content: "●";
    color: #ff5a00;
  }
}
.web_tel_common {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
}
.web_tel_common .title {
  height: 45px;
  background: #ff5a00;
  border: solid 1px #ff5a00;
  border-radius: 3px 3px 0 0;
}
.web_tel_common .title h4 {
  font-size: 16px;
  line-height: 45px;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.web_tel_common .text {
  border: solid 1px #333333;
  border-top: none;
  margin: 0 0 0 0;
  padding: 15px 0 10px 0;
}
.web_tel_common .text p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 20px;
  padding: 0 0 15px 0;
}
.web_tel_common .text p + p {
  border-top: dotted 1px #CCCCCC;
  padding: 15px 0 10px 0;
}

.arrow {
  width: 202px;
  height: 307px;
  margin: 15px auto 0 auto;
  padding: 0 0 0 0;
  clear: both;
}

.trouble {
  margin: 0 auto;
  padding: 0 0 30px 0;
  clear: both;
}
.trouble p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 0 20px;
}

#campaign_title {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 0 0;
  clear: both;
}
