@charset "UTF-8";
.contact-form form input[type="text"],
.contact-form form select,
.contact-form form textarea {
  width: 95%;
  border: 1px solid rgba(178, 178, 178, 0.35);
  border-radius: 0;
  padding: 10px;
  margin: 0;
  background: #fff;
  color: #333;
  box-shadow: none;
}
.contact-form form input[type="text"].rsform-error,
.contact-form form select.rsform-error,
.contact-form form textarea.rsform-error {
  color: #b94a48;
  border-color: #b94a48;
}
.contact-form form input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 10px;
}
.contact-form form input[type="radio"] {
  margin-top: 10px;
}
.contact-form form select {
  height: 20px;
  background-color: #fff;
  width: 95%;
}
.contact-form form a {
  color: rgba(60, 26, 126, 0.7);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form form a:hover {
  color: #3C1A7E;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form form p.formDescription {
  margin-top: 0;
  display: none;
}
.contact-form form .formHorizontal .formControlLabel {
  text-align: left;
  width: 150px;
}
.contact-form form .formHorizontal .rsform-block {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact-form form .formHorizontal .rsform-block {
    margin-bottom: 0px;
  }
}
.contact-form form .formHorizontal .formControls {
  margin-left: 150px;
}
@media (max-width: 768px) {
  .contact-form form .formHorizontal .formControls {
    margin-left: 0;
  }
}
.contact-form form .formError {
  margin: 0px 5px 15px 0;
  height: auto;
}
.contact-form form .rsform-block-submit {
  text-align: center;
}
.contact-form form .rsform-block-subject input {
  width: 98%;
}
.contact-form form .rsform-block-message textarea {
  width: 98%;
}
.contact-form form .rsform-block-interested-product label {
  margin-right: 30px;
}
.contact-form form #Submit {
  display: inline-block;
  background: #3C1A7E;
  color: #fff;
  padding: 12px 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  text-shadow: none;
  box-shadow: none;
  font-size: 16px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form form #Submit:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #3C1A7E;
  color: #3C1A7E;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form .goback {
  display: inline-block;
  font-size: 16px;
  padding: 10px 35px;
  background: #3C1A7E;
  color: #fff;
  font-weight: 400;
  border: 1px solid transparent;
  cursor: pointer;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form .goback:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #3C1A7E;
  border: 1px solid #3C1A7E;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form .title {
  font-size: 20px;
  background: #eee;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 30px 0;
  color: #3C1A7E;
  font-weight: bold;
}
.contact-form .product-title a {
  color: #000;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form .product-title a:hover {
  color: #555;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form .quantity-wrap {
  text-align: right;
}
.contact-form .quantity-wrap input {
  width: 70px;
  padding: 9px 15px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 20px;
  font-weight: bold;
}
.contact-form .quantity-wrap a {
  display: inline-block;
  font-size: 16px;
  padding: 10px 35px;
  background: #3C1A7E;
  color: #fff;
  border: 1px solid transparent;
  margin-left: 30px;
  margin-bottom: 10px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.contact-form .quantity-wrap a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

#osmap h2 {
  background: #999;
  font-size: 18px;
  color: #fff;
  padding: 7px 10px;
}
#osmap ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 200%;
}
#osmap a {
  color: #333;
}
#osmap a:hover {
  text-decoration: none;
  border-bottom: 1px solid #BBB;
  padding-bottom: 2px;
}

.rsfp_thankyou_popup_inner {
  line-height: 150%;
}
.rsfp_thankyou_popup_inner .rsform-submit-button {
  margin-top: 20px;
  display: inline-block;
  background: #3C1A7E;
  color: #fff;
  padding: 12px 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  text-shadow: none;
  box-shadow: none;
  font-size: 16px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.rsfp_thankyou_popup_inner .rsform-submit-button:hover {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #3C1A7E;
  color: #3C1A7E;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.inner3 a {
  color: #F0DB0F !important;
}

.pagination {
  margin-top: 80px;
  text-align: center;
  display: block;
  width: 100%;
}
.pagination a:hover {
  text-align: none;
}
.pagination ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
  text-align: left;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .pagination li {
    margin: 0;
  }
}

.paging_start a {
  background: url(../images/ui/start1.svg) no-repeat center center;
}
.paging_start a:hover {
  background: url(../images/ui/start2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_start a {
    background: url(../images/ui/start2_m.svg) no-repeat center center;
  }
}

.paging_prev a {
  background: url(../images/ui/prev1.svg) no-repeat center center;
}
.paging_prev a:hover {
  background: url(../images/ui/prev2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_prev a {
    background: url(../images/ui/prev2_m.svg) no-repeat center center;
  }
}

.paging_next a {
  background: url(../images/ui/next1.svg) no-repeat center center;
}
.paging_next a:hover {
  background: url(../images/ui/next2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_next a {
    background: url(../images/ui/next2_m.svg) no-repeat center center;
  }
}

.paging_end a {
  background: url(../images/ui/end1.svg) no-repeat center center;
}
.paging_end a:hover {
  background: url(../images/ui/end2.svg) no-repeat center center;
}
@media (max-width: 768px) {
  .paging_end a {
    background: url(../images/ui/end2_m.svg) no-repeat center center;
  }
}

.paging_start span,
.paging_prev span,
.paging_next span,
.paging_end span {
  display: none;
}
.paging_start a,
.paging_prev a,
.paging_next a,
.paging_end a {
  padding: 15px 20px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .paging_item {
    display: none;
  }
}
.paging_item li a {
  text-decoration: none;
}
.paging_item li a span {
  color: #333;
  border: none;
  text-decoration: none;
  background: #eee;
}
.paging_item li a span:hover {
  background: #3C1A7E;
  color: #fff;
}
.paging_item li span {
  text-decoration: none;
  background: #3C1A7E;
  color: #fff;
  padding: 10px 16px;
  font-size: 13px;
  border-radius: 20px;
}

.pagination li.pagination_start span.pagenav, .pagination li.pagination_next span.pagenav, .pagination li.pagination_end span.pagenav, .pagination li.pagination_prev span.pagenav {
  border: none;
}

.search {
  line-height: 180%;
}
.search .btn-toolbar {
  justify-content: center;
  margin-bottom: 70px;
}
.search .btn-toolbar input {
  margin-right: 15px;
  width: 550px;
  padding: 5px;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .search .btn-toolbar input {
    width: 100%;
  }
}
.search button {
  background: #3C1A7E;
  border-radius: 0;
  color: #fff;
  padding: 5px 30px;
}
.search button:hover {
  background: #000;
}
.search form {
  margin-bottom: 20px;
}
.search .result-title a {
  color: #3C1A7E;
  font-weight: bold;
  font-size: 16px;
}
.search .result-title a:hover {
  color: #666;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search .result-text {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.search .result-text:last-child {
  border: 0;
}
.search .result-category {
  display: none;
}

/*# sourceMappingURL=extensions.css.map */
