@charset "utf-8";

.page-title {
  color: #0e357f;
  font-size: 2.4rem;
  font-weight: bold;
  height: 67px;
  line-height: 67px;
  margin: 0;
  text-align: center;
}

.search-again {
background:#0e3580;
color: #ffffff;
text-align: center;
padding: 10px;
cursor: pointer;
font-size: 18px;
}
.search-again p {
margin: 0; padding: 2px;
background:#0e3580 url(/search/img/icon_plus.png) no-repeat right center;
}
.search-again.open {
background:#999999;
}
.search-again.open p {
background:#999999 url(/search/img/icon_minus.png) no-repeat right center;
}

/**
 * Search form
 */
.search-form {margin: 0 -15px;}

@media screen and (min-width: 641px) {
  .search-form {
    background: url("../img/bg_search_form.gif") repeat left top;
    margin: 0;
    padding: 8px;
  }

  .form-inner {
    background: #fff;
    padding: 20px;
  }
}

.form-group {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.form-group th,
.form-group td {
  border-top: solid 1px #e6e6e6;
  box-sizing: border-box;
  padding: 0;
}

.form-group th {
  background: #f2f2f2;
  font-size: 1.3rem;
  padding-left: 10px;
  text-align: left;
  width: 75px;
}

.form-group td {
  letter-spacing: -0.4em;
  padding: 6px 10px;
}

.form-group-right {border-bottom: solid 1px #e6e6e6;}

@media screen and (min-width: 641px) {
  .form-group-left {
    border-bottom: solid 1px #e6e6e6;
    float: left;
    width: 450px;
  }

  .form-group-right {
    float: right;
    width: 490px;
  }

  .form-group th {
    font-size: 1.5rem;
    padding-left: 15px;
    width: 110px;
  }

  .form-group td {
    padding: 11px 0 11px 17px;
  }
}

.form-select-full {width: 100%;}
.form-select-half {
  width: -webkit-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
}

.popup-selector {
  line-height: 37px;
  position: relative;
  text-align: right;
}

.popup-value {
  float: left;
  font-size: 1.4rem;
  letter-spacing: normal;
  margin: 0;
}

.btn-popup {
  background: #0e357f;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  height: 23px;
  letter-spacing: normal;
  width: 132px;
}

.btn-popup:hover {opacity: .7;}

.keyword-search {
  margin: 20px 0;
  text-align: center;
}

.keyword-search label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.keyword-search .form-input {
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}

@media screen and (min-width: 641px) {
  .keyword-search {
    clear: both;
    padding-top: 20px;
  }

  .keyword-search label {
    display: inline-block;
  }

  .keyword-search .form-input {
    margin-left: 20px;
    width: 280px;
  }
}

.search-form .btn-wrapper {
  letter-spacing: -0.4em;
  margin: 0 15px;
  text-align: center;
}

.search-form [type="reset"] {width: 100px;}

.search-form [type="submit"] {
  font-size: 1.9rem;
  font-weight: bold;
  margin-left: 20px;
  padding: 17px 0;
  width: calc(100% - 120px);
}

.input-separator {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  width: 30px;
}

@media screen and (min-width: 641px) {
  .search-form [type="reset"] {width: 180px;}
  .search-form [type="submit"] {width: 300px;}
}



/**
 * Popup balloon
 */
.popup-balloon {
  background: rgba(20,20,20,.8);
  border-radius: 5px;
  height: 0;
  margin-top: -30px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: opacity .2s ease-out, margin .2s ease-out;
  width: 0;
  z-index: 1000;
}

.popup-balloon.is-popup-active {
  height: auto;
  height: initial;
  margin-top: 0;
  opacity: 1;
  overflow: visible;
  padding: 20px;
  width: auto;
  width: initial;
}

.popup-balloon::before {
  border-color: transparent;
  border-style: solid;
  border-width: 14px 12px;
  border-bottom-color: rgba(20,20,20,.8);
  content: "";
  height: 0;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: -28px;
  width: 0;
}

.maker-list {
  right: 66px;
  top: 46px;
  transform: translateX(50%);
}

.maker-list ul {
  overflow: hidden;
  width: 549px;
}

.maker-list li {
  float: left;
  font-size: 1.3rem;
  letter-spacing: normal;
  margin: 6px 0 0 6px;
  padding-left: 7px;
  text-align: left;
  width: 105px;
}

.maker-list img {margin-right: 8px;}
.maker-list li:nth-child(5n+1) {margin-left: 0;}
.maker-list li:nth-child(-n+5) {margin-top: 0;}
.maker-list .no-icon {text-align: center;}

.cartypes {
  right: 66px;
  top: 46px;
  transform: translateX(50%);
}

.cartypes ul {overflow: hidden;}

.cartypes li {
  float: left;
  font-size: 1.3rem;
  height: 60px;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 6px 0 0 6px;
  padding-left: 0;
  position: relative;
  text-align: left;
  width: 240px;
}

.cartypes img {
  bottom: 0;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
}

.cartypes li:nth-child(4n+1) {margin-left: 0;}
.cartypes li:nth-child(-n+4) {margin-top: 0;}
.cartypes .no-icon {text-align: center;}

.cartypes li > span {
  display: block;
  left: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-balloon.cartypes {
  box-sizing: border-box;
  left: -155px;
  -webkit-transform: initial;
  transform: initial;
  width: 1020px;
}

.popup-balloon.cartypes::before {margin-left: -111px;}


/**
 * Search results summary
 */
.search-results-summary {
  border-top: dashed 2px #0e357f;
  margin: 25px -15px 0;
  padding: 25px 0;
}

@media screen and (min-width: 641px) {
  .search-results-summary {
    border-top: none;
    margin: 25px 0;
    padding: 0;
  }
}

.counter-inner {
  display: table;
  width: 100%;
}

.results-counter {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

.results-counter div {
 display: table-cell;
}

.counter-value {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

.counter-value strong {
  font-size: 2.4rem;
  margin-right: 5px;
}

.counter-current {
  line-height: 1.2;
  margin: 5px 0 0;
}

.favorite-button {
 margin: 5px 0 0;
}

.results-order {
  display: table-cell;
  padding-right: 15px;
  text-align: right;
  vertical-align: middle;
}
.results-order {
/*  display: none;*/
}
/* 一旦非表示 */
@media screen and (min-width: 640px) {
  .results-counter {padding: 0;}

  .counter-value,
  .counter-current{
    display: inline-block;
  }

  .counter-current {margin-left: 20px;}
  .results-order {display: none;}
}



/**
 * Search results header
 */
.search-results-header {
  background: #0e357f;
  color: #fff;
}

.search-results-header > li {
  border-left: solid 1px #001d6a;
  box-sizing: border-box;
  float: left;
  padding: 15px 0;
  text-align: center;
}

.search-results-header > li:first-child {
  border: none;
  width: 260px;
}

.search-results-header > li:nth-child(2) {width: 190px;}
.search-results-header > li:nth-child(3) {width: 143px;}
.search-results-header > li:nth-child(4) {width: 142px;}
.search-results-header > li:nth-child(5) {width: 143px;}
.search-results-header > li:nth-child(6) {width: 142px;}
.search-results-header p {margin: 0;}

.direction {
  margin: 5px auto 0;
  overflow: hidden;
  width: 75px;
}

.direction-item {
  border: solid 1px #546b9d;
  color: #fff;
  display: block;
  float: left;
  height: 26px;
  width: 26px;
}

.direction-right {margin-left: 19px;}

.direction-current {
  background: #1444a6;
  border-color: #1444a6;
  cursor: pointer;
}

.search-results {margin: 0 -15px;}

@media screen and (min-width: 641px) {
  .search-results {margin: 0;}
}

/**
 * Search result item
 */
.search-result-item {margin-top: 15px;}

@media screen and (min-width: 641px) {
  .search-result-item {margin-top: 50px;}
  .result-title {margin-bottom: 0;}
}

.result-wrapper {position: relative;}

@media screen and (min-width: 641px) {
  .result-wrapper::before {
    background: #e6e6e6;
    bottom: 0;
    content: "";
    display: block;
    left: 260px;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

.result-photo {
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0 15px;
  width: 140px;
}

@media screen and (min-width: 641px) {
  .result-photo {
    padding: 20px;
    width: 260px;
  }
}

.result-photo img {
  width: 100%;
}

.result-summary {
  margin: 0 15px 0 140px;
}

.result-summary th,
.result-summary td {
  text-align: left;
  vertical-align: bottom;
  white-space: nowrap;
}

.result-summary th {
  font-size: 1.1rem;
  font-weight: normal;
}

.result-summary td {
  font-size: 1.2rem;
  padding-left: 15px;
  vertical-align: middle;
}
.result-summary td.td_syaken br {
	display: none;
}

@media screen and (min-width: 641px) {
.result-summary td.td_syaken br {
	display: block;
}

  .result-summary {
    display: block;
    margin: 0 0 0 260px;
  }

  .result-summary > tbody {
    border-bottom: solid 1px #e6e6e6;
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .result-summary tr {
    border-left: solid 1px #e6e6e6;
    box-sizing: border-box;
    display: table-cell;
    font-size: 1.4rem;
    height: 94px;
    padding: 0;
    text-align: center;
  }

  .result-summary th {display: none;}
  .result-summary td {
    display: inline;
    padding: 0;
  }

  .result-summary tr:nth-child(1) {
    border: none;
    width: 190px;
  }
  .result-summary tr:nth-child(2) {width: 143px;}
  .result-summary tr:nth-child(3) {width: 142px;}
  .result-summary tr:nth-child(4) {width: 143px;}
  .result-summary tr:nth-child(5) {width: 142px;}
}

.result-price {
  color: #ff3c00;
  font-size: 3.0rem;
  line-height: 1.0;
  margin-right: 5px;
}

.equipments {
  clear: both;
  margin: 15px 15px 20px;
}

@media screen and (min-width: 641px) {
  .equipments {
    clear: none;
    font-size: 1.4rem;
    margin: 0 0 0 260px;
    padding: 15px;
  }
}

.shop {background: #f0f0f0;}

@media screen and (min-width: 641px) {
  .shop {
    clear: both;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 100;
  }
}

.shop dl {margin: 0;}

@media screen and (min-width: 641px) {
  .shop dl {
    float: left;
    margin-right: 13px;
  }
  .shop dl.shop-name {
    width: 175px;
  }
}

@media screen and (max-width: 640px) {
  .shop-name {
    background: #e6e6e6;
    padding: 7px 0;
    text-align: center;
  }

  .shop-name dt,
  .shop-name dd {
    display: inline-block;
    vertical-align: middle;
  }

  .shop-name dt::before {display: none;}

  .shop-name dd {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 10px;
  }
}

@media screen and (min-width: 641px) {
  .shop-name dd {margin-left: 0;}
}

.shop-info {
  padding: 15px;
  position: relative;
}

@media screen and (min-width: 641px) {
  .shop-info {
    padding: 0;
    position: static;
  }
}

.shop-num {padding-top: 15px;}

@media screen and (min-width: 641px) {
  .shop-num {padding-top: 0;}
}

.shop-tel dd,
.shop-num dd {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.freedial .icon-wrapper {
  padding-left: 28px;
}

.freedial img {
  height: 15px;
  width: 22px;
}

.shop-bm {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 641px) {
  .shop-bm {right: 20px;}
}

.shop-contact {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shop-favorite {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.delete_btn {
  position: absolute;
  right: 15px;
  top: 50%;
}
@media screen and (min-width: 641px) {
	.shop-contact {right: 20px;}
	.shop-favorite {right: 205px;}
	.delete_btn {right: 396px; top: 38%;}
	.favorite_posi .delete_btn {right: 220px; top: 38%;}
	.delete_btn a {
	    border: 1px solid #ccc;
	    padding: 7px 10px;
	    color: #848484;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	}
	.delete_btn a:hover {text-decoration: none;}

}

.btn-contact {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 9px;
}

.btn-contact-free {
  display: block;
  font-size: 1.6rem;
  margin-top: 3px;
}

@media screen and (min-width: 641px) {
  .btn-contact {padding: 15px 40px;}
  .btn-contact br {display: none;}
}

.myButton {
	 border: 1px solid #c6c3ad;
	 -moz-box-shadow:inset 0px 39px 0px -24px #eae8de;
	 -webkit-box-shadow:inset 0px 39px 0px -24px #eae8de;
	 box-shadow: inset 0px -20px 0px 0px #eae8de;
	 background-color:#fcfcfa;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 border-radius:4px;
	 border:1px solid #c6c3ad;
	 display:inline-block;
	 cursor:pointer;
	 color:#545454;
	 font-size:15px;
	 padding:6px 15px;
	 text-decoration:none;
	 margin-left: 20px;
}

.myButton:hover {
 opacity: .7;
 text-decoration: none;
}


@media screen and (max-width: 768px) {
	.shop dl {margin-right: 35px;}
	.shop {height: 155px;}
	.shop-favorite{top: 73%; right: 55%;}
	.shop-contact {top: 73%; right: 22%;}
	.favorite_posi .shop-contact {top: 73%; right: 37%;}
	.favorite_posi .delete_btn {top: 19%; right: 38px;}
	.shop dl.shop-name {width: 210px;}
	.delete_btn {top: 19%; right: 38px;}
	.delete_btn a {
	    border: 1px solid #ccc;
	    padding: 7px 10px;
	    color: #848484;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	}
	.result-summary {margin: 0;}
	.result-photo {
	    padding: 20px;
	    width: 47%;
	    text-align: center;
	    float: none;
	    margin: 0 auto;
	}
	.equipments {margin: 0;}
	.result-wrapper::before {
	    background: none;
	    left: 0;
	    position: absolute;
	}
	.search-results-header > li:first-child {width: 16%;}
	.search-results-header > li:nth-child(2) {width: 18%;}
	.search-results-header > li:nth-child(3) {width: 16%;}
	.search-results-header > li:nth-child(4) {width: 18%;}
	.search-results-header > li:nth-child(5) {width: 16%;}
	.search-results-header > li:nth-child(6) {width: 16%;}

}
@media screen and (max-width: 640px) {
	.shop dl {margin-right: 0;}
	.shop {height: initial; padding-bottom: 78px; text-align: left;}
	.shop-favorite img{width: 145px;}
	.shop-contact img{width: 145px;}
	.shop dl.shop-name {width: inherit;}
	.shop-favorite{top: 115%; left: 3%; right: 0;}
	.shop-contact {top: 115%; right: 3%;}
	.favorite_posi.shop {padding-bottom: 15px;}
	.favorite_posi .shop-contact {
	    top: 105px;
	    right: 5%;
	    position: absolute;
	    text-align: center;
	}
	.favorite_posi .delete_btn {
	    top: 19%;
	    right: 68px;
	}
	.delete_btn {
	    position: absolute;
	    top: 19%;
	    right: 38px;
	}
	.result-photo {
	    box-sizing: border-box;
	    float: left;
	    margin: 0;
	    padding: 0 15px;
	    width: 140px;
	}
	.counter-inner {display: block;}
	.results-counter {display: block; padding:0 15px;}
	.results-order {display: block;}
	.counter-current {text-align: right; margin: 10px 0;}
	.myButton {
	    text-decoration: none;
	    text-align: center;
	    margin: 0 auto 20px;
	    display: block;
	}
	.search-results-summary {margin: 25px 0;}
	.results-counter {text-align: right;}
	.counter-value {text-align: left;}
	.form-select {margin: 10px 0 0 0;}
}

/**
 * Pager
 */
.pager-top {margin-bottom: 20px;}
.pager-bottom {margin-top: 25px;}

@media screen and (min-width: 641px) {
  .pager-top {margin-bottom: 30px;}
  .pager-bottom {margin-top: 50px;}
}


@media screen and (max-width: 768px) {
	.l-container .form-body {padding:20px 10px 25px; margin: 18px 10px 50px;}
	.l-container .form-groups {    margin: 0;}
	.l-container .form-group {width: 49%;}
	.l-container .body-types span {left: 72px;}
	.counter-inner {padding: 0 0 0 10px;}
	.breadcrumb ul {padding: 20px 0 20px 10px;}
}
@media screen and (max-width:640px) {
	.l-container .form-body {padding: 0; margin: 0;}
	.l-container .form-groups {margin: 0;}
	.l-container .form-group {    width: 100%;}
	.l-container .body-types span {left: 42px;}
	.search-result-item {text-align: center;}
}

.contact-form {
    width: 40%;
	margin:0 auto;
	border:3px solid #0e357f;
    padding: 0 0 25px 0;
}
.contact-form h3 {
	background-color: #0e357f;
    color: #fff;
    font-weight: bold;
    font-size: 2.1rem;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
.contact-form table {
    width: 95%;
    margin: 10px auto;
}
.contact-form table th{
    width: 155px;
    padding: 13px 0;
    text-align: left;
}
.contact-form div{text-align: center;}

@media screen and (max-width: 768px) {
	.contact-form {width: 80%;}
}
@media screen and (max-width: 640px) {
	.contact-form {width: 97%; border:1px solid #0e357f;}
	.contact-form h3 {font-size: 1.5rem;}
	.contact-form table th{font-size: 1.3rem;width: 90px;}
}
