@charset "UTF-8";
/* mv
---------------------------------------- */
#mv {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mv {
    margin-bottom: 30px;
  }
}
#mv .inner-area {
  width: 1114px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #mv .inner-area {
    width: 100%;
  }
}
/* sec-01
---------------------------------------- */
#sec-01 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #sec-01 {
    width: 92%;
    margin: 0 auto 50px auto;
  }
}
#sec-01 .sbj {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.9rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec-01 .sbj {
    font-size: 1.6rem;
    flex-wrap: nowrap;
  }
}
#sec-01 .sbj .bg {
  padding-right: 20px;
  background: #fafafa;
}

#sec-01 .sbj:before {
  content: "■";
  color: #c79859;
}

#sec-01 .sbj:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background: #595757;
}

#sec-01 .inner-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec-01 .inner-area .txt {
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 15px 35px;
  color: #617b50;
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
  text-align: center;
  border: 2px dotted #617b50;
  border-radius: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .txt {
    width: 100%;
    font-size: 1.7rem;
    padding: 10px 0;
  }
}
#sec-01 .inner-area .txt strong {
  font-size: 2.3rem;
  letter-spacing: 0rem;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .txt strong {
    font-size: 2.1rem;
    letter-spacing: 0rem;
  }
}
#sec-01 .inner-area:last-of-type .detail {
  margin-bottom: 0;
}

#sec-01 .inner-area .box {
  width: 480px;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .box {
    width: 100%;
  }
}
#sec-01 .inner-area .catch {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .catch {
    padding: 10px 0;
    justify-content: space-between;
  }
}
#sec-01 .inner-area .catch li {
  margin: 0 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .catch li {
    margin: 0;
    font-size: 1.6rem;
  }
}
#sec-01 .inner-area .detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .detail {
    margin-bottom: 0;
  }
}
#sec-01 .inner-area .detail li {
  width: 220px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .detail li {
    width: 48%;
  }
}
#sec-01 .inner-area .detail li img {
  margin-bottom: 5px;
}

#sec-01 .inner-area .detail li p {
  font-weight: 400;
}

#sec-01 .inner-area .detail li .price {
  font-size: 1.6rem;
}

#sec-01 .inner-area .detail li .ex {
  font-size: 1.4rem;
}

#sec-01 .inner-area .detail li .ex2 {
  font-size: 1.2rem;
}

#sec-01 .inner-area .detail li .maker {
  font-size: 1.4rem;
}

#sec-01 .inner-area .detail li .name {
  font-size: 1.6rem;
}

#sec-01 .inner-area .detail li .name span {
  font-size: 1.4rem;
}

#sec-01 .inner-area .detail li .name.free {
  color: #c79859;
}

#sec-01 .inner-area .detail li.bnr_hokkaido_expass {
  width: 480px;
}

#sec-01 .inner-area .detail li.bnr_hokkaido_expass img {
  border: 1px solid #838384;
  padding: 9px;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .detail li.bnr_hokkaido_expass img {
    padding: 5px;
  }
}
#sec-01 .inner-area .detail li.bnr_hokkaido_expass .text {
  color: #f00;
  font-size: 1.5rem;
}

#sec-01 .inner-area .detail li.bnr_hokkaido_expass .text span {
  color: #2ea7e0;
}

#sec-01 .inner-area .detail::after {
  content: "";
  display: block;
  width: 220px;
}

#sec-01 .inner-area .detail.set li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 480px;
}

#sec-01 .inner-area .detail.set li .set_name {
  width: 50%;
  order: 1;
}

#sec-01 .inner-area .detail.set li .price {
  width: 50%;
  order: 2;
  text-align: right;
}

#sec-01 .inner-area .detail.set li .ex {
  order: 3;
}
/*# sourceMappingURL=option.css.map */
