@charset "UTF-8";
/****mainsearch
*****************************************/
body .sNavArea {
  width: 18.8525%;
  padding-left: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 1000px) {
  body .sNavArea {
    width: 28.5%;
  }
}

@media only screen and (max-width: 767px) {
  body .sNavArea {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .spSearch {
    position: static;
    display: block;
    padding: 0;
    margin-top: 0;
      overflow-y: visible;
  }
}

@media only screen and (max-width: 767px) {
  .spSearch {
    position: absolute;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .search {
    background-color: #fff;
    padding: 9.375vw 0;
  }
}

.mainsearchwrap {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .mainsearchwrap {
    /*padding-bottom: 23.4375vw;*/
  }
}

.mainsearch {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mainsearch {
    display: block;
    width: 87.5%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .mainsearchtit {
    font-size: 1rem;
    font-size: 3.125vw;
    color: #a9a9a9;
    line-height: 1;
    margin-bottom: 2.34375vw;
  }
}

@media only screen and (max-width: 767px) {
  .mainsearch__cont {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 4.6875vw;
  }
}

@media only screen and (max-width: 767px) {
  .mainsearchtxtarea {
    color: #252525;
    font-size: 1.2rem;
    font-size: 3.75vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 8.59375vw;
    display: block;
    float: left;
    width: 80%;
    padding-left: 1.5625vw;
  }
}

@media only screen and (max-width: 767px) {
  .mainsearchtxtarea + a {
    display: block;
    font-size: 1.2rem;
    font-size: 3.75vw;
    color: #fff;
    background-color: #212121;
    height: 100%;
    line-height: 8.59375vw;
    float: right;
    width: 20%;
    text-align: center;
    border-radius: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .mainsearchtxtarea + span {
    display: block;
    font-size: 1.2rem;
    font-size: 3.75vw;
    color: #fff;
    background-color: #212121;
    height: 100%;
    line-height: 8.59375vw;
    float: right;
    width: 20%;
    text-align: center;
    border-radius: 2px;
  }
}

.freeSearchBoxwrap {
  background-color: #f2f2f2;
  padding: 25px 10px;
}

@media only screen and (max-width: 767px) {
  .freeSearchBoxwrap {
    padding: 7.8125vw 0;
  }
}

.freeSearchBox {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .freeSearchBox {
    width: 87.5%;
    margin: 0 auto;
  }
}

.freeSearchBox input.txt {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
    width: 70%;
}

@media only screen and (max-width: 767px) {
  .freeSearchBox input.txt {
    font-size: 1.6rem;
    font-size: 5vw;
    height: 20px;
    line-height: 20px;
    line-height: 35px;
    width: 80%;
    padding-left: 1.5625vw;
    height: 35px;
  }
}

.freeSearchBox input.freewordarea {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  color: #fff;
  background-color: #907f39;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 2px;
  width: 15%;
  float: right;
}

@media only screen and (max-width: 767px) {
  .freeSearchBox input.freewordarea {
    font-size: 1.2rem;
    font-size: 3.75vw;
    width: 20%;
  }
}

.freeSearch_attention {
  font-size: 11px;
  font-size: 1.1rem;
  color: #a9a9a9;
  padding-top: 3px;
}

/****search
*****************************************/
.searchbtn {
  margin-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .searchbtn {
    width: 87.5%;
    margin: 0 auto;
    padding: 7.8125vw 0;
  }
}

.searchbtn a, .searchbtn span {
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 3px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  height: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .searchbtn a, .searchbtn span {
    height: 12.5vw;
    font-size: 1.3rem;
    font-size: 4.0625vw;
    line-height: 12.5vw;
  }
}

.searchbtn__black {
  display: none;
  float: left;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .searchbtn__black {
    display: block;
    width: 29.6875vw;
    margin-right: 1.5625vw;
  }
}

.searchbtn__black_half {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .searchbtn__black_half {
    width: 42.1875vw;
    margin-bottom: 0;
  }
}

.searchbtn__black:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 3px;
  left: 3px;
  z-index: 0;
  border-radius: 3px;
  background: url(../../img/detail/black-dot-bg.png) 0 0 repeat;
  background-size: 3px auto;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .searchbtn__black:after {
    height: 12.5vw;
  }
}

.searchbtn__black a, .searchbtn__black span {
  letter-spacing: 0em;
  color: #fff;
  background-color: #212121;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .searchbtn__black a:before, .searchbtn__black span:before {
    content: "";
    position: absolute;
    left: 2.5vw;
    top: 0;
    background: url(../../img/detail/search-arrow.svg) 0 center no-repeat;
    background-size: 100% auto;
    width: 1.09375vw;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .searchbtn__clearform a:before {
    background: none;
  }
}

.searchbtn__gold {
  width: 100%;
  float: right;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .searchbtn__gold {
    /*float: left;
    width: 54.6875vw;*/
  }
}

.searchbtn__gold_half {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .searchbtn__gold_half {
    display: block;
    width: 42.1875vw;
  }
}

.searchbtn__gold:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: 3px;
  left: 3px;
  z-index: 0;
  border-radius: 3px;
  background: url(../../img/detail/gold-dot-bg.png) 0 0 repeat;
  background-size: 3px auto;
}

@media only screen and (max-width: 767px) {
  .searchbtn__gold:after {
    height: 12.5vw;
  }
}

.searchbtn__gold a {
  color: #fff;
  background-color: #907f39;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .areasearch {
    /*position: absolute;
    top: 0;*/
    background-color: #fff;
    width: 100%;
    z-index: 2001;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 11.71875vw;
  }
}

.areasearchdetail__head {
  height: 42px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__head {
    height: 13.125vw;
    font-size: 0;
  }
}

.areasearchdetail__head .Mbtn {
  height: 100%;
  font-weight: bold;
  font-size: 0;
}

.areasearchdetail__head input {
  display: none;
}

.areasearchdetail__head label {
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  height: 100%;
  position: relative;
  font-weight: normal;
  line-height: 42px;
  padding-left: 55px;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__head label {
    line-height: 13.125vw;
    padding-left: 17.1875vw;
    font-size: 1.3rem;
    font-size: 4.0625vw;
  }
}

.areasearchdetail__head label:before {
  content: "";
  position: absolute;
  background: url(../../img/detail/form-search-off.svg) 0 center no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 11px;
  width: 13px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__head label:before {
    width: 4.0625vw;
    left: 3.4375vw;
  }
}

.areasearchdetail__head label:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  top: 50%;
  left: 35px;
  margin-top: -13px;
  background-color: #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__head label:after {
    height: 7.8125vw;
    left: 10.9375vw;
    margin-top: -3.90625vw;
  }
}

.areasearchdetail__head input[type="checkbox"]:checked + label {
  background-color: #444444;
  color: #fff;
}

.areasearchdetail__head input[type="checkbox"]:checked + label:before {
  background: url(../../img/detail/form-search-on.svg) 0 center no-repeat;
  background-size: 100% auto;
}

.areasearchdetail__head input[type="checkbox"]:checked + label:after {
  background-color: #656565;
}

.areasearchdetail__txts {
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__txts {
    font-size: 1.1rem;
    font-size: 3.4375vw;
  }
}

.areasearchdetail__sub {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__sub {
    width: 87.5%;
    margin: 0 auto;
    padding-top: 7.8125vw;
  }
}

.areasearchdetail__sub ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.areasearchdetail__sub li {
  font-size: 0;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  width: 49%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__sub li {
    width: 48.21429%;
    margin-bottom: 3.125vw;
  }
}

.areasearchdetail__sub input {
  display: none;
}

.areasearchdetail__sub li label {
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  padding: 8px 4px 8px 22px;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__sub li label {
    font-size: 1.1rem;
    font-size: 3.4375vw;
    padding: 2.5vw 1.25vw 2.5vw 9.375vw;
  }
}

.areasearchdetail__sub li label:before {
  content: "";
  position: absolute;
  background: url(../../img/detail/form-search-off.svg) 0 center no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 100%;
  top: 0;
  left: 3px;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__sub li label:before {
    width: 3.4375vw;
    left: 2.34375vw;
  }
}

.areasearchdetail__sub li label:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #e6e6e6;
  top: 50%;
  height: 12px;
  margin-top: -6px;
  left: 16px;
}

@media only screen and (max-width: 767px) {
  .areasearchdetail__sub li label:after {
    height: 6.25vw;
    left: 7.8125vw;
    margin-top: -3.125vw;
  }
}

.areasearchdetail__sub li input[type="checkbox"]:checked + label {
  background-color: #444444;
  color: #fff;
}

.areasearchdetail__sub li input[type="checkbox"]:checked + label:before {
  background: url(../../img/detail/form-search-on.svg) 0 center no-repeat;
  background-size: 100% auto;
}

.areasearchdetail__sub li input[type="checkbox"]:checked + label:after {
  background-color: #656565;
}

/****select
*****************************************/
@media only screen and (max-width: 767px) {
  .detailsselect {
    /*position: absolute;
    top: 0;
    left: -100%;*/
    background-color: #fff;
    width: 100%;
    z-index: 2002;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (max-width: 767px) {
  .detailsselectkodawari {
    padding-bottom: 12.5vw;
  }
}

.detailsselecttit {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .detailsselecttit {
    text-align: left;
    line-height: 12.5vw;
    font-size: 1.2rem;
    font-size: 3.75vw;
    padding: 0 0 0 6.25vw;
  }
}

.detailsselecttit:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: url(../../img/detail/search-open.svg) 0 center no-repeat;
  background-size: 100% auto;
  width: 13px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .detailsselecttit:after {
    right: 3.125vw;
    width: 4.0625vw;
  }
}

.detailsselecttit_area {
  margin-bottom: 20px;
}

.detailsselecttit_area:after {
  display: none;
}

.detailsselecttit.open {
  background-color: #f2f2f2;
}

.detailsselecttit.open:after {
  background: url(../../img/detail/search-close.svg) 0 center no-repeat;
  background-size: 100% auto;
}

.kodawaricontwrap {
  display: none;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .kodawaricontwrap {
    padding-top: 5.46875vw;
  }
}

.detailsselecttit.open + .kodawaricontwrap {
  display: block;
}

@media only screen and (max-width: 767px) {
  .detailsselectkodawari__bottom {
    padding-bottom: 23.4375vw;
  }
}

.detailsselectcont {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .detailsselectcont {
    width: 87.5%;
    margin: 0 auto 6.25vw;
  }
}

.detailsselectconttit {
  color: #a9a9a9;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .detailsselectconttit {
    margin-bottom: 3.125vw;
  }
}

.selectareawrap {
  position: relative;
}

    .selectareawrap:before {
  content: "";
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .selectareawrap:before {
    top: 0;
    font-size: 1.5rem;
    font-size: 4.6875vw;
  }
}

.selectarea {
  position: relative;
}

.selectarea:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  background: url(../../img/detail/select-arrow.svg) 0 center no-repeat;
  color: #a9a9a9;
  height: 100%;
  background-size: 100% auto;
  width: 10px;
}

@media only screen and (max-width: 767px) {
  .selectarea:after {
    right: 2.8125vw;
    width: 2.34375vw;
  }
}

.selectarea:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  background-color: #e6e6e6;
  width: 1px;
  height: 20px;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  .selectarea:before {
    right: 7.8125vw;
    height: 5.9375vw;
    margin-top: -2.96875vw;
  }
}

.selectleft {
  float: left;
  width: 45%;
}

@media only screen and (max-width: 767px) {
  .selectleft {
    width: 39.0625vw;
  }
}

.selectright {
  float: right;
  width: 45%;
}

@media only screen and (max-width: 767px) {
  .selectright {
    width: 39.0625vw;
  }
}

.selectarea select {
  font-size: 12px;
  font-size: 1.2rem;
  height: 35px;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  position: relative;
  display: block;
  z-index: 1;
  background-color: transparent;
  padding-left: 15px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .selectarea select {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 1.5625vw;
  }
}

.selectarea select optgroup {
  font-weight: bold;
  display: none;
}

.detailsselectcheclist {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.detailsselectcheclist__item {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  font-size: 0;
  width: 49%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .detailsselectcheclist__item {
    width: 48.21429%;
    margin-bottom: 3.125vw;
  }
}

.detailsselectcheclist__item_widthfull {
  width: 100%;
}

  .detailsselectcheclist__item input {
    display: none;
  }

.detailsselectcheclist__item label {
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 8px 4px 8px 20px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .detailsselectcheclist__item label {
    font-size: 1.1rem;
    font-size: 3.4375vw;
    padding: 2.5vw 1.25vw 2.5vw 9.375vw;
  }
}

.detailsselectcheclist__item label:before {
  content: "";
  position: absolute;
  background: url(../../img/detail/form-search-off.svg) 0 center no-repeat;
  background-size: 100% auto;
  top: 0;
  height: 100%;
  width: 10px;
  left: 3px;
}

@media only screen and (max-width: 767px) {
  .detailsselectcheclist__item label:before {
    width: 3.4375vw;
    left: 2.34375vw;
  }
}

.detailsselectcheclist__item label:after {
  content: "";
  position: absolute;
  background-color: #e6e6e6;
  width: 1px;
  top: 50%;
  height: 12px;
  left: 16px;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .detailsselectcheclist__item label:after {
    height: 6.25vw;
    left: 7.8125vw;
    margin-top: -3.125vw;
  }
}

.detailsselectcheclist__item input[type="checkbox"]:checked + label {
  background-color: #444444;
  color: #fff;
}

.detailsselectcheclist__item input[type="checkbox"]:checked + label:before {
  background: url(../../img/detail/form-search-on.svg) 0 center no-repeat;
  background-size: 100% auto;
}

.detailsselectcheclist__item input[type="checkbox"]:checked + label:after {
  background-color: #656565;
}

.detailsselectcheclist .detailsselectcheclist__item_fl {
  float: left;
}

/*# sourceMappingURL=../maps/form.css.map */







/*pc*/
/*.searchbtn__black_half {display:none;}*/